:root {
  --navy: #061a2b;
  --navy-2: #0d2c45;
  --ink: #101820;
  --muted: #67717a;
  --paper: #f7f2e8;
  --white: #ffffff;
  --gold: #d1a24a;
  --gold-2: #f0c86a;
  --line: rgba(16, 24, 32, 0.14);
  --shadow: 0 22px 70px rgba(4, 18, 30, 0.22);
  --sans: "Inter", "Segoe UI", Arial, sans-serif;
  --display: "Abril Fatface", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 1000;
  transform: translateY(-140%);
  background: var(--gold);
  color: var(--navy);
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(6, 26, 43, 0.96);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 92px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

/* brand-logo-img: raster brand logo (wide wordmark, aspect ~5.6) */
.brand-link img {
  height: 30px;
  width: auto;
  max-width: 320px;
  display: block;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.5vw, 26px);
  min-width: 0;
}

.desktop-nav a,
.nav-item > span {
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav a:hover,
.nav-item:hover > span,
.nav-item[data-active="true"] > a,
.nav-item[data-active="true"] > span {
  color: var(--gold-2);
}

.nav-item {
  position: relative;
  padding: 35px 0;
}

.nav-icon {
  width: 14px;
  height: 14px;
}

.dropdown {
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  display: grid;
  min-width: 240px;
  padding: 12px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.dropdown a {
  color: var(--ink);
  display: block;
  padding: 12px 14px;
  letter-spacing: 0.05em;
}

.dropdown a:hover {
  background: var(--paper);
  color: var(--navy);
}

.nav-phone {
  color: var(--gold-2) !important;
}

.nav-portal,
.button,
.footer-contact-button {
  border: 2px solid var(--gold);
  background: var(--gold);
  color: var(--navy) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.nav-portal:hover,
.button:hover,
.footer-contact-button:hover {
  background: transparent;
  color: var(--gold-2) !important;
  transform: translateY(-1px);
}

.button.navy {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white) !important;
}

.button.navy:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy) !important;
}

.menu-button {
  display: none;
  background: transparent;
  border: 0;
  color: var(--white);
  cursor: pointer;
  padding: 8px;
}

.menu-bars {
  display: grid;
  gap: 6px;
  width: 34px;
}

.menu-bars span {
  display: block;
  height: 2px;
  background: currentColor;
}

.mobile-menu,
.menu-overlay {
  display: none;
}

.menu-overlay[hidden] {
  display: none !important;
  pointer-events: none;
}

.main {
  background: var(--paper);
}

.hero {
  min-height: clamp(620px, 78vh, 900px);
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: clamp(120px, 17vh, 210px) max(28px, calc((100vw - 1240px) / 2)) clamp(70px, 10vh, 120px);
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(4, 18, 30, 0.86), rgba(4, 18, 30, 0.48) 48%, rgba(4, 18, 30, 0.14)), var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero-inner {
  width: min(780px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero h1,
.big-title,
.split-title,
.image-statement h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(4.3rem, 8.6vw, 9.5rem);
  text-wrap: balance;
}

.hero p {
  max-width: 720px;
  margin: 26px 0 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.35vw, 1.34rem);
}

.gold-dot {
  color: var(--gold);
}

.request-band {
  position: relative;
  z-index: 3;
  margin: -42px auto 0;
  width: min(1180px, calc(100% - 48px));
  background: var(--white);
  box-shadow: var(--shadow);
  scroll-margin-top: 120px;
}

.request-inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
  padding: clamp(26px, 4vw, 44px);
}

.request-copy p {
  margin: 14px 0 0;
  color: #34414a;
  line-height: 1.7;
}

.request-direct,
.request-direct a {
  font-weight: 900;
  color: var(--navy);
  overflow-wrap: anywhere;
}

.request-inner h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.request-form-row,
.form {
  display: grid;
  gap: 14px;
}

.request-form-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.request-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.request-form-grid label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

.request-span {
  grid-column: 1 / -1;
}

.request-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.form-status {
  margin: 0;
  color: #34414a;
  font-weight: 800;
}

.form-status[data-state="success"] {
  color: #11623a;
}

.form-status[data-state="error"] {
  color: #a3331f;
}

.button[disabled] {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(16, 24, 32, 0.22);
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  min-height: 50px;
  padding: 13px 14px;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.stats {
  width: min(1180px, calc(100% - 48px));
  margin: 90px auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.stat {
  min-height: 180px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stat b {
  display: block;
  color: var(--navy);
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
}

.stat span {
  color: var(--muted);
}

.image-statement {
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 80px max(28px, calc((100vw - 1240px) / 2));
  background-image: linear-gradient(90deg, rgba(4, 18, 30, 0.82), rgba(4, 18, 30, 0.18)), var(--statement-image);
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.image-statement h2,
.big-title {
  font-size: clamp(4rem, 9vw, 9.5rem);
}

.copy-split,
.interior-intro,
.cta-split,
.contact-wrap,
.detail-body,
.tabs-shell,
.grid-section,
.project-preview,
.accordion,
.legal {
  width: min(1180px, calc(100% - 48px));
  margin: 100px auto;
}

.copy-split,
.interior-intro,
.cta-split,
.contact-wrap,
.detail-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.copy-split p,
.interior-copy p,
.detail-body p,
.form-note,
.legal p,
.tab-panel li {
  color: #34414a;
  font-size: 1.05rem;
  line-height: 1.8;
}

.stacked-callout {
  color: var(--navy) !important;
  font-family: var(--display);
  font-size: clamp(2rem, 3.4vw, 4.3rem) !important;
  line-height: 0.96 !important;
}

.focus-block {
  background: var(--navy);
  color: var(--white);
  padding: 100px 0;
}

.focus-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.8fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
}

.mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 175px;
  gap: 12px;
}

.mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mosaic img:nth-child(1),
.mosaic img:nth-child(4) {
  grid-row: span 2;
}

.focus-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.split-title {
  color: var(--navy);
  font-size: clamp(3rem, 6vw, 7.2rem);
}

.focus-block .split-title {
  color: var(--white);
}

.focus-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus-tile {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  color: var(--white);
  background-image: linear-gradient(180deg, rgba(4, 18, 30, 0.1), rgba(4, 18, 30, 0.84)), var(--tile-image);
  background-position: center;
  background-size: cover;
}

.focus-tile strong {
  font-family: var(--display);
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.focus-tile span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
}

.cta-split {
  position: relative;
  align-items: stretch;
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.cta-split > div {
  padding: clamp(34px, 5vw, 64px);
}

.cta-split img,
.interior-intro img,
.contact-image,
.detail-aside img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.project-preview h2,
.grid-section h2,
.accordion h2,
.legal h1 {
  margin: 0 0 32px;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2.6rem, 5vw, 5.8rem);
  font-weight: 400;
  line-height: 0.95;
}

.sparse-grid,
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.sparse-card,
.index-card,
.detail-aside-box {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 1px 0 var(--line);
  border: 1px solid var(--line);
}

.sparse-card {
  min-height: 220px;
  padding: 28px;
}

.sparse-card h3,
.index-card h3,
.detail-aside-box h3,
.footer-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.28rem;
  line-height: 1.15;
}

.sparse-card p,
.index-card p {
  color: var(--muted);
}

.index-card {
  overflow: hidden;
}

.index-card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.index-card span {
  display: block;
  padding: 24px;
}

.tabs {
  background: var(--white);
  border: 1px solid var(--line);
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.tab-list a {
  padding: 16px 20px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.tab-list a[aria-selected="true"] {
  background: var(--gold);
}

.tab-panel {
  padding: 32px;
}

.tab-panel h2 {
  margin-top: 0;
  color: var(--navy);
}

.detail-body {
  align-items: start;
}

.detail-body h2 {
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-weight: 400;
  line-height: 1;
}

.detail-aside {
  position: sticky;
  top: 116px;
}

.detail-aside-box {
  padding: 28px;
  background: var(--navy);
  color: var(--white);
}

.detail-aside-box h3,
.detail-aside-box a {
  color: var(--gold-2);
}

.accordion-item {
  border-top: 1px solid var(--line);
}

.accordion-item:last-child {
  border-bottom: 1px solid var(--line);
}

.accordion-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  padding: 24px 0;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 900;
}

.accordion-panel {
  display: none;
  color: var(--muted);
  padding: 0 0 26px;
}

.accordion-item[data-open="true"] .accordion-panel {
  display: block;
}

.contact-wrap {
  align-items: start;
}

.form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.78);
  margin-top: 120px;
  padding: 84px 0 42px;
  position: relative;
  overflow: hidden;
}

.footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
}

.footer-logo {
  height: 34px;
  width: auto;
  max-width: min(330px, 100%);
  margin-bottom: 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}

.footer-grid a,
.footer-grid p {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}

.footer-grid a:hover {
  color: var(--gold-2);
}

.footer-grid h3 {
  color: var(--white);
}

.footer-word {
  margin-top: 48px;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--display);
  font-size: clamp(4rem, 13vw, 14rem);
  line-height: 0.8;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

.top-button {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: var(--navy);
  z-index: 80;
}

.top-icon {
  width: 24px;
  height: 24px;
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .header-inner {
    min-height: 76px;
  }

  .mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: min(420px, 100vw);
    padding: 24px;
    background: var(--navy);
    color: var(--white);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    visibility: hidden;
    z-index: 201;
    overflow-y: auto;
  }

  .mobile-menu[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .mobile-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 0;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 8px;
    padding-bottom: 18px;
  }

  .mobile-menu-title {
    color: var(--gold-2);
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .menu-close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .menu-close svg {
    width: 22px;
    height: 22px;
  }

  .menu-overlay {
    position: fixed;
    inset: 0;
    display: block;
    background: rgba(4, 18, 30, 0.62);
    z-index: 200;
  }
}

@media (max-width: 900px) {
  .header-inner,
  .footer-inner,
  .copy-split,
  .interior-intro,
  .cta-split,
  .contact-wrap,
  .detail-body,
  .tabs-shell,
  .grid-section,
  .project-preview,
  .accordion,
  .legal,
  .stats,
  .request-band {
    width: calc(100% - 32px);
  }

  .brand-link img {
    height: 28px;
    width: auto;
    max-width: 70vw;
  }

  .hero {
    min-height: 620px;
    padding: 130px 22px 70px;
    background-image: linear-gradient(180deg, rgba(4, 18, 30, 0.5), rgba(4, 18, 30, 0.86)), var(--hero-image);
  }

  .hero h1 {
    font-size: clamp(3.5rem, 18vw, 6.5rem);
  }

  .request-inner,
  .request-form-row,
  .request-form-grid,
  .stats,
  .copy-split,
  .interior-intro,
  .cta-split,
  .contact-wrap,
  .detail-body,
  .focus-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    margin: 60px auto;
  }

  .focus-tiles,
  .sparse-grid,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .mosaic {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 150px;
  }

  .image-statement {
    min-height: 480px;
    padding: 60px 22px;
  }

  .copy-split,
  .interior-intro,
  .cta-split,
  .contact-wrap,
  .detail-body,
  .tabs-shell,
  .grid-section,
  .project-preview,
  .accordion,
  .legal {
    margin: 70px auto;
  }

  .detail-aside {
    position: static;
  }
}
