@font-face{font-family:Manrope;src:url("fonts/manrope-var.woff2") format("woff2");font-weight:200 800;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("fonts/dm-sans-var.woff2") format("woff2");font-weight:100 900;font-style:normal;font-display:swap}
@font-face{font-family:"DM Sans";src:url("fonts/dm-sans-var-italic.woff2") format("woff2");font-weight:100 900;font-style:italic;font-display:swap}

:root{
  --bg:#F5F7F9;--surface:#FFFFFF;--ink:#263B5A;--ink-deep:#13243A;--text:#3E4651;--muted:#666A70;--line:#DDE3EA;--accent:#C6A46A;
  --paw:#72876B;--trail:#A45F45;--whisker:#66839A;--stable:#707A4F;--fetch:#C18A3F;--cozy:#9D7B78;
  --font-display:Manrope,Arial,sans-serif;--font-body:"DM Sans",Arial,sans-serif;
  --container:1240px;--radius-sm:6px;--radius:14px;--radius-lg:22px;--shadow:0 18px 50px rgba(38,59,90,.12);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.menu-open{overflow:hidden}
:where(h1,h2,h3,h4,p,figure,ul,ol,dl){margin-top:0}
h1,h2,h3,h4{color:var(--ink-deep);font-family:var(--font-display);font-weight:720;letter-spacing:-.04em;line-height:1.08}
a{color:inherit;text-decoration:none}
img,video{display:block;max-width:100%}
button,input,select{font:inherit}
button,a{touch-action:manipulation}
:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
.container{width:min(calc(100% - 48px),var(--container));margin-inline:auto}
.section{padding:104px 0}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;left:16px;top:16px;z-index:9999;background:var(--surface);color:var(--ink);padding:10px 16px;border-radius:var(--radius-sm);transform:translateY(-160%)}
.skip-link:focus{transform:none}
.eyebrow{margin:0 0 16px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}

.announcement{display:flex;min-height:31px;align-items:center;justify-content:center;padding:5px 20px;background:#0B1727;color:#DBE3EC;font-size:.74rem;letter-spacing:.04em;text-align:center}
.site-header{position:sticky;top:0;z-index:80;background:rgba(19,36,58,.98);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px)}
.header-row{display:grid;grid-template-columns:145px 1fr auto;align-items:center;gap:24px;min-height:78px}
.brand{display:inline-flex;align-items:center;width:145px;height:62px}
.brand__crop{position:relative;display:block;width:145px;height:62px;overflow:hidden;border-radius:var(--radius-sm);background:#05080D}
.brand__crop img{position:absolute;left:50%;top:50%;width:230px;max-width:none;height:auto;transform:translate(-50%,-50%)}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(13px,1.2vw,24px);height:78px;white-space:nowrap}
.desktop-nav>a,.nav-item>a{display:flex;align-items:center;gap:5px;height:100%;font-size:.82rem;font-weight:650;color:#EEF3F8;transition:color .2s ease}
.desktop-nav>a:hover,.nav-item>a:hover,.nav-item:focus-within>a{color:var(--accent)}
.nav-item{height:100%;display:flex;align-items:center}
.mega-menu{position:absolute;left:50%;top:78px;width:min(900px,calc(100vw - 48px));padding:30px;display:grid;grid-template-columns:250px 1fr;gap:38px;background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:0 0 var(--radius-lg) var(--radius-lg);box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translate(-50%,-10px);transition:.22s ease}
.nav-item:hover .mega-menu,.nav-item:focus-within .mega-menu{opacity:1;visibility:visible;transform:translate(-50%,0)}
.mega-menu__intro{padding:24px;background:var(--ink-deep);color:#DCE5EF;border-radius:var(--radius)}
.mega-menu__intro p{margin-bottom:8px;color:var(--accent);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.mega-menu__intro strong{display:block;color:#fff;font-family:var(--font-display);font-size:1.35rem;line-height:1.18}
.mega-menu__intro a{display:inline-block;margin-top:24px;color:#fff;font-weight:650}
.mega-menu__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:3px 24px}
.mega-menu__links a{padding:8px 0;border-bottom:1px solid var(--line);font-size:.9rem}
.mega-menu__links a:hover{color:var(--ink);padding-left:4px}
.header-actions{display:flex;align-items:center;gap:8px}
.icon-button,.menu-toggle{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:transparent;color:#fff}
.icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7}
.icon-button:hover{border-color:var(--accent);color:var(--accent)}
.icon-button--disabled{opacity:.45;cursor:default}
.menu-toggle{display:none;padding:11px;cursor:pointer}
.menu-toggle>span:not(.sr-only){display:block;width:18px;height:1.5px;margin:2px;background:currentColor}
.mobile-menu{display:none}

.hero{position:relative;min-height:min(780px,calc(100svh - 109px));display:grid;align-items:center;overflow:hidden;background:var(--ink-deep)}
.hero__media,.hero__scrim{position:absolute;inset:0}
.hero__media video,.hero__media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero__scrim{background:linear-gradient(90deg,rgba(11,23,39,.86) 0%,rgba(19,36,58,.62) 38%,rgba(19,36,58,.16) 70%,rgba(19,36,58,.08) 100%)}
.hero__content{position:relative;z-index:2;padding-block:82px;color:#fff}
.hero h1{max-width:730px;margin:0;color:#fff;font-size:clamp(3.3rem,6.8vw,6.3rem);line-height:.98;letter-spacing:-.065em}
.hero__content>p:not(.eyebrow){max-width:590px;margin:26px 0 32px;color:#E7EDF3;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.55}
.button-row{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:12px 24px;border:1px solid var(--ink);border-radius:999px;background:var(--ink);color:#fff;font-size:.9rem;font-weight:750;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.button:hover:not(:disabled){transform:translateY(-2px);background:var(--ink-deep)}
.button:active:not(:disabled){transform:translateY(0)}
.button--light{border-color:#fff;background:#fff;color:var(--ink-deep)}
.button--light:hover:not(:disabled){border-color:var(--accent);background:var(--accent);color:var(--ink-deep)}
.button--ghost-light{border-color:rgba(255,255,255,.65);background:rgba(19,36,58,.2);color:#fff}
.button--outline{background:transparent;color:var(--ink)}
.button--wide{width:100%}
.button:disabled{cursor:not-allowed;opacity:.62}
.text-link{display:inline-flex;align-items:center;color:var(--ink);font-weight:750;white-space:nowrap}
.text-link:hover{color:#8D6C36}

.section-heading{max-width:720px;margin-bottom:42px}
.section-heading h2{margin-bottom:13px;font-size:clamp(2.35rem,4.4vw,4.2rem)}
.section-heading p{max-width:650px;margin-bottom:0;color:var(--muted);font-size:1.05rem}
.section-heading--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:36px}
.section-heading--row>div{max-width:710px}
.section-heading--light h2{color:#fff}.section-heading--light p{color:#CBD6E2}

.pet-grid{display:grid;grid-template-columns:1.02fr .98fr .86fr;gap:18px}
.pet-card{position:relative;min-height:530px;overflow:hidden;border-radius:var(--radius-lg);background:var(--ink-deep);box-shadow:0 20px 50px rgba(38,59,90,.12)}
.pet-card:nth-child(2){margin-top:48px}.pet-card:nth-child(3){margin-top:96px}
.pet-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.pet-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 42%,rgba(11,23,39,.85) 100%)}
.pet-card__content{position:absolute;inset:auto 24px 24px;display:flex;flex-direction:column;color:#fff}
.pet-card__content strong{font-family:var(--font-display);font-size:2.2rem;line-height:1.05}
.pet-card__content small{margin:8px 0 18px;color:#D9E2EC;font-size:.9rem}
.pet-card__content>span{font-weight:750}
.pet-card:hover img{transform:scale(1.035)}

.collection-feature{background:var(--ink-deep);color:#fff}
.collection-bento{display:grid;grid-template-columns:1.1fr .9fr .9fr;grid-template-rows:320px 280px;gap:14px}
.collection-tile{position:relative;overflow:hidden;border-radius:var(--radius);background:#203754}
.collection-tile--1{grid-row:span 2}.collection-tile--4{grid-column:span 2}
.collection-tile img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .5s ease,filter .4s ease}
.collection-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(9,20,34,.84) 100%)}
.collection-tile>span{position:absolute;z-index:2;inset:auto 20px 18px;display:flex;flex-direction:column;align-items:flex-start}
.collection-tile small{font-size:.72rem;font-style:normal;text-transform:uppercase;letter-spacing:.1em;color:#D5DEE8}
.collection-tile strong{color:#fff;font-family:var(--font-display);font-size:clamp(1.4rem,2.2vw,2rem);line-height:1.12}
.collection-tile em{margin-top:8px;color:var(--accent);font-size:.82rem;font-style:normal;font-weight:750;opacity:0;transform:translateX(-7px);transition:.25s ease}
.collection-tile:hover img{transform:scale(1.03);filter:saturate(1)}
.collection-tile:hover em{opacity:1;transform:none}

.product-grid{display:grid;gap:20px}
.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-card{min-width:0}
.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:1/1;border:1px solid var(--line);border-radius:var(--radius);background:#EDF1F5}
.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.product-card__quick{position:absolute;left:14px;right:14px;bottom:14px;display:flex;min-height:42px;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.94);color:var(--ink);font-size:.82rem;font-weight:800;opacity:0;transform:translateY(10px);transition:.22s ease}
.product-card__media:hover img{transform:scale(1.025)}
.product-card__media:hover .product-card__quick,.product-card__media:focus .product-card__quick{opacity:1;transform:none}
.product-card__body{padding:16px 2px 0}
.product-card__meta{margin:0 0 5px;color:var(--muted);font-size:.73rem;text-transform:uppercase;letter-spacing:.07em}
.product-card h3{margin:0;font-size:1.03rem;letter-spacing:-.02em;line-height:1.35}
.product-card h3 a:hover{color:#8D6C36}
.product-card__price{display:flex;gap:8px;margin-top:8px;color:var(--ink);font-weight:760}
.product-card__price del{color:#88919C;font-weight:500}

.collection-strip{padding:34px 0;border-block:1px solid var(--line);background:var(--surface)}
.collection-strip h2{margin:0 0 18px;font-size:.78rem;letter-spacing:.13em;text-transform:uppercase}
.wordmark-row{display:flex;align-items:center;justify-content:space-between;gap:16px;overflow-x:auto;padding-bottom:5px}
.wordmark{display:flex;align-items:center;gap:7px;min-width:max-content;color:#7A8490;font-family:var(--font-display);font-size:.95rem;font-weight:760;filter:grayscale(1);transition:.25s ease}
.wordmark span{font-size:.58rem}.wordmark:hover{filter:none}
.wordmark--paw-field:hover{color:var(--paw)}.wordmark--tail-trail:hover{color:var(--trail)}.wordmark--whisker-home:hover{color:var(--whisker)}.wordmark--stable-sage:hover{color:var(--stable)}.wordmark--happy-fetch:hover{color:var(--fetch)}.wordmark--cozy-paws:hover{color:var(--cozy)}.wordmark--sla-essentials:hover{color:var(--ink)}

.story{overflow:hidden;background:#E9EEF3}
.story__grid{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(48px,8vw,120px)}
.story__copy h2{max-width:550px;margin-bottom:22px;font-size:clamp(2.8rem,5.2vw,5.2rem)}
.story__copy p{max-width:560px;margin-bottom:30px;font-size:1.08rem}
.story__visual{position:relative;min-height:610px}
.story__visual img{position:absolute;inset:0;width:calc(100% + 11vw);max-width:none;height:100%;object-fit:cover;border-radius:var(--radius-lg) 0 0 var(--radius-lg)}
.story__note{position:absolute;left:-42px;bottom:28px;display:flex;gap:22px;padding:16px 22px;border-radius:var(--radius);background:var(--surface);color:var(--ink);box-shadow:var(--shadow);font-weight:760}

.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:-18px 0 32px}
.filter-chips button{min-height:42px;padding:8px 18px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--ink);cursor:pointer}
.filter-chips button.is-active,.filter-chips button:hover{border-color:var(--ink);background:var(--ink);color:#fff}
.product-card.is-filtered-out{display:none}

.horse-feature{position:relative;min-height:700px;display:grid;align-items:center;overflow:hidden;background:var(--ink-deep)}
.horse-feature__media{position:absolute;inset:0}.horse-feature__media img{width:100%;height:100%;object-fit:cover;object-position:center 32%}
.horse-feature:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,23,39,.9) 0%,rgba(19,36,58,.62) 43%,rgba(19,36,58,.06) 72%)}
.horse-feature__content{position:relative;z-index:2;color:#fff}
.horse-feature__content h2{max-width:690px;margin-bottom:20px;color:#fff;font-size:clamp(3rem,6vw,6rem)}
.horse-feature__content>p:not(.eyebrow){max-width:560px;margin-bottom:30px;color:#DDE6EF;font-size:1.08rem}

.journal-grid{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:18px;align-items:start}
.journal-card{overflow:hidden;border-radius:var(--radius);background:var(--surface);border:1px solid var(--line)}
.journal-card:nth-child(2){margin-top:64px}
.journal-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover;transition:transform .45s ease}
.journal-card:hover img{transform:scale(1.025)}
.journal-card>div{padding:22px}
.journal-card p{margin-bottom:8px;color:var(--muted);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}
.journal-card h3{font-size:clamp(1.25rem,2vw,1.7rem);line-height:1.2}

.trust-bar{padding:68px 0;background:var(--ink-deep);color:#DDE6EF}
.trust-bar__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.15)}
.trust-item{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:30px 24px 30px 0;border-bottom:1px solid rgba(255,255,255,.15)}
.trust-item:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.trust-item:nth-child(even){padding-left:30px}
.trust-item>span{color:var(--accent);font-family:var(--font-display);font-size:2rem;font-weight:700}
.trust-item h2{margin-bottom:7px;color:#fff;font-size:1.25rem;letter-spacing:-.02em}.trust-item p{margin:0;color:#BFCBD7;font-size:.9rem}

.updates-panel{padding:82px 0;background:var(--surface)}
.updates-panel__inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:42px;padding:42px 48px;border:1px solid var(--line);border-radius:var(--radius-lg);background:linear-gradient(115deg,#EEF2F6 0%,#F8FAFC 100%)}
.updates-panel h2{margin-bottom:9px;font-size:clamp(2rem,3.5vw,3.1rem)}.updates-panel p{max-width:680px;margin:0;color:var(--muted)}
.updates-panel__inner>span{padding:11px 16px;border-radius:999px;background:var(--ink);color:#fff;font-size:.8rem;font-weight:750}

.catalog-hero{padding:62px 0 72px;background:var(--ink-deep);color:#fff}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:38px;color:#B9C6D4;font-size:.78rem}.breadcrumbs a:hover{color:var(--accent)}
.catalog-hero__grid{display:grid;grid-template-columns:1fr .75fr;align-items:end;gap:70px}
.catalog-hero h1{margin:0;color:#fff;font-size:clamp(3.4rem,7vw,6.5rem)}
.catalog-hero__copy{max-width:560px;color:#D3DEE9;font-size:1.05rem}.catalog-hero__copy p:last-child{margin-bottom:0}
.catalog-layout{display:grid;grid-template-columns:245px 1fr;gap:52px;padding-block:72px 104px}
.catalog-filters{position:sticky;top:126px;align-self:start}
.filter-group{margin-bottom:22px}.filter-group label{display:block;margin-bottom:8px;color:var(--ink);font-size:.8rem;font-weight:800}
.filter-group select,.filter-group input{width:100%;min-height:44px;border:1px solid #CCD4DE;border-radius:var(--radius-sm);background:var(--surface);color:var(--text);padding:8px 10px}
.filter-group--price>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:7px}.filter-group--price span{color:var(--muted);font-size:.8rem}
.filter-reset{display:block;margin-top:12px;color:var(--muted);font-size:.82rem;text-align:center;text-decoration:underline}
.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--line)}.catalog-toolbar p{margin:0;color:var(--muted)}
.view-controls{display:flex;gap:4px}.view-controls button{width:38px;height:38px;border:1px solid var(--line);background:var(--surface);color:var(--muted);cursor:pointer}.view-controls button.is-active{background:var(--ink);color:#fff}
.filter-toggle{display:none}
.pagination{margin-top:48px}.pagination ul{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;padding:0;list-style:none}.pagination a,.pagination span{display:grid;min-width:42px;height:42px;place-items:center;padding-inline:12px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.pagination .current{background:var(--ink);color:#fff}
.empty-state{padding:70px 32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);text-align:center}.empty-state h2{font-size:2rem}.empty-state p{color:var(--muted)}

.product-page{padding-block:34px 96px}
.product-page>.breadcrumbs{color:var(--muted)}
.product-detail{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(42px,7vw,98px);align-items:start}
.product-gallery__main{overflow:hidden;aspect-ratio:1/1;border-radius:var(--radius-lg);background:#EBF0F4;border:1px solid var(--line)}
.product-gallery__main img{width:100%;height:100%;object-fit:cover}
.product-gallery__caption{display:flex;justify-content:space-between;gap:20px;padding:15px 2px;color:var(--muted);font-size:.78rem}.product-gallery__caption span{color:var(--ink);font-weight:760}.product-gallery__caption p{margin:0}
.product-summary{position:sticky;top:128px}
.product-summary__meta{margin-bottom:14px;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.09em}
.product-summary h1{margin-bottom:18px;font-size:clamp(2.6rem,5vw,4.8rem)}
.product-summary__price{display:flex;gap:12px;margin-bottom:22px;color:var(--ink);font-size:1.45rem;font-weight:780}.product-summary__price del{color:#8D96A1;font-weight:500}
.product-summary__short{font-size:1.08rem;max-width:620px}
.product-facts{display:grid;grid-template-columns:1fr 1fr;margin:30px 0;border-block:1px solid var(--line)}
.product-facts div{padding:14px 12px 14px 0}.product-facts div:nth-child(odd){border-right:1px solid var(--line)}.product-facts div:nth-child(even){padding-left:16px}
.product-facts dt{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.06em}.product-facts dd{margin:2px 0 0;color:var(--ink);font-weight:650}
.purchase-state>label{display:block;margin-bottom:8px;color:var(--ink);font-size:.8rem;font-weight:750}
.quantity{display:inline-grid;grid-template-columns:40px 54px 40px;margin-bottom:14px;border:1px solid var(--line);border-radius:999px;overflow:hidden}.quantity button,.quantity input{height:42px;border:0;background:var(--surface);text-align:center}.quantity input{appearance:textfield}
.purchase-state>p{margin:10px 0 0;color:var(--muted);font-size:.8rem}
.product-accordions{margin-top:30px;border-top:1px solid var(--line)}
.product-accordions details{border-bottom:1px solid var(--line)}.product-accordions summary{padding:17px 0;color:var(--ink);font-weight:760;cursor:pointer}.product-accordions details>div{padding-bottom:18px;color:var(--muted)}.product-accordions details>div p:last-child{margin-bottom:0}
.related-products{background:var(--surface)}

.standard-page__hero{padding:58px 0 70px;background:var(--ink-deep);color:#fff}.standard-page__hero .breadcrumbs{margin-bottom:28px}.standard-page__hero h1{margin:0;color:#fff;font-size:clamp(3.2rem,7vw,6rem)}
.standard-page__content{max-width:820px;padding-block:76px 110px;font-size:1.08rem}.standard-page__content h2{margin:52px 0 16px;font-size:clamp(2rem,4vw,3rem)}.standard-page__content a{color:#8A692F;text-decoration:underline}.standard-page__content p{max-width:70ch}
.journal-hero{padding:100px 0;background:linear-gradient(120deg,var(--ink-deep),#254465);color:#fff}.journal-hero h1{max-width:850px;margin-bottom:18px;color:#fff;font-size:clamp(3.3rem,7vw,6.5rem)}.journal-hero>div>p:last-child{max-width:650px;color:#D6E0EA;font-size:1.1rem}
.journal-list{display:grid;gap:28px}.journal-list__item{display:grid;grid-template-columns:.82fr 1.18fr;align-items:center;gap:44px;padding-bottom:28px;border-bottom:1px solid var(--line)}.journal-list__media{overflow:hidden;border-radius:var(--radius)}.journal-list__media img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.journal-list__item>div>p{margin-bottom:8px;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.journal-list__item h2{font-size:clamp(1.8rem,3vw,3rem)}
.article-page{padding-block:70px 110px}.article-page__header{max-width:940px;text-align:center}.back-link{display:inline-block;margin-bottom:34px;color:var(--muted);font-weight:650}.article-page__header h1{font-size:clamp(3rem,7vw,6.4rem)}.article-page__header>p{max-width:680px;margin-inline:auto;color:var(--muted);font-size:1.1rem}
.article-page__image{margin-top:50px;overflow:hidden;border-radius:var(--radius-lg)}.article-page__image img{width:100%;max-height:720px;object-fit:cover}
.article-page__content{max-width:760px;padding-top:60px;font-size:1.08rem}.article-page__content h2{margin-top:46px;font-size:2.2rem}.article-page__content aside{margin-top:50px;padding:24px;border-left:3px solid var(--accent);background:#EBF0F4}.article-page__content aside p{margin-bottom:0}
.search-results{display:grid;gap:14px}.search-results article{padding:25px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.search-results article>p{margin-bottom:5px;color:var(--muted);font-size:.74rem;text-transform:uppercase}.search-results h2{margin-bottom:9px}
.not-found{min-height:70svh;display:grid;place-items:center;padding:80px 0;text-align:center}.not-found span{display:block;color:#D4DCE5;font-family:var(--font-display);font-size:clamp(7rem,22vw,18rem);font-weight:800;line-height:.75}.not-found h1{margin-top:40px;font-size:clamp(2.8rem,6vw,5rem)}.not-found p{color:var(--muted)}.not-found .button-row{justify-content:center}

.site-footer{padding:78px 0 24px;background:#0B1727;color:#BFCAD6}
.footer-grid{display:grid;grid-template-columns:1.5fr .65fr .75fr .9fr 1fr;gap:46px;padding-bottom:62px}
.brand--footer{margin-bottom:18px}.footer-brand p{max-width:370px;font-size:.9rem}.footer-email{color:#fff;font-weight:720}.footer-email:hover{color:var(--accent)}
.footer-links{display:flex;flex-direction:column;gap:7px}.site-footer h2{margin-bottom:14px;color:#fff;font-size:.86rem;letter-spacing:.04em}.footer-links a{font-size:.87rem}.footer-links a:hover{color:var(--accent)}
.footer-updates{padding:22px;border:1px solid rgba(255,255,255,.13);border-radius:var(--radius)}.footer-updates p{margin:0;font-size:.82rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:.76rem}.footer-bottom p{margin:0}

.is-js .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.is-js .reveal.is-visible{opacity:1;transform:none}

@media (max-width:1180px){
  .desktop-nav{gap:12px}.desktop-nav>a,.nav-item>a{font-size:.76rem}.header-row{grid-template-columns:135px 1fr auto;gap:15px}.brand{width:135px}.brand__crop{width:135px}
  .footer-grid{grid-template-columns:1.4fr repeat(3,.7fr);gap:34px}.footer-updates{grid-column:1/-1}
}

@media (max-width:1024px){
  .container{width:min(calc(100% - 40px),var(--container))}.section{padding:82px 0}
  .desktop-nav{display:none}.header-row{grid-template-columns:1fr auto}.menu-toggle{display:block}.header-actions .icon-button--disabled{display:none}
  .mobile-menu{position:absolute;inset:100% 0 auto;height:calc(100dvh - 109px);display:block;padding:18px 20px 40px;background:rgba(11,23,39,.99);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.22s ease;overflow:auto}.menu-open .mobile-menu{opacity:1;visibility:visible;transform:none}
  .mobile-menu__inner{display:grid}.mobile-menu a{padding:15px 2px;border-bottom:1px solid rgba(255,255,255,.12);color:#fff;font-family:var(--font-display);font-size:1.45rem;font-weight:700}
  .hero{min-height:700px}.hero__media video{object-position:58% center}.hero h1{max-width:650px}
  .pet-grid{grid-template-columns:1fr 1fr}.pet-card{min-height:480px}.pet-card:nth-child(2){margin-top:35px}.pet-card:nth-child(3){grid-column:1/-1;margin:0;min-height:430px}.pet-card:nth-child(3) img{object-position:center 32%}
  .collection-bento{grid-template-columns:1fr 1fr;grid-template-rows:360px 260px 260px}.collection-tile--1{grid-row:span 2}.collection-tile--4{grid-column:auto}.collection-tile--5{grid-column:1/-1}
  .product-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}
  .story__grid{grid-template-columns:1fr 1fr;gap:45px}.story__visual{min-height:540px}.story__note{left:-20px}
  .journal-grid{grid-template-columns:1fr 1fr}.journal-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:1.2fr 1fr}.journal-card:first-child img{height:100%;aspect-ratio:auto}.journal-card:nth-child(2){margin-top:0}
  .catalog-layout{grid-template-columns:210px 1fr;gap:34px}.product-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-detail{gap:40px}.product-summary h1{font-size:3.3rem}
  .footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-links:nth-of-type(3){grid-column:3}.footer-updates{grid-column:1/-1}
}

@media (max-width:768px){
  .container{width:min(calc(100% - 32px),var(--container))}.section{padding:68px 0}
  .announcement{min-height:33px}.header-row{min-height:70px}.mobile-menu{inset:100% 0 auto;height:calc(100dvh - 103px)}.brand,.brand__crop{height:56px}
  .hero{min-height:calc(100svh - 103px);align-items:end}.hero__media video{object-position:62% center}.hero__scrim{background:linear-gradient(180deg,rgba(11,23,39,.08) 25%,rgba(11,23,39,.83) 78%,rgba(11,23,39,.95) 100%)}.hero__content{padding-block:80px 54px}.hero h1{font-size:clamp(3rem,13vw,4.6rem)}.hero__content>p:not(.eyebrow){font-size:1rem}
  .section-heading--row{align-items:flex-start;flex-direction:column;gap:10px}.section-heading h2{font-size:2.65rem}
  .pet-grid{display:grid;grid-template-columns:1fr;gap:14px}.pet-card,.pet-card:nth-child(2),.pet-card:nth-child(3){grid-column:auto;min-height:460px;margin:0}.pet-card img{object-position:center}
  .collection-bento{display:grid;grid-template-columns:1fr;grid-template-rows:none}.collection-tile,.collection-tile--1,.collection-tile--4,.collection-tile--5{grid-column:auto;grid-row:auto;min-height:330px}
  .wordmark-row{justify-content:flex-start}
  .story__grid{grid-template-columns:1fr}.story__visual{min-height:520px}.story__visual img{width:100%;border-radius:var(--radius-lg)}.story__note{left:16px;right:16px;justify-content:center}
  .horse-feature{min-height:670px;align-items:end}.horse-feature__media img{object-position:48% center}.horse-feature:after{background:linear-gradient(180deg,rgba(11,23,39,.06) 25%,rgba(11,23,39,.9) 83%)}.horse-feature__content{padding-bottom:62px}.horse-feature__content h2{font-size:3.4rem}
  .journal-grid{display:grid;grid-template-columns:1fr}.journal-card:first-child{grid-column:auto;display:block}.journal-card:first-child img{height:auto;aspect-ratio:1.25/1}
  .trust-bar__grid{grid-template-columns:1fr}.trust-item,.trust-item:nth-child(even),.trust-item:nth-child(odd){padding:26px 0;border-right:0}
  .updates-panel__inner{grid-template-columns:1fr;padding:32px}.updates-panel__inner>span{justify-self:start}
  .catalog-hero__grid{grid-template-columns:1fr;gap:26px}.catalog-hero h1{font-size:4rem}
  .catalog-layout{display:block;padding-top:34px}.filter-toggle{display:flex;width:100%;align-items:center;justify-content:center;min-height:48px;margin-bottom:20px;border:1px solid var(--ink);border-radius:999px;background:var(--surface);color:var(--ink);font-weight:750}.catalog-filters{position:static;display:none;margin-bottom:30px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.catalog-filters.is-open{display:block}
  .product-detail{grid-template-columns:1fr}.product-summary{position:static}.product-gallery__caption{display:block}.product-gallery__caption p{margin-top:5px}
  .product-facts{grid-template-columns:1fr}.product-facts div,.product-facts div:nth-child(odd),.product-facts div:nth-child(even){padding:13px 0;border-right:0;border-bottom:1px solid var(--line)}
  .journal-list__item{grid-template-columns:1fr;gap:22px}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.footer-updates{grid-column:1/-1}.footer-bottom{flex-direction:column}
}

@media (max-width:520px){
  .container{width:min(calc(100% - 24px),var(--container))}.section{padding:58px 0}.announcement{font-size:.68rem}
  .header-actions .icon-button{display:none}.header-actions .menu-toggle{display:block}
  .hero__media video{object-position:64% center}.hero h1{font-size:3.15rem}.hero__content{padding-bottom:40px}.button-row{display:grid}.button-row .button{width:100%}
  .pet-card,.pet-card:nth-child(2),.pet-card:nth-child(3){min-height:410px}
  .product-grid--four,.product-grid--three{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card__body{padding-top:11px}.product-card__meta{font-size:.62rem}.product-card h3{font-size:.9rem}.product-card__price{font-size:.86rem}.product-card__quick{display:none}
  .collection-tile,.collection-tile--1,.collection-tile--4,.collection-tile--5{min-height:290px}
  .story__visual{min-height:430px}.story__note{gap:12px;font-size:.78rem}
  .horse-feature{min-height:620px}.horse-feature__content h2{font-size:3rem}
  .trust-item{grid-template-columns:42px 1fr}.trust-item>span{font-size:1.55rem}
  .catalog-hero{padding:44px 0 56px}.catalog-hero h1{font-size:3.25rem}.catalog-toolbar .view-controls{display:none}
  .product-page{padding-bottom:66px}.product-summary h1{font-size:2.7rem}.product-gallery__main{border-radius:var(--radius)}
  .standard-page__hero h1{font-size:3.2rem}.standard-page__content{padding-block:52px 80px}
  .journal-hero{padding:72px 0}.journal-hero h1{font-size:3.5rem}
  .article-page{padding-block:50px 80px}.article-page__header h1{font-size:3.2rem}.article-page__image{margin-top:35px;border-radius:var(--radius)}
  .footer-grid{grid-template-columns:1fr}.footer-brand,.footer-updates{grid-column:auto}.footer-links:nth-of-type(3){grid-column:auto}
}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero__media video{display:none}.hero__media{background:url("images/hero-dog.png") center/cover no-repeat}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.is-js .reveal{opacity:1;transform:none}}
