:root {
  --paper: #f4f0e8;
  --paper-2: #ebe4d8;
  --white: #fffdfa;
  --muted: #6d6a63;
  --line: rgba(28, 31, 34, 0.14);
  --shadow: 0 30px 80px rgba(16, 22, 25, 0.13);
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.progress span { display: block; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }

.site-header {
  width: min(1280px, calc(100% - 48px));
  height: 88px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 780; letter-spacing: -0.035em; }
.wordmark-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px var(--accent-soft); }
nav { display: flex; align-items: center; gap: 28px; }
nav a { text-decoration: none; font-size: .88rem; font-weight: 680; }
.nav-cta { padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 999px; }

.hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .74fr); gap: clamp(50px, 8vw, 110px); align-items: center; padding-block: 92px 110px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--accent-dark); font-size: .73rem; line-height: 1.2; font-weight: 820; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 850px; font-family: var(--serif); font-size: clamp(4.2rem, 8.2vw, 8.4rem); line-height: .83; letter-spacing: -.075em; overflow-wrap: anywhere; }
.hero-heading { max-width: 720px; margin: 40px 0 16px; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.04; letter-spacing: -.04em; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 3px; text-decoration: none; font-size: .9rem; font-weight: 760; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--accent-dark); box-shadow: 0 14px 30px color-mix(in srgb, var(--accent) 22%, transparent); }
.button-primary:hover { background: var(--ink); }
.button-quiet { border: 1px solid var(--line); background: transparent; }
.package-note { max-width: 620px; margin: 28px 0 0; padding-left: 18px; border-left: 3px solid var(--accent); color: var(--muted); font-size: .9rem; line-height: 1.55; }
.package-note strong { color: var(--ink); }

.hero-card { position: relative; overflow: hidden; min-height: 440px; padding: 32px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; width: 290px; aspect-ratio: 1; right: -110px; top: -100px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 36px rgba(255,255,255,.03), 0 0 0 72px rgba(255,255,255,.025); }
.availability { position: relative; z-index: 1; display: flex; align-items: center; gap: 9px; font-size: .72rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.availability i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(255,255,255,.08); }
.domain-seal { height: 185px; display: grid; place-items: center; }
.domain-seal span { width: 140px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--accent); font-family: var(--serif); font-size: 2.2rem; font-style: italic; transform: rotate(-8deg); }
.price-label { color: rgba(255,255,255,.6); font-size: .7rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.price { margin-top: 5px; font-family: var(--serif); font-size: 2.6rem; line-height: 1.1; letter-spacing: -.04em; }
.hero-card p { margin: 12px 0 22px; color: rgba(255,255,255,.66); font-size: .83rem; line-height: 1.5; }
.hero-card > a { display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); color: white; text-decoration: none; font-size: .86rem; font-weight: 720; }

.quote-band { color: white; background: var(--accent-dark); }
.quote-wrap { position: relative; min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-block: 72px; text-align: center; }
.quote-mark { position: absolute; top: 20px; color: rgba(255,255,255,.13); font-family: var(--serif); font-size: 14rem; line-height: 1; }
blockquote { position: relative; max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4.5vw, 4.6rem); line-height: 1.05; letter-spacing: -.045em; }
.quote-wrap p { margin: 26px 0 0; color: rgba(255,255,255,.68); font-size: .75rem; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }

.section { padding-block: 126px; }
.section-intro { display: grid; grid-template-columns: minmax(180px, .55fr) 1.4fr; column-gap: 70px; align-items: start; margin-bottom: 68px; }
.section-intro .eyebrow { grid-row: span 2; }
.section h2, .contact-section h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.section-intro > p:last-child { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-card { min-height: 285px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.card-number { color: var(--accent-dark); font-family: var(--serif); font-size: 1rem; font-style: italic; }
.use-card h3 { margin: 76px 0 14px; font-family: var(--serif); font-size: 1.75rem; line-height: 1.05; letter-spacing: -.035em; }
.use-card p { margin: 0; color: var(--muted); font-size: .92rem; line-height: 1.65; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }
.buyers-panel { padding: 72px; color: white; background: var(--ink); }
.eyebrow.light { color: var(--accent); }
.buyers-panel h2 { max-width: 520px; }
.buyers-panel > p:not(.eyebrow) { color: rgba(255,255,255,.65); line-height: 1.65; }
.buyer-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 0; padding: 0; list-style: none; }
.buyer-list li { padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); font-size: .8rem; }
.strengths { padding: 72px; background: var(--white); }
.strengths h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.strengths ol { margin: 42px 0 0; padding: 0; list-style: none; }
.strengths li { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding-block: 19px; border-top: 1px solid var(--line); }
.strengths li > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--accent-dark); font-size: .7rem; }
.strengths strong { font-family: var(--serif); font-size: 1.2rem; }
.strengths li p { margin: 6px 0 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }

.contact-section { padding-block: 126px; background: var(--paper-2); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.contact-copy { position: sticky; top: 50px; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: var(--muted); line-height: 1.7; }
.transfer-points { display: grid; gap: 12px; margin-top: 38px; }
.transfer-points span { display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .85rem; }
.transfer-points span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.form-card { padding: clamp(28px, 5vw, 58px); background: var(--white); box-shadow: 0 24px 70px rgba(28,31,34,.08); }
.notice { margin-bottom: 28px; padding: 14px 16px; border-left: 4px solid; font-size: .88rem; line-height: 1.5; }
.notice-success { border-color: #2e8b57; background: #edf8f1; }
.notice-error { border-color: #b94a48; background: #fff0ee; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; margin-bottom: 20px; color: var(--ink); font-size: .76rem; font-weight: 760; }
label > span { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; margin-top: 9px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 2px; outline: none; color: var(--ink); background: #fff; transition: border-color .2s, box-shadow .2s; }
textarea { resize: vertical; min-height: 130px; }
input:focus, textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px var(--accent-soft); }
.money-input { position: relative; }
.money-input input { padding-right: 48px; }
.money-input b { position: absolute; right: 14px; top: 50%; transform: translateY(-23%); color: var(--muted); font-size: .8rem; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-weight: 520; line-height: 1.5; }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--accent-dark); }
.submit-button { width: 100%; justify-content: space-between; }
.submit-button:disabled { opacity: .7; cursor: wait; }
.form-footnote { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }
.trap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }

footer { padding-block: 42px; color: rgba(255,255,255,.72); background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: .78rem; }
.footer-inner .wordmark { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 72px; }
  .hero-card { max-width: 520px; min-height: 400px; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow { grid-row: auto; }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .split-section, .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
}

@media (max-width: 620px) {
  .shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { height: 72px; }
  .hero { gap: 46px; padding-block: 58px 70px; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 5.4rem); }
  .hero-heading { margin-top: 30px; }
  .hero-card { min-height: 380px; padding: 25px; }
  .section, .contact-section { padding-block: 86px; }
  .card-grid { grid-template-columns: 1fr; }
  .use-card { min-height: 245px; }
  .buyers-panel, .strengths { padding: 44px 28px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form-card { padding: 28px 20px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

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