@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Prata&display=swap');

:root {
  --paper: #f5eddf;
  --ink: #18243a;
  --muted: #656779;
  --line: rgba(23, 33, 29, 0.2);
  --coral: #ee7358;
  --acid: #d7c64b;
  --blue: #4d6fa9;
  --plum: #75526f;
  --white: #fffaf1;
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --page: min(1440px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header {
  width: var(--page);
  margin: 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; flex-direction: column; line-height: .88; font-family: var(--serif); font-size: 20px; text-decoration: none; }
.main-navigation { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 36px); margin-left: auto; font-size: 16px; font-weight: 500; }
.main-navigation a { text-decoration: none; }
.main-navigation a:hover { opacity: .58; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switch { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.language-option { min-width: 34px; height: 30px; display: grid; place-items: center; border: 0; border-radius: 999px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 600; }
.language-option.is-active { background: var(--ink); color: var(--paper); }
.language-option:disabled { opacity: .42; cursor: default; }
.header-contact { padding: 10px 18px; border-radius: 999px; background: var(--coral); color: var(--ink); text-decoration: none; font-size: 13px; font-weight: 600; white-space: nowrap; }
.header-contact:hover { background: var(--ink); color: var(--paper); }
.menu-toggle { display: none; }

.hero {
  width: var(--page);
  min-height: 620px;
  margin: 0 auto;
  padding: 30px 0 38px;
  position: relative;
  overflow: hidden;
}
.hero-kicker, .section-label, .eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 600; }
.hero h1 {
  max-width: 860px;
  margin: 30px 0 32px;
  align-self: center;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(52px, 5.8vw, 92px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hero-main { min-height: 540px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy > p { max-width: 650px; margin: 0 0 32px; font-size: clamp(18px, 1.55vw, 24px); line-height: 1.48; }
.portrait-placeholder { width: 100%; height: 100%; display: grid; place-content: center; text-align: center; background: linear-gradient(155deg, var(--plum), var(--blue)); color: var(--paper); }
.portrait-placeholder span { font-family: var(--serif); font-size: clamp(62px, 8vw, 112px); line-height: 1; }
.portrait-placeholder small { margin-top: 14px; text-transform: uppercase; letter-spacing: .2em; font-size: 9px; }
.hero h1 em, .career h2 em { color: var(--coral); font-weight: 400; }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 13px; font-weight: 600; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.route-line { position: absolute; width: 42%; height: 35%; right: 23%; top: 7%; border: 1px solid var(--line); border-left: 0; border-bottom: 0; border-radius: 0 100% 0 0; opacity: .55; pointer-events: none; }
.route-dot { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.dot-one { left: -4px; bottom: -4px; }.dot-two { right: 18%; top: -5px; }.dot-three { right: -5px; bottom: 15%; }

.section { padding: 58px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)) 68px; }
.section-label { margin-bottom: 30px; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 34px); line-height: 1; letter-spacing: -.02em; text-transform: none; font-weight: 400; }
.section-title { max-width: 900px; font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 5vw, 78px); line-height: 1.08; letter-spacing: -.03em; }
.about { background: #f0c9bb; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: clamp(55px, 8vw, 130px); align-items: start; }
.about-content { max-width: 760px; }
.about h2, .hogan h2, .community h2, .media h2 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 4.8vw, 74px); line-height: 1.08; letter-spacing: -.035em; }
.about-copy { max-width: 680px; margin-top: 44px; font-size: 18px; }
.about-copy p:first-child { margin-top: 0; }
.about-portrait { width: min(100%, 440px); margin: 0; justify-self: end; aspect-ratio: 4 / 5; overflow: hidden; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 24%; display: block; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.facts div { padding: 28px 24px 0 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.facts div + div { padding-left: 28px; }
.facts div:last-child { border: 0; }
.facts strong { font-family: var(--serif); font-size: clamp(38px, 4vw, 64px); font-weight: 400; color: var(--blue); }
.facts span { max-width: 270px; font-size: 16px; line-height: 1.4; }

.services { padding-bottom: 75px; background: #d8c7df; }
.service-index { margin-top: 42px; counter-reset: services; }
.service-row { min-height: 142px; display: grid; grid-template-columns: 130px 1fr auto; align-items: center; border-top: 1px solid var(--line); text-decoration: none; transition: padding .25s, color .25s; }
.service-row:last-child { border-bottom: 1px solid var(--line); }
.service-row:hover { padding-left: 18px; color: #b44f3b; }
.service-number { font-family: var(--serif); font-size: clamp(44px, 5vw, 72px); line-height: 1; color: var(--blue); }
.service-name { max-width: 850px; font-family: var(--serif); font-size: clamp(32px, 4vw, 60px); line-height: 1.08; }
.service-arrow { font-size: 38px; }

.service-chapter { margin-bottom: 36px; display: grid; grid-template-columns: 160px 1fr; align-items: baseline; border-top: 1px solid currentColor; padding-top: 14px; }
.service-chapter span { font-family: var(--serif); font-size: clamp(64px, 8vw, 118px); line-height: .9; color: var(--coral); }
.service-chapter strong { font-family: var(--serif); font-size: clamp(25px, 3vw, 44px); line-height: 1.1; font-weight: 400; }

.dark-section { background: var(--ink); color: var(--paper); }
.career-intro { display: grid; grid-template-columns: 1.2fr .5fr; gap: 12vw; align-items: end; }
.career h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 5.4vw, 82px); line-height: 1.05; letter-spacing: -.04em; font-weight: 400; }
.career-intro > p { margin: 0 0 12px; font-size: 18px; }
.scenario-list { margin: 45px 0; border-top: 1px solid rgba(255,255,255,.22); }
.scenario { min-height: 88px; padding: 18px 0; display: grid; grid-template-columns: 54px minmax(240px,.75fr) 1fr; align-items: center; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.22); }
.scenario > span { color: var(--coral); font-size: 11px; }
.scenario h3 { margin: 0; font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.2; }
.scenario p { margin: 0; color: rgba(243,239,231,.72); font-size: 15px; }
.result-card { background: #d9c6d4; color: var(--ink); padding: 42px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; }
.result-card h3 { margin: 18px 0 0; font-family: var(--serif); font-size: clamp(30px, 3.7vw, 54px); line-height: 1.15; font-weight: 400; }
.result-card ul { margin: 0; padding: 0; list-style: none; }
.result-card li { padding: 13px 0; border-bottom: 1px solid var(--line); }
.consultation-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; margin: 48px 0; }
.consultation-flow p { color: rgba(243,239,231,.72); }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; min-height: 58px; padding: 0 22px; border: 1px solid currentColor; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 600; cursor: pointer; transition: background .2s, color .2s; }
.button-light:hover { background: var(--paper); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.button-dark:hover { background: transparent; color: var(--ink); }

.hogan { background: #c9d7c2; }
.hogan-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9vw; }
.lead { font-size: clamp(18px, 1.7vw, 24px); line-height: 1.5; max-width: 710px; }
.hogan-list { border-top: 1px solid var(--line); }
.hogan-list div { display: grid; grid-template-columns: 50px 1fr; align-items: baseline; border-bottom: 1px solid var(--line); padding: 18px 0; }
.hogan-list span { color: var(--coral); font-size: 11px; }
.hogan-list p { margin: 0; }
.hogan > .button { margin-top: 48px; }

.accent-section { background: #d2bf54; }
.networking-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; }
.networking h2 { margin: 0; font-family: var(--serif); font-size: clamp(46px, 5.3vw, 82px); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; }
.networking-intro p { font-size: 18px; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 40px 0 18px; }
.format-card { min-height: 330px; background: var(--paper); padding: 30px; display: flex; flex-direction: column; }
.format-topline { display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }
.format-card h3 { font-family: var(--serif); font-size: clamp(30px, 2.7vw, 42px); font-weight: 400; line-height: 1.15; margin: 38px 0 10px; }
.format-card p { max-width: 560px; }
.format-card .text-link { margin-top: auto; align-self: flex-start; }
.subscribe-panel { background: #dd7d64; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; padding: 42px; }
.subscribe-panel h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(34px, 4vw, 58px); line-height: 1.1; margin: 18px 0; }
.subscribe-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-content: start; }
.subscribe-form label { display: flex; flex-direction: column; gap: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.subscribe-form input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); background: transparent; border-radius: 0; padding: 12px 2px; outline: 0; }
.subscribe-form input:focus { border-bottom-width: 2px; }
.subscribe-form .button { grid-column: 1 / -1; margin-top: 10px; }
.form-note, .form-status { grid-column: 1 / -1; font-size: 11px; margin: 0; }
.form-status { min-height: 20px; font-weight: 600; }

.community { background: #7b5974; color: var(--white); }
.the-q { min-height: 330px; display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; border-top: 1px solid rgba(255,255,255,.35); padding-top: 35px; }
.the-q h2 { font-size: clamp(72px, 10vw, 150px); line-height: .88; letter-spacing: -.055em; }
.launch-note { padding-bottom: 10px; }
.launch-note span { display: block; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; }
.launch-note strong { display: block; margin: 8px 0 24px; font-family: var(--serif); font-weight: 400; font-size: 27px; }
.launch-note p { margin: 0; color: rgba(255,255,255,.75); }

.media { background: #c9d7e7; }
.media-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; align-items: end; }
.media-placeholder { margin-top: 45px; min-height: 145px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.media-placeholder span { font-family: var(--serif); font-size: 28px; }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(52px, 7vw, 106px); font-weight: 400; line-height: 1.03; letter-spacing: -.04em; }
.contact-actions p { color: rgba(243,239,231,.72); font-size: 18px; }
.contact-actions .button { margin: 20px 0 35px; }
.email-link { display: block; color: var(--paper); text-underline-offset: 5px; }
.site-footer { background: var(--ink); color: var(--paper); border-top: 1px solid rgba(255,255,255,.2); min-height: 170px; padding: 40px max(32px, calc((100vw - min(1440px, calc(100vw - 64px))) / 2)); display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; font-size: 12px; }
.footer-brand { font-size: 26px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --page: calc(100% - 36px); }
  .site-header { min-height: 70px; }
  .menu-toggle { display: flex; gap: 10px; align-items: center; border: 0; background: transparent; cursor: pointer; }
  .menu-lines, .menu-lines::before { display: block; width: 20px; height: 1px; background: currentColor; content: ""; transition: transform .2s; }
  .menu-lines::before { transform: translateY(-5px); }
  .menu-toggle[aria-expanded="true"] .menu-lines { transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-lines::before { transform: rotate(90deg); }
  .main-navigation { display: none; position: absolute; left: -18px; right: -18px; top: 70px; padding: 25px 18px 35px; background: var(--paper); flex-direction: column; align-items: flex-start; font-size: 21px; border-bottom: 1px solid var(--line); }
  .main-navigation.is-open { display: flex; }
  .header-actions { margin-left: auto; }
  .header-contact { display: none; }
  .hero { min-height: auto; padding: 34px 0 40px; }
  .hero-main { min-height: auto; display: block; }
  .hero h1 { font-size: clamp(50px, 13vw, 80px); margin: 26px 0; }
  .hero-copy > p { margin-bottom: 28px; }
  .route-line { opacity: .45; width: 65%; }
  .section { padding: 44px 18px 52px; }
  .section-label { margin-bottom: 26px; font-size: 27px; }
  .about-grid, .career-intro, .hogan-grid, .networking-intro, .media-heading, .contact-grid { grid-template-columns: 1fr; gap: 35px; }
  .about-portrait { width: min(82vw, 430px); justify-self: end; }
  .facts { grid-template-columns: 1fr; margin-top: 65px; }
  .facts div, .facts div + div { padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-row { min-height: 95px; grid-template-columns: 42px 1fr auto; }
  .service-number { font-size: 29px; }
  .service-name { font-size: clamp(24px, 7vw, 38px); }
  .service-arrow { font-size: 24px; }
  .service-chapter { grid-template-columns: 82px 1fr; margin-bottom: 42px; }
  .service-chapter span { font-size: 62px; }
  .service-chapter strong { font-size: 24px; }
  .scenario-list { margin: 48px 0; }
  .scenario { padding: 18px 0; grid-template-columns: 36px 1fr; gap: 8px 14px; }
  .scenario p { grid-column: 2; }
  .result-card { padding: 30px 24px; grid-template-columns: 1fr; gap: 35px; }
  .consultation-flow { grid-template-columns: 1fr; gap: 25px; }
  .format-grid { grid-template-columns: 1fr; margin-top: 60px; }
  .format-card { min-height: 330px; }
  .subscribe-panel { grid-template-columns: 1fr; padding: 30px 24px; gap: 30px; }
  .the-q { min-height: 280px; grid-template-columns: 1fr; gap: 50px; }
  .the-q h2 { font-size: min(20vw, 110px); }
  .media-placeholder { align-items: flex-start; flex-direction: column; justify-content: center; }
  .site-footer { padding: 35px 18px; grid-template-columns: 1fr auto; gap: 30px; }
  .site-footer > p:nth-child(2) { display: none; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 13vw; }
  .section-title, .about h2, .hogan h2, .community h2, .media h2 { font-size: 39px; }
  .community .the-q h2 { font-size: min(20vw, 110px); }
  .career h2, .networking h2, .contact h2 { font-size: 44px; }
  .subscribe-form { grid-template-columns: 1fr; }
  .subscribe-form .button, .form-note, .form-status { grid-column: auto; }
  .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
