/* Al Noor Business Consulting — premium visual system */

:root {
  /* Decent professional: muted forest, soft bronze, neutral grounds */
  --color-bg: #eef0f2;
  --color-bg-warm: #e4e7ea;
  --color-surface: #f6f7f8;
  --color-surface-elevated: #ffffff;
  --color-ink: #101418;
  --color-ink-soft: #3d4540;
  --color-muted: #5f6963;
  --color-muted-light: #7a847d;
  --color-accent: #2d6a4f;
  --color-accent-mid: #40916c;
  --color-accent-dark: #1b4332;
  --color-gold: #7d6b5a;
  --color-gold-bright: #9c8b6e;
  --color-gold-soft: #d4c9b8;
  --color-champagne: #f0ebe3;
  --font-sans: "DM Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --header-mast-h: 1.95rem;
  --header-row-h: 4.35rem;
  --header-h: calc(var(--header-mast-h) + var(--header-row-h));
  --radius: 16px;
  --radius-sm: 12px;
  --shadow-sm: 0 1px 3px rgba(28, 33, 31, 0.06), 0 8px 24px rgba(28, 33, 31, 0.04);
  --shadow-md: 0 4px 12px rgba(28, 33, 31, 0.06), 0 20px 40px rgba(28, 33, 31, 0.05);
  --shadow-lg: 0 12px 32px rgba(28, 33, 31, 0.07);
  --shadow-glow: 0 0 0 1px rgba(20, 28, 24, 0.06);
  --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  /* Scroll reveal (AOS-style): slower, ease-out heavy */
  --reveal-duration: 1.12s;
  --reveal-ease: cubic-bezier(0.16, 0.84, 0.32, 1);
  --reveal-distance: 22px;
  /* Theme-able surfaces (variants override in themes/theme-*.css) */
  --color-night-900: #1a1f1d;
  --color-night-800: #2c3330;
  --color-accent-deep: #344e41;
  --what-side-gradient:
    radial-gradient(ellipse 85% 65% at 100% 0%, color-mix(in srgb, var(--color-gold-bright) 14%, transparent), transparent 52%),
    linear-gradient(155deg, var(--color-night-800) 0%, var(--color-accent) 52%, var(--color-accent-dark) 100%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

section[id] {
  scroll-margin-top: calc(var(--header-h) + 0.5rem);
}

.site-main {
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: -0.011em;
  color: var(--color-ink);
  background-color: var(--color-bg);
  background-image: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
  padding-top: var(--header-h);
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--color-accent-mid);
  text-decoration: none;
  transition: color var(--transition), opacity var(--transition);
}

a:hover {
  color: var(--color-accent);
}

/* —— Header —— */
.site-header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  background: rgba(246, 247, 248, 0.96);
  backdrop-filter: blur(8px) saturate(1.05);
  -webkit-backdrop-filter: blur(8px) saturate(1.05);
  border-bottom: 1px solid rgba(16, 20, 24, 0.08);
  z-index: 1000;
  transition: box-shadow var(--transition), background var(--transition), border-color var(--transition);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.header-mast {
  flex-shrink: 0;
  min-height: var(--header-mast-h);
  background: var(--color-night-900);
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--font-sans);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header-mast-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  min-height: var(--header-mast-h);
  padding: 0.25rem 0;
}

.header-mast-loc {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.header-mast-loc i {
  font-size: 0.85rem;
  opacity: 0.85;
}

.header-mast-sep {
  width: 1px;
  height: 0.7rem;
  background: rgba(255, 255, 255, 0.22);
}

.header-mast-tag {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .header-mast-sep,
  .header-mast-tag {
    display: none;
  }
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 36px rgba(16, 20, 24, 0.06);
  border-bottom-color: rgba(16, 20, 24, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-row-h);
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--color-ink);
}

.brand:hover {
  color: var(--color-ink);
  opacity: 0.92;
}

.brand-mark {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  background: var(--color-accent);
  color: #faf8f4;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  display: grid;
  place-items: center;
  box-shadow: none;
  border: 1px solid rgba(20, 28, 24, 0.08);
}

.brand-mark-logo {
  width: 8.5rem;
  height: 2.8rem;
  border: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.brand-logo {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-sub {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-muted);
  font-weight: 600;
}

.nav-toggle {
  border: 1px solid rgba(20, 28, 24, 0.12);
  background: var(--color-surface-elevated);
  border-radius: 10px;
  width: 2.85rem;
  height: 2.85rem;
  display: grid;
  place-items: center;
  color: var(--color-accent);
  font-size: 1.35rem;
  box-shadow: none;
}

.site-nav {
  display: none;
}

.site-nav.is-open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: var(--header-h);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 28, 24, 0.06);
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: var(--shadow-md);
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nav-list a {
  display: block;
  padding: 0.65rem 0.65rem;
  color: var(--color-ink-soft);
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.02em;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nav-list a:hover {
  background: rgba(45, 106, 79, 0.07);
  color: var(--color-accent);
}

.nav-list a.is-active {
  background: rgba(45, 106, 79, 0.12);
  color: var(--color-accent);
  border-color: rgba(45, 106, 79, 0.22);
}

.nav-list a.nav-cta {
  background: var(--color-accent);
  color: #f7f6f3 !important;
  text-align: center;
  margin-top: 0.65rem;
  box-shadow: none;
  border: 1px solid rgba(20, 28, 24, 0.12);
}

.nav-list a.nav-cta:hover {
  background: var(--color-accent-dark);
  color: #f7f6f3 !important;
}

.nav-list a.nav-cta.is-active {
  background: var(--color-accent-dark);
  color: #f7f6f3 !important;
}

@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: block !important;
    position: static;
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
  }

  .nav-list {
    flex-direction: row;
    align-items: center;
    gap: 0.1rem;
  }

  .nav-list a.nav-cta {
    margin-top: 0;
    margin-left: 0.65rem;
    padding: 0.55rem 1.2rem;
  }
}

/* —— Sections —— */
.section {
  padding: 5.25rem 0;
  position: relative;
}

.section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(88%, 1120px);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(20, 28, 24, 0.08), transparent);
  pointer-events: none;
}

.section-alt {
  background: var(--color-surface);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.section-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(228, 220, 207, 0.18) 0%, rgba(82, 121, 111, 0.06) 45%, transparent 70%);
  pointer-events: none;
}

.section-alt > .container-xl {
  position: relative;
  z-index: 1;
}

.section-dark {
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, color-mix(in srgb, var(--color-gold-bright) 22%, transparent), transparent 52%),
    radial-gradient(ellipse 70% 50% at 0% 100%, color-mix(in srgb, var(--color-accent-mid) 20%, transparent), transparent 55%),
    linear-gradient(
      165deg,
      var(--color-night-900) 0%,
      var(--color-night-800) 28%,
      var(--color-accent-deep) 58%,
      var(--color-accent-dark) 100%
    );
  color: #f8f5ef;
}

.section-dark .section-title {
  color: #faf8f4;
  font-weight: 500;
}

.section-dark .section-intro,
.section-dark p {
  color: rgba(240, 235, 227, 0.92);
}

.section-dark .text-muted-custom {
  color: rgba(232, 226, 216, 0.82);
}

.section-dark::after {
  background: linear-gradient(90deg, transparent, rgba(228, 220, 207, 0.45), transparent);
}

.section-kicker {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--color-accent-dark);
  display: inline-block;
}

.section-dark .section-kicker {
  color: rgba(232, 224, 208, 0.92);
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.015em;
  margin-bottom: 1.15rem;
  color: var(--color-ink);
}

.section-intro {
  max-width: 40rem;
  color: var(--color-muted);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-left: auto;
  margin-right: auto;
}

/* —— Headings & subheads: centered (body copy resets in grids/cards) —— */
.section > .container-xl {
  text-align: center;
}

.section > .container-xl > .row,
.section > .container-xl > .what-we-do-wrap {
  text-align: start;
}

.trust-strip .container-xl {
  text-align: center;
}

.trust-item {
  justify-content: flex-start;
  text-align: left;
}

.service-card {
  text-align: start;
}

.service-card .service-icon {
  margin-left: 0;
  margin-right: 0;
}

.service-card ul {
  text-align: start;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

.team-card-body {
  text-align: left;
}

.cta-band h2 {
  text-align: center;
}

#contact .contact-aside {
  text-align: start;
}

#contact .contact-detail-card {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

#contact .contact-detail-card > div:last-child {
  min-width: 0;
  flex: 1;
  text-align: left;
}

#contact .contact-detail-icon {
  margin-inline: 0;
  flex-shrink: 0;
}

#contact .col-lg-7,
#contact .contact-form,
#contact .contact-form label,
#contact .contact-form .form-control {
  text-align: start;
}

#contact .contact-form .col-12:last-child {
  text-align: center;
}

.text-muted-custom {
  color: var(--color-muted);
}

.what-we-do-wrap {
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 243, 0.98));
  box-shadow: var(--shadow-md);
  padding: 1.35rem;
}

.wwd-main {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.85), rgba(245, 237, 216, 0.3));
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 16px;
  padding: 1rem;
}

.wwd-media {
  margin: 0 0 0.9rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 24, 0.08);
}

.wwd-media img {
  width: 100%;
  height: clamp(230px, 30vw, 360px);
  object-fit: cover;
}

.wwd-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}

.wwd-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 28, 24, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: var(--color-ink-soft);
  font-size: 0.76rem;
  font-weight: 600;
}

.wwd-pill i {
  color: var(--color-accent);
}

.wwd-result-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.6rem;
}

.wwd-result-card {
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.84);
  padding: 0.72rem 0.8rem;
  text-align: left;
}

.wwd-result-card h3 {
  margin: 0 0 0.25rem;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--color-ink);
}

.wwd-result-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.wwd-side {
  background: var(--what-side-gradient);
  border: 1px solid rgba(228, 220, 207, 0.28);
  color: #f8f5ef;
  border-radius: 16px;
  padding: 1.1rem;
  text-align: left;
}

.wwd-side-title {
  margin: 0 0 0.85rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-gold-soft);
  font-weight: 700;
}

.wwd-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: wwdstep;
}

.wwd-step-list li {
  counter-increment: wwdstep;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.82rem 0 0.82rem 2rem;
  position: relative;
}

.wwd-step-list li:first-child {
  border-top: none;
  padding-top: 0.2rem;
}

.wwd-step-list li::before {
  content: counter(wwdstep);
  position: absolute;
  left: 0;
  top: 0.78rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #15221c;
  background: linear-gradient(145deg, var(--color-gold-soft), var(--color-gold-bright));
}

.wwd-step-list strong {
  display: block;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: #faf8f4;
  margin-bottom: 0.2rem;
}

.wwd-step-list span {
  display: block;
  font-size: 0.84rem;
  color: rgba(244, 239, 231, 0.9);
  line-height: 1.5;
}

.wwd-side-foot {
  margin-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 0.8rem;
  font-size: 0.82rem;
  color: rgba(248, 243, 236, 0.92);
}

.section-media {
  margin: 0 0 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 24, 0.08);
}

.section-media img {
  width: 100%;
  height: clamp(220px, 30vw, 360px);
  object-fit: cover;
}

.section-media-compact img {
  height: clamp(220px, 30vw, 360px);
}

.section-media-dark {
  border-color: rgba(245, 237, 216, 0.22);
  box-shadow: 0 14px 32px rgba(8, 13, 11, 0.25);
}

.what-we-do-points {
  display: grid;
  gap: 0.6rem;
}

.what-metric-row {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.what-metric-chip {
  border: 1px solid rgba(20, 28, 24, 0.08);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 10px;
  padding: 0.62rem 0.7rem;
  text-align: left;
}

.what-metric-chip strong {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  color: var(--color-accent-dark);
  margin-bottom: 0.15rem;
}

.what-metric-chip span {
  display: block;
  font-size: 0.8rem;
  color: var(--color-muted);
}

.what-point {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.62rem 0.72rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(20, 28, 24, 0.08);
}

.what-point i {
  color: var(--color-accent-mid);
  margin-top: 0;
  flex-shrink: 0;
}

.what-we-do-side {
  background: var(--what-side-gradient);
  border: 1px solid rgba(228, 220, 207, 0.28);
  color: #f8f5ef;
  min-height: 100%;
}

.what-side-copy {
  color: rgba(244, 239, 231, 0.9);
  font-size: 0.92rem;
  line-height: 1.6;
}

.what-side-note {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.what-side-note i {
  color: var(--color-gold-soft);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.what-side-note p {
  color: rgba(248, 243, 236, 0.92);
  font-size: 0.87rem;
  line-height: 1.55;
}

.what-side-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-gold-soft);
  font-weight: 700;
  text-align: center;
}

.what-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.what-step:first-of-type {
  border-top: none;
  padding-top: 0.2rem;
}

.what-step > span {
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.73rem;
  font-weight: 700;
  color: #15221c;
  background: linear-gradient(145deg, var(--color-gold-soft), var(--color-gold-bright));
  flex-shrink: 0;
}

.what-step h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  margin: 0 0 0.2rem;
  color: #faf8f4;
  text-align: center;
}

.what-step > div {
  text-align: center;
  flex: 1 1 12rem;
  min-width: 0;
}

.what-step p {
  margin: 0;
  color: rgba(244, 239, 231, 0.86);
  font-size: 0.92rem;
}

/* —— Hero —— */
.hero {
  padding: 4rem 0 5.5rem;
  position: relative;
  overflow: hidden;
}

.hero-pro {
  background: var(--color-surface);
}

.hero-pro-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.5) 0%, transparent 42%),
    radial-gradient(ellipse 70% 55% at 100% 0%, color-mix(in srgb, var(--color-accent-mid) 8%, transparent), transparent 55%),
    linear-gradient(180deg, var(--color-surface) 0%, var(--color-bg) 100%);
  pointer-events: none;
}

.hero-pro-bg::after {
  content: "";
  position: absolute;
  inset: -25%;
  background: radial-gradient(
    ellipse 42% 36% at 72% 18%,
    color-mix(in srgb, var(--color-accent-mid) 18%, transparent),
    transparent 62%
  );
  opacity: 0.55;
  animation: heroAuraSoft 22s ease-in-out infinite alternate;
  pointer-events: none;
  will-change: transform, opacity;
}

@keyframes heroAuraSoft {
  0% {
    transform: translate3d(-3%, 0, 0) scale(1);
    opacity: 0.4;
  }
  100% {
    transform: translate3d(4%, 4%, 0) scale(1.08);
    opacity: 0.65;
  }
}

.hero-pro-copy {
  border-left: 3px solid var(--color-accent);
  padding-left: 1.35rem;
}

@media (min-width: 992px) {
  .hero-pro-copy {
    padding-left: 1.6rem;
  }
}

.hero-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-muted);
  margin-bottom: 0.9rem;
}

.hero-pro-points {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  max-width: 36rem;
}

.hero-pro-points li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.55rem;
  font-size: 0.9375rem;
  color: var(--color-ink-soft);
  line-height: 1.5;
}

.hero-pro-dot {
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 1px;
  background: var(--color-accent);
}

.hero-pro-card {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--color-night-900);
  color: rgba(232, 236, 234, 0.95);
  border-radius: 2px;
  padding: 1.65rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.hero-pro-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 38%;
  height: 200%;
  background: linear-gradient(
    115deg,
    transparent 0%,
    rgba(255, 255, 255, 0.07) 45%,
    transparent 90%
  );
  transform: translateX(-40%) rotate(12deg);
  animation: cardShineSweep 9s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cardShineSweep {
  0%,
  55% {
    transform: translateX(-45%) rotate(12deg);
  }
  75%,
  100% {
    transform: translateX(220%) rotate(12deg);
  }
}

.hero-pro-card-title {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
  margin-bottom: 1.1rem;
  position: relative;
  z-index: 1;
}

.hero-pro-office-media {
  margin: -0.35rem 0 1.2rem;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 28px rgba(6, 10, 8, 0.28);
}

.hero-pro-office-media img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.hero-pro-dl {
  margin: 0;
  padding: 0;
  flex: 1;
  position: relative;
  z-index: 1;
}

.hero-pro-dl > div {
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-pro-dl > div:first-of-type {
  border-top: none;
  padding-top: 0;
}

.hero-pro-dl dt {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 0.35rem;
}

.hero-pro-dl dd {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(248, 250, 249, 0.94);
}

.hero-pro-card-foot {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
  position: relative;
  z-index: 1;
}

.hero-pro-card-foot strong {
  color: #fff;
  font-weight: 600;
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: start;
}

.hero .section-kicker {
  margin-bottom: 1rem;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5.5vw, 3.45rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 1.35rem;
  color: var(--color-ink);
  text-wrap: balance;
}

.hero-pro h1 {
  font-size: clamp(2rem, 4.8vw, 3.05rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.15rem;
}

.hero-lead {
  font-size: 1.0625rem;
  font-weight: 400;
  color: var(--color-muted);
  max-width: 34rem;
  margin-bottom: 1.75rem;
  line-height: 1.68;
}

.hero-pro .hero-lead {
  margin-bottom: 1.15rem;
}

.hero-panel {
  background: var(--color-surface-elevated);
  border-radius: var(--radius-sm);
  padding: 2rem 1.85rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(20, 28, 24, 0.08);
  position: relative;
}

.hero-panel::before {
  display: none;
}

.hero-panel .fw-semibold {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--color-accent);
  font-weight: 700;
}

.hero-panel .mini-stat {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 0;
  border-top: 1px solid rgba(20, 28, 24, 0.06);
}

.hero-panel .mini-stat:first-of-type {
  border-top: none;
  padding-top: 0.25rem;
}

.mini-stat i {
  font-size: 1.35rem;
  color: var(--color-accent);
  margin-top: 0.15rem;
}

.mini-stat strong {
  font-weight: 600;
  color: var(--color-ink);
  display: block;
  margin-bottom: 0.2rem;
}

/* —— Trust strip —— */
.trust-strip {
  position: relative;
  margin-top: -2rem;
  z-index: 3;
}

.trust-strip-inner {
  background: var(--color-surface-elevated);
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.6rem;
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--color-ink-soft);
  background: rgba(245, 246, 244, 0.85);
  border: 1px solid rgba(20, 28, 24, 0.07);
  border-radius: 10px;
  padding: 0.72rem 0.85rem;
}

.trust-item i {
  color: var(--color-accent);
  font-size: 1.05rem;
  flex-shrink: 0;
  margin-top: 0.12rem;
  transition: transform 0.35s ease, color 0.35s ease;
}

.trust-item > div {
  min-width: 0;
}

.trust-item-title {
  margin: 0 0 0.12rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-ink);
}

.trust-item-text {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.trust-strip-inner.reveal-up.is-visible .trust-item {
  animation: trustLift 0.95s var(--reveal-ease) backwards;
}

.trust-strip-inner.reveal-up.is-visible .trust-item:nth-child(1) {
  animation-delay: 0.1s;
}

.trust-strip-inner.reveal-up.is-visible .trust-item:nth-child(2) {
  animation-delay: 0.22s;
}

.trust-strip-inner.reveal-up.is-visible .trust-item:nth-child(3) {
  animation-delay: 0.34s;
}

.trust-strip-inner.reveal-up.is-visible .trust-item:nth-child(4) {
  animation-delay: 0.46s;
}

.trust-strip-inner.reveal-up.is-visible .trust-item:hover i {
  transform: scale(1.12);
  color: var(--color-accent-dark);
}

@keyframes trustLift {
  from {
    transform: translate3d(0, 18px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  .trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
  .trust-strip-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.btn-accent {
  background: var(--color-accent);
  color: #f7f6f3;
  border: 1px solid rgba(20, 28, 24, 0.1);
  padding: 0.78rem 1.45rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 2px 8px rgba(27, 67, 50, 0.15);
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition:
    background var(--transition),
    color var(--transition),
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-accent:hover {
  color: #f7f6f3;
  background: var(--color-accent-dark);
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 8px 22px rgba(27, 67, 50, 0.22);
}

.btn-outline-dark {
  border: 1px solid rgba(20, 28, 24, 0.18);
  color: var(--color-ink);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.78rem 1.45rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition:
    border-color var(--transition),
    background var(--transition),
    color var(--transition),
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.btn-outline-dark:hover {
  border-color: var(--color-accent-dark);
  color: var(--color-accent-dark);
  background: #fff;
  transform: translate3d(0, -2px, 0);
  box-shadow: 0 6px 18px rgba(16, 20, 24, 0.06);
}

.btn-accent-outline {
  border: 1px solid rgba(245, 237, 216, 0.45);
  color: #faf8f4;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  letter-spacing: 0.03em;
}

.btn-accent-outline:hover {
  background: #faf8f4;
  color: var(--color-accent-dark);
  border-color: #faf8f4;
}

.text-accent {
  color: var(--color-gold-soft) !important;
}

/* —— Service cards —— */
.service-card {
  background: var(--color-surface-elevated);
  border-radius: var(--radius-sm);
  padding: 2rem 1.85rem;
  height: 100%;
  border: 1px solid rgba(20, 28, 24, 0.07);
  box-shadow: var(--shadow-sm);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform 0.3s var(--ease-out);
  position: relative;
  transform: translate3d(0, 0, 0);
}

.service-card::after {
  display: none;
}

.service-card:hover {
  border-color: rgba(20, 28, 24, 0.12);
  box-shadow: var(--shadow-md);
  transform: translate3d(0, -4px, 0);
}

.service-card h3 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 0.85rem;
  color: var(--color-ink);
  line-height: 1.25;
}

.service-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 10px;
  background: rgba(45, 106, 79, 0.08);
  color: var(--color-accent);
  display: grid;
  place-items: center;
  margin-bottom: 1.25rem;
  font-size: 1.2rem;
  border: 1px solid rgba(45, 106, 79, 0.12);
  box-shadow: none;
}

.approach-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.25rem;
}

.approach-shell {
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 243, 0.98));
  box-shadow: var(--shadow-md);
  padding: 1.35rem;
}

.approach-process {
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.9), rgba(244, 249, 246, 0.7));
  padding: 1.05rem;
  text-align: left;
}

.approach-eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.73rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent-dark);
  font-weight: 700;
}

.approach-track {
  display: grid;
  gap: 0.6rem;
}

.approach-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 12px;
  padding: 0.72rem 0.75rem;
  background: rgba(255, 255, 255, 0.86);
}

.approach-step-no {
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #15221c;
  background: linear-gradient(145deg, var(--color-gold-soft), var(--color-gold-bright));
  margin-top: 0.15rem;
}

.approach-step-card h3 {
  margin: 0 0 0.2rem;
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--color-ink);
}

.approach-step-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--color-muted);
}

.approach-side {
  border-radius: 16px;
  border: 1px solid rgba(20, 28, 24, 0.08);
  background: var(--color-surface-elevated);
  padding: 1rem;
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.approach-side-media {
  margin: 0 0 0.8rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 24, 0.08);
}

.approach-side-media img {
  width: 100%;
  height: clamp(210px, 28vw, 330px);
  object-fit: cover;
}

.approach-side-grid {
  display: grid;
  gap: 0.55rem;
}

.approach-side-chip {
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 10px;
  background: rgba(245, 246, 244, 0.82);
  padding: 0.62rem 0.7rem;
}

.approach-side-chip strong {
  display: block;
  margin: 0 0 0.15rem;
  color: var(--color-accent-dark);
  font-size: 0.8rem;
}

.approach-side-chip span {
  display: block;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.approach-v2 {
  padding: 0.4rem 0;
}

.approach-v2-aside {
  padding: 0;
  text-align: left;
}

.approach-v2-media {
  margin: 0 0 0.8rem;
  border-radius: 14px;
  overflow: hidden;
  border: none;
  box-shadow: var(--shadow-md);
}

.approach-v2-media img {
  width: 100%;
  height: clamp(230px, 30vw, 360px);
  object-fit: cover;
}

.approach-v2-note {
  color: var(--color-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.approach-v2-flow {
  border: none;
  background: transparent;
  padding: 0.1rem 0 0.1rem 1.2rem;
  display: grid;
  gap: 1rem;
  position: relative;
}

.approach-v2-flow::before {
  content: "";
  position: absolute;
  left: 0.42rem;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(45, 106, 79, 0.38), rgba(45, 106, 79, 0.08));
}

.approach-v2-item {
  display: flex;
  gap: 0.8rem;
  align-items: start;
  border: none;
  background: transparent;
  padding: 0;
  text-align: left;
}

.approach-v2-item span {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: #15221c;
  background: linear-gradient(145deg, var(--color-gold-soft), var(--color-gold-bright));
  margin-top: 0.1rem;
  box-shadow: 0 0 0 4px var(--color-bg);
  position: relative;
  z-index: 1;
}

.approach-v2-item h3 {
  margin: 0 0 0.24rem;
  font-family: var(--font-serif);
  font-size: 1.08rem;
  color: var(--color-ink);
}

.approach-v2-item p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.wwd-v3 {
  padding: 0.2rem 0;
}

.wwd-v3-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.wwd-v3-media img {
  width: 100%;
  height: clamp(260px, 32vw, 420px);
  object-fit: cover;
}

.wwd-v3-copy {
  text-align: left;
  padding-right: 0.35rem;
}

.wwd-v3-lead {
  color: var(--color-ink-soft);
  font-size: 1.16rem;
  line-height: 1.8;
  margin-bottom: 1.2rem;
}

.wwd-v3-list {
  list-style: none;
  margin: 0 0 1.2rem;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.wwd-v3-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--color-ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.wwd-v3-list i {
  color: var(--color-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.wwd-v3-strip {
  border-top: 1px solid rgba(20, 28, 24, 0.1);
  padding-top: 0.9rem;
  display: grid;
  gap: 0.45rem;
  color: var(--color-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.approach-v3 {
  display: grid;
  gap: 1.15rem;
}

.approach-v3-media {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.approach-v3-media img {
  width: 100%;
  height: clamp(240px, 31vw, 390px);
  object-fit: cover;
}

.approach-v3-steps {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-left: 0.35rem;
}

.approach-v3-step {
  text-align: left;
  padding-left: 1.15rem;
  border-left: 2px solid rgba(45, 106, 79, 0.26);
}

.approach-v3-no {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-accent-dark);
}

.approach-v3-step h3 {
  margin: 0 0 0.28rem;
  font-family: var(--font-serif);
  font-size: 1.24rem;
  color: var(--color-ink);
}

.approach-v3-step p {
  margin: 0;
  color: var(--color-muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.approach-left-panel {
  background: var(--color-surface-elevated);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(20, 28, 24, 0.08);
  box-shadow: var(--shadow-sm);
  padding: 1.45rem 1.5rem;
}

.approach-mini-grid {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.approach-mini-card {
  border: 1px solid rgba(20, 28, 24, 0.08);
  background: rgba(245, 246, 244, 0.8);
  border-radius: 10px;
  padding: 0.65rem 0.75rem;
}

.approach-mini-card p {
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.approach-list li {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1rem;
  align-items: flex-start;
  font-size: 1.02rem;
}

.approach-list i {
  color: var(--color-gold-bright);
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.approach-feature {
  overflow: hidden;
  text-align: center;
}

.approach-feature::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -42px;
  top: -42px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(156, 139, 110, 0.2), transparent 70%);
  pointer-events: none;
}

/* —— Team —— */
.team-card {
  background: var(--color-surface-elevated);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(20, 28, 24, 0.07);
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), border-color var(--transition);
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: stretch;
}

.team-card:hover {
  box-shadow: var(--shadow-md);
  border-color: rgba(20, 28, 24, 0.1);
}

.team-card-highlight {
  border-color: rgba(45, 106, 79, 0.22);
  box-shadow: 0 0 0 1px rgba(45, 106, 79, 0.08);
}

.team-avatar-accent {
  background: linear-gradient(145deg, var(--color-accent-dark), var(--color-accent));
  color: #f4faf7;
}

.team-card-body {
  padding: 1.05rem 1.1rem 1.2rem;
  background: var(--color-surface-elevated);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-avatar {
  height: 100%;
  background:
    linear-gradient(145deg, rgba(245, 237, 216, 0.9), rgba(232, 243, 238, 0.95)),
    linear-gradient(135deg, #e8d5a3 0%, transparent 50%);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--color-accent-dark);
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(20, 28, 24, 0.05);
  overflow: hidden;
  flex-shrink: 0;
  border-bottom: none;
  border-right: 1px solid rgba(20, 28, 24, 0.06);
}

.team-avatar-photo {
  background: #d9dfdb;
  padding: 0;
}

.team-avatar-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.team-card .text-muted-custom.small {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .team-card {
    grid-template-columns: 110px 1fr;
    align-items: start;
  }

  .team-avatar {
    height: 150px;
    min-height: 0;
    border-right: 1px solid rgba(20, 28, 24, 0.06);
    border-bottom: none;
  }
}

@media (max-width: 420px) {
  .team-card {
    grid-template-columns: 92px 1fr;
  }

  .team-avatar {
    height: 128px;
  }

  .team-card-body {
    padding: 0.9rem 0.95rem 1rem;
  }

  .team-card h3,
  .team-card .h5 {
    font-size: 1rem;
  }

  .team-role {
    font-size: 0.62rem;
  }
}

.team-role {
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--color-accent-mid);
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.team-card h3,
.team-card .h5 {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 1.05rem;
}

/* —— Why us —— */
.why-grid {
  display: grid;
  gap: 1.1rem;
}

.why-top-strip {
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.why-top-strip p {
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(245, 237, 216, 0.14);
  border-radius: 10px;
  padding: 0.6rem 0.72rem;
  color: rgba(240, 235, 227, 0.92);
  font-size: 0.86rem;
  line-height: 1.55;
  text-align: left;
}

@media (min-width: 768px) {
  .why-top-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .approach-v3-steps {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .wwd-result-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .what-metric-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Odd count (e.g. 5): last card full width, centred — balanced layout */
  .why-grid .why-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 42rem;
    width: 100%;
    margin-inline: auto;
  }
}

.why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  background: rgba(255, 255, 255, 0.06);
  padding: 1.2rem 1.35rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(245, 237, 216, 0.12);
  backdrop-filter: blur(8px);
  transition: background var(--transition), border-color var(--transition);
}

.why-item span {
  text-align: left;
  flex: 1;
  min-width: 0;
}

.why-item > div {
  flex: 1;
  min-width: 0;
}

.why-item-title {
  margin: 0 0 0.18rem;
  color: #faf8f4;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.why-item-text {
  margin: 0;
  color: rgba(232, 226, 216, 0.86);
  font-size: 0.84rem;
  line-height: 1.56;
}

.why-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(156, 139, 110, 0.22);
}

.why-item i {
  color: var(--color-gold-bright);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

/* —— CTA band —— */
.cta-band {
  text-align: center;
  padding: 5rem 0;
  position: relative;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(156, 139, 110, 0.08), transparent 65%);
  pointer-events: none;
}

.cta-band .container-xl {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 500;
  margin-bottom: 1.15rem;
  letter-spacing: -0.02em;
}

/* —— Contact —— */
.contact-card {
  background: var(--color-surface-elevated);
  border-radius: var(--radius-sm);
  padding: 2.25rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(20, 28, 24, 0.08);
  position: relative;
}

.contact-detail-grid {
  display: grid;
  gap: 0.75rem;
}

.contact-detail-card {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  border: 1px solid rgba(20, 28, 24, 0.08);
  border-radius: 14px;
  padding: 0.8rem 0.85rem;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  transition: box-shadow var(--transition), border-color var(--transition);
}

.contact-detail-card:hover {
  border-color: rgba(20, 28, 24, 0.14);
  box-shadow: var(--shadow-sm);
}

.contact-detail-card a {
  color: var(--color-accent);
  font-weight: 600;
  word-break: break-word;
}

.contact-detail-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(45, 106, 79, 0.1);
  border: 1px solid rgba(45, 106, 79, 0.12);
  color: var(--color-accent);
  flex-shrink: 0;
}

.contact-detail-label {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
  font-weight: 700;
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--color-accent-mid), var(--color-gold-bright));
  opacity: 0.85;
}

.contact-form {
  padding-top: 0.5rem;
}

.contact-form label {
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-ink-soft);
  margin-bottom: 0.4rem;
  display: block;
}

.contact-form .form-control {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(20, 28, 24, 0.12);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  background: #faf9f6;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.contact-form .form-control:focus {
  border-color: var(--color-accent-mid);
  box-shadow: 0 0 0 4px rgba(45, 106, 79, 0.12);
  background: #fff;
  outline: none;
}

.form-alert {
  display: none;
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.1rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
}

.form-alert.is-visible {
  display: block;
}

.form-alert-success {
  background: linear-gradient(135deg, #e8f5ef, #dff0e8);
  color: var(--color-accent-dark);
  border: 1px solid rgba(45, 106, 79, 0.2);
}

.form-alert-error {
  background: #fcefea;
  color: #7a2318;
  border: 1px solid rgba(180, 60, 45, 0.2);
}

/* —— Footer —— */
.site-footer {
  background: linear-gradient(180deg, #020617 0%, #0f172a 45%, #022c22 100%);
  color: #c4d4ce;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(156, 139, 110, 0.4), transparent);
}

.footer-top {
  padding: 4rem 0 3rem;
}

.footer-heading {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #f0ebe3;
  margin-bottom: 1.15rem;
  font-weight: 700;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  line-height: 1.45;
}

.footer-address i {
  margin-top: 0.12rem;
  flex-shrink: 0;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #a8b5ad;
  font-weight: 450;
}

.footer-links a:hover {
  color: #faf8f4;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: #faf8f4;
}

.footer-brand:hover {
  color: #faf8f4;
  opacity: 0.92;
}

.footer-brand .brand-mark {
  background: linear-gradient(145deg, var(--color-gold-bright), var(--color-gold));
  border-color: rgba(255, 252, 247, 0.25);
  color: #141c18;
  box-shadow: 0 8px 24px rgba(156, 139, 110, 0.25);
}

.footer-brand .brand-mark-logo {
  width: 10.5rem;
  height: 2.55rem;
  background: transparent;
  border: none;
  box-shadow: none;
}

.footer-lead {
  max-width: 28rem;
  color: #8f9d94;
  font-size: 0.98rem;
  line-height: 1.7;
}

.social-icon {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  place-items: center;
  color: #e8e8e3;
  transition: background var(--transition), border-color var(--transition);
}

.social-icon:hover {
  background: rgba(156, 139, 110, 0.2);
  border-color: rgba(156, 139, 110, 0.35);
  color: #faf8f4;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.35rem 0;
}

.footer-micro-cta {
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  max-width: 19rem;
}

.footer-newsletter-wrap {
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.footer-newsletter-input {
  flex: 1;
  border: none;
  background: transparent;
  color: #e8e8e3;
  padding: 0.6rem 0.85rem;
  font-size: 0.88rem;
}

.footer-newsletter-input::placeholder {
  color: #8f9d94;
}

.footer-newsletter-input:focus {
  outline: none;
}

.footer-newsletter-btn {
  border: none;
  background: linear-gradient(135deg, var(--color-accent-mid), var(--color-accent));
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  margin-right: 0.2rem;
  display: grid;
  place-items: center;
  transition: transform var(--transition), background var(--transition);
}

.footer-newsletter-btn:hover {
  background: linear-gradient(135deg, var(--color-gold), var(--color-accent));
  transform: translateX(2px);
}

.footer-newsletter-note {
  color: #7f8d84;
  font-size: 0.76rem;
}

.footer-newsletter-note.is-success {
  color: var(--color-gold-soft);
}

.text-muted-footer {
  color: #6a756e !important;
}

/* —— Scroll top —— */
.scroll-top {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color-accent);
  color: #f7f6f3;
  display: grid;
  place-items: center;
  font-size: 1.45rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 12px, 0) scale(0.94);
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background var(--transition);
  z-index: 900;
  box-shadow: var(--shadow-sm);
  border: 1px solid rgba(20, 28, 24, 0.1);
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.scroll-top:hover {
  color: #f7f6f3;
  background: var(--color-accent-dark);
  transform: translate3d(0, -3px, 0) scale(1.03);
}

/* —— Reveal motion —— */
.reveal-up {
  opacity: 0;
  transform: translate3d(0, var(--reveal-distance), 0);
  transition:
    opacity var(--reveal-duration) var(--reveal-ease),
    transform var(--reveal-duration) var(--reveal-ease);
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.reveal-delay-2 {
  transition-delay: 0.24s;
}

.reveal-delay-3 {
  transition-delay: 0.42s;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-up,
  .reveal-delay-2,
  .reveal-delay-3 {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-pro-bg::after,
  .hero-pro-card::before {
    animation: none !important;
  }

  .trust-strip-inner.reveal-up.is-visible .trust-item {
    animation: none !important;
  }

  .btn-accent:hover,
  .btn-outline-dark:hover,
  .service-card:hover,
  .scroll-top:hover {
    transform: none;
  }
}

/* —— Responsive polish (mobile / tablet) —— */
@media (max-width: 991.98px) {
  :root {
    --header-mast-h: 1.72rem;
    --header-row-h: 3.85rem;
    --header-h: calc(var(--header-mast-h) + var(--header-row-h));
  }

  .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.98);
  }

  .brand-mark {
    width: 2.5rem;
    height: 2.5rem;
  }

  .brand-mark-logo {
    width: 6.8rem;
    height: 2.5rem;
  }

  .nav-list a {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
  }

  .nav-list a.nav-cta {
    min-height: 3rem;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .wwd-v3-lead {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .wwd-v3-list li {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .wwd-v3-strip {
    font-size: 0.95rem;
  }

  .approach-v3-step h3 {
    font-size: 1.08rem;
  }

  .approach-v3-step p {
    font-size: 0.94rem;
  }

  body {
    font-size: 1rem;
  }

  .section {
    padding: 3.75rem 0;
  }

  .section-title {
    font-size: clamp(1.65rem, 6vw, 2.35rem);
  }

  .hero {
    padding: 3rem 0 4.25rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 8vw, 2.85rem);
  }

  .cta-band {
    padding: 3.5rem 0;
  }

  .trust-strip {
    margin-top: -1.25rem;
  }

  .what-we-do-wrap {
    padding: 0.85rem;
  }

  .contact-card {
    padding: 1.5rem;
  }

  .footer-newsletter-wrap {
    flex-wrap: nowrap;
  }
}

@media (max-width: 575.98px) {
  .hero-inner .d-flex.flex-wrap {
    flex-direction: column;
    align-items: stretch !important;
  }

  .hero-inner .btn-accent,
  .hero-inner .btn-outline-dark {
    width: 100%;
    justify-content: center;
  }

  .btn-accent,
  .btn-outline-dark {
    min-height: 3rem;
  }

  .trust-item {
    font-size: 0.82rem;
  }

  .scroll-top {
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  }
}

/* Client design picker helper page */
.design-options-page {
  min-height: 100vh;
  padding: 3rem 0 4rem;
  background: var(--color-bg);
}

.design-options-page h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
}

.design-options-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .design-options-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.design-option-card {
  border: 1px solid rgba(20, 28, 24, 0.1);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
  background: var(--color-surface-elevated);
  box-shadow: var(--shadow-sm);
}

.design-option-card h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}

.design-option-card p {
  color: var(--color-muted);
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.design-option-card a {
  font-weight: 600;
}
