:root {
  --ink: #101722;
  --ink-2: #182230;
  --paper: #f8f5ef;
  --sand: #efe6d7;
  --red: #c84b31;
  --red-dark: #a83625;
  --gold: #e7aa5d;
  --hr-accent: #59d4d8;
  --muted: #657080;
  --line: rgba(16, 23, 34, .13);
  --white: #fff;
  --radius: 24px;
  --shadow: 0 30px 80px rgba(13, 22, 35, .16);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 18px; top: 12px; z-index: 999; padding: 10px 14px;
  background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.purchase-strip { background: var(--red); color: var(--white); font-size: .88rem; }
.purchase-strip__inner {
  width: var(--shell); margin-inline: auto; min-height: 42px; display: flex; align-items: center;
  justify-content: center; gap: 24px; text-align: center;
}
.purchase-strip a { font-weight: 800; text-underline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(16, 23, 34, .9);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { text-decoration: none; font-weight: 900; letter-spacing: -.055em; font-size: 1.6rem; line-height: 1; }
.wordmark-yemen { color: var(--white); }
.wordmark-hr { color: var(--hr-accent); }
.wordmark-tld { color: var(--white); }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { color: rgba(255,255,255,.76); text-decoration: none; font-size: .91rem; font-weight: 700; }
.primary-nav a:hover { color: var(--white); }
.primary-nav .nav-cta {
  color: var(--white); border: 1px solid rgba(255,255,255,.25); padding: 11px 17px; border-radius: 999px;
}
.primary-nav .nav-cta:hover { background: var(--white); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; transition: .2s ease; }

.hero {
  position: relative; overflow: hidden; min-height: calc(100vh - 120px); background: var(--ink);
  color: var(--white); padding: 84px 0 72px; display: grid; align-items: center;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 70px 70px; mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(12px); opacity: .4; }
.hero-glow--one { width: 420px; height: 420px; right: -160px; top: -180px; background: radial-gradient(circle, var(--red), transparent 70%); }
.hero-glow--two { width: 360px; height: 360px; left: -220px; bottom: -180px; background: radial-gradient(circle, var(--gold), transparent 70%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 900; color: var(--gold); }
.eyebrow span { width: 34px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--red); }
.hero h1, .section-heading h2, .cta-card h2 {
  margin: 22px 0 24px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.04em; line-height: .98;
}
.hero h1 { max-width: 680px; font-size: clamp(3.15rem, 6vw, 6.6rem); }
.hero h1 em { display: block; color: var(--gold); font-style: italic; }
.hero-lede { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  min-height: 53px; padding: 0 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; text-decoration: none; font-size: .92rem; font-weight: 900; transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--red); color: var(--white); box-shadow: 0 15px 36px rgba(200,75,49,.3); }
.button--primary:hover { background: #dc5a40; }
.button--ghost { border: 1px solid rgba(255,255,255,.22); color: var(--white); }
.button--ghost:hover { background: rgba(255,255,255,.08); }
.button--light { background: var(--white); color: var(--ink); }
.domain-facts { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); max-width: 630px; border-top: 1px solid rgba(255,255,255,.13); padding-top: 24px; }
.domain-facts div { padding-right: 18px; }
.domain-facts div + div { border-left: 1px solid rgba(255,255,255,.13); padding-left: 22px; }
.domain-facts strong { display: block; font-family: Georgia, serif; font-size: 1.75rem; color: var(--white); }
.domain-facts span { display: block; margin-top: 3px; color: rgba(255,255,255,.48); font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-width: 0; }
.visual-card {
  position: relative; overflow: hidden; min-height: 560px; border: 1px solid rgba(255,255,255,.14); border-radius: 34px;
  background: linear-gradient(150deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); box-shadow: var(--shadow); padding: 29px 30px;
}
.visual-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: inset 0 1px rgba(255,255,255,.18); pointer-events: none; }
.visual-card__topline { display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.48); font-size: .67rem; letter-spacing: .13em; font-weight: 900; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.15); padding: 6px 10px; border-radius: 999px; color: rgba(255,255,255,.7); letter-spacing: .04em; }
.status-pill i { width: 7px; height: 7px; border-radius: 50%; background: #70d18c; box-shadow: 0 0 0 5px rgba(112,209,140,.12); }
.visual-domain { position: relative; z-index: 2; margin-top: 92px; white-space: nowrap; font-size: clamp(2.6rem, 5vw, 5rem); font-weight: 900; letter-spacing: -.075em; }
.visual-domain span { color: var(--white); }
.visual-domain b { color: var(--hr-accent); }
.visual-domain small { color: var(--white); font-size: .52em; }
.visual-card > p { position: relative; z-index: 2; max-width: 390px; color: rgba(255,255,255,.56); font-size: .86rem; }
.visual-landscape { position: absolute; inset: auto 0 0; }
.visual-note {
  position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 14px;
  background: rgba(248,245,239,.96); color: var(--ink); box-shadow: 0 16px 35px rgba(0,0,0,.22); font-size: .75rem; font-weight: 850;
}
.visual-note span { color: var(--red); font-size: .65rem; letter-spacing: .1em; }
.visual-note--one { left: -30px; bottom: 108px; }
.visual-note--two { right: -24px; top: 118px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 28px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.4); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.hero-scroll span { display: block; width: 28px; height: 1px; background: rgba(255,255,255,.35); }

.trust-band { background: var(--red); color: var(--white); overflow: hidden; }
.trust-band__inner { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 22px; text-transform: uppercase; letter-spacing: .14em; font-size: .71rem; font-weight: 900; }
.trust-band i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; }

.section { padding: 120px 0; }
.section--light { background: var(--paper); }
.section--dark { background: var(--ink); color: var(--white); }
.section--sand { background: var(--sand); }
.section-heading { max-width: 750px; }
.section-heading h2 { font-size: clamp(2.8rem, 5.5vw, 5.7rem); }
.section-heading > p:last-child { max-width: 600px; color: var(--muted); font-size: 1.04rem; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.08fr .72fr; gap: 90px; align-items: end; }
.section-heading--split > p { margin: 0 0 30px; color: rgba(255,255,255,.57); font-size: 1rem; }
.feature-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 340px; padding: 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-number { position: absolute; top: 24px; right: 26px; color: #b9b0a4; font-size: .72rem; letter-spacing: .12em; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(200,75,49,.1); color: var(--red); }
.feature-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 62px 0 14px; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 500; letter-spacing: -.02em; }
.feature-card p { max-width: 450px; margin: 0; color: var(--muted); }

.use-case-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); }
.use-case { display: grid; grid-template-columns: 80px 1fr 50px; gap: 30px; align-items: center; padding: 38px 12px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s ease, padding .2s ease; }
.use-case:hover { background: rgba(255,255,255,.035); padding-left: 24px; padding-right: 24px; }
.use-case__index { color: rgba(255,255,255,.32); font-size: .74rem; letter-spacing: .14em; }
.use-case__content { display: grid; grid-template-columns: 150px 1fr 1fr; gap: 34px; align-items: center; }
.use-case__tag { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 900; }
.use-case h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 2vw, 2rem); font-weight: 500; line-height: 1.15; }
.use-case__content > p:last-child { margin: 0; color: rgba(255,255,255,.5); font-size: .91rem; }
.use-case__arrow { justify-self: end; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; color: var(--gold); }

.audience-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.text-link { display: inline-flex; gap: 8px; margin-top: 26px; color: var(--red); text-decoration: none; font-weight: 900; border-bottom: 1px solid rgba(200,75,49,.3); padding-bottom: 4px; }
.audience-panel { background: var(--paper); border-radius: var(--radius); padding: 16px 34px; box-shadow: 0 24px 55px rgba(61,42,20,.09); }
.audience-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; align-items: center; min-height: 88px; border-bottom: 1px solid var(--line); }
.audience-item:last-child { border-bottom: 0; }
.audience-item span { font-size: .68rem; color: var(--red); letter-spacing: .12em; }
.audience-item p { margin: 0; font-family: Georgia, serif; font-size: 1.3rem; line-height: 1.25; }

.cta-section { background: var(--paper); padding: 48px 0 110px; }
.cta-card { position: relative; overflow: hidden; border-radius: 32px; background: var(--red); color: var(--white); padding: clamp(50px, 8vw, 95px); box-shadow: 0 30px 70px rgba(138,48,31,.18); }
.cta-pattern { position: absolute; inset: 0 0 0 auto; width: 46%; opacity: .13; background-image: radial-gradient(circle at center, white 1.3px, transparent 1.6px); background-size: 18px 18px; mask-image: linear-gradient(90deg, transparent, black); }
.cta-card > *:not(.cta-pattern) { position: relative; z-index: 1; }
.cta-card .eyebrow { color: #ffd7a5; }
.cta-card h2 { max-width: 900px; font-size: clamp(2.8rem, 5vw, 5.1rem); }
.cta-card > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.76); }
.cta-card .button { margin-top: 24px; }

.site-footer { background: var(--ink); color: var(--white); padding: 74px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-bottom: 56px; }
.wordmark--footer { font-size: 2rem; }
.footer-top > div > p { max-width: 390px; color: rgba(255,255,255,.48); }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links strong { margin-bottom: 8px; color: rgba(255,255,255,.9); font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-links a { color: rgba(255,255,255,.52); text-decoration: none; font-size: .9rem; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 25px; color: rgba(255,255,255,.35); font-size: .76rem; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--ink); }
.legal-main { padding: 90px 0 110px; }
.legal-copy { max-width: 840px; }
.legal-copy h1 { margin: 0 0 18px; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 500; letter-spacing: -.04em; }
.legal-copy h2 { margin-top: 48px; font-family: Georgia, serif; font-size: 1.7rem; font-weight: 500; }
.legal-copy p, .legal-copy li { color: var(--muted); }
.legal-copy a { color: var(--red); }
.back-link { display: inline-flex; margin-bottom: 32px; color: var(--red); font-weight: 800; text-decoration: none; }

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

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 720px; margin-inline: auto; width: 100%; }
  .hero-scroll { display: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 15px; }
  .section-heading--split > p { max-width: 650px; }
  .use-case__content { grid-template-columns: 130px 1fr; }
  .use-case__content > p:last-child { grid-column: 2; }
  .audience-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 800px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .purchase-strip__inner { min-height: 56px; padding: 7px 0; flex-direction: column; gap: 1px; line-height: 1.3; }
  .nav-wrap { height: 70px; }
  .menu-toggle { display: block; }
  .primary-nav {
    position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 16px 20px 24px; background: rgba(16,23,34,.98);
    transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; border-top: 1px solid rgba(255,255,255,.08);
  }
  .primary-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .primary-nav a { padding: 15px 2px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .primary-nav .nav-cta { margin-top: 14px; text-align: center; border: 1px solid rgba(255,255,255,.2); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: 62px; min-height: auto; }
  .hero-grid { gap: 58px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 5rem); }
  .domain-facts { grid-template-columns: 1fr; gap: 18px; }
  .domain-facts div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.13); padding: 16px 0 0; }
  .visual-card { min-height: 460px; padding: 22px; }
  .visual-domain { margin-top: 80px; }
  .visual-note { display: none; }
  .trust-band__inner { overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .section { padding: 86px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; padding: 34px 28px; }
  .use-case { grid-template-columns: 44px 1fr; gap: 16px; padding: 28px 0; }
  .use-case__arrow { display: none; }
  .use-case__content { grid-template-columns: 1fr; gap: 7px; }
  .use-case__content > p:last-child { grid-column: auto; }
  .use-case__tag { margin: 0; }
  .use-case h3 { margin: 2px 0 8px; }
  .audience-panel { padding: 12px 22px; }
  .audience-item { grid-template-columns: 40px 1fr; }
  .audience-item p { font-size: 1.13rem; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .visual-card { min-height: 390px; border-radius: 24px; }
  .visual-card__topline > span:first-child { display: none; }
  .visual-card__topline { justify-content: flex-end; }
  .visual-domain { margin-top: 66px; font-size: clamp(2.3rem, 13vw, 3.6rem); }
  .section-heading h2, .cta-card h2 { font-size: clamp(2.7rem, 13vw, 4.5rem); }
  .cta-card { border-radius: 24px; padding: 45px 26px; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

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