@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #17120f;
  --paper: #f8f1e7;
  --cream: #fffaf4;
  --red: #d9271c;
  --red-dark: #9f1711;
  --gold: #f3b33d;
  --steel: #405461;
  --muted: #6d645d;
  --line: #d7c8b9;
  --shadow: 0 18px 50px rgba(54, 26, 12, 0.15);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.domain-sale-banner {
  position: relative;
  z-index: 9999;
  width: 100%;
  color: #fff;
  background:
    radial-gradient(circle at 15% 50%, rgba(243, 179, 61, 0.28), transparent 34%),
    linear-gradient(100deg, #22120f 0%, #541712 58%, #8e1e16 100%);
  border-bottom: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 28px rgba(36, 9, 6, .25);
  font-family: Arial, Helvetica, sans-serif;
}
.domain-sale-banner__content {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.domain-sale-banner__text { display: grid; gap: 4px; line-height: 1.35; }
.domain-sale-banner__text strong { font-size: clamp(1rem,2vw,1.2rem); letter-spacing: -.01em; }
.domain-sale-banner__text span { color: rgba(255,255,255,.78); font-size: .92rem; }
.domain-sale-banner__button {
  flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 0 20px; color: #1a1008; background: var(--gold);
  border: 1px solid #ffd77e; border-radius: 999px; box-shadow: 0 8px 20px rgba(243,179,61,.28);
  font-size: .94rem; font-weight: 800; text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}
.domain-sale-banner__button:hover,.domain-sale-banner__button:focus-visible {
  background: #ffc857; box-shadow: 0 10px 26px rgba(243,179,61,.4); transform: translateY(-2px); outline: none;
}

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(248,241,231,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(159,23,17,.12); }
.nav-wrap { width: min(var(--max), calc(100% - 32px)); margin: auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 7px 18px rgba(159,23,17,.22); }
.brand span { font-family: 'Archivo Black', sans-serif; font-size: clamp(.95rem,2vw,1.15rem); line-height: 1; text-transform: uppercase; }
.nav-toggle { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 14px; color: #fff; background: var(--ink); cursor: pointer; }
.nav-toggle span,.nav-toggle::before,.nav-toggle::after { content: ''; width: 22px; height: 2px; background: currentColor; display: block; transition: .2s ease; }
.nav-toggle span { margin: 5px 0; }
.site-nav { display: none; position: absolute; inset: 78px 16px auto; padding: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.site-nav.open { display: grid; }
.site-nav a { padding: 14px 16px; text-decoration: none; font-weight: 700; border-radius: 12px; }
.site-nav a:hover,.site-nav a[aria-current='page'] { background: #f6ded8; color: var(--red-dark); }

main { overflow: hidden; }
.hero { position: relative; min-height: 720px; display: grid; align-items: end; color: #fff; background: #21110c; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,10,7,.94) 0%, rgba(23,10,7,.76) 45%, rgba(23,10,7,.18) 100%), url('../images/hero-banner.jpg') center/cover no-repeat; }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 110px; background: linear-gradient(transparent, var(--paper)); }
.hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 110px 0 150px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--gold); font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 36px; height: 4px; background: currentColor; }
h1,h2,h3 { margin: 0; line-height: 1.03; }
h1,h2 { font-family: 'Archivo Black', sans-serif; text-transform: uppercase; }
h1 { max-width: 800px; font-size: clamp(3.2rem, 11vw, 7.8rem); letter-spacing: -.055em; }
.hero-copy { max-width: 690px; margin: 24px 0 0; font-size: clamp(1.05rem,2vw,1.35rem); color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-weight: 800; text-decoration: none; border: 2px solid transparent; transition: .2s ease; }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(217,39,28,.28); }
.btn-primary:hover { background: #f1362a; transform: translateY(-2px); }
.btn-secondary { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.07); }
.btn-secondary:hover { background: #fff; color: var(--ink); }

.section { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; padding: 90px 0; }
.section-heading { max-width: 760px; margin-bottom: 40px; }
.section-heading h2 { font-size: clamp(2.1rem,6vw,4.7rem); letter-spacing: -.04em; }
.section-heading p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }

.feature-grid { display: grid; gap: 20px; }
.feature-card { position: relative; padding: 30px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(70,38,20,.08); }
.feature-card::after { content: attr(data-number); position: absolute; right: 16px; bottom: -18px; color: rgba(217,39,28,.08); font-family: 'Archivo Black'; font-size: 6rem; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: var(--red); color: #fff; font-size: 1.7rem; }
.feature-card h3 { margin-top: 22px; font-family: 'Barlow Condensed', sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.feature-card p { color: var(--muted); }

.split { display: grid; gap: 34px; align-items: center; }
.visual-panel { min-height: 440px; position: relative; border-radius: 36px; overflow: hidden; background: linear-gradient(140deg, var(--red-dark), var(--red)); box-shadow: var(--shadow); }
.visual-panel svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.stat-strip { display: grid; gap: 12px; margin-top: 26px; }
.stat { padding: 20px; border-left: 5px solid var(--gold); background: #fff; border-radius: 0 16px 16px 0; box-shadow: 0 8px 22px rgba(57,31,18,.08); }
.stat strong { display: block; font-family: 'Archivo Black'; font-size: 1.6rem; }
.stat span { color: var(--muted); }

.cta { margin: 0 auto 90px; width: min(var(--max), calc(100% - 32px)); padding: 54px 28px; color: #fff; text-align: center; border-radius: 36px; background: linear-gradient(130deg, #35110d, var(--red-dark)); box-shadow: var(--shadow); }
.cta h2 { font-size: clamp(2rem,7vw,4.5rem); }
.cta p { max-width: 650px; margin: 18px auto 28px; color: rgba(255,255,255,.78); }

.page-hero { padding: 110px 0 90px; color: #fff; background: linear-gradient(135deg,#22100c,#741911); }
.page-hero .inner { width: min(var(--max), calc(100% - 32px)); margin: auto; }
.page-hero h1 { font-size: clamp(3rem,9vw,6.7rem); }
.page-hero p { max-width: 700px; font-size: 1.15rem; color: rgba(255,255,255,.8); }
.story-grid { display: grid; gap: 24px; }
.story-card { padding: 30px; background: #fff; border-radius: var(--radius); border-top: 7px solid var(--red); box-shadow: 0 12px 28px rgba(57,31,18,.08); }
.story-card h3 { font-family: 'Barlow Condensed'; font-size: 1.7rem; text-transform: uppercase; }

.contact-grid { display: grid; gap: 30px; }
.contact-form { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-row { display: grid; gap: 8px; margin-bottom: 18px; }
label { font-weight: 700; }
input,textarea { width: 100%; border: 1px solid #bdaea2; border-radius: 12px; padding: 14px 15px; background: #fffdf9; color: var(--ink); }
input:focus,textarea:focus { border-color: var(--red); outline: 3px solid rgba(217,39,28,.14); }
textarea { min-height: 150px; resize: vertical; }
.contact-panel { padding: 34px; color: #fff; border-radius: var(--radius); background: var(--steel); }
.contact-panel h2 { font-size: 2.4rem; }
.contact-panel a { color: #fff; }
.form-status { min-height: 24px; margin-top: 14px; font-weight: 700; }

.site-footer { color: rgba(255,255,255,.78); background: #17120f; }
.footer-inner { width: min(var(--max), calc(100% - 32px)); margin: auto; padding: 44px 0; display: grid; gap: 24px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--gold); }

@media (max-width:680px){
  .domain-sale-banner__content { min-height:auto; padding:14px 0; align-items:stretch; flex-direction:column; gap:12px; }
  .domain-sale-banner__button { width:100%; }
  .hero { min-height: 650px; }
}
@media (min-width:760px){
  .feature-grid,.story-grid { grid-template-columns: repeat(3,1fr); }
  .split,.contact-grid { grid-template-columns: 1.05fr .95fr; }
  .stat-strip { grid-template-columns: repeat(3,1fr); }
  .footer-inner { grid-template-columns: 1fr auto; align-items:center; }
}
@media (min-width:900px){
  .nav-toggle { display:none; }
  .site-nav { display:flex; position:static; padding:0; background:transparent; border:0; box-shadow:none; }
}
@media (prefers-reduced-motion:reduce){ * { scroll-behavior:auto!important; transition:none!important; } }
