:root { color-scheme: light; --paper: #f9f6ef; --ink: #292923; --muted: #68685e; --coral: #b83e2a; --line: #deddd3; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Tahoma, Arial, sans-serif; line-height: 1.95; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--coral); }
a, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid #255a62; outline-offset: 6px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(40px, 5vw, 68px); line-height: 1.6; letter-spacing: -2px; }
h1 span { color: var(--coral); }
h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.65; letter-spacing: -1px; }
h3 { font-size: 21px; margin-block: 16px 10px; }
p { overflow-wrap: anywhere; }
.wrap { width: min(1180px, calc(100% - 96px)); margin-inline: auto; }
.skip { position: absolute; top: -100px; right: 16px; background: white; padding: 12px; z-index: 2; }
.skip:focus { top: 12px; }
.header { min-height: 106px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: block; object-fit: contain; }
nav { display: flex; gap: 30px; font-size: 14px; }
.outline { border: 1px solid #7e8170; border-radius: 8px; padding: 9px 18px; font-size: 14px; }
.outline span { margin-inline-start: 20px; }
.hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding-block: 80px 96px; }
.eyebrow { color: #84694e; font-size: 14px; margin-bottom: 18px; }
.lead { color: var(--muted); font-size: 18px; margin-block: 22px 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; background: #c94430; color: white; padding: 12px 24px; min-height: 50px; border-radius: 8px; }
.button:hover { background: #a93423; color: white; }
.caption { color: var(--muted); font-size: 13px; margin-top: 20px; line-height: 1.9; }
.art { min-height: 410px; position: relative; isolation: isolate; }
.record { position: absolute; width: 330px; aspect-ratio: 1; border-radius: 50%; left: 0; top: 14px; display: grid; place-items: center; background: repeating-radial-gradient(circle, #303029 0 2px, #393a30 3px 4px); box-shadow: 0 16px 35px #29292320; }
.record-label { border-radius: 50%; width: 132px; height: 132px; background: #eab66a; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 12px; text-align: center; line-height: 1.7; }
.record-label strong { font-size: 18px; }
.record-label span { font-size: 10px; margin-top: 5px; }
.note { position: absolute; right: 0; bottom: 35px; width: 260px; min-height: 286px; padding: 28px; transform: rotate(6deg); border: 1px solid #d1c1a7; background: #e7d6b9; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 15px 25px #29292315; }
.note > span { font-size: 12px; }
.note strong { font-size: 29px; line-height: 1.8; }
.note-bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #bbaa8c; padding-top: 14px; }
.note-bottom b { color: var(--coral); font-size: 25px; }
.art-caption { position: absolute; bottom: 0; left: 25px; font-size: 13px; color: var(--muted); }
.about { background: #eeede3; padding-block: 64px; }
.about-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 50px; }
.about p:not(.eyebrow) { margin-top: 22px; max-width: 710px; color: #55564b; }
.section { padding-block: 80px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; margin-top: 44px; }
.steps article { border-top: 1px solid var(--line); padding-top: 20px; }
.steps p { color: var(--muted); max-width: 300px; }
.number { color: var(--coral); font-size: 16px; }
.offering { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; border-top: 1px solid var(--line); }
.offering > div > p:not(.eyebrow) { margin-top: 20px; }
.price-card { border: 1px solid #bbbca9; border-radius: 16px; background: #efefe4; padding: 34px; }
.price { font-size: 15px; }
.price b { font-size: 62px; line-height: 1.3; font-weight: 700; margin-inline-end: 8px; }
ul { margin-block: 24px; padding-inline-start: 23px; }
li { padding-block: 5px; }
li::marker { color: var(--coral); }
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { padding-block: 20px; cursor: pointer; font-size: 16px; }
details p { padding-bottom: 24px; color: var(--muted); font-size: 14px; }
.contact { background: #eeede3; padding-block: 60px; text-align: center; }
.contact p:not(.eyebrow) { margin-top: 16px; }
.contact .button { margin-top: 24px; }
footer { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
footer span { color: var(--muted); }
.policy { max-width: 800px; padding-block: 70px 90px; }
.policy h1 { font-size: 46px; }
.policy h2 { margin-block: 40px 12px; font-size: 24px; }
.policy p:not(.eyebrow) { color: #55564b; }
.policy .button { margin-top: 35px; }
@media (max-width: 850px) {
  .wrap { width: calc(100% - 48px); }
  .hero { gap: 20px; }
  .record { width: 280px; }
  .note { width: 220px; right: -10px; }
  .offering { gap: 36px; }
}
@media (max-width: 620px) {
  .wrap { width: calc(100% - 36px); }
  .header { min-height: 90px; gap: 12px; flex-wrap: wrap; padding-block: 16px; }
  .logo { width: 78px; height: 46px; }
  nav { order: 3; width: 100%; justify-content: space-between; gap: 15px; padding-top: 8px; }
  .outline { font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-block: 45px; gap: 35px; }
  h1 { font-size: 42px; letter-spacing: -1.5px; }
  .lead { font-size: 16px; }
  .art { min-height: 355px; max-width: 370px; width: 100%; margin-inline: auto; }
  .record { width: 265px; right: auto; left: 0; top: 0; }
  .note { right: 3px; width: 220px; min-height: 250px; padding: 24px; }
  .note strong { font-size: 25px; }
  .about-grid, .steps, .offering, .faq { grid-template-columns: 1fr; gap: 28px; }
  .section, .about { padding-block: 50px; }
  .steps { margin-top: 28px; }
  .steps p { max-width: none; }
  .price-card { padding: 26px; }
  footer { flex-wrap: wrap; padding-block: 24px; gap: 18px; }
  footer span { order: 3; width: 100%; }
  .policy { padding-block: 40px 60px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
