:root {
  --ink: #263129;
  --ink-soft: #4c574b;
  --sage: #73825b;
  --sage-dark: #556748;
  --sage-pale: #b4b897;
  --cream: #f1efee;
  --paper: #f8f6f1;
  --sand: #d8cfc1;
  --taupe: #a59484;
  --white: #fff;
  --line: rgba(38,49,41,.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --page: min(1240px, calc(100% - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--sage-pale); color: var(--ink); }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 5px 20px; color: #f5f1e8; background: var(--sage-dark); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.announcement a { opacity: .8; }
.announcement a:hover { opacity: 1; }
.site-header { width: 100%; height: 86px; position: sticky; z-index: 50; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 0 max(40px, calc((100vw - 1240px)/2)); border-bottom: 1px solid rgba(38,49,41,.08); background: rgba(248,246,241,.94); backdrop-filter: blur(14px); }
.brand { width: 128px; flex: 0 0 128px; display: flex; align-items: center; }
.brand img { width: 100%; height: 54px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: clamp(22px, 3.5vw, 55px); color: #586252; font-size: 12px; letter-spacing: .05em; }
.main-nav a, .footer-nav a { transition: color .2s ease; }
.main-nav a:hover, .footer-nav a:hover { color: var(--sage); }
.header-actions { display: flex; align-items: center; gap: 20px; font-size: 11px; letter-spacing: .05em; }
.bag-trigger { border: 0; background: none; cursor: pointer; }
.bag-trigger span { display: inline-grid; width: 23px; height: 23px; margin-left: 5px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.header-whatsapp { padding-bottom: 5px; border-bottom: 1px solid var(--sage); color: var(--sage-dark); }
.menu-toggle { display: none; border: 0; background: none; }
.section-pad { padding: 112px max(40px, calc((100vw - 1240px)/2)); }
.eyebrow { margin: 0 0 19px; color: var(--sage-dark); font-size: 9px; font-weight: 700; letter-spacing: .2em; line-height: 1.4; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #b8876f; }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.06; }
h1 em, h2 em { color: var(--sage); font-weight: 400; }
.hero { position: relative; min-height: 670px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 5%; overflow: hidden; padding: 60px max(40px, calc((100vw - 1240px)/2)) 90px; background: radial-gradient(ellipse at 76% 48%, #ebe8db 0, #f3f0e9 30%, #f8f6f1 69%); }
.hero-copy { position: relative; z-index: 3; max-width: 570px; padding: 12px 0 28px; }
.hero h1 { margin: 0 0 22px; font-size: clamp(56px, 6.3vw, 88px); }
.hero h1 em { white-space: nowrap; }
.hero-lede { max-width: 415px; margin: 0 0 12px; color: var(--ink-soft); font-family: var(--serif); font-size: 20px; line-height: 1.45; }
.hero-body { max-width: 385px; margin: 0 0 27px; color: #6f756b; font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 25px; padding: 0 20px; border: 1px solid transparent; cursor: pointer; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--sage-dark); }
.button-dark:hover { background: #384d37; }
.button.is-disabled, .button:disabled { cursor: not-allowed; opacity: .52; transform: none; }
.button-light { color: var(--ink); background: #f3efe7; }
.button-light:hover { background: #fff; }
.button-outline { color: var(--sage-dark); border-color: rgba(85,103,72,.5); background: transparent; }
.button-outline:hover { background: #f2f1e9; }
.text-link { color: var(--sage-dark); font-size: 11px; }
.text-link-underline { display: inline-block; margin-top: 14px; padding-bottom: 7px; border-bottom: 1px solid var(--sage); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 64px; color: #73786d; font-size: 10px; line-height: 1.5; letter-spacing: .04em; }
.tiny-flower { color: #a98163; font-size: 19px; }
.hero-art { position: relative; width: min(100%, 555px); height: 500px; justify-self: end; }
.hero-orbit { position: absolute; top: 7%; right: 2%; width: 82%; aspect-ratio: 1; border: 1px solid rgba(115,130,91,.22); border-radius: 50%; }
.hero-orbit::before, .hero-orbit::after { position: absolute; content: ""; border: 1px solid rgba(115,130,91,.15); border-radius: 50%; }
.hero-orbit::before { inset: 8%; }
.hero-orbit::after { inset: 17%; }
.hero-photo { position: absolute; overflow: hidden; background: #ebe4d9; box-shadow: 0 30px 60px rgba(57,55,42,.13); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { top: 13%; right: 9%; width: 61%; height: 68%; border-radius: 48% 48% 6px 6px; }
.hero-photo-small { bottom: 4%; left: 3%; width: 38%; height: 39%; border: 10px solid var(--paper); }
.hero-photo-small img { object-position: 53% center; }
.hero-caption { position: absolute; right: 1%; bottom: 0; display: flex; align-items: center; gap: 10px; color: #717565; font-family: var(--serif); font-size: 12px; font-style: italic; }
.caption-line { width: 28px; height: 1px; background: var(--sage); }
.hero-stamp { position: absolute; top: 5%; left: 5%; width: 89px; height: 89px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(115,130,91,.55); border-radius: 50%; color: var(--sage-dark); background: rgba(248,246,241,.78); font-family: var(--serif); font-size: 9px; line-height: 1.35; transform: rotate(-12deg); }
.hero-stamp strong { font-size: 18px; font-weight: 400; }
.scroll-cue { position: absolute; bottom: 20px; left: max(40px, calc((100vw - 1240px)/2)); display: flex; align-items: center; gap: 12px; color: #7b7c70; font-size: 8px; letter-spacing: .17em; }
.scroll-cue span { width: 25px; height: 1px; background: var(--sage); }
.intro-strip { padding: 22px 20px; color: #edf0e7; background: var(--sage); text-align: center; }
.intro-strip p { margin: 0; font-size: 9px; letter-spacing: .24em; }
.intro-strip span { padding: 0 12px; color: #d4d8c2; }
.catalog-section { background: var(--paper); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 43px; }
.section-heading h2, .mood-copy h2, .ritual-heading h2, .contact-section h2 { margin: 0; font-size: clamp(42px, 5.1vw, 66px); }
.section-intro { width: 290px; margin: 0 2% 5px 0; color: #74776c; font-size: 12px; }
.category-row { display: flex; gap: 9px; margin-bottom: 28px; overflow-x: auto; scrollbar-width: none; }
.category-row::-webkit-scrollbar { display: none; }
.category-filter { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 30px; color: #65705f; background: transparent; cursor: pointer; font-size: 10px; transition: all .2s; }
.category-filter:hover, .category-filter.is-active { border-color: var(--sage-dark); color: #fff; background: var(--sage-dark); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1 / 1.12; overflow: hidden; background: #ebe7df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.25,1); }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-tag { position: absolute; top: 15px; left: 15px; padding: 6px 9px; color: var(--sage-dark); background: rgba(248,246,241,.92); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.product-quick { position: absolute; right: 13px; bottom: 13px; left: 13px; min-height: 45px; display: flex; align-items: center; justify-content: center; border: 0; color: var(--ink); background: rgba(248,246,241,.96); cursor: pointer; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transform: translateY(10px); opacity: 0; transition: transform .25s, opacity .25s; }
.product-card:hover .product-quick, .product-quick:focus-visible { transform: translateY(0); opacity: 1; }
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 5px 12px; padding: 16px 2px 0; }
.product-category { grid-column: 1 / -1; margin: 0; color: var(--sage); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.25; }
.product-consult { align-self: center; margin: 0; color: #777a70; font-size: 9px; }
.product-description { grid-column: 1 / -1; margin: 0; color: #777a70; font-size: 11px; }
.product-details { grid-column: 1 / -1; margin: 2px 0 0; color: #69715f; font-size: 9px; letter-spacing: .03em; }
.catalog-footnote { display: flex; align-items: flex-start; gap: 10px; margin-top: 35px; padding: 15px 17px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #76796f; }
.catalog-footnote p { margin: 0; font-size: 10px; }
.footnote-mark { display: inline-grid; width: 17px; height: 17px; flex: 0 0 17px; place-items: center; border: 1px solid #9aa18c; border-radius: 50%; color: var(--sage-dark); font-family: var(--serif); font-size: 11px; }
.empty-state { grid-column: 1 / -1; padding: 60px 20px; color: #777a70; text-align: center; font-family: var(--serif); font-size: 21px; }
.mood-section { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; padding: 84px max(40px, calc((100vw - 1240px)/2)); gap: 9%; overflow: hidden; background: #ebe8df; }
.mood-image { position: relative; min-height: 440px; overflow: hidden; background: #d4cbbd; }
.mood-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.image-note { position: absolute; right: 16px; bottom: 18px; padding: 11px 16px; color: #485442; background: rgba(248,246,241,.9); font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.35; }
.mood-copy { align-self: center; max-width: 445px; padding: 35px 0; }
.mood-copy h2 { margin-bottom: 27px; }
.mood-copy p:not(.eyebrow) { max-width: 415px; margin-bottom: 15px; color: #697064; font-size: 12px; }
.mood-number { position: absolute; right: max(40px, calc((100vw - 1240px)/2)); bottom: 16px; color: rgba(85,103,72,.18); font-family: var(--serif); font-size: 88px; line-height: 1; }
.ritual-section { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9%; align-items: center; padding-bottom: 133px; background: #f8f6f1; }
.ritual-content { max-width: 395px; align-self: end; padding-bottom: 9px; }
.ritual-content p { margin-bottom: 22px; color: #697064; font-size: 12px; }
.ritual-bottom { position: absolute; right: max(40px, calc((100vw - 1240px)/2)); bottom: 52px; left: max(40px, calc((100vw - 1240px)/2)); display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; color: #7f8477; font-size: 8px; letter-spacing: .19em; }
.ritual-bottom span:nth-child(even) { color: #a8ae98; }
.custom-section { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 420px; padding: 77px max(40px, calc((100vw - 1240px)/2)); color: #f2f0e8; background: var(--sage-dark); }
.custom-copy { max-width: 540px; }
.custom-copy .eyebrow { color: #d6dacb; }
.custom-copy h2 { margin: 0 0 18px; color: #fff; font-size: clamp(43px, 5.4vw, 68px); }
.custom-copy h2 em { color: #d4d9c4; }
.custom-copy > p:not(.eyebrow) { max-width: 440px; margin-bottom: 24px; color: rgba(247,245,236,.8); font-size: 12px; }
.custom-side { display: flex; flex-direction: column; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.22); text-align: center; }
.custom-circle { width: 126px; height: 126px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #f2f0e8; font-family: var(--serif); font-size: 16px; font-style: italic; line-height: 1.2; transform: rotate(-10deg); }
.custom-side p { margin: 19px 0 0; color: rgba(247,245,236,.75); font-family: var(--serif); font-size: 14px; font-style: italic; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; background: #f1efea; }
.contact-details { max-width: 480px; padding-top: 4px; }
.contact-details > p { max-width: 415px; margin-bottom: 27px; color: #70766b; font-size: 12px; }
.contact-whatsapp { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-whatsapp span:first-child { color: #78806f; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.contact-whatsapp strong { grid-column: 1; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.contact-whatsapp span:last-child { grid-column: 2; grid-row: 1 / 3; color: var(--sage); font-size: 20px; }
.contact-instagram { display: inline-block; margin-top: 17px; padding-bottom: 4px; border-bottom: 1px solid var(--sage); color: var(--sage-dark); font-size: 11px; }
.contact-details address { margin-top: 26px; color: #73786e; font-size: 10px; font-style: normal; line-height: 1.8; }
.site-footer { padding: 55px max(40px, calc((100vw - 1240px)/2)) 0; color: #e9e9df; background: #27342b; }
.footer-main { display: grid; grid-template-columns: 1.1fr .8fr 1.3fr .7fr; gap: 35px; align-items: center; padding-bottom: 50px; }
.footer-brand { width: 170px; display: block; }
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
.footer-main > p { margin: 0; color: #cad0c2; font-family: var(--serif); font-size: 14px; font-style: italic; line-height: 1.4; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 11px 23px; color: #d2d6cc; font-size: 10px; }
.footer-social { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; color: #d2d6cc; font-size: 10px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); color: #abb4a8; font-size: 8px; }
.credit-trigger { padding: 0; border: 0; color: #d7dace; background: none; cursor: pointer; font-size: 8px; }
.credit-trigger:hover { color: #fff; }
.floating-whatsapp { position: fixed; z-index: 30; right: 23px; bottom: 23px; display: flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 30px; color: #fff; background: #526a4d; box-shadow: 0 8px 26px rgba(35,50,37,.2); font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.floating-whatsapp > span:first-child { font-size: 14px; }

dialog.modal { width: min(810px, calc(100% - 28px)); max-width: 810px; max-height: min(850px, calc(100% - 28px)); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 24px 90px rgba(15,27,19,.24); }
dialog.modal::backdrop { background: rgba(27,37,29,.58); backdrop-filter: blur(3px); }
.modal-close { position: absolute; z-index: 4; top: 13px; right: 15px; width: 37px; height: 37px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: rgba(248,246,241,.88); cursor: pointer; font-size: 23px; line-height: 1; }
.product-modal-body { display: grid; grid-template-columns: 1fr 1fr; min-height: 420px; }
.modal-gallery { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: 420px; background: #eae6dc; }
.modal-gallery-stage { position: relative; min-height: 330px; overflow: hidden; background: #eae6dc; }
.modal-gallery-main { width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.modal-gallery-nav { position: absolute; top: 50%; display: grid; width: 38px; height: 38px; place-items: center; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.65); border-radius: 50%; color: var(--ink); background: rgba(248,246,241,.88); cursor: pointer; font-family: var(--serif); font-size: 27px; line-height: 1; box-shadow: 0 2px 10px rgba(0,0,0,.08); }
.modal-gallery-prev { left: 12px; }
.modal-gallery-next { right: 12px; }
.modal-gallery-count { position: absolute; right: 12px; bottom: 12px; padding: 4px 8px; border-radius: 20px; color: #fff; background: rgba(38,49,41,.72); font-size: 9px; letter-spacing: .08em; }
.modal-gallery-thumbs { display: flex; gap: 8px; padding: 10px; overflow-x: auto; }
.modal-gallery-thumbs button { width: 62px; height: 62px; flex: 0 0 62px; padding: 0; overflow: hidden; border: 1px solid transparent; background: none; cursor: pointer; }
.modal-gallery-thumbs button.is-active { border-color: var(--sage); }
.modal-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-gallery-thumbs button:focus-visible, .modal-gallery-nav:focus-visible, .modal-gallery-stage:focus-visible { outline: 2px solid var(--sage-dark); outline-offset: 2px; }
.modal-product-copy { align-self: center; padding: 48px 36px 35px; }
.modal-product-copy h2 { margin: 0 0 16px; font-size: 37px; }
.modal-product-copy p { color: #73776c; font-size: 11px; }
.modal-product-copy .modal-details { color: var(--sage-dark); font-size: 9px; letter-spacing: .07em; }
.modal-product-copy label { display: block; margin: 16px 0 6px; color: var(--sage-dark); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.modal-product-copy select { width: 100%; min-height: 42px; padding: 0 12px; border: 1px solid var(--line); color: var(--ink); background: transparent; }
.modal-product-copy .button { width: 100%; margin-top: 18px; }
.bag-modal { width: min(540px, calc(100% - 24px)) !important; margin: 0 0 0 auto; min-height: 100dvh; max-height: 100dvh !important; }
.bag-modal[open] { position: fixed; top: 0; right: 0; bottom: 0; left: auto; }
.bag-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 32px 28px 20px; border-bottom: 1px solid var(--line); }
.bag-head h2 { margin: 0; font-size: 34px; }
.bag-head .eyebrow { margin-bottom: 8px; }
.bag-lines { max-height: calc(100dvh - 260px); overflow-y: auto; padding: 14px 28px; }
.bag-line { display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.bag-line img { width: 82px; height: 92px; object-fit: cover; background: #e9e5dc; }
.bag-line h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.bag-line p { margin: 0; color: #757a6f; font-size: 9px; }
.quantity-control { display: flex; align-items: center; gap: 9px; margin-top: 9px; }
.quantity-control button, .bag-remove { width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; background: none; cursor: pointer; font-size: 12px; line-height: 1; }
.bag-remove { color: #7c574b; }
.bag-summary { position: absolute; right: 0; bottom: 0; left: 0; padding: 20px 28px 27px; border-top: 1px solid var(--line); background: var(--paper); }
.bag-summary p { color: #767a70; font-size: 10px; }
.button-full { width: 100%; }
.bag-empty { padding: 45px 12px; color: #767a70; font-family: var(--serif); font-size: 21px; text-align: center; }
.credit-modal { position: relative; width: min(700px, calc(100% - 28px)) !important; padding: 62px 64px 55px !important; overflow: hidden; }
.credit-content { position: relative; z-index: 2; max-width: 460px; }
.credit-content h2 { margin: 0 0 13px; font-size: 57px; }
.credit-role { margin-bottom: 22px; color: var(--sage-dark) !important; font-size: 10px !important; font-weight: 700; letter-spacing: .08em; }
.credit-content > p:not(.eyebrow):not(.credit-role) { max-width: 420px; color: #6e7469; font-family: var(--serif); font-size: 15px; line-height: 1.75; }
.credit-links { display: flex; gap: 22px; margin-top: 25px; color: var(--sage-dark); font-size: 11px; }
.credit-monogram { position: absolute; right: 34px; bottom: -58px; color: rgba(115,130,91,.08); font-family: var(--serif); font-size: 230px; letter-spacing: -.12em; }

@media (max-width: 950px) {
  :root { --page: min(100% - 48px, 800px); }
  .site-header { padding: 0 25px; gap: 16px; }
  .main-nav { gap: 18px; }
  .header-actions { gap: 12px; }
  .header-whatsapp { display: none; }
  .hero { min-height: 630px; padding-right: 32px; padding-left: 32px; gap: 2%; }
  .hero-art { height: 430px; }
  .hero h1 { font-size: clamp(50px, 6.7vw, 70px); }
  .hero-note { margin-top: 44px; }
  .section-pad, .mood-section { padding-right: 32px; padding-left: 32px; }
  .mood-section { gap: 6%; }
  .custom-section { padding-right: 32px; padding-left: 32px; }
  .contact-section { gap: 6%; }
  .site-footer { padding-right: 32px; padding-left: 32px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 40px); }
  html { scroll-padding-top: 74px; }
  .announcement { min-height: 30px; justify-content: space-between; gap: 8px; padding: 4px 15px; font-size: 8px; letter-spacing: .08em; }
  .announcement a { white-space: nowrap; }
  .site-header { height: 69px; padding: 0 19px; }
  .brand { width: 105px; flex-basis: 105px; }
  .brand img { height: 42px; }
  .menu-toggle { width: 32px; height: 32px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; cursor: pointer; }
  .menu-toggle span { width: 21px; height: 1px; background: var(--ink); }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 16px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid rgba(38,49,41,.08); }
  .header-actions { margin-left: 2px; }
  .bag-trigger { font-size: 0; }
  .bag-trigger span { margin: 0; font-size: 10px; }
  .hero { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 56px 20px 60px; }
  .hero-copy { padding: 0; }
  .hero h1 { margin-bottom: 17px; font-size: clamp(48px, 13.5vw, 68px); }
  .hero h1 em { white-space: normal; }
  .hero-lede { max-width: 355px; font-size: 18px; }
  .hero-body { max-width: 350px; font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .button { min-height: 47px; }
  .hero-note { margin-top: 28px; }
  .hero-art { width: min(100%, 430px); height: 365px; align-self: center; margin-top: 27px; }
  .hero-photo-main { top: 13%; right: 9%; width: 64%; height: 67%; }
  .hero-photo-small { bottom: 2%; left: 1%; width: 39%; height: 40%; border-width: 7px; }
  .hero-stamp { top: 2%; left: 1%; width: 70px; height: 70px; font-size: 7px; }
  .hero-stamp strong { font-size: 15px; }
  .hero-caption { right: 0; bottom: -3px; font-size: 10px; }
  .scroll-cue { display: none; }
  .intro-strip { padding: 15px 12px; }
  .intro-strip p { font-size: 7px; letter-spacing: .14em; }
  .intro-strip span { padding: 0 4px; }
  .section-pad { padding: 76px 20px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 27px; }
  .section-heading h2, .mood-copy h2, .ritual-heading h2, .contact-section h2 { font-size: 45px; }
  .section-intro { max-width: 330px; width: auto; font-size: 11px; }
  .category-row { gap: 7px; margin-right: -20px; margin-bottom: 20px; }
  .category-filter { padding: 8px 12px; font-size: 9px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 13px; }
  .product-image { aspect-ratio: .77; }
  .product-quick { min-height: 38px; right: 6px; bottom: 6px; left: 6px; font-size: 7px; opacity: 1; transform: none; }
  .product-tag { top: 8px; left: 8px; padding: 5px 6px; font-size: 7px; }
  .product-info { gap: 5px 2px; padding-top: 11px; }
  .product-info h3 { font-size: 17px; }
  .product-consult { max-width: 60px; font-size: 8px; text-align: right; }
  .product-description { font-size: 10px; }
  .product-details { font-size: 8px; }
  .catalog-footnote { margin-top: 25px; padding: 13px 0; }
  .catalog-footnote p { font-size: 9px; }
  .mood-section { display: flex; flex-direction: column; gap: 24px; padding: 30px 20px 70px; }
  .mood-image { min-height: 310px; }
  .mood-image img { object-position: 48% center; }
  .mood-copy { padding: 14px 0 0; }
  .mood-copy h2 { margin-bottom: 20px; }
  .mood-copy p:not(.eyebrow) { font-size: 11px; }
  .mood-number { right: 20px; bottom: 3px; font-size: 58px; }
  .ritual-section { display: block; padding-bottom: 125px; }
  .ritual-heading { margin-bottom: 24px; }
  .ritual-content { padding: 0; }
  .ritual-content p { font-size: 11px; }
  .ritual-bottom { right: 20px; bottom: 40px; left: 20px; flex-wrap: wrap; gap: 7px; font-size: 7px; letter-spacing: .1em; }
  .custom-section { min-height: auto; grid-template-columns: 1fr; gap: 35px; padding: 60px 20px 45px; }
  .custom-copy h2 { font-size: 49px; }
  .custom-copy > p:not(.eyebrow) { font-size: 11px; }
  .custom-side { flex-direction: row; gap: 18px; justify-content: flex-start; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; padding-top: 25px; text-align: left; }
  .custom-circle { width: 88px; height: 88px; flex: 0 0 88px; font-size: 13px; }
  .custom-side p { margin: 0; font-size: 12px; }
  .contact-section { display: block; }
  .contact-section > div:first-child { margin-bottom: 25px; }
  .contact-details > p { font-size: 11px; }
  .site-footer { padding: 41px 20px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 25px 15px; padding-bottom: 33px; }
  .footer-brand { width: 140px; }
  .footer-main > p { font-size: 12px; }
  .footer-nav { grid-column: 1 / -1; gap: 10px 17px; font-size: 9px; }
  .footer-social { align-items: flex-start; font-size: 9px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding: 15px 0 20px; }
  .credit-trigger { font-size: 8px; }
  .floating-whatsapp { right: 13px; bottom: 14px; padding: 10px 12px; font-size: 9px; }
  .product-modal-body { display: block; }
  .modal-gallery { min-height: 0; grid-template-rows: auto auto; }
  .modal-gallery-stage { min-height: 250px; max-height: 420px; }
  .modal-gallery-main { height: 52vh; min-height: 250px; max-height: 420px; }
  .modal-gallery-nav { width: 34px; height: 34px; }
  .modal-gallery-thumbs { padding: 7px 9px; }
  .modal-gallery-thumbs button { width: 48px; height: 48px; flex-basis: 48px; }
  .modal-product-copy { padding: 23px 22px 26px; }
  .modal-product-copy h2 { font-size: 31px; }
  .bag-modal { width: calc(100% - 12px) !important; }
  .bag-head { padding: 24px 20px 14px; }
  .bag-lines { padding-right: 20px; padding-left: 20px; }
  .bag-summary { padding-right: 20px; padding-left: 20px; }
  .credit-modal { padding: 54px 26px 38px !important; }
  .credit-content h2 { font-size: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
