@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-latin-wght.woff2') format('woff2');
}

:root {
  color-scheme: dark;
  --ink: #1b211e;
  --ivory: #eee9df;
  --muted: #acb2a9;
  --copper: #c6a180;
  --line: #3b423b;
  --panel-ink: #283029;
  --panel-muted: #626659;
  font-family: Manrope, 'Segoe UI', sans-serif;
  font-synthesis: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: var(--ink);
  color: var(--ivory);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; min-width: 280px; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
svg { display: block; }
::selection { background: var(--copper); color: var(--ink); }
:focus-visible { outline: 2px solid var(--copper); outline-offset: 6px; }
.skip-link { position: absolute; top: -90px; left: 20px; padding: 14px 20px; background: var(--ivory); color: var(--ink); z-index: 5; }
.skip-link:focus { top: 16px; }
.page-shell { max-width: 1440px; margin-inline: auto; padding-inline: clamp(24px, 5.55vw, 80px); }
.preview-notice, .preview-banner { padding: 10px 24px; background: #e2d6bd; color: #363a30; font-size: 12px; line-height: 1.6; text-align: center; }
.preview-notice strong, .preview-banner strong { font-weight: 800; }
.not-found { max-width: 820px; margin-inline: auto; padding: clamp(64px, 12vh, 140px) clamp(24px, 6vw, 64px); }
.not-found > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.not-found h1 { margin-block: 24px; font-size: clamp(36px, 6vw, 64px); line-height: 1.15; letter-spacing: -.045em; }
.not-found .button { width: fit-content; margin-top: 28px; background: var(--ivory); color: var(--ink); }
.not-found .button:hover { background: #fffdf5; color: var(--ink); }
.not-found .button:focus-visible { outline-color: var(--copper); }

.site-header { min-height: 112px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; border-bottom: 1px solid var(--line); }
.header-link { display: inline-flex; align-items: center; gap: 21px; font-size: 12px; font-weight: 500; padding-block: 12px; color: #d8dacf; }
.header-link span { color: var(--copper); font-size: 23px; line-height: 1; transition: transform 180ms ease; }
.header-link:hover span { transform: translate(2px, -2px); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, 382px); column-gap: clamp(48px, 7vw, 105px); row-gap: 62px; padding-top: 88px; padding-bottom: 38px; isolation: isolate; }
.hero-copy { padding-top: 9px; min-width: 0; }
.eyebrow { font-size: 10px; line-height: 1.7; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy > .eyebrow { display: flex; align-items: center; gap: 11px; color: var(--copper); margin-bottom: 32px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; flex: 0 0 auto; }
h1 { font-size: clamp(58px, 6.6vw, 95px); line-height: 1.07; font-weight: 500; letter-spacing: -.062em; overflow-wrap: anywhere; max-width: 100%; }
.domain-extension { color: var(--copper); }
.availability-notice { margin-top: 33px; max-width: 390px; }
.availability-label { color: var(--muted); font-size: 13px; line-height: 1.8; }
.availability-date { margin-top: 5px; color: var(--copper); font-size: clamp(25px, 2.4vw, 34px); line-height: 1.35; letter-spacing: -.025em; }
.availability-note { margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.85; }
.domain-details { display: flex; align-items: center; gap: 17px; margin-top: 36px; font-size: 8px; line-height: 1.8; letter-spacing: .13em; font-weight: 600; color: #c0c4b9; }
.detail-divider { height: 10px; width: 1px; background: #60675c; }

.purchase-panel { align-self: start; padding: 33px 32px 27px; background: var(--ivory); color: var(--panel-ink); border: 1px solid #f6f1e6; border-radius: 3px; box-shadow: 0 24px 60px -40px #0c120d; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 17px; }
.panel-heading .eyebrow { color: var(--panel-muted); font-size: 9px; letter-spacing: .15em; }
.corner-mark { font-size: 26px; line-height: 1; font-weight: 400; color: #787d6b; }
.purchase-panel h2 { font-size: 31px; line-height: 1.3; letter-spacing: -.055em; font-weight: 500; }
.price-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid #cbcbbc; }
.price-label { font-size: 12px; line-height: 1.6; color: var(--panel-muted); }
.price { margin-top: 5px; display: flex; gap: 10px; align-items: baseline; font-size: 48px; line-height: 1.25; font-weight: 500; letter-spacing: -.065em; white-space: nowrap; }
.price span { color: var(--panel-muted); font-size: 11px; letter-spacing: .04em; font-weight: 600; }
.fee-text { margin-top: 9px; color: var(--panel-muted); font-size: 12px; line-height: 1.6; }
.inspection-text { margin-top: 4px; color: var(--panel-muted); font-size: 12px; line-height: 1.6; }
.purchase-actions { display: grid; gap: 10px; margin-top: 27px; }
.purchase-actions form { margin: 0; }
:is(.button, .purchase-control button, .offer-control button) { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; min-height: 50px; border: 1px solid transparent; border-radius: 2px; padding: 13px 15px; font-size: 12px; font-weight: 600; letter-spacing: -.01em; line-height: 1.6; text-align: center; transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease; }
:is(.button-primary, .purchase-control button) { background: #29362c; color: #fffdf5; border-color: #29362c; }
:is(.button-primary, .purchase-control button):hover:not(:disabled):not([aria-disabled="true"]) { background: #3c4e3f; border-color: #3c4e3f; }
:is(.button-secondary, .offer-control button) { color: var(--panel-ink); background: transparent; border-color: #a7ac9e; }
:is(.button-secondary, .offer-control button):hover:not(:disabled):not([aria-disabled="true"]) { background: #e1dfd3; border-color: #777f6d; }
:is(.button, .purchase-control button, .offer-control button):active:not(:disabled):not([aria-disabled="true"]) { transform: scale(.985); }
:is(.button, .purchase-control button, .offer-control button):focus-visible { outline: 2px solid #3e563e; outline-offset: 4px; }
:is(.button, .purchase-control button, .offer-control button):disabled, .button[aria-disabled="true"] { cursor: not-allowed; }
:is(.button, .purchase-control button, .offer-control button):disabled::after, .button[aria-disabled="true"]::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; opacity: .45; }
.offer-note { margin-top: 14px; font-size: 12px; line-height: 1.8; color: var(--panel-muted); }
.provider-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; padding-top: 23px; border-top: 1px solid #cbcbbc; }
.provider-note svg { width: 20px; height: 20px; flex: 0 0 auto; color: #68745e; }
.provider-note p { font-size: 12px; line-height: 1.7; color: var(--panel-muted); }
.provider-note strong { color: var(--panel-ink); font-weight: 700; }
.hero-baseline { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; color: #8e998b; font-size: 8px; font-weight: 600; letter-spacing: .15em; white-space: nowrap; }
.baseline-rule { height: 1px; flex: 1; background: var(--line); }

.process { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); column-gap: clamp(60px, 8vw, 120px); padding-block: 72px 79px; }
.section-heading .eyebrow { color: var(--copper); margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(28px, 2.8vw, 40px); line-height: 1.22; font-weight: 400; letter-spacing: -.035em; }
.section-heading > p:last-child { max-width: 280px; font-size: 12px; line-height: 1.9; color: var(--muted); margin-top: 23px; }
.process-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 38px; row-gap: 35px; list-style: none; padding: 0; margin: 0; }
.process-steps li { display: flex; align-items: flex-start; gap: 13px; padding-top: 18px; border-top: 1px solid var(--line); }
.step-number { color: var(--copper); font-size: 10px; padding-top: 4px; font-weight: 600; }
.process-steps h3 { font-size: 13px; font-weight: 600; line-height: 1.6; letter-spacing: -.012em; }
.process-steps p { color: var(--muted); font-size: 12px; line-height: 1.9; margin-top: 9px; }
.scope-note { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); column-gap: clamp(60px, 8vw, 120px); padding-block: 26px 32px; border-top: 1px solid var(--line); }
.scope-label { font-size: 8px; line-height: 2; letter-spacing: .14em; font-weight: 600; color: #c3c5ba; padding-top: 2px; }
.scope-note p { font-size: 12px; line-height: 1.8; color: #d6d8cf; }
.scope-note .transfer-note { margin-top: 7px; color: var(--muted); font-size: 12px; }
.site-footer { min-height: 83px; padding-block: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 20px; color: #9ea698; font-size: 11px; line-height: 1.8; }
.footer-domain { margin-left: auto; }
.footer-links { display: flex; align-items: center; gap: 20px; }
.footer-links:empty { display: none; }
.footer-links a:hover { color: var(--ivory); text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 1100px) and (prefers-reduced-motion: no-preference) {
  .hero-copy, .purchase-panel { animation: arrive 700ms cubic-bezier(.16, 1, .3, 1) both; }
  .purchase-panel { animation-delay: 100ms; }
  @keyframes arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 1100px) {
  .page-shell { padding-inline: 40px; }
  .hero { grid-template-columns: minmax(0, 1fr) 330px; column-gap: 48px; padding-top: 64px; row-gap: 50px; }
  h1 { font-size: clamp(49px, 6.65vw, 74px); }
  .purchase-panel { padding: 28px 25px 24px; }
  .price { font-size: 43px; }
  .process, .scope-note { column-gap: 60px; }
  .process-steps { column-gap: 25px; }
}

@media (max-width: 820px) {
  .page-shell { padding-inline: 28px; }
  .site-header { min-height: 94px; }
  .hero { grid-template-columns: 1fr; padding-top: 47px; row-gap: 36px; }
  .hero-copy { max-width: 650px; padding-top: 0; }
  h1 { max-width: 610px; font-size: clamp(58px, 10.7vw, 80px); }
  .hero-copy > .eyebrow { margin-bottom: 25px; }
  .domain-details { margin-top: 27px; }
  .purchase-panel { max-width: none; padding: 30px; }
  .purchase-panel h2 { font-size: 32px; }
  .price-block { margin-top: 22px; padding-top: 21px; }
  .price { font-size: 48px; }
  .purchase-actions { grid-template-columns: 1fr 1fr; margin-top: 24px; }
  .offer-note { font-size: 12px; }
  .provider-note p { font-size: 12px; }
  .provider-note { padding-top: 20px; margin-top: 20px; }
  .hero-baseline { font-size: 7px; gap: 16px; }
  .process { padding-block: 46px 45px; grid-template-columns: 1fr; row-gap: 31px; }
  .section-heading > p:last-child { max-width: 470px; margin-top: 17px; }
  .section-heading h2 br { display: none; }
  .section-heading .eyebrow { margin-bottom: 16px; }
  .process-steps { column-gap: 33px; }
  .process-steps p { font-size: 12px; }
  .scope-note { grid-template-columns: 1fr; row-gap: 14px; }
  .scope-note p { font-size: 12px; }
  .scope-note .transfer-note { font-size: 12px; }
}

@media (max-width: 480px) {
  .page-shell { padding-inline: 22px; }
  .site-header { min-height: 86px; gap: 16px; }
  .header-link { font-size: 10px; gap: 8px; }
  .header-link span { font-size: 20px; }
  .hero { padding-top: 39px; padding-bottom: 20px; row-gap: 32px; }
  .hero-copy > .eyebrow { font-size: 9px; margin-bottom: 24px; }
  h1 { font-size: clamp(43px, 11.35vw, 54px); line-height: 1.12; letter-spacing: -.065em; }
  .availability-notice { margin-top: 27px; }
  .domain-details { font-size: 7px; margin-top: 24px; }
  .purchase-panel { padding: 26px 24px 23px; }
  .panel-heading { margin-bottom: 15px; }
  .purchase-panel h2 { font-size: 29px; }
  .price { font-size: 45px; }
  .purchase-actions { grid-template-columns: 1fr; }
  :is(.button, .purchase-control button, .offer-control button) { font-size: 12px; min-height: 51px; }
  .hero-baseline { font-size: 6px; letter-spacing: .12em; gap: 10px; }
  .process { padding-top: 38px; padding-bottom: 38px; }
  .section-heading h2 { font-size: 29px; max-width: 285px; }
  .process-steps { grid-template-columns: 1fr; gap: 22px; }
  .process-steps li { gap: 18px; padding-top: 18px; }
  .process-steps h3 { font-size: 13px; }
  .process-steps p { margin-top: 6px; max-width: 310px; }
  .site-footer { flex-wrap: wrap; gap: 8px 20px; min-height: 85px; font-size: 10px; }
  .footer-domain { margin-left: 0; }
  .footer-links { width: 100%; }
}

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