/* Page-specific styles ported from static HTML */

.ihs-form-notice { max-width: 640px; margin: 0 auto 24px; padding: 14px 18px; border: 1px solid var(--navy-border); font-size: 14px; }
.ihs-form-notice--success { border-color: var(--gold); color: var(--gold-light); }
.ihs-form-notice--error { border-color: #a35; color: #f0c; }
.ihs-hp { display: none; }
.screen-reader-text { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; }

.engagement-section {
  border-top: 1px solid var(--navy-border);
}
.engagement-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: start;
}
.engagement-copy {
  padding-top: 28px;
  border-top: 1px solid var(--gold-dim);
}
.engagement-copy p {
  margin-bottom: 18px;
  color: var(--white-dim);
  font-size: 15px;
  line-height: 1.8;
}
.engagement-copy .btn { margin-top: 16px; }

.reference-note {
  max-width: 760px;
  padding: 72px 0;
}
.reference-note .section-heading { margin-bottom: 22px; }
.reference-note p {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--white-dim);
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .engagement-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Homepage */
#hero {
      position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 150px 0 110px;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        linear-gradient(105deg, rgba(7,10,15,0.92) 0%, rgba(7,10,15,0.55) 48%, rgba(7,10,15,0.35) 100%),
        radial-gradient(ellipse 90% 70% at 70% 40%, rgba(197,184,165,0.12) 0%, transparent 55%),
        linear-gradient(160deg, #070A0F 0%, #0E131B 45%, #161E2A 100%);
    }
    .hero-leaf {
      position: absolute;
      inset: 0;
      opacity: 0.12;
      background-image:
        radial-gradient(ellipse 2px 40px at 18% 30%, rgba(197,184,165,0.25) 0%, transparent 70%),
        radial-gradient(ellipse 2px 55px at 72% 55%, rgba(197,184,165,0.18) 0%, transparent 70%),
        radial-gradient(ellipse 1.5px 30px at 88% 22%, rgba(197,184,165,0.2) 0%, transparent 70%);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      max-width: 880px;
    }
    .hero-kicker {
      margin-bottom: 34px;
      color: var(--gold);
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      animation: heroRise 0.9s ease both;
    }
    .hero-title {
      font-family: var(--font-serif);
      font-size: clamp(3.2rem, 7vw, 6.6rem);
      font-weight: 400;
      line-height: 0.98;
      letter-spacing: -0.035em;
      color: var(--white);
      margin-bottom: 30px;
      max-width: 850px;
      animation: heroRise 0.9s 0.12s ease both;
    }
    .hero-sub {
      font-size: 15px;
      font-weight: 300;
      color: var(--white-dim);
      line-height: 1.75;
      max-width: 520px;
      margin-bottom: 44px;
      animation: heroRise 0.9s 0.22s ease both;
    }
    .hero-actions {
      display: flex;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
      animation: heroRise 0.9s 0.32s ease both;
    }
    .hero-work-link {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      padding: 14px 20px;
      color: var(--white-dim);
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      transition: color 0.25s ease;
    }
    .hero-work-link span {
      color: var(--gold);
      transition: transform 0.25s ease;
    }
    .hero-work-link:hover { color: var(--white); }
    .hero-work-link:hover span { transform: translateY(3px); }
    @keyframes heroRise {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .expertise-line {
      border-top: 1px solid var(--navy-border);
      border-bottom: 1px solid var(--navy-border);
      background: var(--navy);
    }
    .expertise-line .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 72px;
      gap: 24px;
    }
    .expertise-line span {
      font-size: 10px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--white-faint);
    }
    .expertise-line span + span::before {
      content: '';
      display: inline-block;
      width: 34px;
      height: 1px;
      margin-right: 34px;
      vertical-align: middle;
      background: var(--navy-border);
    }
    .capability-list {
      border-top: 1px solid var(--navy-border);
    }
    .capability-row {
      display: grid;
      grid-template-columns: 72px minmax(0, 1fr) auto;
      gap: 30px;
      align-items: center;
      padding: 34px 0;
      border-bottom: 1px solid var(--navy-border);
    }
    .capability-number {
      color: var(--gold-dim);
      font-family: var(--font-serif);
      font-size: 1.15rem;
    }
    .capability-copy {
      display: grid;
      grid-template-columns: minmax(180px, 0.55fr) minmax(240px, 1fr);
      gap: 36px;
      align-items: baseline;
    }
    .capability-copy h3 {
      color: var(--white);
      font-family: var(--font-serif);
      font-size: clamp(1.6rem, 3vw, 2.25rem);
      font-weight: 400;
    }
    .capability-copy p {
      max-width: 500px;
      color: var(--white-dim);
      font-size: 14px;
      line-height: 1.7;
    }
    .capability-detail {
      color: var(--white-faint);
      font-size: 9px;
      letter-spacing: 0.13em;
      text-align: right;
      text-transform: uppercase;
    }
    .capabilities-link {
      margin-top: 38px;
      text-align: right;
    }
    .capabilities-link a {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--gold);
      font-size: 11px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }
    #services { padding: var(--section-pad); }
    .services-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: end;
      margin-bottom: 72px;
    }
    .services-header p { color: var(--white-dim); font-size: 15px; line-height: 1.8; }
    #work {
      padding: var(--section-pad);
      background: var(--navy-mid);
      border-top: 1px solid var(--navy-border);
    }
    #process {
      padding: var(--section-pad);
      border-top: 1px solid var(--navy-border);
    }
    #process .process-steps {
      gap: 24px;
    }
    #process .process-steps::before {
      display: none;
    }
    #process .process-step {
      text-align: left;
    }
    #process .step-circle {
      width: 100%;
      height: auto;
      margin: 0 0 26px;
      padding-top: 18px;
      justify-content: flex-start;
      border: 0;
      border-top: 1px solid var(--navy-border);
      border-radius: 0;
      background: transparent;
    }
    #process .process-step:hover .step-circle {
      border-color: var(--gold-dim);
      background: transparent;
    }
    #process .process-step:hover .step-num {
      color: var(--gold);
    }
    #process .step-title {
      font-size: 1.4rem;
    }
    #cta-band {
      padding: 100px 24px;
      background:
        radial-gradient(ellipse 60% 80% at 30% 50%, rgba(197,184,165,0.06) 0%, transparent 60%),
        var(--navy);
      border-top: 1px solid var(--navy-border);
      text-align: center;
    }
    #cta-band .section-heading { margin: 12px 0 20px; }
    #cta-band p { color: var(--white-dim); font-size: 15px; max-width: 520px; margin: 0 auto 40px; }
    .cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
    @media (max-width: 768px) {
      .services-header { grid-template-columns: 1fr; gap: 24px; }
      #hero { padding: 120px 0 72px; align-items: center; }
      .hero-title { font-size: clamp(2.75rem, 14vw, 4.4rem); }
      .expertise-line .container { justify-content: flex-start; overflow: hidden; }
      .expertise-line span { white-space: nowrap; }
      .expertise-line span + span::before { width: 18px; margin-right: 18px; }
      .capability-row { grid-template-columns: 40px 1fr; gap: 16px; }
      .capability-copy { grid-template-columns: 1fr; gap: 10px; }
      .capability-detail { display: none; }
      .capabilities-link { text-align: left; }
    }

/* Portfolio */
#portfolio-section { padding: var(--section-pad); }
    .case-stack {
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    .case-study {
      display: grid;
      grid-template-columns: 1.05fr 0.95fr;
      gap: 0;
      border: 1px solid var(--navy-border);
      background: var(--navy-card);
      overflow: hidden;
    }
    .case-study:nth-child(even) {
      direction: rtl;
    }
    .case-study:nth-child(even) > * {
      direction: ltr;
    }
    .case-visual {
      position: relative;
      min-height: 380px;
      padding: 48px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      overflow: hidden;
    }
    .case-visual::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 70% 80% at 85% 15%, rgba(197,184,165,0.16) 0%, transparent 55%),
        linear-gradient(160deg, #0B1018 0%, #131A24 55%, #0E131B 100%);
    }
    .case-study--jacques .case-visual::before {
      background:
        radial-gradient(ellipse 55% 60% at 20% 80%, rgba(197,184,165,0.14) 0%, transparent 50%),
        linear-gradient(200deg, #0B1018 0%, #182230 45%, #0E131B 100%);
    }
    .case-study--app .case-visual::before {
      background:
        radial-gradient(ellipse 60% 70% at 70% 30%, rgba(197,184,165,0.18) 0%, transparent 50%),
        linear-gradient(145deg, #0E131B 0%, #161E2A 50%, #0B1018 100%);
    }
    .case-mark {
      position: absolute;
      top: 36px;
      right: 40px;
      font-family: var(--font-serif);
      font-size: clamp(4rem, 9vw, 7rem);
      line-height: 1;
      color: rgba(197,184,165,0.14);
      pointer-events: none;
    }
    .case-visual-inner { position: relative; z-index: 1; }
    .case-url {
      font-size: 12px;
      color: var(--white-faint);
      letter-spacing: 0.04em;
      margin-top: 8px;
    }
    .case-content {
      padding: 56px 48px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .case-content .tag { margin-bottom: 16px; }
    .case-content h2 {
      font-family: var(--font-serif);
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      font-weight: 400;
      color: var(--white);
      line-height: 1.15;
      margin-bottom: 8px;
    }
    .case-role {
      font-size: 14px;
      color: var(--gold);
      margin-bottom: 24px;
    }
    .case-content p {
      font-size: 15px;
      color: var(--white-dim);
      line-height: 1.85;
      margin-bottom: 16px;
    }
    .case-content p:last-of-type { margin-bottom: 32px; }
    .case-points {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 36px;
    }
    .case-points li {
      font-size: 13px;
      color: var(--white-faint);
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .case-points li::before {
      content: '';
      width: 18px;
      height: 1px;
      background: var(--gold);
      flex-shrink: 0;
    }
    .case-actions {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }
    #portfolio-cta {
      padding: 100px 24px;
      text-align: center;
      border-top: 1px solid var(--navy-border);
    }
    #portfolio-cta .section-heading { margin: 12px 0 20px; }
    #portfolio-cta p { color: var(--white-dim); font-size: 15px; max-width: 480px; margin: 0 auto 40px; }
    @media (max-width: 900px) {
      .case-study,
      .case-study:nth-child(even) {
        grid-template-columns: 1fr;
        direction: ltr;
      }
      .case-visual { min-height: 260px; }
      .case-content { padding: 40px 28px; }
    }

/* About */
/* ── Story section ── */
    #story {
      padding: var(--section-pad);
      border-bottom: 1px solid var(--navy-border);
    }
    .story-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .story-text h2 {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 300;
      line-height: 1.2;
      margin: 12px 0 24px;
    }
    .story-text h2 em { font-style: italic; color: var(--gold-light); }
    .story-text p {
      color: var(--white-dim);
      font-size: 15px;
      line-height: 1.9;
      margin-bottom: 16px;
    }
    .story-text p:last-child { margin-bottom: 0; }
    .story-visual {
      position: relative;
    }
    .story-box {
      background: var(--navy-card);
      border: 1px solid var(--navy-border);
      padding: 56px;
      position: relative;
      overflow: hidden;
    }
    .story-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: linear-gradient(to right, var(--gold), transparent);
    }
    .story-box-quote {
      font-family: var(--font-serif);
      font-size: clamp(1.3rem, 2.5vw, 1.8rem);
      font-style: italic;
      font-weight: 300;
      color: var(--white);
      line-height: 1.5;
      margin-bottom: 28px;
    }
    .story-box-author strong {
      display: block;
      font-size: 14px;
      font-weight: 600;
      color: var(--white);
    }
    .story-box-author span {
      font-size: 12px;
      color: var(--gold);
      letter-spacing: 0.08em;
    }
    .story-box-accent {
      font-family: var(--font-serif);
      font-size: 7rem;
      font-weight: 300;
      color: rgba(197,184,165,0.07);
      position: absolute;
      top: 20px;
      right: 30px;
      line-height: 1;
    }
    /* ── Values ── */
    #values {
      padding: var(--section-pad);
      background: var(--navy-mid);
      border-top: 1px solid var(--navy-border);
    }
    .values-header {
      text-align: center;
      margin-bottom: 64px;
    }
    .values-header p {
      color: var(--white-dim);
      font-size: 15px;
      max-width: 520px;
      margin: 16px auto 0;
    }
    .values-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .value-card {
      background: var(--navy-card);
      padding: 48px 36px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .value-card::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 1px;
      background: var(--gold);
      transition: width 0.4s ease;
    }
    .value-card:hover::after { width: 80%; }
    .value-icon {
      width: 52px;
      height: 52px;
      margin: 0 auto 24px;
      color: var(--gold);
    }
    .value-card h3 {
      font-family: var(--font-serif);
      font-size: 1.4rem;
      font-weight: 400;
      margin-bottom: 12px;
    }
    .value-card p {
      font-size: 13px;
      color: var(--white-faint);
      line-height: 1.7;
    }
    /* ── Full Process ── */
    #full-process {
      padding: var(--section-pad);
      border-top: 1px solid var(--navy-border);
    }
    .full-process-grid {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 80px;
      align-items: start;
    }
    .full-process-intro h2 {
      font-family: var(--font-serif);
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 300;
      margin: 12px 0 20px;
    }
    .full-process-intro h2 em { font-style: italic; color: var(--gold-light); }
    .full-process-intro p {
      font-size: 14px;
      color: var(--white-dim);
      line-height: 1.8;
      margin-bottom: 32px;
    }
    .process-list {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
    .process-list-item {
      display: grid;
      grid-template-columns: 80px 1fr;
      gap: 24px;
      padding: 36px 0;
      border-bottom: 1px solid var(--navy-border);
      align-items: start;
    }
    .process-list-item:first-child { border-top: 1px solid var(--navy-border); }
    .process-list-num {
      font-family: var(--font-serif);
      font-size: 2rem;
      font-weight: 300;
      color: var(--gold-dim);
      line-height: 1;
      padding-top: 4px;
    }
    .process-list-content h3 {
      font-family: var(--font-serif);
      font-size: 1.3rem;
      font-weight: 400;
      color: var(--white);
      margin-bottom: 8px;
    }
    .process-list-content p {
      font-size: 14px;
      color: var(--white-faint);
      line-height: 1.7;
    }
    /* ── Team ── */
    #team {
      padding: var(--section-pad);
      background: var(--navy-mid);
      border-top: 1px solid var(--navy-border);
    }
    .team-header {
      text-align: center;
      margin-bottom: 64px;
    }
    .team-header p {
      color: var(--white-dim);
      font-size: 15px;
      max-width: 520px;
      margin: 16px auto 0;
    }
    .team-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .team-card {
      background: var(--navy-card);
      overflow: hidden;
    }
    .team-avatar {
      aspect-ratio: 1;
      background: var(--navy);
      border-bottom: 1px solid var(--navy-border);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .team-avatar-initials {
      font-family: var(--font-serif);
      font-size: 4rem;
      font-weight: 300;
      color: rgba(197,184,165,0.25);
    }
    .team-avatar::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 60% 40%, rgba(197,184,165,0.06) 0%, transparent 60%);
    }
    .team-info {
      padding: 28px 28px 32px;
    }
    .team-info h3 {
      font-family: var(--font-serif);
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: 4px;
    }
    .team-info .role {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 14px;
      display: block;
    }
    .team-info p {
      font-size: 13px;
      color: var(--white-faint);
      line-height: 1.7;
    }
    /* ── Stats ── */
    #about-stats {
      padding: 80px 24px;
      border-top: 1px solid var(--navy-border);
    }
    @media (max-width: 1024px) {
      .values-grid { grid-template-columns: 1fr 1fr; }
      .team-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 768px) {
      .story-grid { grid-template-columns: 1fr; gap: 40px; }
      .full-process-grid { grid-template-columns: 1fr; gap: 40px; }
      .values-grid { grid-template-columns: 1fr; }
      .team-grid { grid-template-columns: 1fr; }
    }

/* Services */
/* ── Service deep-dive sections ── */
    .service-detail {
      padding: var(--section-pad);
      border-bottom: 1px solid var(--navy-border);
    }
    .service-detail:nth-child(even) {
      background: var(--navy-mid);
    }
    .service-detail-inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .service-detail:nth-child(even) .service-detail-inner {
      direction: rtl;
    }
    .service-detail:nth-child(even) .service-detail-inner > * {
      direction: ltr;
    }
    .service-detail-text h2 {
      font-family: var(--font-serif);
      font-size: clamp(2rem, 3.5vw, 2.8rem);
      font-weight: 300;
      line-height: 1.2;
      margin: 12px 0 20px;
    }
    .service-detail-text h2 em {
      font-style: italic;
      color: var(--gold-light);
    }
    .service-detail-text p {
      color: var(--white-dim);
      font-size: 15px;
      line-height: 1.9;
      margin-bottom: 20px;
    }
    .service-detail-features {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 24px;
      margin: 28px 0 36px;
    }
    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 13px;
      color: var(--white-dim);
    }
    .feature-item::before {
      content: '';
      display: block;
      width: 16px;
      height: 1px;
      background: var(--gold);
      margin-top: 9px;
      flex-shrink: 0;
    }
    .service-detail-visual {
      position: relative;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .service-visual-box {
      width: 100%;
      aspect-ratio: 4/3;
      background: var(--navy-card);
      border: 1px solid var(--navy-border);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
    }
    .service-visual-box::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        linear-gradient(135deg, rgba(197,184,165,0.04) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(197,184,165,0.06) 0%, transparent 50%);
    }
    .service-visual-number {
      font-family: var(--font-serif);
      font-size: 10rem;
      font-weight: 300;
      color: rgba(197,184,165,0.08);
      line-height: 1;
      position: relative;
    }
    .service-visual-label {
      position: absolute;
      bottom: 28px;
      left: 28px;
      right: 28px;
    }
    .service-visual-label span {
      display: block;
      font-size: 10px;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 6px;
    }
    .service-visual-label h3 {
      font-family: var(--font-serif);
      font-size: 1.4rem;
      font-weight: 300;
      color: var(--white);
    }
    /* ── Packages section ── */
    #packages {
      padding: var(--section-pad);
      background: var(--navy);
    }
    .packages-header {
      text-align: center;
      margin-bottom: 64px;
    }
    .packages-header p {
      color: var(--white-dim);
      font-size: 15px;
      max-width: 520px;
      margin: 16px auto 0;
    }
    .packages-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 2px;
    }
    .package-card {
      background: var(--navy-card);
      padding: 48px 36px;
      position: relative;
      border-top: 2px solid transparent;
      transition: border-color 0.3s;
    }
    .package-card.featured {
      border-top-color: var(--gold);
    }
    .package-card:hover { border-top-color: var(--gold); }
    .package-badge {
      display: inline-block;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--navy);
      background: var(--gold);
      padding: 4px 12px;
      margin-bottom: 24px;
    }
    .package-name {
      font-family: var(--font-serif);
      font-size: 1.8rem;
      font-weight: 300;
      margin-bottom: 8px;
    }
    .package-tagline {
      font-size: 13px;
      color: var(--white-faint);
      margin-bottom: 28px;
      line-height: 1.6;
    }
    .package-divider {
      width: 40px;
      height: 1px;
      background: var(--gold-dim);
      margin-bottom: 28px;
    }
    .package-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      margin-bottom: 36px;
    }
    .package-features li {
      font-size: 13px;
      color: var(--white-dim);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .package-features li::before {
      content: '';
      display: block;
      width: 14px;
      height: 1px;
      background: var(--gold);
      flex-shrink: 0;
    }
    @media (max-width: 1024px) {
      .service-detail-inner { grid-template-columns: 1fr; gap: 40px; }
      .service-detail:nth-child(even) .service-detail-inner { direction: ltr; }
      .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    }

/* Testimonials */
#testimonials-grid { padding: var(--section-pad); }
    .testimonials-full-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2px;
    }
    .testimonial-full-card {
      background: var(--navy-card);
      padding: 52px 44px;
      position: relative;
      border-top: 1px solid var(--navy-border);
      transition: border-top-color 0.3s;
    }
    .testimonial-full-card:hover {
      border-top-color: var(--gold);
    }
    .testimonial-full-stars {
      display: flex;
      gap: 4px;
      margin-bottom: 24px;
    }
    .star {
      width: 14px;
      height: 14px;
      color: var(--gold);
    }
    .testimonial-full-text {
      font-family: var(--font-serif);
      font-size: 1.1rem;
      font-style: italic;
      font-weight: 300;
      color: var(--white);
      line-height: 1.7;
      margin-bottom: 32px;
    }
    .testimonial-full-footer {
      display: flex;
      align-items: center;
      gap: 14px;
      border-top: 1px solid var(--navy-border);
      padding-top: 24px;
    }
    .testimonial-full-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--navy);
      border: 1px solid var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--font-serif);
      font-size: 1rem;
      color: var(--gold);
      flex-shrink: 0;
    }
    .testimonial-full-info strong {
      display: block;
      font-size: 13px;
      font-weight: 600;
      color: var(--white);
      margin-bottom: 2px;
    }
    .testimonial-full-info span {
      font-size: 11px;
      color: var(--gold);
      letter-spacing: 0.08em;
    }
    .testimonial-full-service-tag {
      position: absolute;
      top: 28px;
      right: 28px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--white-faint);
      border: 1px solid var(--navy-border);
      padding: 4px 10px;
    }
    /* ── Featured quote ── */
    #featured-quote {
      padding: 100px 24px;
      background: var(--navy-mid);
      border-top: 1px solid var(--navy-border);
      text-align: center;
    }
    .featured-quote-mark {
      font-family: var(--font-serif);
      font-size: 6rem;
      line-height: 0.5;
      color: var(--gold);
      opacity: 0.3;
      display: block;
      margin-bottom: 32px;
    }
    .featured-quote-text {
      font-family: var(--font-serif);
      font-size: clamp(1.4rem, 3vw, 2rem);
      font-style: italic;
      font-weight: 300;
      color: var(--white);
      max-width: 820px;
      margin: 0 auto 36px;
      line-height: 1.6;
    }
    .featured-quote-author strong { font-size: 15px; color: var(--white); display: block; }
    .featured-quote-author span { font-size: 12px; color: var(--gold); letter-spacing: 0.1em; }
    /* ── CTA ── */
    #testimonials-cta {
      padding: 100px 24px;
      text-align: center;
      border-top: 1px solid var(--navy-border);
    }
    #testimonials-cta .section-heading { margin: 12px 0 20px; }
    #testimonials-cta p { color: var(--white-dim); font-size: 15px; max-width: 480px; margin: 0 auto 40px; }
    @media (max-width: 768px) {
      .testimonials-full-grid { grid-template-columns: 1fr; }
    }

/* Contact */
/* ── Contact page layout ── */
    #contact-main {
      padding: var(--section-pad);
    }
    .contact-page-grid {
      display: grid;
      grid-template-columns: 1fr 1.4fr;
      gap: 80px;
      align-items: start;
    }
    /* Left column */
    .contact-page-left h2 {
      font-family: var(--font-serif);
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 300;
      margin: 12px 0 20px;
    }
    .contact-page-left h2 em { font-style: italic; color: var(--gold-light); }
    .contact-page-left > p {
      color: var(--white-dim);
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 48px;
    }
    /* Contact details */
    .contact-details-full {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin-bottom: 48px;
    }
    .contact-detail-full {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      padding: 24px 0;
      border-bottom: 1px solid var(--navy-border);
    }
    .contact-detail-full:first-child { border-top: 1px solid var(--navy-border); }
    .contact-detail-icon-lg {
      width: 44px;
      height: 44px;
      border: 1px solid var(--gold-dim);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--gold);
      flex-shrink: 0;
      margin-top: 2px;
    }
    .contact-detail-icon-lg svg { width: 18px; height: 18px; }
    .contact-detail-body strong {
      display: block;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--white-dim);
      margin-bottom: 4px;
    }
    .contact-detail-body span, .contact-detail-body a {
      font-size: 15px;
      color: var(--white);
      transition: color 0.2s;
    }
    .contact-detail-body a:hover { color: var(--gold); }
    /* Office hours */
    .office-hours {
      background: var(--navy-card);
      border: 1px solid var(--navy-border);
      padding: 28px 32px;
    }
    .office-hours h4 {
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 16px;
    }
    .hours-row {
      display: flex;
      justify-content: space-between;
      padding: 8px 0;
      border-bottom: 1px solid var(--navy-border);
      font-size: 13px;
    }
    .hours-row:last-child { border-bottom: none; }
    .hours-row .day { color: var(--white-dim); }
    .hours-row .time { color: var(--white); }
    /* Right column — form */
    .contact-form-card {
      background: var(--navy-card);
      border: 1px solid var(--navy-border);
      padding: 52px 44px;
    }
    .contact-form-card h3 {
      font-family: var(--font-serif);
      font-size: 1.6rem;
      font-weight: 300;
      margin-bottom: 8px;
    }
    .contact-form-card > p {
      font-size: 13px;
      color: var(--white-faint);
      margin-bottom: 36px;
      line-height: 1.6;
    }
    /* ── Why choose us strip ── */
    #why-us {
      padding: var(--section-pad);
      background: var(--navy-mid);
      border-top: 1px solid var(--navy-border);
    }
    .why-us-inner {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 80px;
      align-items: center;
    }
    .why-us-intro h2 {
      font-family: var(--font-serif);
      font-size: clamp(1.8rem, 3vw, 2.4rem);
      font-weight: 300;
      margin: 12px 0 20px;
      line-height: 1.2;
    }
    .why-us-intro h2 em { font-style: italic; color: var(--gold-light); }
    .why-us-intro p { font-size: 14px; color: var(--white-dim); line-height: 1.8; }
    .why-us-items {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }
    .why-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
    }
    .why-item-num {
      font-family: var(--font-serif);
      font-size: 1.4rem;
      font-weight: 300;
      color: var(--gold-dim);
      flex-shrink: 0;
      line-height: 1;
      padding-top: 2px;
    }
    .why-item-text h4 {
      font-family: var(--font-serif);
      font-size: 1.1rem;
      font-weight: 400;
      margin-bottom: 6px;
    }
    .why-item-text p { font-size: 13px; color: var(--white-faint); line-height: 1.6; }
    @media (max-width: 1024px) {
      .contact-page-grid { grid-template-columns: 1fr; gap: 56px; }
      .why-us-inner { grid-template-columns: 1fr; gap: 40px; }
    }
    @media (max-width: 768px) {
      .contact-form-card { padding: 32px 24px; }
      .why-us-items { grid-template-columns: 1fr; }
    }

/* Booking */
#booking-main { padding: var(--section-pad); }
    .booking-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 56px; align-items: start; }
    .booking-left h2 { font-family: var(--font-serif); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 300; margin: 12px 0 16px; }
    .booking-left h2 em { font-style: italic; color: var(--gold-light); }
    .booking-left p { color: var(--white-dim); font-size: 15px; line-height: 1.8; margin-bottom: 26px; }
    .booking-points { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .booking-points li { color: var(--white-dim); font-size: 14px; display: flex; align-items: center; gap: 10px; }
    .booking-points li::before { content: ""; width: 16px; height: 1px; background: var(--gold); display: block; }
    .booking-card { background: var(--navy-card); border: 1px solid var(--navy-border); padding: 40px; }
    .booking-card h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 300; margin-bottom: 10px; }
    .booking-card p { color: var(--white-faint); font-size: 13px; margin-bottom: 26px; }
    .slot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
    .slot { border: 1px solid var(--navy-border); color: var(--white-dim); font-size: 12px; text-align: center; padding: 12px 8px; }
    .slot:hover { border-color: var(--gold); color: var(--gold); }
    .calendar-placeholder { border: 1px dashed var(--gold-dim); padding: 18px; text-align: center; color: var(--white-faint); font-size: 12px; margin-top: 12px; }
    @media (max-width: 900px) { .booking-layout { grid-template-columns: 1fr; } .slot-grid { grid-template-columns: repeat(2, 1fr); } }

/* FAQ */
#faq-main { padding: var(--section-pad); }
    .faq-wrap { max-width: 900px; margin: 0 auto; }
    .faq-item { border-top: 1px solid var(--navy-border); padding: 28px 0; }
    .faq-item:last-child { border-bottom: 1px solid var(--navy-border); }
    .faq-item h3 { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 300; margin-bottom: 10px; }
    .faq-item p { color: var(--white-dim); font-size: 15px; line-height: 1.8; }

/* Privacy */
#policy { padding: var(--section-pad); }
    .policy-wrap { max-width: 900px; margin: 0 auto; }
    .policy-wrap h2 { font-family: var(--font-serif); font-weight: 300; font-size: 1.8rem; margin: 28px 0 10px; }
    .policy-wrap p, .policy-wrap li { color: var(--white-dim); line-height: 1.8; font-size: 14px; }
    .policy-wrap ul { margin-left: 18px; }

/* Terms */
#terms { padding: var(--section-pad); }
    .terms-wrap { max-width: 900px; margin: 0 auto; }
    .terms-wrap h2 { font-family: var(--font-serif); font-weight: 300; font-size: 1.8rem; margin: 28px 0 10px; }
    .terms-wrap p, .terms-wrap li { color: var(--white-dim); line-height: 1.8; font-size: 14px; }
    .terms-wrap ul { margin-left: 18px; }

/* SEO London */
#content { padding: var(--section-pad); }
    .content-wrap { max-width: 900px; margin: 0 auto; }
    .content-wrap h2 { font-family: var(--font-serif); font-size: 2rem; font-weight: 300; margin: 34px 0 12px; }
    .content-wrap p { color: var(--white-dim); line-height: 1.9; font-size: 15px; }
    .content-wrap ul { margin: 14px 0 22px 18px; color: var(--white-dim); }
    .content-wrap li { margin: 8px 0; }
    .local-box { margin-top: 28px; padding: 24px; border: 1px solid var(--navy-border); background: var(--navy-card); }
