@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --ink: #20231f;
  --forest: #252c24;
  --moss: #6f7865;
  --cream: #f1eee6;
  --sand: #d7c9af;
  --line: rgba(32,35,31,.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand, blockquote { font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif; font-weight: 400; }
.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; }

.hero { min-height: 100svh; position: relative; display: flex; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url('assets/odea-hero-bridge.png') center/cover no-repeat; transform: scale(1.01); animation: settle 1.6s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,25,22,.72) 0%, rgba(20,25,22,.38) 43%, rgba(20,25,22,.05) 76%), linear-gradient(0deg, rgba(10,12,10,.35), transparent 40%); }
@keyframes settle { from { transform: scale(1.05); opacity: .7; } to { transform: scale(1.01); opacity: 1; } }
.nav { position: fixed; z-index: 20; top: 0; left: 0; right: 0; height: 90px; padding: 0 clamp(24px, 5vw, 78px); display: flex; align-items: center; justify-content: space-between; color: white; transition: .35s ease; }
.nav.scrolled { height: 70px; background: rgba(32,35,31,.94); backdrop-filter: blur(12px); }
.brand { font-size: 2rem; letter-spacing: .24em; line-height: 1; }
.brand-logo { display: block; width: clamp(175px, 15vw, 235px); line-height: 0; }
.brand-logo img { display: block; width: 100%; height: auto; }
.nav-links { display: flex; gap: clamp(24px, 3vw, 48px); font-size: .84rem; letter-spacing: .09em; text-transform: uppercase; }
.nav a { transition: opacity .2s; }
.nav a:hover { opacity: .65; }
.nav-cta { font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.7); }
.menu-toggle, .mobile-menu { display: none; }
.hero-copy { position: relative; z-index: 2; align-self: flex-end; max-width: 790px; padding: 150px clamp(24px, 7vw, 110px) 11vh; animation: rise 1s .15s ease-out both; }
@keyframes rise { from { transform: translateY(28px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.eyebrow, .section-label { font-size: .75rem; line-height: 1.2; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; }
.hero h1 { margin: 20px 0 25px; font-size: clamp(3.7rem, 5.4vw, 6.25rem); line-height: .92; letter-spacing: -.05em; }
.lead { max-width: 570px; font-size: clamp(1rem, 1.4vw, 1.25rem); font-weight: 300; line-height: 1.55; }
.button { display: inline-flex; align-items: center; gap: 55px; margin-top: 20px; padding: 14px 0 12px; border-bottom: 1px solid currentColor; font-size: .81rem; letter-spacing: .12em; text-transform: uppercase; }
.button span, .text-link span { transition: transform .25s; }
.button:hover span, .text-link:hover span { transform: translate(4px,-2px); }
.scroll { position: absolute; z-index: 3; right: clamp(24px, 5vw, 78px); bottom: 6vh; writing-mode: vertical-rl; text-transform: uppercase; font-size: .68rem; letter-spacing: .18em; display: flex; gap: 10px; align-items: center; }

.manifesto, .collections, .ritual { padding: clamp(90px, 11vw, 170px) clamp(24px, 7vw, 110px); }
.section-label { margin-bottom: 48px; color: var(--moss); }
.manifesto h2, .section-head h2, .ritual h2, .newsletter h2 { font-size: clamp(3rem, 6vw, 6.2rem); line-height: 1; letter-spacing: -.025em; }
.manifesto h2 { max-width: 1050px; margin-bottom: 70px; }
.manifesto h2 em { color: var(--moss); }
.manifesto-grid { margin-left: auto; max-width: 930px; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 130px); border-top: 1px solid var(--line); padding-top: 35px; }
.manifesto-grid p { font-size: 1rem; max-width: 440px; }
.manifesto-grid .intro { font-size: 1.3rem; line-height: 1.5; }

.collections { padding-top: 30px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 55px; }
.section-head .section-label { margin-bottom: 25px; }
.section-head h2 { margin-bottom: 0; }
.text-link { align-items: center; display: inline-flex; gap: 30px; padding-bottom: 8px; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.collection-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.collection { min-height: 610px; padding: 34px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; color: white; isolation: isolate; }
.collection::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .7s ease; }
.collection::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(0deg, rgba(25,28,24,.72), transparent 72%); }
.collection:hover::before { transform: scale(1.035); }
.collection-women::before { background: radial-gradient(circle at 68% 24%, rgba(242,228,197,.72), transparent 24%), linear-gradient(145deg, #c8b897 0%, #8f8f74 44%, #4b5345 100%); }
.collection-women::after { background: radial-gradient(ellipse at 70% 42%, rgba(240,230,200,.35), transparent 34%), linear-gradient(0deg, rgba(23,27,23,.72), rgba(23,27,23,.02)); }
.collection-men::before { background: radial-gradient(circle at 42% 36%, rgba(163,177,155,.3), transparent 30%), linear-gradient(135deg, #6c786c 0%, #344238 52%, #1f2c28 100%); }
.collection-men::after { background: repeating-linear-gradient(115deg, transparent 0 40px, rgba(255,255,255,.025) 41px 42px), linear-gradient(0deg, rgba(15,24,19,.78), transparent 70%); }
.card-index { align-self: flex-end; font-size: .75rem; letter-spacing: .15em; }
.collection p { margin-bottom: 5px; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.collection h3 { margin-bottom: 18px; font-size: clamp(2.5rem, 4.5vw, 5rem); line-height: 1; }
.collection a { font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }

.technology { min-height: 820px; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--forest); color: white; }
.technology-media { min-height: 720px; background: url('assets/bioferment.png') center/cover no-repeat; }
.technology-copy { align-self: center; padding: 80px clamp(36px, 6vw, 100px); }
.section-label.inverse { color: #bac1af; margin-bottom: 35px; }
.technology h2 { font-size: clamp(3rem, 5.4vw, 6rem); line-height: .93; letter-spacing: -.03em; margin-bottom: 35px; }
.technology sup { font: 400 .9rem "DM Sans", sans-serif; vertical-align: top; }
.tech-lead { color: var(--sand); font-size: 1.25rem; line-height: 1.5; }
.technology-copy > p:not(.section-label) { max-width: 590px; }
.benefits { margin: 36px 0 10px; border-top: 1px solid rgba(255,255,255,.2); }
.benefits span { display: block; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }

.ritual { background: #e3ddcf; }
.ritual h2 { max-width: 800px; margin-bottom: 75px; }
.ritual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.ritual article { padding: 34px clamp(20px, 3vw, 48px) 20px 0; min-height: 280px; border-right: 1px solid var(--line); }
.ritual article + article { padding-left: clamp(20px, 3vw, 48px); }
.ritual article:last-child { border-right: 0; }
.ritual article > span { font-size: .73rem; }
.ritual h3 { margin: 60px 0 15px; font-size: 2.35rem; }
.ritual article p { max-width: 300px; color: #565c53; }

.origin { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: #394139; color: white; }
.origin-copy { padding: clamp(80px, 9vw, 150px) clamp(24px, 7vw, 110px); }
.origin h2 { font-size: clamp(3rem, 5.5vw, 6rem); line-height: .98; }
.origin-copy > p:not(.section-label) { max-width: 540px; color: #d3d7cf; }
.light-link { margin-top: 30px; border-color: rgba(255,255,255,.35); }
.origin blockquote { margin: 0; min-height: 550px; display: flex; align-items: flex-end; padding: 80px clamp(30px, 6vw, 90px); font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: 1.03; background: linear-gradient(145deg, rgba(17,24,19,.25), rgba(17,24,19,.82)), radial-gradient(circle at 68% 20%, #9da48b, #596352 43%, #283329 100%); }

.newsletter { text-align: center; padding: clamp(100px, 12vw, 180px) 24px; }
.newsletter .section-label { margin-bottom: 25px; }
.newsletter h2 { margin-bottom: 25px; }
.newsletter > p:not(.section-label) { color: #646a61; }
.newsletter-form { max-width: 600px; margin: 55px auto 0; display: flex; border-bottom: 1px solid var(--ink); }
.newsletter-form input { flex: 1; min-width: 0; border: 0; background: transparent; font: inherit; padding: 18px 4px; outline: none; }
.newsletter-form button { width: 64px; border: 0; background: transparent; font-size: 1.5rem; cursor: pointer; }
footer { padding: 45px clamp(24px, 7vw, 110px); display: flex; align-items: end; justify-content: space-between; background: #181b18; color: white; }
footer .brand { font-size: 2.6rem; }
footer p { margin: 0; font-size: .73rem; letter-spacing: .08em; text-transform: uppercase; color: #aeb3ab; }

/* Interior pages */
.subpage { background: #f4f1e9; }
.subpage .nav { background: rgba(25,29,25,.9); backdrop-filter: blur(12px); }
.sub-hero { min-height: 86svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.sub-hero-media, .sub-hero-shade { position: absolute; inset: 0; }
.sub-hero-media { background-position: center; background-size: cover; transform: scale(1.01); animation: settle 1.6s ease-out both; }
.sub-hero-shade { background: linear-gradient(90deg, rgba(17,21,18,.76), rgba(17,21,18,.22) 58%, rgba(17,21,18,.06)); }
.women-hero .sub-hero-media { background-image: url('assets/pece-pro-zeny.jpg'); }
.men-hero .sub-hero-media { background-image: url('assets/pece-pro-muze.jpg'); }
.story-hero .sub-hero-media { background-image: url('assets/pribeh-odea.jpg'); }
.tech-hero .sub-hero-media { background-image: url('assets/bioferment.png'); }
.emotion-hero .sub-hero-media { background-image: linear-gradient(110deg, rgba(25,31,25,.28), rgba(25,31,25,.08)), url('assets/odea-hero-bridge.png'); }
.contact-hero .sub-hero-media { background-image: linear-gradient(120deg, rgba(33,39,31,.3), rgba(33,39,31,.05)), url('assets/pribeh-odea.jpg'); }
.sub-hero-copy { position: relative; z-index: 2; width: 100%; padding: 170px clamp(24px, 7vw, 110px) 10vh; }
.sub-hero-copy h1 { max-width: 900px; margin: 18px 0 20px; font-size: clamp(3.7rem, 7vw, 7.7rem); line-height: .9; letter-spacing: -.045em; }
.sub-hero-copy > p:not(.eyebrow) { max-width: 570px; font-size: 1.15rem; font-weight: 300; }
.page-intro { padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 9vw, 150px); }
.page-intro h2 { font-size: clamp(2.9rem, 5vw, 5.8rem); line-height: .98; letter-spacing: -.03em; }
.page-intro-copy { max-width: 700px; font-size: 1.1rem; }
.status-note { margin-top: 32px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #5f665c; font-size: .86rem; }
.products { padding: 0 clamp(24px, 7vw, 110px) clamp(90px, 12vw, 180px); }
.product-row { display: grid; grid-template-columns: 110px minmax(210px, .8fr) 1.4fr; gap: clamp(28px, 6vw, 95px); padding: 48px 0; border-top: 1px solid var(--line); }
.product-number { color: var(--moss); letter-spacing: .13em; font-size: .75rem; }
.product-title h3 { margin-bottom: 8px; font-size: clamp(2rem, 3.6vw, 4rem); line-height: 1; }
.product-title p { color: var(--moss); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.product-detail { max-width: 720px; }
.ingredient-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.ingredient-list span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; font-size: .72rem; letter-spacing: .06em; }
.brand-chapter { padding: clamp(90px, 12vw, 175px) clamp(24px, 10vw, 170px); background: var(--forest); color: white; }
.brand-chapter.light { background: #e4dece; color: var(--ink); }
.brand-chapter h2 { max-width: 1000px; font-size: clamp(3rem, 6vw, 6.4rem); line-height: .98; }
.chapter-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 140px); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.23); padding-top: 35px; }
.brand-chapter.light .chapter-grid { border-color: var(--line); }
.chapter-grid p { max-width: 600px; }
.feature-grid { padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.feature-grid article { min-height: 330px; padding: clamp(28px, 4vw, 55px); background: #f4f1e9; }
.feature-grid span { color: var(--moss); font-size: .72rem; letter-spacing: .12em; }
.feature-grid h3 { margin: 95px 0 18px; font-size: 2.3rem; line-height: 1.05; }
.safety { padding: 55px clamp(24px, 7vw, 110px); background: #ded8ca; color: #535950; font-size: .83rem; }
.page-cta { padding: clamp(90px, 10vw, 150px) 24px; text-align: center; }
.page-cta h2 { margin-bottom: 20px; font-size: clamp(3rem, 6vw, 6rem); line-height: 1; }
.contact-panel { max-width: 900px; margin: 45px auto 0; border-top: 1px solid var(--line); padding-top: 35px; }
.contact-panel p { font-size: 1.1rem; }
.footer-links { display: flex; gap: 24px; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 800px) {
  .nav { height: 70px; }
  .brand-logo { width: 165px; }
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: block; border: 0; border-bottom: 1px solid rgba(255,255,255,.65); padding: 5px 0; background: transparent; color: white; font: 500 .72rem "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-menu { position: absolute; z-index: 21; top: 69px; left: 0; right: 0; padding: 18px 24px 28px; background: rgba(25,29,25,.98); flex-direction: column; gap: 13px; font-size: .82rem; letter-spacing: .09em; text-transform: uppercase; }
  .nav.menu-open { background: rgba(25,29,25,.98); }
  .nav.menu-open .mobile-menu { display: flex; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(20,25,22,.73), rgba(20,25,22,.08)), linear-gradient(0deg, rgba(10,12,10,.55), transparent 55%); }
  .hero-copy { padding-bottom: 12vh; }
  .hero h1 { font-size: clamp(3.3rem, 14vw, 4.7rem); }
  .scroll { display: none; }
  .manifesto-grid, .collection-grid, .technology, .ritual-grid, .origin { grid-template-columns: 1fr; }
  .manifesto-grid { margin: 0; gap: 20px; }
  .section-head { display: block; }
  .section-head .text-link { margin-top: 30px; }
  .collection { min-height: 480px; }
  .technology-media { min-height: 560px; }
  .ritual article, .ritual article + article { padding: 30px 0; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .ritual h3 { margin-top: 32px; }
  .origin blockquote { min-height: 420px; }
  .sub-hero { min-height: 76svh; }
  .sub-hero-copy { padding-bottom: 9vh; }
  .sub-hero-copy h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .sub-hero-shade { background: linear-gradient(90deg, rgba(17,21,18,.75), rgba(17,21,18,.12)); }
  .page-intro, .product-row, .chapter-grid, .feature-grid { grid-template-columns: 1fr; }
  .product-row { gap: 14px; padding: 38px 0; }
  .feature-grid { gap: 1px; }
  .feature-grid article { min-height: 270px; }
  .feature-grid h3 { margin-top: 55px; }
  .footer-links { flex-wrap: wrap; margin-top: 22px; }
  footer { display: block; }
  footer p { margin-top: 18px; }
}

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