/* VETPRINT v3 — premium veterinary print catalog */
:root{
  --ink:#1f2622;--ink-soft:#536058;--paper:#efe8d8;--paper-2:#fbf7ec;
  --teal:#1c4a41;--teal-deep:#123530;--teal-tint:#dfe9e4;
  --amber:#bd8a2e;--amber-deep:#96691c;--sage:#b7c4b3;
  --line:rgba(30,36,32,.15);--shadow:0 22px 55px -32px rgba(18,30,25,.55);
  --display-en:"Fraunces",serif;--display-ar:"Markazi Text",serif;
  --body-en:"Inter",sans-serif;--body-ar:"IBM Plex Sans Arabic",sans-serif;
  --container:1180px;--radius:10px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body-en);line-height:1.6;-webkit-font-smoothing:antialiased}.lang-ar{font-family:var(--body-ar)}.display{font-family:var(--display-en);font-weight:600;line-height:1.08;letter-spacing:-.015em;color:var(--teal-deep);margin:0}.lang-ar .display{font-family:var(--display-ar);letter-spacing:0}.container{max-width:var(--container);margin:auto;padding-inline:24px}.muted{color:var(--ink-soft)}a{color:inherit}img,svg{max-width:100%;display:block}section{padding-block:clamp(56px,7vw,96px)}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--amber-deep);font-weight:700;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase}.lang-ar .eyebrow{text-transform:none;letter-spacing:0}.eyebrow:before{content:"";width:24px;height:1px;background:var(--amber)}
/* header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(239,232,216,.94);backdrop-filter:blur(9px);border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:14px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:var(--display-en);font-size:1.35rem;font-weight:600;color:var(--teal-deep);white-space:nowrap}.logo-mark{width:31px;height:31px}.main-nav{display:flex;gap:24px;align-items:center}.main-nav a{text-decoration:none;font-size:.94rem;padding-block:7px;position:relative}.main-nav a:after{content:"";position:absolute;inset-inline-start:0;bottom:0;width:0;height:1px;background:var(--amber);transition:.2s}.main-nav a:hover:after,.main-nav a[aria-current="page"]:after{width:100%}.main-nav a[aria-current="page"]{font-weight:700;color:var(--teal-deep)}.header-actions{display:flex;align-items:center;gap:10px}.lang-toggle{border:1px solid var(--teal);background:transparent;color:var(--teal-deep);border-radius:999px;padding:8px 14px;font-weight:700;cursor:pointer}.nav-toggle{display:none;border:0;background:transparent;width:36px;height:36px;cursor:pointer}.nav-toggle span,.nav-toggle span:before,.nav-toggle span:after{display:block;width:22px;height:2px;background:var(--ink);position:relative;content:""}.nav-toggle span:before{position:absolute;top:-7px}.nav-toggle span:after{position:absolute;top:7px}
/* buttons */
.btn{display:inline-flex;justify-content:center;align-items:center;gap:8px;text-decoration:none;border:1px solid transparent;padding:12px 22px;border-radius:6px;font-weight:700;cursor:pointer;font-family:inherit}.btn-primary{background:var(--teal);color:var(--paper-2)}.btn-primary:hover{background:var(--teal-deep)}.btn-outline{border-color:var(--teal);color:var(--teal-deep);background:transparent}.btn-outline:hover{background:var(--teal-tint)}.btn-amber{background:var(--amber);color:var(--teal-deep)}.btn-sm{padding:9px 14px;font-size:.88rem}
/* hero */
.hero{overflow:hidden;position:relative}.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:58px;align-items:center}.hero h1{font-size:clamp(3rem,6vw,5.7rem);max-width:11ch}.lang-ar .hero h1{max-width:14ch}.hero .lede{font-size:1.12rem;max-width:56ch;margin:22px 0 30px;color:var(--ink-soft)}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}.hero-stage{height:470px;position:relative}.sheet{position:absolute;background:var(--paper-2);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;padding:22px}.sheet-a{width:280px;top:20px;inset-inline-start:0;transform:rotate(-6deg)}.sheet-b{width:300px;top:115px;inset-inline-end:8px;transform:rotate(6deg)}.sheet-c{width:265px;bottom:10px;inset-inline-start:70px;transform:rotate(-2deg)}.sheet .mini-title{font-family:var(--display-en);color:var(--teal-deep);font-weight:600;font-size:1.1rem}.lang-ar .sheet .mini-title{font-family:var(--display-ar)}.print-lines{display:grid;gap:7px;margin-top:14px}.print-lines span{display:block;height:6px;background:var(--teal-tint);border-radius:999px}.print-lines span:nth-child(2){width:78%}.print-lines span:nth-child(3){width:58%}.stamp{width:50px;height:50px;border:2px solid var(--amber);border-radius:50%;display:grid;place-items:center;color:var(--amber-deep);font-size:.72rem;font-weight:800;margin-top:18px}.cropmark{position:absolute;width:22px;height:22px;opacity:.5}.cropmark:before,.cropmark:after{content:"";position:absolute;background:var(--teal)}.cropmark:before{width:1px;height:22px;left:10px}.cropmark:after{height:1px;width:22px;top:10px}
/* utility grids */
.section-head{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:34px}.section-head>div{max-width:700px}.section-head h2,.page-hero h1{font-size:clamp(2.2rem,4vw,3.7rem)}.section-head p,.page-hero p{color:var(--ink-soft);margin:10px 0 0}.section-alt{background:var(--paper-2);border-block:1px solid var(--line)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card,.product-card,.audience-card,.feature-card,.step-card,.value-card{background:var(--paper-2);border:1px solid var(--line);border-radius:var(--radius)}.category-card{padding:22px;text-decoration:none;min-height:175px;display:flex;flex-direction:column;justify-content:space-between;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.cat-icon{width:44px;height:44px;border:1px solid var(--sage);border-radius:50%;display:grid;place-items:center;color:var(--teal-deep);font-weight:800}.category-card h3{margin:22px 0 4px;color:var(--teal-deep);font-size:1.05rem}.category-card p{margin:0;color:var(--ink-soft);font-size:.9rem}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{overflow:hidden;transition:.2s;display:flex;flex-direction:column}.product-visual{height:190px;background:linear-gradient(135deg,var(--teal-tint),var(--paper));position:relative;padding:20px;display:flex;align-items:center;justify-content:center}.mock-paper{width:118px;height:145px;background:var(--paper-2);border:1px solid rgba(18,53,48,.25);box-shadow:0 13px 25px -18px rgba(18,53,48,.8);padding:14px;transform:rotate(-3deg)}.mock-paper:before{content:"VETPRINT";display:block;color:var(--teal-deep);font-family:var(--display-en);font-weight:700;font-size:.68rem;border-bottom:2px solid var(--amber);padding-bottom:6px}.mock-paper:after{content:"";display:block;height:52px;margin-top:12px;background:repeating-linear-gradient(to bottom,transparent 0 8px,rgba(28,74,65,.18) 8px 9px)}.product-body{padding:20px;display:flex;flex-direction:column;flex:1}.product-kicker{font-size:.77rem;color:var(--amber-deep);font-weight:800;text-transform:uppercase;letter-spacing:.04em}.lang-ar .product-kicker{text-transform:none;letter-spacing:0}.product-card h3{font-size:1.25rem;margin:5px 0 8px;color:var(--teal-deep)}.product-card p{font-size:.92rem;color:var(--ink-soft);margin:0 0 18px}.product-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.audience-card{padding:34px;min-height:310px;display:flex;flex-direction:column}.audience-card h3{font-size:2rem;margin:12px 0 12px}.audience-card ul{margin:8px 0 26px;padding-inline-start:18px;color:var(--ink-soft)}.audience-card .btn{margin-top:auto;align-self:flex-start}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card{padding:22px}.feature-num{font-family:var(--display-en);color:var(--amber);font-size:2rem}.feature-card h3{margin:8px 0 6px;color:var(--teal-deep)}.feature-card p{margin:0;color:var(--ink-soft);font-size:.9rem}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step-card{padding:22px;position:relative}.step-no{font-family:var(--display-en);color:var(--amber);font-size:2.2rem}.step-card h3{margin:10px 0 6px;color:var(--teal-deep)}.step-card p{margin:0;color:var(--ink-soft);font-size:.9rem}.cta-band{background:var(--teal-deep);color:var(--paper-2);border-radius:16px;padding:clamp(30px,5vw,60px);display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-band .display{color:var(--paper-2);font-size:clamp(2rem,4vw,3.5rem)}.cta-band p{color:var(--sage);margin:8px 0 0}.page-hero{padding-block:70px 48px;border-bottom:1px solid var(--line)}
/* catalog */
.catalog-tools{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:28px}.search-box{flex:1;min-width:260px;position:relative}.search-box input{width:100%;padding:12px 14px;border:1px solid var(--line);background:var(--paper-2);border-radius:6px;font:inherit;color:var(--ink)}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:var(--paper-2);padding:9px 13px;border-radius:999px;cursor:pointer;font:inherit;font-size:.86rem}.filter-btn.active{background:var(--teal);color:var(--paper-2);border-color:var(--teal)}.empty-state{grid-column:1/-1;padding:40px;text-align:center;border:1px dashed var(--line);border-radius:10px;color:var(--ink-soft)}
/* product detail */
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.gallery-main{height:510px;background:linear-gradient(145deg,var(--teal-tint),var(--paper-2));border:1px solid var(--line);border-radius:12px;display:grid;place-items:center}.gallery-main .mock-paper{transform:none;width:220px;height:290px;padding:24px}.gallery-main .mock-paper:before{font-size:1rem}.gallery-main .mock-paper:after{height:120px}.product-info h1{font-size:clamp(2.5rem,4vw,4rem)}.product-info .summary{font-size:1.04rem;color:var(--ink-soft);margin:16px 0 26px}.spec-table{border-top:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:145px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.spec-row strong{color:var(--teal-deep)}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:7px 11px;background:var(--paper-2);border:1px solid var(--line);border-radius:999px;font-size:.86rem}.product-info .hero-ctas{margin-top:28px}
/* content pages */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}.content-card{background:var(--paper-2);border:1px solid var(--line);padding:28px;border-radius:12px}.check-list{display:grid;gap:10px;margin-top:18px}.check{display:flex;gap:10px;align-items:flex-start;color:var(--ink-soft)}.check:before{content:"✓";color:var(--amber-deep);font-weight:800}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.value-card{padding:26px}.value-card h3{margin:0 0 8px;color:var(--teal-deep)}.value-card p{margin:0;color:var(--ink-soft)}
/* forms */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700;color:var(--teal-deep);font-size:.9rem}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:var(--paper-2);padding:12px 13px;border-radius:6px;font:inherit;color:var(--ink)}.field textarea{min-height:125px;resize:vertical}.form-section{padding:24px;border:1px solid var(--line);background:var(--paper-2);border-radius:10px;margin-bottom:16px}.form-section h3{margin:0 0 18px;color:var(--teal-deep)}.radio-row{display:flex;gap:18px;flex-wrap:wrap}.file-box{border:1px dashed var(--sage);padding:18px;border-radius:8px;background:rgba(223,233,228,.35)}.form-note{font-size:.85rem;color:var(--ink-soft)}#form-success{display:none;background:var(--teal-tint);border:1px solid var(--sage);padding:14px;border-radius:6px;margin-bottom:18px;color:var(--teal-deep);font-weight:700}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px}.contact-list{display:grid;gap:14px}.contact-item{padding-bottom:14px;border-bottom:1px solid var(--line)}.contact-item strong{display:block;color:var(--teal-deep)}
/* footer */
.site-footer{background:var(--teal-deep);color:var(--paper-2);padding:54px 0 22px;margin-top:70px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}.site-footer .logo{color:var(--paper-2)}.site-footer p{color:var(--sage)}.site-footer h4{margin:0 0 12px;color:var(--paper-2)}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.site-footer a{text-decoration:none;color:var(--sage)}.site-footer a:hover{color:var(--paper-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;color:var(--sage);font-size:.84rem}
@media(max-width:980px){.main-nav{display:none}.nav-toggle{display:block}.site-header.nav-open .main-nav{display:flex;position:absolute;top:100%;inset-inline:0;background:var(--paper);padding:18px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.hero-grid,.product-detail,.two-col,.contact-grid{grid-template-columns:1fr}.hero-stage{height:410px}.category-grid,.feature-grid,.steps{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.header-actions .btn{display:none}}
@media(max-width:640px){.container{padding-inline:18px}.hero h1{font-size:3.2rem}.hero-stage{height:360px}.sheet-a{width:220px}.sheet-b{width:230px;top:110px}.sheet-c{width:210px;inset-inline-start:40px}.category-grid,.product-grid,.feature-grid,.steps,.audience-grid,.value-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.section-head,.cta-band,.footer-bottom{align-items:flex-start;flex-direction:column}.product-visual{height:170px}.gallery-main{height:370px}.spec-row{grid-template-columns:1fr;gap:4px}}
/* WordPress VETPRINT additions */
.vp-menu-group{position:relative;display:flex;align-items:center}.vp-menu-parent{border:0;background:none;font:inherit;color:inherit;cursor:pointer;padding:.5rem}.vp-submenu{position:absolute;top:100%;inset-inline-start:0;min-width:260px;background:var(--paper-raised,#fbf7ec);border:1px solid rgba(18,53,48,.16);box-shadow:0 18px 45px rgba(18,53,48,.12);padding:.6rem;display:none;z-index:30}.vp-menu-group:hover .vp-submenu,.vp-menu-group:focus-within .vp-submenu{display:grid}.vp-submenu a,.vp-submenu span{padding:.7rem .8rem;text-decoration:none;color:var(--teal-deep,#123530)}.vp-submenu a:hover{background:var(--teal-tint,#dde8e3)}.wp-post-image{max-width:100%;height:auto}.product-visual img{width:100%;height:100%;object-fit:cover}.vp-specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vp-spec{padding:1rem;border:1px solid rgba(18,53,48,.15);background:var(--paper-raised,#fbf7ec)}@media(max-width:800px){.vp-menu-group{display:block}.vp-submenu{position:static;box-shadow:none}.vp-specs{grid-template-columns:1fr}}
/* Header architecture v0.2 — English-first */
.vp-menu-parent{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-size:.94rem;padding:7px 0;position:relative}
.vp-chevron{font-size:.9em;line-height:1;transition:transform .2s ease}
.vp-menu-group:hover .vp-chevron,.vp-menu-group:focus-within .vp-chevron{transform:rotate(180deg)}
.vp-submenu{border-radius:10px;overflow:hidden;min-width:285px;padding:8px}
.vp-products-submenu{min-width:320px}
.vp-submenu-all{font-weight:700;border-bottom:1px solid var(--line);margin-bottom:4px}
.vp-submenu span{display:block;color:var(--ink-soft);cursor:default}
@media(max-width:980px){
  .vp-menu-parent{width:100%;justify-content:space-between;padding:10px 0;font-weight:600}
  .vp-submenu{display:grid;position:static;min-width:0;width:100%;border:0;border-inline-start:1px solid var(--line);border-radius:0;padding:4px 0 4px 12px;background:transparent;box-shadow:none}
  .vp-submenu a,.vp-submenu span{padding:7px 10px}
}
/* =========================
   SINGLE PRODUCT PAGE
========================= */

.product-detail-section {
    padding: 70px 0 90px;
}

.product-detail-section .container {
    max-width: 1180px;
    margin: 0 auto;
}

.product-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 60px;
    align-items: start;
}

.product-detail-visual {
    width: 100%;
    background: #f4efe4;
    border: 1px solid rgba(15, 63, 59, 0.12);
    overflow: hidden;
}

.product-detail-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-detail-content {
    width: 100%;
}

.product-detail-content .prose {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.75;
    color: #344944;
}

.vp-specs {
    margin-top: 0;
    width: 100%;
}

.vp-specs h2 {
    margin: 0 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(15, 63, 59, 0.18);
    font-size: 24px;
    line-height: 1.2;
    color: #0f3f3b;
}

.vp-spec-row {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 63, 59, 0.12);
}

.vp-spec-label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    color: #9b6816;
}

.vp-spec-value {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #203b37;
}

.product-detail-actions {
    margin-top: 28px;
}

.product-detail-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 900px) {
    .product-detail-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

@media (max-width: 600px) {
    .product-detail-section {
        padding: 45px 0 65px;
    }

    .vp-specs h2 {
        font-size: 21px;
    }

    .vp-spec-row {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 12px 0;
    }
}
/* Force product specifications into one vertical list */

.product-detail-content .vp-specs {
    display: block;
    width: 100%;
}

.product-detail-content .vp-spec-row {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    width: 100%;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 63, 59, 0.15);
}

.product-detail-content .vp-spec-label {
    font-weight: 700;
    color: #9b6816;
}

.product-detail-content .vp-spec-value {
    color: #0f3f3b;
    line-height: 1.5;
}
/* =========================
   REQUEST A QUOTE PAGE
========================= */

.quote-section {
    padding: 70px 0 90px;
}

.quote-section .container {
    max-width: 1100px;
    margin: 0 auto;
}

.quote-form {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(15, 63, 59, 0.12);
    padding: 34px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
}

.form-grid label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #0f3f3b;
}

.form-grid label.full {
    grid-column: 1 / -1;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px;
    border: 1px solid rgba(15, 63, 59, 0.22);
    background: #fffdf7;
    color: #183d39;
    font: inherit;
    outline: none;
}

.form-grid input:focus,
.form-grid textarea:focus,
.form-grid select:focus {
    border-color: #b7791f;
}

.form-grid textarea {
    resize: vertical;
    min-height: 130px;
}

.form-grid input[type="file"] {
    padding: 10px;
    background: transparent;
}

.quote-form-actions {
    margin-top: 28px;
}

.quote-form-actions .btn {
    min-width: 220px;
}

@media (max-width: 760px) {

    .quote-form {
        padding: 24px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-grid label.full {
        grid-column: auto;
    }

}
.quote-message {
    margin-bottom: 28px;
    padding: 18px 20px;
    border: 1px solid;
    font-size: 15px;
    line-height: 1.6;
}

.quote-success {
    background: rgba(15, 63, 59, 0.08);
    border-color: rgba(15, 63, 59, 0.28);
    color: #0f3f3b;
}

.quote-error {
    background: rgba(150, 50, 40, 0.07);
    border-color: rgba(150, 50, 40, 0.25);
    color: #7a2f28;
}
/* =========================
   PRODUCT CARDS FIX
========================= */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}

.product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.product-visual {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.product-visual a {
    display: block;
    width: 100%;
    height: 100%;
}

.product-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 22px 24px 24px;
}

.product-kicker {
    display: block;
    margin-bottom: 8px;
}

.product-body h3 {
    margin: 0 0 10px;
}

.product-body h3 a {
    color: inherit;
    text-decoration: none;
}

.product-body p {
    margin: 0 0 22px;
    line-height: 1.6;
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}

.product-actions .btn {
    white-space: nowrap;
}
/* PRODUCT GRID SIZE FIX */

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
    gap: 28px;
    justify-content: start;
}

.product-card {
    width: 100%;
    max-width: 360px;
}

.product-visual {
    aspect-ratio: 4 / 3;
}

.product-body {
    padding: 20px;
}
/* =========================
   CONTACT PAGE
========================= */

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: start;
}

.contact-details h2 {
    margin-top: 10px;
    margin-bottom: 32px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 63, 59, 0.15);
}

.contact-item strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9b6816;
}

.contact-item a,
.contact-item span {
    color: #0f3f3b;
    text-decoration: none;
    font-size: 17px;
}

.contact-content {
    margin-top: 30px;
}


/* FORM CARD */

.contact-form-wrap {
    padding: 38px;
    border: 1px solid rgba(15, 63, 59, 0.15);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.35);
}

.contact-form-wrap h2 {
    margin: 8px 0 28px;
    font-size: 32px;
}

.contact-form {
    display: grid;
    gap: 20px;
}

.contact-form .form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #0f3f3b;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 15px;

    border: 1px solid rgba(15, 63, 59, 0.25);
    border-radius: 7px;

    background: #fff;
    color: #0f3f3b;

    font: inherit;
    font-size: 16px;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #0f3f3b;
}

.contact-form .btn {
    justify-self: start;
    margin-top: 4px;
}


/* MOBILE */

@media (max-width: 800px) {

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-form-wrap {
        padding: 24px;
    }

}
/* =========================
   FOOTER CONTACT + SOCIALS
========================= */

.footer-contact-list {
    display: grid;
    gap: 13px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-item a,
.footer-contact-item span {
    text-decoration: none;
}

.footer-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin-top: 2px;
}

.footer-icon svg,
.footer-social-link svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.footer-social-link {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;

    text-decoration: none;
    transition:
        transform .2s ease,
        border-color .2s ease,
        opacity .2s ease;
}

.footer-social-link svg {
    width: 17px;
    height: 17px;
}

.footer-social-link:hover {
    transform: translateY(-2px);
    border-color: currentColor;
}
/* =========================
   CONTACT ICONS + SOCIALS
========================= */

.contact-item-icon {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
}

.contact-item-icon > div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contact-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    margin-top: 2px;
    color: #9b6816;
}

.contact-icon svg,
.contact-social-link svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-social-block {
    margin-top: 30px;
}

.contact-social-title {
    display: block;
    margin-bottom: 14px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9b6816;
}

.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-social-link {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(15, 63, 59, .2);
    border-radius: 50%;

    color: #0f3f3b;
    text-decoration: none;

    transition:
        transform .2s ease,
        border-color .2s ease;
}

.contact-social-link svg {
    width: 18px;
    height: 18px;
}

.contact-social-link:hover {
    transform: translateY(-2px);
    border-color: currentColor;
}
/* =========================
   SMART QUOTE FORM
========================= */

.quote-dynamic-field {
    width: 100%;
}

.quote-dynamic-field[hidden] {
    display: none !important;
}

.quote-form select {
    display: block;
    width: 100%;
    box-sizing: border-box;

    padding: 13px 15px;

    border: 1px solid rgba(15, 63, 59, .25);
    border-radius: 7px;

    background: #fff;
    color: #0f3f3b;

    font: inherit;
    font-size: 16px;
}

.quote-form select:focus {
    outline: none;
    border-color: #0f3f3b;
}

.quote-fixed-option {
    width: 100%;
    box-sizing: border-box;

    padding: 13px 15px;

    border: 1px solid rgba(15, 63, 59, .12);
    border-radius: 7px;

    background: rgba(15, 63, 59, .05);

    color: #0f3f3b;
    font-size: 16px;
    font-weight: 600;
}

/* =========================================================
   VETPRINT — HOME REDESIGN v2
   Clean desktop proportions + modern minimal direction
========================================================= */

:root {
    --vp-ink: #0d2624;
    --vp-ink-2: #123b37;
    --vp-paper: #f6f1e8;
    --vp-paper-2: #fbf8f2;
    --vp-gold: #b78338;
    --vp-gold-2: #d0a45f;
}

/* HOME HEADER */
.vp-site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 100;
    background: rgba(8, 34, 31, .18);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.vp-site-header .header-row {
    min-height: 76px;
    padding-block: 0;
}

.vp-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.vp-logo-word {
    font-family: var(--body-en);
    font-size: 23px;
    font-weight: 800;
    letter-spacing: .045em;
}

.vp-logo small {
    font-size: 6.5px;
    font-weight: 600;
    letter-spacing: .15em;
    opacity: .68;
}

.vp-site-header .main-nav {
    gap: 27px;
}

.vp-site-header .main-nav > a,
.vp-site-header .vp-menu-parent {
    color: rgba(255,255,255,.88);
    font-size: .89rem;
}

.vp-site-header .main-nav > a:hover,
.vp-site-header .vp-menu-parent:hover {
    color: #fff;
}

.vp-site-header .btn-primary {
    background: linear-gradient(135deg, var(--vp-gold), var(--vp-gold-2));
    color: #fff;
    border-color: transparent;
    box-shadow: none;
}

.vp-site-header .vp-submenu {
    background: #fff;
    border: 1px solid rgba(13,38,36,.1);
    box-shadow: 0 18px 50px rgba(0,0,0,.15);
}

.vp-site-header .vp-submenu a {
    color: var(--vp-ink);
}

/* HOME HERO */
.vp-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 690px;
    padding: 116px 0 36px;
    color: #fff;
    background:
        radial-gradient(circle at 79% 28%, rgba(78,139,129,.23), transparent 28%),
        linear-gradient(118deg, #092421 0%, #103b36 58%, #123f39 100%);
}

.vp-home-hero::after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    right: -150px;
    bottom: -230px;
    border-radius: 50%;
    background: rgba(255,255,255,.025);
    pointer-events: none;
}

.vp-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
    gap: 58px;
    align-items: center;
}

.vp-hero-copy {
    max-width: 570px;
}

.vp-home-hero .eyebrow {
    color: var(--vp-gold-2);
    font-size: .76rem;
    letter-spacing: .16em;
}

.vp-home-hero .display {
    margin: 15px 0 18px;
    max-width: 9.8ch;
    color: #fff;
    font-size: clamp(50px, 4.35vw, 68px);
    line-height: .98;
    letter-spacing: -.035em;
}

.vp-home-hero .lede {
    max-width: 52ch;
    margin: 0;
    color: rgba(255,255,255,.70);
    font-size: 15.5px;
    line-height: 1.7;
}

.vp-home-hero .hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.vp-home-hero .btn {
    min-height: 44px;
    padding: 10px 19px;
}

.vp-home-hero .btn-primary {
    background: linear-gradient(135deg, var(--vp-gold), var(--vp-gold-2));
    border-color: transparent;
    color: #fff;
}

.vp-hero-secondary {
    color: #fff !important;
    border-color: rgba(255,255,255,.34) !important;
    background: rgba(255,255,255,.02);
}

.vp-hero-secondary:hover {
    background: rgba(255,255,255,.07);
}

.vp-hero-stage {
    position: relative;
    min-height: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vp-hero-stage::before {
    content: "";
    position: absolute;
    inset: 4% 5% 2%;
    border-radius: 48% 48% 18px 18px;
    background:
        radial-gradient(circle at 50% 20%, rgba(255,255,255,.10), transparent 42%),
        linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.018));
    border: 1px solid rgba(255,255,255,.07);
}

.vp-hero-stage .hero-main-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    max-height: 430px;
    object-fit: contain;
    filter: drop-shadow(0 24px 44px rgba(0,0,0,.22));
}

.vp-hero-placeholder {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.13);
}

.vp-hero-placeholder span {
    color: var(--vp-gold-2);
    font-size: 11px;
    letter-spacing: .14em;
}

.vp-hero-placeholder strong {
    margin-top: 7px;
    font-family: var(--display-en);
    font-size: 38px;
}

.vp-hero-placeholder small {
    margin-top: 7px;
    color: rgba(255,255,255,.60);
}

.vp-hero-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 15px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.vp-hero-point {
    display: flex;
    gap: 9px;
    align-items: flex-start;
}

.vp-hero-point > span {
    color: var(--vp-gold-2);
    font-size: 19px;
    line-height: 1;
}

.vp-hero-point strong,
.vp-hero-point small {
    display: block;
}

.vp-hero-point strong {
    color: #fff;
    font-size: 10.5px;
    line-height: 1.3;
}

.vp-hero-point small {
    margin-top: 3px;
    color: rgba(255,255,255,.48);
    font-size: 9px;
    line-height: 1.35;
}

/* WHO WE SERVE */
.vp-who-section {
    padding: 48px 0 54px;
    color: #fff;
    background: linear-gradient(110deg, #0d2b28 0%, #123a36 52%, #0c2724 100%);
    border-top: 1px solid rgba(255,255,255,.07);
}

.vp-who-layout {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 34px;
    align-items: stretch;
}

.vp-who-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vp-who-intro .eyebrow {
    color: var(--vp-gold-2);
    font-size: .73rem;
}

.vp-who-intro .display {
    margin: 12px 0 13px;
    color: #fff;
    font-size: clamp(31px, 3vw, 42px);
    line-height: 1.03;
}

.vp-who-intro p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.63);
    font-size: 13px;
    line-height: 1.6;
}

.vp-who-button {
    align-self: flex-start;
    color: #fff !important;
    border-color: rgba(255,255,255,.28) !important;
}

.vp-audience-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 12px;
}

.vp-audience-card {
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.03);
    transition: transform .25s ease, border-color .25s ease;
}

.vp-audience-card:hover {
    transform: translateY(-3px);
    border-color: rgba(208,164,95,.32);
}

.vp-audience-card .audience-card-image,
.vp-audience-image {
    display: block;
    height: 135px;
    overflow: hidden;
}

.vp-audience-card .audience-card-image img,
.vp-audience-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.vp-audience-card:hover .audience-card-image img,
.vp-audience-card:hover .vp-audience-image img {
    transform: scale(1.03);
}

.vp-audience-card .audience-card-body,
.vp-audience-body {
    position: relative;
    min-height: 145px;
    padding: 16px 15px 19px;
    background: var(--vp-paper-2);
    color: var(--vp-ink);
}

.vp-audience-card h3,
.vp-audience-body h3 {
    margin: 0 34px 7px 0;
    color: var(--vp-ink);
    font-size: 14px;
    line-height: 1.3;
}

.vp-audience-card h3 a,
.vp-audience-body h3 a {
    color: var(--vp-ink);
    text-decoration: none;
}

.vp-audience-card p,
.vp-audience-body p {
    margin: 0;
    color: rgba(13,38,36,.64);
    font-size: 11px;
    line-height: 1.5;
}

.vp-card-arrow {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13,38,36,.16);
    border-radius: 50%;
    color: var(--vp-gold);
    text-decoration: none;
    transition: .2s ease;
}

.vp-card-arrow:hover {
    border-color: var(--vp-gold);
    transform: translateX(2px);
}

/* LIGHT MOTION */
@media (prefers-reduced-motion: no-preference) {
    .vp-hero-copy { animation: vpFadeUp .55s ease both; }
    .vp-hero-stage { animation: vpFadeIn .7s .05s ease both; }

    @keyframes vpFadeUp {
        from { opacity: 0; transform: translateY(10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    @keyframes vpFadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .vp-hero-grid {
        grid-template-columns: 1fr 1fr;
        gap: 34px;
    }

    .vp-hero-points {
        grid-template-columns: repeat(2,1fr);
    }

    .vp-who-layout {
        grid-template-columns: 1fr;
    }

    .vp-audience-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 980px) {
    .vp-site-header.nav-open .main-nav {
        background: var(--vp-ink);
        border-bottom-color: rgba(255,255,255,.1);
    }

    .vp-site-header.nav-open .main-nav a,
    .vp-site-header.nav-open .vp-menu-parent {
        color: #fff;
    }

    .vp-site-header .nav-toggle span,
    .vp-site-header .nav-toggle span:before,
    .vp-site-header .nav-toggle span:after {
        background: #fff;
    }
}

@media (max-width: 820px) {
    .vp-site-header {
        position: relative;
        background: var(--vp-ink);
    }

    .vp-home-hero {
        min-height: 0;
        padding: 58px 0 40px;
    }

    .vp-hero-grid {
        grid-template-columns: 1fr;
    }

    .vp-hero-stage {
        height: 330px;
        min-height: 330px;
    }
}

@media (max-width: 620px) {
    .vp-home-hero .display {
        max-width: 11ch;
        font-size: clamp(42px, 12vw, 58px);
    }

    .vp-hero-points {
        grid-template-columns: 1fr 1fr;
        gap: 14px 10px;
    }

    .vp-audience-grid {
        grid-template-columns: 1fr;
    }

    .vp-audience-card .audience-card-image,
    .vp-audience-image {
        height: 180px;
    }
}

/* =========================================================
   VETPRINT HERO — MOCKUP MATCH
   Put this at the VERY END of assets/css/site.css
========================================================= */

.vp-site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 100;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.vp-site-header .header-row {
    min-height: 92px;
    padding-block: 0;
}

.vp-site-header .container,
.vp-home-hero .container {
    max-width: 1460px;
}

.vp-logo-word {
    font-size: 31px;
    font-weight: 500;
    letter-spacing: .02em;
}

.vp-logo small {
    font-size: 7px;
    letter-spacing: .16em;
    opacity: .72;
}

.vp-site-header .main-nav {
    gap: 40px;
}

.vp-site-header .main-nav > a,
.vp-site-header .vp-menu-parent {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255,255,255,.92);
}

.vp-site-header .btn-primary {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 7px;
    background: linear-gradient(135deg,#b9853d,#d0a15a);
    color: #fff;
}


/* HERO BASE */

.vp-home-hero {
    position: relative;
    min-height: 760px;
    padding: 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 77% 22%, rgba(79,120,112,.20), transparent 29%),
        linear-gradient(108deg,#062520 0%,#0a302b 47%,#123f39 100%);
}

.vp-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,rgba(0,0,0,.18),transparent 42%),
        radial-gradient(circle at 92% 10%,rgba(246,236,219,.95) 0 11%,transparent 11.2%);
    pointer-events: none;
}

.vp-home-hero::after {
    content: "";
    position: absolute;
    right: -9%;
    top: -12%;
    width: 41%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(4,31,28,.72);
    pointer-events: none;
}

.vp-hero-shell {
    position: relative;
    z-index: 2;
    min-height: 760px;
    display: grid;
    grid-template-columns: 44% 56%;
    grid-template-rows: 1fr auto;
    align-items: center;
    padding-top: 92px;
}


/* HERO COPY */

.vp-hero-copy {
    position: relative;
    z-index: 5;
    align-self: center;
    max-width: 590px;
    padding: 58px 0 70px;
}

.vp-hero-eyebrow {
    margin-bottom: 20px;
    color: #d0a15a !important;
    font-size: 13px !important;
    font-weight: 700;
    letter-spacing: .24em !important;
}

.vp-hero-title {
    margin: 0 !important;
    max-width: none !important;
    color: #fff !important;
    font-family: var(--display-en);
    font-size: clamp(56px,4.65vw,76px) !important;
    font-weight: 400 !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
}

.vp-hero-title span {
    display: block;
}

.vp-hero-title em {
    color: #c68f49;
    font-style: italic;
    font-weight: 400;
}

.vp-hero-lede {
    max-width: 520px !important;
    margin: 24px 0 0 !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.vp-hero-ctas {
    display: flex;
    align-items: center;
    gap: 28px !important;
    margin-top: 28px !important;
}

.vp-hero-ctas .btn-primary {
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 7px;
    background: linear-gradient(135deg,#b9853d,#d0a15a);
    box-shadow: none;
}

.vp-story-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.92);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.vp-play {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 50%;
    font-size: 12px;
    padding-left: 2px;
}


/* HERO ART */

.vp-hero-visual {
    position: absolute;
    z-index: 3;
    top: 48px;
    right: -34px;
    width: 61%;
    height: 650px;
    pointer-events: none;
}

.vp-hero-artwork {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,.24));
}

.vp-hero-placeholder {
    position: absolute;
    right: 4%;
    bottom: 9%;
    width: 76%;
    height: 66%;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.035));
}

.vp-hero-side-copy {
    position: absolute;
    z-index: 4;
    right: 24px;
    top: 115px;
    display: grid;
    gap: 7px;
    color: rgba(255,255,255,.65);
    font-size: 11px;
    letter-spacing: .22em;
}


/* FEATURE ROW */

.vp-hero-points {
    position: relative;
    z-index: 6;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    width: 67%;
    margin: 0 0 30px !important;
    padding: 0 !important;
    border-top: 0 !important;
}

.vp-hero-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 22px;
    border-right: 1px solid rgba(255,255,255,.15);
}

.vp-hero-point:first-child {
    padding-left: 0;
}

.vp-hero-point:last-child {
    border-right: 0;
}

.vp-feature-icon {
    color: #c8954f !important;
    font-size: 24px !important;
    line-height: 1;
}

.vp-hero-point strong {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 1.35;
}

.vp-hero-point small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.60);
    font-size: 9px;
    line-height: 1.35;
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    .vp-hero-shell {
        grid-template-columns: 50% 50%;
    }

    .vp-hero-title {
        font-size: clamp(50px,6vw,66px) !important;
    }

    .vp-hero-visual {
        width: 57%;
        right: -70px;
    }

    .vp-hero-points {
        width: 82%;
    }
}

@media (max-width: 820px) {
    .vp-site-header {
        position: relative;
        background: #092923;
    }

    .vp-home-hero {
        min-height: 0;
    }

    .vp-hero-shell {
        min-height: 0;
        display: block;
        padding-top: 0;
    }

    .vp-hero-copy {
        padding: 64px 0 28px;
    }

    .vp-hero-visual {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 420px;
    }

    .vp-hero-points {
        width: 100%;
        grid-template-columns: repeat(2,1fr);
        gap: 18px 0;
        padding-bottom: 34px !important;
    }
}

@media (max-width: 560px) {
    .vp-hero-title {
        font-size: 48px !important;
    }

    .vp-hero-ctas {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px !important;
    }

    .vp-hero-visual {
        height: 330px;
    }

    .vp-hero-side-copy {
        display: none;
    }

    .vp-hero-points {
        grid-template-columns: 1fr;
    }

    .vp-hero-point {
        border-right: 0;
        padding: 0;
    }
}
/* =========================================================
   VETPRINT HERO v3 — CLOSER TO SELECTED MOCKUP
   Append this WHOLE block to the END of assets/css/site.css
========================================================= */

/* TYPOGRAPHY OVERRIDES */
.vp-site-header,
.vp-home-hero {
    --vp-hero-serif: "Cormorant Garamond", Georgia, serif;
    --vp-hero-sans: "Manrope", "Inter", Arial, sans-serif;
}

/* HEADER */
.vp-site-header {
    position: absolute;
    inset: 0 0 auto 0;
    z-index: 100;
    background: transparent;
    border-bottom: 0;
    backdrop-filter: none;
}

.vp-site-header .container,
.vp-home-hero .container {
    max-width: 1460px;
}

.vp-site-header .header-row {
    min-height: 94px;
    padding-block: 0;
}

.vp-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
}

.vp-logo-word {
    display: inline-flex;
    align-items: baseline;
    font-family: var(--vp-hero-sans);
    font-size: 31px;
    letter-spacing: .015em;
}

.vp-logo-word b {
    font-weight: 800;
}

.vp-logo-word span {
    font-weight: 300;
}

.vp-logo small {
    font-family: var(--vp-hero-sans);
    font-size: 6.5px;
    font-weight: 700;
    letter-spacing: .18em;
    opacity: .74;
}

.vp-site-header .main-nav {
    gap: 38px;
}

.vp-site-header .main-nav > a,
.vp-site-header .vp-menu-parent {
    font-family: var(--vp-hero-sans);
    font-size: 14.5px;
    font-weight: 500;
    color: rgba(255,255,255,.92);
}

.vp-site-header .main-nav > a:hover,
.vp-site-header .vp-menu-parent:hover {
    color: #fff;
}

.vp-header-search {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.vp-header-search svg {
    width: 21px;
    height: 21px;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
}

.vp-site-header .btn-primary {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 7px;
    background: linear-gradient(135deg,#b9843c,#d0a15a);
    color: #fff;
    border-color: transparent;
    box-shadow: none;
    font-family: var(--vp-hero-sans);
    font-size: 13px;
}

/* HERO */
.vp-home-hero {
    position: relative;
    min-height: 780px;
    padding: 0;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
    background:
        radial-gradient(circle at 84% 6%, rgba(241,229,209,.90) 0 10%, transparent 10.2%),
        radial-gradient(circle at 87% 14%, rgba(3,31,28,.78) 0 22%, transparent 22.3%),
        linear-gradient(110deg,#06241f 0%,#0a2d29 52%,#0e3732 100%);
}

/* blurred extension of hero artwork across the background */
.vp-home-hero::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: -5% -4% -5% 36%;
    background-image:
        linear-gradient(90deg, rgba(6,36,31,.95) 0%, rgba(6,36,31,.52) 20%, rgba(6,36,31,.10) 48%, rgba(6,36,31,.10) 100%),
        var(--vp-hero-bg);
    background-size: cover;
    background-position: center right;
    filter: blur(18px) saturate(.9) brightness(.72);
    transform: scale(1.08);
    opacity: .70;
}

.vp-home-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3,28,24,.96) 0%, rgba(3,28,24,.91) 28%, rgba(3,28,24,.55) 48%, rgba(3,28,24,.04) 76%),
        radial-gradient(circle at 70% 52%, rgba(23,72,64,.12), transparent 30%);
    pointer-events: none;
}

.vp-hero-shell {
    position: relative;
    min-height: 780px;
    display: grid;
    grid-template-columns: 43% 57%;
    grid-template-rows: 1fr auto;
    align-items: center;
    padding-top: 95px;
}

.vp-hero-copy {
    position: relative;
    z-index: 5;
    max-width: 610px;
    padding: 64px 0 62px;
}

.vp-hero-eyebrow {
    margin-bottom: 20px;
    color: #d0a15a !important;
    font-family: var(--vp-hero-sans);
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .25em !important;
}

.vp-hero-title {
    margin: 0 !important;
    max-width: 610px !important;
    color: #fff !important;
    font-family: var(--vp-hero-serif) !important;
    font-size: clamp(62px,4.6vw,78px) !important;
    font-weight: 500 !important;
    line-height: .92 !important;
    letter-spacing: -.035em !important;
}

.vp-hero-title > span {
    display: block;
}

.vp-hero-title .vp-title-accent {
    color: #c99550;
    font-style: italic;
    font-weight: 500;
}

.vp-hero-lede {
    max-width: 520px !important;
    margin: 24px 0 0 !important;
    color: rgba(255,255,255,.86) !important;
    font-family: var(--vp-hero-sans);
    font-size: 15.5px !important;
    line-height: 1.72 !important;
}

.vp-hero-ctas {
    display: flex;
    align-items: center;
    gap: 28px !important;
    margin-top: 28px !important;
}

.vp-hero-ctas .btn-primary {
    min-height: 52px;
    padding: 13px 25px;
    border-radius: 7px;
    background: linear-gradient(135deg,#b9843c,#d0a15a);
    box-shadow: none;
    font-family: var(--vp-hero-sans);
    font-size: 13.5px;
}

.vp-story-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,.94);
    text-decoration: none;
    font-family: var(--vp-hero-sans);
    font-size: 13px;
    font-weight: 500;
}

.vp-play {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 50%;
    font-size: 11px;
    padding-left: 2px;
}

/* FOREGROUND ARTWORK */
.vp-hero-visual {
    position: absolute;
    z-index: 3;
    top: 80px;
    right: -72px;
    width: 68%;
    height: 650px;
    pointer-events: none;
}

.vp-hero-visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 11%;
    bottom: 8%;
    width: 68%;
    height: 66%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204,161,96,.20), rgba(28,87,77,.14) 48%, transparent 72%);
    filter: blur(22px);
}

.vp-hero-artwork {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: right bottom;
    filter: drop-shadow(0 28px 55px rgba(0,0,0,.26));
}

.vp-hero-side-copy {
    position: absolute;
    z-index: 4;
    right: 42px;
    top: 94px;
    display: grid;
    gap: 7px;
    color: rgba(255,255,255,.72);
    font-family: var(--vp-hero-sans);
    font-size: 10.5px;
    letter-spacing: .22em;
}

/* FEATURE ICONS */
.vp-hero-points {
    position: relative;
    z-index: 6;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    width: 72%;
    margin: 0 0 30px !important;
    padding: 0 !important;
    border-top: 0 !important;
}

.vp-hero-point {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 0 22px;
    border-right: 1px solid rgba(255,255,255,.17);
}

.vp-hero-point:first-child { padding-left: 0; }
.vp-hero-point:last-child { border-right: 0; }

.vp-feature-icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    color: #c99550 !important;
}

.vp-feature-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    stroke: currentColor;
    stroke-width: 1.55;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vp-hero-point strong {
    display: block;
    color: #fff;
    font-family: var(--vp-hero-sans);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.vp-hero-point small {
    display: block;
    margin-top: 3px;
    color: rgba(255,255,255,.62);
    font-family: var(--vp-hero-sans);
    font-size: 9px;
    line-height: 1.35;
}

@media (max-width: 1100px) {
    .vp-hero-shell { grid-template-columns: 48% 52%; }
    .vp-hero-title { font-size: clamp(54px,6vw,70px) !important; }
    .vp-hero-visual { width: 62%; right: -90px; }
    .vp-hero-points { width: 85%; }
}

@media (max-width: 820px) {
    .vp-site-header {
        position: relative;
        background: #082821;
    }

    .vp-header-search { display: none; }

    .vp-home-hero { min-height: 0; }

    .vp-hero-shell {
        min-height: 0;
        display: block;
        padding-top: 0;
    }

    .vp-hero-copy { padding: 60px 0 26px; }

    .vp-hero-visual {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 430px;
    }

    .vp-hero-points {
        width: 100%;
        grid-template-columns: repeat(2,1fr);
        gap: 18px 0;
        padding-bottom: 34px !important;
    }
}

@media (max-width: 560px) {
    .vp-hero-title { font-size: 49px !important; }
    .vp-hero-ctas { flex-direction: column; align-items: flex-start; gap: 16px !important; }
    .vp-hero-visual { height: 340px; }
    .vp-hero-side-copy { display: none; }
    .vp-hero-points { grid-template-columns: 1fr; }
    .vp-hero-point { border-right: 0; padding: 0; }
}
/* VETPRINT UI v4 — append to END of assets/css/site.css */

:root {
    --body-en: "Open Sans", sans-serif;
}

body.lang-en,
.lang-en button,
.lang-en input,
.lang-en select,
.lang-en textarea {
    font-family: "Open Sans", sans-serif;
}

.lang-en .display {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

/* Keep hero headline in current serif style */
.lang-en .vp-hero-title {
    font-family: var(--vp-hero-serif) !important;
    font-weight: 500 !important;
    letter-spacing: .008em !important;
}

/* HEADER */
.vp-site-header,
.vp-site-header * {
    font-family: "Open Sans", sans-serif;
}

.vp-logo-word {
    letter-spacing: .075em !important;
}

.vp-logo small {
    letter-spacing: .19em !important;
}

.vp-site-header .main-nav > a,
.vp-site-header .vp-menu-parent {
    font-weight: 400 !important;
    letter-spacing: .045em !important;
}

/* remove dropdown arrows */
.vp-chevron {
    display: none !important;
}

/* replace hover underline with a small gold dot */
.vp-site-header .main-nav > a::after,
.vp-site-header .vp-menu-parent::after {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    bottom: -2px !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #d0a15a !important;
    transform: translateX(-50%) scale(0) !important;
    transform-origin: center !important;
    opacity: 0 !important;
    transition: transform .18s ease, opacity .18s ease !important;
}

.vp-site-header .main-nav > a:hover::after,
.vp-site-header .main-nav > a[aria-current="page"]::after,
.vp-site-header .vp-menu-parent:hover::after,
.vp-site-header .vp-menu-group:focus-within > .vp-menu-parent::after {
    width: 5px !important;
    transform: translateX(-50%) scale(1) !important;
    opacity: 1 !important;
}

.vp-site-header .vp-submenu a::after {
    display: none !important;
}

/* HERO TYPOGRAPHY */
.vp-home-hero,
.vp-home-hero .eyebrow,
.vp-home-hero .lede,
.vp-home-hero .btn,
.vp-home-hero .vp-story-link,
.vp-home-hero .vp-hero-side-copy,
.vp-home-hero .vp-hero-point {
    font-family: "Open Sans", sans-serif !important;
}

.vp-hero-eyebrow,
.vp-hero-lede,
.vp-story-link,
.vp-hero-side-copy,
.vp-hero-point strong,
.vp-hero-point small {
    font-weight: 400 !important;
}

.vp-hero-title {
    letter-spacing: .008em !important;
}

.vp-hero-title .vp-title-accent {
    color: #c99550 !important;
    font-style: italic;
}

/* HERO IMAGE — bigger */
.vp-hero-visual {
    top: 62px !important;
    right: -122px !important;
    width: 73% !important;
    height: 690px !important;
}

.vp-hero-artwork {
    right: 0 !important;
    bottom: -2px !important;
    width: 119% !important;
    height: 104% !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: right bottom !important;
    filter: drop-shadow(0 34px 62px rgba(0,0,0,.30)) !important;
}

/* remove old hard white circle */
.vp-home-hero {
    background: linear-gradient(110deg,#06241f 0%,#0a2d29 50%,#0e3732 100%) !important;
}

/* stronger blurred copy of artwork behind foreground image */
.vp-home-hero::before {
    inset: -10% -8% -10% 29% !important;
    background-image:
        linear-gradient(
            90deg,
            rgba(6,36,31,.97) 0%,
            rgba(6,36,31,.67) 18%,
            rgba(6,36,31,.18) 43%,
            rgba(6,36,31,.06) 100%
        ),
        var(--vp-hero-bg) !important;
    background-size: cover !important;
    background-position: center right !important;
    filter: blur(34px) saturate(.92) brightness(.68) !important;
    transform: scale(1.18) !important;
    opacity: .84 !important;
}

.vp-home-hero::after {
    background:
        linear-gradient(
            90deg,
            rgba(3,28,24,.97) 0%,
            rgba(3,28,24,.91) 27%,
            rgba(3,28,24,.56) 46%,
            rgba(3,28,24,.10) 70%,
            rgba(3,28,24,.02) 100%
        ) !important;
}

/* softer glow behind image */
.vp-hero-visual::before {
    left: 1% !important;
    bottom: 0 !important;
    width: 86% !important;
    height: 80% !important;
    background:
        radial-gradient(
            ellipse at center,
            rgba(211,169,105,.25) 0%,
            rgba(58,112,101,.18) 43%,
            rgba(38,88,80,.10) 58%,
            transparent 76%
        ) !important;
    filter: blur(48px) !important;
}

/* softer blurred white circle */
.vp-hero-visual::after {
    content: "";
    position: absolute;
    z-index: -2;
    top: -112px;
    right: 74px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: rgba(242,233,215,.44);
    filter: blur(20px);
    opacity: .70;
}

/* Bigger feature icons */
.vp-hero-points {
    width: 75% !important;
}

.vp-hero-point {
    gap: 16px !important;
}

.vp-feature-icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
    color: #c99550 !important;
}

.vp-feature-icon svg {
    width: 38px !important;
    height: 38px !important;
    stroke: currentColor !important;
    stroke-width: 1.45 !important;
}

.vp-hero-point strong {
    font-size: 11.5px !important;
}

.vp-hero-point small {
    margin-top: 4px !important;
    font-size: 9.5px !important;
}

@media (max-width: 1100px) {
    .vp-hero-visual {
        right: -90px !important;
        width: 67% !important;
    }

    .vp-hero-artwork {
        width: 112% !important;
    }

    .vp-hero-points {
        width: 84% !important;
    }
}

@media (max-width: 820px) {
    .vp-hero-visual {
        top: auto !important;
        right: auto !important;
        width: 100% !important;
        height: 440px !important;
    }

    .vp-hero-artwork {
        width: 100% !important;
        height: 100% !important;
    }

    .vp-hero-visual::after {
        top: 0;
        right: 3%;
        width: 240px;
        height: 240px;
    }

    .vp-hero-points {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .vp-feature-icon {
        width: 34px !important;
        height: 34px !important;
        flex-basis: 34px !important;
    }

    .vp-feature-icon svg {
        width: 34px !important;
        height: 34px !important;
    }
}

/* =========================================================
   VETPRINT — ACF DESIGN CONTROLS FINAL OVERRIDE v3
========================================================= */

/* HEADER — keep the bar in place; move its CONTENT vertically */
.vp-site-header {
    top: 0 !important;
}

.vp-site-header .header-row {
    min-height: var(--vp-header-height, 92px) !important;
    padding-top: var(--vp-header-vertical-padding, 0px) !important;
    padding-bottom: var(--vp-header-vertical-padding, 0px) !important;
    transform: translateY(var(--vp-header-top-offset, 0px)) !important;
}

.vp-site-header .main-nav {
    gap: var(--vp-header-nav-gap, 40px) !important;
}

.vp-site-header .main-nav > a,
.vp-site-header .vp-menu-parent {
    font-size: var(--vp-header-font-size, 15px) !important;
    letter-spacing: var(--vp-header-letter-spacing, 1px) !important;
}

/* HERO TITLE — hard reset to stop old rules stacking the lines */
.vp-home-hero h1.vp-hero-title,
.lang-en .vp-home-hero h1.vp-hero-title {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: var(--vp-hero-heading-line-gap, 6px) !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    font-family: var(--vp-hero-heading-font, "Fraunces", Georgia, serif) !important;
    font-size: var(--vp-hero-heading-size, 72px) !important;
    font-weight: var(--vp-hero-heading-weight, 500) !important;
    line-height: var(--vp-hero-heading-line-height, 1.02) !important;
    letter-spacing: var(--vp-hero-heading-spacing, .5px) !important;
}

.vp-home-hero h1.vp-hero-title > span,
.vp-home-hero h1.vp-hero-title > .vp-hero-title-line {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    float: none !important;

    width: auto !important;
    height: auto !important;
    min-height: 1em !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1 !important;
    transform: none !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

.vp-home-hero h1.vp-hero-title .vp-title-accent {
    color: #c99550 !important;
    font-style: italic !important;
}

.vp-home-hero .vp-hero-eyebrow {
    font-size: var(--vp-hero-eyebrow-size, 13px) !important;
    letter-spacing: var(--vp-hero-eyebrow-spacing, 3px) !important;
}

.vp-home-hero .vp-hero-lede {
    max-width: var(--vp-hero-text-width, 590px) !important;
    font-size: var(--vp-hero-description-size, 16px) !important;
    line-height: var(--vp-hero-description-line-height, 27px) !important;
}

/* ARTWORK */
.vp-home-hero .vp-hero-artwork {
    width: var(--vp-hero-image-size, 119%) !important;
    transform: translate(
        var(--vp-hero-image-x, 0px),
        var(--vp-hero-image-y, 0px)
    ) !important;
}

.vp-home-hero::before {
    filter:
        blur(var(--vp-hero-background-blur, 34px))
        saturate(.92)
        brightness(.68) !important;
}

.vp-home-hero .vp-hero-visual::before {
    filter: blur(var(--vp-hero-glow-blur, 48px)) !important;
}

.vp-home-hero .vp-hero-visual::after {
    opacity: var(--vp-hero-white-glow-opacity, .70) !important;
}

/* FOUR FEATURES */
.vp-home-hero .vp-hero-points {
    width: var(--vp-hero-features-width, 75%) !important;
    margin-bottom: var(--vp-hero-features-bottom-space, 30px) !important;
}

.vp-home-hero .vp-hero-point {
    gap: var(--vp-hero-feature-gap, 16px) !important;
    padding-left: var(--vp-hero-feature-padding, 22px) !important;
    padding-right: var(--vp-hero-feature-padding, 22px) !important;
}

.vp-home-hero .vp-hero-point:first-child {
    padding-left: 0 !important;
}

.vp-home-hero .vp-hero-point:last-child {
    padding-right: 0 !important;
}

.vp-home-hero .vp-feature-icon {
    width: var(--vp-hero-icon-size, 38px) !important;
    height: var(--vp-hero-icon-size, 38px) !important;
    flex: 0 0 var(--vp-hero-icon-size, 38px) !important;
}

.vp-home-hero .vp-feature-icon svg {
    width: 100% !important;
    height: 100% !important;
}

.vp-home-hero .vp-hero-point strong {
    font-size: var(--vp-hero-feature-title-size, 12px) !important;
}

.vp-home-hero .vp-hero-point small {
    font-size: var(--vp-hero-feature-text-size, 10px) !important;
}

/* RESPONSIVE */
@media (max-width: 820px) {
    .vp-site-header .header-row {
        transform: none !important;
    }

    .vp-home-hero h1.vp-hero-title,
    .lang-en .vp-home-hero h1.vp-hero-title {
        font-size: min(var(--vp-hero-heading-size, 72px), 58px) !important;
    }

    .vp-home-hero .vp-hero-points {
        width: 100% !important;
    }
}

@media (max-width: 560px) {
    .vp-home-hero h1.vp-hero-title,
    .lang-en .vp-home-hero h1.vp-hero-title {
        font-size: min(var(--vp-hero-heading-size, 72px), 49px) !important;
    }

    .vp-home-hero h1.vp-hero-title > span {
        white-space: normal !important;
    }

    .vp-home-hero .vp-hero-point {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

