:root {
  --forest: #607961;
  --forest-deep: #3e5845;
  --sage: #a8b99a;
  --sage-light: #e3eadc;
  --rose: #c7797c;
  --rose-deep: #a95f65;
  --blush: #e7b2ad;
  --blush-light: #f5dfda;
  --cream: #faefea;
  --paper: #fffaf7;
  --terracotta: var(--rose);
  --ink: #344d3d;
  --muted: #68716b;
  --line: rgba(86, 112, 89, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1180px, calc(100% - 40px));
  --shadow: 0 30px 80px rgba(79, 91, 75, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 120px 0; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-150%); padding: 12px 18px; background: var(--cream); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; padding: 16px 0; transition: background .3s ease, box-shadow .3s ease, padding .3s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(255, 250, 247, .92); box-shadow: 0 8px 30px rgba(62, 88, 69, .1); backdrop-filter: blur(16px); }
.nav-wrap, .brand, .main-nav { display: flex; align-items: center; }
.nav-wrap { justify-content: space-between; }
.brand { gap: 12px; font-family: var(--serif); font-size: 20px; letter-spacing: -.02em; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.main-nav { gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
.main-nav > a:not(.button) { position: relative; padding: 10px 0; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: 5px; left: 0; height: 1px; background: var(--forest); transform: scaleX(0); transition: transform .25s; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: transparent; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 700; letter-spacing: .035em; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .filter-button:focus-visible, .modal-close:focus-visible, .menu-toggle:focus-visible { outline: 3px solid rgba(199, 121, 124, .45); outline-offset: 4px; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 25px rgba(62, 88, 69, .2); }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 16px 35px rgba(62, 88, 69, .25); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 12px; }
.button-cream { color: white; background: var(--rose-deep); box-shadow: 0 12px 25px rgba(126, 72, 77, .16); }
.button-cream:hover { background: #934f56; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--forest); font-size: 13px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--rose-deep); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(57px, 6.4vw, 94px); line-height: .93; }
h1 em { color: var(--terracotta); font-weight: 400; }
h2 { margin-bottom: 26px; font-size: clamp(45px, 5vw, 70px); line-height: .98; }

.hero { position: relative; min-height: 800px; overflow: hidden; padding: 154px 0 90px; background: var(--cream); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; padding-top: 16px; }
.hero-lead { max-width: 590px; margin-bottom: 34px; color: #52635c; font-family: var(--serif); font-size: 20px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 47px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; color: #516059; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-trust li { position: relative; padding-left: 16px; }
.hero-trust li::before { content: ""; position: absolute; top: 4px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--terracotta); }
.hero-visual { position: relative; min-height: 560px; }
.hero-image-main { position: absolute; top: 0; right: 0; width: 82%; height: 500px; overflow: hidden; border-radius: 46% 46% 3px 3px; box-shadow: var(--shadow); }
.hero-image-main img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); }
.hero-image-detail { position: absolute; bottom: -10px; left: -10px; width: 40%; aspect-ratio: 1; padding: 9px; background: var(--cream); box-shadow: var(--shadow); }
.hero-image-detail img { width: 100%; height: 100%; object-fit: cover; }
.hero-seal { position: absolute; top: 40px; left: -20px; display: flex; width: 116px; height: 116px; flex-direction: column; align-items: center; justify-content: center; color: white; background: var(--rose); border: 1px solid rgba(255,255,255,.58); border-radius: 50%; outline: 1px solid var(--rose); outline-offset: 5px; font-size: 9px; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.hero-seal strong { margin: 4px 0; font-family: var(--serif); font-size: 20px; font-weight: 400; letter-spacing: 0; text-transform: lowercase; }
.hero-botanical { position: absolute; right: -100px; bottom: -70px; width: 190px; fill: none; stroke: var(--terracotta); stroke-width: 1.3; opacity: .5; }
.hero-orb { position: absolute; border: 1px solid rgba(199,121,124,.16); border-radius: 50%; }
.hero-orb-one { top: -230px; right: -210px; width: 650px; height: 650px; }
.hero-orb-two { bottom: -500px; left: -350px; width: 730px; height: 730px; }

.manifesto { overflow: hidden; background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 11%; }
.manifesto-images { position: relative; min-height: 660px; }
.portrait-frame { width: 72%; height: 580px; overflow: hidden; border-radius: 180px 180px 2px 2px; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.process-frame { position: absolute; right: 0; bottom: 20px; width: 46%; height: 280px; padding: 8px; background: var(--paper); box-shadow: var(--shadow); }
.process-frame img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-copy { max-width: 590px; }
.manifesto-copy .intro { color: var(--forest); font-family: var(--serif); font-size: 22px; line-height: 1.55; }
.manifesto-copy > p:not(.eyebrow):not(.intro) { color: var(--muted); font-size: 15px; line-height: 1.85; }
.manifesto-copy blockquote { position: relative; margin: 34px 0; padding: 26px 0 26px 28px; border-left: 1px solid var(--terracotta); color: var(--forest); font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.5; }

.principles { padding: 44px 0; color: var(--ink); background: var(--sage); }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principles article { display: flex; align-items: center; gap: 20px; min-height: 92px; padding: 0 42px; border-right: 1px solid rgba(52,77,61,.18); }
.principles article:first-child { padding-left: 0; }
.principles article:last-child { border-right: 0; }
.principle-number { color: #f9eee9; font-family: var(--serif); font-size: 32px; font-style: italic; }
.principles h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.principles p { margin-bottom: 0; color: #4e6455; font-size: 12px; line-height: 1.5; }

.products { background: var(--blush-light); }
.section-heading { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 60px; margin-bottom: 44px; }
.section-heading h2, .instagram-heading h2 { margin-bottom: 0; }
.section-heading > p { margin-bottom: 6px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.product-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filter-button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; transition: .2s ease; }
.filter-button:hover { border-color: var(--forest); color: var(--forest); }
.filter-button.active { color: white; background: var(--forest); border-color: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { min-width: 0; opacity: 1; transform: translateY(0); transition: opacity .25s, transform .25s; }
.product-card[hidden] { display: none; }
.product-card-button { display: block; width: 100%; padding: 0; border: 0; color: inherit; background: transparent; text-align: left; cursor: pointer; }
.product-card-button:focus-visible { outline: 3px solid rgba(199, 121, 124, .5); outline-offset: 7px; }
.product-image { position: relative; aspect-ratio: .95; overflow: hidden; background: #e5e9df; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(24,55,44,.18)); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img, .product-card-button:focus-visible .product-image img { transform: scale(1.045); }
.product-tag { position: absolute; top: 14px; left: 14px; z-index: 1; padding: 8px 11px; color: var(--forest-deep); background: rgba(250,239,234,.91); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-info { padding: 20px 4px 10px; }
.product-topline { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.product-info h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.15; }
.product-price { flex: 0 0 auto; color: var(--forest); font-family: var(--serif); font-size: 18px; }
.product-summary { min-height: 44px; margin-bottom: 15px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.product-more { display: inline-flex; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.ritual-banner { padding-top: 0; background: var(--blush-light); }
.ritual-card { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; min-height: 550px; overflow: hidden; background: var(--sage); }
.ritual-image { min-height: 550px; }
.ritual-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(.8); }
.ritual-content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 70px 10%; color: var(--ink); }
.ritual-content h2 { max-width: 530px; }
.ritual-content > p:not(.eyebrow) { max-width: 550px; margin-bottom: 31px; color: #4c6253; font-size: 15px; line-height: 1.8; }

.instagram { background: var(--paper); }
.instagram-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.instagram-heading h2 { font-size: clamp(38px, 4.5vw, 62px); }
.instagram-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.instagram-grid a { position: relative; aspect-ratio: .82; overflow: hidden; background: var(--sage-light); }
.instagram-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.instagram-grid a:hover img { transform: scale(1.04); filter: saturate(.8); }

.contact { padding-top: 0; background: var(--paper); }
.contact-card { position: relative; overflow: hidden; padding: 95px 20px; border: 1px solid rgba(199,121,124,.2); background: var(--blush-light); text-align: center; }
.contact-card h2 { max-width: 730px; margin-right: auto; margin-left: auto; }
.contact-card > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 32px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-card small { display: block; margin-top: 18px; color: var(--muted); font-size: 11px; }
.contact-leaf { position: absolute; top: 5px; left: -38px; width: 230px; fill: none; stroke: var(--rose); stroke-width: 1.2; opacity: .42; transform: rotate(-14deg); }

.site-footer { color: #fff5f1; background: #506a55; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 74px 0; }
.footer-brand { display: grid; grid-template-columns: 92px 280px; align-items: center; gap: 24px; }
.footer-brand img { border-radius: 50%; }
.footer-brand p { margin-bottom: 0; color: #e1e8dc; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-links strong { margin-bottom: 5px; color: white; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a { color: #e1e8dc; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); color: #cbd8ca; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 70; display: grid; width: 54px; height: 54px; place-items: center; color: white; background: #36775b; border-radius: 50%; box-shadow: 0 12px 30px rgba(24,55,44,.28); transition: transform .2s, background .2s; }
.floating-whatsapp:hover { background: var(--forest-deep); transform: translateY(-3px); }
.floating-whatsapp svg { width: 23px; fill: currentColor; }

.product-modal { width: min(960px, calc(100% - 32px)); max-height: min(88vh, 800px); margin: auto; padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 25px 100px rgba(18,43,33,.35); }
.product-modal::backdrop { background: rgba(52,77,61,.68); backdrop-filter: blur(5px); }
.modal-layout { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 620px; }
.modal-image { min-height: 100%; background: var(--sage-light); }
.modal-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-content { overflow-y: auto; padding: 58px 60px 50px; }
.modal-close { position: absolute; top: 14px; right: 17px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--forest); background: rgba(247,241,231,.92); font-family: var(--serif); font-size: 29px; line-height: 1; cursor: pointer; }
.modal-category { margin-bottom: 15px; color: var(--terracotta); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.modal-content h2 { margin-bottom: 12px; font-size: 45px; }
.modal-price { margin-bottom: 24px; color: var(--forest); font-family: var(--serif); font-size: 24px; }
.modal-description { color: var(--muted); font-size: 14px; line-height: 1.75; }
.modal-block { padding: 19px 0; border-top: 1px solid var(--line); }
.modal-block h3 { margin-bottom: 9px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.modal-block p, .modal-block li { color: var(--muted); font-size: 12px; line-height: 1.7; }
.modal-block p, .modal-block ul { margin-bottom: 0; }
.modal-block ul { padding-left: 18px; }
.modal-cta { width: 100%; margin-top: 12px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .main-nav { position: fixed; top: 0; right: 0; display: flex; width: min(390px, 88vw); height: 100dvh; flex-direction: column; align-items: stretch; justify-content: center; gap: 6px; padding: 90px 36px; background: var(--paper); box-shadow: -20px 0 50px rgba(24,55,44,.14); transform: translateX(110%); transition: transform .3s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a:not(.button) { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; font-weight: 400; }
  .main-nav > a:not(.button)::after { display: none; }
  .nav-cta { margin-top: 20px; }
  .menu-toggle { position: relative; z-index: 101; display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 1px; background: var(--forest); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero-visual { min-height: 500px; }
  .hero-image-main { width: 90%; height: 440px; }
  .hero-seal { top: 22px; left: -6px; }
  .manifesto-grid { gap: 6%; }
  .manifesto-images { min-height: 570px; }
  .portrait-frame { height: 500px; }
  .process-frame { height: 230px; }
  .principles article { padding: 0 22px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .ritual-card { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-template-columns: 76px 1fr; }
  .footer-brand img { width: 76px; height: 76px; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 600px); }
  .section { padding: 76px 0; }
  .brand span { font-size: 17px; }
  .brand img { width: 46px; height: 46px; }
  .hero { padding: 122px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(52px, 15vw, 72px); }
  h2 { font-size: clamp(42px, 12vw, 56px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; margin-top: 35px; }
  .hero-visual { min-height: 490px; margin-top: 20px; }
  .hero-image-main { right: 0; width: 91%; height: 420px; }
  .hero-image-detail { bottom: 2px; left: 0; width: 39%; }
  .hero-seal { left: 1px; width: 94px; height: 94px; }
  .hero-seal strong { font-size: 17px; }
  .manifesto-grid { grid-template-columns: 1fr; gap: 55px; }
  .manifesto-images { min-height: 500px; }
  .portrait-frame { width: 78%; height: 440px; }
  .process-frame { bottom: 0; width: 45%; height: 210px; }
  .principles { padding: 18px 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles article { min-height: 98px; padding: 18px 0; border-right: 0; border-bottom: 1px solid rgba(52,77,61,.18); }
  .principles article:last-child { border-bottom: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .product-filters { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .product-filters::-webkit-scrollbar { display: none; }
  .filter-button { flex: 0 0 auto; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .product-info h3 { font-size: 20px; }
  .product-summary { display: none; }
  .product-topline { display: block; }
  .product-price { display: block; margin-bottom: 10px; font-size: 17px; }
  .ritual-banner { padding-top: 0; }
  .ritual-card { grid-template-columns: 1fr; }
  .ritual-image { min-height: 350px; }
  .ritual-content { padding: 60px 28px; }
  .instagram-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .instagram-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .contact { padding-top: 0; }
  .contact-card { width: 100%; padding: 72px 22px; border-right: 0; border-left: 0; }
  .contact-leaf { left: -100px; }
  .footer-main { grid-template-columns: 1fr; gap: 48px; padding: 60px 0; }
  .footer-links { gap: 20px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .modal-layout { display: block; }
  .product-modal { max-height: 92dvh; }
  .modal-image { height: 240px; min-height: 0; }
  .modal-content { padding: 35px 24px 30px; }
  .modal-content h2 { font-size: 39px; }
  .modal-close { position: fixed; }
}

@media (max-width: 420px) {
  .hero-trust { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .hero-image-main { height: 370px; }
  .manifesto-images { min-height: 445px; }
  .portrait-frame { height: 390px; }
  .process-frame { height: 180px; }
  .product-grid { grid-template-columns: 1fr; gap: 30px; }
  .product-summary { display: block; min-height: 0; }
  .product-info h3 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
