:root {
  --ink: #171a18;
  --muted: #66706d;
  --cream: #f8f3ea;
  --paper: #fffaf1;
  --navy: #122336;
  --navy-2: #1d2e3e;
  --gold: #d7ba6b;
  --gold-2: #f0d68a;
  --line: rgba(23, 26, 24, 0.16);
  --white: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 28px clamp(20px, 4.5vw, 70px);
  color: var(--white);
  letter-spacing: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(142px, 16vw, 210px);
}

.brand img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.32));
}

.main-nav {
  justify-self: center;
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  font-size: 0.73rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.main-nav a,
.header-cta {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.main-nav a:hover {
  color: var(--gold-2);
}

.header-cta {
  border: 1px solid rgba(240, 214, 138, 0.9);
  padding: 14px 18px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.header-cta:hover {
  background: var(--gold);
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 120px clamp(20px, 4.8vw, 88px) 80px;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 28%;
  background: #102031;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(10, 24, 38, 0.86) 0%, rgba(10, 24, 38, 0.48) 22%, rgba(10, 24, 38, 0) 44%),
    linear-gradient(90deg, rgba(12, 27, 42, 0.92) 0%, rgba(16, 34, 49, 0.75) 37%, rgba(16, 26, 34, 0.2) 100%),
    linear-gradient(0deg, rgba(9, 19, 29, 0.82) 0%, rgba(9, 19, 29, 0.06) 48%, rgba(9, 19, 29, 0.48) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(780px, 100%);
  padding-top: 5vh;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: 0.99rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.hero .eyebrow {
  color: var(--gold-2);
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 7vw, 7.5rem);
  line-height: 0.91;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.hero-copy {
  width: min(640px, 100%);
  margin-bottom: 30px;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 1px solid var(--gold);
  padding: 15px 22px;
  color: var(--ink);
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

.button.secondary {
  color: var(--white);
  background: transparent;
}

.button:hover {
  background: var(--gold-2);
}

.button.secondary:hover {
  color: var(--ink);
}

.hero-note {
  position: absolute;
  right: clamp(20px, 4.8vw, 88px);
  bottom: 48px;
  z-index: 1;
  width: min(350px, calc(100% - 40px));
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  color: rgba(255, 253, 248, 0.86);
  line-height: 1.55;
  overflow-wrap: break-word;
}

.hero-note strong {
  display: block;
  color: var(--white);
  margin-bottom: 8px;
}

.section-band {
  padding: clamp(70px, 10vw, 140px) clamp(20px, 6vw, 110px);
}

.personal-section {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
  padding: clamp(58px, 7vw, 92px) clamp(20px, 5vw, 88px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.personal-intro {
  display: block;
  text-align: left;
}

.personal-profiles {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.05fr) minmax(260px, 0.9fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: stretch;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.7);
}

.personal-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 42%;
  border: 1px solid var(--line);
}

.personal-image-right img {
  object-position: center 38%;
}

.personal-intro h2 {
  max-width: none;
  margin-bottom: 24px;
  font-size: clamp(1.03rem, 2.03vw, 2.34rem);
  line-height: 0.96;
  white-space: nowrap;
}

.personal-copy h3 {
  margin-bottom: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.7vw, 3.2rem);
  font-weight: 500;
  line-height: 1;
}

.personal-copy {
  align-self: center;
  text-align: left;
}

.profile-block + .profile-block {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.profile-block-left {
  text-align: left;
}

.profile-block-right {
  text-align: right;
}

.profile-block-left p {
  margin-right: auto;
}

.profile-block-right p {
  margin-left: auto;
}

.profile-role {
  margin-bottom: 18px;
  color: #8a6c29;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.personal-copy p {
  max-width: 620px;
  color: #4d5653;
  font-size: 1.03rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  border-bottom: 1px solid var(--gold);
  color: #8a6c29;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.intro {
  display: grid;
  grid-template-columns: minmax(170px, 0.6fr) minmax(320px, 1.6fr) minmax(260px, 1.1fr);
  gap: clamp(24px, 5vw, 80px);
  align-items: start;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.4vw, 5rem);
  line-height: 0.98;
}

.intro p {
  margin-bottom: 0;
  color: #4c5552;
  font-size: 1.05rem;
  line-height: 1.8;
}

.services,
.difference,
.testimonials,
.process,
.proof,
.contact {
  padding: clamp(72px, 10vw, 138px) clamp(20px, 5vw, 88px);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.services .section-heading,
.testimonials .section-heading {
  display: grid;
  justify-content: end;
  text-align: right;
}

.services .section-heading .eyebrow,
.testimonials .section-heading .eyebrow {
  margin-bottom: 12px;
}

.section-heading h2,
.difference h2,
.process h2,
.proof h2,
.contact h2,
.feature-copy h2 {
  max-width: none;
  margin-bottom: 0;
  font-size: clamp(1.03rem, 2vw, 2.47rem);
  line-height: 0.95;
  white-space: nowrap;
}

.section-heading.compact {
  display: block;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 310px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.66);
}

.service-number {
  display: block;
  margin-bottom: 56px;
  color: #9d7b32;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-card h3,
.process h3 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 2vw, 2.4rem);
  font-weight: 500;
  line-height: 1.05;
}

.service-card p,
.difference p,
.testimonial-card blockquote,
.process p,
.feature-copy p,
.proof-list p,
.contact p {
  color: #4d5653;
  line-height: 1.72;
}

.difference {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
  background: var(--navy);
  color: var(--white);
  border-top: 1px solid rgba(255, 253, 248, 0.16);
  border-bottom: 1px solid rgba(255, 253, 248, 0.16);
}

.difference .eyebrow {
  color: var(--gold-2);
}

.difference-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 253, 248, 0.18);
}

.difference-list article {
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
}

.difference-list h3 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 2.15rem);
  font-weight: 500;
  line-height: 1.08;
}

.difference-list p {
  max-width: 680px;
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.76);
}

.testimonials {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.testimonial-card {
  display: grid;
  align-content: space-between;
  min-height: 310px;
  margin: 0;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.76);
}

.testimonial-card blockquote {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2.15rem);
  line-height: 1.18;
  color: var(--ink);
}

.testimonial-card figcaption {
  display: grid;
  gap: 5px;
  margin-top: 34px;
  color: #6c706b;
  font-size: 0.82rem;
}

.testimonial-card strong {
  color: #8a6c29;
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.testimonial-card span {
  color: #59615e;
}

.feature-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  padding: clamp(72px, 9vw, 128px) clamp(20px, 5vw, 88px);
  background: var(--navy);
  color: var(--white);
}

.feature-row.reverse {
  grid-template-columns: 0.9fr 1.1fr;
  background: #20251f;
}

.feature-row.reverse .feature-image {
  order: 2;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 1.12 / 1;
  object-fit: cover;
  border: 1px solid rgba(255, 253, 248, 0.18);
}

.feature-copy p,
.feature-copy .check-list {
  color: rgba(255, 253, 248, 0.78);
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 9px;
  height: 9px;
  border: 2px solid var(--gold);
  border-radius: 999px;
}

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

.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.process-steps article {
  padding: 28px;
  border: 1px solid var(--line);
}

.process-steps span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 70px;
  border: 1px solid var(--gold);
  color: #785d22;
  font-weight: 900;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  background: var(--navy);
  color: var(--white);
}

.trust-strip span {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 22px;
  border-right: 1px solid rgba(255, 253, 248, 0.18);
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.trust-strip span:last-child {
  border-right: 0;
}

.proof {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

.proof-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.proof-list p {
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.15rem, 2vw, 1.7rem);
  color: var(--ink);
}

.contact {
  display: grid;
  grid-template-columns: 0.78fr 1fr;
  gap: clamp(32px, 6vw, 90px);
  background: var(--navy-2);
  color: var(--white);
}

.contact h2 {
  margin-bottom: 24px;
}

.contact p {
  color: rgba(255, 253, 248, 0.78);
}

.contact-direct {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  color: var(--gold-2);
  font-weight: 800;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: start;
  padding: clamp(24px, 4vw, 42px);
  background: var(--paper);
  color: var(--ink);
}

.quote-form[hidden] {
  display: none;
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: #4d5653;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(23, 26, 24, 0.24);
  border-radius: 0;
  padding: 14px 13px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.span-all,
.quote-form .button,
.form-note {
  grid-column: 1 / -1;
}

.quote-form .button {
  width: fit-content;
}

.quote-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-note {
  margin: 0;
  color: #6b716d;
  font-size: 0.95rem;
}

.form-confirmation {
  align-self: start;
  padding: clamp(28px, 4vw, 46px);
  background: var(--paper);
  color: var(--ink);
}

.form-confirmation h3 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 500;
  line-height: 0.98;
}

.form-confirmation p {
  margin-bottom: 26px;
  color: #4d5653;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 88px);
  background: #121814;
  color: rgba(255, 253, 248, 0.72);
  font-size: 0.82rem;
}

.site-footer span {
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 1000px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .intro,
  .personal-intro,
  .personal-profiles,
  .difference,
  .feature-row,
  .feature-row.reverse,
  .proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .feature-row.reverse .feature-image {
    order: 0;
  }

  .service-grid,
  .testimonial-grid,
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip span {
    min-height: 72px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 253, 248, 0.18);
  }

  .trust-strip span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 18px;
  }

  .header-cta {
    width: fit-content;
    padding: 12px 14px;
  }

  .hero {
    min-height: 760px;
    padding: 170px 18px 42px;
    align-items: start;
  }

  .hero-content {
    width: min(100%, 330px);
    padding-top: 0;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(2.45rem, 10.5vw, 2.9rem);
    line-height: 1;
    text-wrap: normal;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1rem;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: min(100%, 330px);
    margin-top: 38px;
  }

  .section-band,
  .personal-section,
  .services,
  .difference,
  .testimonials,
  .process,
  .proof,
  .contact,
  .feature-row {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-grid,
  .testimonial-grid,
  .process-steps,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .service-number,
  .process-steps span {
    margin-bottom: 32px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button,
  .quote-form .button {
    width: 100%;
  }
}
