:root {
  --navy: #0B1C2D;
  --navy-2: #12263A;
  --navy-3: #1A334C;
  --amber: #C97A1A;
  --amber-2: #E09A3A;
  --amber-deep: #A05F12;
  --cream: #F4EFE6;
  --cream-2: #E8E0D2;
  --ink: #15202B;
  --slate: #5C6876;
  --line: rgba(11, 28, 45, 0.10);
  --white: #FFFcf7;
  --ok: #2E6B4F;
  --bad: #8B2E2E;
  --shadow: 0 18px 50px rgba(11, 28, 45, 0.12);
  --radius: 18px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
  overflow-x: hidden;
}
:focus-visible { outline: 2px solid var(--amber, #C77D21); outline-offset: 3px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 2px solid var(--amber, #C77D21); outline-offset: 3px;
}
.skip {
  position: absolute; left: 12px; top: -40px;
  background: var(--amber); color: #fff; padding: 8px 12px; z-index: 90;
}
.skip:focus { top: 12px; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: var(--amber);
}
h1, h2, h3, .serif { font-family: "Instrument Serif", Georgia, serif; font-weight: 400; }

/* NAV */
.nav {
  position: fixed; inset: 16px 0 auto;
  z-index: 50;
  display: flex; justify-content: center;
}
.nav-inner {
  width: min(1180px, calc(100% - 28px));
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px;
  padding: 10px 12px 10px 18px;
  background: rgba(11, 28, 45, 0.78);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #fff;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-weight: 600; letter-spacing: 0.02em;
}
.logo-type { display: flex; flex-direction: column; line-height: 1.05; }
.logo-type small { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.62); font-weight: 500; }
.logo b { color: var(--amber-2); font-weight: 600; }
.logo-mark {
  width: 42px; height: 42px;
  object-fit: contain;
  background: transparent;
  border-radius: 10px;
}
.logo-lockup { width: min(280px, 70%); height: auto; }
.brand-reel {
  background: #fff;
  padding: 28px 0 8px;
}
.brand-reel-inner {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  align-items: center;
}
.brand-reel video {
  width: 180px; height: 180px;
  object-fit: cover;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.foot-brand { display: flex; align-items: center; gap: 14px; }
.foot-brand img { width: 72px; height: 72px; object-fit: contain; background: #fff; border-radius: 14px; padding: 4px; }
.chat-head img { width: 34px; height: 34px; object-fit: cover; border-radius: 8px; background: #fff; }
.nav-links { display: flex; gap: 18px; font-size: 14px; color: rgba(255,255,255,0.78); }
.nav-links a { display: inline-flex; align-items: center; min-height: 24px; padding: 6px 2px; }
.nav-links a:hover { color: #fff; }
.nav-cta {
  background: var(--amber);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
}
.nav-cta:hover { background: var(--amber-2); color: var(--navy); }
.burger { display: none; background: none; border: 0; color: #fff; font-size: 22px; }
.nav-inner.is-open .nav-links {
  display: flex;
  position: absolute;
  top: 70px;
  right: 8px;
  flex-direction: column;
  background: #0B1C2D;
  padding: 16px 18px;
  border-radius: 14px;
  min-width: 200px;
  box-shadow: var(--shadow);
}
.form-error {
  color: var(--bad);
  font-size: 14px;
  font-weight: 600;
}
.faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 18px;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
  padding: 14px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--amber);
  font-weight: 500;
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { color: var(--slate); padding: 0 0 16px; }
.legal-copy { max-width: 72ch; padding-bottom: 40px; }
.legal-copy h1 { font-size: clamp(36px,5vw,60px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; }
.legal-copy h2 { font-size: 28px; color: var(--navy); margin: 28px 0 8px; }
.legal-copy p { margin-bottom: 12px; }
.page-h { font-size: clamp(34px,5vw,58px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; max-width: 18ch; }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card h2, .work-card h3 { font-size: 28px; color: var(--navy); margin: 6px 0 10px; line-height: 1.15; }
.compare { margin-top: 36px; overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; font-size: 14px; }
.compare-table th, .compare-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table thead th { background: var(--navy); color: #fff; font-weight: 600; }
.compare-table tbody th { color: var(--navy); width: 18%; }
.supp-table { font-size: 13px; }
.supp-table tbody th { width: 22%; }
.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.quotes blockquote { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.quotes p { font-family: "Instrument Serif", serif; font-size: 26px; line-height: 1.2; color: var(--navy); }
.quotes cite { display: block; margin-top: 12px; font-size: 13px; color: var(--slate); font-style: normal; }
.mini { width: 100%; border-collapse: collapse; font-size: 13px; }
.mini th, .mini td { text-align: left; padding: 6px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.sample-sheet { margin-bottom: 8px; }
.sample-sheet header { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 8px; }
@media (max-width: 900px) {
  .work-grid, .quotes { grid-template-columns: 1fr; }
}

/* HERO */
.hero {
  position: relative;
  min-height: min(100svh, 680px);
  color: #fff;
  display: grid;
  grid-template-rows: auto auto;
  overflow: hidden;
  background: var(--navy);
}
.hero-media {
  position: absolute; inset: 0;
  background-image: image-set(
    url("images/hero-roof-1600.webp") type("image/webp"),
    url("images/hero-roof.jpg") type("image/jpeg")
  );
  background-position: center;
  background-size: cover;
  transform: scale(1.08);
  animation: ken 18s ease-in-out infinite alternate;
  filter: saturate(0.92);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,28,45,0.62) 0%, rgba(11,28,45,0.50) 42%, rgba(11,28,45,0.90) 100%),
    radial-gradient(ellipse at 70% 20%, rgba(201,122,26,0.18), transparent 50%);
}
@keyframes ken { from { transform: scale(1.05) translateY(0); } to { transform: scale(1.14) translateY(-2%); } }

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: start;
  padding: 108px 0 28px;
}
.hero h1 {
  font-size: clamp(34px, 5.2vw, 64px);
  line-height: 0.96;
  max-width: 16ch;
  margin: 10px 0 12px;
}
.hero h1 em { font-style: italic; color: var(--amber-2); }
.lede { max-width: 54ch; color: rgba(255,255,255,0.82); font-size: 16px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 18px; }
.hero-actions .btn-ghost { display: none; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  border-radius: 999px; padding: 13px 18px; font-weight: 600; border: 0; cursor: pointer;
}
.btn-amber { background: var(--amber); color: #fff; }
.btn-amber:hover { background: var(--amber-2); color: var(--navy); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.28); }
.btn-ghost:hover { background: rgba(255,255,255,0.08); }
.hero-bar {
  position: relative;
  z-index: 3;
  background: rgba(11, 28, 45, 0.78);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 14px 0;
  border: 0;
}
.hero-meta b { display: block; font-size: 20px; font-family: "Instrument Serif", serif; }
.hero-meta span { color: rgba(255,255,255,0.62); font-size: 13px; }

/* SECTIONS */
section { padding: 92px 0; }
.center { text-align: center; }
.section-head { max-width: 680px; margin: 0 auto 42px; }
.section-head h2 { font-size: clamp(34px, 5vw, 56px); line-height: 1.05; margin: 8px 0 12px; color: var(--navy); }
.muted { color: var(--slate); }

.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
.split picture, .bio picture, .dist picture { display: block; }
.split img { border-radius: 22px; height: 460px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }

.pills { display: flex; gap: 8px; flex-wrap: wrap; margin: 18px 0; }
.pill {
  border: 1px solid var(--line); background: #fff; border-radius: 999px;
  padding: 6px 12px; font-size: 13px; color: var(--navy);
}

/* SKUS */
.sku-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sku {
  background: #fff; border: 1px solid var(--line); border-radius: 22px; overflow: hidden;
  transform: translateY(24px); opacity: 0;
  animation: rise 0.7s ease forwards;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.sku:nth-child(2) { animation-delay: 0.12s; }
.sku:nth-child(3) { animation-delay: 0.24s; }
@keyframes rise { to { transform: none; opacity: 1; } }
.sku-top { background: var(--navy); color: #fff; padding: 18px 20px; display: flex; justify-content: space-between; }
.sku-top span { color: var(--amber-2); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.sku-body { padding: 20px; }
.price { font-size: 32px; color: var(--navy); font-family: "Instrument Serif", serif; }
.turn { color: var(--amber-deep); font-size: 13px; font-weight: 600; margin: 4px 0 12px; }
.sku li { margin: 8px 0 8px 18px; color: var(--slate); }

/* HOW */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step {
  background: #fff; border-radius: 18px; padding: 22px; border: 1px solid var(--line);
}
.num {
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--amber); color: #fff; display: grid; place-items: center; font-weight: 700;
  margin-bottom: 12px;
}
.step h3 { font-size: 22px; margin-bottom: 8px; color: var(--navy); }

/* MARKETS + NOT */
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card {
  background: #fff; border-radius: var(--radius); padding: 26px; border: 1px solid var(--line);
}
.card.dark { background: var(--navy); color: #fff; }
.card.amber { background: var(--amber); color: #fff; }
.card h3 { font-size: 28px; margin: 6px 0 10px; }
.list li { margin: 8px 0 8px 18px; }

/* TEAM */
.team { display: grid; grid-template-columns: 1.1fr 0.9fr 0.9fr; gap: 18px; }
.bio { background: #fff; border-radius: 22px; overflow: hidden; border: 1px solid var(--line); }
.bio img { width: 100%; height: 280px; object-fit: cover; object-position: top; }
.dist picture { height: 100%; min-height: 360px; }
.bio-body { padding: 20px; }
.role { color: var(--amber-deep); font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.bio h3 { font-size: 28px; color: var(--navy); margin: 4px 0 8px; }

/* DIST */
.dist {
  background: var(--navy); color: #fff; border-radius: 28px; overflow: hidden;
  display: grid; grid-template-columns: 1.1fr 0.9fr;
}
.dist-copy { padding: 42px; }
.dist img { height: 100%; width: 100%; object-fit: cover; min-height: 360px; }

/* FORM */
.intake {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: start;
}
form {
  background: #fff; border-radius: 22px; padding: 26px; border: 1px solid var(--line);
  display: grid; gap: 12px;
}
label { font-size: 13px; font-weight: 600; color: var(--navy); }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff;
}
textarea { min-height: 110px; resize: vertical; }
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 520px) {
  .row { grid-template-columns: 1fr; }
}

.form-note { font-size: 13px; color: var(--slate); }
.chooser {
  display: inline-flex;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  padding: 4px;
  margin: 14px 0 6px;
}
.chooser-btn {
  border: 0; background: transparent; color: rgba(255,255,255,0.78);
  border-radius: 999px; padding: 8px 14px; cursor: pointer; font-weight: 600; font-size: 13px;
}
.chooser-btn.is-on { background: var(--amber); color: #fff; }
.clock {
  margin-top: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--amber);
  padding: 12px 14px;
  color: var(--navy);
  display: grid; gap: 4px;
}
.clock strong { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber-deep); }
.clock span { font-weight: 600; }
.clock small { color: var(--slate); font-size: 12px; }
.clock.is-closed { border-left-color: var(--navy); }
.file-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 8px; }
.chip-file {
  background: #fff; border: 1px solid var(--line); border-radius: 999px;
  padding: 4px 8px 4px 12px; font-size: 12px; display: inline-flex; gap: 8px; align-items: center;
}
.chip-file button { border: 0; background: none; cursor: pointer; color: var(--slate); }
.drop {
  display: grid; gap: 4px;
  border: 1.5px dashed rgba(11,28,45,0.25);
  border-radius: 14px;
  padding: 18px;
  text-align: center;
  cursor: pointer;
  background: #fbf8f2;
}
.drop input { position: absolute; opacity: 0; width: 0; height: 0; }
.drop strong { color: var(--navy); }
.drop span, .drop em { font-size: 13px; color: var(--slate); font-style: normal; }
.drop.drag { border-color: var(--amber); background: #fff6e8; }
.mobile-bar { display: none; }
.intro-page { padding-top: 108px; }
.intro-hero { text-align: left; padding-bottom: 28px; }
.intro-hero h1 { font-size: clamp(34px,5vw,56px); color: var(--navy); line-height: 1.05; margin: 8px 0 14px; max-width: 18ch; }
.intro-lockup { width: min(280px, 70%); margin-bottom: 18px; }
@media print {
  .nav, .mobile-bar, .chat-fab, .chat { display: none !important; }
  .intro-page { padding-top: 0; }
}

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,0.78); padding: 48px 0 28px; }
.foot { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
footer strong { color: #fff; }
footer a { display: inline-flex; align-items: center; min-height: 24px; padding: 4px 2px; }
.tiny { margin-top: 28px; font-size: 12px; color: rgba(255,255,255,0.5); max-width: 80ch; }

/* CHAT */
.chat-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  width: 62px; height: 62px; border-radius: 50%;
  background: var(--amber); color: #fff; border: 0; cursor: pointer;
  box-shadow: 0 12px 30px rgba(201,122,26,0.4);
  font-size: 22px;
}
.chat-fab:hover { transform: translateY(-2px); }
.chat {
  position: fixed; right: 22px; bottom: 96px; z-index: 80;
  width: min(380px, calc(100vw - 28px));
  height: min(560px, calc(100svh - 140px));
  background: #fff; border-radius: 22px; box-shadow: var(--shadow);
  display: none; flex-direction: column; overflow: hidden; border: 1px solid var(--line);
}
.chat.open { display: flex; animation: pop 0.25s ease; }
.chat[hidden] { display: none !important; }
.chat.open[hidden] { display: flex !important; }
@keyframes pop { from { transform: translateY(12px); opacity: 0; } to { transform: none; opacity: 1; } }
.chat-head {
  background: var(--navy); color: #fff; padding: 14px 16px;
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.chat-head > div:first-of-type { flex: 1; }
.chat-head small { color: rgba(255,255,255,0.65); }
.chat-msgs { flex: 1; overflow: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; background: #f7f3ec; }
.bubble { max-width: 86%; padding: 10px 12px; border-radius: 14px; font-size: 14px; }
.bot { background: #fff; border: 1px solid var(--line); align-self: flex-start; }
.user { background: var(--navy); color: #fff; align-self: flex-end; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; background: #f7f3ec; }
.chip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 10px; font-size: 12px; cursor: pointer; }
.chat-input { display: flex; border-top: 1px solid var(--line); }
.chat-input input { border: 0; border-radius: 0; }
.chat-input button { border: 0; background: var(--amber); color: #fff; padding: 0 16px; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
html.js .reveal { transition: transform 0.55s ease; }
html.js .reveal:not(.in) { transform: translateY(8px); }
@media (prefers-reduced-motion: reduce) {
  .hero-media, .ramp-line path, .marquee-track, .sku { animation: none; }
  .reveal { opacity: 1; transform: none; }
}

.marquee {
  overflow: hidden; border-block: 1px solid var(--line); background: #fff;
}
.marquee-track {
  display: flex; gap: 36px; padding: 14px 0;
  width: max-content; animation: slide 28s linear infinite;
  font-weight: 600; color: var(--navy);
}
@keyframes slide { to { transform: translateX(-50%); } }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .burger { display: block; }
  .hero-meta, .sku-grid, .steps, .two, .team, .split, .intake, .dist, .brand-reel-inner, .work-grid, .quotes { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 92px; padding-bottom: 16px; }
  .hero-meta { grid-template-columns: 1fr 1fr; gap: 10px; padding: 12px 0 18px; }
  .hero { min-height: auto; }
  .nav-inner { border-radius: 18px; }
  .nav-cta { display: none; }
  .logo-type { display: none; }
  footer { padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
  .chat-fab {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: 56px;
    height: 56px;
  }
  .chat {
    right: 12px;
    bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: fixed; left: 12px; right: 80px; bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    z-index: 70;
    background: var(--navy);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow);
  }
  .mobile-bar a {
    color: #fff;
    text-align: center;
    padding: 14px 8px;
    font-weight: 600;
    font-size: 14px;
  }
  .mobile-bar a:first-child { background: var(--amber); }
}

/* Small phones: keep sticky bar + chat FAB off #start submit / trust strip */
@media (max-width: 480px) {
  #start { padding-bottom: 72px; }
  #start form { padding-bottom: 72px; }
  footer { padding-bottom: 96px; }
  .chat-fab { bottom: 72px; }
}

.reel-box{position:relative;display:inline-block}
.reel-pause{margin-top:8px;font-size:12px;padding:8px 12px;min-height:24px;border:1px solid var(--line);background:#fff;cursor:pointer}
.calc{margin-top:28px;padding:22px;background:var(--paper,#F9F7F2);border:1px solid var(--line,#ddd)}
.calc-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin:12px 0}
.calc-row label{font-size:13px;display:flex;flex-direction:column;gap:6px}
.calc-row input[type=number],.calc-row select{min-height:40px;padding:8px 10px;min-width:180px}
.calc-row .chk{flex-direction:row;align-items:center;min-height:24px}
.calc-out{font-size:20px;color:var(--navy);font-weight:600}
.photo-credit{font-size:12px;color:var(--muted,#5C6B73);margin-top:6px}
