:root {
  --bg: #07090f;
  --bg2: #0c1220;
  --panel: rgba(255,255,255,.065);
  --text: #f7f1e8;
  --muted: #aeb6c4;
  --line: rgba(255,255,255,.13);
  --gold: #c99b4a;
  --gold2: #f2d08a;
  --warm: #b9824b;
  --shadow: 0 30px 100px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
::selection { background: var(--gold2); color: #111; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7,9,15,.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(22px);
}
.nav { height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: 245px; }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%;
  border: 1px solid rgba(242,208,138,.6); color: var(--gold2); font: 30px Georgia, serif;
}
.brand strong { display: block; font: 24px Georgia, serif; letter-spacing: .2em; line-height: 1; }
.brand small { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; margin-top: 5px; }
.nav-links { margin-left: auto; display: flex; gap: 28px; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(247,241,232,.76); font-weight: 750; font-size: 14px; }
.nav-links a:hover, .nav-links a.active { color: var(--gold2); }
.nav-cta {
  text-decoration: none; padding: 12px 18px; border-radius: 999px;
  background: linear-gradient(135deg, var(--gold2), var(--gold));
  color: #0b0b0b; font-weight: 900;
}
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; width: 42px; height: 42px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--text); margin: 6px auto; }

.hero {
  position: relative; isolation: isolate; min-height: calc(100vh - 82px);
  padding: 92px 0 66px; overflow: hidden;
  background: linear-gradient(120deg, rgba(7,9,15,.95), rgba(7,9,15,.68)), var(--hero-image);
  background-size: cover; background-position: center;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 240px; background: linear-gradient(transparent, var(--bg)); z-index: -1; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 18px; color: var(--gold2); text-transform: uppercase; letter-spacing: .24em; font-size: 12px; font-weight: 900; }
.eyebrow span { width: 64px; height: 1px; background: var(--gold); }
h1 { margin: 22px 0 24px; max-width: 920px; font: 500 clamp(52px, 7.4vw, 104px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.065em; }
.lead { color: rgba(247,241,232,.82); font-size: clamp(18px, 2.1vw, 23px); max-width: 760px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 13px; text-decoration: none; font-weight: 900; }
.button.primary { color: #0b0b0b; background: linear-gradient(135deg, var(--gold2), var(--gold)); box-shadow: 0 18px 60px rgba(201,155,74,.18); }
.button.ghost { color: var(--text); border: 1px solid var(--line); background: rgba(255,255,255,.055); }
.button.full { width: 100%; }

.founder-line { margin-top: 34px; display: flex; align-items: center; gap: 16px; color: rgba(247,241,232,.72); }
.founder-line span { width: 58px; height: 1px; background: rgba(242,208,138,.5); }
.founder-line p { margin: 0; }
.founder-line strong { color: var(--text); }

.photo-card {
  position: relative; min-height: 560px; border: 1px solid var(--line); border-radius: 34px;
  overflow: hidden; box-shadow: var(--shadow); background: var(--panel);
}
.photo-card img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; display: block; filter: saturate(.95) contrast(1.04); }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%, rgba(7,9,15,.88)); }
.photo-caption { position: absolute; left: 24px; right: 24px; bottom: 24px; z-index: 2; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(7,9,15,.68); backdrop-filter: blur(18px); }
.photo-caption span { color: var(--gold2); font-weight: 900; letter-spacing: .16em; text-transform: uppercase; font-size: 11px; }
.photo-caption strong { display: block; font-size: 24px; margin-top: 6px; line-height: 1.15; }

.hero-strip { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 28px; overflow: hidden; background: rgba(7,9,15,.68); backdrop-filter: blur(18px); }
.hero-strip div { padding: 26px; border-right: 1px solid var(--line); }
.hero-strip div:last-child { border-right: 0; }
.hero-strip span { color: var(--gold2); font-weight: 900; letter-spacing: .18em; }
.hero-strip strong { display: block; margin-top: 8px; font-size: 20px; }

.statement { padding: 92px 0; background: var(--bg); }
.statement p { margin: 0; max-width: 1030px; font: 500 clamp(34px, 5vw, 68px)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }

.section { padding: 112px 0; background: var(--bg); }
.section.dark { background: radial-gradient(circle at 80% 10%, rgba(201,155,74,.14), transparent 30%), linear-gradient(180deg, var(--bg2), #111827); }
.split { display: grid; grid-template-columns: 280px 1fr; gap: 64px; }
.section-label { color: var(--gold2); text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 950; }
.section h2 { margin: 0 0 26px; font: 500 clamp(36px, 5.2vw, 62px)/1.04 Georgia, "Times New Roman", serif; letter-spacing: -.045em; }
.section p { color: rgba(247,241,232,.74); font-size: 18px; max-width: 850px; }
.section-head { max-width: 820px; margin-bottom: 44px; }

.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { min-height: 305px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); transition: transform .25s ease, border-color .25s ease; }
.card:hover { transform: translateY(-8px); border-color: rgba(242,208,138,.4); }
.number { color: var(--gold2); font-weight: 950; letter-spacing: .18em; margin-bottom: 44px; }
.card h3 { margin: 0 0 14px; font-size: 24px; line-height: 1.16; }
.card p { margin: 0; font-size: 16px; color: var(--muted); }

.image-band { padding: 34px 0 112px; background: var(--bg); }
.image-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.image-tile { min-height: 420px; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); position: relative; }
.image-tile.small { min-height: 420px; }
.image-tile img { width: 100%; height: 100%; object-fit: cover; display: block; }
.image-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(7,9,15,.62)); }

.timeline { border-left: 1px solid var(--line); }
.timeline-item { position: relative; padding: 0 0 42px 36px; }
.timeline-item::before { content: ""; position: absolute; left: -6px; top: 7px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold2); }
.timeline-item span { color: var(--gold2); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 950; }
.timeline-item h3 { margin: 8px 0 8px; font-size: 26px; }
.timeline-item p { margin: 0; color: var(--muted); }

.quote { padding: 112px 0; background: linear-gradient(rgba(7,9,15,.58), rgba(7,9,15,.68)), url("https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1800&q=82"); background-size: cover; background-position: center; }
blockquote { margin: 0; max-width: 990px; font: 500 clamp(36px, 5.3vw, 72px)/1.05 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }

.contact-section { background: radial-gradient(circle at 12% 16%, rgba(201,155,74,.13), transparent 28%), var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 440px; gap: 76px; align-items: start; }
.contact-card { border: 1px solid var(--line); border-radius: 28px; padding: 32px; background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); box-shadow: var(--shadow); }
.contact-card div { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-card span { display: block; color: var(--gold2); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 950; margin-bottom: 8px; }
.contact-card a:not(.button), .contact-card strong { text-decoration: none; font-size: 20px; }

.contact-form { display: grid; gap: 14px; margin-top: 22px; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.06); color: var(--text); padding: 15px 16px; font: inherit; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(247,241,232,.45); }

.site-footer { padding: 34px 0; background: #03050a; border-top: 1px solid var(--line); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.footer-grid p { margin: 0; color: var(--muted); font-size: 14px; }

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

@media (max-width: 980px) {
  .nav { height: 74px; }
  .nav-links, .nav-cta { display: none; }
  .menu-button { display: block; }
  .nav-links.open { display: grid; position: absolute; top: 74px; left: 20px; right: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7,9,15,.98); }
  .hero { min-height: auto; padding: 56px 0; }
  .hero-grid, .split, .contact-grid, .image-grid { grid-template-columns: 1fr; }
  .photo-card, .photo-card img { min-height: 420px; }
  .hero-strip, .cards { grid-template-columns: 1fr; }
  .hero-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-strip div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand { min-width: auto; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 9px; }
  .brand-mark { width: 36px; height: 36px; font-size: 22px; }
  h1 { font-size: 45px; }
  .button { width: 100%; }
  .hero-actions { width: 100%; }
}
