/* ============================================================
   Major JA Projects — Home Renovation Website
   Bold & trustworthy · Navy (#1e3a8a) + White · Archivo / Barlow
   ============================================================ */

:root {
  /* Brand */
  --navy: #1e3a8a;
  --navy-700: #1b327a;
  --navy-900: #122253;
  --blue: #2f6bff;          /* accent set live by Tweaks */
  --blue-soft: #e7eefc;
  --ink: #0d1426;
  --slate: #475069;
  --muted: #6a7388;
  --line: #e3e8f2;
  --paper: #f5f7fc;
  --white: #ffffff;

  /* Logo color pair (flipped on dark surfaces) */
  --lf: var(--navy);  /* logo foreground */
  --lb: #ffffff;      /* logo contrast  */

  --maxw: 1200px;
  --radius: 14px;
  --shadow-sm: 0 1px 2px rgba(13,20,38,.06), 0 4px 14px rgba(13,20,38,.05);
  --shadow-md: 0 8px 30px rgba(13,20,38,.10);
  --shadow-lg: 0 24px 60px rgba(18,34,83,.20);

  --ff-display: "Archivo", system-ui, sans-serif;
  --ff-body: "Barlow", system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
section { position: relative; }

/* ---------- Typography helpers ---------- */
.display {
  font-family: var(--ff-display);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.02em;
  text-wrap: balance;
}
.eyebrow {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--blue);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--blue);
  display: inline-block;
}
.section-head { max-width: 680px; margin-bottom: 52px; }
.section-head h2 {
  font-family: var(--ff-display);
  font-weight: 800;
  font-size: clamp(30px, 4.4vw, 50px);
  letter-spacing: -.02em;
  line-height: 1.04;
  margin: 18px 0 14px;
  text-wrap: balance;
}
.section-head p { font-size: 18px; color: var(--slate); max-width: 56ch; }

.pad { padding: clamp(64px, 9vw, 120px) 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .01em;
  padding: 15px 26px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 8px 22px rgba(47,107,255,.32); }
.btn-primary:hover { box-shadow: 0 12px 30px rgba(47,107,255,.42); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-900); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--navy); background: var(--paper); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-lg { padding: 17px 32px; font-size: 16px; }

/* ============================================================
   LOGO SYSTEM (4 concepts, switchable)
   ============================================================ */
.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--lf);
  font-family: var(--ff-display);
  line-height: 1;
  user-select: none;
}
.logo .mark { flex: none; color: var(--lf); }
.logo .word { display: flex; flex-direction: column; }
.logo .word .l1 { font-weight: 800; letter-spacing: -.01em; }
.logo .word .l2 {
  font-weight: 700;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--blue);
}
.logo .accent-dot { color: var(--blue); }

/* Square monogram badge */
.logo .monogram {
  flex: none;
  display: grid;
  place-items: center;
  background: var(--lf);
  color: var(--lb);
  font-weight: 800;
  border-radius: 9px;
  letter-spacing: -.02em;
}
.logo .monogram span { position: relative; top: .5px; }

/* Pill badge */
.logo .pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 2px solid var(--lf);
  border-radius: 999px;
  padding: 7px 15px 7px 11px;
}
.logo .pill .pm {
  display: grid; place-items: center;
  background: var(--lf); color: var(--lb);
  border-radius: 50%;
  font-weight: 800;
}

.logo .pill .pl1 { font-family: var(--ff-display); font-weight: 800; letter-spacing: -.01em; }

/* Horizontal wordmark */
.logo .wm { display: inline-flex; align-items: center; gap: .42em; }
.logo .wm .wm1 { font-weight: 800; letter-spacing: -.015em; }
.logo .wm .sq { width: .42em; height: .42em; background: var(--blue); display: inline-block; border-radius: 2px; flex: none; }
.logo .wm .wm2 { font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); font-size: .58em; }

/* Nav-sized logo defaults */
.nav .logo { font-size: 21px; }
.nav .logo .monogram { width: 40px; height: 40px; font-size: 17px; }
.nav .logo .pill .pm { width: 28px; height: 28px; font-size: 13px; }
.nav .logo .word .l1 { font-size: 20px; }
.nav .logo .word .l2 { font-size: 10px; }
.nav .logo .mark { width: 34px; height: 34px; }
.nav .logo .pill .pl1 { font-size: 18px; font-weight: 800; }

/* show only the active logo variant */
.logo-variant { display: none; }

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 60;
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.nav.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); }
.nav-inner {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; gap: 24px;
  padding: 14px 28px;
}
.nav-links { display: flex; gap: 30px; margin-left: auto; }
.nav-links a {
  font-weight: 600; font-size: 15.5px; color: var(--slate);
  position: relative; padding: 4px 0;
}
.nav-links a:hover { color: var(--navy); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 0; height: 2px; background: var(--blue); transition: width .2s;
}
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 18px; }
.nav-phone { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--navy); font-size: 15px; }
.nav-phone svg { width: 17px; height: 17px; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--navy); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ============================================================
   HERO
   ============================================================ */
.hero { padding: 130px 0 70px; background:
    radial-gradient(120% 120% at 85% -10%, #eef3ff 0%, rgba(238,243,255,0) 55%),
    linear-gradient(180deg, #fbfcff 0%, #ffffff 100%); overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero h1 { font-size: clamp(40px, 6.2vw, 76px); margin: 22px 0 22px; }
.hero h1 .hl { color: var(--blue); }
.hero p.lede { font-size: 20px; color: var(--slate); max-width: 50ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 26px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust .t {
  display: flex; align-items: center; gap: 10px; font-weight: 600; color: var(--slate); font-size: 15px;
}
.hero-trust .t svg { width: 22px; height: 22px; color: var(--blue); flex: none; }

.hero-media { position: relative; }
.hero-media .ph { aspect-ratio: 4/5; border-radius: 18px; box-shadow: var(--shadow-lg); }
.hero-badge {
  position: absolute; left: -22px; bottom: 34px;
  background: var(--navy); color: #fff; border-radius: 14px;
  padding: 18px 22px; box-shadow: var(--shadow-md); max-width: 220px;
}
.hero-badge .n { font-family: var(--ff-display); font-weight: 800; font-size: 34px; line-height: 1; }
.hero-badge .l { font-size: 13.5px; color: #c8d4f5; margin-top: 6px; }
.hero-badge .stars { color: #ffc24b; letter-spacing: 2px; font-size: 15px; margin-bottom: 6px; }

/* ---------- Image placeholder ---------- */
.ph.has-img { background: var(--navy-900); border: none; }
.ph.has-img::after { display: none; }
.ph > img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.ph {
  position: relative;
  background:
    repeating-linear-gradient(135deg, #dfe6f4 0 12px, #e9eefa 12px 24px);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--navy);
  overflow: hidden;
}
.ph::after {
  content: attr(data-label);
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 12px;
  letter-spacing: .04em;
  color: var(--navy-700);
  background: rgba(255,255,255,.78);
  padding: 7px 12px; border-radius: 7px;
  max-width: 80%; text-align: center;
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   LOGO STRIP / trust bar
   ============================================================ */
.trustbar { background: var(--navy); color: #cdd8f5; }
.trustbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 28px; flex-wrap: wrap; }
.trustbar .item { display: flex; align-items: center; gap: 11px; font-weight: 600; font-size: 15px; color: #e6ecfb; }
.trustbar .item svg { width: 22px; height: 22px; color: #7ea2ff; flex: none; }

/* ============================================================
   SERVICES
   ============================================================ */
.services { background: var(--white); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px 30px; position: relative; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: #cdd7ee; }
.svc-card .num {
  font-family: var(--ff-display); font-weight: 800; font-size: 15px;
  color: var(--blue); letter-spacing: .1em;
}
.svc-card h3 { font-family: var(--ff-display); font-weight: 800; font-size: 23px; margin: 16px 0 10px; letter-spacing: -.01em; }
.svc-card p { color: var(--slate); font-size: 15.5px; }
.svc-card .arrow { margin-top: 18px; color: var(--navy); font-weight: 700; display: inline-flex; align-items: center; gap: 7px; font-family: var(--ff-display); font-size: 14px; }
.svc-card .arrow svg { width: 16px; height: 16px; transition: transform .2s; }
.svc-card:hover .arrow svg { transform: translateX(4px); }
.svc-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: var(--blue); transform: scaleY(0); transform-origin: top; transition: transform .25s ease;
}
.svc-card:hover::before { transform: scaleY(1); }

.svc-card.cta-card {
  background: var(--navy); color: #fff; border-color: var(--navy);
  display: flex; flex-direction: column; justify-content: center;
}
.svc-card.cta-card::before { display: none; }
.svc-card.cta-card h3 { color: #fff; font-size: 25px; }
.svc-card.cta-card p { color: #c3d0f2; margin-bottom: 22px; }
.svc-card.cta-card:hover { transform: translateY(-5px); }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { background: var(--paper); }
.gal-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 38px; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; }
.filter {
  font-family: var(--ff-display); font-weight: 700; font-size: 14px;
  padding: 10px 18px; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--slate); transition: .2s; white-space: nowrap;
}
.filter:hover { border-color: var(--navy); color: var(--navy); }
.filter.active { background: var(--navy); border-color: var(--navy); color: #fff; }

.gal-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px; gap: 16px;
}
.gal-item {
  position: relative; border-radius: 14px; overflow: hidden; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: transform .3s ease;
}
.gal-item .ph { width: 100%; height: 100%; border: none; border-radius: 0; }
.gal-item.wide { grid-column: span 2; }
.gal-item.tall { grid-row: span 2; }
.gal-item .overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18,34,83,0) 35%, rgba(18,34,83,.88) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 20px; opacity: 0; transition: opacity .3s ease;
}
.gal-item:hover { transform: scale(.99); }
.gal-item:hover .overlay { opacity: 1; }
.gal-item .overlay .cat { font-family: var(--ff-display); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #8fb0ff; }
.gal-item .overlay .ttl { color: #fff; font-family: var(--ff-display); font-weight: 800; font-size: 19px; margin-top: 4px; }
.gal-item.hide { display: none; }

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-media { position: relative; }
.about-media .ph { aspect-ratio: 5/6; border-radius: 18px; }
.about-media .stat-float {
  position: absolute; right: -20px; top: 30px; background: #fff;
  border-radius: 14px; padding: 18px 22px; box-shadow: var(--shadow-md); border: 1px solid var(--line);
}
.about-media .stat-float .n { font-family: var(--ff-display); font-weight: 800; font-size: 30px; color: var(--navy); line-height: 1; }
.about-media .stat-float .l { font-size: 13px; color: var(--muted); margin-top: 5px; }
.about h2 { font-family: var(--ff-display); font-weight: 800; font-size: clamp(30px,4vw,46px); letter-spacing: -.02em; line-height: 1.05; margin: 16px 0 18px; }
.about p { color: var(--slate); font-size: 17px; margin-bottom: 16px; }
.why { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 22px; margin-top: 28px; }
.why .w { display: flex; gap: 12px; align-items: flex-start; }
.why .w .ic { flex: none; width: 38px; height: 38px; border-radius: 9px; background: var(--blue-soft); display: grid; place-items: center; color: var(--blue); }
.why .w .ic svg { width: 20px; height: 20px; }
.why .w h4 { font-family: var(--ff-display); font-weight: 700; font-size: 16px; margin-bottom: 2px; }
.why .w p { font-size: 14.5px; margin: 0; color: var(--muted); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.reviews { background: var(--navy-900); color: #fff;
  background-image: radial-gradient(80% 120% at 10% 0%, #1a2c63 0%, var(--navy-900) 60%); }
.reviews .section-head h2 { color: #fff; }
.reviews .section-head p { color: #b9c6ea; }
.reviews .eyebrow { color: #8fb0ff; }
.reviews .eyebrow::before { background: #8fb0ff; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rev-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 30px 28px; backdrop-filter: blur(4px);
}
.rev-card .stars { color: #ffc24b; letter-spacing: 3px; font-size: 16px; }
.rev-card blockquote { font-size: 17px; line-height: 1.6; color: #eaf0fd; margin: 16px 0 22px; }
.rev-card .who { display: flex; align-items: center; gap: 13px; }
.rev-card .who .av { width: 46px; height: 46px; border-radius: 50%; background: var(--blue); display: grid; place-items: center; font-family: var(--ff-display); font-weight: 800; color: #fff; }
.rev-card .who .nm { font-family: var(--ff-display); font-weight: 700; font-size: 16px; }
.rev-card .who .rl { font-size: 13.5px; color: #a9b7e0; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; align-items: start; }
.contact h2 { font-family: var(--ff-display); font-weight: 800; font-size: clamp(30px,4vw,46px); letter-spacing: -.02em; line-height: 1.05; margin: 16px 0 14px; }
.contact .lede { font-size: 17px; color: var(--slate); margin-bottom: 30px; max-width: 42ch; }
.contact-list { display: flex; flex-direction: column; gap: 14px; }
.contact-list a, .contact-list .ci {
  display: flex; align-items: center; gap: 15px; background: #fff;
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px; transition: .2s;
}
.contact-list a:hover { border-color: var(--navy); box-shadow: var(--shadow-sm); }
.contact-list .ic { flex: none; width: 46px; height: 46px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; }
.contact-list .ic svg { width: 22px; height: 22px; }
.contact-list .ic.wa { background: #25d366; }
.contact-list .k { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 700; font-family: var(--ff-display); }
.contact-list .v { font-weight: 700; font-size: 17px; color: var(--ink); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 36px; box-shadow: var(--shadow-md); }
.form-card h3 { font-family: var(--ff-display); font-weight: 800; font-size: 25px; margin-bottom: 6px; }
.form-card .sub { color: var(--muted); font-size: 15px; margin-bottom: 24px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { font-family: var(--ff-display); font-weight: 600; font-size: 13.5px; color: var(--slate); }
.field input, .field select, .field textarea {
  font-family: var(--ff-body); font-size: 16px; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 13px 15px; background: #fbfcfe;
  transition: border-color .15s, box-shadow .15s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(47,107,255,.13); background: #fff;
}
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; }
.form-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--blue-soft); color: var(--blue); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--slate); }
.form-note { font-size: 13px; color: var(--muted); margin-top: 4px; }

/* ============================================================
   LOGO CONCEPTS SECTION
   ============================================================ */
.concepts { background: var(--white); border-top: 1px solid var(--line); }
.concept-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.concept {
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff;
  transition: box-shadow .2s, border-color .2s;
}
.concept:hover { box-shadow: var(--shadow-md); border-color: #cdd7ee; }
.concept .lite { padding: 44px 36px; display: grid; place-items: center; background:
   linear-gradient(180deg,#fbfcff,#f3f6fd); min-height: 150px; }
.concept .dark { padding: 44px 36px; display: grid; place-items: center; background: var(--navy); min-height: 110px; }
.concept .meta { padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-top: 1px solid var(--line); }
.concept .meta .nm { font-family: var(--ff-display); font-weight: 800; font-size: 16px; }
.concept .meta .ds { font-size: 13.5px; color: var(--muted); }
.concept .use-btn {
  font-family: var(--ff-display); font-weight: 700; font-size: 13px; padding: 9px 16px;
  border-radius: 8px; border: 1.5px solid var(--line); background: #fff; color: var(--navy); transition: .2s; flex: none;
}
.concept .use-btn:hover { border-color: var(--navy); background: var(--paper); }
.concept.is-active { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(47,107,255,.15); }
.concept.is-active .use-btn { background: var(--blue); color: #fff; border-color: var(--blue); }
.concept .lite .logo { font-size: 27px; }
.concept .lite .logo .monogram { width: 54px; height: 54px; font-size: 23px; }
.concept .lite .logo .mark { width: 46px; height: 46px; }
.concept .lite .logo .word .l1 { font-size: 27px; }
.concept .lite .logo .word .l2 { font-size: 13px; }
.concept .lite .logo .pill .pm { width: 36px; height: 36px; font-size: 17px; }
.concept .lite .logo .pill .pl1 { font-size: 24px; }
.concept .dark .logo { font-size: 27px; }
.concept .dark .logo .monogram { width: 54px; height: 54px; font-size: 23px; }
.concept .dark .logo .mark { width: 46px; height: 46px; }
.concept .dark .logo .word .l1 { font-size: 27px; }
.concept .dark .logo .word .l2 { font-size: 13px; }
.concept .dark .logo .pill .pm { width: 36px; height: 36px; font-size: 17px; }
.concept .dark .logo .pill .pl1 { font-size: 24px; }
.concepts .tip { margin-top: 26px; font-size: 14.5px; color: var(--muted); display: flex; align-items: center; gap: 9px; }
.concepts .tip svg { width: 18px; height: 18px; color: var(--blue); }

/* dark surface logo color flip */
.on-dark { --lf: #ffffff; --lb: var(--navy); }
.on-dark .logo .word .l2 { color: #8fb0ff; }
.on-dark .logo .accent-dot { color: #8fb0ff; }
.on-dark .logo .pill { border-color: #fff; }
.on-dark .logo .wm .wm2 { color: #8fb0ff; }
.on-dark .logo .wm .sq { background: #8fb0ff; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--navy-900); color: #aebbdd; }
.footer .wrap { padding: 64px 28px 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; }
.footer .logo { font-size: 22px; margin-bottom: 18px; }
.footer .blurb { font-size: 15px; max-width: 32ch; color: #9aa9d0; }
.footer h5 { font-family: var(--ff-display); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: 15px; color: #aebbdd; }
.footer ul a:hover { color: #fff; }
.footer .fcontact div { font-size: 15px; margin-bottom: 10px; color: #cdd8f5; }
.footer .fcontact .k { color: #8190b8; font-size: 12.5px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.footer-bottom { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-media { max-width: 460px; }
  .hero-media .ph { aspect-ratio: 16/11; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-media { max-width: 480px; }
  .rev-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .concept-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 760px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; padding: 18px 28px 26px; gap: 16px; border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
  }
  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gal-item.wide { grid-column: span 2; }
  .gal-item.tall { grid-row: span 1; }
  .fgrid { grid-template-columns: 1fr; }
  .why { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .wrap { padding: 0 18px; }
  .svc-grid { grid-template-columns: 1fr; }
  .gal-grid { grid-template-columns: 1fr; grid-auto-rows: 200px; }
  .gal-item.wide { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-badge { left: 10px; }
}
