/* ============================================
   OSBORN ASSOCIATES - Homepage
   ============================================ */

/* ============================================
   HERO
   ============================================ */

.hero { position: relative; width: 100%; height: 100vh; min-height: 580px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; }
.hero__bg { position: absolute; inset: 0; z-index: 1; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: saturate(0.6) brightness(0.55) contrast(1.06); }
.hero__overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, rgba(30,32,37,0.3) 0%, rgba(30,32,37,0.02) 30%, rgba(30,32,37,0.5) 70%, rgba(30,32,37,0.82) 100%); }
.hero__overlay-side { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(30,32,37,0.4) 0%, rgba(30,32,37,0.08) 50%, transparent 100%); }

.hero__content { position: relative; z-index: 10; max-width: var(--max-width); margin: 0 auto; width: 100%; padding: clamp(160px, 22vh, 260px) var(--section-px) 0; }

.hero__eyebrow-items { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero__eyebrow-items span { font-family: var(--font-sans); font-size: 0.625rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-blue); opacity: 0.8; }
.hero__eyebrow-divider { width: 16px; height: 1px; background: var(--muted-blue); opacity: 0.25; }
.hero__title { font-size: clamp(2.4rem, 5vw, 3.8rem); max-width: 680px; margin-bottom: 14px; }
.hero__text { font-size: clamp(0.84rem, 0.95vw, 0.9375rem); font-weight: 300; line-height: 1.8; color: var(--warm-stone); opacity: 0.85; max-width: 520px; margin-bottom: 28px; }
.hero__buttons { display: flex; gap: 0; }

.hero__aside { position: absolute; right: var(--section-px); bottom: clamp(60px, 8vw, 100px); text-align: right; z-index: 10; }
.hero__credential { margin-bottom: 20px; }
.hero__credential-number { font-family: var(--font-serif); font-size: clamp(2.2rem, 3.5vw, 3rem); font-weight: 400; color: var(--warm-off-white); line-height: 1; opacity: 0.9; }
.hero__credential-label { font-family: var(--font-sans); font-size: 0.5625rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted-blue); opacity: 0.7; margin-top: 4px; }
.hero__accreditations { display: flex; flex-direction: column; gap: 4px; }
.hero__accred-item { font-family: var(--font-sans); font-size: 0.5625rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-stone); opacity: 0.6; }

.hero__bottom { position: absolute; bottom: 0; left: 0; right: 0; z-index: 10; max-width: var(--max-width); margin: 0 auto; padding: 0 var(--section-px) clamp(18px, 2vw, 24px); display: flex; justify-content: space-between; align-items: flex-end; }
.hero__bottom-label { font-family: var(--font-sans); font-size: 0.5625rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warm-stone); opacity: 0.45; }
.hero__scroll { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.hero__scroll-text { font-family: var(--font-sans); font-size: 0.5rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--warm-stone); opacity: 0.45; }
.hero__scroll-line { width: 1px; height: 28px; background: var(--muted-blue); opacity: 0.35; }

@media (max-width: 960px) {
  .hero__content { padding-top: clamp(130px, 18vh, 200px); }
  .hero__aside, .hero__bottom-label { display: none; }
}

@media (max-width: 600px) {
  /* svh = small viewport height, matches what user sees on load without extending behind browser chrome */
  .hero { height: 100svh; min-height: 480px; }
  /* Centre content more naturally on mobile */
  .hero__content { padding-top: clamp(130px, 22svh, 190px); }
  /* Cleaner mobile eyebrow labels */
  .hero__eyebrow-items { gap: 8px; margin-bottom: 12px; }
  .hero__eyebrow-items span { font-size: 0.5rem; letter-spacing: 0.1em; }
  .hero__eyebrow-divider { width: 10px; }
  .hero__title { margin-top: 10px !important; }
  .hero__buttons { flex-direction: column; align-items: stretch; max-width: 280px; }
  .hero__buttons .btn--primary { border-bottom-color: transparent; }
  .hero__scroll { display: none; }
}


/* ============================================
   SELECTED WORK
   ============================================ */

.work__intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: end; margin-bottom: clamp(40px, 5vw, 60px); }
.work__heading { font-size: clamp(2rem, 3.4vw, 2.8rem); max-width: 560px; }
.work__desc { max-width: 440px; justify-self: end; color: var(--warm-stone); }
.work__featured { position: relative; width: 100%; height: clamp(380px, 44vw, 540px); overflow: hidden; cursor: pointer; margin-bottom: var(--card-gap); border-radius: var(--radius-sm); transition: box-shadow var(--dur-slow) var(--ease); }
.work__featured:hover { box-shadow: 0 8px 40px rgba(0,0,0,0.3); }
.work__featured .work__card-img, .work__card .work__card-img { position: absolute; inset: 0; }
.work__featured .work__card-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75) brightness(0.82) contrast(1.02); transition: transform var(--dur-cinematic) var(--ease), filter 0.8s var(--ease); }
.work__featured:hover .work__card-img img { transform: scale(1.03); filter: saturate(0.85) brightness(0.72) contrast(1.04); }
.work__card-overlay { position: absolute; inset: 0; z-index: 2; transition: background 0.8s var(--ease); }
.work__featured .work__card-overlay { background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.06) 40%, rgba(26,28,32,0.65) 100%); }
.work__featured:hover .work__card-overlay { background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.04) 40%, rgba(26,28,32,0.75) 100%); }
.work__card-content { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding: clamp(24px, 3vw, 40px); display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.work__card-tags { display: flex; gap: 6px; margin-bottom: 12px; flex-wrap: wrap; }
.work__card-title { font-size: clamp(1.6rem, 2.6vw, 2.1rem); margin-bottom: 4px; }
.work__card-location { font-size: 0.6875rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-stone); opacity: 0.7; margin-bottom: 12px; transition: opacity var(--dur-base) var(--ease); }
.work__card-desc { font-size: 0.84rem; font-weight: 300; line-height: 1.7; color: var(--warm-off-white); opacity: 0.8; max-width: 480px; }
.work__card-link { flex-shrink: 0; display: flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-size: 0.6875rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--warm-off-white); text-decoration: none; opacity: 0; transform: translateX(-8px); transition: all var(--dur-slow) var(--ease); }
.work__featured:hover .work__card-link, .work__card:hover .work__card-link { opacity: 0.75; transform: translateX(0); }
.work__card-link-arrow { width: 20px; height: 1px; background-color: currentColor; position: relative; }
.work__card-link-arrow::after { content: ''; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(45deg); }
.work__grid { display: grid; gap: var(--card-gap); margin-bottom: var(--card-gap); }
.work__grid--wide-left { grid-template-columns: 1.3fr 0.7fr; }
.work__grid--thirds { grid-template-columns: repeat(3, 1fr); }
.work__grid--wide-right { grid-template-columns: 0.7fr 1.3fr; }
.work__card { position: relative; overflow: hidden; cursor: pointer; height: clamp(280px, 26vw, 370px); border-radius: var(--radius-sm); transition: box-shadow var(--dur-slow) var(--ease); }
.work__card:hover { box-shadow: 0 6px 30px rgba(0,0,0,0.25); }
.work__card .work__card-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.7) brightness(0.78) contrast(1.02); transition: transform var(--dur-cinematic) var(--ease), filter 0.8s var(--ease); }
.work__card:hover .work__card-img img { transform: scale(1.04); filter: saturate(0.8) brightness(0.68) contrast(1.04); }
.work__card .work__card-overlay { background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.04) 35%, rgba(26,28,32,0.68) 100%); }
.work__card:hover .work__card-overlay { background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.02) 35%, rgba(26,28,32,0.78) 100%); }
.work__card .work__card-content { padding: clamp(18px, 2vw, 28px); flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.work__card .work__card-title { font-size: clamp(1.15rem, 1.6vw, 1.4rem); margin-bottom: 3px; }
.work__card .work__card-desc { font-size: 0.75rem; line-height: 1.6; max-width: 340px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; opacity: 0.65; }
.work__card .work__card-link { position: absolute; top: clamp(14px, 1.8vw, 22px); right: clamp(14px, 1.8vw, 22px); bottom: auto; left: auto; }
.work__featured:hover .work__card-location, .work__card:hover .work__card-location { opacity: 0.9; }
.work__featured:hover .tag, .work__card:hover .tag { border-color: rgba(122,154,181,0.4); background: rgba(122,154,181,0.12); }
.work__view-all { padding-top: clamp(28px, 3vw, 40px); display: flex; justify-content: flex-end; }
.work__view-all a { font-size: 0.75rem; font-weight: 400; letter-spacing: 0.09em; text-transform: uppercase; color: var(--warm-stone); display: inline-flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid rgba(184,178,168,0.2); transition: all var(--dur-base) var(--ease); }
.work__view-all a:hover { color: var(--warm-off-white); border-bottom-color: var(--muted-blue); gap: 20px; }

/* Mobile: show View Project link always, make cards tappable */
@media (max-width: 960px) {
  .work__intro { grid-template-columns: 1fr; gap: 20px; }
  .work__desc { justify-self: start; }
  .work__grid--wide-left, .work__grid--wide-right { grid-template-columns: 1fr 1fr; }
  .work__grid--thirds { grid-template-columns: 1fr 1fr; }
  .work__featured { height: clamp(300px, 50vw, 440px); }
  /* Show View Project on touch devices */
  .work__card-link { opacity: 0.5; transform: translateX(0); }
  /* Brighter tags on mobile */
  .tag { color: #a0c0d6; border-color: rgba(122,154,181,0.4); background: rgba(122,154,181,0.12); }
  /* Hide desc on featured, match standard card layout */
  .work__featured .work__card-desc { display: none; }
  .work__featured .work__card-content { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
  .work__grid--wide-left, .work__grid--wide-right, .work__grid--thirds { grid-template-columns: 1fr; }
  .work__card { height: 220px; }
  .work__featured { height: 220px; }
  /* Deeper gradient so text sits comfortably lower */
  .work__featured .work__card-overlay,
  .work__card .work__card-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.03) 25%, rgba(26,28,32,0.7) 100%);
  }
  /* All cards identical on mobile */
  .work__featured .work__card-content,
  .work__card .work__card-content {
    flex-direction: column !important; align-items: flex-start !important;
    padding: 0 20px 16px !important; justify-content: flex-end !important;
    gap: 0 !important;
  }
  .work__card-tags { margin-bottom: 6px; }
  .work__featured .work__card-title,
  .work__card .work__card-title { font-size: clamp(1.15rem, 5vw, 1.4rem); margin-bottom: 1px; }
  .work__featured .work__card-location,
  .work__card .work__card-location { margin-bottom: 0; font-size: 0.625rem; opacity: 0.55; }
  .work__card .work__card-desc { display: none; }
  /* View Project - tight below location */
  .work__card-link {
    position: static; opacity: 0.5; transform: none;
    margin-top: 5px; font-size: 0.5625rem; gap: 8px;
    color: var(--muted-blue); letter-spacing: 0.1em;
  }
  .work__card .work__card-link { position: static; top: auto; right: auto; }
  .work__card-link-arrow { width: 14px; }
}


/* ============================================
   EXPERTISE - Hybrid layout
   ============================================ */

.expertise { background-color: var(--warm-off-white); color: var(--charcoal); overflow: hidden; }
.expertise__intro { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 80px); align-items: end; margin-bottom: clamp(36px, 4.5vw, 48px); }
.expertise__heading { font-size: clamp(2rem, 3.4vw, 2.8rem); color: var(--charcoal); }
.expertise__desc { max-width: 440px; justify-self: end; color: var(--slate-mid); }

/* Featured split card */
.disc-featured { display: grid; grid-template-columns: 0.55fr 0.45fr; min-height: clamp(320px, 28vw, 420px); overflow: hidden; border-radius: var(--radius-sm); text-decoration: none; cursor: pointer; margin-bottom: var(--card-gap); transition: box-shadow var(--dur-slow) var(--ease); }
.disc-featured:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.disc-featured__img { position: relative; overflow: hidden; }
.disc-featured__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75) brightness(0.8) contrast(1.02); transition: transform 1.4s var(--ease), filter 0.8s var(--ease); }
.disc-featured:hover .disc-featured__img img { transform: scale(1.04); filter: saturate(0.85) brightness(0.72) contrast(1.04); }
.disc-featured__img-overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, transparent 50%, var(--charcoal-card) 100%); }
.disc-featured__body { background: var(--charcoal-card); padding: clamp(32px, 3.5vw, 48px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.disc-featured__number { font-family: var(--font-serif); font-size: 0.8125rem; font-weight: 400; color: var(--muted-blue); opacity: 0.5; margin-bottom: 16px; letter-spacing: 0.02em; }
.disc-featured__title { font-family: var(--font-serif); font-size: clamp(1.5rem, 2.2vw, 1.9rem); font-weight: 400; color: var(--warm-off-white); margin-bottom: 14px; line-height: 1.2; }
.disc-featured__text { font-family: var(--font-sans); font-size: clamp(0.8rem, 0.88vw, 0.875rem); font-weight: 300; line-height: 1.8; color: var(--warm-stone); opacity: 0.8; max-width: 380px; margin-bottom: 24px; }
.disc-featured__link { font-family: var(--font-sans); font-size: 0.6875rem; font-weight: 400; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted-blue); display: inline-flex; align-items: center; gap: 12px; opacity: 0.65; transition: all var(--dur-base) var(--ease); }
.disc-featured:hover .disc-featured__link { opacity: 1; gap: 18px; }

/* Full-image overlay cards */
.disc { position: relative; overflow: hidden; border-radius: var(--radius-sm); text-decoration: none; display: block; cursor: pointer; transition: box-shadow var(--dur-slow) var(--ease); }
.disc:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.15); }
.disc__img { position: absolute; inset: 0; z-index: 1; }
.disc__img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.75) brightness(0.8) contrast(1.02); transition: transform 1.4s var(--ease), filter 0.8s var(--ease); }
.disc:hover .disc__img img { transform: scale(1.04); filter: saturate(0.85) brightness(0.7) contrast(1.04); }
.disc__overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.08) 35%, rgba(26,28,32,0.78) 100%); transition: background 0.8s var(--ease); }
.disc:hover .disc__overlay { background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.05) 35%, rgba(26,28,32,0.85) 100%); }
.disc__grain { position: absolute; inset: 0; z-index: 3; opacity: 0.025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); background-repeat: repeat; background-size: 180px; }
.disc__body { position: absolute; bottom: 0; left: 0; right: 0; z-index: 5; padding: clamp(24px, 3vw, 40px); }
.disc__number { font-family: var(--font-serif); font-size: 0.75rem; font-weight: 400; color: var(--muted-blue); opacity: 0.5; line-height: 1; margin-bottom: 12px; }
.disc__title { font-family: var(--font-serif); font-size: clamp(1.2rem, 1.6vw, 1.4rem); font-weight: 400; color: var(--warm-off-white); margin-bottom: 8px; line-height: 1.25; }
.disc__text { font-family: var(--font-sans); font-size: 0.75rem; font-weight: 300; line-height: 1.65; color: var(--warm-stone); opacity: 0.7; max-width: 300px; margin-bottom: 18px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.disc__link { font-family: var(--font-sans); font-size: 0.6875rem; font-weight: 400; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted-blue); display: inline-flex; align-items: center; gap: 12px; opacity: 0.65; transition: all var(--dur-base) var(--ease); }
.disc:hover .disc__link { opacity: 1; gap: 18px; }
.disc__link-arrow, .disc-featured__link-arrow { width: 16px; height: 1px; background: currentColor; position: relative; transition: width var(--dur-base) var(--ease); }
.disc__link-arrow::after, .disc-featured__link-arrow::after { content: ''; position: absolute; right: 0; top: -2.5px; width: 5px; height: 5px; border-right: 1px solid currentColor; border-top: 1px solid currentColor; transform: rotate(45deg); }
.disc:hover .disc__link-arrow { width: 22px; }

.disc-row { display: grid; gap: var(--card-gap); margin-bottom: var(--card-gap); }
.disc-row--2 { grid-template-columns: 1fr 1fr; }
.disc-row--3 { grid-template-columns: repeat(3, 1fr); }
.disc--standard { min-height: clamp(300px, 28vw, 380px); }

/* Mobile: all cards same style - featured becomes full-image overlay too */
@media (max-width: 960px) {
  .expertise__intro { grid-template-columns: 1fr; gap: 20px; }
  .expertise__desc { justify-self: start; }
  /* Featured card becomes full-image overlay on mobile */
  .disc-featured { display: block; position: relative; min-height: 280px; overflow: hidden; border-radius: var(--radius-sm); }
  .disc-featured__img { position: absolute; inset: 0; overflow: hidden; }
  .disc-featured__img img { filter: saturate(0.75) brightness(0.75) contrast(1.02); }
  /* Override the horizontal gradient with a strong vertical one matching .disc__overlay */
  .disc-featured__img-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(26,28,32,0.08) 30%, rgba(26,28,32,0.8) 100%) !important;
  }
  .disc-featured__body {
    position: absolute; bottom: 0; left: 0; right: 0;
    background: transparent; padding: clamp(24px, 4vw, 36px); z-index: 5;
  }
  .disc-featured__number { position: static; font-size: 2rem; opacity: 0.25; margin-bottom: 12px; }
  .disc-featured__title { color: var(--warm-off-white); }
  .disc-featured__text { color: var(--warm-off-white); opacity: 0.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
  .disc-featured__link { opacity: 0.6; }
  .disc-row--2 { grid-template-columns: 1fr; }
  .disc-row--3 { grid-template-columns: 1fr 1fr; }
  .disc--standard { min-height: 280px; }
  .disc__link { opacity: 0.6; transform: translateX(0); }
}
@media (max-width: 600px) {
  .disc-row--3 { grid-template-columns: 1fr; }
  .disc--standard { min-height: 260px; }
}


/* ============================================
   APPROACH
   ============================================ */

.approach { position: relative; overflow: hidden; }
.approach__banner { position: relative; width: 100%; min-height: clamp(420px, 46vh, 560px); display: flex; align-items: center; justify-content: center; overflow: hidden; padding-bottom: clamp(60px, 8vw, 100px); }
.approach__banner-bg { position: absolute; inset: 0; z-index: 1; }
.approach__banner-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 65%; filter: saturate(0.55) brightness(0.38) contrast(1.1); }
.approach__banner-overlay { position: absolute; inset: 0; z-index: 2; background: radial-gradient(ellipse at 50% 50%, rgba(30,32,37,0.45) 0%, rgba(30,32,37,0.75) 100%); }
.approach__banner-content { position: relative; z-index: 10; max-width: 720px; text-align: center; padding: clamp(56px, 7vw, 80px) var(--section-px) 0; }
.approach__heading { font-size: clamp(1.8rem, 3vw, 2.6rem); margin-bottom: 16px; }
.approach__text { color: var(--warm-stone); opacity: 0.85; margin-bottom: 8px; }
.approach__text-sub { color: var(--warm-stone); opacity: 0.6; font-size: 0.8125rem; }

.approach__bottom { background-color: var(--charcoal-deep); padding-bottom: clamp(48px, 6vw, 72px); }
.approach__cards { max-width: var(--max-width); margin: 0 auto; padding: 0 var(--section-px); margin-top: clamp(-60px, -8vw, -100px); position: relative; z-index: 10; }
.approach__cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--card-gap); }
.approach__card { background-color: var(--charcoal); padding: clamp(28px, 3vw, 40px); border-radius: var(--radius-sm); position: relative; overflow: hidden; transition: background-color var(--dur-slow) var(--ease); }
.approach__card:hover { background-color: var(--slate); }
.approach__card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--muted-blue) 0%, transparent 100%); opacity: 0.2; transition: opacity var(--dur-base) var(--ease); }
.approach__card:hover::before { opacity: 0.45; }
.approach__card-number { font-family: var(--font-serif); font-size: 2rem; font-weight: 400; color: var(--muted-blue); opacity: 0.2; line-height: 1; margin-bottom: 16px; transition: opacity var(--dur-base) var(--ease); }
.approach__card:hover .approach__card-number { opacity: 0.35; }
.approach__card-title { font-family: var(--font-serif); font-size: clamp(1.1rem, 1.4vw, 1.3rem); font-weight: 400; color: var(--warm-off-white); margin-bottom: 10px; line-height: 1.25; }
.approach__card-text { font-family: var(--font-sans); font-size: 0.75rem; font-weight: 300; line-height: 1.75; color: var(--warm-stone); opacity: 0.65; max-width: 260px; }

.approach__cta-row { max-width: var(--max-width); margin: 0 auto; padding: clamp(28px, 3vw, 40px) var(--section-px) 0; display: flex; justify-content: center; }
.approach__cta-link { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-sans); font-size: 0.6875rem; font-weight: 400; letter-spacing: 0.09em; text-transform: uppercase; color: var(--warm-stone); text-decoration: none; padding: 12px 0; border-bottom: 1px solid rgba(184,178,168,0.12); transition: all var(--dur-base) var(--ease); }
.approach__cta-link:hover { color: var(--warm-off-white); border-bottom-color: var(--muted-blue); gap: 20px; }

@media (max-width: 960px) {
  .approach__cards-grid { grid-template-columns: 1fr 1fr; }
  .approach__banner { min-height: clamp(360px, 42vh, 480px); }
  .approach__cards { margin-top: clamp(-40px, -5vw, -60px); }
}
@media (max-width: 600px) {
  .approach__cards-grid { grid-template-columns: 1fr; gap: clamp(8px, 1.5vw, 12px); }
  .approach__banner { min-height: auto; padding: clamp(60px, 10vw, 80px) var(--section-px) clamp(48px, 7vw, 72px); }
  .approach__banner-content { padding: 0; }
  .approach__cards { margin-top: 0; }
  .approach__card { padding: clamp(24px, 4vw, 32px); }
  .approach__bottom { padding-top: clamp(24px, 4vw, 36px); padding-bottom: clamp(36px, 5vw, 56px); }
}


/* ============================================
   TRUST - Static grid on mobile
   ============================================ */

.trust { overflow: hidden; }
.trust__marquee { position: relative; width: 100%; padding: clamp(32px, 4vw, 48px) 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.trust__track { display: flex; align-items: center; width: max-content; animation: marquee 100s linear infinite; will-change: transform; }
@keyframes marquee { 0% { transform: translate3d(0, 0, 0); } 100% { transform: translate3d(-50%, 0, 0); } }
.trust__logo { flex-shrink: 0; margin-right: clamp(48px, 6vw, 72px); display: flex; align-items: center; justify-content: center; }
.trust__logo img { max-width: clamp(100px, 10vw, 140px); height: auto; object-fit: contain; filter: grayscale(100%) brightness(4) contrast(0.45); opacity: 0.9; transition: all var(--dur-slow) var(--ease); }
.trust__logo:hover img { opacity: 1; filter: grayscale(100%) brightness(4.5) contrast(0.5); }
/* Logo-03 is white-on-white - needs invert */
.trust__logo--invert img { filter: grayscale(100%) invert(1) brightness(2.5) contrast(0.5); }
.trust__logo--invert:hover img { filter: grayscale(100%) invert(1) brightness(3) contrast(0.55); }
.trust__accreditations { margin-top: clamp(20px, 2.5vw, 32px); }
.trust__accred-row { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 4vw, 52px); flex-wrap: wrap; }
.trust__accred-label { font-size: 0.5625rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); opacity: 0.4; margin-right: clamp(4px, 1vw, 12px); white-space: nowrap; }
.trust__accred-item { display: flex; align-items: center; justify-content: center; }
.trust__accred-item img { max-height: clamp(30px, 3.8vw, 44px); width: auto; object-fit: contain; filter: grayscale(60%) contrast(0.85); opacity: 0.5; transition: all var(--dur-slow) var(--ease); }
.trust__accred-item:hover img { opacity: 0.85; filter: grayscale(20%) contrast(0.95); }

@media (max-width: 768px) {
  /* Static wrapped grid on mobile instead of marquee */
  .trust__marquee { -webkit-mask-image: none; mask-image: none; overflow: visible; }
  .trust__track {
    animation: none; width: 100%; flex-wrap: wrap;
    justify-content: center; gap: clamp(24px, 5vw, 40px);
  }
  .trust__logo { margin-right: 0; }
  /* Brighter logos on mobile for readability */
  .trust__logo img { max-width: 90px; filter: grayscale(100%) brightness(4) contrast(0.45); opacity: 0.95; }
  /* Hide duplicate logos on mobile */
  .trust__logo:nth-child(n+22) { display: none; }
}
@media (max-width: 600px) {
  .trust__accred-label { width: 100%; text-align: center; margin-right: 0; margin-bottom: 8px; }
  .trust__accred-row { gap: clamp(20px, 6vw, 36px); }
}
@media (prefers-reduced-motion: reduce) { .trust__track { animation: none; } }


/* ============================================
   FAQ
   ============================================ */

.hp-faq__inner { display: grid; grid-template-columns: 0.4fr 0.6fr; gap: clamp(40px, 6vw, 100px); align-items: start; }
.hp-faq__left { position: sticky; top: 120px; }
.hp-faq__heading { font-size: clamp(1.8rem, 2.8vw, 2.4rem); color: var(--charcoal); margin-bottom: 16px; }
.hp-faq__sub { font-size: clamp(0.8rem, 0.88vw, 0.875rem); font-weight: 300; line-height: 1.8; color: var(--slate-mid); max-width: 320px; }
.hp-faq .faq-q { color: var(--charcoal); }
.hp-faq .faq-a__inner p { color: var(--slate-mid); }
@media (max-width: 960px) { .hp-faq__inner { grid-template-columns: 1fr; gap: 32px; } .hp-faq__left { position: static; } }


/* ============================================
   HERO ENTRANCE ANIMATIONS
   Staggered fade + slide, gentle image scale
   ============================================ */

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes heroImageScale {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

/* Image slow zoom-out on load */
.hero__bg img {
  animation: heroImageScale 2.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

/* Staggered content reveal */
.hero__eyebrow-items {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}

.hero__title {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}

.hero__text {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.7s forwards;
}

.hero__buttons {
  opacity: 0;
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.9s forwards;
}

.hero__aside {
  opacity: 0;
  animation: heroFadeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1.1s forwards;
}

.hero__bottom {
  opacity: 0;
  animation: heroFadeIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1.3s forwards;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .hero__bg img,
  .hero__eyebrow-items,
  .hero__title,
  .hero__text,
  .hero__buttons,
  .hero__aside,
  .hero__bottom {
    animation: none;
    opacity: 1;
    transform: none;
  }
}