/* == generated by scripts/fetch-fonts.mjs, do not hand-edit == */
@font-face{font-family:'Mulish';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/mulish-normal-400_700-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Mulish';font-style:normal;font-weight:400 700;font-display:swap;src:url(../fonts/mulish-normal-400_700-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:400 500;font-display:swap;src:url(../fonts/newsreader-italic-400_500-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Newsreader';font-style:italic;font-weight:400 500;font-display:swap;src:url(../fonts/newsreader-italic-400_500-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/newsreader-normal-400_600-latin-ext.woff2) format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Newsreader';font-style:normal;font-weight:400 600;font-display:swap;src:url(../fonts/newsreader-normal-400_600-latin.woff2) format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}
/* == end generated fonts == */
/* Fortitudo Supplies — warm literary keepsake. Palette from design-system/MASTER.md */
:root{
  --bone:#F6F2EA; --sand:#EDE7DB; --stone:#DED6C8; --warm-white:#FBF7F0;
  --ink:#26261F; --ink-soft:#5E5B50;
  --sage:#74836C; --fern:#43503C; --clay:#BC7A54; --clay-ink:#2A1D12;
  /* sage reads at 3.6:1 on bone, fine for icons and rules but under AA for
     small text, so small text uses this deeper sage (5.1:1 bone, 4.6:1 sand) */
  --sage-text:#5E6B57;
  --wa:#25D366; --wa-ink:#08351F;
  --line:rgba(38,38,31,.14); --hair:rgba(116,131,108,.4);
  --serif:'Newsreader',Georgia,serif; --sans:'Mulish',system-ui,sans-serif;
  --maxw:1150px; --gut:26px; --head-h:155px;
  /* height of the temporary pre-order notice. Set to 0px when that bar is removed. */
  --notice-h:46px;
  --shadow:0 24px 50px -30px rgba(45,40,28,.5);
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:calc(var(--head-h) + 10px);color-scheme:light}
/* smooth anchor scrolling is motion, so it only applies when motion is welcome */
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{background:var(--bone);color:var(--ink);font-family:var(--sans);font-size:17px;line-height:1.68;-webkit-font-smoothing:antialiased;overflow-x:hidden;
  touch-action:manipulation;-webkit-tap-highlight-color:rgba(116,131,108,.18)}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.06;letter-spacing:-.005em;color:var(--ink);text-wrap:balance}
em{font-style:italic}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gut)}

/* skip link — off screen until a keyboard user tabs to it */
.skip-link{position:absolute;left:12px;top:-64px;z-index:100;background:var(--fern);color:#EDEAE0;
  font-family:var(--sans);font-size:14px;font-weight:700;padding:11px 18px;border-radius:2px;
  transition:top .18s var(--ease)}
.skip-link:focus{top:12px;outline:2px solid var(--clay);outline-offset:2px}

/* label / eyebrow with a small leaf */
.label{font-family:var(--sans);font-size:11.5px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--sage-text);display:inline-flex;align-items:center;gap:11px}
.label svg{width:15px;height:15px;flex:none;opacity:.9}

/* leaf divider */
.leaf-rule{display:flex;align-items:center;justify-content:center;gap:16px;color:var(--sage)}
.leaf-rule::before,.leaf-rule::after{content:"";height:1px;width:56px;background:var(--hair)}
.leaf-rule svg{width:20px;height:20px}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--sans);font-weight:700;font-size:15px;letter-spacing:.01em;padding:14px 26px;border-radius:2px;border:1.5px solid transparent;cursor:pointer;transition:transform .18s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease),color .2s var(--ease)}
.btn svg{width:18px;height:18px;flex:none}
.btn-primary{background:var(--clay);color:var(--clay-ink);box-shadow:0 12px 22px -14px rgba(120,70,40,.8)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 28px -14px rgba(120,70,40,.9)}
.btn-ghost{background:transparent;color:var(--fern);border-color:var(--sage)}
.btn-ghost:hover{background:var(--fern);color:var(--bone);border-color:var(--fern)}
.btn-wa{background:var(--wa);color:var(--wa-ink)}
.btn-wa:hover{transform:translateY(-2px)}
.btn:focus-visible{outline:2px solid var(--clay);outline-offset:3px}

/* wordmark lockup (client logo — dark for light bg, light for dark bg) */
/* One lockup, identical proportions everywhere — everything scales from --lu
   (the wordmark height). Header and footer only differ by --lu. */
.brand{display:inline-flex;align-items:center;gap:calc(var(--lu)*.32);line-height:0}
.brand img{display:block;width:auto}
.brand svg{display:block;fill:currentColor}
.brand-word{height:var(--lu);width:auto}
.brand-mark{flex:none;height:calc(var(--lu)*1.3);width:auto}
.brand-paw{flex:none;height:calc(var(--lu)*.9);width:auto;color:var(--sage)}
.foot .brand-paw{color:#EDEAE0}
.wtext{display:inline-flex;flex-direction:column;align-items:stretch}
.hmotto,.fmotto{display:block;width:100%;font-family:var(--serif);font-style:italic;font-size:calc(var(--lu)*.23);line-height:1.15;margin-top:calc(var(--lu)*.09);text-align:justify;text-align-last:justify}
.hmotto{color:var(--ink-soft)}
.fmotto{color:#CFD3C4}
.site-head .brand{--lu:40px}
.foot .brand{--lu:54px}

/* header — slim utility strip (language) + cream logo row + fern nav bar */
.site-head{position:sticky;top:0;z-index:50;background:var(--bone)}
.head-top{background:var(--bone);border-bottom:1px solid var(--line)}
.head-top .wrap{display:flex;align-items:center;min-height:34px;padding-top:6px;padding-bottom:6px}
.lang-toggle{display:inline-flex;align-items:center;gap:7px;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.09em;color:var(--ink-soft);line-height:1}
.lang-toggle .globe{width:14px;height:14px;color:var(--sage);flex:none}
/* the inactive option used to be 45% opacity, which measured 2.0:1 and was the
   worst contrast on the site. State is now carried by colour + a clay underline. */
/* the inactive language is a real link to the other language's URL. Padding grows
   the tap target on a phone; the negative margin keeps the visual row unchanged. */
.lang-opt{color:var(--ink-soft);transition:color .2s var(--ease);padding:10px 2px;margin:-10px 0}
a.lang-opt:hover{color:var(--fern)}
a.lang-opt:focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:2px}
.lang-opt.active{color:var(--fern);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;text-decoration-color:var(--clay)}
.lang-sep{color:var(--stone)}
.head-main .wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;height:72px}
.head-actions{display:flex;align-items:center;gap:16px}
.head-nav{background:var(--fern)}
.head-nav .wrap{display:flex;align-items:center;justify-content:center;gap:42px;height:48px}
/* padding grows the tap target to 48px; the negative margin keeps the visual
   row identical, and ::after is offset by the same amount to hold the underline */
.head-nav a{font-size:14.5px;font-weight:600;letter-spacing:.03em;color:#EDEAE0;position:relative;padding:12px 0;margin:-9px 0}
.head-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:8px;height:2px;background:var(--clay);transition:right .25s var(--ease)}
.head-nav a:hover{color:#fff}
.head-nav a:hover::after{right:0}
/* hit area 46px (visual size unchanged: negative margin absorbs the padding) */
.nav-toggle{display:none;background:none;border:none;cursor:pointer;color:var(--ink);padding:10px;margin:-10px}

/* pre-order notice — TEMPORARY, remove with the <aside> in index.html when stock
   lands, and set --notice-h to 0px so the hero reclaims the height. Sand, because
   the nav bar directly above it is fern and two dark bands would stack badly. */
.notice{background:var(--sand);border-bottom:1px solid var(--line)}
.notice .wrap{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px 14px;
  min-height:var(--notice-h);padding-top:10px;padding-bottom:10px;text-align:center}
.notice-dot{width:7px;height:7px;border-radius:50%;background:var(--clay);flex:none}
.notice p{font-size:14.5px;color:var(--ink)}
.notice-cta{font-size:14.5px;font-weight:700;color:var(--fern);
  text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;
  text-decoration-color:var(--clay);padding:6px 2px;margin:-6px 0}
.notice-cta:hover{color:var(--ink)}
.notice-cta:focus-visible{outline:2px solid var(--sage);outline-offset:2px;border-radius:2px}

/* hero — fills the viewport below the header, content vertically centred */
.hero{position:relative;overflow:hidden;min-height:calc(100svh - var(--head-h) - var(--notice-h));display:grid;align-items:center;background:radial-gradient(130% 110% at 92% 0,rgba(116,131,108,.18),transparent 50%),var(--bone)}
.hero .wrap{display:grid;grid-template-columns:1.02fr .98fr;gap:56px;align-items:center;padding:48px 26px 54px;width:100%}
.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.0;letter-spacing:-.015em;margin-top:24px}
.hero h1 em{color:var(--fern)}
.hero .lead{margin-top:26px;font-size:clamp(17px,1.5vw,19.5px);color:var(--ink-soft);max-width:33em}
.hero .cta-row{margin-top:34px;display:flex;flex-wrap:wrap;gap:14px}
.hero .trust{margin-top:30px;padding-top:22px;border-top:1px solid var(--line);font-size:14px;color:var(--ink-soft);max-width:30em}
.hero .trust b{color:var(--fern);font-weight:700}
.hero-media{position:relative}
.hero-media .shot{position:relative;border-radius:3px;overflow:hidden;box-shadow:var(--shadow)}
.hero-media .shot::after{content:"";position:absolute;inset:0;box-shadow:inset 0 0 0 1px rgba(38,38,31,.08)}
.hero-media img{width:100%}
.hero-media .sprig{position:absolute;width:132px;height:132px;color:var(--sage);opacity:.55;bottom:-30px;left:-30px}
.hero-media .cap{margin-top:14px;font-family:var(--serif);font-style:italic;font-size:15px;color:var(--sage-text);text-align:right}

/* section shell */
.sec{padding:74px 0}
.sec.sand{background:var(--sand)}
/* Measure is set per element, in units that resolve against that element's own
   font. A ch cap on .sec-head resolves against the 17px body font, which squeezed
   the 46px headings into a 388px box, narrower than the body text under them. */
.sec-head.center{margin:0 auto;text-align:center}
.sec-head h2{font-size:clamp(30px,4vw,46px);margin-top:16px;letter-spacing:-.01em;max-width:13em}
.sec-head .dek{margin-top:16px;color:var(--ink-soft);font-size:17.5px;max-width:52ch}
.sec-head.center h2,.sec-head.center .dek{margin-left:auto;margin-right:auto}

/* the shift (fern band) */
.shift{background:var(--fern);color:#EDEAE0;text-align:center;padding:74px 0}
.shift .wrap{max-width:820px}
.shift .leaf-rule{color:#9DA98F;margin-bottom:26px}
.shift .leaf-rule::before,.shift .leaf-rule::after{background:rgba(157,169,143,.5)}
.shift p{font-family:var(--serif);font-size:clamp(24px,3.4vw,36px);line-height:1.24;color:#F1EEE4;font-weight:400}
.shift p em{color:#fff;font-weight:500}

/* features — editorial grid, no boxes */
.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px 56px;margin-top:52px}
.feat{padding:30px 0;border-top:1px solid var(--line);text-align:center}
.feat .fh{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:12px}
.feat .fh .ic{color:var(--sage);flex:none}
.feat .fh .ic svg{width:30px;height:30px}
.feat h3{font-size:24px;font-weight:500}
.feat p{color:var(--ink-soft);font-size:16px;max-width:40ch;margin:0 auto}

/* sizes — large product image, list beneath */
.sizes-grid{margin-top:0}
.sizes-media{max-width:980px;margin:46px auto 0;background:var(--warm-white);border:1px solid var(--line);border-radius:4px;padding:30px 36px;box-shadow:var(--shadow)}
.sizes-media img{width:100%}
.size-list{max-width:840px;margin:44px auto 0;list-style:none}
.size-list li{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:16px 2px;border-bottom:1px solid var(--line)}
.size-list li:first-child{border-top:1px solid var(--line)}
.size-list .s-name{font-family:var(--serif);font-size:22px;color:var(--ink);display:flex;align-items:baseline;gap:14px}
.size-list .s-name b{font-weight:500;flex:none;min-width:2.1em}
.size-list .s-name span{font-family:var(--sans);font-size:13px;color:var(--sage-text);font-weight:600;letter-spacing:.02em}
.size-list .s-w{font-size:15px;color:var(--ink-soft);text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}

/* vets (dark) */
.vets{background:linear-gradient(155deg,#414d3a,#2b3327);color:#E7E4D9;position:relative}
.vets .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;padding:78px 26px}
.vets .label{color:#BFC9B4}   /* 5.2:1 on the lightest end of the vets gradient */
.vets .label svg{color:#BFC9B4}
.vets h2{color:#fff;font-size:clamp(30px,4vw,44px);margin-top:16px}
.vets .dek{margin-top:18px;color:#CFCCC0;font-size:17.5px}
.vets .vlist{margin-top:24px;list-style:none;display:flex;flex-direction:column}
.vets .vlist li{display:flex;gap:14px;padding:14px 0;border-top:1px solid rgba(255,255,255,.12);font-size:16px;color:#E7E4D9}
.vets .vlist li:last-child{border-bottom:1px solid rgba(255,255,255,.12)}
.vets .vlist li svg{width:18px;height:18px;flex:none;margin-top:3px;color:var(--clay)}
.vets .v-cta{margin-top:32px}
.vets .v-media{display:flex;flex-direction:column;gap:20px}
.v-shot{margin:0}
.v-shot .v-frame{border-radius:3px;overflow:hidden;box-shadow:0 30px 56px -30px rgba(0,0,0,.7);border:1px solid rgba(255,255,255,.1)}
.v-shot img{width:100%;display:block}
.v-shot figcaption{margin-top:11px;font-family:var(--serif);font-style:italic;font-size:14px;color:#CFCCC0;text-align:center}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:54px}
.step{padding:0 34px;border-left:1px solid var(--line)}
.step:first-child{padding-left:0;border-left:none}
.step .n{font-family:var(--serif);font-size:52px;line-height:1;color:var(--clay);font-weight:400;font-style:italic}
.step h3{font-size:23px;margin:14px 0 10px;font-weight:500}
.step p{font-size:15.5px;color:var(--ink-soft)}

/* a signed note from Corné, sitting where the page turns from product to person.
   Deliberately a contained card, not another full-bleed band — the fern statement
   already owns that job, and two big emotional moments would weaken each other. */
.founder .wrap{max-width:840px}
.founder-card{background:var(--warm-white);border:1px solid var(--line);border-radius:3px;
  padding:52px 54px 44px;box-shadow:var(--shadow);text-align:center}
.founder .leaf-rule{margin-bottom:28px}
.founder-card p{font-family:var(--serif);font-size:clamp(19px,2.1vw,23px);line-height:1.5;color:var(--ink)}
.founder-card p+p{margin-top:18px}
.founder .sig{margin-top:32px;padding-top:24px;border-top:1px solid var(--line)}
.founder .sig .nm{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--fern)}
.founder .sig .role{margin-top:8px;font-family:var(--sans);font-size:11.5px;font-weight:700;
  letter-spacing:.26em;text-transform:uppercase;color:var(--sage-text)}

/* contact */
.contact{background:var(--sand)}
.contact .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding:78px 26px}
.contact h2{font-size:clamp(30px,4vw,46px);margin-top:16px}
.contact .dek{margin-top:16px;color:var(--ink-soft);font-size:17.5px;max-width:40ch}
.contact .c-actions{margin-top:28px;display:flex;flex-wrap:wrap;gap:14px}
.contact .c-detail{margin-top:26px;padding-top:22px;border-top:1px solid var(--line);font-size:15.5px;color:var(--ink-soft);line-height:2}
.contact .c-detail b{color:var(--ink);font-weight:700}
.contact-logo{background:var(--warm-white);border:1px solid var(--line);border-radius:3px;padding:20px;box-shadow:var(--shadow)}
.contact-logo img{width:100%;border-radius:2px;mix-blend-mode:multiply}
.contact-form{background:var(--warm-white);border:1px solid var(--line);border-radius:3px;padding:26px 26px 28px;box-shadow:var(--shadow)}
.cform{display:flex;flex-direction:column;gap:15px}
.cform[hidden]{display:none}   /* the hidden attribute must beat display:flex */
.cform-bot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.frow{display:flex;flex-direction:column;gap:7px}
.cform label{font-family:var(--sans);font-size:12.5px;font-weight:700;letter-spacing:.02em;color:var(--ink)}
.cform label span{font-weight:400;color:var(--ink-soft)}
.cform input,.cform select,.cform textarea{font-family:var(--sans);font-size:15.5px;color:var(--ink);background:var(--bone);border:1px solid var(--line);border-radius:2px;padding:11px 13px;width:100%}
.cform textarea{resize:vertical;min-height:96px}
/* the sage border + halo IS the focus indicator, so the native outline is replaced, not removed */
.cform input:focus-visible,.cform select:focus-visible,.cform textarea:focus-visible{outline:none;border-color:var(--sage);box-shadow:0 0 0 3px rgba(116,131,108,.16)}
.cform input:focus,.cform select:focus,.cform textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(116,131,108,.16)}
.cform-submit{margin-top:4px;justify-content:center;width:100%}
.cform-note{font-size:14px;color:var(--ink-soft);margin:2px 0 0;min-height:1.1em}
.cform-note.ok{color:var(--fern)}
.cform-note.err{color:#a3432a}
.cform-consent{font-size:12.5px;color:var(--ink-soft);margin-top:12px;text-align:center;line-height:1.5}
.cform-consent a{color:var(--fern);text-decoration:underline}

/* enquiry sent — a calm confirmation, not a celebration (grief-adjacent brand) */
.cform-done{text-align:center;padding:14px 4px 6px;animation:cf-rise .5s var(--ease) both}
.cform-done[hidden]{display:none}
.cform-done:focus{outline:none}
.cf-badge{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;border-radius:50%;
  background:rgba(116,131,108,.13);color:var(--fern);box-shadow:0 0 0 8px rgba(116,131,108,.06)}
.cf-badge svg{width:32px;height:32px}
.cf-tick{stroke-dasharray:34;stroke-dashoffset:34;animation:cf-draw .55s var(--ease) .22s forwards}
.cform-done h3{font-family:var(--serif);font-weight:500;font-size:25px;line-height:1.2;margin-top:18px;color:var(--ink)}
.cform-done>p{margin-top:11px;color:var(--ink-soft);font-size:16px;max-width:34ch;margin-left:auto;margin-right:auto}
.cf-leaf{display:flex;align-items:center;justify-content:center;gap:13px;color:var(--sage);margin:24px 0 18px}
.cf-leaf span{height:1px;width:46px;background:var(--hair)}
.cf-leaf svg{width:17px;height:17px}
.cform-done .cf-alt{font-size:14.5px;color:var(--ink-soft);margin-bottom:14px}
@keyframes cf-rise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@keyframes cf-draw{to{stroke-dashoffset:0}}
@media(prefers-reduced-motion:reduce){
  .cform-done{animation:none}
  .cf-tick{animation:none;stroke-dashoffset:0}
}

/* legal / content sub-pages (privacy, etc.) */
.page-hero{background:var(--sand);padding:56px 0 34px}
.page-hero .back{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:var(--sage-text)}
.page-hero .back:hover{color:var(--fern)}
.page-hero h1{font-size:clamp(34px,5vw,52px);letter-spacing:-.015em;margin-top:18px}
.page-hero .sub{margin-top:14px;color:var(--ink-soft);font-size:18px;max-width:54ch}
.legal{max-width:68ch;margin:0 auto;padding:52px 0 8px}
.legal .lead{font-size:18px;color:var(--ink);margin-bottom:6px}
.legal h2{font-family:var(--serif);font-weight:500;font-size:24px;margin:32px 0 10px;color:var(--ink)}
.legal p{color:var(--ink-soft);font-size:16.5px;line-height:1.72;margin-bottom:14px}
.legal a{color:var(--fern);text-decoration:underline}
.legal .todo{color:var(--clay);font-style:italic}
.foot .foot-base a{color:inherit;font-size:inherit;line-height:inherit;text-decoration:underline;text-underline-offset:2px}
.foot-base a:hover{color:#fff}

/* footer */
.foot{background:var(--fern);color:#D6D3C7;padding:64px 0 30px}
.foot .wrap{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}
.foot .fabout{margin-top:18px;font-size:14.5px;color:#C9C6B9;max-width:32ch}
/* Footer headings are h3 (not h4) so the outline runs H1>H2>H3 with no skipped
   level. The tag change means the global h1,h2,h3 serif rule now applies here,
   so weight and line-height are pinned to what the h4 rendered at. */
.foot h3{font-family:var(--sans);font-size:11px;font-weight:700;line-height:1.68;letter-spacing:.2em;text-transform:uppercase;color:#C9C6B9;margin-bottom:16px}
.foot ul{list-style:none}
/* Footer links are inline, so their hit box was only as tall as the glyphs (19px)
   however much line-height the row carried. Short labels like "Size" were under
   32px in both axes and hard to thumb. inline-block + padding makes the tap area
   match the row rhythm that was already there. */
.foot ul a{display:inline-block;padding:2px 0}
.foot a,.foot li{font-size:15px;color:#E3E0D4;line-height:2.1}
.foot a:hover{color:#fff}
.foot .foot-base{border-top:1px solid rgba(255,255,255,.14);margin-top:40px;padding-top:20px;display:flex;grid-template-columns:none;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:8px 20px;font-size:12.5px;color:#C9C6B9}
.foot-base .credit{margin-left:auto;text-align:right}

/* mobile contact bar */
.mbar{display:none}

@media(max-width:920px){
  :root{--head-h:100px}
  .hero .wrap{grid-template-columns:1fr;gap:40px;padding-top:40px;padding-bottom:48px}
  .hero-media{order:-1}
  .feature-grid{grid-template-columns:1fr;gap:0}
  .vets .wrap,.contact .wrap,.foot .wrap{grid-template-columns:1fr;gap:36px}
  .steps{grid-template-columns:1fr}
  .step{padding:24px 0;border-left:none;border-top:1px solid var(--line)}
  .step:first-child{border-top:none;padding-top:0}
  .head-main .wrap{height:64px}
  .head-nav{display:none}
  .nav-toggle{display:inline-flex}
  .head-cta{display:none}
  .site-head.nav-open .head-nav{display:block;position:absolute;top:100%;left:0;right:0;background:var(--bone);border-bottom:1px solid var(--line);box-shadow:0 16px 26px -20px rgba(38,38,31,.6)}
  .site-head.nav-open .head-nav .wrap{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;height:auto;padding:6px var(--gut) 14px}
  .site-head.nav-open .head-nav a{width:100%;padding:14px 2px;margin:0;font-size:16px;color:var(--ink);border-top:1px solid var(--line)}
  .site-head.nav-open .head-nav a:first-child{border-top:none}
  .site-head.nav-open .head-nav a::after{display:none}
  .nav-toggle[aria-expanded="true"]{color:var(--clay)}
}
@media(max-width:560px){
  :root{--gut:20px;--notice-h:74px}
  /* the dot wraps onto a line of its own at this width and reads as a stray mark */
  .notice-dot{display:none}
  .notice p{font-size:14px}
  .founder-card{padding:34px 22px 30px}
  .founder .sig .nm{font-size:20px}
  .site-head .brand{--lu:36px}
  .foot .brand{--lu:46px}
  .fgrid{grid-template-columns:1fr}
  /* the size strip is ultra-wide, so on a phone heavy padding dwarfs the artwork */
  .sizes-media{padding:12px 12px;margin-top:30px}
  .foot .wrap{grid-template-columns:1fr 1fr}
  /* brand lockup is wider than a half column, give it the full row */
  .foot .wrap>div:first-child{grid-column:1/-1}
  .foot .foot-base{flex-direction:column}
  .foot-base .credit{margin-left:0;text-align:left}
  .mbar{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;gap:10px;padding:10px 14px calc(10px + env(safe-area-inset-bottom,0px));background:rgba(251,247,240,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line)}
  .mbar .btn{flex:1;justify-content:center;padding:13px 10px}
  body{padding-bottom:76px}
}
/* very small phones (320px): the full logo lockup must still fit the gutter */
@media(max-width:400px){
  .site-head .brand{--lu:32px}
  .foot .brand{--lu:38px}
}
@media(max-height:840px) and (min-width:921px){
  .hero .wrap{padding-top:24px;padding-bottom:28px}
  .hero h1{font-size:clamp(34px,3.3vw,46px);margin-top:12px}
  .hero .lead{margin-top:14px;font-size:16px}
  .hero .cta-row{margin-top:20px}
  .hero .trust{margin-top:16px;padding-top:14px}
  .hero-media .cap{margin-top:8px}
}
