:root {
  --plum-950: #321227;
  --plum-900: #512042;
  --plum-800: #6e2a58;
  --plum-700: #87406d;
  --coral: #ef785f;
  --peach: #f7ad8d;
  --gold: #f3bd59;
  --cream: #fff7ed;
  --paper: #fffdf9;
  --ink: #2d2029;
  --muted: #766b72;
  --line: rgba(81, 32, 66, .12);
  --green: #398168;
  --shadow-sm: 0 10px 30px rgba(64, 29, 51, .08);
  --shadow-lg: 0 28px 80px rgba(64, 29, 51, .17);
  --radius-xl: 34px;
  --radius-lg: 23px;
  --radius-md: 15px;
  --max: 1220px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { color: inherit; }

.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; transform: translateY(-150%); border-radius: 10px; color: white; background: var(--plum-900); }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; top: 0; left: 50%; display: flex; width: min(calc(100% - 48px), var(--max)); min-height: 88px; align-items: center; justify-content: space-between; transform: translateX(-50%); border-bottom: 1px solid rgba(81,32,66,.11); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand > span:last-child { display: grid; gap: 1px; }
.brand strong { color: var(--plum-900); font: 800 19px/1 Manrope, sans-serif; letter-spacing: -.7px; }
.brand small { color: var(--muted); font-size: 9px; }
.brand-mark { position: relative; display: grid; width: 43px; height: 43px; place-items: center; overflow: hidden; border-radius: 15px 15px 15px 5px; color: white; background: linear-gradient(145deg, var(--coral), var(--plum-800)); box-shadow: 0 8px 18px rgba(110,42,88,.2); transform: rotate(-4deg); }
.brand-mark i { position: absolute; top: -10px; right: -11px; width: 27px; height: 27px; border-radius: 50%; background: rgba(255,255,255,.17); }
.brand-mark b { position: relative; font: 700 21px/1 Manrope, sans-serif; transform: rotate(4deg); }
.site-header nav { display: flex; align-items: center; gap: 31px; }
.site-header nav a { color: #66565f; font-size: 11px; font-weight: 700; text-decoration: none; }
.site-header nav a:hover { color: var(--plum-800); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.58); }
.language-switcher button, footer > div button { min-width: 35px; padding: 7px; border: 0; border-radius: 14px; color: var(--muted); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.language-switcher button.active, footer > div button.active { color: white; background: var(--plum-800); }
.header-cta { padding: 11px 17px; border-radius: 11px; color: white; background: var(--plum-900); font-size: 10px; font-weight: 800; text-decoration: none; }

.hero { position: relative; display: grid; min-height: 760px; grid-template-columns: minmax(0, .95fr) minmax(420px, .8fr); gap: 55px; align-items: center; overflow: hidden; padding: 128px max(24px, calc((100% - var(--max))/2)) 68px; background: radial-gradient(circle at 87% 17%, rgba(247,173,141,.38), transparent 34%), linear-gradient(135deg, #fffaf2 0%, #fff2e7 55%, #fbe9e7 100%); }
.hero::before { position: absolute; top: 105px; left: -115px; width: 230px; height: 230px; border: 1px solid rgba(110,42,88,.09); border-radius: 50%; box-shadow: 0 0 0 42px rgba(110,42,88,.018), 0 0 0 85px rgba(110,42,88,.012); content: ""; }
.hero-blur { position: absolute; border-radius: 50%; filter: blur(8px); opacity: .55; }
.hero-blur-one { right: 38%; bottom: 7%; width: 85px; height: 85px; background: var(--gold); }
.hero-blur-two { top: 22%; right: 5%; width: 60px; height: 60px; background: #a4cabc; }
.hero-copy { position: relative; z-index: 2; max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(110,42,88,.12); border-radius: 18px; color: var(--plum-800); background: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: 1.1px; text-transform: uppercase; }
.eyebrow > span:first-child { color: var(--coral); }
.hero h1 { max-width: 700px; margin: 19px 0 21px; font: 800 clamp(47px, 6vw, 76px)/.99 Manrope, sans-serif; letter-spacing: -4.5px; text-wrap: balance; }
.hero h1 em { color: var(--plum-800); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 31px; }
.primary-button { display: inline-flex; align-items: center; gap: 17px; padding: 9px 10px 9px 20px; border-radius: 14px; color: white; background: linear-gradient(120deg, var(--plum-900), var(--plum-800)); box-shadow: 0 14px 32px rgba(81,32,66,.22); font-size: 11px; font-weight: 800; text-decoration: none; }
.primary-button b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 10px; color: var(--plum-900); background: var(--gold); font-size: 15px; }
.text-button { display: inline-flex; align-items: center; gap: 9px; color: var(--plum-900); font-size: 10px; font-weight: 800; text-decoration: none; }
.play { display: grid; width: 29px; height: 29px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 8px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 28px; }
.trust-row > span { display: flex; align-items: center; gap: 5px; color: #6d6268; font-size: 9px; font-weight: 600; }
.trust-row i { display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: var(--green); background: rgba(57,129,104,.12); font-size: 8px; font-style: normal; }

.hero-visual { position: relative; z-index: 2; justify-self: end; width: min(100%, 550px); }
.hero-art { position: relative; min-height: 505px; overflow: hidden; border: 9px solid rgba(255,255,255,.74); border-radius: 170px 170px 36px 36px; background: linear-gradient(145deg, #f3b38f, #8e4674 60%, #4e1f40); box-shadow: var(--shadow-lg); transform: rotate(1.2deg); }
.hero-collage { position: relative; min-height: 505px; overflow: hidden; background: radial-gradient(circle at 75% 24%, rgba(255,255,255,.25), transparent 24%), linear-gradient(145deg, #f4b694, #a84f75 62%, #4e1f40); }
.hero-collage::before { position: absolute; right: -75px; bottom: -85px; width: 300px; height: 300px; border-radius: 50%; content: ""; background: rgba(255,255,255,.1); box-shadow: 0 0 0 38px rgba(255,255,255,.06), 0 0 0 78px rgba(255,255,255,.035); }
.portrait-frame { position: absolute; display: grid; place-items: center; border: 8px solid #fff8ec; border-bottom-width: 22px; border-radius: 55px 55px 18px 18px; box-shadow: 0 18px 35px rgba(58,20,45,.24); transform-origin: center bottom; }
.portrait-frame i { position: relative; z-index: 2; font: 800 52px Manrope, sans-serif; font-style: normal; }
.portrait-frame b { position: absolute; right: 12%; bottom: 5%; width: 76%; height: 28%; border-radius: 50% 50% 15px 15px; content: ""; }
.portrait-hair { position: absolute; z-index: 1; top: 17%; width: 62%; height: 35%; border-radius: 60% 60% 35% 35%; }
.frame-one { top: 82px; left: 8%; width: 145px; height: 205px; color: #702e59; background: #f8dbc3; transform: rotate(-7deg); }
.frame-one .portrait-hair { background: #5c2945; }
.frame-one b { background: #d36f65; }
.frame-two { top: 46px; left: 36%; width: 170px; height: 240px; color: #f4cd71; background: #713054; transform: rotate(2deg); }
.frame-two .portrait-hair { top: 13%; height: 28%; background: #2e1826; }
.frame-two b { background: #e8a04e; }
.frame-three { top: 96px; right: 5%; width: 140px; height: 195px; color: #2e6e5b; background: #c9e2d4; transform: rotate(8deg); }
.frame-three .portrait-hair { background: #e7e1d7; box-shadow: -10px 4px 0 #e7e1d7, 10px 4px 0 #e7e1d7; }
.frame-three b { background: #4d9a80; }
.gift-box { position: absolute; bottom: 35px; left: 28%; width: 185px; height: 120px; border-radius: 12px; background: #f7d36e; box-shadow: 0 20px 35px rgba(58,20,45,.22); transform: rotate(-4deg); }
.gift-box > span { position: absolute; top: 0; bottom: 0; left: 50%; width: 26px; transform: translateX(-50%); background: #8a3f6c; }
.gift-box > b { position: absolute; top: -27px; left: 50%; width: 80px; height: 42px; transform: translateX(-50%); border: 12px solid #8a3f6c; border-radius: 50%; }
.confetti { position: absolute; color: rgba(255,255,255,.8); }
.confetti-one { top: 30px; left: 15%; font-size: 23px; }
.confetti-two { top: 42%; right: 6%; color: var(--gold); font-size: 13px; }
.confetti-three { bottom: 20%; left: 8%; font-size: 17px; }
.hero-art::after { position: absolute; inset: 0; box-shadow: inset 0 -90px 100px rgba(51,16,40,.25); content: ""; pointer-events: none; }
.art-badge { position: absolute; z-index: 2; right: 17px; bottom: 15px; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.4); border-radius: 13px; color: white; background: rgba(52,17,42,.58); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; }
.art-badge i { color: var(--gold); font-style: normal; }
.orbit { position: absolute; border: 1px dashed rgba(110,42,88,.14); border-radius: 50%; }
.orbit-one { top: -32px; right: -46px; width: 180px; height: 180px; }
.orbit-two { bottom: -58px; left: -42px; width: 150px; height: 150px; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px; background: rgba(255,255,255,.87); box-shadow: var(--shadow-sm); backdrop-filter: blur(14px); }
.floating-card > span { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 10px; background: #fff0e6; font-size: 17px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--plum-900); font: 800 10px Manrope, sans-serif; }
.floating-card small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.floating-card-one { top: 73px; left: -61px; }
.floating-card-two { right: -29px; bottom: 71px; }

.social-proof { display: flex; min-height: 100px; align-items: center; justify-content: center; gap: 46px; padding: 22px 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.social-proof p { margin: 0; color: #9a8c94; font-size: 8px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.social-proof > div { display: flex; gap: 38px; }
.social-proof span { display: flex; align-items: center; gap: 8px; font-size: 17px; }
.social-proof b { color: #695e64; font-size: 9px; }

.section { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; padding: 94px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.section-heading.centered { display: block; max-width: 660px; margin: 0 auto 43px; text-align: center; }
.section-heading h2, .styles-copy h2, .privacy-banner h2, .final-cta h2 { margin: 8px 0 0; font: 800 clamp(31px, 4vw, 47px)/1.08 Manrope, sans-serif; letter-spacing: -2.4px; text-wrap: balance; }
.section-heading > p, .section-heading.centered p { max-width: 470px; margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.section-heading.centered p { margin-right: auto; margin-left: auto; }
.section-label { color: var(--coral); font-size: 9px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.section-label.light { color: var(--gold); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps-grid article { position: relative; min-height: 260px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: 0 3px 0 rgba(81,32,66,.02); }
.steps-grid article::after { position: absolute; right: -48px; bottom: -63px; width: 160px; height: 160px; border-radius: 50%; content: ""; background: rgba(239,120,95,.055); box-shadow: 0 0 0 23px rgba(239,120,95,.025); }
.step-number { position: absolute; top: 24px; right: 25px; color: rgba(81,32,66,.18); font: 800 18px Manrope, sans-serif; }
.step-icon { display: grid; width: 52px; height: 52px; place-items: center; margin-bottom: 40px; border-radius: 16px; color: white; font-size: 23px; }
.upload-icon { background: linear-gradient(145deg, var(--plum-700), var(--plum-900)); }
.magic-icon { color: var(--plum-900); background: linear-gradient(145deg, var(--gold), #ef8b6b); }
.gift-icon { background: linear-gradient(145deg, #61a68d, #2f6f5b); }
.steps-grid h3 { margin: 0; font: 800 18px Manrope, sans-serif; letter-spacing: -.6px; }
.steps-grid p { max-width: 290px; margin: 9px 0 0; color: var(--muted); font-size: 10px; line-height: 1.65; }

.styles-showcase { display: grid; grid-template-columns: .75fr 1.25fr; min-height: 440px; align-items: center; gap: 45px; padding: 72px max(24px, calc((100% - var(--max))/2)); overflow: hidden; color: white; background: radial-gradient(circle at 78% 50%, rgba(239,120,95,.3), transparent 35%), var(--plum-950); }
.styles-copy { max-width: 470px; }
.styles-copy p { margin: 18px 0 0; color: rgba(255,255,255,.59); font-size: 12px; line-height: 1.72; }
.style-ribbon { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; transform: rotate(-3deg); }
.mini-portrait { position: relative; display: grid; min-height: 260px; place-items: center; overflow: hidden; border: 6px solid rgba(255,255,255,.12); border-radius: 90px 90px 19px 19px; box-shadow: 0 20px 40px rgba(0,0,0,.2); }
.mini-portrait span { position: relative; z-index: 2; font: 800 60px Manrope, sans-serif; }
.mini-portrait i { position: absolute; right: -25px; bottom: -35px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.13); }
.portrait-water { color: #622343; background: linear-gradient(160deg, #f7c7a7, #f7e2c7); }
.portrait-classic { color: #ffe1a0; background: linear-gradient(160deg, #984b6e, #55213f); transform: translateY(24px); }
.portrait-comic { color: #492039; background: linear-gradient(160deg, #f1bd54, #eb765c); }
.portrait-line { color: #255e4d; background: linear-gradient(160deg, #a9d2c2, #f5edda); transform: translateY(24px); }

.creator-section { padding: 96px max(24px, calc((100% - var(--max))/2)); background: #f8efe5; }
.creator-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 22px; align-items: start; }
.creator-form { display: grid; gap: 16px; }
.builder-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-sm); }
.builder-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.builder-heading > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 11px; color: white; background: var(--plum-800); font-size: 11px; font-weight: 800; }
.builder-heading h3, .builder-heading p { margin: 0; }
.builder-heading h3 { font: 800 16px Manrope, sans-serif; }
.builder-heading p { margin-top: 3px; color: var(--muted); font-size: 9px; }
.drop-zone { display: flex; min-height: 185px; align-items: center; justify-content: center; flex-direction: column; padding: 25px; border: 1.5px dashed rgba(110,42,88,.28); border-radius: 17px; background: #fff8f0; text-align: center; cursor: pointer; transition: border-color .2s, background .2s, transform .2s; }
.drop-zone.dragging { border-color: var(--coral); background: #fff1e7; transform: scale(1.005); }
.drop-zone input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.drop-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 13px; border-radius: 15px; color: var(--plum-800); background: #f2dfdf; font-size: 24px; }
.drop-zone strong { font: 800 13px Manrope, sans-serif; }
.drop-zone small { margin: 5px 0; color: #a598a0; font-size: 8px; }
.drop-zone b { color: var(--coral); font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }
.photo-previews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.photo-preview { position: relative; height: 118px; overflow: hidden; border-radius: 13px; background: #eee5df; }
.photo-preview img { width: 100%; height: 100%; object-fit: cover; }
.photo-preview button { position: absolute; top: 7px; right: 7px; display: grid; width: 26px; height: 26px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: white; background: rgba(45,18,36,.6); cursor: pointer; }
.upload-message { min-height: 16px; margin: 8px 0 0; color: var(--coral); font-size: 9px; }
.consent-row { display: flex; gap: 9px; align-items: flex-start; margin-top: 4px; cursor: pointer; }
.consent-row input, .dialog-consent input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--plum-800); }
.consent-row b, .consent-row small { display: block; }
.consent-row b { font-size: 9px; font-weight: 700; line-height: 1.45; }
.consent-row small { margin-top: 2px; color: var(--muted); font-size: 8px; }

.style-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.style-option { position: relative; display: grid; gap: 5px; padding: 8px 8px 12px; border: 1px solid var(--line); border-radius: 14px; background: white; text-align: left; cursor: pointer; }
.style-option:hover, .style-option.active { border-color: var(--plum-700); box-shadow: 0 0 0 2px rgba(110,42,88,.08); }
.style-option > b { position: absolute; top: 7px; right: 7px; display: none; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: white; background: var(--plum-800); font-size: 9px; }
.style-option.active > b { display: grid; }
.style-swatch { display: grid; height: 88px; place-items: center; overflow: hidden; border-radius: 10px; }
.style-swatch i { font: 800 35px Manrope, sans-serif; font-style: normal; }
.swatch-water { color: #6d2c54; background: linear-gradient(145deg, #f7c1a4, #fbe2c7); }
.swatch-classic { color: #ffd77f; background: linear-gradient(145deg, #8d426b, #4c1b3b); }
.swatch-comic { color: #53203f; background: linear-gradient(145deg, #f4c24f, #ed745d); }
.swatch-line { color: #32725e; background: linear-gradient(145deg, #b3d8c9, #f5e9d7); }
.style-option strong { font: 800 10px Manrope, sans-serif; }
.style-option small { color: var(--muted); font-size: 8px; }

.product-options { display: grid; gap: 8px; }
.product-option { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 13px; border: 1px solid var(--line); border-radius: 13px; background: white; text-align: left; cursor: pointer; }
.product-option:hover, .product-option.active { border-color: var(--plum-700); background: #fff9f4; box-shadow: 0 0 0 2px rgba(110,42,88,.06); }
.product-option > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 11px; color: var(--plum-800); background: #f2e4e3; font-size: 17px; }
.product-option strong, .product-option small { display: block; }
.product-option strong { font: 800 11px Manrope, sans-serif; }
.product-option small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.product-option > b { color: var(--plum-800); font: 800 11px Manrope, sans-serif; }
.merchandise-block { margin-top: 13px; padding: 13px; border: 1px solid rgba(110,42,88,.13); border-radius: 13px; background: #fff8f1; }
.merchandise-block[hidden], #shirtSizeField[hidden] { display: none; }
.merchandise-label { color: var(--coral); font-size: 8px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.merchandise-grid { margin-top: 9px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 15px; }
.detail-grid label, .note-field, #checkoutForm > label, .dialog-grid label { display: grid; gap: 6px; }
.detail-grid label > span, .note-field > span, #checkoutForm label > span { font-size: 8px; font-weight: 800; letter-spacing: .6px; text-transform: uppercase; }
select, textarea, #checkoutForm input { width: 100%; padding: 11px 12px; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: #fffdfa; font-size: 10px; }
select:focus, textarea:focus, #checkoutForm input:focus { border-color: var(--plum-700); box-shadow: 0 0 0 3px rgba(110,42,88,.08); }
.note-field { position: relative; margin-top: 12px; }
.note-field textarea { resize: vertical; }
.note-field > small { position: absolute; right: 10px; bottom: 8px; color: #a3969c; font-size: 7px; }

.order-summary { position: sticky; top: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--paper); box-shadow: var(--shadow-lg); }
.summary-preview { position: relative; display: grid; min-height: 235px; place-items: center; overflow: hidden; background: radial-gradient(circle at 45% 40%, #f8d9c0, transparent 30%), linear-gradient(145deg, #f5b890, #a84f75); }
.summary-preview::before, .summary-preview::after { position: absolute; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; content: ""; }
.summary-preview::before { width: 230px; height: 230px; }
.summary-preview::after { width: 175px; height: 175px; }
.preview-face { position: relative; z-index: 2; display: grid; width: 125px; height: 150px; place-items: center; border: 7px solid rgba(255,255,255,.7); border-radius: 65px 65px 20px 20px; color: var(--plum-800); background: #fff2dc; box-shadow: 0 18px 35px rgba(64,29,51,.16); font: 800 56px Manrope, sans-serif; }
.summary-preview.has-photo .preview-face { overflow: hidden; border-radius: 24px; }
.summary-preview.has-photo .preview-face img { width: 100%; height: 100%; object-fit: cover; }
.summary-preview.generated .preview-face { width: 168px; height: 168px; border-radius: 30px; }
.summary-preview.generating .preview-face { animation: ai-pulse 1.4s ease-in-out infinite; }
.summary-preview.generating::after { animation: ai-ring 1.2s linear infinite; border-style: dashed; }
.ai-badge { position: absolute; z-index: 4; top: 18px; left: 18px; padding: 7px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; color: white; background: rgba(50,18,39,.55); backdrop-filter: blur(9px); font-size: 7px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.summary-spark { position: absolute; top: 22px; right: 27px; color: white; font-size: 27px; }
.summary-preview p { position: absolute; z-index: 2; right: 20px; bottom: 12px; left: 20px; margin: 0; color: rgba(255,255,255,.82); font-size: 8px; text-align: center; }
.summary-body { padding: 22px; }
.summary-top { display: flex; align-items: center; justify-content: space-between; }
.demo-price { padding: 5px 7px; border-radius: 9px; color: #7f5d29; background: #fff0ca; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.summary-body dl { margin: 15px 0; }
.summary-body dl > div { display: flex; justify-content: space-between; gap: 15px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.summary-body dt { color: var(--muted); font-size: 9px; }
.summary-body dd { margin: 0; font-size: 9px; font-weight: 800; text-align: right; }
.total-row { display: flex; align-items: end; justify-content: space-between; padding: 9px 0 17px; }
.total-row span { color: var(--muted); font-size: 9px; }
.total-row strong { color: var(--plum-800); font: 800 25px Manrope, sans-serif; letter-spacing: -1px; }
.ai-generate { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 10px 11px; border: 1px solid rgba(110,42,88,.15); border-radius: 12px; color: var(--plum-900); background: linear-gradient(120deg, #fff0df, #f8d8d5); font-size: 10px; font-weight: 800; cursor: pointer; box-shadow: 0 9px 22px rgba(81,32,66,.08); }
.ai-generate > span { display: flex; align-items: center; gap: 8px; }
.ai-generate b { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: white; background: linear-gradient(145deg, var(--coral), var(--plum-800)); font-size: 12px; }
.ai-generate i { font-size: 15px; font-style: normal; }
.ai-generate:hover { border-color: var(--plum-700); transform: translateY(-1px); }
.ai-generate:disabled { cursor: wait; opacity: .72; transform: none; }
.ai-generate.loading b { animation: ai-spin 1.2s linear infinite; }
.ai-progress { min-height: 27px; margin: 8px 1px 4px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.ai-progress[data-status="success"] { color: var(--green); }
.ai-progress[data-status="error"] { color: var(--coral); }
.generated-download { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 0 0 8px; padding: 9px; border: 1px solid rgba(57,129,104,.2); border-radius: 10px; color: var(--green); background: rgba(57,129,104,.07); font-size: 8px; font-weight: 800; text-decoration: none; }
#reviewOrder { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 10px 10px 10px 15px; border: 0; border-radius: 12px; color: white; background: var(--plum-900); font-size: 10px; font-weight: 800; cursor: pointer; }
#reviewOrder b { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; color: var(--plum-900); background: var(--gold); }
.summary-warning { min-height: 15px; margin: 8px 0 0; color: var(--coral); font-size: 8px; line-height: 1.4; }
.no-charge { display: flex; gap: 6px; align-items: flex-start; margin-top: 8px; color: var(--muted); font-size: 7px; line-height: 1.4; }
.no-charge i { color: var(--plum-700); font-style: normal; }

.privacy-banner { display: grid; grid-template-columns: auto 1.3fr .7fr; gap: 30px; align-items: center; padding: 66px max(24px, calc((100% - var(--max))/2)); color: white; background: linear-gradient(125deg, var(--plum-950), var(--plum-800)); }
.privacy-icon { display: grid; width: 72px; height: 72px; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 23px; color: var(--gold); background: rgba(255,255,255,.07); font-size: 34px; }
.privacy-banner h2 { margin-top: 9px; font-size: clamp(28px, 3.5vw, 40px); }
.privacy-banner p { max-width: 650px; margin: 13px 0 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.65; }
.privacy-points { display: grid; gap: 9px; }
.privacy-points > span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 700; }
.privacy-points i { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: #c9f0df; background: rgba(94,178,146,.18); font-size: 9px; font-style: normal; }

.faq-section { padding-bottom: 75px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.faq-grid details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.faq-grid summary { position: relative; padding-right: 25px; list-style: none; font: 800 11px Manrope, sans-serif; cursor: pointer; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { position: absolute; top: -1px; right: 0; content: "+"; color: var(--plum-700); font-size: 18px; font-weight: 400; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid p { margin: 11px 0 0; color: var(--muted); font-size: 9px; line-height: 1.65; }

.final-cta { display: grid; justify-items: center; padding: 82px 24px; color: white; background: radial-gradient(circle at 50% 20%, rgba(243,189,89,.17), transparent 32%), var(--plum-950); text-align: center; }
.final-cta > span { color: var(--gold); font-size: 26px; }
.final-cta h2 { max-width: 700px; margin-top: 12px; }
.final-cta p { margin: 14px 0 25px; color: rgba(255,255,255,.57); font-size: 11px; }
.final-cta a { padding: 14px 22px; border-radius: 12px; color: var(--plum-950); background: var(--gold); font-size: 10px; font-weight: 800; text-decoration: none; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 25px; align-items: center; padding: 31px max(24px, calc((100% - var(--max))/2)); border-top: 1px solid rgba(255,255,255,.09); color: white; background: #260c1e; }
.footer-brand { justify-self: start; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.45); }
footer p { margin: 0; color: rgba(255,255,255,.4); font-size: 8px; text-align: center; }
footer > div { display: flex; justify-self: end; padding: 3px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; }
footer > div button { color: rgba(255,255,255,.55); }
footer > div button.active { background: var(--coral); }

dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 28px); padding: 33px; overflow: auto; border: 0; border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow-lg); }
dialog::backdrop { background: rgba(38,12,30,.72); backdrop-filter: blur(8px); }
.dialog-close { position: absolute; top: 13px; right: 13px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #f5eee9; font-size: 22px; cursor: pointer; }
.dialog-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 17px; border-radius: 15px; color: white; background: linear-gradient(145deg, var(--coral), var(--plum-800)); font-size: 24px; }
dialog h2 { margin: 7px 0 8px; font: 800 27px/1.12 Manrope, sans-serif; letter-spacing: -1.2px; }
dialog > p { margin: 0 0 19px; color: var(--muted); font-size: 10px; line-height: 1.6; }
#checkoutForm { display: grid; gap: 11px; }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.checkout-section { display: grid; gap: 11px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; background: #fffaf5; }
.checkout-section[hidden] { display: none; }
.checkout-section-heading { display: flex; gap: 10px; align-items: center; }
.checkout-section-heading > span { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 10px; color: white; background: linear-gradient(145deg, var(--coral), var(--plum-800)); font-size: 14px; font-weight: 800; }
.checkout-section-heading small { display: block; margin-bottom: 2px; color: var(--coral); font-size: 7px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; }
.checkout-section-heading h3 { margin: 0; font: 800 12px Manrope, sans-serif; }
.checkout-section label { display: grid; gap: 6px; }
.city-search-field { position: relative; }
.nova-results { position: absolute; z-index: 12; top: calc(100% + 4px); right: 0; left: 0; max-height: 190px; padding: 5px; overflow: auto; border: 1px solid var(--line); border-radius: 11px; background: white; box-shadow: var(--shadow-sm); }
.nova-results button { display: block; width: 100%; padding: 9px 10px; border: 0; border-radius: 8px; color: var(--ink); background: transparent; font-size: 9px; line-height: 1.35; text-align: left; cursor: pointer; }
.nova-results button:hover, .nova-results button:focus { background: #f6e9e6; outline: none; }
.nova-status, .payment-note { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.nova-status[data-status="loading"] { color: var(--plum-700); }
.nova-status[data-status="success"] { color: var(--green); }
.nova-status[data-status="error"] { color: #b43c49; }
.payment-options { display: grid; gap: 7px; }
.payment-option { display: grid !important; grid-template-columns: auto 1fr auto; gap: 10px !important; align-items: center !important; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.payment-option:hover, .payment-option:has(input:checked) { border-color: var(--plum-700); background: #fff4ec; box-shadow: 0 0 0 2px rgba(110,42,88,.06); }
#checkoutForm .payment-option input, #checkoutForm .dialog-consent input { width: 16px; height: 16px; padding: 0; accent-color: var(--plum-800); }
.payment-option > span { display: block; font-size: initial !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { font-size: 9px; }
.payment-option small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 500; line-height: 1.4; }
.payment-option > b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; color: white; background: var(--plum-800); font-size: 8px; opacity: 0; }
.payment-option:has(input:checked) > b { opacity: 1; }
.dialog-consent { display: flex !important; flex-direction: row !important; gap: 8px !important; align-items: flex-start; margin: 4px 0; cursor: pointer; }
.dialog-consent span { font-size: 8px !important; font-weight: 600 !important; line-height: 1.45; text-transform: none !important; letter-spacing: 0 !important; }
.dialog-total { display: flex; align-items: end; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); }
.dialog-total span { color: var(--muted); font-size: 9px; }
.dialog-total strong { color: var(--plum-800); font: 800 23px Manrope, sans-serif; }
.dialog-submit { padding: 13px; border: 0; border-radius: 11px; color: white; background: var(--plum-900); font-size: 10px; font-weight: 800; cursor: pointer; }
.success-state { padding: 18px 0 5px; text-align: center; }
.success-state > span { display: grid; width: 62px; height: 62px; margin: 0 auto 15px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 28px; }
.success-state h3 { margin: 0; font: 800 21px Manrope, sans-serif; }
.success-state p { max-width: 400px; margin: 9px auto 17px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.success-state button { padding: 11px 20px; border: 0; border-radius: 10px; color: white; background: var(--plum-900); font-size: 9px; font-weight: 800; cursor: pointer; }
.toast { position: fixed; z-index: 100; bottom: 24px; left: 50%; padding: 12px 17px; transform: translate(-50%, 100px); border-radius: 11px; color: white; background: var(--plum-950); box-shadow: var(--shadow-lg); font-size: 10px; opacity: 0; transition: .3s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

@keyframes ai-spin { to { transform: rotate(360deg); } }
@keyframes ai-ring { to { transform: rotate(360deg); } }
@keyframes ai-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(.96); opacity: .72; } }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr .8fr; gap: 30px; }
  .hero h1 { font-size: 55px; }
  .floating-card-one { left: -25px; }
  .floating-card-two { right: -10px; }
  .style-ribbon { grid-template-columns: repeat(2, 1fr); }
  .mini-portrait { min-height: 180px; }
  .mini-portrait:nth-child(even) { transform: none; }
  .creator-layout { grid-template-columns: minmax(0, 1fr) 310px; }
}

@media (max-width: 820px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 132px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(100%, 620px); justify-self: center; }
  .hero-art { min-height: 430px; }
  .hero-collage { min-height: 430px; }
  .social-proof { display: grid; gap: 14px; text-align: center; }
  .social-proof > div { flex-wrap: wrap; justify-content: center; }
  .styles-showcase { grid-template-columns: 1fr; }
  .style-ribbon { transform: none; }
  .creator-layout { grid-template-columns: 1fr; }
  .order-summary { position: static; }
  .summary-preview { min-height: 210px; }
  .privacy-banner { grid-template-columns: auto 1fr; }
  .privacy-points { grid-column: 2; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 28px); min-height: 77px; }
  .brand small { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .header-cta { display: none; }
  .hero { min-height: auto; gap: 42px; padding: 112px 15px 55px; }
  .hero h1 { font-size: 43px; letter-spacing: -2.7px; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions { display: grid; justify-items: start; }
  .trust-row { display: grid; }
  .hero-art { min-height: 360px; border-width: 6px; border-radius: 100px 100px 25px 25px; }
  .hero-collage { min-height: 360px; }
  .portrait-frame { transform: scale(.78) rotate(-5deg); transform-origin: top left; }
  .frame-one { left: 2%; }
  .frame-two { left: 31%; transform: scale(.8) rotate(2deg); }
  .frame-three { right: -5%; transform: scale(.78) rotate(7deg); }
  .gift-box { bottom: 20px; left: 27%; transform: scale(.78) rotate(-4deg); }
  .floating-card { min-width: 165px; padding: 9px; }
  .floating-card-one { top: 45px; left: 4px; }
  .floating-card-two { right: 3px; bottom: 34px; }
  .social-proof > div { gap: 16px; }
  .section { width: calc(100% - 30px); padding: 65px 0; }
  .section-heading { display: grid; gap: 10px; }
  .section-heading h2, .styles-copy h2, .privacy-banner h2, .final-cta h2 { letter-spacing: -1.5px; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 225px; }
  .styles-showcase { padding: 60px 15px; }
  .style-ribbon { gap: 8px; }
  .mini-portrait { min-height: 155px; border-radius: 60px 60px 15px 15px; }
  .creator-section { padding: 66px 15px; }
  .builder-card { padding: 20px 16px; }
  .style-options { grid-template-columns: repeat(2, 1fr); }
  .photo-previews { grid-template-columns: repeat(2, 1fr); }
  .detail-grid { grid-template-columns: 1fr; }
  .privacy-banner { grid-template-columns: 1fr; padding: 52px 24px; }
  .privacy-points { grid-column: auto; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
  footer > div { justify-self: start; }
  dialog { padding: 28px 19px; }
  .dialog-grid { grid-template-columns: 1fr; }
}

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

/* CaricaJoy — clean editorial refresh */
:root {
  --plum-950: #151515;
  --plum-900: #1f1f1f;
  --plum-800: #262626;
  --plum-700: #3a3a3a;
  --coral: #f06445;
  --peach: #f6a888;
  --gold: #ffd166;
  --cream: #f5f2ec;
  --paper: #ffffff;
  --ink: #1f1f1f;
  --muted: #706d68;
  --line: rgba(31, 31, 31, .11);
  --green: #2f8064;
  --shadow-sm: 0 12px 34px rgba(33, 28, 23, .07);
  --shadow-lg: 0 28px 70px rgba(33, 28, 23, .13);
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1180px;
}

body { background: var(--cream); }

.site-header {
  position: fixed;
  left: 0;
  width: 100%;
  min-height: 76px;
  padding: 0 max(24px, calc((100% - var(--max))/2));
  transform: none;
  border-bottom: 1px solid rgba(31,31,31,.08);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
}
.brand-mark { border-radius: 13px; background: var(--coral); box-shadow: none; }
.brand strong { color: var(--ink); font-size: 20px; }
.brand small { color: var(--muted); font-size: 10px; }
.site-header nav { gap: 28px; }
.site-header nav a { color: var(--ink); font-size: 13px; font-weight: 600; }
.header-cta { padding: 12px 18px; border-radius: 999px; background: var(--ink); font-size: 12px; }
.language-switcher { border-radius: 999px; background: #f4f1eb; }
.language-switcher button.active, footer > div button.active { background: var(--ink); }

.hero {
  min-height: 720px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .82fr);
  gap: 72px;
  padding-top: 132px;
  padding-bottom: 72px;
  background: var(--cream);
}
.hero::before { top: 125px; right: -120px; left: auto; width: 360px; height: 360px; border: 0; background: #ef6647; box-shadow: none; opacity: .1; }
.hero-blur, .orbit, .floating-card { display: none; }
.eyebrow { padding: 8px 12px; border: 0; color: var(--ink); background: #fff; font-size: 10px; letter-spacing: .9px; }
.hero h1 { max-width: 650px; margin: 22px 0; color: var(--ink); font-size: clamp(50px, 6vw, 76px); line-height: .98; letter-spacing: -4.2px; }
.hero h1 em { color: var(--coral); }
.hero-copy > p { max-width: 590px; color: #625f5a; font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 32px; }
.primary-button { padding: 10px 10px 10px 20px; border-radius: 999px; background: var(--ink); box-shadow: none; font-size: 13px; }
.primary-button b { border-radius: 50%; color: var(--ink); background: var(--gold); }
.text-button { font-size: 12px; }
.play { border: 0; background: #fff; }
.trust-row { gap: 18px; margin-top: 30px; }
.trust-row > span { color: #5f5b56; font-size: 11px; }

.hero-visual { width: min(100%, 520px); padding-bottom: 34px; }
.hero-art {
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #eadfce;
  box-shadow: var(--shadow-lg);
  transform: none;
}
.hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-art::after { background: linear-gradient(to top, rgba(18,18,18,.22), transparent 42%); box-shadow: none; }
.art-badge { right: 16px; bottom: 16px; padding: 9px 12px; border: 0; border-radius: 999px; background: rgba(20,20,20,.72); font-size: 10px; }
.hero-image-note { position: absolute; z-index: 3; bottom: 0; left: -28px; display: flex; min-width: 235px; align-items: center; gap: 14px; padding: 15px 17px; border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm); }
.hero-image-note > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 11px; font-weight: 800; }
.hero-image-note strong, .hero-image-note small { display: block; }
.hero-image-note strong { font: 800 13px Manrope, sans-serif; }
.hero-image-note small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.social-proof { min-height: 86px; gap: 42px; border-color: var(--line); background: #fff; }
.social-proof p { color: #8d8983; font-size: 9px; }
.social-proof > div { gap: 34px; }
.social-proof b { color: var(--ink); font-size: 12px; }

.section { padding: 88px 0; }
.section-heading.centered { max-width: 720px; }
.section-heading h2, .styles-copy h2, .privacy-banner h2, .final-cta h2 { letter-spacing: -2.3px; }
.section-heading > p, .section-heading.centered p { color: var(--muted); font-size: 14px; }
.section-label { color: var(--coral); font-size: 10px; }
.steps-grid { gap: 14px; }
.steps-grid article { min-height: 250px; padding: 28px; border-radius: 18px; box-shadow: none; }
.steps-grid article::after { display: none; }
.step-icon { margin-bottom: 38px; border-radius: 14px; background: var(--ink); }
.magic-icon { color: var(--ink); background: var(--gold); }
.gift-icon { background: #3e8f73; }
.steps-grid h3 { font-size: 19px; }
.steps-grid p { font-size: 13px; line-height: 1.6; }

.styles-showcase {
  min-height: 580px;
  grid-template-columns: .65fr 1.35fr;
  gap: 64px;
  padding-top: 86px;
  padding-bottom: 86px;
  background: var(--ink);
}
.styles-copy p { color: rgba(255,255,255,.68); font-size: 14px; }
.style-ribbon { display: grid; grid-template-columns: 1.2fr .8fr; gap: 14px; transform: none; }
.sample-art { position: relative; min-height: 390px; margin: 0; overflow: hidden; border-radius: 22px; background: #eee3d2; box-shadow: 0 24px 60px rgba(0,0,0,.24); }
.sample-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sample-art-wide img { object-position: 57% center; }
.sample-art figcaption { position: absolute; right: 13px; bottom: 13px; left: 13px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 13px; border-radius: 13px; color: #fff; background: rgba(20,20,20,.72); backdrop-filter: blur(10px); }
.sample-art figcaption span { color: var(--gold); font-size: 10px; font-weight: 800; }
.sample-art figcaption strong { font-size: 11px; }

.creator-section { padding-top: 88px; padding-bottom: 88px; background: #efede8; }
.builder-card, .order-summary { border-color: rgba(31,31,31,.09); box-shadow: none; }
.builder-heading > span { border-radius: 50%; background: var(--ink); }
.builder-heading h3 { font-size: 17px; }
.builder-heading p { font-size: 11px; }
.drop-zone { border-color: rgba(31,31,31,.22); background: #f8f6f1; }
.drop-icon { color: var(--ink); background: #ebe7df; }
.drop-zone strong { font-size: 14px; }
.drop-zone small, .drop-zone b { font-size: 10px; }
.drop-zone b, .merchandise-label { color: var(--coral); }
.consent-row b { font-size: 11px; }
.consent-row small { font-size: 10px; }
.product-option { padding: 14px; border-radius: 14px; }
.product-option:hover, .product-option.active { border-color: var(--coral); background: #fff8f4; box-shadow: 0 0 0 2px rgba(240,100,69,.08); }
.product-option > span { color: var(--ink); background: #f0ece5; }
.product-option strong { font-size: 13px; }
.product-option small { font-size: 10px; }
.product-option > b { color: var(--ink); font-size: 13px; }
.detail-grid label > span, .note-field > span, #checkoutForm label > span { font-size: 10px; }
select, textarea, #checkoutForm input { padding: 12px 13px; font-size: 13px; }
.order-summary { border-radius: 20px; }
.summary-preview { min-height: 285px; background: #e8dfd2; }
.summary-preview::before, .summary-preview::after, .summary-spark { display: none; }
.preview-face, .summary-preview.generated .preview-face { width: 100%; height: 285px; border: 0; border-radius: 0; box-shadow: none; }
.preview-face img { display: block; width: 100%; height: 100%; object-fit: cover; }
.summary-preview p { padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(20,20,20,.68); font-size: 9px; }
.summary-body dt, .summary-body dd, .total-row span { font-size: 11px; }
.total-row strong { color: var(--ink); }
.ai-generate { color: var(--ink); background: #fff3e6; }
.ai-generate b { background: var(--coral); }
#reviewOrder, .dialog-submit { background: var(--ink); }
#reviewOrder b { color: var(--ink); }

.privacy-banner { background: var(--ink); }
.privacy-banner p { color: rgba(255,255,255,.68); font-size: 12px; }
.privacy-icon { border-radius: 20px; }
.privacy-points > span { font-size: 11px; }
.faq-grid details { padding: 20px 22px; border-radius: 14px; }
.faq-grid summary { font-size: 13px; }
.faq-grid p { font-size: 11px; }
.final-cta { background: var(--coral); }
.final-cta > span { color: var(--gold); }
.final-cta p { color: rgba(255,255,255,.78); font-size: 13px; }
.final-cta a { border-radius: 999px; color: #fff; background: var(--ink); font-size: 12px; }
footer { background: #111; }

@media (max-width: 1040px) {
  .hero { gap: 36px; }
  .hero h1 { font-size: 58px; }
  .hero-image-note { left: 18px; }
  .styles-showcase { gap: 36px; }
  .style-ribbon { grid-template-columns: 1fr 1fr; }
  .sample-art { min-height: 330px; }
}

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 48px; }
  .hero-visual { justify-self: center; }
  .styles-showcase { grid-template-columns: 1fr; }
  .style-ribbon { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 620px) {
  .site-header { width: 100%; min-height: 70px; padding: 0 15px; }
  .hero { padding: 104px 15px 52px; }
  .hero h1 { font-size: 44px; letter-spacing: -2.7px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { gap: 14px; }
  .primary-button { font-size: 12px; }
  .hero-art { min-height: 0; aspect-ratio: 4 / 3; border-radius: 22px; }
  .hero-image-note { bottom: -4px; left: 12px; min-width: 210px; }
  .social-proof > div { gap: 13px 18px; }
  .styles-showcase { padding: 64px 15px; }
  .style-ribbon { grid-template-columns: 1fr 1fr; }
  .sample-art { min-height: 230px; border-radius: 16px; }
  .sample-art figcaption { right: 8px; bottom: 8px; left: 8px; padding: 8px; }
  .sample-art figcaption strong { font-size: 9px; }
  .creator-section { padding: 64px 15px; }
  .summary-preview, .preview-face, .summary-preview.generated .preview-face { min-height: 260px; height: 260px; }
}
