:root {
  --ink: #15181c;
  --ink-soft: #24282e;
  --paper: #f5f3ec;
  --white: #ffffff;
  --gold: #cfc544;
  --gold-bright: #e6dc58;
  --muted: #737980;
  --line: rgba(21,24,28,.12);
  --radius: 24px;
  --shadow: 0 24px 60px rgba(0,0,0,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Manrope, Arial, sans-serif; color: var(--ink); background: var(--ink); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 14px; border-radius: 8px; text-decoration: none; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; background: rgba(18,21,25,.82); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { width: 210px; overflow: hidden; display: block; }
.brand img { width: 100%; }
.menu-button { border: 0; background: transparent; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; cursor: pointer; }
.menu-button span { width: 24px; height: 2px; background: white; transition: .25s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.primary-nav { position: absolute; left: 20px; right: 20px; top: 82px; padding: 18px; background: #20242a; border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: var(--shadow); display: none; flex-direction: column; }
.primary-nav.open { display: flex; }
.primary-nav a { color: #f4f4f2; text-decoration: none; font-weight: 700; padding: 12px 14px; border-radius: 10px; }
.primary-nav a:hover { background: rgba(255,255,255,.06); }
.nav-cta { background: var(--gold); color: var(--ink) !important; text-align: center; }

.hero { min-height: 100svh; padding: 128px 0 72px; display: grid; align-items: center; position: relative; overflow: hidden; color: white; background: linear-gradient(rgba(15,18,21,.89),rgba(15,18,21,.94)), url('assets/brand-background.webp') center/cover; }
.hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; gap: 40px; }
.hero-glow { position: absolute; border-radius: 999px; filter: blur(10px); opacity: .18; }
.hero-glow-one { width: 320px; height: 320px; background: var(--gold); right: -120px; top: 110px; }
.hero-glow-two { width: 180px; height: 180px; background: white; left: -110px; bottom: 70px; opacity: .08; }
.eyebrow { margin: 0 0 14px; color: var(--gold-bright); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; }
.eyebrow.dark { color: #8b8421; }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 10vw, 5.6rem); line-height: .98; letter-spacing: -.055em; margin-bottom: 24px; }
h1 span { color: var(--gold-bright); }
h2 { font-size: clamp(2rem, 7vw, 3.7rem); line-height: 1.08; letter-spacing: -.04em; margin-bottom: 22px; }
h3 { font-size: 1.15rem; line-height: 1.25; }
.hero-lead { color: #d2d5d9; font-size: 1.05rem; max-width: 660px; }
.hero-actions { display: grid; gap: 12px; margin: 30px 0 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); box-shadow: 0 14px 30px rgba(207,197,68,.19); }
.button-secondary { border: 1px solid rgba(255,255,255,.2); color: white; background: rgba(255,255,255,.04); }
.button-full { width: 100%; margin-top: 8px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hero-proof div { padding-right: 10px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--gold-bright); font-size: 1.1rem; }
.hero-proof span { color: #afb3b8; font-size: .72rem; }
.hero-card { background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-card-mark { color: var(--gold-bright); font-size: 4.5rem; line-height: .7; margin-bottom: 26px; font-weight: 800; }
.hero-card p { font-family: 'Playfair Display', serif; font-size: 1.65rem; line-height: 1.25; }
.hero-card span { color: #aeb3b8; font-size: .9rem; }

.section { padding: 80px 0; }
.section-light { background: var(--paper); }
.two-col, .partner-grid, .delivery-grid, .contact-grid { display: grid; gap: 34px; }
.body-copy { font-size: 1.03rem; color: #4e545b; }
blockquote { margin: 30px 0 0; padding: 24px; border-left: 4px solid var(--gold); background: white; border-radius: 0 16px 16px 0; color: var(--ink); font-weight: 700; }
blockquote cite { display: block; margin-top: 14px; color: var(--muted); font-size: .82rem; font-style: normal; font-weight: 600; }
.problem-section { background: #111418; color: white; }
.problem-card { border: 1px solid rgba(255,255,255,.1); background: linear-gradient(135deg, rgba(207,197,68,.10), rgba(255,255,255,.025)); border-radius: var(--radius); padding: 28px; display: grid; gap: 20px; }
.problem-card > p { color: #c4c8cd; margin-bottom: 0; }
.centered { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.centered > p:last-child { color: var(--muted); }
.pillar-grid { display: grid; gap: 16px; }
.pillar-card { padding: 24px; border-radius: 20px; background: white; border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(25,28,32,.05); }
.pillar-number { display: inline-flex; margin-bottom: 32px; color: #8c8620; font-weight: 800; letter-spacing: .12em; }
.pillar-card p { color: var(--muted); margin-bottom: 0; }
.delivery-section { background: var(--ink-soft); color: white; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.process-list li > span { color: var(--gold-bright); font-weight: 800; }
.process-list h3 { margin-bottom: 8px; }
.process-list p { color: #b8bdc3; margin-bottom: 0; }
.partner-copy > p:not(.eyebrow) { color: #5c6269; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 4px; }
.benefit-panel { background: var(--ink); color: white; border-radius: var(--radius); padding: 28px; }
.benefit-panel ul { list-style: none; padding: 0; margin: 22px 0 0; }
.benefit-panel li { padding: 13px 0 13px 30px; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; }
.benefit-panel li::before { content: "↗"; color: var(--gold-bright); position: absolute; left: 0; font-weight: 800; }
.vision-section { padding: 90px 0; color: white; background: linear-gradient(rgba(18,21,25,.87),rgba(18,21,25,.9)), url('assets/brand-background.webp') center/cover fixed; }
.vision-inner { max-width: 840px; text-align: center; }
.vision-inner h2 { color: white; }
.vision-inner > p:last-child { color: var(--gold-bright); font-weight: 800; }
.contact-section { background: #101317; color: white; }
.contact-copy > p:last-child { color: #b7bcc1; }
.contact-card { background: #1d2126; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); padding: 24px; }
.contact-row { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.contact-row span, .contact-row a { display: block; }
.contact-row span { color: #888f97; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 4px; }
.contact-row a { color: white; text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.site-footer { background: #090b0e; color: #9ea4aa; padding: 34px 0; }
.footer-inner { display: grid; gap: 14px; text-align: center; justify-items: center; }
.footer-inner img { width: 220px; }
.footer-inner p { margin: 0; font-size: .85rem; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 700px) {
  .container { width: min(1120px, calc(100% - 72px)); }
  .hero-actions { display: flex; }
  .pillar-grid { grid-template-columns: repeat(2,1fr); }
  .problem-card { padding: 44px; }
  .contact-card, .benefit-panel { padding: 36px; }
}
@media (min-width: 920px) {
  .site-header { position: absolute; background: transparent; backdrop-filter: none; border-bottom: 0; }
  .nav-wrap { min-height: 92px; }
  .menu-button { display: none; }
  .primary-nav { position: static; display: flex !important; flex-direction: row; align-items: center; background: transparent; padding: 0; border: 0; box-shadow: none; }
  .primary-nav a { padding: 10px 14px; }
  .nav-cta { padding-inline: 20px !important; margin-left: 8px; }
  .hero { padding: 150px 0 90px; }
  .hero-grid { grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); align-items: end; gap: 70px; }
  .hero-card { margin-bottom: 18px; }
  .two-col { grid-template-columns: .9fr 1.1fr; gap: 80px; }
  .problem-card { grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
  .pillar-grid { grid-template-columns: repeat(4,1fr); }
  .delivery-grid { grid-template-columns: .9fr 1.1fr; gap: 90px; }
  .partner-grid { grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; }
  .contact-grid { grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
  .section { padding: 112px 0; }
  .footer-inner { grid-template-columns: auto 1fr auto; text-align: left; justify-items: start; align-items: center; }
  .footer-inner p:nth-child(2) { justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
