.pitch-deck{--mocha: #3b2314;--mocha-mid: #5c3a22;--cream: #f5eedd;--ivory: #faf6ee;--terracotta: #b85c38;--terracotta-light: #d4795a;--gold: #c9a96e;--gold-light: #e8d5b0;--text-dark: #2a1a0e;--text-mid: #6b4c35;--text-light: #9c7a60;font-family:Jost,sans-serif;scroll-behavior:smooth}.pitch-deck *,.pitch-deck *:before,.pitch-deck *:after{margin:0;padding:0;box-sizing:border-box}.deck{width:100%;position:relative}.slide{position:relative;min-height:100vh;opacity:1;pointer-events:all}#slide-1{background:var(--mocha)}#slide-2{background:var(--ivory)}#slide-3{background:var(--mocha)}#slide-4{background:var(--ivory)}#slide-5{background:var(--mocha)}#slide-6{background:var(--ivory)}.nav-dots{position:fixed;right:28px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:100}.dot{width:7px;height:7px;border-radius:50%;border:1px solid var(--gold);background:transparent;cursor:pointer;transition:all .3s ease}.dot.light{border-color:#f5eedd80}.dot.light.active{background:var(--cream);border-color:var(--cream)}.dot.dark{border-color:var(--gold)}.dot.dark.active{background:var(--gold);border-color:var(--gold)}.top-nav{position:fixed;top:0;left:0;right:0;padding:22px 52px;display:flex;justify-content:space-between;align-items:center;z-index:99;transition:background .5s ease}.top-nav.on-dark{background:linear-gradient(to bottom,#3b2314e6,#3b231400)}.top-nav.on-light{background:linear-gradient(to bottom,#faf6eef2,#faf6ee00)}.brand-mark{font-family:Cormorant Garamond,serif;font-size:12px;letter-spacing:.28em;text-transform:uppercase;font-weight:500;transition:color .4s}.brand-mark.light{color:var(--cream)}.brand-mark.dark{color:var(--mocha)}.nav-links{display:flex;gap:32px;list-style:none}.nav-links li{font-size:10px;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:color .2s;font-weight:400}.nav-links.light li{color:#f5eedda6}.nav-links.light li:hover{color:var(--gold)}.nav-links.dark li{color:var(--text-mid)}.nav-links.dark li:hover{color:var(--terracotta)}#slide-1{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:140px 48px 100px;position:relative;overflow:hidden}#slide-1:before{content:"";position:absolute;top:-120px;right:-120px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(201,169,110,.1) 0%,transparent 65%);pointer-events:none}#slide-1:after{content:"";position:absolute;bottom:-100px;left:-100px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(184,92,56,.12) 0%,transparent 65%);pointer-events:none}.cover-eyebrow{font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:0;font-weight:400;position:relative;z-index:2}.cover-watermark{position:relative;display:flex;flex-direction:column;align-items:center;margin-top:-8px}.cover-watermark .ghost{position:absolute;top:-.55em;left:50%;transform:translate(-50%);font-family:Cormorant Garamond,serif;font-size:clamp(120px,18vw,240px);font-weight:300;color:#c9a96e12;letter-spacing:.02em;line-height:1;pointer-events:none;-webkit-user-select:none;user-select:none;white-space:nowrap}.cover-title{font-family:Cormorant Garamond,serif;font-size:clamp(56px,8.5vw,120px);font-weight:300;color:var(--cream);text-align:center;line-height:1.05;margin:14px 0 0;letter-spacing:-.01em;position:relative;z-index:2}.cover-title em{font-style:italic;color:var(--gold);font-weight:300}.cover-divider{display:flex;align-items:center;justify-content:center;gap:18px;margin:44px 0 30px;position:relative;z-index:2}.cover-divider .line{width:70px;height:1px;background:var(--gold);opacity:.7}.cover-divider .diamond{width:8px;height:8px;background:var(--gold);transform:rotate(45deg);opacity:.9}.cover-tagline{font-size:12px;letter-spacing:.4em;text-transform:uppercase;color:var(--cream);text-align:center;margin-bottom:28px;font-weight:400;position:relative;z-index:2}.cover-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;max-width:1100px;margin:0 auto 28px;position:relative;z-index:2}.cover-tag{border:1px solid rgba(201,169,110,.45);color:var(--gold);font-size:10px;letter-spacing:.28em;text-transform:uppercase;padding:14px 22px;font-weight:400;background:transparent;transition:all .3s ease}.cover-tag:hover{background:#c9a96e14;border-color:var(--gold)}.cover-note{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:#f5eedd73;text-align:center;margin-bottom:60px;font-style:italic;font-weight:300;position:relative;z-index:2}.cover-explore{display:flex;flex-direction:column;align-items:center;gap:14px;color:var(--gold);font-size:10px;letter-spacing:.4em;text-transform:uppercase;cursor:pointer;background:transparent;border:none;font-family:Jost,sans-serif;position:relative;z-index:2}.cover-explore .line-down{width:1px;height:50px;background:linear-gradient(to bottom,var(--gold),transparent)}.section-header{text-align:center;margin-bottom:52px}.section-eyebrow{font-size:10px;letter-spacing:.4em;text-transform:uppercase;display:block;margin-bottom:14px;font-weight:400}.on-dark .section-eyebrow{color:var(--gold)}.on-light .section-eyebrow{color:var(--terracotta)}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(30px,4vw,52px);font-weight:300;line-height:1.15}.on-dark .section-title{color:var(--cream)}.on-light .section-title{color:var(--mocha)}.section-title em{font-style:italic}.on-dark .section-title em{color:var(--gold)}.on-light .section-title em{color:var(--terracotta)}.section-rule{width:44px;height:1px;margin:18px auto 0}.on-dark .section-rule{background:var(--terracotta)}.on-light .section-rule{background:var(--gold)}#slide-2{min-height:100vh;padding:110px 48px 80px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1080px;margin:0 auto}.product-card{background:#fff;border:1px solid var(--gold-light);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 50px #3b23141a}.product-img-wrap{width:100%;background:var(--cream);display:flex;align-items:center;justify-content:center;overflow:hidden;height:360px}.product-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;padding:0}.product-img.landscape,.product-img.portrait{object-fit:cover;object-position:center}.product-img.rotate-right{transform:rotate(90deg);transform-origin:center center;width:360px;height:100%;object-fit:cover;object-position:center}.product-body{padding:26px 26px 30px}.product-tag{font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--terracotta);margin-bottom:8px;font-weight:500}.product-name{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:400;color:var(--mocha);margin-bottom:10px;line-height:1.2}.product-desc{font-size:12px;color:var(--text-mid);line-height:1.75;font-weight:300;margin-bottom:16px}.product-serves{display:inline-block;background:var(--mocha);color:var(--cream);font-size:9px;letter-spacing:.22em;text-transform:uppercase;padding:6px 14px;font-weight:500}#slide-3{min-height:100vh;padding:110px 48px 80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;max-width:860px;width:100%;margin-bottom:44px}.price-card{background:#ffffff0d;border:1px solid rgba(201,169,110,.18);padding:52px 36px;text-align:center;transition:background .3s ease}.price-card:hover{background:#ffffff17}.price-card.featured{background:var(--terracotta);border-color:var(--terracotta)}.price-name{font-family:Cormorant Garamond,serif;font-size:19px;color:var(--cream);font-weight:400;margin-bottom:8px;line-height:1.25}.price-serves{font-size:9px;letter-spacing:.2em;color:#f5eedd73;text-transform:uppercase;margin-bottom:28px}.price-amount{font-family:Cormorant Garamond,serif;font-size:54px;font-weight:300;color:var(--gold);line-height:1;margin-bottom:6px}.price-card.featured .price-amount{color:#fff}.price-unit{font-size:9px;letter-spacing:.18em;color:#f5eedd73;text-transform:uppercase}.pricing-note{font-family:Cormorant Garamond,serif;font-size:15px;color:#f5eedd73;text-align:center;font-style:italic}#slide-4{min-height:100vh;padding:110px 48px 80px;display:flex;flex-direction:column;align-items:center}.dietary-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;max-width:980px;width:100%;align-items:center}.dietary-img-wrap{width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--gold-light);background:var(--cream)}.dietary-img{width:100%;height:auto;display:block;object-fit:contain}.dietary-img.rotate-right{transform:rotate(90deg);transform-origin:center center;width:auto;height:100%;max-height:600px}.dietary-img-wrap:has(.rotate-right){aspect-ratio:1 / 1;overflow:hidden}.dietary-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.dietary-tag{border:1px solid var(--mocha);color:var(--mocha);font-size:9px;letter-spacing:.22em;text-transform:uppercase;padding:8px 16px;font-weight:500;transition:all .25s ease;cursor:default}.dietary-tag:hover{background:var(--mocha);color:var(--cream)}.dietary-note{font-family:Cormorant Garamond,serif;font-size:17px;color:var(--text-light);font-style:italic;margin-top:24px;line-height:1.6}#slide-5{min-height:100vh;padding:110px 48px 80px;display:flex;flex-direction:column;align-items:center}.why-layout{display:grid;grid-template-columns:1fr;gap:72px;max-width:720px;width:100%;align-items:center}.why-features{display:flex;flex-direction:column;gap:26px;align-items:center;text-align:center}.why-item{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.why-num{font-family:Cormorant Garamond,serif;font-size:12px;color:var(--gold);padding-top:3px;font-weight:400}.why-text h4{font-family:Cormorant Garamond,serif;font-size:17px;color:var(--cream);font-weight:500;margin-bottom:4px}.why-text p{font-size:11px;color:#f5eedd80;line-height:1.7;font-weight:300}.turnaround-badge{display:inline-block;background:var(--terracotta);color:#fff;font-size:9px;letter-spacing:.25em;text-transform:uppercase;padding:10px 20px;margin-top:20px;font-weight:500}.why-img-wrap{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#ffffff0a;border:1px solid rgba(201,169,110,.15)}.why-img{width:100%;height:auto;display:block;object-fit:contain}.sourcing-badge{position:absolute;bottom:-1px;right:-1px;background:var(--gold);color:var(--mocha);padding:18px 22px;font-size:9px;letter-spacing:.15em;text-transform:uppercase;text-align:center;font-weight:600;line-height:1.7}#slide-6{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}#slide-6:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 45% at 15% 50%,rgba(201,169,110,.12) 0%,transparent 70%),radial-gradient(ellipse 45% 55% at 85% 50%,rgba(184,92,56,.08) 0%,transparent 70%);pointer-events:none}.cta-inner{position:relative;z-index:1;padding:120px 48px;max-width:640px}.cta-eyebrow{font-size:10px;letter-spacing:.45em;color:var(--terracotta);text-transform:uppercase;display:block;margin-bottom:20px;font-weight:400}.cta-title{font-family:Cormorant Garamond,serif;font-size:clamp(36px,5vw,66px);font-weight:300;color:var(--mocha);line-height:1.1;margin-bottom:48px}.cta-title em{font-style:italic;color:var(--terracotta)}.contact-details{display:flex;flex-direction:column;gap:14px;margin-bottom:48px}.contact-item{font-size:13px;color:var(--text-mid);font-weight:300}.contact-item a{color:var(--mocha-mid);text-decoration:none;border-bottom:1px solid var(--gold-light);padding-bottom:1px;transition:border-color .2s,color .2s}.contact-item a:hover{color:var(--terracotta);border-color:var(--terracotta)}.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}.btn-primary{display:inline-block;background:var(--mocha);color:var(--cream);font-family:Jost,sans-serif;font-size:10px;letter-spacing:.32em;text-transform:uppercase;padding:18px 52px;cursor:pointer;text-decoration:none;transition:all .3s ease;font-weight:400;border:1.5px solid var(--mocha)}.btn-primary:hover{background:transparent;color:var(--mocha)}.btn-instagram{display:inline-flex;align-items:center;gap:10px;background:transparent;border:1.5px solid var(--terracotta);color:var(--terracotta);font-family:Jost,sans-serif;font-size:10px;letter-spacing:.3em;text-transform:uppercase;padding:18px 30px;cursor:pointer;text-decoration:none;transition:all .3s ease;font-weight:400}.btn-instagram:hover{background:var(--terracotta);color:#fff}.cta-closing{font-family:Cormorant Garamond,serif;font-size:15px;color:var(--text-light);font-style:italic}@media(max-width:768px){.top-nav{padding:16px 20px}.nav-links{display:none}.nav-dots{right:10px}#slide-1,#slide-2,#slide-3,#slide-4,#slide-5{padding:100px 20px 80px}.products-grid{grid-template-columns:1fr;gap:20px}.pricing-grid{grid-template-columns:1fr;gap:2px}.dietary-layout{grid-template-columns:1fr;gap:28px}.why-layout{grid-template-columns:1fr;gap:36px}.why-img-wrap{display:none}.cta-inner{padding:100px 20px 80px}.cta-buttons{flex-direction:column;align-items:center}}
