:root{
  --orange:#f35a00;
  --orange-dark:#d94f00;
  --ink:#181818;
  --muted:#6b645f;
  --line:#e8dfd8;
  --cream:#fbf6f1;
  --soft:#f7f2ed;
  --white:#fff;
  --header-bg:#fff;
  --max:1260px;
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 64px),var(--max));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-60px;z-index:9999;background:#111;color:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}

.site-header{height:88px;background:var(--header-bg);border-bottom:1px solid #f0ece8;position:sticky;top:0;z-index:1000;transition:border-color .28s ease,box-shadow .28s ease}
.header-shell{width:min(calc(100% - 64px),var(--max));height:88px;margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative}
.nav-left,.nav-right{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:750;letter-spacing:-.01em;white-space:nowrap}
.nav-left a,.nav-right>a,.sales-toggle{transition:color .2s ease,transform .28s ease}.nav-left a:hover,.nav-right>a:hover,.sales-toggle:hover{color:var(--orange)}
.brand{position:absolute;left:50%;top:7px;transform:translateX(-50%);z-index:4;width:230px;height:132px;display:flex;align-items:flex-start;justify-content:center;pointer-events:auto;padding:0;transition:width .28s ease,height .28s ease,top .28s ease}
.brand::before{content:"";position:absolute;left:50%;top:-18px;transform:translateX(-50%);width:264px;height:132px;border-radius:50%;background:transparent;z-index:-1;transition:background .28s ease,width .28s ease,height .28s ease,top .28s ease}
.brand img{width:230px;height:auto;filter:drop-shadow(0 10px 18px rgba(39,20,7,.06));transition:width .28s ease,filter .28s ease}
.site-header.is-scrolled{background:var(--header-bg);border-bottom-color:#f0ece8;box-shadow:0 8px 24px rgba(39,26,18,.045)}
.site-header.is-scrolled .brand{top:4px;width:210px;height:84px;align-items:center}
.site-header.is-scrolled .brand::before{top:-14px;width:244px;height:116px;background:var(--header-bg)}
.site-header.is-scrolled .brand img{width:176px;filter:drop-shadow(0 4px 7px rgba(39,20,7,.045))}
.nav-right{margin-left:auto}
.nav-cta{background:var(--orange);color:#fff!important;padding:14px 20px;border-radius:999px;box-shadow:0 10px 20px rgba(243,90,0,.17)}
.nav-cta:hover{background:var(--orange-dark);color:#fff!important}
.sales-dropdown{position:relative}
.sales-toggle{border:0;background:transparent;color:var(--ink);font-weight:750;padding:14px 0;cursor:pointer;display:flex;gap:6px;align-items:center}
.sales-toggle span{font-size:15px;transform:translateY(-1px);transition:transform .2s ease}.sales-dropdown.open .sales-toggle span{transform:rotate(180deg)}
.sales-menu{position:absolute;right:-18px;top:54px;width:245px;padding:10px;background:#fff;border:1px solid #eee5de;border-radius:18px;box-shadow:0 24px 55px rgba(34,23,16,.14);opacity:0;visibility:hidden;transform:translateY(-7px);transition:.18s ease}
.sales-dropdown.open .sales-menu{opacity:1;visibility:visible;transform:none}
.sales-menu a{display:flex;flex-direction:column;gap:2px;padding:11px 12px;border-radius:11px}.sales-menu a:hover{background:var(--cream)}
.sales-menu strong{font-size:13px}.sales-menu small{font-size:11px;color:#8a817b;font-weight:560}
.menu-toggle,.mobile-menu{display:none}

.hero{background:var(--cream);overflow:hidden}
.hero-grid{min-height:700px;display:grid;grid-template-columns:1.03fr .97fr;gap:44px;align-items:center;padding-top:64px;padding-bottom:42px}
.eyebrow,.section-kicker{font-size:12px;font-weight:850;letter-spacing:.14em;color:#756d67}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:38px;height:3px;background:var(--orange);border-radius:3px}
.hero-copy h1{font-size:clamp(52px,5.2vw,82px);line-height:.94;letter-spacing:-.058em;margin:32px 0 24px;max-width:680px}.hero-copy h1 em{font-style:normal;color:var(--orange)}
.hero-lead{font-size:18px;line-height:1.75;color:var(--muted);max-width:650px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:15px 22px;border-radius:999px;font-weight:780;font-size:14px;transition:transform .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 12px 26px rgba(243,90,0,.14)}.btn-primary:hover{background:var(--orange-dark)}
.btn-outline{border:1px solid #d9cec6;background:#fff;color:#222}.btn-outline:hover{border-color:#b9aaa0}
.hero-notes{margin-top:50px;padding-top:22px;border-top:1px solid #ded5ce;display:flex;gap:30px;flex-wrap:wrap}.hero-notes div{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:720;color:#6d6560}.hero-notes b{color:var(--orange);font-size:12px}
.hero-visual{display:flex;align-items:center;justify-content:center;min-width:0}.hero-visual img{width:min(100%,660px);height:auto;filter:drop-shadow(0 24px 28px rgba(72,44,24,.12))}

.section{padding:110px 0}.section-soft{background:var(--soft)}.section-dark{background:#1d1b1a;color:#fff}
.intro-head{max-width:1040px}.intro-head h2,.section-heading h2,.quality-head h2,.lifestyle-copy h2,.corporate-copy h2{font-size:clamp(38px,4vw,62px);line-height:1.02;letter-spacing:-.045em;margin:16px 0 26px}.intro-head h2 span{font-family:Georgia,serif;color:var(--orange)}
.intro-copy{display:grid;grid-template-columns:1fr 1fr;gap:48px;color:var(--muted);font-size:17px;line-height:1.75}.intro-copy p{margin:0}
.origin-image{margin-top:52px;position:relative}.origin-image img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius)}
.image-caption{position:absolute;left:26px;bottom:24px;background:rgba(20,18,16,.72);backdrop-filter:blur(7px);color:#fff;padding:15px 18px;border-radius:15px;display:flex;flex-direction:column;gap:3px}.image-caption strong{font-size:15px}.image-caption span{font-size:12px;opacity:.82}

.section-heading{max-width:800px;margin-bottom:42px}.section-heading p,.quality-head p{font-size:17px;line-height:1.7;color:var(--muted);margin:0}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.section-heading.center .section-kicker{display:inline-block}
.variety-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.variety-card{background:#fff;border-radius:26px;overflow:hidden;border:1px solid #e9e0d8}.variety-image{height:430px;background:#eee}.variety-image img{width:100%;height:100%;object-fit:cover}.variety-image-dry img{object-position:center}
.variety-copy{padding:30px 30px 34px}.pill{display:inline-flex;background:#fff0e8;color:var(--orange);font-weight:850;font-size:11px;letter-spacing:.09em;padding:8px 10px;border-radius:999px}.pill-dark{background:#282523;color:#fff}.variety-copy h3{font-size:31px;line-height:1.08;letter-spacing:-.035em;margin:20px 0 12px}.variety-copy p{color:var(--muted);line-height:1.7;margin:0 0 22px}.variety-copy a,.text-link{font-weight:820;color:var(--orange);font-size:14px}

.quality-head{max-width:900px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:42px}.process-card{padding:28px 24px;border:1px solid var(--line);border-radius:20px;background:#fff}.process-card b{display:block;color:var(--orange);font-size:13px;margin-bottom:35px}.process-card h3{font-size:21px;letter-spacing:-.02em;margin:0 0 10px}.process-card p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}

.lifestyle-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:66px;align-items:center}.lifestyle-image{height:650px;border-radius:var(--radius);overflow:hidden}.lifestyle-image img{width:100%;height:100%;object-fit:cover}.lifestyle-copy{max-width:590px}.lifestyle-copy h2 em{font-style:normal;color:var(--orange)}.lifestyle-copy p{font-size:17px;line-height:1.75;color:var(--muted);margin:0 0 28px}

.pack-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.pack-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden}.pack-image{height:330px;display:flex;align-items:center;justify-content:center;background:#fbfaf9;padding:22px}.pack-image img{height:100%;width:100%;object-fit:contain}.pack-image.pack-hero{padding:12px}.pack-info{padding:20px 22px 24px;border-top:1px solid #eee8e2}.pack-info span{font-size:10px;font-weight:850;letter-spacing:.12em;color:#8a817a}.pack-info h3{font-size:28px;margin:6px 0 0;letter-spacing:-.03em}.pack-cta{text-align:center;margin-top:34px}

.corporate-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.section-kicker.light{color:#cfc6bf}.corporate-copy h2{color:#fff}.corporate-copy>p{font-size:18px;line-height:1.72;color:#c7bfb9;max-width:720px}.corporate-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:30px}.btn-white{background:#fff;color:#171717}.btn-white:hover{background:#f5eee9}.btn-outline-dark{border:1px solid #5b544f;background:transparent;color:#fff}.btn-outline-dark:hover{border-color:#8b8078;background:#292624}.plain-link{color:#fff;font-weight:760;font-size:14px}.corp-points{display:flex;gap:10px;flex-wrap:wrap;margin-top:36px}.corp-points span{padding:9px 12px;border:1px solid #4a4541;border-radius:999px;font-size:12px;color:#d9d0ca}.corporate-note{font-size:13px!important;color:#9f9690!important;margin:18px 0 0!important}.corporate-note a{color:#fff;font-weight:760}.corporate-visual{height:620px;border-radius:28px;overflow:hidden;background:#fff}.corporate-visual img{width:100%;height:100%;object-fit:cover}

.channel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.channel-card{position:relative;min-height:145px;border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff;display:flex;flex-direction:column;justify-content:flex-end;transition:.2s ease}.channel-card:hover{transform:translateY(-3px);border-color:#d7c8bd;box-shadow:0 14px 30px rgba(30,20,12,.06)}.channel-card strong{font-size:19px}.channel-card span{font-size:12px;color:var(--muted);margin-top:4px}.channel-card i{position:absolute;right:18px;top:17px;color:var(--orange);font-style:normal;font-size:18px}

.brand-close{background:var(--cream);padding:92px 0}.close-inner{text-align:center}.close-inner img{width:260px;margin:0 auto 8px}.close-inner h2{font-size:clamp(31px,3vw,46px);letter-spacing:-.04em;margin:0 auto 10px;max-width:800px}.close-inner p{margin:0;color:var(--muted)}
.site-footer{padding:28px 0;border-top:1px solid #eee7e1}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:10px 24px;align-items:center}.footer-brand{display:flex;gap:8px;align-items:baseline}.footer-brand strong{font-size:17px}.footer-brand span,.site-footer small{font-size:12px;color:#7f7771}.footer-links{display:flex;gap:18px;font-size:12px;font-weight:720}.site-footer small{grid-column:1/-1}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.is-visible{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}

@media (max-width:1120px){
  .nav-left,.nav-right{display:none}.menu-toggle{display:flex;margin-left:auto;width:44px;height:44px;border:0;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{width:23px;height:2px;background:#1d1d1d;border-radius:2px;transition:.2s ease}.site-header,.header-shell{height:78px}.brand{width:184px;height:108px;top:7px}.brand img{width:184px}.site-header.is-scrolled .brand{top:4px;width:174px;height:70px}.site-header.is-scrolled .brand::before{top:-12px;width:204px;height:96px}.site-header.is-scrolled .brand img{width:144px}.mobile-menu{display:flex;position:fixed;left:0;right:0;top:78px;background:#fff;border-top:1px solid #eee7e1;box-shadow:0 20px 40px rgba(20,15,10,.08);padding:18px 26px 28px;flex-direction:column;gap:0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease;max-height:calc(100vh - 78px);overflow:auto}.mobile-menu.open{opacity:1;visibility:visible;transform:none}.mobile-menu>a{padding:13px 0;border-bottom:1px solid #f1ece8;font-weight:740}.mobile-menu>a small{float:right;color:var(--orange);font-size:11px}.mobile-sales-title{font-size:11px;letter-spacing:.12em;font-weight:850;color:var(--orange);margin:20px 0 4px}.hero-grid{padding-top:76px}
}
@media (max-width:900px){
  .container,.header-shell{width:min(calc(100% - 38px),var(--max))}.section{padding:82px 0}.hero-grid{min-height:auto;grid-template-columns:1fr;gap:20px;padding-top:88px;padding-bottom:58px}.hero-copy{order:1}.hero-visual{order:0}.hero-visual img{width:min(78vw,520px)}.hero-copy h1{font-size:clamp(48px,9vw,74px)}.hero-lead{font-size:17px}.intro-copy,.variety-grid,.lifestyle-grid,.corporate-grid{grid-template-columns:1fr}.origin-image{margin-top:38px}.variety-image{height:480px}.process-grid{grid-template-columns:1fr 1fr}.lifestyle-image{height:560px}.pack-grid{grid-template-columns:1fr 1fr}.corporate-grid{gap:42px}.corporate-visual{height:560px}.channel-grid{grid-template-columns:1fr 1fr}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}
}
@media (max-width:600px){
  .container,.header-shell{width:min(calc(100% - 28px),var(--max))}.brand{width:158px;height:92px;top:11px}.brand img{width:158px}.site-header.is-scrolled .brand{top:5px;width:156px;height:64px}.site-header.is-scrolled .brand::before{top:-10px;width:184px;height:88px}.site-header.is-scrolled .brand img{width:132px}.hero-grid{padding-top:68px}.hero-copy h1{font-size:49px;line-height:.98;margin-top:26px}.eyebrow{font-size:10px}.hero-lead{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.hero-notes{gap:14px}.hero-notes div{width:calc(50% - 7px)}.hero-notes div:last-child{width:100%}.hero-visual img{width:92vw}.section{padding:68px 0}.intro-head h2,.section-heading h2,.quality-head h2,.lifestyle-copy h2,.corporate-copy h2{font-size:40px}.intro-copy{grid-template-columns:1fr;gap:18px;font-size:16px}.origin-image img{aspect-ratio:4/3}.image-caption{left:14px;right:14px;bottom:14px}.variety-image{height:360px}.variety-copy{padding:24px}.variety-copy h3{font-size:27px}.process-grid{grid-template-columns:1fr}.process-card b{margin-bottom:18px}.lifestyle-image{height:430px}.pack-grid{grid-template-columns:1fr 1fr;gap:10px}.pack-image{height:240px;padding:12px}.pack-info{padding:16px}.pack-info h3{font-size:23px}.corporate-copy>p{font-size:16px}.corporate-visual{height:480px}.channel-grid{grid-template-columns:1fr}.close-inner img{width:210px}.footer-brand{flex-direction:column;gap:1px}.footer-links{gap:13px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.btn,.channel-card{transition:none}}
