:root {
  --primary: #1b2a4a;
  --bg: #f6efe2;
  --ink: #141a2a;
  --accent: #c98a3c;
  --paper: #ffffff;
  --line: #e2d5c4;
  --mute: #5a6070;
  --display: 'Bitter', Georgia, serif;
  --body: 'Karla', system-ui, sans-serif;
  --r: 14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--body); color: var(--ink); background: var(--bg);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
}
.wrap { width: min(1140px, 92vw); margin-inline: auto; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; }
h1 { font-size: clamp(36px, 5.8vw, 70px); font-weight: 900; letter-spacing: -.02em; }
h2 { font-size: clamp(26px, 3.5vw, 44px); font-weight: 700; letter-spacing: -.015em; margin-bottom: 12px; }
h3 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
p { color: var(--mute); }

.eyebrow {
  display: inline-block; font-family: var(--body); font-size: 12px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 14px;
}
.eyebrow--light { color: rgba(255,255,255,.6); }

.lead { font-size: clamp(16px, 1.6vw, 19px); color: var(--mute); max-width: 48ch; }
.lead--light { color: rgba(255,255,255,.8); }

/* NAV */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(246,239,226,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__in { display: flex; align-items: center; gap: 22px; height: 64px; }
.brand {
  font-family: var(--display); font-size: 22px; font-weight: 900;
  text-decoration: none; color: var(--primary); letter-spacing: -.01em; flex-shrink: 0;
}
.brand__sep { color: var(--accent); margin: 0 2px; }
.nav__links { display: flex; gap: 26px; margin-left: auto; }
.nav__links a { text-decoration: none; color: var(--mute); font-size: 14px; font-weight: 500; transition: color .15s; }
.nav__links a:hover { color: var(--primary); }

/* BUTTONS */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff;
  text-decoration: none; font-weight: 700; font-size: 14px;
  padding: 13px 24px; border-radius: 6px;
  transition: transform .15s, background .15s;
  font-family: var(--body);
}
.btn:hover { transform: translateY(-2px); background: #131f38; }
.btn--sm { padding: 9px 16px; font-size: 13px; }
.btn--lg { padding: 17px 34px; font-size: 16px; }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: #b07829; }
.btn--glass { background: rgba(255,255,255,.18); backdrop-filter: blur(8px); color: #fff; border: 1px solid rgba(255,255,255,.3); }
.btn--glass:hover { background: rgba(255,255,255,.28); transform: translateY(-2px); }
.btn--light { background: var(--accent); color: #fff; }
.btn--light:hover { background: #b07829; transform: translateY(-2px); }

/* HERO fullbleed */
.hero {
  position: relative; min-height: clamp(520px, 72vh, 800px);
  display: flex; flex-direction: column; overflow: hidden;
}
.hero__fullbleed {
  position: absolute; inset: 0; margin: 0;
}
.hero__fullbleed img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(20,26,42,.85) 0%, rgba(20,26,42,.5) 60%, rgba(20,26,42,.2) 100%);
}
.hero__content {
  position: relative; z-index: 2;
  padding: clamp(80px, 12vw, 140px) 0 clamp(50px, 8vw, 90px);
  max-width: 600px;
}
.hero__content h1 { color: #fff; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.hero__scroll-hint {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  z-index: 2; color: rgba(255,255,255,.5); font-size: 13px; font-weight: 500;
  letter-spacing: .1em;
}

/* FORMATS */
.formats { padding: clamp(50px, 6vw, 82px) 0; }
.section-head { max-width: 56ch; margin-bottom: 38px; }
.section-head p { color: var(--mute); margin-top: 8px; }

.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 26px 22px; display: flex; flex-direction: column; min-height: 240px;
  transition: box-shadow .2s, transform .2s;
}
.card:hover { box-shadow: 0 12px 32px rgba(27,42,74,.1); transform: translateY(-3px); }
.card__type { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: var(--accent); margin-bottom: 10px; }
.card p { color: var(--mute); font-size: 14px; margin-top: 6px; flex: 1; }
.card__price { font-family: var(--display); font-weight: 700; color: var(--primary); font-size: 18px; margin-top: 16px; }

/* STORYBOARD */
.storyboard { background: var(--primary); padding: clamp(50px, 6vw, 82px) 0; }
.storyboard h2 { color: #fff; margin-bottom: 16px; }
.storyboard__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.storyboard__visual { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.sb-frame {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px; padding: 18px 16px; min-height: 100px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.sb-num { font-family: var(--display); font-size: 24px; font-weight: 900; color: var(--accent); line-height: 1; }
.sb-frame p { color: rgba(255,255,255,.65); font-size: 13px; margin-top: 8px; }

.storyboard__text .eyebrow { color: var(--accent); }
.storyboard__text p { color: rgba(255,255,255,.72); max-width: 42ch; margin-top: 14px; }
.storyboard__note {
  background: rgba(255,255,255,.08); border-radius: 8px;
  padding: 12px 16px; font-size: 14px; color: var(--accent);
  font-weight: 600; margin-top: 20px;
}

/* PROCESS */
.process { padding: clamp(50px, 6vw, 82px) 0; background: var(--paper); border-block: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 18px; }
.process-step { padding: 24px 18px; border-left: 3px solid var(--line); min-height: 200px; }
.process-step:first-child { border-left-color: var(--accent); }
.process-step__n {
  display: block; font-family: var(--display); font-size: 32px; font-weight: 900; color: var(--accent);
  line-height: 1; margin-bottom: 14px;
}
.process-step p { color: var(--mute); font-size: 14px; margin-top: 6px; }

/* CONTACT */
.contact { padding: clamp(50px, 6vw, 82px) 0; }
.contact__inner {
  background: linear-gradient(135deg, var(--ink) 0%, #253558 100%);
  border-radius: calc(var(--r) + 6px); padding: clamp(32px, 4vw, 56px);
  display: flex; justify-content: space-between; align-items: center;
  gap: 30px; flex-wrap: wrap;
}
.contact__inner h2 { color: #fff; }
.contact__inner > p { color: rgba(255,255,255,.75); max-width: 44ch; margin-top: 10px; }
.contact__channels { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.channel {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.12); color: #fff;
  text-decoration: none; font-size: 14px; font-weight: 600;
  padding: 9px 16px; border-radius: 6px; transition: background .15s;
}
.channel:hover { background: rgba(255,255,255,.2); }
.contact__city { color: rgba(255,255,255,.45); font-size: 12px; margin-top: 12px; }

/* FOOTER */
.foot { background: var(--ink); color: rgba(255,255,255,.45); padding: 26px 0; }
.foot__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 13px; }

@media (max-width: 900px) {
  .cards { grid-template-columns: repeat(2,1fr); }
  .storyboard__grid { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: repeat(2,1fr); }
  .nav__links { display: none; }
}
@media (max-width: 520px) {
  .cards { grid-template-columns: 1fr; }
  .process-row { grid-template-columns: 1fr; }
  .contact__inner { flex-direction: column; align-items: flex-start; }
}
