@font-face {
  font-family: 'WNSerif';
  src: url('./fonts/PlayfairDisplay-var.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'WNSerif';
  src: url('./fonts/PlayfairDisplay-Italic-var.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'WNSans';
  src: url('./fonts/Inter-var.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body { margin: 0; min-height: 100%; }
body { background: #ffffff; }

.wn-site {
  --ink: #111111;
  --paper: #ffffff;
  --ivory: #f7f4ee;
  --red: #a1230f;
  --hairline: rgba(17, 17, 17, 0.14);
  --hairline-light: rgba(255, 255, 255, 0.22);
  background: var(--paper);
  color: var(--ink);
  font-family: 'WNSans', 'Inter', -apple-system, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.wn-site h1, .wn-site h2, .wn-site h3 { font-family: 'WNSerif', 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 500; margin: 0; line-height: 1.12; }
.wn-site p { margin: 0; }
.wn-site img { display: block; max-width: 100%; }
.wn-site a { color: inherit; }
.wn-site a.wn-btn, .wn-site a.wn-btn:visited { color: #fff; }
.wn-site .wn-overlay nav a { color: #fff; }
.wn-site .wn-notes-link a { color: var(--red); }

.wn-eyebrow {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--red); margin-bottom: 14px; font-weight: 500;
}
.wn-eyebrow--light { color: rgba(255,255,255,0.85); }

/* announcement bar */
.wn-announce {
  background: #0d0d0d; color: #fff; text-align: center;
  font-family: 'WNSerif', Georgia, serif; font-size: 14px; padding: 9px 16px;
}
.wn-announce em { opacity: 0.75; }

/* nav */
.wn-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 20px; background: var(--paper); border-bottom: 1px solid var(--hairline);
  position: sticky; top: 0; z-index: 20;
}
.wn-brand img { height: 15px; width: auto; }
.wn-links { display: none; }
.wn-nav-right { display: flex; align-items: center; gap: 14px; }
.wn-menu-btn {
  background: none; border: none; font-family: inherit; font-size: 12px;
  letter-spacing: 0.18em; padding: 10px 0 10px 10px; cursor: pointer; color: var(--ink);
}
.wn-nav .wn-btn--small { display: none; }

/* buttons */
.wn-btn {
  display: inline-block; background: var(--red); color: #fff; text-decoration: none;
  font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 500;
  padding: 15px 26px; border: 1px solid var(--red); min-height: 20px;
}
.wn-btn--ghost { background: transparent; border-color: rgba(255,255,255,0.7); color: #fff; }
.wn-btn--dark { background: var(--ink); border-color: var(--ink); }
.wn-btn--small { padding: 10px 16px; font-size: 11px; }

/* overlay menu */
.wn-overlay {
  position: fixed; inset: 0; background: #0d0d0d; color: #fff; z-index: 50;
  display: flex; flex-direction: column; padding: 20px 24px 32px;
}
.wn-overlay nav { display: flex; flex-direction: column; margin-top: 48px; }
.wn-overlay nav a {
  font-family: 'WNSerif', Georgia, serif; font-size: 30px; text-decoration: none;
  padding: 12px 0; border-bottom: 1px solid var(--hairline-light);
}
.wn-overlay .wn-overlay-cta { font-size: 20px; font-style: italic; opacity: 0.85; }
.wn-overlay-close {
  align-self: flex-end; background: none; border: none; color: #fff;
  font-size: 12px; letter-spacing: 0.18em; padding: 10px 0; cursor: pointer; font-family: inherit;
}
.wn-overlay-foot { margin-top: auto; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; opacity: 0.6; }

/* hero */
.wn-hero { position: relative; min-height: 560px; display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.wn-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.wn-hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.18) 40%, rgba(0,0,0,0.68) 100%); }
.wn-hero-body { position: relative; padding: 96px 22px 34px; max-width: 760px; }
.wn-hero h1 { font-size: 40px; letter-spacing: -0.01em; }
.wn-hero-sub { margin-top: 16px; font-size: 15.5px; line-height: 1.65; color: rgba(255,255,255,0.92); max-width: 560px; }
.wn-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.wn-hero-note { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,0.66); font-style: italic; font-family: 'WNSerif', Georgia, serif; }

/* proof strip */
.wn-strip {
  display: grid; grid-template-columns: 1fr; gap: 22px;
  padding: 34px 22px; border-bottom: 1px solid var(--hairline); background: var(--ivory);
}
.wn-strip h3 {
  font-family: 'WNSans', sans-serif; font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 500; color: var(--red); margin-bottom: 8px;
}
.wn-strip p { font-size: 14px; line-height: 1.8; color: rgba(17,17,17,0.85); }

/* editorial */
.wn-editorial { padding: 72px 22px; text-align: center; }
.wn-editorial h2 { font-size: 33px; margin-bottom: 22px; }
.wn-editorial h2 em { font-style: italic; }
.wn-editorial p { max-width: 640px; margin: 0 auto; font-size: 16.5px; line-height: 1.75; color: rgba(17,17,17,0.82); }

/* split sections */
.wn-split { display: grid; grid-template-columns: 1fr; }
.wn-split figure { margin: 0; }
.wn-split figure img { width: 100%; height: 320px; object-fit: cover; }
.wn-split#family figure { height: min(40vh, 320px); overflow: hidden; }
.wn-split#family figure img { height: 100%; max-width: 100%; object-fit: cover; }
.wn-split-body { padding: 44px 22px; }
.wn-split-body h2 { font-size: 30px; margin-bottom: 16px; }
.wn-split-body p { color: rgba(17,17,17,0.82); margin-bottom: 14px; }
.wn-ticks { list-style: none; margin: 20px 0 0; padding: 0; }
.wn-ticks li {
  padding: 12px 0; border-top: 1px solid var(--hairline);
  font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase;
}
.wn-ticks li::before { content: '—'; color: var(--red); margin-right: 10px; }

/* opportunities */
.wn-opps { padding: 64px 22px; background: var(--paper); border-top: 1px solid var(--hairline); }
.wn-opps > h2 { font-size: 30px; margin-bottom: 12px; }
.wn-site .wn-opps-sub { max-width: 560px; font-size: 14.5px; color: rgba(17,17,17,0.7); margin-bottom: 48px; }
.wn-opp-carousel { position: relative; }
.wn-opp-grid {
  display: flex; gap: 34px; overflow-x: auto; padding-bottom: 14px;
  scrollbar-width: none; scroll-behavior: smooth; scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
}
.wn-opp-grid::-webkit-scrollbar { display: none; }
.wn-opp { flex: 0 0 min(88vw, 360px); min-width: 0; scroll-snap-align: start; }
.wn-opp figure { margin: 0 0 24px; }
.wn-opp figure img { width: 100%; height: 250px; object-fit: cover; }
.wn-opp-cat { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); font-weight: 500; margin-bottom: 6px; }
.wn-opp h3 { font-size: 21px; margin-bottom: 8px; }
.wn-opp > p { font-size: 14.5px; color: rgba(17,17,17,0.75); }
.wn-opp-lock { margin-top: 10px; font-size: 12px; font-style: italic; font-family: 'WNSerif', Georgia, serif; color: rgba(17,17,17,0.55); }
.wn-opp-arrow {
  position: absolute; top: 104px; width: 44px; height: 44px;
  border: 1px solid var(--hairline); border-radius: 50%; background: var(--paper);
  color: var(--ink); box-shadow: 0 4px 14px rgba(17,17,17,0.14);
  cursor: pointer; font-size: 24px; line-height: 1; z-index: 1;
  transition: opacity 180ms ease, background 180ms ease, color 180ms ease;
}
.wn-opp-arrow--prev { left: 0; }
.wn-opp-arrow--next { right: 0; }
.wn-opp-arrow:hover { background: var(--ink); color: var(--paper); }
.wn-opp-arrow:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }
.wn-opp-arrow:disabled { opacity: 0; pointer-events: none; }

/* process (dark) */
.wn-process { background: #0d0d0d; color: #fff; padding: 64px 22px; }
.wn-process h2 { font-size: 30px; margin-bottom: 30px; }
.wn-steps { display: grid; grid-template-columns: 1fr; gap: 28px; }
.wn-step { border-top: 1px solid var(--hairline-light); padding-top: 16px; }
.wn-step-n { font-family: 'WNSerif', Georgia, serif; font-style: italic; font-size: 15px; color: rgba(255,255,255,0.55); margin-bottom: 8px; }
.wn-step h3 { font-size: 20px; margin-bottom: 8px; }
.wn-step p { font-size: 14px; color: rgba(255,255,255,0.72); }

/* faq */
.wn-faq { padding: 64px 22px; }
.wn-faq > h2 { font-size: 30px; margin-bottom: 24px; }
.wn-faq-item { border-top: 1px solid var(--hairline); }
.wn-faq-item:last-child { border-bottom: 1px solid var(--hairline); }
.wn-faq-item button {
  width: 100%; background: none; border: none; font-family: inherit; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 18px 0; text-align: left; font-size: 16.5px; font-weight: 500; color: var(--ink);
  min-height: 44px;
}
.wn-faq-x { font-family: 'WNSerif', Georgia, serif; font-size: 22px; color: var(--red); }
.wn-faq-item > p { padding: 0 32px 20px 0; font-size: 15px; color: rgba(17,17,17,0.78); line-height: 1.7; }

/* FAQ page */
.wn-faq-intro { background: var(--ivory); padding: 84px 22px 78px; border-bottom: 1px solid var(--hairline); }
.wn-faq-container { width: 100%; max-width: 960px; margin: 0 auto; }
.wn-faq-intro h1 { max-width: 860px; font-size: clamp(38px, 6vw, 68px); letter-spacing: -.025em; }
.wn-faq-intro h1 em { font-weight: 400; white-space: nowrap; }
.wn-site .wn-faq-intro > .wn-faq-container > p:last-child {
  max-width: 510px; margin-top: 26px; font-size: 16px; color: rgba(17,17,17,.7);
}
.wn-faq-page { padding: 28px 22px 100px; }
.wn-faq-entry { border-bottom: 1px solid var(--hairline); }
.wn-faq-entry:first-child { border-top: 1px solid var(--hairline); }
.wn-faq-entry summary {
  list-style: none; display: grid; grid-template-columns: 40px minmax(0, 1fr) 28px;
  align-items: center; gap: 16px; padding: 27px 0;
  cursor: pointer; font-family: 'WNSerif', Georgia, serif; font-size: clamp(19px, 2.3vw, 26px); line-height: 1.32;
}
.wn-faq-entry summary::-webkit-details-marker { display: none; }
.wn-faq-entry summary::after {
  content: '+'; justify-self: end; align-self: center; font-family: 'WNSans', sans-serif;
  font-size: 23px; font-weight: 300; color: var(--red);
}
.wn-faq-entry[open] summary::after { content: '−'; }
.wn-faq-entry summary:hover { color: var(--red); }
.wn-faq-entry summary:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.wn-faq-number { align-self: start; padding-top: 7px; font-family: 'WNSans', sans-serif; font-size: 11px; letter-spacing: .12em; color: var(--red); }
.wn-faq-answer { max-width: 740px; padding: 0 44px 32px 56px; color: rgba(17,17,17,.75); }
.wn-site .wn-faq-answer p + p { margin-top: 14px; }
.wn-faq-answer ul { margin: 15px 0; padding-left: 20px; }
.wn-faq-answer li { padding-left: 4px; margin: 5px 0; }
.wn-faq-end {
  display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 12px 30px;
  margin-top: 60px; padding-top: 26px; border-top: 1px solid var(--hairline);
}
.wn-faq-end p { font-family: 'WNSerif', Georgia, serif; font-size: 23px; }
.wn-faq-end a { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; text-decoration-color: var(--red); text-underline-offset: 5px; }

/* final cta */
.wn-final {
  position: relative; isolation: isolate; overflow: hidden;
  min-height: 480px; padding: 72px 22px; border-top: 1px solid var(--hairline-light);
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  background: #18242a; color: #fff; text-align: center;
}
.wn-final::before {
  content: ''; position: absolute; z-index: -2; inset: -5%;
  background: url('photos/paris-banner.jpg') center 48% / cover no-repeat;
  animation: wn-banner-drift 16s ease-in-out infinite alternate;
}
.wn-final::after {
  content: ''; position: absolute; z-index: -1; inset: 0;
  background: linear-gradient(90deg, rgba(8,14,17,0.66), rgba(8,14,17,0.44) 50%, rgba(8,14,17,0.62));
}
.wn-final h2 { font-size: 32px; margin-bottom: 14px; text-shadow: 0 2px 18px rgba(0,0,0,0.35); }
.wn-final > p { color: rgba(255,255,255,0.88); max-width: 460px; margin: 0 auto; }
.wn-cta-row--center { justify-content: center; }
.wn-final > .wn-final-note { max-width: 660px; margin-top: 22px; font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.9); }
.wn-final-note a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
@keyframes wn-banner-drift {
  from { transform: scale(1.03) translate3d(-0.4%, 0, 0); }
  to { transform: scale(1.1) translate3d(0.6%, -0.4%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .wn-final::before { animation: none; transform: scale(1.04); }
  .wn-testimonial-slide { transition: none; }
}

/* footer */
.wn-footer { background: #0d0d0d; color: #fff; padding: 52px 22px 30px; }
.wn-footer-logo { height: 17px; width: auto; margin-bottom: 18px; }
.wn-site .wn-footer-line { font-family: 'WNSerif', Georgia, serif; font-size: 18px; max-width: 420px; margin: 0 0 44px; }
.wn-footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 36px; }
.wn-footer-cols h4 {
  font-family: 'WNSans', sans-serif; font-size: 11px; letter-spacing: 0.22em;
  text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,0.5); margin: 0 0 10px;
}
.wn-footer-cols p { font-size: 13.5px; line-height: 1.9; color: rgba(255,255,255,0.85); }
.wn-footer-cols a { text-decoration: none; }
.wn-footer-cols a:hover, .wn-footer-cols a:focus-visible { text-decoration: underline; text-underline-offset: 3px; }
.wn-footer-social { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.wn-footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--hairline-light); }
.wn-footer-social a:hover, .wn-footer-social a:focus-visible { border-color: #fff; background: rgba(255,255,255,0.1); }
.wn-footer-social img { width: 21px; height: 21px; }
.wn-footer-legal { border-top: 1px solid var(--hairline-light); padding-top: 18px; font-size: 12px; color: rgba(255,255,255,0.5); }

/* notes nav link under mockup */
.wn-notes-link { display: block; background: var(--ivory); text-align: center; padding: 14px; font-size: 13px; border-top: 1px solid var(--hairline); }
.wn-notes-link a { color: var(--red); }

@media (min-width: 760px) {
  .wn-faq-intro { padding: 116px 44px 100px; }
  .wn-faq-page { padding: 40px 44px 120px; }
  .wn-announce { font-size: 15px; }
  .wn-nav { padding: 18px 44px; }
  .wn-brand img { height: 18px; }
  .wn-links { display: flex; gap: 30px; }
  .wn-links a { font-size: 11.5px; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; font-weight: 500; }
  .wn-menu-btn { display: none; }
  .wn-nav .wn-btn--small { display: inline-block; }
  .wn-hero { min-height: 640px; }
  .wn-hero-body { padding: 140px 44px 60px; }
  .wn-hero h1 { font-size: 62px; }
  .wn-hero-sub { font-size: 17px; }
  .wn-strip { grid-template-columns: repeat(3, 1fr); padding: 44px; gap: 32px; }
  .wn-editorial { padding: 110px 44px; }
  .wn-editorial h2 { font-size: 52px; }
  .wn-editorial p { font-size: 18px; }
  .wn-split { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .wn-split--rev figure { order: 2; }
  .wn-split figure img { height: 100%; min-height: 420px; }
  .wn-split#family { align-items: stretch; }
  .wn-split#family figure {
    position: relative; order: 0; align-self: stretch; height: auto; min-height: 0;
    max-height: 70vh; overflow: hidden;
  }
  .wn-split#family .wn-split-body { order: 1; }
  .wn-split#family figure img {
    position: absolute; inset: 0; width: 100%; height: 100%; min-height: 0;
    max-height: 70vh; object-fit: cover; object-position: center 24%;
  }
  .wn-split-body { padding: 72px 56px; }
  .wn-split-body h2 { font-size: 40px; }
  .wn-opps { padding: 84px 44px; }
  .wn-opps > h2 { font-size: 40px; }
  .wn-opp-grid { gap: 28px; }
  .wn-opp { flex-basis: calc((100% - 56px) / 3); }
  .wn-process { padding: 84px 44px; }
  .wn-process h2 { font-size: 40px; }
  .wn-steps { grid-template-columns: repeat(4, 1fr); gap: 28px; }
  .wn-faq { padding: 84px 44px; max-width: 880px; margin: 0 auto; }
  .wn-faq > h2 { font-size: 40px; }
  .wn-final { min-height: 560px; padding: 100px 44px; }
  .wn-final h2 { font-size: 46px; }
  .wn-footer { padding: 64px 44px 34px; }
  .wn-footer-cols { grid-template-columns: repeat(3, 1fr); max-width: 760px; }
}
@media (max-width: 759px) {
  .wn-faq-entry summary { grid-template-columns: 28px minmax(0, 1fr) 24px; gap: 10px; padding: 23px 0; }
  .wn-faq-answer { padding: 0 18px 26px 38px; font-size: 14.5px; }
}
@media (min-width: 1200px) {
  .wn-split#family .wn-split-body {
    min-height: clamp(500px, 48vh, 620px); box-sizing: border-box;
    display: flex; flex-direction: column; justify-content: center;
    padding: 84px clamp(70px, 7vw, 132px);
  }
  .wn-split#family .wn-split-body > * { width: 100%; max-width: 620px; }
}
.wn-lang { font-size: 11px; letter-spacing: .18em; text-decoration: none; border-bottom: 1px solid currentColor; padding: 8px 0; }
.wn-english { border-top: 1px solid var(--hairline-light); border-bottom: 1px solid var(--hairline-light); margin: 42px 0 28px; padding: 32px 0; max-width: 760px; }
.wn-english h2 { font-size: 28px; margin-bottom: 12px; }
.wn-english > p:not(.wn-eyebrow) { color: rgba(255,255,255,.72); max-width: 680px; }
.wn-english-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
.wn-english-links a { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.wn-management-hero { min-height: 600px; }
.wn-management-hero .wn-hero-img { object-position: center 55%; }
.wn-management-process .wn-step p { max-width: 28ch; }
.wn-audience { background: var(--ivory); padding: 72px 22px; border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.wn-audience-intro { max-width: 720px; margin-bottom: 36px; }
.wn-audience-intro h2, .wn-qualification > h2 { font-size: 32px; margin-bottom: 16px; }
.wn-audience-intro > p:not(.wn-eyebrow), .wn-qualification > p { color: rgba(17,17,17,.75); }
.wn-audience-intro > p + p { margin-top: 16px; }
.wn-audience-grid { display: grid; grid-template-columns: 1fr; gap: 0; }
.wn-audience-grid article { border-top: 1px solid var(--hairline); padding: 20px 0; }
.wn-audience-grid h3, .wn-qualification-grid h3 { font-size: 22px; margin-bottom: 8px; }
.wn-audience-grid p, .wn-qualification-grid p, .wn-qualification-grid li { font-size: 14.5px; color: rgba(17,17,17,.74); }
.wn-audience-note { font-family: 'WNSerif', Georgia, serif; font-style: italic; font-size: 13px; color: rgba(17,17,17,.54); margin-top: 20px !important; }
.wn-testimonials { padding: 72px 22px; background: var(--paper); border-bottom: 1px solid var(--hairline); }
.wn-testimonials > h2 { font-size: 32px; margin-bottom: 20px; }
.wn-testimonials figure { margin: 0; }
.wn-testimonials figcaption {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: rgba(17,17,17,.52);
}
.wn-testimonials figcaption strong { color: var(--ink); font-weight: 650; }
.wn-testimonial-carousel {
  width: 100%; touch-action: pan-y;
}
.wn-testimonial-track { display: grid; }
.wn-testimonial-slide {
  grid-area: 1 / 1; align-self: start; display: grid;
  grid-template-areas: 'media' 'content'; grid-template-columns: 1fr;
  gap: 24px; opacity: 0; visibility: hidden;
  transition: opacity 520ms ease, visibility 0s linear 520ms;
}
.wn-testimonial-slide.is-active {
  opacity: 1; visibility: visible; transition-delay: 0s;
}
.wn-testimonial-slide blockquote {
  margin: 0 0 16px; font-family: 'WNSerif', Georgia, serif;
  font-size: 23px; line-height: 1.38; letter-spacing: -0.01em;
}
.wn-testimonial-content { grid-area: content; align-self: center; }
.wn-testimonial-media {
  grid-area: media; width: 100%; aspect-ratio: 4 / 3; overflow: hidden;
}
.wn-testimonial-media img { width: 100%; height: 100%; object-fit: contain; }
.wn-testimonial-media--placeholder {
  border: 1px solid var(--hairline); background: rgba(17,17,17,.015);
}
.wn-testimonial-dots {
  display: flex; justify-content: center; align-items: center; gap: 12px;
  margin-top: 30px;
}
.wn-testimonial-dots button {
  width: 22px; height: 22px; padding: 0; border: 0; background: transparent;
  position: relative; cursor: pointer;
}
.wn-testimonial-dots button::before {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 6px; height: 6px; border: 1px solid var(--hairline);
  border-radius: 50%; background: transparent; transform: translate(-50%, -50%);
  transition: border-color 220ms ease, background 220ms ease;
}
.wn-testimonial-dots button.is-active::before {
  border-color: var(--red); background: var(--red);
}
.wn-testimonial-dots button:focus-visible { outline: 1px solid var(--red); outline-offset: 2px; }
.wn-ambition { padding: 72px 22px; background: var(--ivory); border-bottom: 1px solid var(--hairline); }
.wn-ambition-layout { display: grid; grid-template-columns: 1fr; gap: 42px; }
.wn-ambition-main > h2 { max-width: 940px; font-size: 32px; margin-bottom: 26px; }
.wn-ambition-copy { display: grid; grid-template-columns: 1fr; gap: 16px; max-width: 940px; }
.wn-ambition-copy p { font-size: 16px; line-height: 1.75; color: rgba(17,17,17,.76); }
.wn-ambition-media { margin: 0; display: flex; justify-content: center; }
.wn-ambition-media img { width: min(100%, 500px); height: auto; object-fit: contain; }
.wn-ambition-pipeline {
  max-width: 940px; margin: 34px 0 !important; padding: 20px 0;
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline);
  font-family: 'WNSerif', Georgia, serif; font-style: italic; font-size: 18px;
}
.wn-press-row { max-width: 940px; }
.wn-press-row > p {
  margin-bottom: 18px; font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--red);
}
.wn-press-names { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 42px; }
.wn-press-logo { display: block; width: auto; max-width: 100%; object-fit: contain; }
.wn-press-logo--figaro { height: 32px; }
.wn-press-logo--houot { height: 24px; }
.wn-qualification { padding: 68px 22px; background: var(--paper); border-bottom: 1px solid var(--hairline); }
.wn-qualification > p { max-width: 620px; }
.wn-qualification-grid { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
.wn-qualification-grid article { border: 1px solid var(--hairline); padding: 26px 22px; }
.wn-qualification-grid ul { padding-left: 18px; margin: 18px 0 24px; }
.wn-qualification-grid li { margin-bottom: 7px; }
@media (min-width:760px) {
 .wn-audience, .wn-testimonials, .wn-ambition, .wn-qualification { padding: 92px 44px; }
 .wn-audience-intro h2, .wn-qualification > h2 { font-size: 44px; }
 .wn-audience-grid { grid-template-columns: repeat(4,1fr); gap: 26px; }
 .wn-audience-grid article { padding: 20px 0; }
 .wn-testimonials > h2, .wn-ambition-main > h2 { font-size: 44px; }
 .wn-testimonial-slide {
   grid-template-areas: 'content media'; grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
   gap: clamp(38px, 4.5vw, 70px); align-items: start; min-height: 430px;
 }
 .wn-testimonial-slide blockquote { font-size: clamp(22px, 1.85vw, 27px); line-height: 1.34; }
 .wn-testimonial-media {
   aspect-ratio: auto; height: clamp(280px, 30vw, 390px);
   display: flex; align-items: center; justify-content: center;
 }
 .wn-testimonial-media img { max-height: 100%; }
 .wn-testimonial-dots { margin-top: 22px; }
 .wn-ambition-copy { grid-template-columns: 1fr 1fr; gap: 34px; }
 .wn-press-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
 .wn-press-row > p { margin-bottom: 0; }
 .wn-qualification-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
 .wn-qualification-grid article { padding: 34px; }
}
@media (min-width: 1100px) {
  .wn-ambition-layout {
    grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
    gap: clamp(28px, 3vw, 48px); align-items: center;
  }
  .wn-ambition-media { justify-content: flex-start; }
  .wn-ambition-media img { width: 100%; max-width: 300px; }
}
.wn-management-gates { display:grid; grid-template-columns:1fr; gap:26px; margin-top:34px; }
.wn-management-gates article { border-top:1px solid var(--hairline-light); padding-top:18px; }
.wn-management-gates h3 { font-size:24px; margin-bottom:8px; }
.wn-management-gates article > p:last-child { color:rgba(255,255,255,.72); }
.wn-standards-grid { padding:68px 22px; background:var(--paper); }
.wn-standards-grid > h2 { font-size:32px; margin-bottom:28px; }
.wn-standards-grid > div { display:grid; grid-template-columns:1fr; gap:0; }
.wn-standards-grid article { border-top:1px solid var(--hairline); padding:18px 0; }
.wn-standards-grid h3 { font-size:21px; margin-bottom:7px; }
.wn-standards-grid article p { color:rgba(17,17,17,.72); font-size:14px; }
@media (min-width:760px){
 .wn-management-gates { grid-template-columns:1fr 1fr; gap:40px; }
 .wn-standards-grid { padding:92px 44px; }
 .wn-standards-grid > h2 { font-size:44px; }
 .wn-standards-grid > div { grid-template-columns:repeat(3,1fr); gap:26px; }
}

/* Simplified homepage hero: one thought, one sentence, two actions. */
@media (max-width: 759px) {
  .wn-site:not(.wn-management) .wn-hero {
    min-height: 500px;
  }
  .wn-site:not(.wn-management) .wn-hero-body {
    padding: 150px 22px 38px;
  }
  .wn-site:not(.wn-management) .wn-hero h1 {
    font-size: clamp(34px, 10.2vw, 42px);
    line-height: 1.04;
    max-width: 9.5em;
  }
  .wn-site:not(.wn-management) .wn-hero-sub {
    max-width: 30em;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.55;
  }
  .wn-site:not(.wn-management) .wn-cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%;
    margin-top: 24px;
  }
  .wn-site:not(.wn-management) .wn-cta-row .wn-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 10px;
    font-size: 10px;
    letter-spacing: .1em;
    text-align: center;
  }
  .wn-strip {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .wn-strip > div {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--hairline);
  }
  .wn-strip > div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

[hidden]{display:none!important}
