
  :root{
    --paper:#FFFFFF; --paper-2:#FFF4F5; --ink:#17151A; --soft:#575260; --muted:#8A8591; --line:rgba(23,21,26,.12);
    --red:#D9264B; --red-2:#F04E6E; --blush:#FFE4E8; --gold:#E0B97B; --tape:rgba(240,196,120,.75); --tape2:rgba(160,205,220,.72); --tape3:rgba(236,160,175,.72);
    --white:#FFFFFF; --shadow:0 20px 50px rgba(40,20,28,.18);
  }
  html{ scroll-behavior:smooth }
  *,*::before,*::after{ box-sizing:border-box }
  body{ margin:0; background:var(--paper); background-image:radial-gradient(60% 40% at 85% 0%, #FFE9EC 0%, rgba(255,233,236,0) 70%); background-repeat:no-repeat; color:var(--ink); font-family:'Inter',system-ui,sans-serif; font-size:17px; line-height:1.6; -webkit-font-smoothing:antialiased; overflow-x:hidden; -webkit-text-size-adjust:100%; text-size-adjust:100% }
  img{ max-width:100%; display:block }
  a{ color:inherit }
  h1,h2,h3{ margin:0; font-family:'Poppins',system-ui,sans-serif; font-weight:700; line-height:1.08; letter-spacing:-.02em; text-wrap:balance }
  h1 i, h2 i, h3 i{ font-style:italic; font-weight:600; color:var(--red) }
  p{ margin:0 }
  .wrap{ width:min(1180px, 100% - 40px); margin-inline:auto }
  @media (max-width:640px){ .wrap{ width:min(1180px, 100% - 32px) } }
  .eyebrow{ font-family:'Poppins',sans-serif; font-weight:600; font-size:12px; letter-spacing:.18em; text-transform:uppercase; color:var(--red) }
  .hand{ font-family:'Caveat',cursive; font-weight:500; font-size:1.35em; line-height:1.25; color:var(--ink) }
  .script{ font-family:'Pinyon Script',cursive; font-weight:400 }
  .btn{ appearance:none; border:1px solid var(--ink); background:var(--ink); color:#fff; font-family:'Poppins',sans-serif; font-weight:600; font-size:15px; letter-spacing:0; padding:16px 28px; border-radius:12px; cursor:pointer; text-decoration:none; display:inline-flex; align-items:center; gap:10px; transition:transform .2s, box-shadow .2s, background .2s }
  .btn:hover{ transform:translateY(-1px); box-shadow:0 12px 28px rgba(21,17,20,.22) }
  .btn.ghost{ background:transparent; color:var(--ink) }
  .btn.ghost:hover{ background:rgba(21,17,20,.05); box-shadow:none }
  .btn.red{ background:var(--red); border-color:var(--red); color:#fff; box-shadow:0 10px 24px rgba(217,38,75,.28) }
  .btn:focus-visible{ outline:2px solid var(--red); outline-offset:3px }
  .heart{ width:1em; height:1em; fill:var(--red); vertical-align:-.1em }
  .grain{ position:relative }
  .grain::before{ content:""; position:absolute; inset:0; pointer-events:none; background-image:radial-gradient(rgba(0,0,0,.05) 1px, transparent 1px); background-size:5px 5px; opacity:.55 }
  section{ position:relative }

  /* ---------- nav ---------- */
  .nav{ position:sticky; top:0; z-index:30; background:rgba(255,255,255,.88); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); border-bottom:1px solid var(--line) }
  .nav .wrap{ display:flex; align-items:center; justify-content:space-between; height:66px; gap:16px }
  .logo{ font-family:'Poppins',sans-serif; font-weight:700; font-size:22px; letter-spacing:-.02em; text-decoration:none; display:flex; align-items:center; gap:8px }
  .logo .heart{ width:16px; height:16px }
  .nav ul{ list-style:none; margin:0; padding:0; display:flex; gap:28px; font-size:15px; font-weight:500 }
  .nav ul a{ text-decoration:none; color:var(--soft) } .nav ul a:hover{ color:var(--ink) }
  .nav .btn{ padding:11px 18px; font-size:14px }
  @media (max-width:820px){ .nav ul{ display:none } }

  /* ---------- hero ---------- */
  .hero{ padding-block:56px 40px; overflow:hidden }
  .hero .wrap{ display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center }
  .hero h1{ font-size:clamp(38px, 5vw, 64px); margin:18px 0 22px }
  .hero .lede{ font-size:19px; color:var(--soft); max-width:56ch; line-height:1.6 }
  .hero .ctas{ display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:30px }
  .hero .price{ display:inline-flex; align-items:baseline; gap:10px; margin-top:22px; font-family:'Jost',sans-serif }
  .hero .price b{ font-family:'Poppins',sans-serif; font-size:40px; font-weight:700; line-height:1; letter-spacing:-.02em }
  .hero .price s{ color:var(--muted); font-size:20px }
  .hero .price small{ font-size:12px; letter-spacing:.22em; text-transform:uppercase; color:var(--red); font-weight:600 }
  .hero .trust{ display:flex; flex-wrap:wrap; gap:10px 22px; margin-top:26px; font-size:13px; color:var(--muted); letter-spacing:.04em }
  .hero .trust span::before{ content:"✓"; color:var(--red); margin-right:7px; font-weight:700 }
  .hero-note{ position:absolute; font-family:'Caveat',cursive; font-size:22px; color:var(--red); transform:rotate(-6deg) }
  @media (max-width:900px){ .hero .wrap{ grid-template-columns:1fr; gap:34px } .hero{ padding-block:34px 30px } .hero .lede{ font-size:17px } }

  /* phone with live flipbook */
  .phone-wrap{ display:flex; justify-content:center; align-items:center; position:relative }
  .phone{ width:300px; border-radius:38px; background:#111; padding:12px; box-shadow:0 40px 80px rgba(40,20,28,.35), inset 0 0 0 2px #2a2a2a; position:relative }
  .phone::after{ content:""; position:absolute; top:14px; left:50%; transform:translateX(-50%); width:88px; height:22px; border-radius:12px; background:#111; z-index:3 }
  .screen{ border-radius:28px; overflow:hidden; background:#F3F1F4; padding:28px 8px 10px; height:588px; display:flex; flex-direction:column; gap:8px }
  .screen .book-wrap{ flex:1; min-height:0; display:flex; align-items:center; filter:drop-shadow(0 8px 18px rgba(30,20,25,.3)) }
  #book{ width:100% }
  .screen .ctrl{ display:flex; align-items:center; justify-content:center; gap:14px; height:40px }
  .screen .ctrl button{ appearance:none; width:34px; height:34px; border-radius:50%; border:1px solid rgba(21,17,20,.2); background:transparent; color:#2B2326; display:grid; place-items:center; cursor:pointer }
  .screen .ctrl button svg{ width:15px; height:15px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round }
  .screen .ctrl span{ font-size:10px; letter-spacing:.2em; text-transform:uppercase; color:#7E6F72; min-width:80px; text-align:center }
  .phone-tag{ position:absolute; right:-6px; top:36px; background:var(--white); border:1px solid var(--line); padding:10px 14px; border-radius:14px; box-shadow:var(--shadow); font-family:'Caveat',cursive; font-size:20px; transform:rotate(4deg); z-index:4 }
  .phone-tag.b{ right:auto; left:-10px; top:auto; bottom:70px; transform:rotate(-5deg) }
  @media (max-width:420px){ .phone{ width:270px } .screen{ height:540px } .phone-tag{ right:0 } .phone-tag.b{ left:0 } }

  /* ---------- magazine pages (shared by flipbook + gallery) ---------- */
  .page{ overflow:hidden; container-type:size; background:#fff; position:relative }
  .pg{ position:absolute; inset:0; background:#fff; color:#141114; font-family:'Jost',sans-serif; font-size:3cqw; line-height:1.45; -webkit-text-size-adjust:none; text-size-adjust:none }
  .pg.grn{ background-image:radial-gradient(rgba(0,0,0,.035) 1px, transparent 1px); background-size:1.2cqw 1.2cqw }
  .big{ font-family:'Bodoni Moda',Didot,serif; font-variation-settings:"opsz" 96; font-weight:700; line-height:.9; letter-spacing:-.01em; color:#141114; margin:0 }
  .big i{ font-style:italic; font-weight:400; color:#141114 }
  .pg .hand{ font-size:4.4cqw; line-height:1.25 }
  .pg .lab{ font-family:'Jost',sans-serif; font-weight:600; font-size:2.2cqw; letter-spacing:.24em; text-transform:uppercase; color:#C2263F }
  .pg .ht{ position:absolute; width:8cqw; height:8cqw; fill:#C2263F }
  .photo{ position:absolute; inset:0 } .photo img{ width:100%; height:100%; object-fit:cover }
  .veil{ position:absolute; inset:0; background:linear-gradient(to top, rgba(10,5,8,.72) 0%, rgba(10,5,8,.3) 25%, transparent 50%) }
  .pol{ position:absolute; background:#fff; padding:2cqw 2cqw 6cqw; box-shadow:0 10px 24px rgba(0,0,0,.22), 0 2px 6px rgba(0,0,0,.12) }
  .pol .ph{ width:100%; aspect-ratio:1/1.15; overflow:hidden; background:#eee } .pol .ph.tall{ aspect-ratio:3/4 } .pol .ph.wide{ aspect-ratio:4/3 }
  .pol .ph img{ width:100%; height:100%; object-fit:cover }
  .pol span{ position:absolute; left:0; right:0; bottom:1.4cqw; text-align:center; font-family:'Caveat',cursive; font-size:3.2cqw; color:#5C5458 }
  .tape{ position:absolute; height:4cqw; width:16cqw; background:var(--tape); opacity:.95 } .tape.b{ background:var(--tape2) } .tape.p{ background:var(--tape3) }
  .cov .photo img{ object-position:50% 30% }
  .cov .photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(to bottom, rgba(233,218,203,.6), rgba(233,218,203,0) 42%), linear-gradient(to top, rgba(233,218,203,.65), rgba(233,218,203,0) 34%) }
  .cov .mast{ position:absolute; top:6cqw; left:7cqw; right:7cqw; font-size:15.5cqw; line-height:.9 }
  .cov .mast small{ display:block; font-family:'Jost',sans-serif; font-weight:500; font-size:2.3cqw; letter-spacing:.32em; text-transform:uppercase; margin:2.2cqw 0 0 .6cqw }
  .cov .mast .r{ display:block; text-align:right }
  .cov .name{ position:absolute; left:7cqw; bottom:7cqw; font-size:17cqw; line-height:.9 }
  .cov .side{ position:absolute; left:7cqw; bottom:30cqw; border-left:.5cqw solid #141114; padding-left:2.4cqw; font-family:'Jost',sans-serif; font-weight:600; font-size:3cqw; line-height:1.2; text-transform:uppercase; letter-spacing:.06em; width:34cqw }
  .cov .side b{ display:block; font-family:'Bodoni Moda',Didot,serif; font-size:9cqw; line-height:1; margin-bottom:1cqw }
  .wd .big{ position:absolute; top:7cqw; right:7cqw; font-size:9.5cqw; text-align:right } .wd .big i{ font-size:16cqw; display:block; line-height:.8 }
  .wd .p1{ left:5cqw; top:9cqw; width:35cqw; transform:rotate(-5deg) } .wd .p2{ right:8cqw; top:52cqw; width:44cqw; transform:rotate(3deg) }
  .wd .t1{ left:22cqw; top:8cqw; transform:rotate(-8deg) } .wd .t2{ right:16cqw; top:50cqw; transform:rotate(6deg) }
  .wd .h1{ top:44cqw; left:52cqw; transform:rotate(12deg) } .wd .h2{ width:5cqw; height:5cqw; top:52cqw; left:60cqw; transform:rotate(-10deg) }
  .wd .note{ position:absolute; left:7cqw; top:64cqw; width:44cqw } .wd .note .lab{ display:block; margin-bottom:1cqw }
  .wd .note2{ position:absolute; left:7cqw; right:7cqw; bottom:7cqw; text-align:center; color:#C2263F }
  .bl .cap{ position:absolute; left:7cqw; right:7cqw; bottom:9cqw; color:#fff; text-align:center }
  .bl .cap .script{ display:block; color:#fff; font-size:13cqw; line-height:1; text-shadow:0 2px 14px rgba(0,0,0,.45) }
  .bl .cap .hand{ color:#fff; font-size:4.6cqw; margin-top:1.5cqw; text-shadow:0 1px 8px rgba(0,0,0,.4) }
  .bl .big.over{ position:absolute; left:7cqw; top:7cqw; color:#fff; font-size:15cqw; text-shadow:0 3px 18px rgba(0,0,0,.4) } .bl .big.over i{ color:#fff }
  .bl .veil.top{ background:linear-gradient(to bottom, rgba(10,5,8,.5), transparent 40%) }
  .fv .big{ position:absolute; left:7cqw; top:6cqw; font-size:11cqw; line-height:.9 } .fv .big i{ font-size:15cqw; display:block }
  .fv .p1{ right:7cqw; top:34cqw; width:32cqw; transform:rotate(5deg) } .fv .t1{ right:14cqw; top:32cqw; transform:rotate(-8deg); width:12cqw }
  .fv .item{ position:absolute; width:50cqw } .fv .item .lab{ display:block; margin-bottom:.6cqw } .fv .item .hand{ font-size:3.8cqw; line-height:1.2 }
  .fv .i1{ left:7cqw; top:40cqw } .fv .i2{ left:7cqw; top:58cqw } .fv .i3{ left:7cqw; top:75cqw } .fv .i4{ left:42cqw; top:102cqw; width:50cqw }
  .fv .p2{ left:6cqw; top:97cqw; width:27cqw; transform:rotate(-5deg) } .fv .t2{ left:12cqw; top:95cqw; transform:rotate(7deg); width:12cqw }
  .fv .h1{ left:62cqw; top:90cqw; width:6cqw; height:6cqw; transform:rotate(-12deg) }
  .fe .cap{ position:absolute; left:8cqw; right:8cqw; bottom:9cqw; color:#fff; text-align:center }
  .fe .cap .big{ color:#fff; font-size:12cqw; font-style:italic; font-weight:400; text-shadow:0 2px 14px rgba(0,0,0,.45); margin-bottom:2.5cqw }
  .fe .cap p{ font-size:3.2cqw; line-height:1.5; text-shadow:0 1px 8px rgba(0,0,0,.5) }
  .fe .cap .script{ display:block; color:#fff; font-size:9cqw; margin-top:2cqw; text-shadow:0 2px 12px rgba(0,0,0,.5) }
  .bk{ position:absolute; inset:0; background:#E9DACB; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:10cqw }
  .bk .script{ font-size:15cqw; line-height:1; margin:0 0 1cqw } .bk .big{ font-size:19cqw; margin:0 0 5cqw } .bk .hand{ color:#5C5458 }
  .bk .ht{ position:static; width:9cqw; height:9cqw; margin-top:5cqw }

  /* ---------- marquee ---------- */
  .marq{ border-block:1px solid var(--line); background:var(--white); overflow:hidden; padding:14px 0 }
  .marq .track{ display:flex; gap:44px; width:max-content; animation:slide 28s linear infinite; font-family:'Poppins',sans-serif; font-size:15px; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:var(--soft); white-space:nowrap }
  .marq .track span::after{ content:"❤"; color:var(--red); margin-left:44px; font-size:13px }
  @keyframes slide{ to{ transform:translateX(-50%) } }
  @media (prefers-reduced-motion: reduce){ .marq .track{ animation:none } }

  /* ---------- sections ---------- */
  .sec{ padding-block:84px }
  .sec .head{ max-width:720px; margin-bottom:44px }
  .sec .head h2{ font-size:clamp(30px, 3.8vw, 48px); margin:14px 0 16px }
  .sec .head p{ color:var(--soft); font-size:18px }
  @media (max-width:640px){ .sec{ padding-block:60px } }

  /* how */
  .steps{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px }
  .step{ background:var(--white); border:1px solid var(--line); border-radius:16px; padding:32px 28px 30px; position:relative; box-shadow:0 10px 30px rgba(23,21,26,.06) }
  .step .n{ font-family:'Poppins',sans-serif; font-size:44px; line-height:.9; color:var(--gold); font-weight:700 }
  .step h3{ font-size:23px; margin:18px 0 12px }
  .step p{ color:var(--soft); font-size:16px }
  .step .hand{ margin-top:16px; color:var(--red); font-size:20px }
  .step .tp{ position:absolute; top:-10px; left:50%; transform:translateX(-50%) rotate(-3deg); width:90px; height:22px; background:var(--tape) }
  .step:nth-child(2) .tp{ background:var(--tape2); transform:translateX(-50%) rotate(2deg) } .step:nth-child(3) .tp{ background:var(--tape3); transform:translateX(-50%) rotate(-2deg) }
  @media (max-width:820px){ .steps{ grid-template-columns:1fr } }

  /* sample gallery */
  .sample{ background:var(--paper-2) }
  .spread{ display:flex; gap:22px; overflow-x:auto; padding:20px 4px 30px; scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch }
  .spread::-webkit-scrollbar{ height:6px } .spread::-webkit-scrollbar-thumb{ background:rgba(21,17,20,.18); border-radius:3px }
  .spread .page{ flex:0 0 auto; width:250px; aspect-ratio:720/1000; scroll-snap-align:start; box-shadow:var(--shadow); transform:rotate(var(--r,0)); }
  .spread .page:nth-child(odd){ --r:-1.2deg } .spread .page:nth-child(even){ --r:1.4deg }
  .sample .cap{ display:flex; justify-content:space-between; align-items:center; gap:16px; flex-wrap:wrap; margin-top:8px; color:var(--muted); font-size:14px }
  .sample .cap .hand{ color:var(--red) }

  /* features */
  .feat{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line); border-radius:16px; overflow:hidden }
  .feat div{ background:var(--paper); padding:28px 24px 26px }
  .feat h3{ font-size:18px; margin:14px 0 8px }
  .feat p{ color:var(--soft); font-size:15px }
  .feat svg{ width:30px; height:30px; fill:none; stroke:var(--red); stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round }
  @media (max-width:980px){ .feat{ grid-template-columns:repeat(2,1fr) } } @media (max-width:520px){ .feat{ grid-template-columns:1fr } }

  /* occasions */
  .occ{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px }
  .occ a{ text-decoration:none; background:var(--white); border:1px solid var(--line); border-radius:16px; padding:28px 26px; display:block; transition:transform .2s, box-shadow .2s }
  .occ a:hover{ transform:translateY(-3px); box-shadow:var(--shadow) }
  .occ .t{ font-family:'Poppins',sans-serif; font-size:24px; font-weight:700; line-height:1.1; margin:10px 0 6px; letter-spacing:-.02em } .occ .t i{ font-weight:600; color:var(--red) }
  .occ p{ color:var(--soft); font-size:15px }
  @media (max-width:820px){ .occ{ grid-template-columns:repeat(2,1fr) } } @media (max-width:520px){ .occ{ grid-template-columns:1fr } }

  /* pricing */
  .pricing .wrap{ display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:center }
  .pcard{ background:var(--white); border:1px solid var(--line); border-radius:20px; padding:40px 38px; position:relative; box-shadow:var(--shadow) }
  .pcard .sale{ position:absolute; top:-16px; right:26px; background:var(--red); color:#fff; font-size:12px; letter-spacing:.12em; text-transform:uppercase; font-weight:600; padding:9px 16px; border-radius:999px }
  .pcard .name{ font-family:'Poppins',sans-serif; font-size:26px; font-weight:700; line-height:1.1; letter-spacing:-.02em }
  .pcard .amt{ display:flex; align-items:baseline; gap:14px; margin:18px 0 4px }
  .pcard .amt b{ font-family:'Poppins',sans-serif; font-size:60px; font-weight:700; line-height:1; letter-spacing:-.03em }
  .pcard .amt s{ font-size:24px; color:var(--muted) }
  .pcard .amt small{ font-size:13px; color:var(--muted); font-weight:600 }
  .pcard .save{ color:var(--red); font-weight:600; font-size:14px; letter-spacing:.06em }
  .pcard ul{ list-style:none; margin:26px 0 0; padding:0; display:grid; gap:11px; font-size:15.5px }
  .pcard li{ display:flex; gap:12px; align-items:flex-start } .pcard li::before{ content:"✓"; color:var(--red); font-weight:700; flex:0 0 auto }
  .pcard .btn{ width:100%; justify-content:center; margin-top:28px }
  .pcard .fine{ margin-top:14px; font-size:13px; color:var(--muted); text-align:center }
  .pside h2{ font-size:clamp(30px, 3.6vw, 46px); margin:14px 0 18px }
  .pside p{ color:var(--soft); font-size:17px; margin-bottom:14px }
  .pside .hand{ color:var(--red); font-size:24px; margin-top:12px }
  @media (max-width:900px){ .pricing .wrap{ grid-template-columns:1fr } }

  /* faq */
  .faq{ max-width:780px }
  .faq details{ border-bottom:1px solid var(--line); padding:18px 0 }
  .faq summary{ cursor:pointer; list-style:none; font-family:'Poppins',sans-serif; font-size:18px; font-weight:600; display:flex; justify-content:space-between; gap:20px; align-items:center }
  .faq summary::-webkit-details-marker{ display:none }
  .faq summary::after{ content:"+"; font-family:'Jost',sans-serif; font-weight:400; color:var(--red); font-size:26px; line-height:1 }
  .faq details[open] summary::after{ content:"–" }
  .faq details p{ color:var(--soft); margin-top:12px; font-size:16px; max-width:65ch }

  /* final cta */
  .final{ background:var(--ink); color:#fff; text-align:center; padding-block:90px }
  .final h2{ font-size:clamp(32px, 4.8vw, 60px); color:#fff } .final h2 i{ color:#F08A9C }
  .final p{ color:rgba(255,255,255,.72); margin:18px auto 30px; max-width:52ch; font-size:18px }
  .final .btn{ background:#fff; color:var(--ink); border-color:#fff }
  footer{ padding:34px 0; font-size:13px; color:var(--muted) }
  footer .wrap{ display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px 24px; align-items:center }
  footer a{ color:var(--muted); text-decoration:none; margin-left:18px } footer a:hover{ color:var(--ink) }

  /* ---------- wizard ---------- */
  .wiz{ position:relative; background:#FFFCFC; display:flex; flex-direction:column; height:calc(100vh - 66px); height:calc(100dvh - 66px); overflow:hidden }
  .wiz.on{ display:flex }
  .wiz .bar{ display:flex; align-items:center; justify-content:space-between; padding:14px 20px; border-bottom:1px solid var(--line); background:var(--paper) }
  .wiz .bar .logo{ font-size:20px }
  .wiz .bar button{ appearance:none; border:0; background:transparent; font-family:'Inter',sans-serif; font-size:14px; font-weight:500; cursor:pointer; color:var(--soft) }
  .wiz .prog{ display:flex; gap:6px; justify-content:center; padding:10px 20px 0 }
  .wiz .prog i{ width:22px; height:4px; border-radius:2px; background:rgba(21,17,20,.12) } .wiz .prog i.on{ background:var(--red) }
  .wiz .body{ flex:1; min-height:0; overflow-y:auto; display:flex; flex-direction:column; padding:16px 20px 24px; -webkit-overflow-scrolling:touch }
  .wiz .stepv{ display:none; width:min(640px, 100%); margin-inline:auto; animation:fade .35s ease }
  .wiz .stepv.on{ display:block; margin:auto }
  @keyframes fade{ from{ opacity:0; transform:translateY(8px) } }
  .wiz .q{ font-family:'Poppins',sans-serif; font-size:clamp(26px, 4vw, 38px); font-weight:700; line-height:1.12; margin:10px 0 10px; text-wrap:balance; letter-spacing:-.02em } .wiz .q i{ font-style:italic; font-weight:600; color:var(--red) }
  .wiz .sub{ color:var(--soft); font-size:16px; margin-bottom:18px; max-width:52ch }
  .wiz .sub .hand{ color:var(--red); font-size:20px }
  .wiz label{ display:block; font-size:13px; letter-spacing:.02em; font-weight:600; color:var(--soft); margin:16px 0 8px }
  .wiz input[type=text], .wiz input[type=email], .wiz input[type=tel], .wiz input[type=date], .wiz input[type=url], .wiz textarea, .wiz select{ width:100%; font-family:'Inter',sans-serif; border-radius:10px; font-size:17px; padding:14px 16px; border:1px solid var(--line); background:var(--white); color:var(--ink); border-radius:4px; outline:none; transition:border .2s, box-shadow .2s }
  .wiz textarea{ min-height:110px; resize:vertical; font-family:'Caveat',cursive; font-size:22px; line-height:1.3 }
  .wiz textarea::placeholder{ font-family:'Caveat',cursive; color:#A69AA0 }
  .wiz input:focus, .wiz textarea:focus{ border-color:var(--red); box-shadow:0 0 0 3px rgba(194,38,63,.12) }
  .chips{ display:flex; flex-wrap:wrap; gap:10px }
  .chip{ appearance:none; border:1px solid var(--line); background:var(--white); padding:12px 18px; border-radius:999px; font-family:'Inter',sans-serif; font-size:15px; cursor:pointer; color:var(--ink); transition:all .15s }
  .chip:hover{ border-color:var(--ink) } .chip.on{ background:var(--ink); color:var(--paper); border-color:var(--ink) }
  .prompt{ background:var(--white); border:1px solid var(--line); border-radius:12px; padding:18px 18px 14px; margin-top:16px; position:relative }
  .prompt .pt{ font-family:'Poppins',sans-serif; font-size:18px; font-weight:600; margin-bottom:4px } .prompt .ps{ font-size:14px; color:var(--muted); margin-bottom:10px }
  .prompt .tp{ position:absolute; top:-9px; left:22px; width:70px; height:18px; background:var(--tape); transform:rotate(-3deg) }
  .prompt:nth-child(even) .tp{ background:var(--tape2); transform:rotate(2deg); left:auto; right:22px }
  .drop{ border:2px dashed rgba(21,17,20,.25); background:var(--white); padding:34px 20px; text-align:center; cursor:pointer; border-radius:6px; transition:border-color .2s, background .2s }
  .drop:hover, .drop.over{ border-color:var(--red); background:#fff8f6 }
  .drop b{ display:block; font-family:'Poppins',sans-serif; font-size:20px; font-weight:600; margin-bottom:6px }
  .drop small{ color:var(--muted); font-size:14px }
  .thumbs{ display:grid; grid-template-columns:repeat(auto-fill, minmax(96px, 1fr)); gap:10px; margin-top:16px }
  .thumbs figure{ margin:0; position:relative; aspect-ratio:3/4; background:#eee; overflow:hidden; border-radius:3px; box-shadow:0 4px 10px rgba(0,0,0,.12) }
  .thumbs img{ width:100%; height:100%; object-fit:cover }
  .thumbs .x, .thumbs .star{ position:absolute; top:6px; width:26px; height:26px; border-radius:50%; border:0; background:rgba(0,0,0,.55); color:#fff; font-size:14px; cursor:pointer; display:grid; place-items:center }
  .thumbs .x{ right:6px } .thumbs .star{ left:6px } .thumbs figure.cover .star{ background:var(--red) }
  .thumbs figure.cover::after{ content:"Cover"; position:absolute; left:0; right:0; bottom:0; background:var(--red); color:#fff; font-size:10px; letter-spacing:.2em; text-transform:uppercase; text-align:center; padding:4px }
  .count{ font-size:14px; color:var(--muted); margin-top:10px }
  .opts{ display:grid; grid-template-columns:repeat(2,1fr); gap:12px }
  .opt{ border:1px solid var(--line); background:var(--white); padding:18px 16px; cursor:pointer; text-align:left; font-family:'Inter',sans-serif; color:var(--ink); transition:all .15s; border-radius:12px }
  .opt b{ display:block; font-family:'Poppins',sans-serif; font-size:17px; font-weight:600; margin-bottom:4px } .opt small{ color:var(--muted); font-size:13px }
  .opt.on{ border-color:var(--red); box-shadow:0 0 0 2px rgba(194,38,63,.15) }
  @media (max-width:520px){ .opts{ grid-template-columns:1fr } }
  .songbox{ display:none; margin-top:12px } .songbox.on{ display:block }
  .wiz .foot{ position:relative; flex:0 0 auto; background:rgba(255,255,255,.94); backdrop-filter:blur(8px); border-top:1px solid var(--line); padding:14px 20px calc(14px + env(safe-area-inset-bottom, 0px)) }
  .wiz .foot .in{ width:min(640px, 100%); margin-inline:auto; display:flex; justify-content:space-between; align-items:center; gap:12px }
  .wiz .foot .hint{ font-size:13px; color:var(--muted) }
  .wiz .foot .btn{ padding:14px 24px }
  .review{ background:var(--white); border:1px solid var(--line); border-radius:12px; padding:22px 22px 8px }
  .review .row{ display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-bottom:1px solid var(--line); font-size:15px }
  .review .row:last-child{ border-bottom:0 } .review .row > span:first-child{ color:var(--muted); letter-spacing:.12em; text-transform:uppercase; font-size:12px; font-weight:600; padding-top:3px; flex:0 0 120px }
  .review .row > span:last-child{ text-align:right }
  .total{ display:flex; justify-content:space-between; align-items:baseline; margin-top:20px; padding:18px 22px; background:var(--ink); color:#fff; border-radius:12px }
  .total b{ font-family:'Poppins',sans-serif; font-size:32px; font-weight:700 } .total s{ color:rgba(255,255,255,.55); margin-right:10px; font-size:18px }
  .toast{ position:fixed; left:50%; bottom:110px; transform:translateX(-50%) translateY(20px); background:var(--ink); color:var(--paper); padding:14px 20px; border-radius:999px; font-size:14px; opacity:0; pointer-events:none; transition:all .3s; z-index:60; max-width:90vw; text-align:center }
  .toast.on{ opacity:1; transform:translateX(-50%) translateY(0) }
  .err{ border-color:var(--red) !important }

  /* ---------- multi-page additions ---------- */
  .nav ul a.on{ color:var(--red); font-weight:600 }
  .wiz .stepv[data-step="5"]{ width:min(900px, 100%) }
  .phero{ padding-block:64px 30px; text-align:left }
  .phero h1{ font-size:clamp(34px, 4.6vw, 56px); margin:14px 0 16px }
  .phero p{ color:var(--soft); font-size:18px; max-width:60ch }
  .plist{ list-style:none; margin:26px 0 0; padding:0; display:grid; gap:12px }
  .plist li{ display:flex; gap:14px; align-items:flex-start; font-size:16px; line-height:1.45 }
  .plist li .ic{ flex:0 0 34px; height:34px; border-radius:10px; background:var(--blush); display:grid; place-items:center; font-size:17px }
  .plist li b{ font-weight:600; color:var(--ink) } .plist li span{ color:var(--soft) }
  .pcard ul.plist{ margin-top:22px } .pcard ul.plist li::before{ content:none }
  .pcard .ic{ background:var(--blush) }
  .tpl-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px }
  .tpl{ background:var(--white); border:1px solid var(--line); border-radius:18px; padding:22px; box-shadow:0 10px 30px rgba(23,21,26,.06) }
  .tpl .strip{ display:flex; gap:12px; overflow:hidden; padding:8px 0 14px }
  .tpl .strip .page{ flex:0 0 auto; width:31%; aspect-ratio:720/1000; box-shadow:0 8px 22px rgba(0,0,0,.14); border-radius:3px }
  .tpl h3{ font-size:22px; margin:6px 0 6px } .tpl p{ color:var(--soft); font-size:15px }
  .tpl .meta{ display:flex; justify-content:space-between; align-items:center; margin-top:16px; gap:12px; flex-wrap:wrap }
  .tpl .tag{ font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:600; color:var(--red) }
  .tpl .btn{ padding:12px 20px; font-size:14px }
  @media (max-width:760px){ .tpl-grid{ grid-template-columns:1fr } }
  .looks{ display:grid; grid-template-columns:repeat(4,1fr); gap:12px }
  @media (max-width:760px){ .looks{ grid-template-columns:repeat(2,1fr) } }
  .look{ border:1px solid var(--line); background:var(--white); border-radius:14px; padding:12px; cursor:pointer; text-align:left; font-family:'Inter',sans-serif; color:var(--ink); transition:all .15s }
  .look .page{ width:100%; aspect-ratio:720/1000; border-radius:4px; box-shadow:0 6px 16px rgba(0,0,0,.12) }
  .look b{ display:block; font-family:'Poppins',sans-serif; font-weight:600; font-size:15px; margin:10px 0 0 } .look small{ color:var(--muted); font-size:13px }
  .look.on{ border-color:var(--red); box-shadow:0 0 0 2px rgba(217,38,75,.18) }
  @media (max-width:520px){ .looks{ grid-template-columns:repeat(2,1fr); gap:10px } .look{ padding:8px } }
  .mini-steps{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:30px }
  .mini-steps > div{ background:var(--white); border:1px solid var(--line); border-radius:14px; padding:20px }
  .mini-steps b{ display:block; font-family:'Poppins',sans-serif; font-size:17px; margin:8px 0 6px } .mini-steps p{ color:var(--soft); font-size:14.5px }
  .mini-steps .ic{ font-size:22px; width:44px; height:44px; border-radius:12px; background:var(--blush); display:grid; place-items:center }
  @media (max-width:820px){ .mini-steps{ grid-template-columns:repeat(2,1fr) } }
  .cta-band{ background:var(--blush); border-radius:20px; padding:36px; display:flex; justify-content:space-between; align-items:center; gap:20px; flex-wrap:wrap; margin-top:50px }
  .cta-band h3{ font-size:24px } .cta-band p{ color:var(--soft) }
  .home-teaser{ display:flex; justify-content:space-between; align-items:flex-end; gap:20px; flex-wrap:wrap; margin-top:10px }
  .home-teaser a.more{ font-weight:600; color:var(--red); text-decoration:none; white-space:nowrap }
  footer .wrap{ flex-direction:column; align-items:flex-start }
  footer .links{ display:flex; flex-wrap:wrap; gap:8px 18px } footer .links a{ margin:0 }


  /* ---------- LAYOUT: Blush (soft, centred, arches and script) ---------- */
  .lb .pg{ background:#FFF1F4; color:#4A2733; font-family:'Poppins',sans-serif }
  .lb .kicker{ position:absolute; left:0; right:0; text-align:center; font-family:'Poppins',sans-serif; font-weight:600; font-size:2.4cqw; letter-spacing:.42em; text-transform:uppercase; color:#D9264B }
  .lb .arch{ position:absolute; left:18cqw; top:14cqw; width:64cqw; height:74cqw; border-radius:32cqw 32cqw 5cqw 5cqw; overflow:hidden; box-shadow:0 14px 30px rgba(217,38,75,.18); border:1.2cqw solid #fff }
  .lb .arch img{ width:100%; height:100%; object-fit:cover }
  .lb .script{ color:#D9264B }
  .lb .cov .kicker{ top:7cqw }
  .lb .cov .nm{ position:absolute; left:0; right:0; top:92cqw; text-align:center; font-family:'Pinyon Script',cursive; font-size:22cqw; line-height:1; color:#D9264B }
  .lb .cov .from{ position:absolute; left:0; right:0; bottom:8cqw; text-align:center; font-size:2.8cqw; letter-spacing:.2em; text-transform:uppercase; color:#8A5A69 }
  .lb .dots{ position:absolute; left:0; right:0; text-align:center; color:#F08A9C; font-size:5cqw; letter-spacing:1.2cqw }
  .lb .cov .dots{ top:118cqw }
  .lb .wd .ttl{ position:absolute; left:0; right:0; top:9cqw; text-align:center; font-family:'Pinyon Script',cursive; font-size:15cqw; line-height:1; color:#D9264B }
  .lb .wd .circ{ position:absolute; left:26cqw; top:30cqw; width:48cqw; height:48cqw; border-radius:50%; overflow:hidden; border:1.2cqw solid #fff; box-shadow:0 12px 26px rgba(217,38,75,.18) }
  .lb .wd .circ img{ width:100%; height:100%; object-fit:cover }
  .lb .wd .txt{ position:absolute; left:12cqw; right:12cqw; top:84cqw; text-align:center; font-size:3.3cqw; line-height:1.55; color:#4A2733 }
  .lb .wd .txt b{ display:block; font-weight:600; letter-spacing:.24em; text-transform:uppercase; font-size:2.3cqw; color:#D9264B; margin-bottom:2cqw }
  .lb .wd .dots{ bottom:7cqw }
  .lb .ph .frame{ position:absolute; left:8cqw; right:8cqw; top:8cqw; height:104cqw; border-radius:8cqw; overflow:hidden; border:1.2cqw solid #fff; box-shadow:0 14px 30px rgba(217,38,75,.18) }
  .lb .ph .frame img{ width:100%; height:100%; object-fit:cover }
  .lb .ph .cap{ position:absolute; left:0; right:0; bottom:9cqw; text-align:center; font-family:'Pinyon Script',cursive; font-size:12cqw; line-height:1; color:#D9264B }
  .lb .ph .sub{ position:absolute; left:0; right:0; bottom:5cqw; text-align:center; font-size:2.6cqw; letter-spacing:.2em; text-transform:uppercase; color:#8A5A69 }

  /* ---------- LAYOUT: Midnight (dark, gold frames, cinematic) ---------- */
  .lm .pg{ background:#0F1119; color:#F3EBDD; font-family:'Jost',sans-serif }
  .lm .frame{ position:absolute; inset:4cqw; border:.35cqw solid #C9A468; pointer-events:none }
  .lm .cov .photo::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(15,17,25,.95) 0%, rgba(15,17,25,.35) 45%, rgba(15,17,25,0) 70%) }
  .lm .cov .kicker{ position:absolute; top:8cqw; left:0; right:0; text-align:center; font-size:2.3cqw; letter-spacing:.5em; text-transform:uppercase; color:#C9A468 }
  .lm .cov .nm{ position:absolute; left:0; right:0; bottom:16cqw; text-align:center; font-family:'Bodoni Moda',Didot,serif; font-weight:400; font-size:17cqw; letter-spacing:.12em; text-transform:uppercase; color:#F3EBDD; line-height:1 }
  .lm .cov .ln{ position:absolute; left:0; right:0; bottom:10cqw; text-align:center; font-size:2.5cqw; letter-spacing:.3em; text-transform:uppercase; color:#C9A468 }
  .lm .cov .ln::before{ content:""; display:block; width:12cqw; height:.3cqw; background:#C9A468; margin:0 auto 2.5cqw }
  .lm .wd .num{ position:absolute; left:8cqw; top:6cqw; font-family:'Bodoni Moda',Didot,serif; font-weight:400; font-style:italic; font-size:18cqw; line-height:1; color:#C9A468 }
  .lm .wd .pic{ position:absolute; right:10cqw; top:16cqw; width:58cqw; height:66cqw; overflow:hidden }
  .lm .wd .pic img{ width:100%; height:100%; object-fit:cover }
  .lm .wd .pic::after{ content:""; position:absolute; inset:0; border:.3cqw solid #C9A468; transform:translate(3cqw,3cqw); pointer-events:none }
  .lm .wd .ttl{ position:absolute; left:8cqw; right:8cqw; top:90cqw; font-family:'Bodoni Moda',Didot,serif; font-weight:400; font-style:italic; font-size:9cqw; line-height:1; color:#C9A468 }
  .lm .wd .txt{ position:absolute; left:8cqw; right:8cqw; top:102cqw; font-size:3cqw; line-height:1.55; color:#E7DECF }
  .lm .wd .txt small{ display:block; font-size:2.2cqw; letter-spacing:.3em; text-transform:uppercase; color:#C9A468; margin-top:2.5cqw }
  .lm .ph .top{ position:absolute; left:0; right:0; top:0; height:62%; overflow:hidden }
  .lm .ph .top img{ width:100%; height:100%; object-fit:cover }
  .lm .ph .top::after{ content:""; position:absolute; inset:0; background:linear-gradient(to top, #0F1119 0%, rgba(15,17,25,0) 30%) }
  .lm .ph .cap{ position:absolute; left:8cqw; right:8cqw; top:70cqw; text-align:center }
  .lm .ph .cap .script{ display:block; font-size:12cqw; line-height:1; color:#F3EBDD }
  .lm .ph .cap p{ margin:3cqw 0 0; font-size:2.6cqw; letter-spacing:.3em; text-transform:uppercase; color:#C9A468 }
  .lm .ph .cap::after{ content:""; display:block; width:12cqw; height:.3cqw; background:#C9A468; margin:4cqw auto 0 }

  /* ---------- LAYOUT: Vintage (scrapbook, typewriter, sepia) ---------- */
  .lv .pg{ background:#F3E8D2; color:#4A3628; font-family:'Courier New',Courier,monospace; background-image:linear-gradient(rgba(74,54,40,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(74,54,40,.06) 1px, transparent 1px); background-size:6cqw 6cqw }
  .lv img{ filter:sepia(.5) contrast(.95) saturate(.8) }
  .lv .snap{ position:absolute; background:#FBF6EC; padding:2.2cqw 2.2cqw 7cqw; box-shadow:0 8px 18px rgba(74,54,40,.25) }
  .lv .snap img{ width:100%; height:100%; object-fit:cover; display:block }
  .lv .snap .ph{ overflow:hidden; background:#ddd }
  .lv .snap span{ position:absolute; left:0; right:0; bottom:1.8cqw; text-align:center; font-family:'Caveat',cursive; font-size:3.4cqw; color:#6B4E3B }
  .lv .tk{ position:absolute; border:.35cqw dashed #8A6A50; padding:2.2cqw 3cqw; background:#FBF6EC; font-size:2.8cqw; letter-spacing:.18em; text-transform:uppercase; color:#4A3628; white-space:nowrap }
  .lv .stamp{ position:absolute; width:20cqw; height:20cqw; border-radius:50%; border:.5cqw double #B5533A; color:#B5533A; display:grid; place-items:center; text-align:center; font-size:2.4cqw; line-height:1.2; letter-spacing:.1em; text-transform:uppercase; transform:rotate(-12deg); opacity:.85 }
  .lv .tape{ background:rgba(210,180,120,.6) }
  .lv .cov .snap{ left:12cqw; top:12cqw; width:76cqw; transform:rotate(-3deg) } .lv .cov .snap .ph{ aspect-ratio:3/3.4 }
  .lv .cov .tk{ left:12cqw; bottom:16cqw; transform:rotate(1.5deg) }
  .lv .cov .nm{ position:absolute; right:8cqw; bottom:24cqw; font-family:'Caveat',cursive; font-size:14cqw; line-height:1; color:#B5533A; transform:rotate(-4deg) }
  .lv .cov .stamp{ right:9cqw; top:8cqw }
  .lv .wd .ttl{ position:absolute; left:8cqw; top:8cqw; font-size:6.5cqw; font-weight:700; letter-spacing:.06em; text-transform:uppercase; border-bottom:.5cqw solid #4A3628; padding-bottom:1cqw }
  .lv .wd .s1{ left:8cqw; top:24cqw; width:40cqw; transform:rotate(-4deg) } .lv .wd .s1 .ph{ aspect-ratio:1/1.1 }
  .lv .wd .s2{ right:8cqw; top:66cqw; width:44cqw; transform:rotate(3deg) } .lv .wd .s2 .ph{ aspect-ratio:4/3 }
  .lv .wd .txt{ position:absolute; left:52cqw; right:8cqw; top:24cqw; font-size:2.6cqw; line-height:1.6 }
  .lv .wd .note{ position:absolute; left:8cqw; right:8cqw; bottom:8cqw; font-family:'Caveat',cursive; font-size:4.6cqw; line-height:1.2; color:#B5533A }
  .lv .wd .tape.t1{ left:16cqw; top:22cqw; transform:rotate(-8deg) } .lv .wd .tape.t2{ right:14cqw; top:64cqw; transform:rotate(6deg) }
  .lv .ph .snap{ left:7cqw; top:7cqw; width:86cqw; transform:rotate(1.5deg) } .lv .ph .snap .ph{ aspect-ratio:3/3.6 }
  .lv .ph .cap{ position:absolute; left:8cqw; right:8cqw; bottom:9cqw; font-family:'Caveat',cursive; font-size:7.5cqw; line-height:1.1; color:#B5533A; text-align:center }
  .lv .ph .tk{ right:8cqw; bottom:4cqw; font-size:2.3cqw; padding:1.4cqw 2.2cqw }

  /* ---------- (legacy colour variants, unused) ---------- */
  .tpl-blush .pg{ background:#FFF3F5; color:#3B1F2B } .tpl-blush .big, .tpl-blush .big i{ color:#3B1F2B } .tpl-blush .pg .lab{ color:#D9264B } .tpl-blush .pg .ht{ fill:#E24C63 }
  .tpl-blush .pol{ background:#fff } .tpl-blush .bk{ background:#F7D9DE } .tpl-blush .cov .photo::after{ background:linear-gradient(to bottom, rgba(255,230,235,.7), rgba(255,230,235,0) 42%), linear-gradient(to top, rgba(255,230,235,.75), rgba(255,230,235,0) 34%) }
  .tpl-blush .pg .hand{ color:#3B1F2B } .tpl-blush .wd .note2{ color:#D9264B }
  .tpl-midnight .pg{ background:#14161F; color:#F3EBDD } .tpl-midnight .big, .tpl-midnight .big i, .tpl-midnight .pg .hand{ color:#F3EBDD } .tpl-midnight .big i{ color:#E0B97B }
  .tpl-midnight .pg .lab{ color:#E0B97B } .tpl-midnight .pg .ht{ fill:#E0B97B } .tpl-midnight .pol{ background:#F3EBDD } .tpl-midnight .pol span{ color:#5C5458 }
  .tpl-midnight .bk{ background:#0E1017 } .tpl-midnight .cov .photo::after{ background:linear-gradient(to bottom, rgba(20,22,31,.75), rgba(20,22,31,0) 42%), linear-gradient(to top, rgba(20,22,31,.8), rgba(20,22,31,0) 34%) }
  .tpl-midnight .cov .mast, .tpl-midnight .cov .name, .tpl-midnight .cov .side{ color:#F3EBDD } .tpl-midnight .cov .side{ border-left-color:#E0B97B } .tpl-midnight .wd .note2{ color:#E0B97B }
  .tpl-midnight .pg.grn{ background-image:radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px) }
  .tpl-vintage .pg{ background:#F4E9D6; color:#4A3628 } .tpl-vintage .big, .tpl-vintage .big i, .tpl-vintage .pg .hand{ color:#4A3628 } .tpl-vintage .big i{ color:#9A5B3C }
  .tpl-vintage .pg .lab{ color:#9A5B3C } .tpl-vintage .pg .ht{ fill:#B5533A } .tpl-vintage .pol{ background:#FBF5EA } .tpl-vintage .bk{ background:#E6D5B8 }
  .tpl-vintage .photo img, .tpl-vintage .pol img{ filter:sepia(.45) contrast(.95) saturate(.85) } .tpl-vintage .wd .note2{ color:#9A5B3C }
  .tpl-vintage .cov .photo::after{ background:linear-gradient(to bottom, rgba(244,233,214,.7), rgba(244,233,214,0) 42%), linear-gradient(to top, rgba(244,233,214,.75), rgba(244,233,214,0) 34%) }
  .tpl-vintage .cov .side{ border-left-color:#4A3628 }

  /* home sample: extra editorial pages */
  .met .big{ position:absolute; right:7cqw; top:6cqw; text-align:right; font-size:11cqw; line-height:.85 }
  .met .big span{ display:block } .met .big .l2{ font-size:14cqw } .met .big .l3{ font-size:18cqw; font-style:italic; font-weight:400 }
  .met .p1{ left:6cqw; top:7cqw; width:40cqw; transform:rotate(-6deg) } .met .p2{ left:12cqw; top:62cqw; width:40cqw; transform:rotate(4deg) }
  .met .t1{ left:20cqw; top:5cqw; transform:rotate(-7deg) } .met .t2{ left:24cqw; top:60cqw; transform:rotate(-5deg) }
  .met .txt{ position:absolute; right:7cqw; top:58cqw; width:36cqw; font-size:2.7cqw; line-height:1.5; color:#5C5458 }
  .met .txt .hand{ font-size:4cqw; color:#141114; margin:0 0 1.5cqw }
  .met .note{ position:absolute; left:7cqw; right:7cqw; bottom:6cqw; text-align:center; color:#C2263F; font-size:4.2cqw; margin:0 }
  .met .h1{ right:10cqw; top:46cqw; width:6cqw; height:6cqw; transform:rotate(15deg) }
  .g3 .a{ position:absolute; left:0; top:0; width:100%; height:62cqw; overflow:hidden }
  .g3 .b{ position:absolute; left:0; top:63cqw; width:49.5cqw; height:47cqw; overflow:hidden } .g3 .c{ position:absolute; right:0; top:63cqw; width:49.5cqw; height:47cqw; overflow:hidden }
  .g3 img{ width:100%; height:100%; object-fit:cover } .g3 .a img{ object-position:50% 30% }
  .g3 .love{ position:absolute; left:0; right:0; bottom:0; height:29cqw; display:flex; align-items:center; justify-content:center; gap:3cqw }
  .g3 .love .big{ font-size:13cqw; font-style:italic; font-weight:400 } .g3 .love .big b{ font-style:normal; font-weight:900 }
  .g3 .love .hand{ font-size:3.6cqw; color:#5C5458; margin:0 } .g3 .love .ht{ position:static; width:9cqw; height:9cqw }
  .plp .big{ position:absolute; left:7cqw; top:6cqw; font-size:10cqw; line-height:.9 } .plp .big i{ display:block; font-size:14cqw; font-weight:400 }
  .plp .pol{ left:14cqw; top:32cqw; width:72cqw; transform:rotate(-2.5deg) } .plp .pol .ph{ aspect-ratio:4/4.3 } .plp .pol span{ font-size:4cqw }
  .plp .tape{ left:42cqw; top:30cqw; transform:rotate(4deg) }
  .plp .note{ position:absolute; left:9cqw; right:9cqw; bottom:7cqw; text-align:center; font-size:4.4cqw; margin:0 }
  .m4 .big{ position:absolute; left:7cqw; top:6cqw; font-size:10cqw; line-height:.9 } .m4 .big i{ display:block; font-size:14cqw; font-weight:400 }
  .m4 .pol span{ font-size:3.4cqw }
  .m4 .pa{ left:6cqw; top:34cqw; width:47cqw; transform:rotate(-2deg) } .m4 .pa .ph{ aspect-ratio:4/5.4 } .m4 .pa img{ object-position:50% 30% }
  .m4 .pb{ right:6cqw; top:28cqw; width:38cqw; transform:rotate(3deg); z-index:2 } .m4 .pb .ph{ aspect-ratio:1/.95 } .m4 .pb img{ object-position:50% 40% }
  .m4 .pc{ right:7cqw; top:72cqw; width:38cqw; transform:rotate(-1.5deg) } .m4 .pc .ph{ aspect-ratio:1/.95 } .m4 .pc img{ object-position:50% 70% }
  .m4 .ta{ left:22cqw; top:31cqw; transform:rotate(-5deg); z-index:3 }
  .m4 .h1{ left:44cqw; top:106cqw; width:7cqw; height:7cqw; z-index:3 }
  .m4 .note{ position:absolute; left:9cqw; right:9cqw; bottom:7cqw; text-align:center; font-size:4.4cqw; margin:0 }
  .nm3 .big{ position:absolute; left:7cqw; top:7cqw; font-size:10cqw; line-height:.9 } .nm3 .big i{ display:block; font-size:14cqw; font-weight:400 }
  .nm3 .row{ position:absolute; left:7cqw; right:7cqw; display:flex; align-items:baseline; gap:4cqw; border-bottom:.25cqw solid rgba(20,17,20,.12); padding-bottom:2cqw; margin:0 }
  .nm3 .row b{ flex:0 0 26cqw; text-align:right; font-family:'Bodoni Moda',Didot,serif; font-weight:700; font-size:10cqw; line-height:.9; color:#C2263F }
  .nm3 .row span{ font-size:3.3cqw; line-height:1.35; color:#5C5458 }
  .nm3 .r1{ top:38cqw } .nm3 .r2{ top:56cqw } .nm3 .r3{ top:74cqw } .nm3 .r4{ top:92cqw } .nm3 .r5{ top:110cqw }
  .ltr{ background:#FBF7F2 !important; background-image:repeating-linear-gradient(transparent 0, transparent calc(6.4cqw - 1px), rgba(194,38,63,.12) calc(6.4cqw - 1px), rgba(194,38,63,.12) 6.4cqw) !important }
  .ltr .dear{ position:absolute; left:10cqw; top:9cqw; font-family:'Caveat',cursive; font-size:8cqw; margin:0 }
  .ltr .body{ position:absolute; left:10cqw; right:10cqw; top:24cqw; font-family:'Caveat',cursive; font-size:4.6cqw; line-height:1.39; margin:0; color:#141114 }
  .ltr .sig{ position:absolute; right:12cqw; bottom:12cqw; font-family:'Pinyon Script',cursive; font-size:10cqw; color:#C2263F; margin:0 }

  .legal{ max-width:760px; margin:0 auto; padding:10px 0 70px }
  .legal h2{ font-size:22px; margin:38px 0 10px } .legal h3{ font-size:17px; margin:24px 0 8px }
  .legal p, .legal li{ color:var(--soft); font-size:16px; line-height:1.7 }
  .legal ul{ padding-left:22px; margin:8px 0 14px } .legal li{ margin:6px 0 }
  .legal .callout{ background:var(--blush); border-radius:14px; padding:18px 22px; margin:18px 0 }
  .legal .callout p{ color:var(--ink); margin:0 }
  .legal .meta{ font-size:14px; color:var(--muted) }
  .legal a{ color:var(--red) }

  .samples{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px }
  .scard{ background:var(--white); border:1px solid var(--line); border-radius:18px; padding:16px; box-shadow:0 10px 30px rgba(23,21,26,.06); display:flex; flex-direction:column }
  .scard img{ width:100%; aspect-ratio:720/1000; object-fit:cover; border-radius:6px; box-shadow:0 8px 22px rgba(0,0,0,.14); display:block }
  .scard .tag{ font-size:12px; letter-spacing:.14em; text-transform:uppercase; font-weight:600; color:var(--red); margin-top:16px }
  .scard h3{ font-size:20px; margin:4px 0 6px } .scard p{ color:var(--soft); font-size:14.5px; flex:1 }
  .scard .acts{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px }
  .scard .btn{ padding:11px 16px; font-size:14px }
  @media (max-width:980px){ .samples{ grid-template-columns:repeat(2,1fr) } } @media (max-width:520px){ .samples{ grid-template-columns:1fr } }
  .insides{ display:grid; grid-template-columns:repeat(2,1fr); gap:22px } .insides img{ width:100%; border-radius:10px; box-shadow:0 14px 34px rgba(0,0,0,.14); display:block }
  @media (max-width:760px){ .insides{ grid-template-columns:1fr } }
