:root {
  --navy: #06172f;
  --navy-2: #102a4d;
  --ink: #172033;
  --muted: #667085;
  --gold: #bd8a35;
  --gold-soft: #f1d494;
  --paper: #fffaf1;
  --warm: #f6efe6;
  --mist: #eaf2f3;
  --teal: #0e766f;
  --wine: #8a3f5f;
  --white: #ffffff;
  --line: rgba(23, 32, 51, 0.12);
  --shadow: 0 24px 70px rgba(6, 23, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 10px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 241, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 122px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.nav-links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  color: var(--navy);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a,
.nav-cta,
.button,
.filter {
  border-radius: 8px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.nav-links a {
  padding: 10px 12px;
}

.nav-links a:hover {
  background: rgba(189, 138, 53, 0.12);
}

.nav-cta {
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy);
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-cta:hover,
.button:hover,
.filter:hover {
  transform: translateY(-1px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 6vw, 92px);
  min-height: calc(100vh - 76px);
  padding: clamp(58px, 9vw, 118px) clamp(18px, 6vw, 86px) 58px;
  background:
    linear-gradient(115deg, rgba(255, 250, 241, 0.96), rgba(234, 242, 243, 0.48)),
    var(--paper);
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 620px;
  margin-bottom: 24px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.16rem;
  line-height: 1.18;
}

.hero-text {
  max-width: 590px;
  margin-bottom: 30px;
  color: #394252;
  font-size: clamp(1.05rem, 1.45vw, 1.2rem);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  font-weight: 850;
}

.button.primary {
  color: var(--white);
  background: var(--navy);
}

.button.ghost {
  color: var(--navy);
  border-color: rgba(6, 23, 47, 0.24);
  background: rgba(255, 255, 255, 0.56);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
  margin: 0;
}

.hero-metrics div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.hero-metrics dt {
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 1;
}

.hero-metrics dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.3;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 560px;
}

.brand-visual {
  grid-template-columns: 1.02fr 0.98fr;
  grid-template-rows: auto 1fr;
}

.brand-emblem,
.advisory-panel,
.brand-statement {
  border: 1px solid rgba(6, 23, 47, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 80px rgba(6, 23, 47, 0.1);
}

.brand-emblem {
  grid-column: 1 / -1;
  display: grid;
  min-height: 330px;
  place-items: center;
  padding: clamp(28px, 5vw, 58px);
}

.brand-emblem img {
  width: min(100%, 560px);
  max-height: 300px;
  object-fit: contain;
}

.brand-statement {
  display: grid;
  gap: 0;
  align-self: stretch;
  overflow: hidden;
}

.brand-statement span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  color: var(--navy);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  font-weight: 850;
}

.brand-statement span:last-child {
  border-bottom: 0;
}

.advisory-panel {
  padding: clamp(24px, 4vw, 36px);
  background: var(--navy);
}

.advisory-panel p {
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.advisory-panel h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.advisory-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.56);
  color: var(--navy);
}

.proof-strip span {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 16px;
  border-right: 1px solid var(--line);
  text-align: center;
  font-size: 0.92rem;
  font-weight: 850;
}

.section {
  padding: clamp(62px, 8vw, 112px) clamp(18px, 6vw, 86px);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 70px);
}

.section-intro {
  max-width: 690px;
}

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

.service,
.package,
.case-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.service {
  min-height: 232px;
  padding: 24px;
}

.service-icon {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--teal);
  font-weight: 900;
}

.service p,
.case-copy p,
.package p,
.contact-copy p,
.story p {
  color: #485365;
  line-height: 1.62;
}

.dark-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(28px, 6vw, 76px);
  color: var(--white);
  background: var(--navy);
}

.dark-band h2,
.dark-band .eyebrow {
  color: var(--gold-soft);
}

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

.story-steps {
  display: grid;
  gap: 12px;
}

.story-steps article {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.story-steps span {
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.story-steps strong {
  line-height: 1.28;
}

.portfolio-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.portfolio-head h2 {
  max-width: 880px;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filter {
  min-height: 40px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: var(--navy);
  background: var(--white);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
}

.filter.active {
  color: var(--white);
  border-color: var(--navy);
  background: var(--navy);
}

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

.case-card {
  overflow: hidden;
}

.case-card.is-hidden {
  display: none;
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--mist);
}

.case-card.featured {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 0.82fr 1fr;
}

.case-card.featured img {
  height: 100%;
  min-height: 420px;
  aspect-ratio: auto;
}

.case-copy {
  padding: 24px;
}

.case-type {
  margin-bottom: 10px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-copy ul {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 18px;
  color: #344053;
}

.text-only {
  display: grid;
  min-height: 268px;
  align-items: end;
  background:
    linear-gradient(135deg, rgba(234, 242, 243, 0.85), rgba(255, 250, 241, 0.94)),
    var(--white);
}

.packages {
  background: var(--warm);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.package {
  min-height: 280px;
  padding: 28px;
}

.package.accent {
  color: var(--white);
  background: var(--navy);
}

.package.accent h3,
.package.accent p,
.package.accent span {
  color: var(--white);
}

.package-kicker {
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package span {
  display: block;
  margin-top: 22px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.42;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  background: var(--white);
}

.contact-copy {
  max-width: 640px;
}

.briefing-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

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

.briefing-form input,
.briefing-form select,
.briefing-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(23, 32, 51, 0.18);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.briefing-form textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--teal);
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 6vw, 86px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper);
}

.site-footer img {
  width: 132px;
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .dark-band,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 560px;
  }

  .brand-emblem {
    min-height: 280px;
  }

  .portfolio-head,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .case-card.featured {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100vw;
    max-width: 100vw;
    padding-inline: 18px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .brand img {
    width: 104px;
  }

  h1 {
    max-width: 7.8ch;
    font-size: clamp(2.4rem, 11vw, 3.12rem);
    line-height: 0.96;
  }

  .hero,
  .hero-copy {
    min-width: 0;
    width: calc(100vw - 84px);
    max-width: calc(100vw - 84px);
  }

  .hero {
    padding-inline: 28px 56px;
    width: auto;
    max-width: none;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-text,
  .hero-actions {
    width: calc(100vw - 84px);
    max-width: calc(100vw - 84px);
  }

  .hero-text {
    font-size: 1rem;
    overflow-wrap: anywhere;
  }

  .hero-actions .button {
    width: calc(100vw - 84px);
    max-width: calc(100vw - 84px);
  }

  .hero-actions,
  .filters {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .filter {
    width: 100%;
  }

  .hero-text,
  .hero-actions,
  .hero-actions .button {
    width: min(100%, 300px);
    max-width: 300px;
  }

  .hero-metrics,
  .services-grid,
  .package-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: auto;
  }

  .brand-visual {
    grid-template-columns: 1fr;
  }

  .brand-emblem {
    min-height: 220px;
    padding: 24px;
  }

  .brand-statement span {
    min-height: 54px;
    padding: 14px 16px;
  }

  .hero-tile,
  .hero-tile.large {
    min-height: 300px;
    grid-row: auto;
  }

  .case-card.featured {
    grid-template-columns: 1fr;
  }

  .case-card.featured img {
    min-height: 300px;
  }

  .story-steps article {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}
