:root {
  --navy: #0e0f79;
  --navy-deep: #090a54;
  --orange: #ffa500;
  --orange-deep: #e08f00;
  --teal: #00a8a8;
  --cream: #fff9ee;
  --peach: #ffe9c4;
  --ink: #24262f;
  --ink-soft: #565a6b;
  --line: #e6e2d6;
  --radius: 14px;
  --shadow: 0 20px 40px -22px rgba(14, 15, 121, 0.35);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Questrial', Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  padding-bottom: 0;
}

h1, h2, h3 {
  font-family: 'Fahkwang', 'Questrial', sans-serif;
  font-weight: 600;
  line-height: 1.18;
  margin: 0 0 .5em;
  color: var(--navy);
}

p { margin: 0 0 1em; color: var(--ink-soft); }

a { color: inherit; text-decoration: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

.wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 600;
  color: var(--orange-deep);
  margin: 0 0 .75em;
  font-family: 'Questrial', sans-serif;
}
.eyebrow.center { text-align: center; }

.section-title { font-size: clamp(1.6rem, 2.6vw, 2.3rem); }
.section-title.center { text-align: center; margin-left: auto; margin-right: auto; max-width: 640px; }

.section-note { color: var(--ink-soft); font-size: .92rem; }
.section-note.center { text-align: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .85em 1.6em;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  font-family: 'Questrial', sans-serif;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary {
  background: var(--orange);
  color: #17181f;
  box-shadow: 0 10px 24px -10px rgba(255, 165, 0, .55);
}
.btn-primary:hover { background: var(--orange-deep); transform: translateY(-1px); }
.btn-outline {
  background: transparent;
  border-color: var(--navy);
  color: var(--navy);
}
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,.14); }
.btn-block { width: 100%; }
.btn-sm { padding: .6em 1.2em; font-size: .88rem; }

/* demo ribbon */
.demo-ribbon {
  background: var(--navy-deep);
  color: var(--peach);
  text-align: center;
  font-size: .82rem;
  padding: 8px 16px;
}
.demo-ribbon a { color: var(--orange); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }

/* header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  box-shadow: 0 4px 18px -8px rgba(0,0,0,.35);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand { display: flex; align-items: center; }
.brand-logo { height: 52px; width: auto; display: block; }

.main-nav { display: flex; align-items: center; gap: 26px; font-weight: 400; font-size: .98rem; }
.main-nav a { color: var(--orange); }
.main-nav a:hover { color: #fff; }

.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone {
  display: flex; align-items: center; gap: 7px;
  color: #fff; font-weight: 600; font-size: .95rem;
  white-space: nowrap;
}
.header-phone:hover { color: var(--orange); }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--orange); border-radius: 2px; }

/* hero */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
}
.hero-scrim {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(9,10,84,.94) 0%, rgba(14,15,121,.88) 42%, rgba(14,15,121,.55) 70%, rgba(14,15,121,.35) 100%);
}
.hero-inner {
  position: relative; z-index: 2;
  padding: 72px 24px 64px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 48px;
  align-items: start;
}
.hero .eyebrow { color: var(--peach); }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.2vw, 3.1rem); }
.hero-lede { color: #e4e2f5; font-size: 1.05rem; max-width: 520px; }
.hero-stats { list-style: none; display: flex; gap: 32px; padding: 0; margin: 28px 0 0; flex-wrap: wrap; }
.hero-stats li { display: flex; flex-direction: column; }
.hero-stats strong { font-family: 'Fahkwang', sans-serif; font-size: 1.25rem; color: var(--orange); }
.hero-stats span { font-size: .8rem; color: #cfcdea; }

/* quote card (in-hero lead form) */
.quote-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  display: grid;
  gap: 12px;
  box-shadow: 0 24px 50px -18px rgba(0,0,0,.5);
}
.quote-card-title { font-family: 'Fahkwang', sans-serif; font-weight: 600; font-size: 1.15rem; color: var(--navy); margin: 0; }
.quote-card-sub { font-size: .85rem; color: var(--ink-soft); margin: 0 0 4px; }
.quote-card input, .quote-card textarea {
  font: inherit;
  padding: .75em .9em;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--cream);
  resize: vertical;
  width: 100%;
}
.quote-card input:focus, .quote-card textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; }
.quote-card-alt { text-align: center; font-size: .82rem; margin: 2px 0 0; }
.quote-card-alt a { color: var(--navy); font-weight: 600; text-decoration: underline; }

/* services */
.services { padding: 88px 0; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
  margin-top: 46px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform .18s ease, box-shadow .18s ease;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  background: var(--peach);
  border-radius: 12px;
  color: var(--navy);
  margin-bottom: 18px;
}
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.1rem; margin-bottom: .4em; }
.service-card p { font-size: .93rem; margin: 0; }

.services-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 44px; }

/* work / gallery */
.work { padding: 88px 0; background: var(--peach); }
.gallery {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 14px;
}
.gallery-tile {
  position: relative;
  border-radius: var(--radius);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  color: #fff;
  font-weight: 600;
  font-size: .9rem;
  font-family: 'Questrial', sans-serif;
  background-size: cover;
  background-position: center;
  grid-column: span 1;
  overflow: hidden;
}
.gallery-tile::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(14,15,121,0) 45%, rgba(9,10,54,.75) 100%);
}
.gallery-tile span { position: relative; z-index: 1; }
.tile-wide { grid-column: span 2; grid-row: span 2; }

/* about */
.about { padding: 88px 0; }
.about-inner {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: center;
}
.about-points { list-style: none; padding: 0; margin: 22px 0 26px; display: grid; gap: 12px; }
.about-points li {
  padding-left: 28px;
  position: relative;
  color: var(--ink-soft);
  font-size: .95rem;
}
.about-points li::before {
  content: "";
  position: absolute; left: 0; top: 7px;
  width: 14px; height: 14px;
  border-radius: 4px;
  background: var(--teal);
}
.about-art {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

/* reviews */
.reviews { padding: 88px 0; background: #fff; }
.review-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.review-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  margin: 0;
}
.review-card p { color: var(--ink); font-size: .96rem; font-style: italic; }
.review-card cite { color: var(--ink-soft); font-size: .82rem; font-style: normal; }

/* cta */
.cta {
  background: var(--navy);
  color: #fff;
  padding: 64px 0;
  text-align: center;
}
.cta h2 { color: #fff; }
.cta p { color: #cfcdea; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }

/* contact */
.contact { padding: 88px 0; }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
}
.contact-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; }
.contact-label { font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; color: var(--orange-deep); font-weight: 600; }
.contact-list a { font-size: 1.05rem; font-weight: 600; color: var(--navy); }
.contact-list a:hover { color: var(--orange-deep); }

.contact-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  display: grid;
  gap: 16px;
}
.contact-form label { font-size: .85rem; font-weight: 600; color: var(--ink); display: grid; gap: 6px; }
.contact-form input, .contact-form textarea {
  font: inherit;
  padding: .7em .9em;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--cream);
  resize: vertical;
}
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--teal); outline-offset: 1px; }

/* footer */
.site-footer { background: var(--navy-deep); color: #cfcdea; padding: 30px 0 90px; }
.footer-inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: .85rem; }
.footer-credit a { color: var(--orange); font-weight: 600; }

/* floating call button */
.fab {
  position: fixed;
  right: 22px;
  bottom: 92px;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--orange);
  color: #17181f;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(255,165,0,.7);
  z-index: 60;
}
.fab:hover { background: var(--orange-deep); }

/* mobile sticky CTA bar */
.mobile-cta-bar {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 55;
  background: #fff;
  border-top: 1px solid var(--line);
  padding: 10px 14px;
  gap: 10px;
  box-shadow: 0 -8px 24px -12px rgba(0,0,0,.25);
}

@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .about-inner, .contact-inner { grid-template-columns: 1fr; }
  .about-art { order: -1; aspect-ratio: 16/9; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .tile-wide { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 760px) {
  .main-nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-sm { display: none; }
  .mobile-cta-bar { display: flex; }
  .fab { bottom: 92px; }
  body { padding-bottom: 78px; }
  .header-inner { position: relative; }
  .main-nav.is-open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 12px 24px 20px;
  }
  .main-nav.is-open a { width: 100%; padding: 10px 0; }
}

@media (max-width: 520px) {
  .gallery { grid-template-columns: 1fr; }
  .tile-wide { grid-column: span 1; }
  .hero-stats { gap: 20px; }
}
