
:root{
  --bg:#ffffff;
  --bg-2:#f7f7f7;
  --surface:#ffffff;
  --surface-2:#fafafa;
  --line:#e5e5e5;
  --text:#000000;
  --muted:#4a4a4a;
  --soft:#767676;
  --accent:#000000;
  --accent-dark:#000000;
  --shadow:0 14px 36px rgba(0,0,0,.08);
  --max:1280px;
  --radius:20px;
  --overlay-dark: rgba(0,0,0,.18);
  --overlay-darker: rgba(0,0,0,.45);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  color:var(--text);
  background:#ffffff;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(calc(100% - 40px),var(--max));margin:0 auto}

.site-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(0,0,0,.08);
}
.site-header .wrap{
  min-height:78px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
}
.logo{
  text-decoration:none;
  font-size:15px;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:700;
  color:#000;
}
.nav{
  display:flex;flex-wrap:wrap;gap:18px;align-items:center;
}
.nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  color:rgba(0,0,0,.5);
  position:relative;
  padding-bottom:3px;
}
.nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
  background:#000;transform:scaleX(0);transform-origin:left;transition:transform .25s ease;
}
.nav a:hover,.nav a.active{color:#000}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}

.hero{
  position:relative;
  min-height:88svh;
  overflow:hidden;
  color:#fff;
  /* The hero uses a video background and overlay; base colour is set for browsers
     that do not support video. */
  background:#111111;
}

/*
 * Cinematic hero video support. The hero section now contains a .hero-media wrapper
 * with a video element and a separate overlay. The video fills the entire
 * section, maintaining aspect ratio, and the overlay applies the same soft
 * gradient effect used previously on the image layers. The hero-inner sits
 * above both.
 */
.hero-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, var(--overlay-dark) 0%, var(--overlay-darker) 100%),
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.06), transparent 38%);
  z-index:1;
}
@keyframes heroZoom{
  0%,100%{transform:scale(1);}
  50%{transform:scale(1.03);}
}
.home .hero-inner{
  position:relative;
  z-index:2;
}
.hero-inner{
  position:relative;z-index:1;
  padding:130px 0 60px;
}
.hero-topline{
  font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.76);margin-bottom:18px;
}
.hero h1{
  margin:0;max-width:10.5ch;
  font-size:clamp(3.3rem,8vw,6.8rem);
  line-height:.9;letter-spacing:-.065em;font-weight:600;
}
.hero-subline{
  margin-top:14px;
  font-size:clamp(1rem,1.8vw,1.22rem);
  color:rgba(255,255,255,.78);
}

/* Custom style for the homepage hero tagline (Engineering Sound) */
.home .hero-tagline{
  margin-top:18px;
  font-size:clamp(1.1rem,2.6vw,2rem);
  letter-spacing:.08em;
  color:rgba(255,255,255,.78);
  font-weight:300;
}
.hero-grid{
  margin-top:34px;
  display:grid;grid-template-columns:1.08fr .92fr;gap:26px;align-items:end;
}
.hero-copy{
  max-width:40rem;
  font-size:1.08rem;line-height:1.62;color:rgba(255,255,255,.84);
}
.cta-row{
  display:flex;flex-wrap:wrap;gap:14px;margin-top:28px;
}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:48px;padding:0 20px;
  border-radius:999px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.09em;
  font-size:12px;
  border:1px solid rgba(255,255,255,.24);
  transition:transform .25s ease, background-color .25s ease, color .25s ease;
}
.button.primary{
  background:#fff;color:#111;border-color:#fff;
}
.button.secondary{
  background:transparent;color:#fff;
}
.button:hover{transform:translateY(-1px)}
.feature-card{
  position:relative;overflow:hidden;border-radius:24px;min-height:360px;
  box-shadow:var(--shadow);
  border:1px solid rgba(255,255,255,.12);
}
.feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.feature-card::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(12,12,12,.06) 0%, rgba(12,12,12,.68) 74%, rgba(12,12,12,.8) 100%);
}
.feature-card .content{
  position:relative;z-index:1;
  min-height:360px;
  display:flex;flex-direction:column;justify-content:flex-end;
  padding:28px;
}
.kicker{
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.7);
}
.feature-card h2{
  margin:8px 0 10px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.02;letter-spacing:-.04em;
}
.feature-card p{
  margin:0;max-width:28rem;color:rgba(255,255,255,.82)
}

.band{
  padding:34px 0;
  /* Lighten the band divider and background to maintain airiness */
  border-bottom:1px solid rgba(21,21,21,.05);
  background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,.10));
}
.band p{
  margin:0;max-width:70rem;font-size:1.04rem;color:var(--muted)
}

.tiles-section{
  padding:50px 0 0;
}
.tiles{
  display:grid;grid-template-columns:repeat(3,1fr);gap:0;
  border-top:1px solid rgba(21,21,21,.1);
  border-left:1px solid rgba(21,21,21,.1);
}
.tile{
  min-height:250px;padding:28px 24px;
  border-right:1px solid rgba(21,21,21,.1);
  border-bottom:1px solid rgba(21,21,21,.1);
  background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.18));
  text-decoration:none;
  display:flex;flex-direction:column;justify-content:space-between;
  transition:background-color .25s ease, transform .25s ease;
}
.tile:hover{
  background:linear-gradient(180deg,rgba(255,255,255,.7),rgba(255,255,255,.28));
  transform:translateY(-2px);
}
.tile-icon{
  width:52px;height:52px;border-radius:14px;
  border:1px solid rgba(21,21,21,.12);
  display:flex;align-items:center;justify-content:center;
  color:var(--accent-dark);background:rgba(255,255,255,.45)
}
.tile h3{
  margin:18px 0 8px;
  font-size:1rem;letter-spacing:.08em;text-transform:uppercase;font-weight:600;
}
.tile p{
  margin:0;color:var(--soft);line-height:1.5;max-width:18rem;font-size:.96rem;
}

.page{
  padding:70px 0 78px;
}
.page-head{
  display:grid;grid-template-columns:220px 1fr;gap:26px;align-items:start;margin-bottom:30px;
}
.eyebrow{
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--soft);
}
.page h1{
  margin:0 0 12px;
  font-size:clamp(2rem,4vw,3.1rem);
  letter-spacing:-.055em;line-height:.95;
}
.copy{
  max-width:50rem;font-size:1.04rem;line-height:1.72;color:var(--muted);
}
.copy p{margin:0 0 18px}
.content-grid{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:start;
}
.aside-image{
  position:sticky;top:110px;
  overflow:hidden;border-radius:24px;border:1px solid rgba(21,21,21,.1);box-shadow:var(--shadow)
}
.aside-image img{width:100%;height:auto}
.credit-columns{
  display:grid;grid-template-columns:1fr 1fr;gap:30px;
}

/* Highlighted credits call-out */
.featured-credits{
  margin:32px 0;
  padding:32px;
  background:var(--surface);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
.featured-credits .kicker{
  font-size:0.72rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
  margin:0 0 14px;
}
.featured-credits ul{
  margin:0;
  padding:0;
  list-style:none;
}
.featured-credits li{
  margin:4px 0;
  font-size:0.97rem;
  line-height:1.45;
}
.featured-credits li strong{
  color:var(--accent-dark);
}
.credit-group{
  padding:18px 0;border-top:1px solid rgba(21,21,21,.1);
}
.credit-group:first-child{border-top:none}
.credit-group h3{
  margin:0 0 12px;font-size:1.08rem;letter-spacing:-.02em;font-weight:600;
}
.credit-group ul{
  margin:0;padding-left:18px;color:var(--muted);line-height:1.78
}
.credit-note{
  margin-top:22px;color:var(--muted)
}
.credit-note a{color:var(--accent-dark)}
.media-layout{
  display:grid;grid-template-columns:1.12fr .88fr;gap:22px;align-items:start;
}
.media-feature{
  overflow:hidden;border-radius:24px;border:1px solid rgba(21,21,21,.1);background:#fff;box-shadow:var(--shadow)
}
.media-feature img{aspect-ratio:16/10;object-fit:cover}
.media-feature .content{padding:22px}
.media-feature h2{margin:8px 0 8px;font-size:1.7rem;letter-spacing:-.04em}
.media-cards{
  display:grid;gap:16px
}
.media-card{
  display:grid;grid-template-columns:140px 1fr;gap:16px;
  padding:14px;border:1px solid rgba(21,21,21,.1);border-radius:18px;background:rgba(255,255,255,.45);
}
.media-thumb{
  overflow:hidden;border-radius:14px;background:linear-gradient(135deg,#f0f0f0,#d8d8d8);
}
.media-thumb img{width:100%;height:100%;object-fit:cover}
.media-card h3{margin:0 0 6px;font-size:1.02rem;letter-spacing:-.02em}
.media-card p{margin:0 0 10px;color:var(--soft);font-size:.95rem;line-height:1.5}
.media-link{
  display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-dark);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.3)
}
.link-list{
  margin-top:28px;display:grid;gap:12px
}
.link-list a{
  color:var(--accent-dark);
  text-decoration:none;
  /* Use a softer border colour derived from the accent */
  border-bottom:1px solid rgba(0,0,0,.25);
  width:max-content;
  max-width:100%;
}
.speaking-grid,.more-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:24px;
}
.card{
  border:1px solid rgba(21,21,21,.1);border-radius:24px;background:rgba(255,255,255,.42);box-shadow:var(--shadow);overflow:hidden
}
.card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.card .content{padding:22px}
.card h2,.card h3{margin:0 0 10px;letter-spacing:-.03em}
.card p,.card li{color:var(--muted);line-height:1.68}
.card ul{margin:0;padding-left:18px}
.form-panel{
  border:1px solid rgba(21,21,21,.1);border-radius:24px;background:rgba(255,255,255,.52);box-shadow:var(--shadow);padding:24px;
}
.form-grid{display:grid;gap:14px}
.field label{display:block;margin-bottom:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--soft)}
.field input,.field textarea{
  width:100%;padding:14px 14px;border-radius:14px;border:1px solid rgba(21,21,21,.15);
  background:#fff;font:inherit;color:var(--text)
}
.field textarea{min-height:160px;resize:vertical}
.footer{
  padding:28px 0 44px;border-top:1px solid rgba(21,21,21,.08);font-size:.93rem;color:var(--soft)
}

/*
 * Home page specific styles inspired by Dior. These definitions provide
 * a cinematic hero with minimal copy, a feature highlight section, a simplified
 * navigation grid, and a light neutral palette. The styles are appended
 * below the base styles to override when necessary.
 */

.home .hero-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:60;
  padding:26px 0;
  color:#fff;
  display:flex;
  justify-content:center;
  pointer-events:none;
}
.home .hero-header .header-inner{
  width:min(calc(100% - 40px),var(--max));
  display:flex;
  justify-content:space-between;
  align-items:center;
  pointer-events:auto;
}
.home .hero-logo{
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
  text-decoration:none;
  color:#fff;
}
.home .hero-nav{
  display:flex;
  gap:22px;
}
.home .hero-nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:12px;
  color:rgba(255,255,255,.78);
  position:relative;
  padding-bottom:2px;
  transition:color .25s ease;
}
.home .hero-nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-2px;
  height:1px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .25s ease;
}
.home .hero-nav a:hover,
.home .hero-nav a:focus{
  color:#fff;
}
.home .hero-nav a:hover::after,
.home .hero-nav a:focus::after{
  transform:scaleX(1);
}

.home .hero-inner.minimal{
  min-height:88vh;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  padding:0 0 80px;
}
.home .hero-name{
  margin:0;
  font-size:clamp(3.8rem,8vw,7.2rem);
  line-height:.88;
  letter-spacing:-.065em;
  font-weight:600;
  color:#fff;
}
.home .hero-tagline{
  margin-top:12px;
  font-size:clamp(1.1rem,2.5vw,1.7rem);
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:500;
  color:rgba(255,255,255,.78);
}

.feature-highlight{
  padding:90px 0;
  background:var(--surface);
  border-bottom:1px solid rgba(21,21,21,.06);
}
.feature-highlight .feature-inner{
  display:flex;
  flex-wrap:wrap;
  gap:50px;
  align-items:center;
}
.feature-highlight .feature-image{
  flex:1 1 45%;
  min-width:260px;
  position:relative;
  overflow:hidden;
  border-radius:20px;
  box-shadow:var(--shadow);
}
.feature-highlight .feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.feature-highlight .feature-text{
  flex:1 1 45%;
  min-width:260px;
}
.feature-highlight .feature-text h2{
  margin:0;
  font-size:clamp(2rem,4vw,3rem);
  line-height:1.05;
  letter-spacing:-.04em;
  color:var(--text);
}
.feature-highlight .feature-text p{
  margin-top:14px;
  max-width:36rem;
  font-size:1.05rem;
  line-height:1.6;
  color:var(--muted);
}
.feature-highlight .feature-text .button{
  margin-top:28px;
}

.tiles-section{
  background:var(--bg);
  padding:90px 0 0;
}
.tiles{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  border-top:1px solid rgba(21,21,21,.06);
  border-left:1px solid rgba(21,21,21,.06);
}
.tile{
  min-height:260px;
  padding:32px 26px;
  border-right:1px solid rgba(21,21,21,.06);
  border-bottom:1px solid rgba(21,21,21,.06);
  background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,.25));
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:background-color .25s ease, transform .25s ease;
}
.tile:hover{
  background:linear-gradient(180deg,rgba(255,255,255,.8),rgba(255,255,255,.5));
  transform:translateY(-4px);
}
.tile-icon svg{
  color:var(--accent-dark);
}
.tile h3{
  margin:0 0 4px;
  font-size:1.35rem;
  letter-spacing:-.02em;
  color:var(--text);
}
.tile p{
  margin:0;
  font-size:.96rem;
  line-height:1.5;
  color:var(--muted);
}

.band{
  padding:70px 0;
  background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,.24));
  border-top:1px solid rgba(21,21,21,.05);
  border-bottom:1px solid rgba(21,21,21,.05);
  text-align:center;
}
.band p{
  margin:0 auto;
  max-width:64rem;
  font-size:1.1rem;
  line-height:1.6;
  color:var(--muted);
}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease, transform .65s ease}
.reveal.in{opacity:1;transform:none}

@media (max-width: 1024px){
  .hero-grid,.content-grid,.media-layout,.speaking-grid,.more-grid,.credit-columns{grid-template-columns:1fr}
  .page-head{grid-template-columns:1fr}
  .aside-image{position:static}
  .feature-card,.feature-card .content{min-height:320px}
}
@media (max-width: 800px){
  .tiles{grid-template-columns:1fr}
  .site-header .wrap{min-height:unset;padding:14px 0;align-items:flex-start;flex-direction:column}
  .nav{gap:12px}
  .hero{min-height:auto}
  .hero-inner{padding:120px 0 50px}
  .media-card{grid-template-columns:1fr}
}

.video-embed{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  background:#111;
}
.video-embed iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.inline-photo{
  margin:28px 0 8px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(21,21,21,.1);
  box-shadow:var(--shadow);
}
.inline-photo img{width:100%;aspect-ratio:16/9;object-fit:cover}
.credits-hero{
  margin:26px 0 34px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(21,21,21,.1);
  box-shadow:var(--shadow);
}
.credits-hero img{width:100%;aspect-ratio:16/8;object-fit:cover}


/* Restored photo-led monochrome homepage */
body.home-luxe{
  background:#fff;
  color:#111;
}
.luxe-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:100;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.luxe-header-inner{
  min-height:74px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
}
.luxe-logo{
  text-decoration:none;
  font-size:14px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#111;
}
.luxe-nav{display:flex;gap:26px;flex-wrap:wrap}
.luxe-nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:12px;
  color:rgba(0,0,0,.55);
  transition:color .28s ease;
}
.luxe-nav a:hover{color:#111}

.bw-luxe-hero,
.luxe-hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  color:#fff;
  background:#101010;
}
.luxe-hero-media{
  position:absolute;
  inset:0;
  background-image:url('assets/studio-console.jpg');
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
  animation:luxeDrift 26s ease-in-out infinite alternate;
  filter:grayscale(100%) contrast(1.02) brightness(.8);
}
.luxe-hero-vignette{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 60% 34%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.36) 46%, rgba(0,0,0,.7) 100%);
}
.luxe-hero-sheen{
  position:absolute;
  inset:-10% -25%;
  background:linear-gradient(112deg, transparent 37%, rgba(255,255,255,.08) 50%, transparent 64%);
  animation:luxeSweep 26s linear infinite;
  mix-blend-mode:screen;
  opacity:.5;
}
@keyframes luxeDrift{
  from{transform:scale(1.02) translate3d(0,0,0)}
  to{transform:scale(1.07) translate3d(-1.2%,1.4%,0)}
}
@keyframes luxeSweep{
  from{transform:translateX(-18%)}
  to{transform:translateX(18%)}
}
.luxe-hero-inner{
  position:relative;
  z-index:3;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  padding:150px 0 78px;
}
.luxe-hero-copy{max-width:52rem}
.luxe-kicker{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:rgba(255,255,255,.68);
  margin-bottom:18px;
}
.luxe-hero h1{
  margin:0;
  max-width:11ch;
  font-size:clamp(3.4rem,7vw,6.7rem);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:560;
}
.luxe-hero p{
  margin:16px 0 0;
  max-width:34rem;
  color:rgba(255,255,255,.72);
  font-size:1rem;
  line-height:1.72;
}

.bw-feature-section,
.luxe-feature-section{
  padding:118px 0 102px;
  background:#fff;
}
.luxe-feature-grid{
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  gap:60px;
  align-items:center;
}
.luxe-feature-text{max-width:24rem}
.luxe-feature-text .luxe-kicker,
.luxe-panel .luxe-kicker{
  color:#7a7a7a;
  margin-bottom:14px;
}
.luxe-feature-text h2{
  margin:0 0 14px;
  font-size:clamp(2.1rem,4vw,3.8rem);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:600;
  color:#111;
}
.luxe-feature-text p{
  margin:0 0 22px;
  color:#4d4d4d;
  font-size:1rem;
  line-height:1.75;
}
.luxe-link{
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  color:#111;
  border-bottom:1px solid rgba(0,0,0,.45);
  padding-bottom:3px;
  text-decoration:none;
}
.luxe-feature-image{
  margin:0;
  position:relative;
  transform:translateX(34px);
}
.luxe-feature-image img{
  width:100%;
  aspect-ratio:16/11;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 22px 60px rgba(0,0,0,.12);
  filter:grayscale(100%);
}
.bw-links-section,
.luxe-links-section{
  padding:0 0 110px;
  background:#fff;
}
.bw-links-grid,
.luxe-links-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
}
.luxe-panel{
  min-height:220px;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:26px;
  padding:30px 28px;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  transition:transform .28s ease, background-color .28s ease, border-color .28s ease;
}
.luxe-panel:hover{
  transform:translateY(-2px);
  background:#fafafa;
  border-color:rgba(0,0,0,.18);
}
.luxe-panel-large{min-height:320px}
.luxe-panel-wide{grid-column:1 / -1;min-height:180px}
.luxe-panel h3{
  margin:0;
  max-width:24rem;
  font-size:clamp(1.25rem,2vw,2rem);
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:560;
  color:#111;
}
.bw-statement,
.luxe-statement{
  padding:0 0 88px;
  background:#fff;
}
.luxe-statement p{
  margin:0 auto;
  max-width:56rem;
  text-align:center;
  color:#4d4d4d;
  font-size:1.06rem;
  line-height:1.82;
}

.reveal-luxe{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal-luxe.in{
  opacity:1;
  transform:none;
}

@media (max-width:980px){
  .luxe-header-inner{min-height:68px;align-items:flex-start;padding:14px 0;flex-direction:column}
  .luxe-nav{gap:14px}
  .luxe-feature-grid,.bw-links-grid,.luxe-links-grid{grid-template-columns:1fr}
  .luxe-feature-image{transform:none}
  .luxe-panel-wide{grid-column:auto;min-height:220px}
}
@media (max-width:640px){
  .luxe-hero-inner{padding:130px 0 48px}
  .luxe-hero h1{font-size:clamp(3rem,17vw,4.8rem)}
  .luxe-nav a{font-size:11px}
}


/* Perfected media page */
.media-feature-editorial{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  margin: 18px 0 60px;
}
.media-feature-image,
.media-feature-video{
  border:1px solid rgba(21,21,21,.10);
  border-radius:26px;
  overflow:hidden;
  background:var(--surface);
  box-shadow:var(--shadow);
}
.media-feature-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  min-height: 560px;
}
.media-feature-video{
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.media-feature-video h2{
  margin:4px 0 10px;
  font-size:clamp(1.8rem,3.2vw,2.8rem);
  line-height:.97;
  letter-spacing:-.04em;
}
.feature-standfirst{
  margin:0 0 18px;
  color:var(--text);
  font-size:1rem;
  line-height:1.6;
}
.media-context{
  margin:16px 0 0;
  color:var(--muted);
  line-height:1.68;
}
.media-secondary{
  margin-top: 18px;
}
.media-secondary-head{
  max-width: 44rem;
  margin: 0 0 22px;
}
.media-secondary-head p{
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.media-curated-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.media-curated-card{
  border:1px solid rgba(21,21,21,.09);
  border-radius:22px;
  overflow:hidden;
  background:var(--surface);
  box-shadow:var(--shadow);
}
.media-curated-card .media-thumb{
  height: 240px;
  overflow:hidden;
}
.media-curated-card .media-thumb.wide{
  height: 240px;
}
.media-curated-card .media-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.media-card-copy{
  padding:20px 20px 22px;
}
.media-card-copy h3{
  margin:0 0 8px;
  font-size:1.22rem;
  letter-spacing:-.02em;
}
.media-card-copy p{
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.66;
}
.written-material{
  margin-top: 52px;
  padding-top: 10px;
}
@media (max-width: 1100px){
  .media-curated-grid{
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px){
  .media-feature-editorial{
    grid-template-columns: 1fr;
  }
  .media-feature-image img{
    min-height: 420px;
  }
}


/* Non-index eyebrow-first restore */
body:not(.home-luxe) .page-head .eyebrow.reveal,
body:not(.home-luxe) .page-head h1.reveal,
body:not(.home-luxe) .page-head .copy.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease, transform .65s ease;
}
body:not(.home-luxe) .page-head .eyebrow.reveal.in,
body:not(.home-luxe) .page-head h1.reveal.in,
body:not(.home-luxe) .page-head .copy.reveal.in{
  opacity:1;
  transform:none;
}
body:not(.home-luxe) .page-head .eyebrow.reveal{transition-delay:0s !important;}
body:not(.home-luxe) .page-head h1.reveal{transition-delay:.10s !important;}
body:not(.home-luxe) .page-head .copy.reveal{transition-delay:.20s !important;}
body:not(.home-luxe) .featured-credits.reveal,
body:not(.home-luxe) .credit-group.reveal,
body:not(.home-luxe) .media-feature.reveal,
body:not(.home-luxe) .media-card.reveal,
body:not(.home-luxe) .content-grid > .reveal,
body:not(.home-luxe) .speaking-grid > .reveal,
body:not(.home-luxe) .more-grid > .reveal,
body:not(.home-luxe) .credits-hero.reveal,
body:not(.home-luxe) .inline-photo.reveal,
body:not(.home-luxe) .form-panel.reveal,
body:not(.home-luxe) .aside-image.reveal,
body:not(.home-luxe) .link-list.reveal{
  transition-delay:.28s !important;
}

/* Populated image consistency */
.credits-hero,
.inline-photo{
  margin:26px 0 34px;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(21,21,21,.1);
  box-shadow:var(--shadow);
}
.credits-hero img,
.inline-photo img{
  width:100%;
  display:block;
  object-fit:cover;
}
.credits-hero img{aspect-ratio:16/9;}
.inline-photo img{aspect-ratio:4/3;}


/* Page-head copy static on non-index pages */
body:not(.home-luxe) .page-head .copy{
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
}
body:not(.home-luxe) .page-head .eyebrow.reveal{transition-delay:0s !important;}
body:not(.home-luxe) .page-head h1.reveal{transition-delay:.10s !important;}


/* Global monochrome image consistency */
img{
  image-rendering:auto;
}
.credits-hero img,
.inline-photo img,
.aside-image img,
.media-feature img,
.media-thumb img,
.luxe-feature-image img{
  filter: grayscale(100%);
}


.bio-flow{
  max-width:440rem;
}
.bio-embedded-photo{
  float:right;
  width:320px;
  margin: auto;
}
.bio-embedded-photo img{
  width:50%;
  display:block;
  object-fit:fill;
}
@media (max-width:900px){
  .bio-embedded-photo{
    float:left;
    width:100%;
    margin:0 0 0px;
  }
}


/* Bio page repair — wrapped article */
.bio-article{
  max-width: 44rem;
}

.bio-embedded-photo{
  float: right;
  width: min(30%, 250px);
  margin: 4px 0 16px 24px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: var(--shadow);
}

.bio-embedded-photo img{
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

@media (max-width: 900px){
  .bio-embedded-photo{
    float: none;
    width: min(100%, 320px);
    margin: 0 0 18px;
  }
}


.field-help{
  margin:8px 0 0;
  font-size:12px;
  line-height:1.45;
  color:#6a6a6a;
}
.form-feedback{
  min-height:24px;
  font-size:13px;
  line-height:1.5;
}
.form-feedback.is-error{
  color:#000000;
}
.form-feedback.is-success{
  color:#424242;
}
.field input.is-invalid,
.field textarea.is-invalid{
  border-color:#000000 !important;
  box-shadow:0 0 0 2px rgba(0,0,0,.10);
}

/* Precision accessibility and form-safety layer */
.hp-field{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  opacity:0 !important;
  pointer-events:none !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible{
  outline:2px solid #000 !important;
  outline-offset:4px !important;
  box-shadow:0 0 0 4px rgba(0,0,0,.10) !important;
}

.button:focus-visible{
  transform:none !important;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    scroll-behavior:auto !important;
    transition-duration:.001ms !important;
  }

  .reveal,
  .reveal-luxe{
    opacity:1 !important;
    transform:none !important;
  }

  [data-parallax],
  .luxe-hero-media,
  .luxe-feature-image{
    transform:none !important;
  }
}

/* V7 monochrome correction layer — removes warm visual drift without altering layout */
:root{
  --bg:#ffffff !important;
  --bg-2:#f4f4f4 !important;
  --surface:#ffffff !important;
  --surface-2:#f8f8f8 !important;
  --line:#dedede !important;
  --text:#000000 !important;
  --muted:#424242 !important;
  --soft:#6f6f6f !important;
  --accent:#000000 !important;
  --accent-dark:#000000 !important;
  --shadow:0 14px 36px rgba(0,0,0,.08) !important;
  --overlay-dark:rgba(0,0,0,.24) !important;
  --overlay-darker:rgba(0,0,0,.58) !important;
}

html,
body{
  background:#ffffff !important;
}

body,
.site-header,
.band,
.tile,
.tile:hover,
.card,
.form-panel,
.media-feature,
.media-card,
.featured-credits,
.field input,
.field textarea,
.luxe-nav,
.home-luxe,
.home-luxe main,
.luxe-section,
.luxe-card,
.luxe-panel{
  background-color:#ffffff !important;
}

.band,
.tile,
.tile:hover,
.media-thumb,
.hero-bg::after,
.hero-overlay,
.luxe-hero::after,
.luxe-feature::before,
.luxe-section::before,
.luxe-section::after{
  background-image:none !important;
}

.band,
.tile,
.tile:hover{
  background:#ffffff !important;
}

.card,
.form-panel,
.media-card,
.featured-credits,
.media-feature,
.aside-image,
.bio-embedded-photo,
.tile,
.tiles,
.credit-group,
.footer{
  border-color:rgba(0,0,0,.10) !important;
}

/* All photographic/video material is presented in controlled greyscale; assets are preserved unchanged. */
img,
video,
.hero-video,
.hero-bg .layer,
.feature-card img,
.card img,
.media-thumb img,
.media-feature img,
.aside-image img,
.bio-embedded-photo img,
.luxe-hero-media,
.luxe-feature-image{
  filter:grayscale(100%) contrast(1.04) !important;
}

.hero-bg::after,
.hero-overlay{
  background:linear-gradient(180deg, rgba(0,0,0,.24) 0%, rgba(0,0,0,.60) 100%) !important;
}

.feature-card::after{
  background:linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.66) 74%, rgba(0,0,0,.84) 100%) !important;
}

.form-feedback.is-error,
.form-feedback.is-success,
.field-help,
.credit-note,
.copy,
.card p,
.card li,
.media-card p,
.tile p{
  color:var(--muted) !important;
}

.field input.is-invalid,
.field textarea.is-invalid{
  border-color:#000000 !important;
  box-shadow:0 0 0 2px rgba(0,0,0,.10) !important;
}

/* V10 index eyebrow nav correction — index page only.
   Restores the earlier interaction pattern: the eyebrow bar is hidden on first
   paint, then appears as a translucent monochrome overlay only after scroll begins. */
body.home-luxe .luxe-header{
  background:rgba(14,14,14,.34) !important;
  background-color:rgba(14,14,14,.34) !important;
  border-bottom:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 18px 54px rgba(0,0,0,.10) !important;
  backdrop-filter:blur(16px) saturate(105%) !important;
  -webkit-backdrop-filter:blur(16px) saturate(105%) !important;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-12px);
  transition:opacity .46s cubic-bezier(.19,1,.22,1), transform .46s cubic-bezier(.19,1,.22,1), visibility 0s linear .46s;
}

body.home-luxe .luxe-header.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
  transition:opacity .46s cubic-bezier(.19,1,.22,1), transform .46s cubic-bezier(.19,1,.22,1), visibility 0s;
}

body.home-luxe .luxe-header-inner,
body.home-luxe .luxe-logo,
body.home-luxe .luxe-nav,
body.home-luxe .luxe-nav a{
  background:transparent !important;
  background-color:transparent !important;
  box-shadow:none !important;
}

body.home-luxe .luxe-logo{
  color:rgba(255,255,255,.94) !important;
  text-shadow:0 1px 16px rgba(0,0,0,.32);
}

body.home-luxe .luxe-nav a{
  color:rgba(255,255,255,.80) !important;
  text-shadow:0 1px 14px rgba(0,0,0,.34);
}

body.home-luxe .luxe-nav a:hover,
body.home-luxe .luxe-nav a:focus-visible{
  color:#ffffff !important;
}

@media (prefers-reduced-motion: reduce){
  body.home-luxe .luxe-header{
    transition:none !important;
    transform:none !important;
  }
}

/* YouTube embed fallback — media page only. Preserves the existing monochrome editorial treatment. */
.video-embed--youtube{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}
.youtube-player,
.youtube-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.video-fallback{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:28px;
  text-align:center;
  background:#111;
  color:#f5f5f5;
}
.video-fallback[hidden]{
  display:none;
}
.video-fallback p{
  max-width:34rem;
  margin:0;
  color:rgba(255,255,255,.78);
  line-height:1.6;
}
.video-fallback .button{
  border-color:rgba(255,255,255,.36);
}
.video-fallback .button.primary{
  background:#f5f5f5;
  border-color:#f5f5f5;
  color:#111;
}
.video-fallback .button.primary:hover,
.video-fallback .button.primary:focus-visible{
  background:#ffffff;
  border-color:#ffffff;
  color:#111;
}
.video-fallback--noscript{
  position:absolute;
  inset:0;
}

/* V12 index feature refinement — controlled replacement of bland project block */
.luxe-work-text{
  max-width:30rem;
}
.luxe-work-lines{
  display:grid;
  gap:20px;
  margin:28px 0 26px;
}
.luxe-work-lines div{
  padding-top:18px;
  border-top:1px solid rgba(0,0,0,.14);
}
.luxe-work-lines strong{
  display:block;
  margin:0 0 6px;
  color:#111;
  font-size:.82rem;
  line-height:1.35;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:560;
}
.luxe-work-lines span{
  display:block;
  color:#4d4d4d;
  font-size:.96rem;
  line-height:1.68;
}
@media (max-width:760px){
  .luxe-work-text{max-width:none;}
  .luxe-work-lines{gap:18px;margin:24px 0;}
}

/* V18: Treat the white paper preview as a contained document object, not a cropped photo. */
.more-grid .document-card > img{
  box-sizing:border-box;
  display:block;
  width:calc(100% - 40px);
  margin:20px 20px 0;
  aspect-ratio:16 / 10;
  object-fit:contain;
  object-position:center;
  padding:16px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.72);
  border-radius:12px;
}
@media (max-width:640px){
  .more-grid .document-card > img{
    width:calc(100% - 28px);
    margin:14px 14px 0;
    padding:12px;
  }
}

/* V27: speaking page right-panel sizing correction only. Prevents the enquiry panel from stretching to match the taller lecture card. */
.speaking-grid{
  align-items:start;
}
.speaking-grid .form-panel{
  align-self:start;
}
