:root {
  --navy-950: #04132d;
  --navy-900: #081c3b;
  --navy-800: #10284f;
  --gold-500: #c8a05b;
  --gold-400: #d7b67d;
  --gold-300: #ecd5ac;
  --ivory-100: #f7f2e8;
  --ivory-200: #efe6d8;
  --stone-200: #d7d0c4;
  --text-900: #1d2330;
  --text-700: #4a5568;
  --white: #ffffff;
  --shadow-soft: 0 28px 60px rgba(6, 17, 35, 0.12);
  --shadow-deep: 0 30px 80px rgba(3, 11, 25, 0.28);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-900);
  background: var(--white);
}

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

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

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

.container {
  width: var(--container);
  margin: 0 auto;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(8, 28, 59, 0.08);
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 36px rgba(8, 28, 59, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}

.brand img,
.footer-logo {
  width: 170px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.9rem;
  color: var(--navy-900);
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold-500);
  transition: transform 0.25s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.site-nav a.is-active {
  color: var(--navy-950);
  font-weight: 700;
}

.site-nav a.is-active::after {
  transform: scaleX(1);
}

.site-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.site-socials i {
  font-size: 1rem;
}

.header-socials {
  margin-left: auto;
}

.header-socials a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(4, 19, 45, 0.12);
  background: rgba(8, 28, 59, 0.04);
  color: var(--navy-900);
}

.header-socials a:hover,
.header-socials a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(200, 160, 91, 0.34);
  background: rgba(200, 160, 91, 0.16);
  color: var(--navy-950);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(12, 24, 49, 0.12);
}

.button-solid {
  background: linear-gradient(135deg, var(--gold-500), #e6c892);
  color: var(--navy-950);
  font-weight: 800;
}

.button-solid.alt {
  background: var(--navy-900);
  color: var(--white);
}

.button-outline,
.button-ghost {
  border-color: rgba(4, 19, 45, 0.18);
  color: var(--navy-950);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.92);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold-500);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.76rem;
  font-weight: 800;
}

.eyebrow.light {
  color: var(--gold-300);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.96;
}

h1 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
}

h2 {
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
}

h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

p {
  margin: 0;
  line-height: 1.75;
  color: var(--text-700);
}

.hero {
  padding: 0;
}

.hero-stage {
  position: relative;
  width: 100%;
}

.hero-frame {
  position: relative;
  padding: 0;
  background:
    linear-gradient(90deg, #a88343 0%, #7a5a27 48%, #8f6d35 100%);
  min-height: calc(100svh - 93px);
  overflow: clip;
}

.hero-frame::before,
.hero-frame::after {
  content: "EH";
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(8rem, 14vw, 13rem);
  line-height: 1;
  color: rgba(255, 245, 220, 0.14);
  pointer-events: none;
}

.hero-frame::before {
  top: 10px;
  right: 90px;
}

.hero-frame::after {
  bottom: -16px;
  right: 220px;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(380px, 470px) minmax(520px, 1fr);
  align-items: center;
  gap: 56px;
  min-height: calc(100svh - 93px);
  padding-top: 28px;
  padding-bottom: 28px;
}

.hero-copy-card {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  padding: 38px 36px;
  background: linear-gradient(180deg, rgba(4, 30, 59, 0.99), rgba(3, 24, 48, 0.98));
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.hero-eyebrow {
  color: rgba(244, 227, 190, 0.95);
  margin-bottom: 16px;
  font-size: 0.72rem;
}

.hero-copy-card h1 {
  max-width: 8ch;
  color: #dfbf82;
  line-height: 0.92;
  letter-spacing: -0.03em;
}

.hero-text {
  margin-top: 18px;
  max-width: 28ch;
  color: rgba(231, 205, 150, 0.9);
  font-size: 0.95rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 22px;
}

.hero-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hero-link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 6px;
  background: rgba(255, 255, 255, 0.55);
}

.hero-image-stack {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 440px;
}

.hero-image {
  position: absolute;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: var(--shadow-deep);
}

.hero-image img,
.intro-backdrop img,
.expertise-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-image-main {
  top: 28px;
  right: 0;
  width: min(100%, 700px);
  height: 360px;
}

.hero-image-accent {
  left: 34px;
  bottom: 10px;
  width: 260px;
  height: 160px;
  border: 10px solid rgba(255, 255, 255, 0.92);
}

.intro-band {
  position: relative;
  padding: 0 0 110px;
}

.intro-backdrop {
  height: 700px;
  filter: saturate(0.92);
}

.intro-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 14, 28, 0.08), rgba(7, 14, 28, 0.64));
}

.intro-panel {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 42px;
  align-items: start;
  width: min(1000px, calc(100% - 32px));
  margin: -470px auto 0;
  padding: 56px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: var(--shadow-soft);
}

.intro-body {
  display: grid;
  gap: 18px;
}

.metrics-strip {
  padding: 0 0 100px;
}

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

.metrics-grid article {
  padding: 28px;
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.metrics-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 1.4rem;
}

.services-section {
  padding: 0 0 110px;
}

.services-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.services-copy {
  position: sticky;
  top: 124px;
}

.strategic-partners {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(8, 28, 59, 0.12);
}

.partners-label {
  margin: 0;
  color: var(--navy-900);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 800;
}

.partner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(8, 28, 59, 0.16);
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy-900);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

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

.service-card {
  padding: 30px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid rgba(200, 160, 91, 0.18);
  box-shadow: var(--shadow-soft);
}

.service-index {
  display: inline-flex;
  margin-bottom: 20px;
  color: var(--gold-500);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.expertise-section {
  padding: 105px 0;
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.expertise-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: end;
}

.expertise-copy {
  color: var(--white);
}

.expertise-copy h2,
.expertise-copy p {
  color: var(--white);
}

.expertise-copy > p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.process-list {
  display: grid;
  gap: 18px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  padding: 22px 24px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(215, 182, 125, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.process-list span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-300);
  font-size: 1.15rem;
  font-weight: 700;
}

.process-list p {
  color: rgba(255, 255, 255, 0.72);
}

.expertise-visual {
  position: relative;
  height: 620px;
  padding-left: 84px;
}

.expertise-visual::before {
  content: "";
  position: absolute;
  inset: 44px 44px 0 0;
  border: 1px solid rgba(215, 182, 125, 0.24);
}

.expertise-visual img {
  position: absolute;
  inset: 0 0 0 84px;
  width: calc(100% - 84px);
  height: 100%;
  box-shadow: var(--shadow-deep);
}

.consultation-section {
  position: relative;
  z-index: 3;
  margin-top: -84px;
  padding: 0 0 132px;
}

.consultation-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 38px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 241, 234, 0.86));
  box-shadow: 0 32px 90px rgba(6, 17, 35, 0.18);
}

.consultation-layout {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
  align-items: stretch;
}

.consultation-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 46px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(7, 26, 53, 0.98), rgba(3, 14, 31, 0.98));
  box-shadow: var(--shadow-deep);
}

.consultation-copy h2,
.consultation-copy p,
.consultation-points {
  color: var(--white);
}

.consultation-copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.76);
}

.consultation-points {
  margin: 30px 0 0;
  padding-left: 18px;
}

.consultation-points li + li {
  margin-top: 12px;
}

.consultation-form {
  padding: 46px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-soft);
}

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

.consultation-form label {
  display: grid;
  gap: 12px;
  color: var(--navy-900);
  font-size: 0.93rem;
  font-weight: 700;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
  width: 100%;
  padding: 18px 20px;
  border: 1px solid rgba(8, 28, 59, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(250, 247, 242, 0.92), rgba(255, 255, 255, 0.98));
  color: var(--text-900);
}

.consultation-form textarea {
  min-height: 186px;
  resize: vertical;
}

.consultation-form input:focus,
.consultation-form select:focus,
.consultation-form textarea:focus {
  outline: 2px solid rgba(200, 160, 91, 0.24);
  border-color: var(--gold-500);
}

.full-width {
  grid-column: 1 / -1;
}

.consultation-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
}

.consultation-actions .button {
  min-width: 190px;
}

.form-feedback {
  min-height: 24px;
  margin-top: 18px;
  color: var(--navy-900);
  font-size: 0.92rem;
}

.contact-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 18px;
  margin-top: 0;
}

.contact-inline a {
  color: var(--navy-900);
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(8, 28, 59, 0.05);
}

.site-footer {
  padding: 52px 0 54px;
  background: linear-gradient(180deg, #031125, #071a35);
}

.footer-inner {
  display: block;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 0.95fr 1fr;
  gap: 28px;
}

.footer-brand-block p {
  max-width: 40ch;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.64);
}

.footer-title {
  margin: 0 0 16px;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-stack {
  display: grid;
  gap: 12px;
}

.footer-stack a,
.footer-contact-list a,
.footer-contact-list p {
  color: rgba(255, 255, 255, 0.76);
}

.footer-stack a:hover,
.footer-contact-list a:hover,
.footer-socials a:hover {
  color: var(--white);
}

.footer-contact-list {
  display: grid;
  gap: 12px;
}

.footer-contact-list p {
  margin: 0;
}

.footer-socials {
  margin-top: 20px;
}

.footer-socials a {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
}

.footer-socials a:hover,
.footer-socials a:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 55;
  display: grid;
  gap: 12px;
}

.floating-contact a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.floating-contact a:first-child {
  background: #25d366;
}

.floating-contact a:last-child {
  background: #229ed9;
}

.floating-contact i {
  font-size: 1.4rem;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(8, 28, 59, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background: var(--navy-950);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

body.nav-open .nav-toggle span:first-child {
  transform: translateY(4px) rotate(45deg);
}

body.nav-open .nav-toggle span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

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

  .site-nav {
    position: fixed;
    top: 92px;
    right: 24px;
    left: 24px;
    display: grid;
    gap: 16px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(8, 28, 59, 0.08);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .hero-frame {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 28px;
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .hero-copy-card {
    margin: 0 28px;
    width: auto;
    padding: 30px 26px;
  }

  .hero-image-stack {
    position: relative;
    width: auto;
    min-height: 0;
    margin: 26px 28px 0;
  }

  .hero-image {
    position: relative;
  }

  .hero-image-main {
    width: 100%;
    top: auto;
    right: auto;
    height: 360px;
  }

  .hero-image-accent {
    left: auto;
    bottom: auto;
    width: 58%;
    height: 180px;
    margin: -56px 0 0 18px;
  }

  .intro-panel,
  .services-layout,
  .expertise-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .consultation-layout {
    grid-template-columns: 1fr;
  }

  .services-copy {
    position: static;
  }

  .expertise-visual {
    height: 500px;
    padding-left: 34px;
  }

  .expertise-visual img {
    inset: 0 0 0 34px;
    width: calc(100% - 34px);
  }

  .consultation-section {
    margin-top: -56px;
    padding-bottom: 110px;
  }

  .consultation-shell {
    padding: 14px;
  }

  .consultation-copy,
  .consultation-form {
    padding: 34px 30px;
  }

  .consultation-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-inline {
    justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  :root {
    --container: min(100vw - 28px, 100%);
  }

  .header-inner {
    flex-wrap: wrap;
    min-height: 84px;
    padding: 14px 0;
    row-gap: 12px;
  }

  .nav-toggle {
    margin-left: auto;
  }

  .header-socials {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .header-socials a {
    width: 38px;
    height: 38px;
  }

  .brand img,
  .footer-logo {
    width: 148px;
  }

  .hero {
    padding-top: 0;
  }

  .hero-frame {
    padding-top: 34px;
  }

  .hero-frame::before,
  .hero-frame::after {
    display: none;
  }

  .hero-copy-card {
    margin: 0 16px;
    padding: 26px 20px;
  }

  .hero-copy-card h1 {
    max-width: 9ch;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 24px;
  }

  .hero-image-stack {
    margin: 26px 16px 0;
  }

  .hero-image-main {
    height: 320px;
  }

  .hero-image-accent {
    width: 74%;
    height: 180px;
    margin-top: -54px;
    border-width: 8px;
  }

  .intro-backdrop {
    height: 520px;
  }

  .intro-panel {
    width: calc(100% - 20px);
    margin-top: -318px;
    padding: 28px 22px;
  }

  .metrics-grid,
  .services-cards,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .expertise-section {
    padding: 82px 0;
  }

  .expertise-visual {
    height: 360px;
    padding-left: 0;
  }

  .expertise-visual::before {
    inset: 24px 0 0 24px;
  }

  .expertise-visual img {
    inset: 0;
    width: 100%;
  }

  .consultation-section {
    margin-top: -34px;
    padding-bottom: 92px;
  }

  .consultation-shell {
    padding: 10px;
    border-radius: 26px;
  }

  .consultation-copy,
  .consultation-form {
    padding: 26px 20px;
    border-radius: 22px;
  }

  .consultation-form {
    padding-top: 28px;
  }

  .consultation-actions .button {
    width: 100%;
  }

  .contact-inline {
    gap: 10px;
  }

  .contact-inline a {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.section-space {
  padding: 102px 0;
}

.about-hero .hero-frame,
.about-hero .about-hero-inner {
  min-height: calc(84svh - 93px);
}

.about-hero-image-stack {
  min-height: 420px;
}

.about-story {
  background: linear-gradient(180deg, #fff, #f6f1e8);
}

.about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
}

.about-story-copy {
  display: grid;
  gap: 18px;
}

.about-story-visual {
  margin: 0;
  height: 520px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.about-story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-pillars {
  padding: 0 0 105px;
  background: linear-gradient(180deg, #f6f1e8 0%, #efe6d8 100%);
}

.section-head {
  max-width: 760px;
  margin-bottom: 30px;
  display: grid;
  gap: 14px;
}

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

.pillar-card {
  position: relative;
  padding: 34px 28px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(7, 26, 53, 0.98), rgba(3, 14, 31, 0.99));
  border: 1px solid rgba(215, 182, 125, 0.22);
  box-shadow: var(--shadow-soft);
}

.pillar-card::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(215, 182, 125, 0.2);
  border-radius: 14px;
  pointer-events: none;
}

.pillar-label {
  margin-bottom: 14px;
  color: var(--gold-300);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 800;
}

.pillar-card h3 {
  margin-bottom: 14px;
  color: #fff;
}

.pillar-card p {
  color: rgba(255, 255, 255, 0.78);
}

.about-metrics {
  padding-top: 0;
}

.about-cta {
  margin-top: 0;
}

.about-cta-panel {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 44px 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.about-cta-panel .button {
  width: fit-content;
  min-width: 210px;
}

@media (max-width: 1080px) {
  .about-story-grid,
  .pillars-grid {
    grid-template-columns: 1fr;
  }

  .about-story-visual {
    height: 420px;
  }

  .about-cta-panel {
    padding: 32px 28px;
  }
}

@media (max-width: 780px) {
  .section-space {
    padding: 80px 0;
  }

  .about-hero .hero-frame,
  .about-hero .about-hero-inner {
    min-height: auto;
  }

  .about-story-visual {
    height: 300px;
  }

  .about-pillars {
    padding-bottom: 86px;
  }

  .about-cta-panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .about-cta-panel .button {
    width: 100%;
  }
}

.about-signature-hero {
  position: relative;
  padding: 52px 0 92px;
  background:
    radial-gradient(circle at 20% 16%, rgba(200, 160, 91, 0.2), transparent 42%),
    linear-gradient(180deg, #fbf8f1 0%, #f2eadf 100%);
}

.about-signature-grid {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 34px;
  align-items: center;
}

.about-signature-copy {
  padding: 34px 0;
}

.about-signature-copy h1 {
  max-width: 12ch;
  color: var(--navy-900);
}

.about-signature-copy > p {
  margin-top: 20px;
  max-width: 44ch;
}

.about-signature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.about-stat-card {
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(8, 28, 59, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.about-stat-number {
  display: block;
  color: var(--navy-900);
  font-size: 1.45rem;
  font-weight: 800;
}

.about-stat-card span {
  color: var(--text-700);
  font-size: 0.88rem;
  line-height: 1.5;
}

.about-signature-visual {
  position: relative;
  height: 580px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.about-visual-main,
.about-visual-accent {
  margin: 0;
}

.about-visual-main {
  position: absolute;
  inset: 0;
}

.about-visual-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-visual-accent {
  position: absolute;
  width: min(260px, 38%);
  height: 170px;
  right: 18px;
  bottom: 18px;
  border-radius: 16px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 46px rgba(3, 11, 25, 0.25);
}

.about-visual-accent.two {
  top: 18px;
  right: auto;
  left: 18px;
}

.about-visual-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founder-section {
  padding: 0 0 110px;
  background: #f6f1e8;
}

.founder-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
}

.founder-profile,
.founder-story {
  padding: 34px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.founder-profile {
  background: linear-gradient(180deg, rgba(7, 26, 53, 0.98), rgba(3, 14, 31, 0.99));
  color: #fff;
}

.founder-monogram {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 16px;
  border-radius: 50%;
  border: 1px solid rgba(215, 182, 125, 0.45);
  color: var(--gold-300);
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
}

.founder-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.73rem;
}

.founder-profile h2 {
  margin-top: 14px;
  color: #fff;
}

.founder-meta {
  margin-top: 10px;
  color: rgba(231, 205, 150, 0.92);
  font-weight: 700;
}

.founder-story {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 28, 59, 0.08);
}

.founder-story h3 {
  margin-bottom: 16px;
}

.founder-story p + p {
  margin-top: 14px;
}

.founder-points {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--text-700);
}

.founder-points li + li {
  margin-top: 10px;
}

.about-connect {
  padding: 0 0 112px;
  background: linear-gradient(180deg, #fff 0%, #f7f2e8 100%);
}

.about-connect-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 22px;
  align-items: center;
  padding: 48px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(110deg, rgba(5, 20, 42, 0.96), rgba(9, 33, 68, 0.92));
  box-shadow: var(--shadow-deep);
}

.about-connect-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(200, 160, 91, 0.14), transparent 42%);
  pointer-events: none;
}

.about-connect-copy,
.about-connect-actions {
  position: relative;
  z-index: 1;
}

.about-connect-copy h2,
.about-connect-copy p {
  color: #fff;
}

.about-connect-copy p:not(.eyebrow) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 50ch;
}

.about-connect-actions {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.about-connect-actions .contact-inline {
  justify-content: flex-start;
}

.about-connect-actions .contact-inline a {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 1080px) {
  .about-signature-grid,
  .founder-layout,
  .about-connect-shell {
    grid-template-columns: 1fr;
  }

  .about-signature-visual {
    height: 460px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-connect-shell {
    padding: 38px 30px;
  }
}

@media (max-width: 780px) {
  .about-signature-hero {
    padding: 30px 0 76px;
  }

  .about-signature-visual {
    height: 360px;
    border-radius: 22px;
  }

  .about-visual-accent {
    width: 46%;
    height: 122px;
    border-width: 4px;
  }

  .founder-profile,
  .founder-story {
    padding: 26px 20px;
  }

  .about-connect {
    padding-bottom: 92px;
  }

  .about-connect-shell {
    padding: 30px 20px;
    border-radius: 24px;
  }
}

.services-hero {
  padding: 52px 0 96px;
  background:
    radial-gradient(circle at 84% 10%, rgba(200, 160, 91, 0.16), transparent 38%),
    linear-gradient(180deg, #f9f5ed 0%, #f1e8da 100%);
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.services-hero-copy h1 {
  max-width: 11ch;
  color: var(--navy-900);
}

.services-hero-copy > p {
  margin-top: 20px;
  max-width: 45ch;
}

.services-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.services-hero-visual {
  position: relative;
  height: 550px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.services-hero-main,
.services-hero-accent {
  margin: 0;
}

.services-hero-main {
  position: absolute;
  inset: 0;
}

.services-hero-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero-accent {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: min(280px, 46%);
  height: 176px;
  border-radius: 16px;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 48px rgba(3, 11, 25, 0.25);
}

.services-hero-accent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-navigator {
  padding: 0 0 110px;
  background: #f1e8da;
}

.service-nav-layout {
  display: grid;
  grid-template-columns: 0.74fr 1.26fr;
  gap: 24px;
}

.service-tab-list {
  display: grid;
  gap: 12px;
}

.service-tab {
  text-align: left;
  padding: 18px 18px;
  border-radius: 14px;
  border: 1px solid rgba(8, 28, 59, 0.1);
  background: rgba(255, 255, 255, 0.72);
  color: var(--navy-900);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.service-tab:hover,
.service-tab:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(8, 28, 59, 0.08);
}

.service-tab.is-active {
  background: linear-gradient(135deg, rgba(7, 26, 53, 0.96), rgba(3, 14, 31, 0.98));
  border-color: rgba(215, 182, 125, 0.28);
  color: #fff;
}

.service-panel-wrap {
  position: relative;
  min-height: 318px;
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(8, 28, 59, 0.08);
  box-shadow: var(--shadow-soft);
}

.service-panel {
  display: none;
}

.service-panel.is-active {
  display: block;
}

.service-panel h3 {
  margin-bottom: 14px;
  color: var(--navy-900);
}

.service-panel ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--text-700);
}

.service-panel li + li {
  margin-top: 9px;
}

.services-detail-band {
  padding: 0 0 110px;
  background: #fff;
}

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

.service-detail-card {
  padding: 30px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(200, 160, 91, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 242, 232, 0.84));
  box-shadow: var(--shadow-soft);
}

.service-detail-card h3 {
  margin-bottom: 12px;
}

.service-method {
  padding: 104px 0;
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.method-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}

.method-copy h2,
.method-copy p {
  color: #fff;
}

.method-copy p:not(.eyebrow) {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.76);
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.method-steps li {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid rgba(215, 182, 125, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.method-steps span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-300);
  font-size: 1.1rem;
  font-weight: 700;
}

.method-steps p {
  color: rgba(255, 255, 255, 0.75);
}

.services-cta {
  padding: 0 0 112px;
  background: linear-gradient(180deg, #fff 0%, #f7f2e8 100%);
}

.services-cta-shell {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(8, 28, 59, 0.09);
  box-shadow: var(--shadow-soft);
}

.services-cta-copy h2 {
  color: var(--navy-900);
}

.services-cta-copy p:not(.eyebrow) {
  margin-top: 16px;
}

.services-cta-actions {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.services-cta-actions .contact-inline {
  justify-content: flex-start;
}

.contact-hero {
  padding: 52px 0 88px;
  background:
    radial-gradient(circle at 16% 18%, rgba(200, 160, 91, 0.18), transparent 38%),
    linear-gradient(180deg, #fbf8f1 0%, #f2eade 100%);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 30px;
  align-items: center;
}

.contact-hero-copy h1 {
  max-width: 11ch;
  color: var(--navy-900);
}

.contact-hero-copy > p {
  margin-top: 20px;
  max-width: 46ch;
}

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

.contact-quick-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(8, 28, 59, 0.08);
  box-shadow: var(--shadow-soft);
}

.contact-quick-card span {
  color: var(--text-700);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-quick-card strong {
  color: var(--navy-900);
  font-size: 1rem;
}

.contact-hero-panel {
  padding: 38px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(7, 26, 53, 0.98), rgba(3, 14, 31, 0.98));
  color: var(--white);
  box-shadow: var(--shadow-deep);
}

.contact-panel-label {
  margin: 0 0 14px;
  color: rgba(231, 205, 150, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  font-weight: 800;
}

.contact-hero-panel h2,
.contact-hero-panel p {
  color: var(--white);
}

.contact-hero-panel p:not(.contact-panel-label) {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-panel-points {
  margin: 24px 0 0;
  padding-left: 18px;
}

.contact-panel-points li + li {
  margin-top: 10px;
}

.contact-main {
  padding: 0 0 116px;
  background: linear-gradient(180deg, #f2eade 0%, #ffffff 100%);
}

.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.compact-head {
  margin-bottom: 22px;
}

.compact-head h2 {
  font-size: clamp(2rem, 3.6vw, 3.4rem);
}

.contact-map-panel {
  padding: 18px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-soft);
}

.map-frame {
  overflow: hidden;
  border-radius: 24px;
  min-height: 420px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.contact-map-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-map-details article {
  padding: 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(247, 242, 232, 0.92), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(8, 28, 59, 0.08);
}

.contact-map-details span {
  display: block;
  margin-bottom: 8px;
  color: var(--text-700);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-map-details strong {
  color: var(--navy-900);
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .services-hero-grid,
  .service-nav-layout,
  .services-detail-grid,
  .method-layout,
  .services-cta-shell,
  .contact-hero-grid,
  .contact-main-grid,
  .contact-map-details {
    grid-template-columns: 1fr;
  }

  .services-hero-visual {
    height: 430px;
  }

  .service-panel-wrap {
    min-height: 0;
  }

  .services-cta-shell {
    padding: 34px 28px;
  }

  .contact-quick-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .services-hero {
    padding: 30px 0 76px;
  }

  .services-hero-visual {
    height: 340px;
    border-radius: 22px;
  }

  .services-hero-accent {
    width: 52%;
    height: 124px;
    border-width: 4px;
  }

  .service-navigator,
  .services-detail-band {
    padding-bottom: 86px;
  }

  .service-panel-wrap,
  .service-detail-card,
  .services-cta-shell {
    padding: 24px 20px;
  }

  .services-cta {
    padding-bottom: 92px;
  }

  .services-cta-actions .button {
    width: 100%;
  }

  .contact-hero {
    padding: 30px 0 72px;
  }

  .contact-hero-panel,
  .contact-map-panel {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .contact-main {
    padding-bottom: 92px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 300px;
  }
}

.starter-hero {
  position: relative;
  padding: 110px 0 94px;
  background: linear-gradient(180deg, #f8f4ec, #ffffff);
}

.starter-hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 40px;
}

.starter-hero-copy p:not(.eyebrow) {
  margin-top: 16px;
}

.starter-hero-visual {
  min-height: 420px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.starter-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.starter-section {
  padding: 0 0 96px;
}

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

.starter-card {
  padding: 30px 28px;
  border-radius: var(--radius-md);
  background: var(--white);
  border: 1px solid rgba(200, 160, 91, 0.2);
  box-shadow: var(--shadow-soft);
}

.starter-card p {
  margin-top: 10px;
}

@media (max-width: 1080px) {
  .starter-hero-grid,
  .starter-card-grid {
    grid-template-columns: 1fr;
  }

  .starter-hero-visual {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .starter-hero {
    padding: 86px 0 80px;
  }

  .starter-section {
    padding: 0 0 80px;
  }

  .starter-card {
    padding: 26px 22px;
  }
}

.page-intro-simple {
  padding: 72px 0 96px;
}

.page-intro-copy {
  max-width: 760px;
  margin: 14px auto 0;
  text-align: center;
}

.media-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.media-card {
  margin: 0;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background: #f0ece3;
  box-shadow: var(--shadow-soft);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.media-card:hover img,
.media-card:focus-within img {
  transform: scale(1.03);
}

.media-card-tall {
  min-height: 420px;
}

.media-card-wide {
  grid-column: span 2;
}

.media-wall-portfolio .media-card {
  min-height: 320px;
}

@media (max-width: 1080px) {
  .media-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .media-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 780px) {
  .page-intro-simple {
    padding: 40px 0 80px;
  }

  .media-wall {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .media-card,
  .media-card-tall,
  .media-wall-portfolio .media-card {
    min-height: 240px;
  }

  .media-card-wide {
    grid-column: span 1;
  }
}