@font-face{font-family:Inter;src:url('/assets/fonts/inter-400.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/inter-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/inter-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Inter;src:url('/assets/fonts/inter-700.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('/assets/fonts/cormorant-500.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Cormorant Garamond';src:url('/assets/fonts/cormorant-600.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}

:root{
  --black:#020404;
  --ink:#071112;
  --ink-soft:#0b1819;
  --teal:#14a6a8;
  --teal-muted:#9bc59a;
  --gold:#d7b35a;
  --orange:#f9a32b;
  --cream:#f7f4ec;
  --muted:#c9d0cc;
  --line:rgba(155,197,154,.32);
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:Inter,Arial,sans-serif;
  --header-height:86px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}
body{margin:0;background:var(--black);color:var(--cream);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1200px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;z-index:1000;left:12px;top:-80px;background:var(--orange);color:var(--ink);padding:10px 14px;font-weight:700;transition:top .2s}
.skip-link:focus{top:10px}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:12px;font-weight:700;letter-spacing:.18em;line-height:1.35;text-transform:uppercase}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-family:var(--serif);font-weight:600}
h2{margin-bottom:16px;font-size:clamp(38px,4.1vw,56px);line-height:1.03;letter-spacing:-.025em}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:15px 22px;border:1px solid transparent;border-radius:5px;background:var(--orange);color:var(--ink);font-size:12px;font-weight:700;letter-spacing:.065em;line-height:1;text-transform:uppercase;transition:background .2s,box-shadow .2s,transform .2s}
.button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}
.button:hover,.button:focus-visible{background:#df8615;box-shadow:0 8px 28px rgba(249,163,43,.2);transform:translateY(-1px)}
.button:hover svg{transform:translateX(3px)}
.button--outline{background:rgba(11,114,128,.08);border-color:rgba(249,163,43,.58);color:var(--cream)}
.button--outline:hover{background:rgba(249,163,43,.12);color:var(--orange)}
.section{padding:110px 0}
.section-heading{margin-bottom:44px}
.section-heading--center{text-align:center}
.section-heading--narrow{max-width:760px}
.section-heading--center.section-heading--narrow{margin-right:auto;margin-left:auto}
.section-heading--left p:last-child,.section-heading--center>p:last-child{color:var(--muted)}

.site-header{position:sticky;z-index:100;top:0;height:var(--header-height);background:rgba(0,0,0,.94);border-bottom:1px solid rgba(255,255,255,.06);backdrop-filter:blur(14px)}
.site-header__inner{display:flex;align-items:center;height:100%;gap:30px}
.brand{display:block;width:158px;flex:0 0 auto}
.brand img{width:100%;height:auto}
.desktop-nav{display:flex;align-items:center;gap:28px;margin-left:auto}
.desktop-nav a,.site-footer nav a{font-size:11px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:#d6d9d7;transition:color .2s}
.desktop-nav a:hover,.desktop-nav a:focus-visible,.site-footer nav a:hover{color:var(--orange)}
.desktop-nav a[aria-current="page"],.mobile-nav a[aria-current="page"]{color:var(--orange)}
.button--header{min-height:44px;padding:13px 19px;font-size:10.5px}
.mobile-nav{display:none;margin-left:auto}
.mobile-nav summary{display:grid;width:42px;height:42px;padding:11px;border:1px solid rgba(255,255,255,.15);border-radius:5px;list-style:none;cursor:pointer;align-content:center;gap:5px}
.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-nav summary span{height:1px;background:var(--cream);transition:transform .2s,opacity .2s}
.mobile-nav[open] summary span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.mobile-nav[open] summary span:nth-child(2){opacity:0}
.mobile-nav[open] summary span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.mobile-nav nav{position:absolute;left:0;top:var(--header-height);display:flex;width:100%;padding:22px 24px 28px;background:#050909;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 20px 40px rgba(0,0,0,.35);flex-direction:column;gap:4px}
.mobile-nav nav>a:not(.button){padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.mobile-nav .button{margin-top:14px}

.hero{position:relative;display:flex;min-height:calc(100svh - var(--header-height));overflow:hidden;align-items:center}
.hero__media,.hero__shade{position:absolute;inset:0}
.hero__media{background-image:url('/assets/images/hero.webp');background-position:center;background-size:cover;transform:scale(1.002)}
.hero__shade{background:linear-gradient(90deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.67) 29%,rgba(0,0,0,.12) 68%,rgba(0,0,0,.04) 100%)}
.hero__content{position:relative;z-index:1;padding-top:54px;padding-bottom:54px}
.hero h1{max-width:620px;margin-bottom:24px;font-size:clamp(58px,6.6vw,88px);line-height:.9;letter-spacing:-.045em}
.hero__lede{max-width:620px;margin-bottom:32px;color:#d7deda;font-size:18px;line-height:1.65}

.how{background:#000}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step-card{display:grid;min-height:292px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:linear-gradient(135deg,#0d2021,#061010);grid-template-columns:45% 55%}
.step-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}
.step-card:hover img{transform:scale(1.035)}
.step-card__copy{display:flex;padding:25px 22px;flex-direction:column;justify-content:center}
.step-card__number{margin-bottom:11px;color:var(--gold);font-family:var(--serif);font-size:32px;line-height:1}
.step-card h3{margin-bottom:12px;color:var(--cream);font-size:28px;line-height:1}
.step-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}

.locations{background:#020404}
.locations__grid{display:grid;grid-template-columns:30% 1fr;gap:46px;align-items:center}
.locations__intro>p:not(.eyebrow){margin-bottom:28px;color:var(--muted);font-size:14px}
.location-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.location-card{position:relative;min-height:350px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:6px}
.location-card img,.location-card__shade{position:absolute;inset:0;width:100%;height:100%}
.location-card img{object-fit:cover;transition:transform .8s ease}
.location-card__shade{background:linear-gradient(180deg,transparent 43%,rgba(0,0,0,.85) 100%)}
.location-card h3{position:absolute;z-index:1;right:18px;bottom:18px;left:18px;margin:0;font-family:var(--sans);font-size:14px;font-weight:600}
.location-card:hover img{transform:scale(1.04)}

.products{background:radial-gradient(circle at 50% 0%,rgba(20,166,168,.12),transparent 34%),#021010}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;align-items:stretch}
.product-card{display:flex;padding:40px 42px 36px;border:1px solid var(--line);border-radius:7px;background:linear-gradient(145deg,rgba(4,22,22,.72),rgba(0,0,0,.24));flex-direction:column;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.product-card__topline{display:flex;min-height:48px;gap:18px;align-items:center;justify-content:space-between}
.product-card__topline h3{margin:0;font-size:38px;line-height:1}
.product-card__mix{display:inline-flex;min-height:30px;padding:8px 11px;border:1px solid rgba(215,179,90,.38);border-radius:999px;background:rgba(215,179,90,.07);color:var(--gold);font-size:10px;font-weight:700;letter-spacing:.12em;line-height:1;text-transform:uppercase;white-space:nowrap;align-items:center}
.product-card__image{display:flex;height:224px;margin:27px 0 28px;padding:8px 0;border-top:1px solid rgba(155,197,154,.13);border-bottom:1px solid rgba(155,197,154,.13);align-items:center;justify-content:center}
.product-card__image img{max-width:88%;max-height:100%;object-fit:contain;filter:drop-shadow(0 18px 22px rgba(0,0,0,.3))}
.product-card--snacks .product-card__image img{max-width:95%}
.product-card__description{min-height:52px;margin-bottom:18px;color:var(--muted);font-size:15px;line-height:1.7}
.product-card ul{margin:0 0 22px;padding-left:20px;color:var(--muted);font-size:14px;line-height:1.65}
.product-card li{margin-bottom:8px;padding-left:5px}
.product-card li::marker{color:var(--teal)}
.product-card__examples{margin-top:auto;margin-bottom:0;padding-top:18px;border-top:1px solid rgba(155,197,154,.18);color:#b6c0bb!important;font-size:13px;line-height:1.65}

.difference{background:#000}
.benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.benefit-card{display:grid;min-height:218px;padding:32px 34px;border:1px solid rgba(20,166,168,.33);border-radius:8px;background:linear-gradient(135deg,#0a1b1c,#061011);grid-template-columns:84px 1fr;gap:28px;align-items:center;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.benefit-icon{display:grid;width:84px;height:84px;padding:17px;border:1px solid rgba(20,166,168,.48);border-radius:7px;background:radial-gradient(circle at 30% 20%,rgba(20,166,168,.2),transparent 58%);color:#d9e5df;place-items:center}
.benefit-icon svg{width:100%;height:100%}
.benefit-icon__accent{stroke:var(--gold)}
.benefit-card h3{margin-bottom:0;font-size:31px;line-height:1.05}
.benefit-card h3::after{display:block;width:42px;height:1px;margin:16px 0 15px;background:var(--gold);content:''}
.benefit-card p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}

.contact{position:relative;overflow:hidden;padding:110px 0}
.contact__background{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(3,12,18,.85),rgba(3,12,18,.45) 45%,rgba(3,12,18,.16)),url('/assets/images/contact.webp');background-position:center;background-size:cover}
.contact__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.contact__copy{max-width:500px}
.contact__copy>p:not(.eyebrow){color:#d2d8d4}
.contact-list{display:grid;margin:34px 0 0;padding:0;list-style:none;gap:15px}
.contact-list li{display:flex;align-items:center;gap:14px;font-size:17px;line-height:1.35}
.contact-list__icon{display:grid;width:28px;height:28px;color:var(--cream);flex:0 0 28px;place-items:center}
.contact-list__icon svg{width:23px;height:23px}
.contact-list a{transition:color .2s}
.contact-list a:hover,.contact-list a:focus-visible{color:var(--orange)}
.contact-form{padding:36px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:rgba(5,17,17,.93);box-shadow:0 25px 60px rgba(0,0,0,.34);backdrop-filter:blur(10px)}
.contact-form h3{margin-bottom:20px;font-family:var(--sans);font-size:19px;font-weight:600}
.contact-form__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.contact-form label{position:relative;display:block}
.contact-form label>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.contact-form__wide{grid-column:1/-1}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.17);border-radius:4px;outline:none;background:rgba(0,0,0,.08);color:white;font-size:13px;transition:border-color .2s,box-shadow .2s,background .2s}
.contact-form input{height:48px;padding:0 13px}
.contact-form select{height:52px;padding:0 44px 0 14px;cursor:pointer;color-scheme:dark}
.contact-form textarea{min-height:116px;padding:13px;resize:vertical}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#aeb7b2;opacity:1}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(20,166,168,.12)}
.contact-form__note{margin:16px 0;color:#aab3ae;font-size:10.5px}
.contact-form__note a{color:#d6ddd9;text-decoration:underline;text-underline-offset:2px}
.contact-form .button{width:100%}
.hp-field{position:absolute!important;left:-9999px!important}
.contact--community .contact__background{background-image:linear-gradient(90deg,rgba(3,12,18,.82),rgba(3,12,18,.48) 46%,rgba(3,12,18,.25)),url('/assets/images/gives-contact.webp')}

/* Product suggestions */
.suggestions-page{position:relative;display:grid;min-height:calc(100svh - var(--header-height));overflow:hidden;align-items:center}
.suggestions-page__media,.suggestions-page__shade{position:absolute;inset:0}
.suggestions-page__media{background:url('/assets/images/hero.webp') 62% center/cover}
.suggestions-page__shade{background:linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(0,0,0,.76) 43%,rgba(1,13,15,.54) 69%,rgba(1,13,15,.72) 100%)}
.suggestions-page__grid{position:relative;z-index:1;display:grid;padding-top:76px;padding-bottom:76px;grid-template-columns:minmax(0,.95fr) minmax(500px,.85fr);gap:60px;align-items:center}
.suggestions-page__copy{max-width:650px}
.suggestions-page h1{max-width:640px;margin-bottom:25px;font-size:clamp(60px,6.4vw,88px);line-height:.9;letter-spacing:-.045em}
.suggestions-page__lede{max-width:590px;margin-bottom:38px;color:#d4dbd7;font-size:18px;line-height:1.7}
.suggestions-page__steps{display:flex;gap:34px}
.suggestions-page__steps>div{display:flex;min-width:180px;padding-top:17px;border-top:1px solid rgba(215,179,90,.46);gap:13px;align-items:baseline}
.suggestions-page__steps span{color:var(--gold);font-family:var(--serif);font-size:25px;line-height:1}
.suggestions-page__steps p{margin:0;color:#dbe0dd;font-size:12px;font-weight:600;letter-spacing:.055em;text-transform:uppercase}
.suggestion-form{padding:40px;background:linear-gradient(145deg,rgba(5,22,22,.97),rgba(2,10,11,.96));border-color:rgba(20,166,168,.34)}
.suggestion-form .eyebrow{margin-bottom:8px}
.suggestion-form h2{margin-bottom:27px;font-size:40px;white-space:nowrap}
.suggestion-form label{margin-bottom:19px}
.suggestion-form label>span{position:static;display:block;width:auto;height:auto;margin-bottom:8px;overflow:visible;clip:auto;color:#dbe1de;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:normal}
.suggestion-form select{background-color:rgba(0,0,0,.2)}
.suggestion-form textarea{min-height:170px;background:rgba(0,0,0,.2);line-height:1.55}
.suggestion-form .hp-field{margin:0}
.suggestion-form .contact-form__note{margin:2px 0 20px;line-height:1.55}
.suggestion-form .button:disabled,.contact-form .button:disabled{cursor:wait;opacity:.72;transform:none}

.site-footer{padding:34px 0;background:#010808;border-top:1px solid rgba(255,255,255,.07)}
.site-footer__inner{display:grid;grid-template-columns:178px 1fr;gap:32px;align-items:center}
.brand--footer{width:165px}
.site-footer__meta{display:flex;color:#b8c0bc;font-size:14px;line-height:1.5;white-space:nowrap;gap:12px;align-items:center}
.site-footer__meta{justify-self:end}
.site-footer__meta>*+*::before{margin-right:12px;color:#52605b;content:'•'}
.site-footer__meta a{transition:color .2s}
.site-footer__meta a:hover,.site-footer__meta a:focus-visible{color:var(--orange)}

/* Gives Back */
.gives-hero{position:relative;display:flex;min-height:min(780px,calc(100svh - var(--header-height)));overflow:hidden;align-items:center}
.gives-hero__media,.gives-hero__shade{position:absolute;inset:0}
.gives-hero__media{background-image:url('/assets/images/gives-hero.webp');background-position:center;background-size:cover}
.gives-hero__shade{background:linear-gradient(90deg,rgba(0,0,0,.91) 0%,rgba(0,0,0,.7) 36%,rgba(0,0,0,.13) 72%,rgba(0,0,0,.04) 100%)}
.gives-hero__content{position:relative;z-index:1;padding-top:68px;padding-bottom:68px}
.gives-hero h1{max-width:720px;margin-bottom:24px;font-size:clamp(56px,6.2vw,82px);line-height:.91;letter-spacing:-.04em}
.gives-hero__lede{max-width:650px;margin-bottom:31px;color:#d7deda;font-size:18px;line-height:1.7}
.gives-how{background:#000}
.gives-places{background:#020404}
.gives-difference{background:radial-gradient(circle at 50% 0%,rgba(20,166,168,.08),transparent 32%),#000}
.gives-products{background:radial-gradient(circle at 50% 0%,rgba(20,166,168,.12),transparent 34%),#021010}
.partnership{background:radial-gradient(circle at 50% 0%,rgba(20,166,168,.13),transparent 36%),#000}
.partnership .section-heading>p:last-child{color:var(--muted)}
.partnership-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.partnership-card{display:flex;min-height:290px;padding:32px;border:1px solid rgba(20,166,168,.3);border-radius:8px;background:linear-gradient(145deg,#0a1b1c,#050c0d);flex-direction:column;align-items:flex-start}
.partnership-card .benefit-icon{width:72px;height:72px;margin-bottom:27px;padding:14px}
.partnership-card h3{margin-bottom:12px;font-size:29px;line-height:1.05}
.partnership-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}

/* Legal */
.legal-page{padding:110px 0;background:radial-gradient(circle at 30% 0%,rgba(20,166,168,.1),transparent 28%),#020707}
.legal-page__inner{max-width:900px}
.legal-page h1{margin-bottom:12px;font-size:clamp(58px,7vw,86px);line-height:.92;letter-spacing:-.04em}
.legal-page__updated{margin-bottom:42px;color:#9fa9a4;font-size:13px}
.legal-page__inner>p:not(.eyebrow):not(.legal-page__updated){color:var(--muted);font-size:17px}
.legal-page section{padding:30px 0;border-top:1px solid rgba(155,197,154,.18)}
.legal-page section:first-of-type{margin-top:48px}
.legal-page section h2{margin-bottom:13px;font-size:34px}
.legal-page section p{margin:0;color:var(--muted);font-size:15px;line-height:1.8}
.legal-page section a{color:var(--cream);text-decoration:underline;text-underline-offset:3px}

/* Thank you */
.thank-you-page{position:relative;display:grid;min-height:100svh;overflow:hidden;background:#041014;place-items:center}
.thank-you-page::before{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,14,.94),rgba(2,10,14,.64)),url('/assets/images/contact.webp') center/cover;content:''}
.thank-you-page__inner{position:relative;z-index:1}
.thank-you-page__brand{display:block;width:175px;margin-bottom:42px}
.thank-you-page__card{max-width:680px;padding:52px;border:1px solid rgba(155,197,154,.24);border-radius:9px;background:rgba(3,16,17,.9);box-shadow:0 30px 80px rgba(0,0,0,.38);backdrop-filter:blur(9px)}
.thank-you-page h1{margin-bottom:20px;font-size:clamp(62px,8vw,96px);line-height:.9;letter-spacing:-.04em}
.thank-you-page__card>p:not(.eyebrow){max-width:520px;margin-bottom:30px;color:var(--muted);font-size:18px;line-height:1.7}

@media(max-width:1180px){
  .desktop-nav{gap:19px}.desktop-nav a{font-size:9.5px}.button--header{display:none}
  .site-footer__inner{grid-template-columns:165px 1fr}.site-footer__meta{justify-self:end}
}

@media(max-width:1040px){
  .steps-grid{grid-template-columns:1fr}.step-card{min-height:260px}.step-card img{max-height:300px}
  .locations__grid{grid-template-columns:1fr}.locations__intro{max-width:630px}
  .partnership-card{padding:27px}
  .suggestions-page__grid{gap:44px;grid-template-columns:minmax(0,1fr) 470px}.suggestion-form h2{font-size:37px}
}

@media(max-width:880px){
  .desktop-nav{display:none}.mobile-nav{display:block}
  .benefit-card{padding:28px;grid-template-columns:74px 1fr;gap:22px}.benefit-icon{width:74px;height:74px;padding:15px}.benefit-card h3{font-size:28px}.benefit-card p{font-size:14px}
}

@media(max-width:760px){
  :root{--header-height:68px}
  .container{width:min(100% - 32px,1200px)}
  .section{padding:72px 0}
  .brand{width:132px}
  .hero{display:block;min-height:auto;padding-top:58vw}
  .hero__media{height:58vw;min-height:245px;background-position:62% center}
  .hero__shade{top:calc(58vw - 10px);background:linear-gradient(180deg,transparent,#000 18%,#000)}
  .hero__content{padding-top:55px;padding-bottom:72px}
  .hero h1{font-size:55px}.hero__lede{font-size:15px}
  h2{font-size:38px}.section-heading{margin-bottom:32px}
  .step-card{grid-template-columns:42% 58%;min-height:250px}.step-card__copy{padding:20px 17px}.step-card h3{font-size:25px}.step-card p{font-size:12px}
  .location-cards{grid-template-columns:1fr}.location-card{min-height:420px}
  .product-grid{grid-template-columns:1fr}.product-card{padding:29px 23px}.product-card__image{height:190px;margin:22px 0}.product-card__description{min-height:0;font-size:15px}.product-card ul{font-size:14px}.product-card__examples{font-size:12.5px}
  .benefit-grid{grid-template-columns:1fr}.benefit-card{min-height:200px;grid-template-columns:68px 1fr;padding:25px;gap:20px}.benefit-icon{width:68px;height:68px;padding:13px}.benefit-card h3{font-size:27px}.benefit-card p{font-size:14px}
  .contact{padding:74px 0}.contact__background{background-position:65% center}.contact--community .contact__background{background-position:42% center}.contact__grid{grid-template-columns:1fr;gap:42px}.contact-form{padding:24px}.contact-list li{font-size:16px}
  .site-footer{padding:36px 0}.site-footer__inner{display:flex;flex-direction:column;text-align:center}.brand--footer{width:158px}.site-footer__meta{white-space:normal;flex-wrap:wrap;justify-content:center;font-size:13px}
  .gives-hero{display:block;min-height:auto;padding-top:62vw}.gives-hero__media{height:62vw;min-height:260px;background-position:64% center}.gives-hero__shade{top:calc(62vw - 12px);background:linear-gradient(180deg,transparent,#000 18%,#000)}.gives-hero__content{padding-top:58px;padding-bottom:76px}.gives-hero h1{font-size:52px}.gives-hero__lede{font-size:15px}
  .partnership-grid{grid-template-columns:1fr}.partnership-card{min-height:0}.legal-page{padding:75px 0}.legal-page h1{font-size:58px}
  .thank-you-page__brand{width:150px;margin-bottom:28px}.thank-you-page__card{padding:34px 27px}.thank-you-page h1{font-size:58px}.thank-you-page__card>p:not(.eyebrow){font-size:15px}
  .suggestions-page{min-height:auto}.suggestions-page__media{background-position:66% center}.suggestions-page__shade{background:linear-gradient(180deg,rgba(0,0,0,.62),rgba(0,0,0,.88) 45%,#020707 100%)}.suggestions-page__grid{padding-top:74px;padding-bottom:74px;grid-template-columns:1fr;gap:48px}.suggestions-page__copy{max-width:630px}.suggestions-page h1{font-size:58px}.suggestion-form{padding:30px}.suggestion-form h2{white-space:normal}
}

@media(max-width:430px){
  .hero{padding-top:68vw}.hero__media{height:68vw}.hero__shade{top:calc(68vw - 12px)}
  .step-card{display:block}.step-card img{height:280px}.step-card__copy{padding:25px}
  .contact-form__grid{grid-template-columns:1fr}.contact-form__wide{grid-column:auto}
  .product-card__topline{align-items:flex-start;flex-direction:column;gap:12px}.product-card__topline h3{font-size:35px}.product-card__image{height:165px;min-height:0}.location-card{min-height:390px}
  .benefit-card{display:block}.benefit-icon{margin-bottom:22px}.benefit-card h3::after{margin:14px 0}
  .suggestions-page__steps{display:grid;gap:15px}.suggestions-page__steps>div{min-width:0}.suggestion-form{padding:26px 21px}.suggestion-form h2{font-size:36px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
