:root {
  --ink: #251f23;
  --muted: #6f6269;
  --paper: #fffaf7;
  --rose: #b95f78;
  --rose-dark: #884158;
  --sage: #71806d;
  --line: #eadfdc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(79, 48, 58, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(234, 223, 220, .9);
  background: rgba(255, 250, 247, .94);
  backdrop-filter: blur(16px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { text-decoration: none; font-size: 1.16rem; font-weight: 800; letter-spacing: .01em; }
.brand span { color: var(--rose); }
.nav-links { display: flex; gap: 22px; align-items: center; font-size: .92rem; }
.nav-links a { text-decoration: none; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.hero {
  padding: 82px 0 68px;
  background:
    radial-gradient(circle at 12% 18%, rgba(185,95,120,.14), transparent 34%),
    radial-gradient(circle at 88% 4%, rgba(113,128,109,.14), transparent 28%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 14px; color: var(--rose-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.13; letter-spacing: -.025em; }
h1 { margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.65rem, 6.4vw, 5.15rem); font-weight: 500; }
h2 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.15rem); font-weight: 500; }
h3 { margin-bottom: 10px; font-size: 1.15rem; }
.lead { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 30px; }
.pill { border: 1px solid var(--line); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,.72); color: #584b51; font-size: .82rem; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; padding: 0 22px; text-decoration: none; font-weight: 750; }
.button.primary { color: var(--white); background: var(--rose-dark); box-shadow: 0 12px 30px rgba(136,65,88,.22); }
.button.secondary { border: 1px solid var(--line); background: var(--white); }
.price-note { color: var(--muted); font-size: .9rem; }
.visual-card { position: relative; overflow: hidden; margin: 0; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
.portrait-preview, .comparison-preview { position: relative; overflow: hidden; background: linear-gradient(145deg,#ead9cf,#c6a99a); }
.portrait-preview { aspect-ratio: 9 / 11; }
.comparison-preview { aspect-ratio: 5 / 4; }
.portrait-face { position: absolute; top: 14%; left: 50%; width: 30%; aspect-ratio: .78; transform: translateX(-50%); border-radius: 48% 48% 46% 46%; background: #d7aa8d; box-shadow: 0 -18px 0 -6px #5e443f; }
.drape { position: absolute; inset: 48% -8% -10%; border-radius: 50% 50% 0 0; background: radial-gradient(circle at 50% 5%,rgba(255,255,255,.24),transparent 24%),linear-gradient(135deg,#596b58,#849078); }
.caution-preview { background: linear-gradient(145deg,#ead9cf,#d8ad9f); }
.caution-preview .drape { background: radial-gradient(circle at 50% 5%,rgba(255,255,255,.34),transparent 24%),linear-gradient(135deg,#ed4b7b,#ff9d35); }
.visual-badge { position: absolute; left: 18px; bottom: 18px; max-width: calc(100% - 36px); border-radius: 16px; padding: 12px 15px; color: var(--white); background: rgba(37,31,35,.87); font-size: .86rem; }
.section { padding: 82px 0; }
.section.alt { border-block: 1px solid var(--line); background: var(--white); }
.section-head { max-width: 730px; margin-bottom: 38px; }
.section-head p { margin: 0; color: var(--muted); }
.steps, .deliverables, .legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { border: 1px solid var(--line); border-radius: 22px; padding: 24px; background: var(--white); }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.step-no { display: grid; width: 38px; height: 38px; margin-bottom: 18px; place-items: center; border-radius: 50%; color: var(--white); background: var(--rose-dark); font-weight: 800; }
.sample-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.sample { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); }
.sample img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; object-position: top center; }
.sample-copy { padding: 18px 20px 21px; }
.sample-copy p { margin: 0; color: var(--muted); font-size: .9rem; }
.palette { display: grid; grid-template-columns: repeat(6, 1fr); overflow: hidden; height: 92px; margin-top: 22px; border-radius: 18px; }
.palette span:nth-child(1) { background:#475747; }
.palette span:nth-child(2) { background:#7d8060; }
.palette span:nth-child(3) { background:#a68464; }
.palette span:nth-child(4) { background:#c4a37b; }
.palette span:nth-child(5) { background:#805d50; }
.palette span:nth-child(6) { background:#d2b7a0; }
.notice { margin-top: 24px; border-left: 4px solid var(--rose); border-radius: 0 14px 14px 0; padding: 16px 18px; background: #fff3f4; color: #624c54; }
.legal-grid a { text-decoration: none; }
.legal-grid .card { transition: transform .18s ease, box-shadow .18s ease; }
.legal-grid .card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(79,48,58,.09); }
.site-footer { border-top: 1px solid var(--line); padding: 34px 0; color: var(--muted); background: #f8f1ed; }
.footer-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.legal-page { min-height: 70vh; padding: 70px 0 90px; }
.legal-shell { width: min(800px, 100%); }
.legal-shell h1 { font-size: clamp(2.45rem, 6vw, 4rem); }
.legal-shell h2 { margin-top: 42px; font-family: inherit; font-size: 1.4rem; font-weight: 800; letter-spacing: -.01em; }
.legal-shell li { margin-bottom: 8px; }
.legal-shell .meta { color: var(--muted); }
.contact-box { border: 1px solid var(--line); border-radius: 24px; padding: 26px; background: var(--white); }
.contact-box a { color: var(--rose-dark); font-weight: 800; }

@media (max-width: 820px) {
  .nav { min-height: 64px; }
  .nav-links a:not(:last-child) { display: none; }
  .hero { padding: 56px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .visual-card { width: min(520px, 100%); }
  .steps, .deliverables, .legal-grid { grid-template-columns: 1fr; }
  .section { padding: 62px 0; }
}

@media (max-width: 520px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .nav-links { gap: 10px; }
  h1 { font-size: 2.75rem; }
  .lead { font-size: 1rem; }
  .sample-grid { grid-template-columns: 1fr; }
  .cta-row, .button { width: 100%; }
  .price-note { width: 100%; text-align: center; }
  .footer-row { flex-direction: column; }
}
