:root {
    color-scheme: light;
    --orange: #f74e00;
    --orange-dark: #e94b02;
    --navy: #101727;
    --muted: #475569;
    --border: #e2e8f0;
    --paper: #fdfcfc;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 6px; }
.container { width: min(1080px, calc(100% - 80px)); margin-inline: auto; }
.header { background: #fff; border-bottom: 1px solid var(--border); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 22px; font-weight: 700; text-decoration: none; letter-spacing: -.025em; }
.brand img { display: block; object-fit: contain; }
.header-contact { font-size: 14px; font-weight: 500; text-decoration: none; }
.header-contact span { margin-left: 12px; }
.header-contact:hover, .hero-link:hover, .email:hover { text-decoration: underline; }
.hero { text-align: center; padding: 100px 0 92px; }
.eyebrow { margin: 0 0 24px; font-size: 11px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero .eyebrow { color: var(--muted); }
h1 { font-size: clamp(36px, 4.7vw, 60px); line-height: 1.15; font-weight: 700; letter-spacing: -.04em; margin: 0 0 28px; }
h1 span { color: var(--orange); }
.hero-intro { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0 0 34px; }
.hero-link { font-size: 13px; font-weight: 500; text-decoration: none; }
.hero-link span { margin-left: 12px; color: var(--orange); }
.about { border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr 1.65fr; gap: 64px; padding: 64px 0 72px; }
.section-label { display: flex; align-items: center; gap: 12px; align-self: start; padding-top: 8px; font-size: 13px; font-weight: 500; }
.small-rule { width: 24px; height: 2px; background: var(--orange); }
h2 { font-size: 29px; line-height: 1.3; letter-spacing: -.03em; font-weight: 600; margin: 0 0 20px; }
.about-content > p { margin: 0 0 18px; color: var(--muted); }
.about-content .signature { color: var(--navy); font-size: 14px; font-weight: 600; margin: 28px 0 0; }
.signature span { display: block; color: var(--muted); font-size: 12px; font-weight: 400; margin-top: 2px; }
.contact { background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact .eyebrow { margin-bottom: 16px; color: var(--muted); }
.contact h2 { font-size: 28px; margin-bottom: 16px; }
.contact-copy > p:last-child { color: var(--muted); font-size: 14px; margin: 0; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 18px; flex-shrink: 0; }
.button { background: var(--orange); color: var(--navy); border-radius: 7px; display: inline-flex; justify-content: space-between; align-items: center; gap: 42px; padding: 14px 24px; font-size: 14px; font-weight: 600; text-decoration: none; }
.button:hover { background: var(--orange-dark); }
.email { font-size: 13px; color: var(--muted); text-decoration: none; }
.footer { display: flex; justify-content: space-between; gap: 24px; padding-block: 32px; margin-top: 40px; color: var(--muted); font-size: 11px; }
.skip-link { position: absolute; left: 16px; top: -100px; background: #fff; padding: 12px; z-index: 2; }
.skip-link:focus { top: 12px; }
@media (max-width: 700px) {
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 80px; gap: 16px; }
    .brand { font-size: 17px; gap: 8px; }
    .brand img { width: 33px; height: 32px; }
    .header-contact { font-size: 12px; }
    .header-contact span { margin-left: 4px; }
    .hero { padding: 72px 0 64px; }
    .eyebrow { font-size: 10px; letter-spacing: .12em; }
    h1 { font-size: clamp(34px, 7vw, 48px); }
    .hero-intro { font-size: 15px; }
    .desktop-break { display: none; }
    .about { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 48px; }
    h2 { font-size: 26px; }
    .about-content > p { font-size: 15px; }
    .contact { padding: 30px 24px; flex-direction: column; align-items: stretch; gap: 30px; }
    .contact h2 { font-size: 26px; }
    .contact-actions { align-items: flex-start; }
    .footer { flex-direction: column; gap: 6px; margin-top: 16px; padding-block: 24px; }
}
/* A single, grounded introduction and contact panel. */
body { background: radial-gradient(ellipse at 75% 12%, #f74e000a, transparent 48%), var(--paper); }
.header-inner { min-height: 76px; }
.hero { padding: 64px 0 56px; }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero .eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
h1 { letter-spacing: -.025em; margin-bottom: 22px; }
.hero-intro { margin-bottom: 22px; }
.hero-link { display: inline-flex; align-items: center; padding: 8px 0; border-bottom: 1px solid #f74e0066; }
.conversation-panel { display: grid; grid-template-columns: 1.2fr 1fr; border: 1px solid var(--border); border-radius: 16px; background: #fff; overflow: hidden; box-shadow: 0 8px 24px #10172705; }
.about { display: block; border: 0; padding: 40px; }
.section-label { padding: 0; margin-bottom: 22px; font-size: 12px; }
h2 { font-size: 28px; }
.about-content > p { font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
.signature { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.signature p { margin: 0; font-size: 13px; font-weight: 600; }
.signature .monogram { display: grid; place-items: center; width: 42px; height: 42px; margin: 0; border: 1px solid var(--border); background: #f8fafc; border-radius: 50%; color: var(--navy); font-size: 12px; font-weight: 600; }
.contact { border: 0; border-radius: 0; border-top: 3px solid var(--orange); background: #101727; color: #fff; padding: 38px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 28px; }
.contact .eyebrow { color: #cbd5e1; margin-bottom: 22px; }
.contact h2 { font-size: 28px; }
.contact-copy > p:last-child { color: #cbd5e1; }
.contact-actions { align-items: flex-start; gap: 14px; }
.contact .email { color: #cbd5e1; }
.contact a:focus-visible { outline-color: #fff; }
.footer { align-items: center; margin-top: 8px; padding-block: 26px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; }
.domain-value { border-top: 1px solid var(--border); padding: 42px 0; }
.value-heading { text-align: center; max-width: 960px; margin: 0 auto 34px; }
.value-heading .eyebrow, .purchase .eyebrow { color: var(--muted); margin-bottom: 12px; }
.value-heading h2 { color: #101727; font-size: clamp(30px, 4vw, 50px); font-weight: 700; line-height: 1.1; letter-spacing: -.04em; margin: 0 0 22px; }
.value-heading > p { color: #475569; font-size: 20px; line-height: 1.5; letter-spacing: -.02em; margin: 0; }
.value-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.value-item { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-bottom: 3px solid var(--orange); border-radius: 12px; padding: 34px 24px 38px; }
.value-item h3, .purchase-steps h3 { font-size: 16px; line-height: 1.5; letter-spacing: -.015em; margin: 0 0 10px; font-weight: 600; }
.value-item p, .purchase-steps p { font-size: 14px; color: var(--muted); margin: 0; }
.value-item h3 { color: #101727; font-size: 20px; font-weight: 700; letter-spacing: -.04em; line-height: 1.3; margin-bottom: 14px; }
.value-item p { color: #475569; font-size: 17px; line-height: 1.45; letter-spacing: -.025em; }
.value-note, .purchase-note { font-size: 12px; color: var(--muted); margin: 24px 0 0; }
.transaction-link { font-size: 11px; color: #cbd5e1; text-decoration: none; }
.transaction-link:hover { text-decoration: underline; }
.transaction-link span { margin-left: 6px; }
.purchase { margin-top: 32px; padding: 0; background: #fff; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.purchase-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 32px; padding: 32px; background: #101727; color: #fff; }
.purchase-heading .eyebrow { color: #cbd5e1; }
.purchase-title { display: flex; align-items: flex-start; gap: 16px; }
.trust-icon { box-sizing: content-box; width: 26px; height: 26px; padding: 10px; flex-shrink: 0; margin-top: 3px; border: 1px solid #f74e0066; border-radius: 12px; background: #f74e001a; color: var(--orange); }
.purchase h2 { font-size: 24px; margin: 0; }
.purchase-heading > p { font-size: 13px; color: #cbd5e1; margin: 0; }
.purchase-heading a { font-weight: 600; color: #fff; text-decoration-color: var(--orange); }
.purchase-heading a:focus-visible { outline-color: #fff; }
.purchase-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; counter-reset: step; list-style: none; padding: 30px 32px; margin: 0; }
.purchase-steps li { counter-increment: step; position: relative; }
.purchase-steps li:not(:last-child)::after { content: ''; position: absolute; height: 1px; background: var(--border); top: 19px; left: 52px; right: 0; }
.purchase-steps li::before { content: '0' counter(step); font-size: 12px; font-weight: 700; color: var(--navy); background: #fff1e9; border: 1px solid #f74e0033; border-radius: 50%; display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 18px; }
.purchase-steps p { font-size: 13px; }
.purchase-note { border-top: 1px solid var(--border); padding: 16px 32px; margin: 0; background: #f8fafc; }
@media (max-width: 850px) {
    .about { padding: 30px; }
    .contact { padding: 28px; }
    .contact h2 { font-size: 25px; }
    .contact .desktop-break { display: none; }
}
@media (max-width: 700px) {
    .hero { padding: 46px 0 38px; }
    .conversation-panel { grid-template-columns: 1fr; }
    .about { padding: 28px 24px; }
    .contact { padding: 28px 24px; gap: 24px; }
    .footer { align-items: flex-start; gap: 12px; }
    .domain-value { padding: 30px 0; }
    .value-heading, .purchase-heading { grid-template-columns: 1fr; gap: 18px; }
    .value-grid, .purchase-steps { grid-template-columns: 1fr; gap: 24px; }
    .value-heading { text-align: center; max-width: 820px; margin: 0 auto 36px; }
    .purchase { padding: 0; margin-top: 24px; }
    .purchase-heading { padding: 24px; }
    .purchase-steps { padding: 24px; }
    .purchase-note { padding: 18px 24px; }
    .value-item h3 { min-height: 0; }
    .purchase-steps li:not(:last-child)::after { display: none; }
    .purchase-title { gap: 12px; }
    .purchase h2 { font-size: 23px; }
    .trust-icon { width: 26px; height: 26px; }
}

.value-heading .eyebrow { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .18em; margin-bottom: 22px; }
.value-illustration { width: 150px; height: 122px; color: #101727; align-self: center; margin: 0 0 24px; }
.illustration-accent { color: var(--orange); }
.value-note { text-align: center; }
/* Shared typography for the remaining sections. */
.brand { font-weight: 700; }
.header-contact { font-size: 15px; font-weight: 600; }
h1 { font-weight: 700; letter-spacing: -.04em; line-height: 1.1; }
.hero-intro { font-size: 20px; line-height: 1.5; letter-spacing: -.02em; }
.hero-link { font-size: 15px; font-weight: 600; }
.hero .eyebrow, .section-label, .contact .eyebrow, .purchase-heading .eyebrow {
    color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.about h2, .contact h2 { font-size: 34px; font-weight: 700; line-height: 1.15; letter-spacing: -.04em; margin-bottom: 22px; }
.about-content > p, .contact-copy > p:last-child { font-size: 17px; line-height: 1.5; letter-spacing: -.025em; }
.about-content > p { margin-bottom: 18px; }
.about-content > p:last-child { margin-bottom: 0; }
.contact { gap: 32px; }
.button { font-size: 16px; font-weight: 700; padding: 15px 26px; }
.transaction-link { font-size: 13px; line-height: 1.5; }
.purchase h2 { font-size: 30px; font-weight: 700; line-height: 1.15; letter-spacing: -.04em; }
.purchase-heading > p { font-size: 17px; line-height: 1.5; letter-spacing: -.02em; }
.purchase-steps h3 { font-size: 20px; font-weight: 700; line-height: 1.3; letter-spacing: -.04em; margin-bottom: 14px; }
.purchase-steps p { font-size: 18px; line-height: 1.5; letter-spacing: -.025em; }
.purchase-steps li::before { font-weight: 700; }
.footer { font-size: 12px; }
@media (max-width: 850px) {
    .about h2, .contact h2 { font-size: 30px; }
    .purchase-heading { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 700px) {
    .header-contact { font-size: 12px; }
    .hero-intro { font-size: 17px; }
    .hero .eyebrow, .section-label, .contact .eyebrow, .purchase-heading .eyebrow { font-size: 11px; letter-spacing: .12em; }
    .about h2, .contact h2, .purchase h2 { font-size: 28px; }
    .about-content > p, .contact-copy > p:last-child, .purchase-steps p { font-size: 17px; }
    .purchase-heading > p { font-size: 16px; }
}
@media (max-width: 700px) { .value-heading { margin-bottom: 24px; } .value-heading > p { font-size: 17px; } .value-item { padding: 26px; } .value-item p { font-size: 17px; } .value-illustration { width: 120px; height: 98px; margin-bottom: 22px; } }

