:root {
  --canvas: #f3eadc;
  --paper: #fffaf1;
  --ink: #22201d;
  --muted: #71695f;
  --gold: #b98528;
  --gold-bright: #d7aa4a;
  --line: rgba(34, 32, 29, .14);
  --dark: #181713;
  --sage: #aab09d;
  --rose: #c9a99b;
  --shadow: 0 24px 70px rgba(58, 44, 25, .12);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--sans); }
body.drawer-open { overflow: hidden; }
button, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.site-header {
  position: absolute; inset: 0 0 auto; z-index: 10; height: 94px; padding: 14px clamp(20px, 5vw, 74px);
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; letter-spacing: .15em; text-transform: uppercase; }
.brand img { width: 62px; height: 62px; object-fit: cover; border-radius: 50%; }
.header-cta { border-bottom: 1px solid currentColor; padding: 8px 0; text-decoration: none; font-size: 13px; font-weight: 700; }

.hero { min-height: 800px; padding: 140px clamp(20px, 7vw, 110px) 80px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 5vw; overflow: hidden; position: relative; }
.hero::before { content: ''; position: absolute; width: 48vw; height: 48vw; max-width: 700px; max-height: 700px; border: 1px solid rgba(185,133,40,.24); border-radius: 50%; right: -14vw; top: -17vw; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .94; }
h1 { font-size: clamp(58px, 7.7vw, 118px); }
h2 { font-size: clamp(44px, 5.2vw, 74px); }
h1 em, h2 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 550px; margin: 30px 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: #554f47; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 0 26px; text-decoration: none; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.text-link { font-size: 14px; font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--line); padding: 10px 0; }
.trust-list { margin: 46px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; gap: clamp(18px, 4vw, 52px); list-style: none; color: var(--muted); font-size: 12px; }
.trust-list strong { color: var(--ink); display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 26px; font-weight: 400; }

.hero-visual { position: relative; min-height: 590px; }
.portrait-stack { height: 100%; min-height: 590px; position: relative; }
.portrait-card { position: absolute; margin: 0; background: var(--paper); box-shadow: var(--shadow); padding: 12px; border-radius: 3px; }
.portrait-card p { margin: 12px 4px 4px; font: italic 16px var(--serif); }
.portrait-before { width: min(49%, 330px); left: 2%; bottom: 3%; transform: rotate(-5deg); z-index: 1; }
.portrait-after { width: min(62%, 420px); right: 4%; top: 0; transform: rotate(3deg); z-index: 2; }
.portrait-art { aspect-ratio: 3/4; display: grid; place-items: end start; overflow: hidden; padding: 22px; color: white; font-size: clamp(24px, 3vw, 45px); font-weight: 300; letter-spacing: -.04em; position: relative; }
.portrait-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; }
.portrait-art::before, .portrait-art::after { content: ''; position: absolute; border-radius: 50% 50% 46% 46%; }
.portrait-art::before { width: 35%; aspect-ratio: 1; background: rgba(255,255,255,.3); top: 18%; left: 33%; }
.portrait-art::after { width: 65%; height: 48%; background: rgba(20,20,20,.28); bottom: -6%; left: 18%; }
.portrait-art-before::before, .portrait-art-before::after { display: none; }
.portrait-art span { position: relative; z-index: 1; line-height: .85; }
.portrait-art-before { background: #817f78; }
.portrait-art-after { background: radial-gradient(circle at 30% 20%, #eed997, transparent 28%), linear-gradient(145deg, #917452, #161c21 75%); }
.portrait-mosaic { padding: 0; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; background: #181713; }
.portrait-mosaic::before, .portrait-mosaic::after { display: none; }
.portrait-mosaic img { position: static; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.portrait-mosaic img:nth-child(1), .portrait-mosaic img:nth-child(2) { object-position: 50% 28%; }
.portrait-mosaic img:nth-child(3), .portrait-mosaic img:nth-child(4) { object-position: 50% 22%; }
.portrait-mosaic span { position: absolute; left: 12px; bottom: 12px; padding: 8px 10px; background: rgba(20,19,17,.78); color: white; font-size: clamp(12px,1.4vw,20px); line-height: .9; letter-spacing: -.02em; }
.identity-seal { position: absolute; z-index: 3; right: -1%; bottom: 10%; width: 128px; height: 128px; border-radius: 50%; background: var(--dark); color: white; display: grid; place-content: center; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,.24); transform: rotate(-7deg); }
.identity-seal span { font-size: 9px; text-transform: uppercase; letter-spacing: .17em; }
.identity-seal strong { color: var(--gold-bright); font: 34px var(--serif); }

.section { padding: 110px clamp(20px, 7vw, 110px); }
.section-heading { max-width: 790px; margin-bottom: 58px; }
.section-heading > p:last-child { margin: 23px 0 0; max-width: 610px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.section-heading.compact { margin-bottom: 0; }

.results { background: var(--dark); color: #f8f2e8; }
.results .section-heading > p:last-child { color: #aaa398; }
.comparison-shell { display: grid; grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: center; gap: 20px; }
.comparison-track { overflow: hidden; }
.comparison-slide { display: none; grid-template-columns: 1fr 1fr; gap: 2px; background: rgba(255,255,255,.08); }
.comparison-slide.active { display: grid; animation: fadeSlide .45s ease; }
.comparison-image { min-height: 490px; display: flex; align-items: flex-end; padding: 26px; position: relative; overflow: hidden; }
.comparison-image::before { content: ''; position: absolute; width: 25%; aspect-ratio: 1; top: 18%; left: 38%; border-radius: 50%; background: rgba(255,255,255,.24); }
.comparison-image::after { content: ''; position: absolute; width: 48%; height: 52%; left: 27%; bottom: -5%; border-radius: 50% 50% 8% 8%; background: rgba(15,15,15,.3); }
.comparison-image.before { background: linear-gradient(145deg, #7f817c, #3a3c38); }
.comparison-image.after-1 { background: radial-gradient(circle at 70% 15%, #d9b260, transparent 25%), linear-gradient(150deg, #2e423f, #9a7150); }
.comparison-image.after-2 { background: radial-gradient(circle at 55% 22%, #c997be, transparent 25%), linear-gradient(150deg, #70526a, #272235); }
.comparison-image.after-3 { background: radial-gradient(circle at 70% 20%, #b0d6e0, transparent 26%), linear-gradient(150deg, #347685, #d4ad76); }
.comparison-photo, .comparison-mosaic { padding: 0; }
.comparison-photo::before, .comparison-photo::after, .comparison-mosaic::before, .comparison-mosaic::after { display: none; }
.comparison-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.comparison-mosaic { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 3px; background: #111; }
.comparison-mosaic > img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; object-position: center 25%; }
.image-label { position: relative; z-index: 2; padding: 9px 13px; background: rgba(20,20,20,.77); color: white; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.comparison-photo .image-label, .comparison-mosaic .image-label { position: absolute; left: 16px; bottom: 16px; }
.carousel-arrow { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.23); background: transparent; color: white; border-radius: 50%; cursor: pointer; }
.carousel-dots { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
.carousel-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #625f59; cursor: pointer; }
.carousel-dots button.active { width: 26px; border-radius: 99px; background: var(--gold-bright); }
.placeholder-note { text-align: center; color: #77726a; font-size: 11px; }


.packages { background: #e7dac7; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { padding: 30px; min-height: 310px; text-align: left; color: var(--ink); border: 1px solid rgba(34,32,29,.18); background: transparent; cursor: pointer; display: flex; flex-direction: column; transition: .25s ease; }
.package-card:hover, .package-card.selected { background: var(--dark); color: white; transform: translateY(-5px); box-shadow: var(--shadow); }
.package-number { font: 72px/.9 var(--serif); letter-spacing: -.08em; }
.package-label { margin: 5px 0 auto; font-size: 12px; letter-spacing: .17em; text-transform: uppercase; }
.package-card strong { font: 31px var(--serif); color: var(--gold); }
.package-card small { margin-top: 13px; font-weight: 700; }
.distribution-example { margin: 30px 0 0; color: var(--muted); }

.studio { padding-bottom: 150px; }
.category-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 0 0 17px; scrollbar-width: none; }
.category-tabs::-webkit-scrollbar { display: none; }
.category-tab { flex: 0 0 auto; padding: 11px 18px; border: 1px solid var(--line); border-radius: 99px; background: transparent; cursor: pointer; color: #665f57; font-weight: 700; font-size: 13px; }
.category-tab.active { background: var(--ink); color: white; border-color: var(--ink); }
.style-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-top: 18px; }
.style-card { border: 0; background: var(--paper); padding: 0; text-align: left; box-shadow: 0 12px 40px rgba(58,44,25,.07); transition: transform .2s; overflow: hidden; }
.style-card:hover { transform: translateY(-4px); }
.style-visual { aspect-ratio: 4/5; position: relative; padding: 16px; display: flex; align-items: flex-end; overflow: hidden; }
.style-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .45s ease; }
.style-card:hover .style-visual img { transform: scale(1.025); }
.style-category { position: relative; z-index: 1; color: rgba(255,255,255,.8); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tone-0 { background: linear-gradient(145deg, #24312d, #a78258); }
.tone-1 { background: linear-gradient(145deg, #866954, #d9b88b); }
.tone-2 { background: linear-gradient(145deg, #746b8d, #c8997e); }
.tone-3 { background: linear-gradient(145deg, #3a7180, #e2bd7c); }
.tone-4 { background: linear-gradient(145deg, #667b59, #cfc597); }
.tone-5 { background: linear-gradient(145deg, #2c2946, #b4779b); }
.tone-6 { background: linear-gradient(145deg, #453647, #d7aa4a); }
.tone-7 { background: linear-gradient(145deg, #7a5c48, #c8b79b); }
.style-info { padding: 17px; }
.style-info h3 { margin: 0 0 14px; font: 21px var(--serif); }
.quantity-control { min-height: 42px; display: grid; grid-template-columns: 42px 1fr 42px; border: 1px solid var(--line); border-radius: 99px; overflow: hidden; }
.quantity-control button { border: 0; background: transparent; cursor: pointer; font-size: 20px; }
.quantity-control span { display: grid; place-items: center; font-size: 12px; font-weight: 800; }
.quantity-control.empty { display: block; }
.quantity-control.empty button.add-first { display: block; width: 100%; height: 40px; font-size: 12px; font-weight: 800; }
.custom-card .style-visual { background: var(--dark); align-items: center; justify-content: center; }
.custom-card .style-visual::before { display: none; }
.custom-symbol { color: var(--gold-bright); font: 76px var(--serif); }
.uncommon-invite { width: 100%; margin-top: 28px; padding: 26px 32px; border: 0; background: var(--dark); color: white; display: grid; grid-template-columns: 84px 1fr; gap: 25px; align-items: center; text-align: left; cursor: pointer; }
.uncommon-orbit { width: 72px; height: 72px; border: 1px solid rgba(215,170,74,.5); border-radius: 50%; display: grid; place-items: center; color: var(--gold-bright); font-size: 28px; }
.uncommon-invite small, .uncommon-invite strong, .uncommon-invite em { display: block; }
.uncommon-invite small { color: var(--gold-bright); margin-bottom: 5px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.uncommon-invite strong { font: 31px var(--serif); }
.uncommon-invite em { margin-top: 8px; color: #aaa49c; font-size: 13px; font-style: normal; }

.special-gallery { position: fixed; z-index: 25; inset: 0; overflow-y: auto; background: #181713; color: white; transform: translateX(102%); visibility: hidden; transition: transform .38s ease, visibility .38s; }
.special-gallery.open { transform: translateX(0); visibility: visible; }
.special-header { position: sticky; top: 0; z-index: 2; min-height: 75px; padding: 12px clamp(20px,5vw,74px); background: rgba(24,23,19,.93); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; }
.special-back, .special-counter button { border: 0; background: transparent; color: white; cursor: pointer; font-weight: 700; }
.special-counter { display: flex; align-items: center; gap: 15px; font-size: 12px; }
.special-counter button { padding: 11px 15px; border-radius: 99px; background: var(--gold); }
.special-intro { padding: 70px clamp(20px,7vw,110px) 45px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 35px; }
.special-intro > p:last-child { color: #aaa49c; max-width: 470px; line-height: 1.7; }
.special-grid { padding: 0 clamp(20px,7vw,110px) 100px; display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.special-grid .style-card { background: #25231f; color: white; box-shadow: none; }
.special-grid .style-info h3 { min-height: 46px; }
.special-grid .quantity-control { border-color: rgba(255,255,255,.18); }
.special-grid .quantity-control button { color: white; }


.faq { background: var(--paper); display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 45px 24px 0; font-weight: 700; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; font-size: 24px; font-weight: 300; }
details[open] summary::after { content: '−'; }
details p { margin: -8px 45px 25px 0; color: var(--muted); line-height: 1.65; }

footer { background: var(--dark); color: white; min-height: 330px; padding: 65px clamp(20px,7vw,110px) 45px; text-align: center; display: flex; flex-direction: column; align-items: center; }
footer img { width: 105px; height: 105px; border-radius: 50%; }
footer p { color: #aaa49b; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
footer a { margin: 26px 0 55px; color: var(--gold-bright); font: 25px var(--serif); }
footer small { color: #706c66; }
footer .privacy-link { margin: 0; color: #8f8980; font: inherit; }

.legal-page { min-height: 100vh; padding: 42px 20px 90px; background: var(--canvas); }
.legal-header, .legal-content { width: min(760px, 100%); margin: 0 auto; }
.legal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 80px; }
.legal-header img { width: 66px; height: 66px; border-radius: 50%; }
.legal-header a { font-size: 13px; font-weight: 700; }
.legal-content h1 { font-size: clamp(48px, 8vw, 82px); margin-bottom: 25px; }
.legal-content h2 { margin: 44px 0 12px; font: 30px var(--serif); letter-spacing: -.02em; }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.75; }
.legal-content ul { padding-left: 20px; }
.legal-updated { padding-bottom: 25px; border-bottom: 1px solid var(--line); font-size: 12px; }

.order-bar { position: fixed; z-index: 20; left: 50%; bottom: 15px; width: min(720px, calc(100% - 28px)); transform: translateX(-50%) translateY(140%); opacity: 0; transition: .35s ease; }
.order-bar.visible { transform: translateX(-50%) translateY(0); opacity: 1; }
.order-summary-button { width: 100%; min-height: 72px; padding: 10px 14px; border: 0; border-radius: 14px; background: var(--dark); color: white; box-shadow: 0 18px 50px rgba(0,0,0,.28); display: grid; grid-template-columns: 4px 1fr auto; align-items: center; gap: 14px; text-align: left; cursor: pointer; }
.order-progress { width: 4px; height: 44px; border-radius: 9px; background: #4b4944; overflow: hidden; display: flex; align-items: flex-end; }
.order-progress i { width: 100%; height: 0; background: var(--gold-bright); transition: height .25s; }
.order-summary-button strong, .order-summary-button small { display: block; }
.order-summary-button small { color: #aaa49c; margin-top: 3px; }
.order-summary-button b { background: var(--gold); padding: 12px 16px; border-radius: 9px; font-size: 12px; }

.drawer-backdrop { position: fixed; z-index: 29; inset: 0; background: rgba(15,14,12,.6); backdrop-filter: blur(3px); }
.order-drawer { position: fixed; z-index: 30; top: 0; right: 0; width: min(510px, 100%); height: 100dvh; background: var(--paper); box-shadow: -20px 0 70px rgba(0,0,0,.22); transform: translateX(102%); transition: transform .32s ease; display: grid; grid-template-rows: auto 1fr auto; }
.order-drawer.open { transform: translateX(0); }
.drawer-header { padding: 25px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: start; }
.drawer-header h2 { font-size: 36px; }
.drawer-header button { border: 0; background: transparent; font-size: 35px; cursor: pointer; }
.drawer-content { overflow-y: auto; padding: 22px 25px; }
.drawer-package { display: flex; justify-content: space-between; align-items: center; background: #eee2d2; padding: 15px; margin-bottom: 20px; }
.drawer-package button { border: 0; background: transparent; text-decoration: underline; cursor: pointer; }
.drawer-empty { color: var(--muted); text-align: center; padding: 50px 20px; }
.drawer-item { display: grid; grid-template-columns: 62px 1fr auto; gap: 13px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.drawer-thumb { width: 62px; height: 76px; background-size: cover; background-position: center; border-radius: 4px; }
.drawer-item h3 { margin: 0 0 4px; font: 18px var(--serif); }
.drawer-item p { margin: 0; color: var(--muted); font-size: 12px; }
.drawer-item .mini-controls { display: flex; align-items: center; gap: 10px; }
.mini-controls button { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.drawer-switch-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0 28px; }
.drawer-switch-links button { min-height: 42px; padding: 8px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
.extra-builder { margin: 30px -25px 0; padding: 28px 25px; background: #1d1b18; color: white; }
.extra-builder h3 { margin: 0 0 8px; font: 27px var(--serif); }
.extra-builder > p:not(.eyebrow) { margin: 0 0 18px; color: #b8b1a7; font-size: 13px; line-height: 1.55; }
.extra-builder > p strong { color: var(--gold-bright); }
.extra-item { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
.extra-item label { display: flex; justify-content: space-between; color: var(--gold-bright); font-size: 11px; font-weight: 800; }
.extra-item textarea { width: 100%; margin-top: 9px; padding: 12px; border: 1px solid rgba(255,255,255,.18); background: #292722; color: white; resize: vertical; outline-color: var(--gold); }
.extra-item button { margin-top: 7px; padding: 0; border: 0; background: transparent; color: #aaa49c; text-decoration: underline; font-size: 11px; cursor: pointer; }
.add-extra { width: 100%; min-height: 44px; border: 1px solid rgba(215,170,74,.55); background: transparent; color: var(--gold-bright); cursor: pointer; font-weight: 800; }
.general-note { display: block; margin-top: 28px; font-weight: 700; font-size: 13px; }
.general-note textarea { width: 100%; margin-top: 9px; padding: 13px; border: 1px solid var(--line); background: white; resize: vertical; outline-color: var(--gold); }
.drawer-footer { padding: 18px 25px max(18px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: white; }
.drawer-footer p { margin: 0 0 12px; color: var(--muted); font-size: 13px; }
.button-whatsapp { width: 100%; color: white; background: #1f8c52; }
.button-whatsapp:disabled { background: #aaa69f; cursor: not-allowed; }
.toast { position: fixed; z-index: 50; left: 50%; top: 25px; transform: translate(-50%, -30px); opacity: 0; background: var(--dark); color: white; padding: 12px 18px; border-radius: 8px; font-size: 13px; transition: .25s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes fadeSlide { from { opacity: .3; transform: translateX(12px); } }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-visual { min-height: 520px; }
  .portrait-stack { min-height: 520px; }
  .faq { grid-template-columns: 1fr; gap: 55px; }
  .style-grid { grid-template-columns: repeat(3,1fr); }
  .special-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 650px) {
  .site-header { height: 76px; padding: 9px 18px; }
  .brand img { width: 48px; height: 48px; }
  .brand span { display: none; }
  .header-cta { font-size: 12px; }
  .hero { min-height: auto; padding: 108px 20px 62px; gap: 38px; }
  .hero::before { width: 390px; height: 390px; right: -260px; top: -190px; }
  h1 { font-size: clamp(55px, 16vw, 76px); }
  h2 { font-size: clamp(42px, 12vw, 58px); }
  .hero-lead { margin: 23px 0; font-size: 18px; }
  .hero-actions { gap: 17px; }
  .button { min-height: 51px; padding: 0 20px; }
  .trust-list { justify-content: space-between; gap: 10px; }
  .trust-list strong { font-size: 23px; }
  .hero-visual, .portrait-stack { min-height: 420px; }
  .portrait-before { width: 48%; left: 0; }
  .portrait-after { width: 61%; right: 2%; }
  .identity-seal { width: 96px; height: 96px; right: 0; bottom: 6%; }
  .identity-seal strong { font-size: 26px; }
  .section { padding: 78px 20px; }
  .section-heading { margin-bottom: 38px; }
  .comparison-shell { grid-template-columns: 1fr; gap: 0; }
  .carousel-arrow { position: absolute; z-index: 3; margin: 0 8px; background: rgba(0,0,0,.4); }
  .carousel-arrow.next { right: 20px; }
  .comparison-slide { grid-template-columns: 1fr 1fr; }
  .comparison-image { min-height: 330px; padding: 12px; }
  .package-grid { grid-template-columns: 1fr 1fr 1fr; gap: 7px; }
  .package-card { min-height: 205px; padding: 17px 10px; }
  .package-number { font-size: 44px; }
  .package-card strong { font-size: 21px; }
  .package-card small { font-size: 10px; }
  .style-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .style-info { padding: 13px; }
  .style-info h3 { font-size: 18px; min-height: 42px; }
  .uncommon-invite { grid-template-columns: 56px 1fr; padding: 20px 17px; gap: 15px; }
  .uncommon-orbit { width: 54px; height: 54px; }
  .uncommon-invite strong { font-size: 23px; }
  .special-header { min-height: 66px; padding: 10px 15px; }
  .special-back { font-size: 12px; }
  .special-counter { gap: 8px; }
  .special-counter button { padding: 9px 11px; font-size: 11px; }
  .special-intro { grid-template-columns: 1fr; padding: 50px 20px 30px; gap: 15px; }
  .special-grid { grid-template-columns: 1fr 1fr; padding: 0 10px 90px; gap: 10px; }
  .special-grid .style-info h3 { min-height: 42px; }
  .order-summary-button { min-height: 68px; }
  .order-summary-button b { padding: 11px 12px; }
  .order-drawer { top: auto; bottom: 0; height: min(88dvh, 760px); border-radius: 18px 18px 0 0; transform: translateY(102%); }
  .order-drawer.open { transform: translateY(0); }
}

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