:root {
  --ink: #171712;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --green: #651426;
  --green-light: #f0dfe3;
  --gold: #8a2437;
  --muted: #6b695f;
  --line: #ded8ca;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; }
a { color: inherit; }

.topbar { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: clamp(18px, 3vw, 44px); padding: 0 clamp(20px, 5vw, 72px); border-top: 3px double rgba(101,20,38,.42); border-bottom: 3px double rgba(101,20,38,.42); background: rgba(247,243,233,.96); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(12px); box-shadow: 0 5px 22px rgba(40,20,25,.07); }
.topbar::after { content: "◆"; position: absolute; left: 50%; bottom: -8px; width: 17px; color: var(--green); background: var(--cream); text-align: center; font-size: .58rem; transform: translateX(-50%); }
.brand { display: flex; align-items: center; gap: 13px; min-width: max-content; text-decoration: none; }
.brand-mark { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--green); outline: 1px solid rgba(101,20,38,.28); outline-offset: 3px; border-radius: 50%; background: var(--green); color: white; font-family: "Playfair Display", serif; font-size: 1.45rem; font-style: italic; box-shadow: inset 0 0 0 3px rgba(255,255,255,.18); }
.brand-copy { display: grid; gap: 2px; }
.brand-name { color: var(--ink); font-family: "Cinzel", serif; font-size: 1.12rem; font-weight: 700; letter-spacing: .055em; line-height: 1.05; }
.brand-era { color: var(--green); font-family: "DM Sans", sans-serif; font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.header-ornament { display: flex; flex: 1; align-items: center; justify-content: center; gap: 12px; max-width: 360px; color: var(--green); }
.header-ornament span { width: min(8vw, 92px); height: 1px; background: linear-gradient(90deg, transparent, rgba(101,20,38,.45)); }
.header-ornament span:last-child { background: linear-gradient(90deg, rgba(101,20,38,.45), transparent); }
.header-ornament b { font-family: "Playfair Display", serif; font-size: 1.2rem; font-weight: 400; line-height: 1; }
.whatsapp-link { text-decoration: none; padding: 11px 17px; border: 1px solid var(--green); border-radius: 999px; color: white; background: var(--green); font-size: .9rem; font-weight: 700; box-shadow: inset 0 0 0 2px rgba(255,255,255,.16); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.cart-trigger { min-height: 43px; display: inline-flex; align-items: center; gap: 7px; padding: 8px 10px 8px 13px; border: 1px solid rgba(101,20,38,.32); border-radius: 999px; color: var(--green); background: var(--paper); cursor: pointer; font: 800 .86rem "DM Sans", sans-serif; }
.cart-trigger svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { min-width: 24px; height: 24px; display: grid; place-items: center; padding: 0 6px; border-radius: 999px; color: white; background: var(--green); font-size: .72rem; }
.cart-trigger:hover { background: var(--green-light); }
.cart-trigger:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.intro { padding: clamp(46px, 7vw, 82px) clamp(20px, 8vw, 118px) 60px; background: radial-gradient(circle at 82% 20%, rgba(101,20,38,.12), transparent 30%), linear-gradient(135deg, #f7f3e9 58%, #eee2e4); }
.primary-logo { display: block; width: min(440px, 82vw); height: auto; margin: -28px auto -8px; }
.eyebrow, .section-kicker { color: var(--green); text-transform: uppercase; letter-spacing: .18em; font-size: .76rem; font-weight: 700; }
h1 { margin: 15px 0 20px; max-width: 860px; font-family: "Playfair Display", serif; font-size: clamp(3rem, 8vw, 6.8rem); line-height: .95; letter-spacing: -.04em; }
h1 em { color: var(--green); font-weight: 700; }
.hero-heading-row { display: grid; grid-template-columns: 1fr; gap: 30px; width: min(1120px, 100%); }
.hero-kicker-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 860px; }
.hero-title-row { display: grid; grid-template-columns: minmax(0, 860px) auto; align-items: center; gap: 34px; width: min(1080px, 100%); }
.hero-title-row h1 { margin-right: 0; }
.anniversary-sticker-floating { width: 176px; aspect-ratio: 1; border: 5px solid rgba(255,253,248,.96); border-radius: 50%; object-fit: cover; box-shadow: 0 18px 42px rgba(101,20,38,.3); }
.hero-heading-copy > p { max-width: 620px; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }
.vampire-tribute { width: 100%; margin: 2px 0 0; }
.vampire-tribute img { display: block; width: 100%; aspect-ratio: 3 / 1; object-fit: cover; border-radius: 10px; }
.vampire-tribute figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 10px 4px 0; color: var(--green); font-family: "Playfair Display", serif; font-size: .84rem; font-style: italic; line-height: 1.25; }
.vampire-tribute figcaption span { color: var(--burgundy); font-weight: 700; white-space: nowrap; }
.vampire-tribute figcaption small { font: inherit; text-align: right; }
.pickup-notice { display: flex; align-items: center; gap: 13px; width: min(1120px, 100%); margin: 22px auto 0; padding: 12px 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: white; background: var(--green); box-shadow: 0 12px 28px rgba(101,20,38,.16); }
.pickup-icon { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--cream); font-family: "Playfair Display", serif; font-size: 1.3rem; }
.pickup-notice strong { display: block; margin-bottom: 2px; font-family: "Playfair Display", serif; font-size: .96rem; line-height: 1.25; }
.pickup-notice p { margin: 0; color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.35; }
.catalog-tools { display: flex; flex-wrap: wrap; gap: 12px; max-width: 1040px; margin-top: 34px; }
.search { flex: 1 1 320px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.search span { font-size: 1.5rem; color: var(--green); }
input, select { min-height: 52px; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
input { width: 100%; }
select { flex: 1 1 210px; padding: 0 38px 0 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }

.payment-strip { display: flex; align-items: center; gap: 20px; width: min(1120px, calc(100% - 40px)); margin: -26px auto 0; padding: 24px 28px; position: relative; z-index: 2; border: 1px solid rgba(101,20,38,.14); border-radius: 18px; background: var(--paper); box-shadow: 0 16px 42px rgba(33,39,29,.1); }
.payment-icon { flex: 0 0 auto; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--green); }
.payment-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.payment-copy { min-width: 0; }
.payment-copy h2 { margin: 3px 0 2px; font-size: 1.55rem; }
.payment-copy p { margin: 0; color: var(--muted); font-size: .92rem; }
.payment-options { display: flex; gap: 9px; margin-left: auto; }
.payment-options span { padding: 9px 14px; border: 1px solid rgba(101,20,38,.2); border-radius: 999px; color: var(--green); background: var(--green-light); font-size: .82rem; font-weight: 700; }

.yellow-september { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; width: min(1120px, calc(100% - 40px)); margin: 28px auto 0; padding: 25px 28px; border: 1px solid #dfbd3a; border-radius: 18px; background: linear-gradient(135deg, #fff8d5, #f7df76); box-shadow: 0 12px 32px rgba(95,72,5,.1); }
.yellow-symbol { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: rgba(255,255,255,.7); font-size: 1.8rem; }
.yellow-kicker { color: #745600; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 800; }
.yellow-copy h2 { margin: 4px 0 5px; color: #392b00; font-family: "Playfair Display", serif; font-size: clamp(1.45rem, 3vw, 2rem); }
.yellow-copy p { max-width: 720px; margin: 0; color: #5d4a0d; font-size: .92rem; line-height: 1.55; }
.yellow-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; min-width: 190px; }
.yellow-actions a { padding: 10px 14px; border-radius: 999px; text-align: center; text-decoration: none; font-size: .82rem; font-weight: 800; }
.yellow-primary { color: white; background: #6c5100; }
.yellow-secondary { border: 1px solid rgba(108,81,0,.35); color: #5b4500; background: rgba(255,255,255,.45); }
.yellow-actions a:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }

.project-portals { padding: clamp(50px, 7vw, 78px) clamp(20px, 7vw, 100px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #fffdf8, #f4ece8); }
.project-portals-heading { width: min(760px, 100%); margin: 0 auto 24px; text-align: center; }
.project-portals-heading h2 { margin-top: 8px; font-size: clamp(1.9rem, 4vw, 2.8rem); }
.project-portals-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: min(1120px, 100%); margin: 0 auto; }
.project-portal { position: relative; display: flex; min-width: 0; min-height: 238px; flex-direction: column; align-items: center; justify-content: center; gap: 13px; padding: 24px 20px 30px; overflow: hidden; border: 1px solid rgba(101,20,38,.18); border-radius: 22px; text-align: center; text-decoration: none; box-shadow: 0 12px 34px rgba(33,39,29,.07); transition: transform .2s ease, box-shadow .2s ease; }
.project-portal:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(33,39,29,.12); }
.project-portal:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.project-portal-lines { color: white; background: linear-gradient(135deg, #35101a, var(--green)); }
.project-portal-worlds { color: white; background: radial-gradient(circle at 20% 20%, rgba(200,163,106,.2), transparent 34%), linear-gradient(135deg, #0d1321, #2b1e33); }
.project-portal-worlds > img { width: 98px; height: 88px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(0,0,0,.28)); }
.project-portal-monogram { width: 88px; height: 88px; display: grid; place-items: center; border: 1px solid rgba(244,217,164,.48); border-radius: 50%; color: #f4d9a4; background: rgba(20,9,12,.25); font: italic 3.7rem/1 "Playfair Display", serif; }
.project-portal-forms { color: var(--ink); background: #f7f0e4; }
.project-portal-forms > img { width: 118px; height: 88px; object-fit: contain; }
.project-portal-copy { display: grid; gap: 4px; min-width: 0; }
.project-portal-copy small { color: #d8ad67; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; }
.project-portal-forms .project-portal-copy small { color: var(--green); }
.project-portal-copy strong { font-family: "Cinzel", serif; font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
.project-portal-copy em { color: rgba(255,255,255,.68); font: italic .88rem/1.4 "Playfair Display", serif; }
.project-portal-forms .project-portal-copy em { color: var(--muted); }
.project-portal-arrow { position: absolute; right: 18px; bottom: 14px; font-size: 1.3rem; }

.catalog { padding: 64px clamp(20px, 5vw, 72px) 90px; }
.catalog-disclosure { border: 1px solid var(--line); border-radius: 20px; background: rgba(255,253,248,.72); box-shadow: 0 10px 32px rgba(33,39,29,.05); }
.catalog-disclosure + .catalog-disclosure { margin-top: 20px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 0; padding: 24px 26px; cursor: pointer; list-style: none; }
.catalog-heading::-webkit-details-marker { display: none; }
.catalog-heading::marker { content: ""; }
h2 { margin: 8px 0 0; font-family: "Playfair Display", serif; font-size: clamp(2rem, 4vw, 3.2rem); }
.catalog-summary-meta { display: flex; align-items: center; gap: 14px; }
.catalog-heading p { margin: 0; color: var(--muted); white-space: nowrap; }
.catalog-chevron { width: 14px; height: 14px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(45deg); transition: transform .2s ease; }
.catalog-disclosure[open] > .catalog-heading .catalog-chevron { transform: rotate(225deg); }
.catalog-content { padding: 4px 26px 28px; }
.catalog-unavailable { background: rgba(240,223,227,.35); }
.book-card-unavailable { opacity: .78; filter: saturate(.68); }
.book-card-unavailable .status { color: #655f60; background: #e7e1df; }
.book-card-unavailable .book-actions { grid-template-columns: 1fr; }
.book-card-unavailable .synopsis-trigger { border-right: 0; }
.book-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.book-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 9px 30px rgba(33,39,29,.06); transition: transform .2s ease, box-shadow .2s ease; }
.book-card:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(33,39,29,.12); }
.cover { display: block; width: 100%; aspect-ratio: 4/3; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; background: #e7e3d8; }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.book-card:hover .cover img { transform: scale(1.025); }
.book-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.book-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; }
.status { width: fit-content; padding: 5px 9px; border-radius: 99px; color: var(--green); background: var(--green-light); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 700; }
.genre { width: fit-content; padding: 5px 9px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); background: #faf8f2; font-size: .72rem; font-weight: 700; }
.book-card h3 { margin: 13px 0 5px; font-family: "Playfair Display", serif; font-size: 1.28rem; line-height: 1.16; }
.author { margin: 0 0 18px; color: var(--muted); font-size: .88rem; }
.book-description { margin: -8px 0 18px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.price { margin: -8px 0 18px; color: var(--ink); font-size: 1.12rem; font-weight: 800; }
.price-group { display: flex; align-items: baseline; gap: 9px; margin: -8px 0 18px; }
.price-group .price { margin: 0; color: var(--green); font-size: 1.22rem; }
.old-price { color: var(--muted); text-decoration: line-through; font-size: .84rem; }
.discount-badge { position: absolute; left: 10px; top: 10px; padding: 7px 10px; border-radius: 999px; color: white; background: var(--green); box-shadow: 0 4px 14px rgba(0,0,0,.2); font: 800 .74rem "DM Sans", sans-serif; letter-spacing: .04em; }
.photo-badge { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; color: white; background: rgba(0,0,0,.72); font: 700 .72rem "DM Sans", sans-serif; }
.cover { position: relative; }
.book-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: auto; border-top: 1px solid var(--line); }
.synopsis-trigger, .add-to-cart { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 6px; border: 0; color: var(--green); background: transparent; font: 700 .82rem "DM Sans", sans-serif; cursor: pointer; text-decoration: none; }
.synopsis-trigger { border-right: 1px solid var(--line); }
.synopsis-trigger:hover, .add-to-cart:hover { background: var(--green-light); }
.synopsis-trigger:focus-visible, .add-to-cart:focus-visible { position: relative; z-index: 1; outline: 3px solid var(--gold); outline-offset: -3px; }
.add-to-cart span { font-size: 1.08rem; }
.empty { padding: 60px 20px; text-align: center; border: 1px dashed var(--line); border-radius: 18px; }
.empty h3 { font-family: "Playfair Display", serif; font-size: 1.6rem; }

.image-viewer { width: min(94vw, 920px); max-width: 920px; padding: 0; overflow: visible; border: 0; border-radius: 16px; color: white; background: #10100d; box-shadow: 0 28px 90px rgba(0,0,0,.45); }
.image-viewer::backdrop { background: rgba(10,12,10,.88); backdrop-filter: blur(5px); }
.image-viewer img { display: block; width: 100%; max-height: 82vh; object-fit: contain; border-radius: 16px 16px 0 0; }
.viewer-caption { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 56px 16px 18px; }
.image-viewer p { margin: 0; padding: 0; font-family: "Playfair Display", serif; font-size: 1.05rem; }
.viewer-caption span { color: rgba(255,255,255,.72); white-space: nowrap; font-size: .82rem; }
.close-viewer { position: absolute; top: 10px; right: 10px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: white; background: rgba(0,0,0,.68); cursor: pointer; font-size: 1.9rem; line-height: 1; }
.gallery-arrow { position: absolute; top: 50%; z-index: 2; width: 46px; height: 54px; transform: translateY(-50%); border: 0; border-radius: 12px; color: white; background: rgba(0,0,0,.64); cursor: pointer; font-size: 2.2rem; line-height: 1; }
.gallery-arrow-left { left: 10px; }
.gallery-arrow-right { right: 10px; }
.gallery-arrow[hidden] { display: none; }
.close-viewer:focus-visible, .cover:focus-visible, .gallery-arrow:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.synopsis-dialog { width: min(880px, calc(100% - 32px)); max-width: 880px; max-height: calc(100dvh - 32px); padding: 0; overflow: hidden; border: 1px solid rgba(101,20,38,.2); border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 28px 90px rgba(35,18,22,.3); }
.synopsis-dialog::backdrop { background: rgba(22,15,17,.68); backdrop-filter: blur(5px); }
.synopsis-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); height: min(88dvh, 780px); min-height: 0; max-height: calc(100dvh - 32px); overflow: hidden; }
.synopsis-cover { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; background: #e7e3d8; }
.synopsis-content { display: flex; min-width: 0; min-height: 0; flex-direction: column; padding: 46px 42px 36px; overflow-x: hidden; overflow-y: scroll; overscroll-behavior: contain; scrollbar-gutter: stable; }
.synopsis-content::-webkit-scrollbar { width: 10px; }
.synopsis-content::-webkit-scrollbar-track { background: rgba(101,20,38,.06); }
.synopsis-content::-webkit-scrollbar-thumb { border: 2px solid transparent; border-radius: 999px; background: rgba(101,20,38,.45); background-clip: padding-box; }
.synopsis-content h2 { margin: 8px 38px 4px 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.05; }
.synopsis-author { margin: 0; color: var(--muted); font-size: .92rem; }
.synopsis-rule { display: flex; align-items: center; gap: 10px; margin: 23px 0 20px; color: var(--green); font-size: .55rem; }
.synopsis-rule span { width: 54px; height: 1px; background: rgba(101,20,38,.35); }
.synopsis-text { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.72; }
.synopsis-price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding: 13px 16px; border: 1px solid rgba(101,20,38,.16); border-radius: 13px; background: var(--green-light); }
.synopsis-price-row span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.synopsis-price-row strong { color: var(--green); font-size: 1.12rem; }
.editorial-information { margin-top: 28px; margin-bottom: 24px; }
.editorial-information h3, .synopsis-heading { margin: 0 0 12px; color: var(--green); font-family: "Playfair Display", serif; font-size: 1.08rem; }
.editorial-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); }
.editorial-grid div { min-width: 0; padding: 10px 12px; background: #fbf8f1; }
.editorial-grid dt { margin: 0 0 3px; color: var(--green); font-size: .67rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.editorial-grid dd { margin: 0; color: var(--ink); font-size: .8rem; line-height: 1.35; overflow-wrap: anywhere; }
.editorial-note { margin: 9px 2px 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.synopsis-heading { margin-top: 0; }
.synopsis-footer { display: flex; align-items: center; justify-content: flex-end; gap: 18px; margin-top: auto; padding-top: 4px; }
.synopsis-footer button { padding: 12px 17px; border: 0; border-radius: 999px; color: white; background: var(--green); cursor: pointer; text-align: center; font: 700 .86rem "DM Sans", sans-serif; }
.synopsis-footer button:hover { background: #4f0f1d; }
.close-synopsis { position: absolute; top: 12px; right: 12px; z-index: 2; width: 40px; height: 40px; border: 1px solid rgba(101,20,38,.18); border-radius: 50%; color: var(--green); background: rgba(255,253,248,.94); cursor: pointer; font-size: 1.6rem; line-height: 1; }
.close-synopsis:focus-visible, .synopsis-footer button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.cart-dialog { width: min(560px, 100%); max-width: 560px; max-height: min(88vh, 820px); margin: auto 0 auto auto; padding: 0; overflow: hidden; border: 0; border-radius: 24px 0 0 24px; color: var(--ink); background: var(--paper); box-shadow: -20px 0 70px rgba(35,18,22,.28); }
.cart-dialog::backdrop { background: rgba(22,15,17,.62); backdrop-filter: blur(4px); }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 27px 28px 22px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin-top: 4px; font-size: 2.25rem; }
.close-cart { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(101,20,38,.2); border-radius: 50%; color: var(--green); background: var(--green-light); cursor: pointer; font-size: 1.7rem; line-height: 1; }
.cart-empty { min-height: 360px; display: grid; place-items: center; align-content: center; padding: 40px; text-align: center; }
.cart-empty[hidden], .cart-content[hidden] { display: none; }
.cart-empty > span { font-size: 2.5rem; }
.cart-empty h3 { margin: 14px 0 5px; font-family: "Playfair Display", serif; font-size: 1.45rem; }
.cart-empty p { margin: 0; color: var(--muted); }
.cart-content { max-height: calc(min(88vh, 820px) - 113px); overflow-y: auto; }
.cart-items { display: grid; }
.cart-item { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 17px 28px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 72px; height: 82px; object-fit: cover; border-radius: 9px; background: #e7e3d8; }
.cart-item-copy { min-width: 0; }
.cart-item-copy h3 { margin: 0 0 4px; font-family: "Playfair Display", serif; font-size: 1rem; line-height: 1.18; }
.cart-item-copy p { margin: 0; color: var(--green); font-size: .85rem; font-weight: 800; }
.cart-item-actions { display: grid; justify-items: end; gap: 9px; }
.quantity { display: flex; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 999px; }
.quantity button { width: 31px; height: 31px; border: 0; color: var(--green); background: transparent; cursor: pointer; font-size: 1.2rem; }
.quantity span { min-width: 25px; text-align: center; font-size: .82rem; font-weight: 800; }
.remove-item { border: 0; color: var(--muted); background: transparent; cursor: pointer; font: 700 .73rem "DM Sans", sans-serif; text-decoration: underline; }
.cart-summary { padding: 22px 28px 28px; background: #faf7f0; }
.cart-total-row { display: flex; justify-content: space-between; gap: 20px; font-size: 1rem; }
.cart-total-row strong { color: var(--green); font-size: 1.22rem; }
.cart-summary > p { margin: 8px 0 20px; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.cart-whatsapp { min-height: 50px; display: flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: 999px; color: white; background: var(--green); text-align: center; text-decoration: none; font-size: .9rem; font-weight: 800; }
.cart-whatsapp:hover { background: #4f0f1d; }
.clear-cart { width: 100%; margin-top: 12px; padding: 8px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font: 700 .78rem "DM Sans", sans-serif; }
.close-cart:focus-visible, .quantity button:focus-visible, .remove-item:focus-visible, .cart-whatsapp:focus-visible, .clear-cart:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.cart-feedback { position: fixed; right: 24px; bottom: 24px; z-index: 40; max-width: min(360px, calc(100% - 32px)); padding: 13px 17px; border-radius: 12px; color: white; background: var(--green); box-shadow: 0 12px 34px rgba(35,18,22,.25); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; font-size: .88rem; font-weight: 700; }
.cart-feedback.visible { opacity: 1; transform: translateY(0); }

.about { padding: clamp(58px, 8vw, 96px) clamp(20px, 8vw, 118px); border-top: 1px solid var(--line); background: var(--paper); }
.between-worlds-entry { display: grid; grid-template-columns: 180px minmax(0, 1fr) auto; align-items: center; gap: 24px; width: min(1120px, calc(100% - 40px)); margin: 28px auto 0; padding: 18px; overflow: hidden; border: 1px solid rgba(214,169,91,.32); border-radius: 22px; color: #f8f1e3; background: radial-gradient(circle at 12% 20%, rgba(192,139,53,.18), transparent 32%), linear-gradient(135deg, #10141c, #17131b 62%, #321220); box-shadow: 0 14px 36px rgba(20,15,20,.13); }
.between-worlds-visual { margin: 0; overflow: hidden; border: 1px solid rgba(214,169,91,.35); border-radius: 15px; background: #fff; }
.between-worlds-visual img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.between-worlds-copy { min-width: 0; }
.between-worlds-copy .section-kicker { color: #d9ab60; }
.between-worlds-copy h2 { margin-top: 4px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
.between-worlds-copy p { max-width: 620px; color: rgba(255,255,255,.68); line-height: 1.5; }
.between-worlds-copy .between-worlds-lead { margin: 8px 0 3px; color: #f5dfb9; font-family: "Playfair Display", serif; font-size: 1.08rem; font-style: italic; line-height: 1.3; }
.between-worlds-description { margin: 4px 0 0; font-size: .86rem; }
.portal-link { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 12px 17px; border: 1px solid rgba(217,171,96,.55); border-radius: 999px; color: #17131b; background: #e2ba76; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 800; box-shadow: 0 10px 28px rgba(0,0,0,.2); white-space: nowrap; }
.portal-link:hover { background: #f1d59f; }
.portal-link:focus-visible { outline: 3px solid white; outline-offset: 3px; }
.about-story { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(360px, 1.22fr); gap: clamp(34px, 7vw, 92px); align-items: center; margin-top: 18px; }
.about-photo { margin: 0; overflow: hidden; border-radius: 22px; background: #e7e3d8; box-shadow: 0 18px 50px rgba(33,39,29,.16); }
.about-photo img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.about h2 { margin: 0; }
.about-copy { display: grid; gap: 13px; }
.about p { max-width: 720px; margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.68; text-align: justify; text-justify: inter-word; hyphens: auto; }

.partners { padding: clamp(60px, 8vw, 100px) clamp(20px, 8vw, 118px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #f7f3e9, #f2e6e8); }
.partners-heading { max-width: 700px; margin: 0 auto 34px; text-align: center; }
.partners-heading h2 { margin-top: 9px; }
.partners-heading p { margin: 13px 0 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.partners-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 3vw, 30px); width: min(1180px, 100%); margin: 0 auto; }
.partner-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid rgba(101,20,38,.17); border-radius: 22px; background: var(--paper); box-shadow: 0 14px 40px rgba(33,39,29,.09); text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(33,39,29,.15); }
.partner-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.partner-image { aspect-ratio: 1; overflow: hidden; background: #000; }
.partner-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.partner-card:hover .partner-image img { transform: scale(1.025); }
.partner-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: clamp(20px, 3vw, 28px); }
.partner-copy > span { color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 800; }
.partner-copy h3 { margin: 11px 0 7px; font-family: "Playfair Display", serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.08; }
.partner-copy p { margin: 0; overflow-wrap: anywhere; color: var(--muted); font-size: .84rem; }
.partner-copy strong { display: inline-flex; align-items: center; gap: 6px; width: fit-content; margin-top: 23px; color: var(--green); font-size: .85rem; }
.partner-copy strong span { font-size: 1.05rem; transition: transform .2s ease; }
.partner-card:hover .partner-copy strong span { transform: translate(2px, -2px); }

.identity-evolution { padding: clamp(60px, 8vw, 100px) clamp(20px, 8vw, 118px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #f7f3e9, #f3ebe4); }
.identity-heading { max-width: 700px; margin: 0 auto 34px; text-align: center; }
.identity-heading h2 { margin-top: 9px; }
.identity-heading p { margin: 14px auto 0; color: var(--muted); line-height: 1.65; }
.identity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 4vw, 38px); width: min(920px, 100%); margin: 0 auto; }
.identity-card { position: relative; padding: clamp(18px, 3vw, 28px); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 14px 40px rgba(33,39,29,.08); }
.identity-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: #1d1d1a; }
.identity-card-current::before { background: var(--green); }
.identity-logo-frame { display: grid; place-items: center; width: 100%; aspect-ratio: 1; margin-bottom: 22px; overflow: hidden; border-radius: 16px; background: #fff; }
.identity-logo-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.identity-logo-old img { padding: 5%; }
.identity-logo-current { padding: 8%; background: #f8f3e9; }
.identity-year { display: inline-flex; padding: 6px 10px; border-radius: 999px; color: var(--green); background: var(--green-light); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.identity-card h3 { margin: 13px 0 8px; font-family: "Playfair Display", serif; font-size: clamp(1.5rem, 3vw, 2rem); }
.identity-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.identity-slogan { width: min(920px, 100%); margin: 28px auto 0; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(101,20,38,.18); border-radius: 22px; text-align: center; background: var(--green); box-shadow: 0 14px 40px rgba(101,20,38,.16); }
.identity-slogan span { color: rgba(255,255,255,.7); text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 800; }
.identity-slogan p { margin: 8px 0 0; color: white; font-family: "Playfair Display", serif; font-size: clamp(1.85rem, 5vw, 3.25rem); font-style: italic; font-weight: 700; line-height: 1.12; }

.founder { display: grid; grid-template-columns: auto minmax(0, 760px); justify-content: center; align-items: center; gap: clamp(30px, 6vw, 76px); padding: clamp(60px, 8vw, 100px) clamp(20px, 8vw, 118px); border-top: 1px solid var(--line); background: linear-gradient(135deg, #f7f3e9 62%, #eee2e4); }
.founder-photo-wrap { width: clamp(180px, 22vw, 260px); aspect-ratio: 1; padding: 8px; overflow: hidden; border: 1px solid rgba(101,20,38,.24); border-radius: 50%; background: var(--paper); box-shadow: 0 18px 46px rgba(33,39,29,.14); }
.founder-photo { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 63%; border-radius: 50%; transform: scale(1.85); transform-origin: 38% 64%; }
.founder-copy h2 { margin: 9px 0 15px; }
.founder-bio { display: grid; gap: 12px; }
.founder-copy p { max-width: 760px; margin: 0; color: var(--muted); font-size: .96rem; line-height: 1.68; text-align: justify; text-justify: inter-word; hyphens: auto; }
.founder-social { display: grid; grid-template-columns: 152px minmax(0, 1fr); align-items: center; gap: 24px; max-width: 620px; margin-top: 28px; padding: 18px; border: 1px solid rgba(101,20,38,.16); border-radius: 20px; background: rgba(255,253,248,.86); box-shadow: 0 12px 34px rgba(33,39,29,.08); }
.instagram-qr { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 22px rgba(33,39,29,.08); transition: transform .2s ease; }
.instagram-qr:hover { transform: translateY(-2px); }
.instagram-qr:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.instagram-qr img { display: block; width: 100%; height: auto; }
.instagram-copy h3 { margin: 7px 0 7px; font-family: "Playfair Display", serif; font-size: 1.65rem; }
.founder-copy .instagram-copy p { color: var(--muted); font-size: .9rem; line-height: 1.55; text-align: left; hyphens: none; }
.info-hub { padding: clamp(58px, 8vw, 96px) clamp(20px, 8vw, 118px); border-top: 1px solid var(--line); background: linear-gradient(180deg, var(--paper), #f4ebe7); }
.info-hub-heading { max-width: 760px; margin: 0 auto 26px; text-align: center; }
.info-hub-heading h2 { margin-top: 8px; }
.info-hub-toggle { display: inline-flex; align-items: center; gap: 10px; min-height: 42px; margin-top: 18px; padding: 9px 16px; border: 1px solid rgba(101,20,38,.24); border-radius: 999px; color: var(--green); background: rgba(255,253,248,.9); cursor: pointer; font: 700 .84rem "DM Sans", sans-serif; box-shadow: 0 7px 18px rgba(33,39,29,.06); transition: color .2s ease, background .2s ease, transform .2s ease; }
.info-hub-toggle:hover { color: white; background: var(--green); transform: translateY(-1px); }
.info-hub-toggle:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.info-hub-toggle-icon { width: 9px; height: 9px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(225deg) translate(-1px, -1px); transition: transform .2s ease; }
.info-hub-toggle[aria-expanded="false"] .info-hub-toggle-icon { transform: rotate(45deg) translate(-1px, -1px); }
.info-hub-content[hidden] { display: none; }
.info-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; width: min(1060px, 100%); margin: 0 auto 34px; padding: 7px; border: 1px solid rgba(101,20,38,.16); border-radius: 18px; background: rgba(255,253,248,.9); box-shadow: 0 10px 30px rgba(33,39,29,.07); }
.info-tab { min-height: 48px; padding: 10px 14px; border: 0; border-radius: 12px; color: var(--green); background: transparent; cursor: pointer; font: 700 .88rem "DM Sans", sans-serif; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }
.info-tab:hover { background: var(--green-light); }
.info-tab[aria-selected="true"] { color: white; background: var(--green); box-shadow: 0 7px 18px rgba(101,20,38,.2); }
.info-tab:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; }
.info-panel { scroll-margin-top: 98px; }
.info-panel[hidden] { display: none; }
.info-hub > .about,
.info-hub > .partners,
.info-hub > .identity-evolution,
.info-hub > .founder { padding: 8px 0 0; border: 0; background: transparent; }
.instagram-link { display: inline-flex; align-items: center; margin-top: 14px; padding: 10px 16px; border: 1px solid rgba(101,20,38,.24); border-radius: 999px; color: var(--green); background: var(--green-light); text-decoration: none; font-size: .86rem; font-weight: 800; }
.instagram-link:hover { color: white; background: var(--green); }
.instagram-link:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.site-footer { display: flex; align-items: center; gap: 24px; padding: 38px clamp(20px, 5vw, 72px); color: white; background: var(--green); }
.footer-logo-link { display: grid; flex: 0 0 104px; width: 104px; height: 82px; place-items: center; padding: 8px; overflow: hidden; border-radius: 16px; background: #f7f3e9; box-shadow: 0 10px 28px rgba(0,0,0,.14); }
.footer-logo-link img { display: block; width: 100%; height: 100%; object-fit: contain; }
.footer-identity { flex: 1 1 310px; min-width: 0; }
.footer-brand { font-family: "Playfair Display", serif; font-size: 1.4rem; font-weight: 700; }
.footer-identity p { max-width: 540px; margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: .84rem; }
.footer-address { max-width: 540px; margin-top: 7px; color: rgba(255,255,255,.9); font-size: .88rem; font-style: normal; line-height: 1.5; }
.footer-identity .footer-copyright { margin-top: 12px; color: rgba(255,255,255,.84); }
.footer-place { display: grid; width: min(230px, 23vw); justify-items: center; gap: 8px; margin-left: auto; }
.footer-place img { display: block; width: 100%; height: 64px; object-fit: contain; }
.footer-place span { color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-align: center; }
.footer-links { display: grid; flex: 0 0 auto; gap: 12px; }
.footer-contact { color: white; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; white-space: nowrap; }
.footer-crossbrand { display: flex; align-items: center; gap: 8px; color: white; text-decoration: none; }
.footer-crossbrand img { display: block; width: 48px; height: 48px; flex: 0 0 48px; object-fit: contain; background: transparent; filter: drop-shadow(0 4px 8px rgba(0,0,0,.18)); }
.footer-crossbrand span { display: grid; gap: 2px; min-width: 0; }
.footer-crossbrand strong { color: #f2d79b; font-family: "Playfair Display", serif; font-size: .96rem; line-height: 1.05; }
.footer-crossbrand small { color: rgba(255,255,255,.7); font-size: .72rem; line-height: 1.2; }
.footer-crossbrand:focus-visible, .worlds-parent-brand:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 1000px) {
  .hero-heading-row { gap: 28px; }
  .book-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .topbar { height: 72px; gap: 12px; padding-inline: 16px; }
  .brand { gap: 10px; }
  .brand-mark { width: 34px; height: 34px; outline-offset: 2px; font-size: 1.15rem; }
  .brand-name { font-size: .86rem; letter-spacing: .025em; }
  .brand-era { font-size: .52rem; letter-spacing: .1em; }
  .header-ornament { display: none; }
  .whatsapp-link { padding: 10px 13px; font-size: .78rem; }
  .header-actions { gap: 6px; }
  .cart-trigger { min-height: 39px; padding: 7px 8px 7px 10px; }
  .cart-label { display: none; }
  .intro { padding-top: 58px; }
  .primary-logo { width: min(340px, 92vw); margin: -22px auto -4px; }
  .hero-heading-row { gap: 22px; }
  .hero-kicker-row { align-items: flex-end; }
  .hero-title-row { position: relative; display: block; width: 100%; }
  .hero-title-row h1 { box-sizing: border-box; padding-right: 82px; }
  .anniversary-sticker-floating { position: absolute; right: 0; top: 52%; width: 100px; border-width: 3px; transform: translateY(-42%); }
  .vampire-tribute { width: 100%; justify-self: stretch; }
  .vampire-tribute img { aspect-ratio: 2.15 / 1; border-radius: 8px; object-position: center; }
  .vampire-tribute figcaption { align-items: flex-start; font-size: .74rem; }
  .pickup-notice { align-items: flex-start; gap: 10px; padding: 11px 12px; border-radius: 14px; }
  .pickup-icon { flex-basis: 32px; width: 32px; height: 32px; font-size: 1.08rem; }
  .pickup-notice strong { font-size: .8rem; line-height: 1.25; }
  .pickup-notice p { margin-top: 3px; font-size: .7rem; line-height: 1.35; }
  .catalog-tools { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 24px; }
  .catalog-tools .search { grid-column: 1 / -1; min-width: 0; min-height: 44px; padding-inline: 12px; }
  .catalog-tools .search span { font-size: 1.2rem; }
  .catalog-tools input, .catalog-tools select { min-width: 0; min-height: 44px; font-size: .875rem; }
  .catalog-tools select { width: 100%; padding: 0 26px 0 10px; text-overflow: ellipsis; }
  .payment-strip { width: calc(100% - 28px); padding: 20px; flex-wrap: wrap; }
  .payment-icon { width: 48px; height: 48px; }
  .payment-copy { flex: 1; }
  .payment-copy h2 { font-size: 1.32rem; }
  .payment-options { width: 100%; margin-left: 68px; }
  .yellow-september { grid-template-columns: auto 1fr; width: calc(100% - 28px); padding: 20px; }
  .yellow-actions { grid-column: 1 / -1; width: 100%; }
  .book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
  .catalog { padding: 46px 14px 64px; }
  .catalog-heading { align-items: center; flex-direction: row; gap: 10px; padding: 19px 17px; }
  .catalog-heading h2 { font-size: 1.65rem; }
  .catalog-heading .section-kicker { font-size: .64rem; }
  .catalog-summary-meta { gap: 10px; }
  .catalog-heading p { font-size: .76rem; }
  .catalog-content { padding: 2px 12px 18px; }
  .book-body { padding: 14px; }
  .book-card h3 { font-size: 1.08rem; }
  .synopsis-dialog { width: 100%; max-width: none; max-height: min(88vh, 760px); margin: auto 0 0; border-radius: 22px 22px 0 0; }
  .synopsis-layout { display: block; min-height: 0; max-height: min(88vh, 760px); overflow-y: auto; }
  .synopsis-cover { width: 100%; height: 220px; min-height: 0; object-position: center 28%; }
  .synopsis-content { min-height: 420px; padding: 28px 22px 24px; }
  .synopsis-content h2 { margin-right: 34px; font-size: 2rem; }
  .synopsis-footer { align-items: stretch; flex-direction: column; margin-top: 26px; }
  .synopsis-footer button { width: 100%; }
  .editorial-grid { grid-template-columns: 1fr; }
  .between-worlds-entry { grid-template-columns: 100px minmax(0, 1fr); gap: 14px; width: calc(100% - 28px); padding: 14px; }
  .between-worlds-copy h2 { font-size: 2rem; }
  .between-worlds-copy .between-worlds-lead { font-size: .92rem; }
  .between-worlds-description { display: none; }
  .between-worlds-entry > .portal-link { grid-column: 1 / -1; width: 100%; }
  .project-portals { padding: 44px 10px 54px; }
  .project-portals-heading { margin-bottom: 18px; padding-inline: 8px; }
  .project-portals-heading h2 { font-size: 1.75rem; }
  .project-portals-grid { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(210px, 72vw); justify-content: start; gap: 9px; overflow-x: auto; padding: 2px 2px 12px; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--gold) transparent; scrollbar-width: thin; }
  .project-portal { display: flex; min-width: 0; min-height: 190px; flex-direction: column; justify-content: center; gap: 8px; padding: 15px 12px 22px; border-radius: 16px; text-align: center; scroll-snap-align: start; }
  .project-portal-worlds > img, .project-portal-forms > img { width: 72px; height: 62px; }
  .project-portal-monogram { width: 62px; height: 62px; font-size: 2.55rem; }
  .project-portal-copy { display: grid; width: 100%; gap: 3px; }
  .project-portal-copy small { display: block; font-size: .75rem; line-height: 1.25; }
  .project-portal-copy em { display: block; font-size: .78rem; line-height: 1.3; }
  .project-portal-arrow { display: block; right: 13px; bottom: 9px; font-size: 1rem; }
  .project-portal-copy strong { display: block; max-width: 100%; white-space: normal; font-size: 1rem; letter-spacing: -.02em; line-height: 1.15; }
  .info-hub { padding: 52px 14px 64px; }
  .info-hub-heading { margin-bottom: 20px; }
  .info-hub-toggle { min-height: 40px; margin-top: 15px; padding: 8px 14px; font-size: .8rem; }
  .info-tabs { display: flex; justify-content: flex-start; gap: 7px; margin-bottom: 26px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; scroll-snap-type: inline proximity; }
  .info-tabs::-webkit-scrollbar { display: none; }
  .info-tab { flex: 0 0 auto; min-height: 43px; padding: 9px 13px; font-size: .8rem; white-space: nowrap; scroll-snap-align: start; }
  .info-hub > .about,
  .info-hub > .partners,
  .info-hub > .identity-evolution,
  .info-hub > .founder { padding-top: 4px; }
  .about-story { grid-template-columns: 1fr; gap: 28px; }
  .about-photo { width: min(100%, 520px); margin-inline: auto; }
  .partners-grid { grid-template-columns: 1fr; width: min(100%, 520px); }
  .identity-grid { grid-template-columns: 1fr; width: min(100%, 520px); }
  .founder { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .founder-copy p { margin-inline: auto; }
  .founder-social { grid-template-columns: 1fr; justify-items: center; width: min(100%, 420px); margin-inline: auto; }
  .instagram-qr { width: min(190px, 68vw); }
  .founder-copy .instagram-copy p { text-align: center; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 10px; padding: 28px 22px 30px; }
  .footer-logo-link { flex-basis: 84px; width: 84px; height: 68px; }
  .footer-identity { flex: none; width: 100%; }
  .footer-brand { font-size: 1.22rem; }
  .footer-identity p { font-size: .8rem; }
  .footer-address { font-size: .82rem; }
  .footer-place { width: min(280px, 100%); justify-items: start; margin: 14px 0 4px; }
  .footer-place img { display: block; height: 72px; object-position: left center; }
  .footer-place span { text-align: left; }
  .footer-links { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); }
  .footer-crossbrand img { width: 46px; height: 46px; flex-basis: 46px; }
  .footer-crossbrand strong { font-size: .9rem; }
  .footer-contact { font-size: .9rem; }
  .cart-dialog { width: 100%; max-width: none; max-height: 90vh; margin: auto 0 0; border-radius: 24px 24px 0 0; }
  .cart-content { max-height: calc(90vh - 104px); }
  .cart-header { padding: 22px 20px 18px; }
  .cart-item { grid-template-columns: 60px minmax(0, 1fr) auto; gap: 11px; padding: 14px 18px; }
  .cart-item img { width: 60px; height: 72px; }
  .cart-summary { padding: 20px 18px 24px; }
  .cart-feedback { right: 16px; bottom: 16px; }
}
@media (max-width: 420px) {
  .hero-title-row h1 { padding-right: 70px; }
  .anniversary-sticker-floating { right: -4px; width: 90px; }
  .catalog-heading h2 { font-size: 1.45rem; }
  .catalog-heading p { display: none; }
  .brand-era { display: none; }
  .whatsapp-link { display: none; }
  .partner-image { aspect-ratio: 1; }
  .partner-copy { padding: 22px; }
}
@media (max-width: 390px) {
  .payment-options { margin-left: 0; }
  .book-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* Páginas internas dos projetos */
.inner-project-body { min-height: 100vh; background: #f7f3e9; }
.inner-project-topbar { position: sticky; }
.inner-back { padding: 10px 15px; border: 1px solid rgba(101,20,38,.28); border-radius: 999px; color: var(--green); text-decoration: none; font-size: .82rem; font-weight: 800; }
.inner-back:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.inner-project-hero { display: grid; grid-template-columns: auto minmax(0, 760px); align-items: center; justify-content: center; gap: clamp(30px, 6vw, 74px); min-height: 500px; padding: clamp(62px, 9vw, 112px) clamp(20px, 8vw, 118px); }
.entrelinhas-hero { color: white; background: radial-gradient(circle at 18% 20%, rgba(225,182,108,.16), transparent 28%), linear-gradient(135deg, #281017, #6a1528 70%, #3d111d); }
.inner-project-symbol { width: clamp(150px, 22vw, 250px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(244,217,164,.5); border-radius: 50%; color: #f4d9a4; background: rgba(15,6,9,.22); box-shadow: inset 0 0 0 10px rgba(255,255,255,.035); font: italic clamp(6rem, 14vw, 11rem)/1 "Playfair Display", serif; }
.inner-project-kicker { color: #e1b66c; text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 800; }
.inner-project-hero h1 { margin: 12px 0 18px; font-size: clamp(4rem, 10vw, 8rem); line-height: .9; }
.inner-project-hero p { max-width: 680px; margin: 0; color: rgba(255,255,255,.75); font: italic clamp(1.05rem, 2.4vw, 1.45rem)/1.6 "Playfair Display", serif; }
.chronicles-page, .entreformas-catalog { padding: clamp(62px, 8vw, 96px) clamp(20px, 8vw, 118px); }
.inner-section-heading { width: min(760px, 100%); margin: 0 auto 34px; text-align: center; }
.inner-section-heading h2 { margin-top: 8px; }
.inner-section-heading p { margin: 12px 0 0; color: var(--muted); line-height: 1.65; }
.chronicles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: min(980px, 100%); margin: 0 auto; }
.chronicle-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); box-shadow: 0 9px 28px rgba(33,39,29,.05); }
.chronicle-card summary { position: relative; display: grid; gap: 6px; min-height: 108px; align-content: center; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; }
.chronicle-card summary::-webkit-details-marker { display: none; }
.chronicle-card summary::marker { content: ""; }
.chronicle-card summary span { color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 800; }
.chronicle-card summary strong { font-family: "Playfair Display", serif; font-size: 1.4rem; line-height: 1.2; }
.chronicle-card summary i { position: absolute; right: 22px; top: 50%; width: 11px; height: 11px; border-right: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: translateY(-65%) rotate(45deg); transition: transform .2s ease; }
.chronicle-card[open] summary { border-bottom: 1px solid var(--line); background: var(--green-light); }
.chronicle-card[open] summary i { transform: translateY(-25%) rotate(225deg); }
.chronicle-card summary:focus-visible { outline: 3px solid var(--gold); outline-offset: -3px; }
.chronicle-excerpt { padding: 22px; }
.chronicle-excerpt p { margin: 0; font-family: "Playfair Display", serif; font-size: 1.04rem; line-height: 1.6; }
.chronicle-excerpt small { display: block; margin-top: 10px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.chronicle-closing { border-color: rgba(101,20,38,.3); }
.project-pending-note { width: min(980px, 100%); margin: 22px auto 0; padding: 15px 18px; border-radius: 13px; color: var(--muted); background: #eee5df; text-align: center; font-size: .86rem; }
.inner-project-footer { display: flex; align-items: center; gap: 14px; padding: 28px clamp(20px, 6vw, 82px); color: white; background: #35101a; }
.inner-project-footer strong { color: #f4d9a4; font-family: "Cinzel", serif; }
.inner-project-footer span { color: rgba(255,255,255,.66); font-size: .84rem; }
.inner-project-footer a { margin-left: auto; color: white; font-size: .84rem; font-weight: 800; }
.entreformas-body { background: #f7f0e4; }
.entreformas-hero { grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); background: radial-gradient(circle at 22% 36%, rgba(184,137,66,.15), transparent 30%), #f7f0e4; }
.entreformas-hero-art { display: grid; place-items: center; }
.entreformas-hero-art img { display: block; width: min(100%, 560px); height: auto; }
.entreformas-hero .inner-project-kicker { color: var(--green); }
.entreformas-hero h1 { color: var(--ink); font-size: clamp(3rem, 7vw, 5.7rem); }
.entreformas-hero p { color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 1.05rem; font-style: normal; }
.entreformas-catalog { border-top: 1px solid rgba(101,20,38,.13); background: #fffdf8; }
.entreformas-products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: min(1180px, 100%); margin: 0 auto; }
.wellness-product { min-width: 0; overflow: hidden; border: 1px solid rgba(101,20,38,.16); border-radius: 22px; background: white; box-shadow: 0 14px 38px rgba(55,26,29,.08); }
.wellness-gallery { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; overflow-x: auto; aspect-ratio: 1 / .86; background: #eef0ef; scroll-snap-type: x mandatory; scrollbar-color: var(--gold) transparent; scrollbar-width: thin; }
.wellness-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; scroll-snap-align: start; }
.wellness-product-copy { display: flex; min-height: 280px; flex-direction: column; padding: 22px; }
.wellness-brand { color: var(--green); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }
.wellness-product h3 { margin: 9px 0 10px; font-family: "Playfair Display", serif; font-size: 1.42rem; line-height: 1.18; }
.wellness-product p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.55; }
.wellness-product-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; }
.wellness-product-footer strong { color: var(--green); font-family: "Playfair Display", serif; font-size: 1.45rem; white-space: nowrap; }
.wellness-product-footer a { padding: 11px 14px; border-radius: 999px; color: white; background: var(--green); text-decoration: none; font-size: .75rem; font-weight: 800; text-align: center; }
.wellness-product-footer a:hover { background: #4c0f1d; }
.wellness-product-footer a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.wellness-gallery-note { margin: 20px auto 0; color: var(--muted); text-align: center; font-size: .78rem; }
.entreformas-footer { background: #5a1323; }

@media (max-width: 720px) {
  .inner-project-topbar .brand-era { display: none; }
  .inner-back { padding: 9px 12px; font-size: .74rem; }
  .inner-project-hero { grid-template-columns: 1fr; min-height: auto; justify-items: center; gap: 24px; padding: 52px 20px 58px; text-align: center; }
  .inner-project-symbol { width: 132px; }
  .inner-project-hero h1 { font-size: 4rem; }
  .inner-project-hero p { font-size: 1rem; }
  .chronicles-page, .entreformas-catalog { padding: 52px 14px 64px; }
  .chronicles-grid { grid-template-columns: 1fr; }
  .chronicle-card summary { min-height: 94px; padding: 18px 50px 18px 18px; }
  .entreformas-hero { grid-template-columns: 1fr; }
  .entreformas-hero-art img { width: min(100%, 420px); }
  .entreformas-hero h1 { font-size: 3rem; }
  .entreformas-products { grid-template-columns: 1fr; width: min(430px, 100%); }
  .wellness-product-copy { min-height: 0; padding: 19px; }
  .wellness-product-footer { margin-top: 20px; }
  .inner-project-footer { align-items: flex-start; flex-direction: column; }
  .inner-project-footer a { margin-left: 0; }
}

/* Entre Mundos */
.worlds-body { color: #18171a; background: #f7f3e9; }
.worlds-topbar { color: #171712; }
.worlds-header-label { color: var(--green); font-family: "Cinzel", serif; font-size: .82rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.worlds-back { padding: 10px 15px; border: 1px solid rgba(101,20,38,.28); border-radius: 999px; color: var(--green); text-decoration: none; font-size: .82rem; font-weight: 800; }
.worlds-hero { display: grid; grid-template-columns: minmax(360px, .92fr) minmax(380px, 1.08fr); align-items: center; gap: clamp(40px, 7vw, 96px); min-height: calc(100vh - 86px); padding: clamp(54px, 7vw, 92px) clamp(20px, 8vw, 118px); color: white; background: radial-gradient(circle at 18% 22%, rgba(193,139,54,.2), transparent 30%), linear-gradient(135deg, #0d121a, #16121b 60%, #30111f); }
.worlds-hero-art { overflow: hidden; border: 1px solid rgba(226,186,118,.38); border-radius: 30px; background: white; box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.worlds-hero-art img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.worlds-kicker { color: #d9ab60; text-transform: uppercase; letter-spacing: .19em; font-size: .75rem; font-weight: 800; }
.worlds-hero h1 { margin-top: 16px; font-size: clamp(4rem, 9vw, 8rem); }
.worlds-hero-copy > p:not(.worlds-quote) { max-width: 620px; color: rgba(255,255,255,.7); font-size: 1.02rem; line-height: 1.75; }
.worlds-quote { margin: 22px 0 18px; color: #f3d9a9; font-family: "Playfair Display", serif; font-size: clamp(1.35rem, 3vw, 2.15rem); font-style: italic; line-height: 1.35; }
.worlds-hero .portal-link, .worlds-offer .portal-link { margin-top: 16px; padding: 13px 20px; font-size: .78rem; letter-spacing: .1em; }
.worlds-how, .worlds-shelf { padding: clamp(62px, 8vw, 104px) clamp(20px, 8vw, 118px); }
.worlds-section-heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.worlds-section-heading p { color: var(--muted); line-height: 1.7; }
.worlds-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; width: min(1100px, 100%); margin: 0 auto; }
.worlds-steps article { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 12px 34px rgba(33,39,29,.07); }
.worlds-steps article > span { color: var(--green); font-family: "Cinzel", serif; font-size: .74rem; font-weight: 800; letter-spacing: .16em; }
.worlds-steps h3 { margin: 16px 0 8px; font-family: "Playfair Display", serif; font-size: 1.65rem; }
.worlds-steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.worlds-shelf { border-top: 1px solid var(--line); background: var(--paper); }
.worlds-empty { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 22px; width: min(1000px, 100%); margin: 0 auto; padding: 28px; border: 1px solid rgba(101,20,38,.18); border-radius: 24px; background: linear-gradient(135deg, #f7f3e9, #f1e3e5); }
.worlds-moon { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; color: #e2ba76; background: #17131b; font-size: 2rem; }
.worlds-empty h3 { margin: 0 0 6px; font-family: "Playfair Display", serif; font-size: 1.5rem; }
.worlds-empty p { margin: 0; color: var(--muted); line-height: 1.55; }
.worlds-empty a { padding: 12px 18px; border-radius: 999px; color: white; background: var(--green); text-align: center; text-decoration: none; font-size: .84rem; font-weight: 800; }
.worlds-offer { padding: clamp(66px, 9vw, 118px) clamp(20px, 12vw, 180px); color: white; text-align: center; background: #15131a; }
.worlds-offer h2 { max-width: 820px; margin: 12px auto 18px; }
.worlds-offer p { max-width: 720px; margin: 0 auto; color: rgba(255,255,255,.68); line-height: 1.7; }
.worlds-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 32px clamp(20px, 5vw, 72px); color: white; background: #080a0f; }
.worlds-footer strong { font-family: "Cinzel", serif; font-size: 1.1rem; letter-spacing: .1em; }
.worlds-footer p { margin: 5px 0 0; color: rgba(255,255,255,.58); font-size: .82rem; }
.worlds-footer a { color: #e2ba76; text-decoration: none; font-family: "Playfair Display", serif; font-style: italic; }
.worlds-parent-brand { display: flex; align-items: center; gap: 12px; }
.worlds-parent-brand img { width: 94px; height: 62px; padding: 5px; object-fit: contain; border-radius: 12px; background: #f7f3e9; }
.worlds-parent-brand span { max-width: 180px; }

@media (max-width: 720px) {
  .worlds-header-label { display: none; }
  .worlds-back { padding: 9px 11px; font-size: .72rem; }
  .worlds-hero { grid-template-columns: 1fr; min-height: 0; gap: 32px; padding: 48px 20px 64px; }
  .worlds-hero-copy { text-align: center; }
  .worlds-hero-copy > p { margin-inline: auto; }
  .worlds-hero h1 { font-size: clamp(3.7rem, 19vw, 6rem); }
  .worlds-steps { grid-template-columns: 1fr; }
  .worlds-empty { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .worlds-empty a { width: 100%; }
  .worlds-footer { align-items: flex-start; flex-direction: column; gap: 8px; }
  .worlds-parent-brand { margin-top: 12px; }
}
