@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --ink: #111a17;
    --muted: #59655f;
    --paper: #f6f3ec;
    --white: #fffdf8;
    --red: #c9402f;
    --red-dark: #a92f22;
    --sage: #dce5d7;
    --line: rgba(17, 26, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 "DM Sans", sans-serif; }
a { color: inherit; }
.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(246, 243, 236, .94); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); }
.wordmark { display: flex; align-items: center; gap: 12px; font: 700 15px/1.2 Manrope, sans-serif; text-decoration: none; letter-spacing: -.02em; }
.wordmark-mark { width: 43px; height: 43px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: var(--sage); }
.wordmark-mark img { width: 42px; height: 42px; object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); font-size: 14px; font-weight: 600; }
nav a { text-decoration: none; }
.nav-contact { padding: 9px 17px; border: 1px solid var(--ink); border-radius: 99px; }
.hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 6vw; padding: 80px clamp(24px, 7vw, 110px); overflow: hidden; }
.eyebrow { margin: 0 0 18px; color: var(--red); font: 700 12px/1 Manrope, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; letter-spacing: -.045em; }
h1 { margin-bottom: 28px; font-size: clamp(50px, 6.6vw, 92px); line-height: .99; }
h1 em { color: var(--red); font-style: normal; }
.hero-intro { max-width: 640px; margin: 0 0 34px; color: var(--muted); font-size: clamp(18px, 1.65vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-block; padding: 13px 22px; border-radius: 4px; font: 700 14px Manrope, sans-serif; text-decoration: none; transition: transform .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border: 1px solid var(--ink); }
.availability { margin-top: 32px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.availability span { width: 8px; height: 8px; border-radius: 50%; background: #4a8c54; box-shadow: 0 0 0 5px rgba(74, 140, 84, .13); }
.hero-visual { min-height: 490px; position: relative; display: grid; place-items: center; }
.hero-visual img { z-index: 2; width: min(85%, 510px); height: auto; filter: drop-shadow(0 24px 24px rgba(17, 26, 23, .12)); }
.circle { position: absolute; border-radius: 50%; }
.circle-one { width: 420px; height: 420px; background: var(--sage); }
.circle-two { width: 330px; height: 330px; border: 1px solid rgba(17, 26, 23, .22); transform: translate(75px, -45px); }
.feature-note { z-index: 3; position: absolute; padding: 13px 17px; min-width: 150px; background: var(--white); box-shadow: 0 12px 30px rgba(17, 26, 23, .12); border-left: 3px solid var(--red); }
.feature-note strong, .feature-note span { display: block; }
.feature-note strong { font: 700 13px Manrope, sans-serif; }
.feature-note span { color: var(--muted); font-size: 11px; }
.note-one { top: 55px; left: 0; }
.note-two { right: 0; bottom: 42px; }
.trust-strip { padding: 22px clamp(24px, 7vw, 110px); color: white; background: var(--ink); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust-strip p { margin: 0; text-align: center; font-size: 13px; }
.trust-strip p::before { content: "✓"; margin-right: 8px; color: #e98270; }
.section { padding: 110px clamp(24px, 7vw, 110px); }
.section-heading { max-width: 690px; margin-bottom: 60px; }
h2 { margin-bottom: 24px; font-size: clamp(38px, 5vw, 66px); line-height: 1.06; }
.section-heading > p:last-child, .about-copy > p { color: var(--muted); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { padding: 28px 28px 10px 0; border-right: 1px solid var(--line); }
.feature-grid article + article { padding-left: 28px; }
.feature-grid article:last-child { border-right: 0; }
.feature-number { color: var(--red); font: 700 12px Manrope, sans-serif; }
.feature-grid h3 { margin: 44px 0 14px; font-size: 23px; }
.feature-grid p { color: var(--muted); font-size: 15px; }
.payments { padding: 0 clamp(24px, 5vw, 76px); }
.payments-card { padding: clamp(46px, 7vw, 95px); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; color: white; background: var(--ink); border-radius: 8px; }
.payments-card h2 { margin-bottom: 0; }
.payments-copy > p { margin-top: 0; color: #cbd2ce; font-size: 17px; }
.payment-flow { margin-top: 34px; padding-top: 24px; display: flex; flex-wrap: wrap; gap: 13px; align-items: center; border-top: 1px solid rgba(255,255,255,.18); font: 600 13px Manrope, sans-serif; }
.payment-flow i { color: #e98270; font-style: normal; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; align-items: center; }
.about-art { aspect-ratio: 1; display: grid; grid-template-columns: 1fr 1fr; place-items: center; background: var(--sage); border-radius: 50%; color: rgba(17, 26, 23, .7); font: 500 clamp(60px, 8vw, 120px) serif; }
.about-art span:last-child { transform: translateY(25px); }
.contact { padding: 100px 24px; text-align: center; color: white; background: var(--red); }
.contact .eyebrow { color: #ffd3ca; }
.contact h2 { max-width: 840px; margin-left: auto; margin-right: auto; }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 30px; color: #ffe5df; font-size: 18px; }
.button-light { color: var(--ink); background: var(--white); }
footer { padding: 60px clamp(24px, 7vw, 110px) 30px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; color: #bec7c2; background: #0b110f; font-size: 13px; }
footer strong { color: white; font-family: Manrope, sans-serif; }
footer a { color: white; }
.legal p { margin-top: 0; }
.copyright { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.footer-links { grid-column: 1 / -1; justify-content: flex-end; gap: 24px; margin-top: -52px; }
.footer-links a { color: white; text-decoration: underline; text-underline-offset: 3px; }

.legal-header { position: static; }
.legal-header nav a { display: inline; }
.legal-page { width: min(820px, calc(100% - 44px)); margin: 0 auto; padding: 72px 0 100px; }
.legal-page h1 { margin-bottom: 14px; font-size: clamp(42px, 7vw, 68px); }
.legal-page .effective-date { margin: 0 0 48px; color: var(--muted); }
.legal-page h2 { margin: 48px 0 14px; font-size: clamp(25px, 4vw, 34px); letter-spacing: -.025em; }
.legal-page h3 { margin: 28px 0 8px; font-size: 19px; letter-spacing: -.015em; }
.legal-page p, .legal-page li { color: #34403a; }
.legal-page li + li { margin-top: 8px; }
.legal-page a { color: var(--red-dark); }
.legal-note { padding: 20px 22px; border-left: 3px solid var(--red); background: var(--white); }
.legal-footer { display: block; }
.legal-footer .copyright { margin: 28px 0 0; }

@media (max-width: 900px) {
    nav a:not(.nav-contact) { display: none; }
    .hero { grid-template-columns: 1fr; padding-top: 60px; }
    .hero-visual { min-height: 430px; }
    .trust-strip, .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-grid article:nth-child(2) { border-right: 0; }
    .payments-card, .about { grid-template-columns: 1fr; }
    .about-art { max-width: 480px; }
}

@media (max-width: 560px) {
    .site-header { height: 70px; }
    .wordmark span:last-child { max-width: 145px; }
    .hero { min-height: auto; padding: 54px 22px; }
    .hero-visual { min-height: 330px; }
    .circle-one { width: 290px; height: 290px; }
    .circle-two { width: 230px; height: 230px; }
    .feature-note { display: none; }
    .trust-strip, .feature-grid { grid-template-columns: 1fr; }
    .trust-strip p { text-align: left; }
    .feature-grid article, .feature-grid article + article { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .feature-grid h3 { margin-top: 24px; }
    .section { padding: 78px 22px; }
    .payments { padding: 0; }
    .payments-card { border-radius: 0; padding: 70px 22px; }
    footer { grid-template-columns: 1fr; }
    .footer-links { justify-content: flex-start; margin-top: -20px; }
    .legal-page { padding-top: 52px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button { transition: none; }
}
