:root {
  --ink: #163c32;
  --ink-deep: #0d2b24;
  --cream: #f7f2e8;
  --paper: #fffdf8;
  --orange: #e7633b;
  --orange-dark: #c84725;
  --gold: #d6aa58;
  --sage: #a8bca3;
  --line: rgba(22, 60, 50, .16);
  --muted: #65766f;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; opacity: .25; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.1'/%3E%3C/svg%3E"); }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-weight: 750; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: #f2ad82; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 { max-width: 760px; font-size: clamp(3.6rem, 7.7vw, 7.1rem); }
h1 em { color: var(--orange); font-weight: 400; }
h2 { font-size: clamp(2.45rem, 5vw, 4.8rem); }
h3 { font-size: 1.4rem; }

.site-header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 88px; display: flex; align-items: center; padding: 0 max(24px, calc((100vw - 1180px)/2)); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled { height: 72px; background: rgba(255, 253, 248, .93); box-shadow: 0 4px 24px rgba(13,43,36,.07); backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; letter-spacing: -.03em; }
.brand small { margin-top: 3px; color: var(--orange-dark); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.site-header nav { margin-left: auto; display: flex; align-items: center; gap: 31px; }
.site-header nav > a { font-size: .88rem; font-weight: 650; text-decoration: none; }
.site-header nav > a:not(.button):hover { color: var(--orange); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 25px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 2px; color: white; background: var(--orange); font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.button-small { min-height: 42px; padding: 0 18px; }
.nav-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: none; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 6px; background: var(--ink); }

.hero { position: relative; min-height: 850px; padding-top: 185px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 35px; overflow: hidden; }
.hero::after { content: ''; position: absolute; bottom: 40px; left: 0; width: 65px; height: 1px; background: var(--ink); }
.hero-lead { max-width: 655px; margin: 30px 0 36px; color: #49625a; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 35px; }
.text-link { font-weight: 750; text-underline-offset: 5px; }
.text-link span { margin-left: 12px; color: var(--orange); }
.hero-proof { display: flex; gap: 26px; margin-top: 55px; color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.hero-proof span + span::before { content: '·'; padding-right: 26px; color: var(--orange); }
.hero-visual { position: relative; min-height: 590px; }
.orbit { position: absolute; border: 1px solid rgba(22,60,50,.16); border-radius: 50%; }
.orbit-one { width: 500px; height: 500px; top: 40px; left: -65px; }
.orbit-two { width: 340px; height: 340px; top: 120px; left: 15px; border-style: dashed; }
.product-card { position: absolute; z-index: 2; top: 85px; left: 55px; width: 255px; transform: rotate(4deg); filter: drop-shadow(0 25px 22px rgba(22,60,50,.14)); }
.product-label { position: absolute; right: -45px; bottom: 60px; padding: 10px 16px; color: white; background: var(--ink); font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.idea-card { position: absolute; z-index: 3; top: 65px; left: -35px; width: 132px; padding: 16px; color: white; background: var(--orange); transform: rotate(-7deg); box-shadow: 0 17px 36px rgba(94,45,27,.18); }
.idea-number { display: block; margin-bottom: 24px; font-size: .7rem; opacity: .8; }
.idea-card p { margin: 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.05; }
.stamp { position: absolute; z-index: 4; right: 3px; bottom: 75px; width: 110px; height: 110px; display: grid; place-content: center; text-align: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .08em; line-height: 1.1; text-transform: uppercase; transform: rotate(8deg); }
.stamp i { color: var(--orange); font-size: 1rem; }

.band { color: white; background: var(--ink); }
.statement { padding: 125px 0; }
.statement .section-shell { display: grid; grid-template-columns: .32fr 1.1fr .58fr; align-items: end; gap: 50px; }
.statement h2 { margin: 0; font-size: clamp(2.5rem, 4.6vw, 4.5rem); }
.statement > div > p:last-child { margin: 0; color: #c8d4cf; }

.services, .concepts { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.section-heading h2 { max-width: 830px; margin: 0; }
.section-heading > p { margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { min-height: 405px; padding: 35px 27px; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card:hover { background: var(--cream); transform: translateY(-5px); }
.service-card > span { color: var(--orange); font-family: var(--serif); font-size: 1rem; }
.service-card h3 { margin-top: 70px; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.service-card p { color: var(--muted); }
.service-card ul { margin: 28px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; font-size: .82rem; font-weight: 650; }
.service-card li { margin: 8px 0; }
.service-card li::before { content: '↳'; margin-right: 8px; color: var(--orange); }

.process { padding-block: 130px; background: var(--cream); }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; grid-template-columns: .28fr 1fr; min-height: 145px; padding: 30px 0; align-items: center; border-bottom: 1px solid var(--line); }
.process-list b { color: var(--orange); font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.process-list div { display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 70px; }
.process-list h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.5rem); font-weight: 400; }
.process-list p { max-width: 470px; margin: 0; color: var(--muted); }

.concept-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.concept-card { min-height: 520px; display: flex; flex-direction: column; overflow: hidden; }
.concept-art { position: relative; flex: 1; min-height: 340px; overflow: hidden; }
.concept-info { padding: 28px; background: var(--cream); }
.concept-info p { margin: 0 0 5px; color: var(--orange-dark); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.concept-info h3 { margin: 0; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.concept-info span { color: var(--muted); font-size: .85rem; }
.concept-mountain .concept-art { background: #f0b147; }
.flake { position: absolute; width: 150px; height: 44px; border-radius: 60% 35% 55% 30%; background: #f6db91; box-shadow: inset 0 -7px 0 rgba(172,102,28,.15), 0 15px 25px rgba(111,69,19,.15); }
.f1 { top: 25%; left: 15%; transform: rotate(-23deg); }.f2 { top: 45%; right: 10%; transform: rotate(26deg) scale(.8); }.f3 { bottom: 12%; left: 31%; transform: rotate(8deg) scale(1.1); }
.concept-botanical .concept-art { background: #b9c9b1; }
.bottle { position: absolute; bottom: -10px; left: 50%; width: 95px; height: 310px; border: 5px solid rgba(255,255,255,.85); border-radius: 40px 40px 13px 13px; background: linear-gradient(90deg, rgba(255,255,255,.18),rgba(255,255,255,.6),rgba(255,255,255,.2)); transform: translateX(-50%); }
.bottle::after { content: 'BOTANICAL'; position: absolute; top: 47%; left: -6px; width: 97px; padding: 15px 5px; text-align: center; color: white; background: var(--ink); font-size: .57rem; font-weight: 800; letter-spacing: .13em; }
.leaf { position: absolute; width: 120px; height: 45px; border-radius: 100% 0 100% 0; background: #557b62; }.l1 { top: 22%; left: 3%; transform: rotate(35deg); }.l2 { top: 40%; right: -5%; transform: rotate(200deg) scale(.8); }
.concept-mozza .concept-art { background: #df7454; }
.mozza { position: absolute; left: 50%; bottom: 20%; width: 160px; height: 160px; border-radius: 55% 45% 52% 48%; background: #fff3d6; transform: translateX(-50%); box-shadow: inset -15px -17px 25px rgba(192,140,85,.17), 0 28px 30px rgba(100,39,28,.16); }
.line { position: absolute; top: -10%; left: 50%; width: 4px; height: 64%; background: #fff3d6; transform: rotate(-5deg); box-shadow: 25px 3px 0 rgba(255,243,214,.65); }
.portfolio-note { margin: 38px 0 0; text-align: center; color: var(--muted); }.portfolio-note a { color: var(--ink); font-weight: 750; text-underline-offset: 5px; }

.engagement { padding-block: 120px; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 45px; border-top: 1px solid rgba(255,255,255,.22); }
.engagement article { padding: 40px 45px 10px 0; }
.engagement article + article { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.22); }
.engagement article span { color: #f2ad82; font-family: var(--serif); }
.engagement article h3 { margin: 50px 0 18px; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.engagement article p { min-height: 80px; color: #c8d4cf; }
.engagement article a { color: #f2ad82; font-weight: 750; text-underline-offset: 6px; }

.about { padding-block: 140px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-mark { position: relative; height: 430px; display: flex; align-items: center; justify-content: center; color: var(--orange); background: var(--cream); font-family: var(--serif); font-size: 11rem; letter-spacing: -.16em; }
.about-mark::before { content: ''; position: absolute; width: 250px; height: 250px; border: 1px solid var(--orange); border-radius: 50%; }
.about-mark i { z-index: 2; margin: 0 10px; color: var(--ink); font-family: var(--sans); font-size: 1.4rem; font-style: normal; letter-spacing: 0; }
.about-copy h2 { font-size: clamp(2.6rem, 4.5vw, 4.4rem); }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.03rem; }
.about-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 35px; }
.about-tags span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 30px; font-size: .73rem; font-weight: 700; }

.contact { padding-block: 130px; color: white; background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 120px; }
.contact-copy h2 { font-size: clamp(3.1rem, 5vw, 5.2rem); }
.contact-copy p { color: #ffe7dc; }
.contact-copy > a { display: inline-block; margin-top: 25px; font-weight: 750; }
.contact-copy small { display: block; margin-top: 15px; color: #ffe7dc; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; color: #fff7f2; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.55); border-radius: 0; outline: 0; color: white; background: transparent; }
.contact-form input, .contact-form select { height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form option { color: var(--ink); background: white; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: white; }
.contact-form .button { margin-top: 10px; color: var(--ink); background: white; }
.contact-form .button:hover { background: var(--cream); }
.full { grid-column: 1 / -1; }
.form-status { min-height: 1em; margin: 0; color: #ffe7dc; font-size: .8rem; }

footer { padding-block: 55px; color: white; background: var(--ink-deep); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.brand-light strong { color: white; }.brand-light small { color: #f2ad82; }
.footer-inner > p { margin: 0; text-align: center; color: #aebeb8; font-family: var(--serif); font-style: italic; }
.footer-inner > div { display: flex; justify-content: flex-end; gap: 22px; color: #aebeb8; font-size: .72rem; }
.footer-inner a { text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 720px); }
  .site-header { height: 74px; padding-inline: 20px; }
  .nav-toggle { display: block; }
  .site-header nav { position: absolute; top: 72px; left: 20px; right: 20px; display: none; padding: 24px; flex-direction: column; align-items: stretch; gap: 20px; background: var(--paper); box-shadow: 0 20px 40px rgba(13,43,36,.14); }
  .site-header nav.open { display: flex; }
  .hero { min-height: auto; padding-block: 145px 90px; grid-template-columns: 1fr; }
  .hero-visual { width: min(480px, 100%); min-height: 530px; margin-inline: auto; }
  .statement .section-shell { grid-template-columns: 1fr; }
  .statement .eyebrow { margin: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(odd) { border-left: 1px solid var(--line); }
  .service-card { min-height: 370px; }
  .process-list div { gap: 35px; }
  .concept-grid { grid-template-columns: 1fr 1fr; }
  .concept-mountain { grid-column: 1 / -1; }
  .engagement-grid { grid-template-columns: 1fr; }
  .engagement article, .engagement article + article { padding: 35px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .engagement article h3 { margin-top: 25px; }
  .engagement article p { min-height: 0; }
  .about, .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-mark { max-width: 560px; }
  .footer-inner { grid-template-columns: 1fr; gap: 30px; justify-items: center; }
  .footer-inner > div { justify-content: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  h1 { font-size: clamp(3.15rem, 16vw, 4.6rem); }
  .hero { padding-top: 125px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 23px; }
  .hero .button { width: 100%; }
  .hero-proof { flex-direction: column; gap: 8px; }
  .hero-proof span + span::before { display: none; }
  .hero-visual { min-height: 440px; transform: scale(.84); transform-origin: top center; margin-bottom: -70px; }
  .orbit-one { left: -25px; width: 430px; height: 430px; }
  .product-card { left: 70px; width: 220px; }
  .idea-card { left: 0; }
  .statement, .services, .concepts, .process, .engagement, .about, .contact { padding-block: 90px; }
  .service-grid, .concept-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(odd) { min-height: auto; border-left: 1px solid var(--line); }
  .service-card h3 { margin-top: 35px; }
  .concept-mountain { grid-column: auto; }
  .concept-card { min-height: 480px; }
  .process-list li { grid-template-columns: 50px 1fr; }
  .process-list div { grid-template-columns: 1fr; gap: 8px; }
  .about-mark { height: 320px; font-size: 8rem; }
  .about-mark::before { width: 190px; height: 190px; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label { grid-column: 1; }
}
