:root {
  --bg: #050606;
  --panel: #0b0b0b;
  --panel-2: #101112;
  --line: rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);
  --text: #f8f6ed;
  --muted: #aeb4c1;
  --gold: #f1c84c;
  --gold-deep: #b89022;
  --blue: #00a8e8;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  /* Use the imported Stack Sans Notch for UI/body, fall back to system sans */
  font-family: 'Stack Sans Notch', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px),
    radial-gradient(circle at 72% 8%, rgba(241,200,76,0.12), transparent 26%),
    radial-gradient(circle at 10% 20%, rgba(0,168,232,0.08), transparent 30%);
  background-size: 88px 88px, 88px 88px, auto, auto;
  z-index: -2;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
mark { color: var(--gold); background: none; }
.section-pad { padding: 110px max(24px, calc((100vw - var(--max)) / 2)); }

.hero.section-pad {
  padding-top: 64px;
  padding-bottom: 110px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  background: rgba(0, 0, 0, 0.84);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(20px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
}
.brand img {
  width: 44px;
  height: 34px;
  object-fit: cover;
  border: 1px solid rgba(241, 200, 76, 0.25);
}
.brand strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.brand em {
  display: block;
  color: var(--muted);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a {
  color: rgba(248,246,237,0.78);
  font-weight: 600;
  transition: color .2s ease;
}
.nav-links a:hover { color: var(--gold); }
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  background: linear-gradient(135deg, #ffe16f, #dcae2d);
  color: #050505;
  font-weight: 800;
  border: 1px solid #f4d760;
  box-shadow: 0 0 30px rgba(241,200,76,.12);
}
.brochure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 26px;
  color: var(--text);
  border: 1px solid var(--gold);
  background: rgba(255,255,255,.05);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}
.brochure-btn:hover {
  background: rgba(241,200,76,.12);
  border-color: #f1c84c;
  transform: translateY(-1px);
}
.nav-toggle { display: none; }

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .8fr);
  align-items: center;
  gap: 78px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(8,8,7,0.55), rgba(8,8,7,0.9)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23211b0b'/%3E%3Cstop offset='.55' stop-color='%23060b0e'/%3E%3Cstop offset='1' stop-color='%23020a10'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='900' fill='url(%23g)'/%3E%3Cg opacity='.24' fill='%23f1c84c'%3E%3Crect x='160' y='420' width='70' height='280'/%3E%3Crect x='250' y='320' width='90' height='380'/%3E%3Crect x='370' y='460' width='120' height='240'/%3E%3Crect x='560' y='250' width='88' height='450'/%3E%3Crect x='675' y='170' width='135' height='530'/%3E%3Crect x='860' y='360' width='90' height='340'/%3E%3Crect x='980' y='260' width='170' height='440'/%3E%3C/g%3E%3Cg opacity='.18' stroke='%2300a8e8'%3E%3Cpath d='M0 710h1600M0 610h1600M0 510h1600'/%3E%3C/g%3E%3C/svg%3E") center/cover;
  z-index: -2;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  opacity: .35;
  background: radial-gradient(circle at 75% 45%, rgba(0,168,232,0.16), transparent 25%), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: auto, 90px 90px;
  pointer-events: none;
  z-index: -1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow span {
  width: 42px;
  height: 1px;
  background: var(--gold);
}
.hero h1, .section-title h2, .section-head h2, .why h2, .contact h2 {
  margin: 26px 0;
  max-width: 820px;
  font-size: clamp(52px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -.075em;
  font-weight: 850;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 72px);
}

/* Make headings and topical text use the bold, modern display font */
h1, h2, h3, .eyebrow, .ticker span, .service-card h3, .project-list h3, .panel-stats strong, .photo-card figcaption {
  /* Use Playfair Display for display headings, with serif fallback */
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}

h1, h2 {
  font-weight: 800;
  letter-spacing: -0.03em;
}

h3, .service-card h3, .project-list h3 {
  font-weight: 700;
}
.hero-copy {
  max-width: 680px;
  font-size: 21px;
  color: #e7e8ec;
}
.service-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
}
.service-line i {
  width: 1px;
  background: var(--line);
  transform: rotate(18deg);
}
.service-line span:last-child { color: var(--gold); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  font-weight: 800;
  border: 1px solid var(--line);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.primary-btn { background: linear-gradient(135deg, #ffe16f, #d7a926); color: #030303; border-color: #f5d151; }
.secondary-btn { background: rgba(255,255,255,.03); color: var(--text); }
.primary-btn:hover, .secondary-btn:hover { transform: translateY(-3px); border-color: var(--gold); }
.hero-panel {
  position: relative;
  padding: 32px;
  min-height: auto;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(14,14,14,.92), rgba(6,10,12,.78));
  overflow: hidden;
}
.hero-panel::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -140px;
  top: -130px;
  background: radial-gradient(circle, rgba(241,200,76,.23), transparent 65%);
}
.panel-frame::before, .panel-frame::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border-color: var(--gold);
}
.panel-frame::before { top: 22px; right: 22px; border-top: 1px solid; border-right: 1px solid; }
.panel-frame::after { bottom: 22px; left: 22px; border-bottom: 1px solid; border-left: 1px solid; }
.panel-kicker {
  color: var(--blue);
  letter-spacing: .36em;
  text-transform: uppercase;
  font-size: 12px;
}
.hero-panel h2 { position: relative; margin: 34px 0 46px; font-size: clamp(28px, 3.2vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.panel-stats div { padding: 24px 18px 0 0; border-right: 1px solid var(--line-soft); }
.panel-stats div:last-child { border-right: 0; }
.panel-stats strong { display: block; font-size: 34px; letter-spacing: -.06em; }
.panel-stats span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .22em; }

.ticker { overflow: hidden; border-block: 1px solid var(--line-soft); background: #020202; }
.ticker-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 42px;
  padding: 42px 0;
  animation: marquee 35s linear infinite;
}
.ticker span { white-space: nowrap; font-size: clamp(36px, 4.5vw, 66px); line-height: 1; font-weight: 850; letter-spacing: -.07em; }
.ticker span:nth-of-type(3n) { color: var(--gold); }
.ticker b { color: var(--gold); font-size: 34px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; border-bottom: 1px solid var(--line-soft); }
.section-title h2, .section-head h2, .why h2, .contact h2 { font-size: clamp(44px, 5.8vw, 82px); }
.about-copy { align-self: center; max-width: 820px; }
.about-copy > p:first-child { font-size: 22px; color: #eef1f7; }
.about-copy p { color: var(--muted); font-size: 17px; }
.about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 46px 0 0;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.about-facts dt { color: #697081; text-transform: uppercase; letter-spacing: .32em; font-size: 11px; }
.about-facts dd { margin: 8px 0 0; font-size: 24px; font-weight: 800; letter-spacing: -.05em; }

.section-head { display: grid; grid-template-columns: 1fr .48fr; gap: 70px; align-items: end; margin-bottom: 62px; }
.section-head p:last-child { color: var(--muted); font-size: 17px; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.service-card {
  position: relative;
  min-height: 292px;
  padding: 34px 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.006));
  overflow: hidden;
  transition: transform .3s ease, background .3s ease;
}
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 35% 20%, rgba(241,200,76,.16), transparent 42%);
  opacity: 0;
  transition: opacity .3s ease;
}
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.045); }
.service-card:hover::after { opacity: 1; }
.service-card small { position: absolute; top: 38px; right: 30px; color: #626a76; letter-spacing: .3em; }
.icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--gold);
  border: 1px solid var(--line);
  margin-bottom: 34px;
}
.service-card h3 { position: relative; z-index: 1; margin: 0 0 18px; font-size: 25px; letter-spacing: -.06em; line-height: 1.08; }
.service-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); }

.projects { border-top: 1px solid var(--line-soft); }
.project-list { border-top: 1px solid var(--line); }
.project-list article {
  display: grid;
  grid-template-columns: 90px 1fr 360px;
  align-items: center;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  transition: background .22s ease, padding-inline .22s ease;
}
.project-list article:hover { background: rgba(241,200,76,.035); padding-inline: 18px; }
.project-list span { color: #697081; font-size: 12px; letter-spacing: .28em; }
.project-list h3 { margin: 0; font-size: 24px; letter-spacing: -.05em; }
.project-list p { margin: 0; color: var(--muted); }

.gallery { background: linear-gradient(180deg, rgba(255,255,255,.012), transparent); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.photo-card {
  position: relative;
  min-height: 310px;
  margin: 0;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #111;
  cursor: pointer;
  transform-style: preserve-3d;
}
.photo-card.wide { grid-column: span 2; }
.photo-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  filter: grayscale(.75) contrast(1.05) brightness(.72);
  transform: scale(1.04);
  transition: filter .5s ease, transform .5s ease;
}
.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(0,0,0,.35), rgba(0,0,0,.12));
  mix-blend-mode: normal;
  opacity: .75;
  z-index: 1;
  transition: opacity .35s ease;
}
.photo-card figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  transform: translateY(18px);
  opacity: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(0,0,0,.64);
  transition: transform .35s ease, opacity .35s ease;
}
.photo-card:hover img { filter: grayscale(.08) contrast(1.08) brightness(.92); transform: scale(1.12); }
.photo-card:hover::before { opacity: .72; }
.photo-card:hover figcaption { transform: translateY(0); opacity: 1; }

.why { border-top: 1px solid var(--line-soft); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
}
.why-grid article { padding: 46px 54px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-grid small { color: #697081; letter-spacing: .28em; }
.why-grid h3 { margin: 22px 0 14px; font-size: 28px; letter-spacing: -.06em; }
.why-grid p { color: var(--muted); margin: 0; }

.contact {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 76px;
  align-items: center;
  border-top: 1px solid var(--line-soft);
  background: radial-gradient(circle at 75% 25%, rgba(241,200,76,.09), transparent 30%);
}
.contact-copy > p:not(.eyebrow) { color: var(--muted); max-width: 600px; font-size: 17px; }
.contact-copy .primary-btn { margin-top: 24px; }
.contact-card {
  font-style: normal;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.02);
}
.card-label { margin: 0; padding: 42px 42px 0; color: #697081; letter-spacing: .36em; text-transform: uppercase; font-size: 12px; }
.contact-card h3 { margin: 18px 42px 40px; font-size: 28px; letter-spacing: -.06em; }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.contact-grid div { padding: 36px 42px; border-right: 1px solid var(--line); }
.contact-grid div:last-child { border-right: 0; }
.contact-card span { display: block; color: var(--gold); letter-spacing: .34em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; font-weight: 500; }
.contact-card p { margin: 0 0 26px; color: var(--text); font-size: 17px; }
.contact-card a { color: var(--text); border-bottom: 1px solid rgba(241,200,76,.4); }
.gst { display: flex; justify-content: space-between; gap: 24px; padding: 24px 42px; }
.gst strong { letter-spacing: .24em; font-size: 13px; }
.contact-card-directors { padding: 24px 42px; border-top: 1px solid var(--line); }
.contact-card-directors span { display: block; color: var(--gold); letter-spacing: .34em; text-transform: uppercase; font-size: 13px; margin-bottom: 14px; font-weight: 500; }
.director-item { display: block; margin-bottom: 24px; }
.director-item:last-child { margin-bottom: 0; }
.director-name { margin: 0 0 2px 0; color: var(--text); font-size: 19px; font-weight: 500; }
.director-phone { margin: 0; color: var(--text); font-size: 16px; font-weight: 300; opacity: 0.8; }

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr .45fr .65fr;
  gap: 80px;
  padding: 70px max(24px, calc((100vw - var(--max)) / 2)) 34px;
  border-top: 1px solid var(--line-soft);
  background: #020202;
}
.footer-brand { display: flex; gap: 18px; align-items: flex-start; }
.footer-brand img { width: 62px; border: 1px solid rgba(241,200,76,.25); }
.footer-brand strong { display: block; font-size: 20px; letter-spacing: -.04em; }
.footer-brand p, .footer-reach p { color: var(--muted); max-width: 420px; }
.site-footer nav { display: grid; gap: 12px; align-content: start; }
.site-footer nav a:hover, .footer-reach a:hover { color: var(--gold); }
.footer-reach span { color: #697081; text-transform: uppercase; letter-spacing: .34em; font-size: 11px; }
.footer-reach p { margin: 8px 0; }
.copyright { grid-column: 1 / -1; color: #5e6573; text-transform: uppercase; letter-spacing: .35em; font-size: 11px; margin: 36px 0 0; padding-top: 24px; border-top: 1px solid var(--line-soft); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  background: rgba(0,0,0,.88);
  padding: 28px;
}
.lightbox.is-open { display: grid; }
.lightbox img { max-height: 86vh; max-width: min(1100px, 94vw); border: 1px solid var(--line); }
.lightbox-close {
  position: fixed;
  top: 22px;
  right: 26px;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  color: var(--text);
  background: rgba(0,0,0,.5);
  font-size: 30px;
  cursor: pointer;
}

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero, .about, .contact, .section-head { grid-template-columns: 1fr; }
  .hero { gap: 32px; }
  .project-list article { grid-template-columns: 60px 1fr; }
  .project-list p { grid-column: 2; }
}
@media (max-width: 820px) {
  .site-header { grid-template-columns: 1fr auto; height: auto; min-height: 72px; }
  .brand em { display: none; }
  .quote-btn { display: none; }
  .nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    height: 42px;
    place-content: center;
    background: transparent;
    border: 1px solid var(--line);
    cursor: pointer;
  }
  .nav-toggle span { display: block; width: 18px; height: 2px; background: var(--text); }
  .nav-links {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 0 18px;
    gap: 14px;
  }
  .nav-links.is-open { display: grid; }
  .section-pad { padding-block: 76px; }
  .hero { min-height: auto; padding-top: 78px; }
  .hero h1 { font-size: clamp(46px, 14vw, 72px); }
  .hero-panel { min-height: 0; padding: 34px; }
  .panel-stats, .about-facts, .why-grid, .contact-grid, .gallery-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .photo-card.wide { grid-column: auto; }
  .project-list article { grid-template-columns: 1fr; gap: 8px; }
  .project-list p { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; gap: 34px; }
  .contact-card h3, .card-label, .contact-grid div, .gst { padding-left: 24px; padding-right: 24px; margin-left: 0; margin-right: 0; }
  .gst { display: block; }
  .gst strong { display: block; margin-top: 8px; word-break: break-word; }
}
