@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500&display=swap');
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
:root{
  --salmon:#E8614A;
  --salmon-light:#FDF0ED;
  --dark:#1A1A18;
  --mid:#4A4A44;
  --line:rgba(26,26,24,0.12);
  --off:#F4F2EE;
  --off-subtle:#F2F0EB;
  --white:#FFFFFF;
  --img-h:420px;
  --texture-url:url('https://cdn.prod.website-files.com/61f70f8cfd1d4b3b6faa98a4/63979622dc234536764d784e_texture-bg.jpg');
}
body{font-family:'DM Sans',sans-serif;color:var(--dark);background:var(--white)}
.page{max-width:960px;margin:0 auto;padding:0 24px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.site-nav{
  position:sticky;top:0;z-index:100;
  background:transparent;
  padding:0 32px;
  display:flex;align-items:center;justify-content:space-between;height:64px;
  border-bottom:1px solid transparent;
  transition:background 0.25s ease,border-color 0.25s ease;
}
.site-nav.scrolled{background:var(--off);border-bottom-color:rgba(26,26,24,0.1)}
.site-nav.scrolled .nav-links a{color:var(--mid);text-shadow:none}
.site-nav.scrolled .nav-cta a{color:var(--dark);border-color:rgba(26,26,24,0.25);text-shadow:none}
.site-nav.scrolled .nav-logo img{filter:brightness(0) opacity(0.7)}
.nav-logo{min-width:0}
.nav-logo img{height:26px;max-width:240px;width:auto;object-fit:contain;filter:brightness(0) invert(1) opacity(0.9);transition:filter 0.25s ease}
.nav-links{display:flex;gap:28px}
.nav-links a{font-family:'DM Sans',sans-serif;font-size:14.5px;font-weight:500;color:rgba(255,255,255,0.95);text-decoration:none;letter-spacing:0.01em;transition:color 0.25s ease;text-shadow:0 1px 8px rgba(0,0,0,0.4)}
.nav-cta a{font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,0.6);padding:8px 18px;border-radius:4px;transition:color 0.25s ease,border-color 0.25s ease;text-shadow:0 1px 8px rgba(0,0,0,0.4)}
.nav-right{display:flex;align-items:center;gap:28px}

.hero{position:relative;height:calc(100vh);min-height:560px;margin-top:-64px;overflow:hidden;display:flex;align-items:center;justify-content:flex-start}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 50%;display:block}
.hero-content{position:relative;z-index:1;padding:80px 56px 0;display:flex;flex-direction:column;gap:24px}
.hero h1{font-family:'DM Serif Display',serif;font-size:60px;line-height:1.1;color:#fff;text-shadow:0 2px 32px rgba(0,0,0,0.5)}
.hero h1 .line1{display:block;font-style:normal}
/* 1px white semi-transparent stroke around the letterforms, orange fill on top */
.hero h1 em{
  font-style:italic;
  color:#F5622A;
  -webkit-text-stroke:1px rgba(255,255,255,0.55);
  text-stroke:1px rgba(255,255,255,0.55);
  paint-order:stroke fill;
}
.hero-sub-box{display:inline-block;align-self:flex-start;background:rgba(136,132,126,0.42);border-radius:0 3px 3px 0;border-left:4px solid var(--salmon);padding:11px 18px}
.hero-sub-text p{font-family:'DM Sans',sans-serif;font-size:18.4px;font-weight:300;color:rgba(255,255,255,0.97);line-height:1.3;letter-spacing:0.01em}

.diagonal-claims{position:relative;width:100%;height:428px;overflow:hidden}
.diag-dark-base{position:absolute;inset:0}
.diag-dark-base-img{position:absolute;inset:0;background-image:var(--texture-url);background-size:cover;background-position:center}
.diag-dark-base-overlay{position:absolute;inset:0;background:rgba(22,20,18,0.82)}
.diag-light{position:absolute;inset:0;clip-path:polygon(0 0, 100% 0, 0 100%)}
.diag-light-img{position:absolute;inset:0;background-image:var(--texture-url);background-size:cover;background-position:center}
.diag-light-overlay{position:absolute;inset:0;background:rgba(242,240,235,0.65)}
.diag-text-left{position:absolute;top:0;left:0;width:50%;height:67%;display:flex;align-items:center;justify-content:center;padding:40px}
.diag-text-left h2{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.2;color:var(--dark);text-align:left}
.diag-text-left h2 em{font-style:italic;color:var(--salmon)}
.diag-text-right{position:absolute;bottom:0;right:0;width:50%;height:67%;display:flex;align-items:center;justify-content:center;padding:40px}
.diag-text-right h2{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.2;color:#fff;text-align:right}
.diag-text-right h2 em{font-style:italic;color:var(--salmon)}
.diag-line{position:absolute;inset:0;pointer-events:none}

.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:0;border-top:1px solid var(--line)}
.feature-section.reverse{direction:rtl}
.feature-section.reverse>*{direction:ltr}
.feature-section.alt-bg .feature-body{background-image:var(--texture-url);background-size:cover;background-position:center}
.feature-img{overflow:hidden;height:var(--img-h)}
.feature-img img{width:100%;height:100%;object-fit:cover;display:block}
.feature-body{padding:56px 48px;display:flex;flex-direction:column;justify-content:center;background:var(--white)}
.feature-eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--salmon);font-weight:500;margin-bottom:20px}
.feature-heading{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.2;margin-bottom:24px;color:var(--dark)}
.feature-heading em{font-style:italic;color:var(--salmon)}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.feature-list li{font-size:15px;color:var(--mid);display:flex;align-items:center;gap:12px;line-height:1.5}
.feature-list li::before{content:'';width:20px;height:1px;background:var(--salmon);flex-shrink:0}

.ingredients-section{background:var(--dark);padding:80px 0;color:var(--white)}
.ingredients-section .page{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.badge-stack{display:flex;flex-direction:column;gap:12px}
.badge{background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:12px;min-height:64px}
.badge-x{font-size:18px;font-weight:400;color:var(--salmon);flex-shrink:0;line-height:1}
.badge-label{font-size:15px;font-weight:500;color:var(--white);line-height:1.3}
.ingr-heading-garbage{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.15;margin-bottom:8px;color:var(--salmon)}
.ingr-heading-sub{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.15;margin-bottom:30px;color:var(--white)}
.ingr-bullet-list{list-style:none;display:flex;flex-direction:column;gap:10px}
.ingr-bullet-list li{font-size:14px;color:rgba(255,255,255,0.75);line-height:1.5;display:flex;align-items:flex-start;gap:10px}
.ingr-bullet-list li::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--salmon);flex-shrink:0;margin-top:7px}
.ingr-cta{margin-top:28px}
.ingr-cta a{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--salmon);text-decoration:none;border-bottom:1px solid var(--salmon);padding-bottom:2px}

.distributor-section{position:relative;padding:96px 0;border-top:1px solid var(--line);overflow:hidden}
.distributor-bg{position:absolute;inset:0;background-image:var(--texture-url);background-size:cover;background-position:center}
.distributor-overlay{position:absolute;inset:0;background:rgba(242,240,235,0.85)}
.distributor-section .page{position:relative;z-index:1;text-align:center}
.dist-eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--mid);font-weight:500;margin-bottom:36px}
.dist-logos{display:flex;align-items:center;justify-content:center;gap:72px;flex-wrap:wrap}
.dist-logo-item img{max-height:64px;max-width:200px;object-fit:contain}

.partners-section{padding:80px 0;border-top:1px solid var(--line);background:var(--white)}
.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px}
.section-title{font-family:'DM Serif Display',serif;font-size:32px;color:var(--dark)}
.section-link a{font-size:13px;font-weight:500;color:var(--salmon);text-decoration:none;border-bottom:1px solid var(--salmon);padding-bottom:2px}
.partner-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.partner-card{background:var(--off-subtle);border:1px solid var(--line);border-radius:8px;overflow:hidden;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:0}
.partner-card img{width:100%;height:100%;object-fit:cover;display:block}

.contact-section{background:var(--salmon-light);border-top:1px solid rgba(232,97,74,0.15);padding:80px 0;scroll-margin-top:64px}
.contact-section .page{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.cta-eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--salmon);font-weight:500;margin-bottom:20px}
.contact-left h2{font-family:'DM Serif Display',serif;font-size:36px;line-height:1.2;color:var(--dark);margin-bottom:16px}
.contact-left p{font-size:15px;color:var(--mid);line-height:1.7}
.contact-form{display:flex;flex-direction:column;gap:14px}
.form-field input,.form-field textarea{width:100%;padding:12px 16px;font-family:'DM Sans',sans-serif;font-size:14px;background:var(--white);border:1px solid rgba(232,97,74,0.2);border-radius:6px;color:var(--dark);outline:none;resize:none}
.form-field textarea{height:90px}
.form-submit{background:var(--dark);color:var(--white);font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;padding:14px 32px;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:10px;width:fit-content}
.field-error{display:none;font-family:'DM Sans',sans-serif;font-size:13px;color:#C0392B;margin-top:6px;line-height:1.4}
.form-field.has-error input,.form-field.has-error textarea{border-color:#C0392B}
.form-field.has-error .field-error{display:block}
.form-success{font-family:'DM Sans',sans-serif;font-size:13px;color:#1E7E34;margin-top:4px;line-height:1.4}

.careers-section{background:var(--dark);padding:80px 0}
.careers-section .page{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}
.careers-text .eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--salmon);font-weight:500;margin-bottom:16px}
.careers-text h2{font-family:'DM Serif Display',serif;font-size:38px;line-height:1.2;color:var(--white)}
.careers-text h2 em{font-style:italic;color:rgba(255,255,255,0.45)}
.careers-btn{display:inline-flex;align-items:center;gap:12px;background:var(--salmon);color:var(--white);font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:16px 28px;border-radius:4px;text-decoration:none;white-space:nowrap}

.press-section{padding:80px 0;background:var(--off-subtle);border-top:1px solid var(--line)}
.press-eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--mid);font-weight:500;margin-bottom:40px}
.press-list{display:flex;flex-direction:column}
.press-item{display:grid;grid-template-columns:140px 1fr auto;align-items:center;gap:24px;padding:20px 0;border-top:1px solid var(--line)}
.press-item:last-child{border-bottom:1px solid var(--line)}
.press-pub{font-size:12px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;color:var(--salmon)}
.press-title{font-size:15px;color:var(--dark);line-height:1.4}
.press-read{font-size:12px;font-weight:500;color:var(--mid);text-decoration:none;border:1px solid var(--line);border-radius:4px;padding:6px 14px;white-space:nowrap;flex-shrink:0}

.site-footer{background:var(--off);border-top:1px solid var(--line);padding:40px 0}
.site-footer .page{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.footer-copy{font-size:12px;color:rgba(74,74,68,0.5);font-family:'DM Sans',sans-serif}

@media (max-width: 820px){
  :root{--img-h:340px}
  .page{padding:0 20px}
  .site-nav{height:auto;min-height:64px;padding:12px 20px;gap:16px;align-items:flex-start}
  .nav-links{display:none}
  .nav-cta a{display:inline-flex;white-space:nowrap}
  .hero{height:92vh;min-height:520px;margin-top:-88px}
  .hero-content{padding:104px 28px 0;gap:18px}
  .hero h1{font-size:46px}
  .hero-sub-text p{font-size:16px}
  .diagonal-claims{height:460px}
  .diag-text-left,.diag-text-right{width:70%;height:56%;padding:24px}
  .diag-text-left h2,.diag-text-right h2{font-size:28px}
  .feature-section,.feature-section.reverse,.ingredients-section .page,.contact-section .page,.careers-section .page{grid-template-columns:1fr;direction:ltr}
  .feature-section.reverse>*{direction:ltr}
  .feature-body{padding:44px 28px}
  .ingredients-section,.partners-section,.contact-section,.careers-section,.press-section{padding:64px 0}
  .ingredients-section .page,.contact-section .page{gap:40px}
  .dist-logos{gap:36px}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .section-header{display:block}
  .section-link{margin-top:16px}
  .careers-section .page{gap:28px}
  .press-item{grid-template-columns:1fr;gap:10px}
  .press-read{width:fit-content}
  .site-footer .page{align-items:flex-start;flex-direction:column}
}

@media (max-width: 480px){
  .page{padding:0 18px}
  .site-nav{padding:12px 16px}
  .nav-logo img{height:22px;max-width:150px}
  .nav-cta a{font-size:12px;padding:7px 12px}
  .hero{height:86vh;min-height:480px}
  .hero-content{padding:96px 20px 0}
  .hero h1{font-size:38px}
  .hero-sub-box{padding:10px 14px}
  .hero-sub-text p{font-size:15px}
  .diag-text-left,.diag-text-right{width:82%;padding:20px}
  .diag-text-left h2,.diag-text-right h2{font-size:24px}
  .feature-heading,.ingr-heading-garbage,.ingr-heading-sub,.contact-left h2{font-size:30px}
  .careers-text h2{font-size:32px}
  .partner-grid{gap:10px}
  .form-submit,.careers-btn{width:100%;justify-content:center}
}

/* ============================================================
   Subpage components (About, FAQ, Try It, Privacy Policy)
   Appended after the homepage rules so the homepage is unchanged.
   ============================================================ */

.nav-logo a{display:block;line-height:0}
.nav-links a:hover,.nav-cta a:hover,.section-link a:hover,.ingr-cta a:hover{opacity:0.75}
.nav-links a[aria-current="page"]{color:var(--salmon)}

/* Solid header band that replaces the hero on subpages */
.page-header{position:relative;padding:88px 0 80px;overflow:hidden;border-bottom:1px solid var(--line)}
.page-header-bg{position:absolute;inset:0;background-image:var(--texture-url);background-size:cover;background-position:center}
.page-header-overlay{position:absolute;inset:0;background:rgba(22,20,18,0.86)}
.page-header .page{position:relative;z-index:1;max-width:800px}
.page-header .eyebrow{font-size:11px;letter-spacing:0.14em;text-transform:uppercase;color:var(--salmon);font-weight:500;margin-bottom:20px}
.page-header h1{font-family:'DM Serif Display',serif;font-size:52px;line-height:1.1;color:var(--white)}
.page-header h1 em{font-style:italic;color:var(--salmon)}
.page-header p{font-size:17px;font-weight:300;color:rgba(255,255,255,0.8);line-height:1.6;margin-top:20px;max-width:620px}
.page-header .header-cta{display:inline-flex;align-items:center;gap:12px;background:var(--salmon);color:var(--white);font-size:13px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:15px 26px;border-radius:4px;text-decoration:none;margin-top:32px}

.breadcrumb{font-size:12px;color:rgba(255,255,255,0.5);margin-bottom:18px}
.breadcrumb a{color:rgba(255,255,255,0.7);text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.25)}

/* Generic light content section */
.content-section{padding:80px 0;border-top:1px solid var(--line);background:var(--white)}
.content-section.tinted{background:var(--off-subtle)}
.content-section .section-title{margin-bottom:28px}
.content-lede{font-size:17px;color:var(--mid);line-height:1.75;max-width:720px}

/* Technology cards */
.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:8px}
.tech-card{background:var(--white);border:1px solid var(--line);border-radius:8px;padding:32px 28px}
.content-section.tinted .tech-card{background:var(--white)}
.tech-card .tech-icon{height:52px;width:auto;display:block;margin-bottom:18px}
.tech-card h3{font-family:'DM Serif Display',serif;font-size:23px;line-height:1.25;color:var(--dark);margin-bottom:12px}
.tech-card p{font-size:14.5px;color:var(--mid);line-height:1.65}

/* FAQ — alternating image/text rows, mirroring the Webflow original.
   Unlike the homepage's fixed-height feature rows, these bodies vary a lot
   in length, so the image stretches to whatever the row ends up being. */
.feature-section.faq-row .feature-img{height:auto;min-height:var(--img-h)}
.feature-section.faq-row .feature-img img{height:100%}
.faq-body{font-size:15.5px;color:var(--mid);line-height:1.75}
.faq-body p+p{margin-top:14px}
.faq-body strong{color:var(--dark);font-weight:500}
.faq-body em{font-style:italic;color:var(--dark)}
.faq-ingredients{list-style:none;display:flex;flex-direction:column;gap:9px;margin-top:6px}
.faq-ingredients li{display:flex;align-items:flex-start;gap:10px}
.faq-ingredients li::before{content:'';width:4px;height:4px;border-radius:50%;background:var(--salmon);flex-shrink:0;margin-top:9px}
.faq-note{font-size:13.5px;color:rgba(74,74,68,0.75);line-height:1.6;margin-top:16px;padding-left:14px;border-left:2px solid var(--salmon)}
.faq-cta{display:inline-flex;align-items:center;gap:10px;background:var(--salmon);color:var(--white);font-size:13px;font-weight:500;letter-spacing:0.06em;text-transform:uppercase;padding:14px 24px;border-radius:4px;text-decoration:none;margin-top:22px}

/* Dish suggestions */
.dish-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.dish-card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--white);display:flex;flex-direction:column}
.dish-card img{width:100%;height:220px;object-fit:cover;display:block}
.dish-card p{font-size:15px;color:var(--mid);line-height:1.6;padding:22px 22px 26px}

/* Elfsight store locator embed; the widget renders its own heading and chrome */
.locator-section{scroll-margin-top:64px}
.locator-section .page{max-width:1120px}
.locator-section .elfsight-app-a689bce4-bff0-4c03-819b-4b69e1b968bc{min-height:520px}
.locator-fallback{font-size:15px;color:var(--mid);line-height:1.7}
.locator-fallback a{color:var(--salmon)}

/* Long-form legal / prose */
.prose{max-width:760px;font-size:15.5px;color:var(--mid);line-height:1.8}
.prose h2{font-family:'DM Serif Display',serif;font-size:28px;line-height:1.25;color:var(--dark);margin:44px 0 14px}
.prose h3{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:500;letter-spacing:0.01em;color:var(--dark);margin:28px 0 10px}
.prose h2:first-child,.prose h3:first-child{margin-top:0}
.prose p{margin-bottom:14px}
.prose ul{list-style:none;display:flex;flex-direction:column;gap:11px;margin:0 0 18px}
.prose ul li{display:flex;align-items:flex-start;gap:12px}
.prose ul li::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--salmon);flex-shrink:0;margin-top:10px}
.prose strong{color:var(--dark);font-weight:500}
.prose a{color:var(--salmon);text-decoration:none;border-bottom:1px solid rgba(232,97,74,0.4)}
.prose .updated{font-size:13px;color:rgba(74,74,68,0.65);padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:30px}

/* Footer navigation */
.site-footer .page{align-items:flex-start}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap;width:100%}
.footer-nav{display:flex;gap:26px;flex-wrap:wrap}
.footer-nav a{font-size:13px;color:var(--mid);text-decoration:none}
.footer-nav a:hover{color:var(--salmon)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;width:100%;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}
.footer-mail{font-size:12px;color:rgba(74,74,68,0.5);text-decoration:none}
.footer-mail:hover{color:var(--salmon)}

@media (max-width: 820px){
  /* Subpages have no hero pinned under the nav, so links can wrap onto a
     second row here without shifting anything. */
  .subpage-nav{flex-wrap:wrap}
  .subpage-nav .nav-links{display:flex;flex-wrap:wrap;gap:18px}
  .subpage-nav .nav-links a{font-size:13px}
  .subpage-nav .nav-right{flex-wrap:wrap;gap:14px 20px;justify-content:flex-start}

  .page-header{padding:56px 0 52px}
  .page-header h1{font-size:38px}
  .page-header p{font-size:16px}
  .content-section{padding:56px 0}
  .tech-grid,.dish-grid{grid-template-columns:1fr}
  .feature-section.faq-row .feature-img{min-height:0;height:var(--img-h)}
  .faq-cta{width:100%;justify-content:center}
  .dish-card img{height:200px}
  .footer-top{flex-direction:column;gap:24px}
  .footer-nav{gap:16px 22px}
  .footer-bottom{flex-direction:column;align-items:flex-start}
}

@media (max-width: 480px){
  .page-header{padding:44px 0 44px}
  .page-header h1{font-size:31px}
  .page-header .header-cta{width:100%;justify-content:center}
  .prose h2{font-size:24px}
}
