:root {
  --navy: #0b3a6e;
  --navy-deep: #071f3d;
  --royal: #0072c6;
  --gold: #c5a35a;
  --gold-light: #dcc48a;
  --khaki: #c5b06a;
  --cream: #f7f3ea;
  --ivory: #fbf8f2;
  --ink: #1c1917;
  --stone: #57534e;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Outfit", system-ui, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link {
  position: absolute; left: -999px;
}
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem; z-index: 100; }
.gif-goldbar {
  height: 3px;
  background: linear-gradient(90deg, var(--khaki), var(--gold), var(--royal));
}
.gif-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: transparent;
  color: #fff;
  transition: background .3s, color .3s;
}
.gif-header.is-scrolled {
  background: rgba(251,248,242,.95);
  color: var(--navy);
  box-shadow: 0 8px 30px rgba(7,31,61,.08);
}
.gif-header-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .75rem 1.25rem;
}
.gif-logo img, .gif-logo svg, .custom-logo, .gif-logo-h {
  height: 64px;
  width: auto;
  max-width: 240px;
  aspect-ratio: 640 / 180;
  background: transparent;
  display: block;
  object-fit: contain;
}
.gif-menu { display: flex; gap: 1.75rem; list-style: none; margin: 0; padding: 0; }
.gif-menu a {
  text-decoration: none; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; font-weight: 500;
}
.gif-burger { display: none; background: none; border: 1px solid currentColor; color: inherit; padding: .4rem .7rem; }
.gif-btn {
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none; padding: .85rem 1.4rem; font-size: .9rem; font-weight: 600; border: 0; cursor: pointer;
}
.gif-btn-gold { background: var(--gold); color: var(--navy-deep); }
.gif-btn-navy { background: var(--navy); color: var(--cream); }
.gif-btn-ghost { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.08); }
.gif-wrap { max-width: 1280px; margin: 0 auto; padding: 0 1.25rem; }
.gif-kicker {
  letter-spacing: .32em; text-transform: uppercase; font-size: 12px; color: var(--gold); font-weight: 500;
}
.gif-kicker.light { color: var(--gold-light); }
.gif-kicker.center, h2.center { text-align: center; }
h1, h2, h3, .gif-h1 { font-family: var(--serif); font-weight: 600; color: var(--navy); line-height: 1.1; }
.gif-hero {
  position: relative; min-height: 100vh; color: #fff; display: flex; align-items: flex-end;
}
.gif-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gif-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,31,61,.5), rgba(7,31,61,.9));
}
.gif-hero-inner {
  position: relative; max-width: 1280px; margin: 0 auto; padding: 8rem 1.25rem 4rem;
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: center; width: 100%;
}
.gif-hero h1 { color: #fff; font-size: clamp(2.8rem, 6vw, 4.6rem); margin: .4rem 0; }
.gif-hero h1 em { color: var(--gold-light); font-style: italic; }
.gif-lead { max-width: 36rem; color: rgba(255,255,255,.8); font-size: 1.1rem; line-height: 1.7; }
.gif-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.gif-hero-seal img {
  width: 280px;
  height: 280px;
  background: transparent;
  object-fit: contain;
  padding: 0;
  margin-left: auto;
}
.gif-trust {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(11,58,110,.15);
  max-width: 1280px; margin: -2rem auto 0; position: relative; z-index: 2;
}
.gif-trust div {
  background: var(--navy-deep); color: var(--cream); padding: 1.4rem 1.2rem; font-weight: 600;
}
.gif-trust span { display: block; font-weight: 400; font-size: .8rem; color: rgba(255,255,255,.55); margin-top: .2rem; }
.gif-about, .gif-why, .gif-projects, .gif-quotes, .gif-contact, .gif-page { padding: 6rem 0; }
.gif-about { background: var(--cream); }
.gif-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.gif-framed img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.gif-people { display: grid; gap: .8rem; margin-top: 1.5rem; }
.gif-people article { display: flex; gap: 1rem; background: #fff; border: 1px solid rgba(11,58,110,.1); padding: 1rem; }
.gif-people b {
  width: 52px; height: 52px; display: grid; place-items: center; color: #fff; font-family: var(--serif); font-size: 1.5rem; background: var(--royal);
}
.gif-people b.i { background: #7a7f86; }
.gif-people b.f { background: var(--gold); }
.gif-people h3 { margin: 0; font-size: 1.25rem; }
.gif-people small { color: var(--gold); letter-spacing: .12em; text-transform: uppercase; font-size: .7rem; }
.gif-people p { margin: .35rem 0 0; color: var(--stone); font-size: .9rem; }
.gif-services { background: var(--navy-deep); color: var(--cream); padding: 6rem 0; }
.gif-services h2 { color: #fff; }
.gif-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2rem; }
.gif-cards article { background: var(--navy); }
.gif-cards img { height: 160px; width: 100%; object-fit: cover; opacity: .8; }
.gif-cards h3 { font-size: 1.3rem; color: #fff; padding: 1rem; margin: 0; }
.gif-pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.gif-mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.gif-mosaic img { width: 100%; height: 180px; object-fit: cover; }
.gif-process { background: var(--cream); padding: 5rem 0; }
.gif-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; list-style: none; padding: 0; margin: 2rem 0 0; }
.gif-steps span { font-family: var(--serif); font-size: 2.5rem; color: var(--gold); }
.gif-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 2rem; }
.gif-gallery figure { position: relative; margin: 0; overflow: hidden; }
.gif-gallery img { width: 100%; height: 260px; object-fit: cover; }
.gif-gallery figcaption {
  position: absolute; inset: auto 0 0 0; padding: 1rem;
  background: linear-gradient(transparent, var(--navy-deep)); color: #fff;
}
.gif-gallery small { display: block; color: var(--gold-light); letter-spacing: .16em; text-transform: uppercase; font-size: .7rem; }
.gif-areas { position: relative; color: #fff; padding: 6rem 0; overflow: hidden; }
.gif-areas > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gif-areas .gif-wrap { position: relative; z-index: 1; }
.gif-areas::after { content: ""; position: absolute; inset: 0; background: rgba(7,31,61,.85); }
.gif-areas h2 { color: #fff; }
.gif-areas ul { display: grid; grid-template-columns: repeat(6, 1fr); gap: .5rem; list-style: none; padding: 0; margin: 2rem 0 0; position: relative; z-index: 1; }
.gif-areas li { border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.06); padding: .7rem; font-size: .9rem; }
.gif-quotes { background: var(--cream); }
.gif-quotes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; }
.gif-quotes blockquote { background: #fff; border: 1px solid rgba(11,58,110,.1); margin: 0; padding: 1.6rem; }
.gif-quotes p { font-family: var(--serif); font-size: 1.25rem; font-style: italic; color: var(--navy); }
.gif-quotes cite { font-style: normal; font-size: .85rem; color: var(--gold); }
.gif-form { display: grid; gap: .8rem; background: #fff; border: 1px solid rgba(11,58,110,.1); padding: 1.6rem; }
.gif-form label { display: grid; gap: .3rem; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--stone); }
.gif-form input, .gif-form textarea {
  font: inherit; text-transform: none; letter-spacing: 0; color: var(--ink);
  border: 1px solid rgba(11,58,110,.15); background: var(--cream); padding: .75rem;
}
.gif-footer { background: var(--navy-deep); color: var(--cream); }
.gif-footer-grid { max-width: 1280px; margin: 0 auto; padding: 3rem 1.25rem; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
.gif-footer-logo { height: 56px; background: #fff; width: auto; }
.gif-footer-seal {
  height: 140px;
  width: 140px;
  border-radius: 0;
  object-fit: contain;
  padding: 0;
  background: transparent;
}
.gif-footer h3 { color: var(--gold); font-family: var(--sans); font-size: .75rem; letter-spacing: .24em; text-transform: uppercase; }
.gif-footer ul { list-style: none; padding: 0; }
.gif-footer a { text-decoration: none; }
.gif-copy { border-top: 1px solid rgba(255,255,255,.1); text-align: center; padding: 1.2rem; font-size: .75rem; color: rgba(255,255,255,.5); }
.gif-wa {
  position: fixed; right: 1.2rem; bottom: 1.2rem; width: 52px; height: 52px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; text-decoration: none; font-weight: 700; z-index: 60;
}
.gif-page .gif-wrap { padding-top: 4rem; padding-bottom: 4rem; }
.gif-content { line-height: 1.7; max-width: 48rem; }
@media (max-width: 980px) {
  .gif-hero-inner, .gif-split, .gif-cards, .gif-steps, .gif-gallery, .gif-quotes-grid, .gif-trust, .gif-footer-grid, .gif-areas ul, .gif-pillars {
    grid-template-columns: 1fr 1fr;
  }
  .gif-hero-seal { display: none; }
  .gif-header-call { display: none; }
  .gif-burger { display: block; }
  .gif-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ivory); color: var(--navy); padding: 1rem; }
  .gif-nav.is-open { display: block; }
  .gif-menu { flex-direction: column; }
}
@media (max-width: 640px) {
  .gif-trust, .gif-cards, .gif-steps, .gif-gallery, .gif-quotes-grid, .gif-split, .gif-areas ul, .gif-footer-grid, .gif-pillars, .gif-mosaic {
    grid-template-columns: 1fr;
  }
  .gif-hero { align-items: center; }
}
