:root {
  --paper: #f5f0e6;
  --paper-deep: #eae2d4;
  --ink: #21343c;
  --ink-soft: #526168;
  --teal: #285d5a;
  --teal-dark: #183f3e;
  --mint: #a8c7b8;
  --coral: #e67f63;
  --coral-soft: #f1b19e;
  --yellow: #eecf6b;
  --white: #fffdf8;
  --line: rgba(33, 52, 60, .16);
  --radius: 30px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(28, 52, 55, .13);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 18px; background: var(--ink); color: white; text-decoration: none; border-radius: 10px; }
.skip-link:focus { top: 20px; }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; right: 0; padding: 26px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; flex: 0 0 auto; }
.brand-logo-mark { width: 56px; height: 59px; display: block; object-fit: contain; }
.brand-logo-full { width: 174px; height: auto; display: block; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.brand-copy small { margin-top: 3px; color: var(--ink-soft); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.site-nav a { position: relative; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--coral); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; }

.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 26px; border: 1px solid var(--teal); border-radius: 100px; color: var(--white); background: var(--teal); font-weight: 700; font-size: 15px; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--teal-dark); box-shadow: 0 12px 28px rgba(24, 63, 62, .18); }
.button-small { min-height: 46px; padding-inline: 21px; font-size: 13px; }
.button-light { color: var(--teal-dark); border-color: var(--white); background: var(--white); }
.button-light:hover { background: var(--paper); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 7px; color: var(--teal); border-bottom: 1px solid rgba(40, 93, 90, .35); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link.dark { color: var(--ink); border-color: var(--line); }

.hero { position: relative; min-height: 910px; padding: 162px 0 0; overflow: hidden; background: radial-gradient(circle at 78% 34%, rgba(238, 207, 107, .19), transparent 24%), var(--paper); }
.hero::before { content: ""; position: absolute; left: -150px; top: 190px; width: 320px; height: 320px; border: 1px solid rgba(230, 127, 99, .28); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 80px; min-height: 600px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--teal); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { width: 26px; height: 2px; background: var(--coral); }
.eyebrow.light { color: var(--mint); }
.hero h1 { max-width: 690px; margin: 0; font-family: var(--serif); font-size: clamp(52px, 5.2vw, 78px); line-height: .99; font-weight: 400; letter-spacing: -.047em; }
h1 em, h2 em { color: var(--coral); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 29px 0 32px; color: var(--ink-soft); font-size: 19px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-facts { display: flex; align-items: stretch; gap: 0; margin: 49px 0 0; padding: 0; list-style: none; }
.hero-facts li { display: flex; min-width: 145px; flex-direction: column; justify-content: center; padding: 0 22px; border-left: 1px solid var(--line); }
.hero-facts li:first-child { padding-left: 0; border-left: 0; }
.hero-facts strong { font-size: 13px; }
.hero-facts small { color: var(--ink-soft); font-size: 11px; }

.hero-visual { position: relative; min-height: 565px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; z-index: -3; width: 450px; height: 510px; background: var(--mint); border-radius: 45% 55% 46% 54% / 51% 43% 57% 49%; transform: rotate(-7deg); }
.orbit { position: absolute; z-index: -2; border: 1px solid rgba(33, 52, 60, .22); border-radius: 50%; }
.orbit-one { width: 505px; height: 420px; transform: rotate(21deg); }
.orbit-two { width: 420px; height: 520px; transform: rotate(-19deg); }
.visual-card { width: 328px; min-height: 355px; padding: 34px 32px; background: var(--white); border-radius: 164px 164px 28px 28px; box-shadow: var(--shadow); text-align: center; }
.visual-kicker { display: block; color: var(--teal); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.sun-face { position: relative; width: 104px; height: 104px; margin: 23px auto 18px; background: var(--yellow); border-radius: 47% 53% 46% 54% / 53% 45% 55% 47%; transform: rotate(7deg); }
.sun-face span { position: absolute; top: 38px; width: 6px; height: 8px; background: var(--ink); border-radius: 50%; }
.sun-face span:first-child { left: 31px; }
.sun-face span:nth-child(2) { right: 31px; }
.sun-face i { position: absolute; left: 39px; top: 58px; width: 29px; height: 13px; border-bottom: 3px solid var(--ink); border-radius: 0 0 50% 50%; }
.visual-main h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 27px; line-height: 1.08; font-weight: 400; }
.visual-main p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 17px; background: var(--white); border-radius: 100px; box-shadow: 0 12px 32px rgba(33, 52, 60, .12); font-size: 12px; font-weight: 700; }
.floating-note i { width: 9px; height: 9px; background: var(--coral); border-radius: 50%; }
.note-one { left: 5px; top: 119px; transform: rotate(-7deg); }
.note-two { right: -12px; top: 186px; transform: rotate(7deg); }
.note-three { left: 35px; bottom: 95px; transform: rotate(4deg); }
.floating-badge { position: absolute; right: 15px; bottom: 60px; width: 88px; height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--white); background: var(--coral); border-radius: 50%; font-family: var(--serif); font-size: 25px; line-height: 1; transform: rotate(-8deg); }
.floating-badge small { margin-top: 4px; font: 700 10px var(--sans); text-transform: uppercase; letter-spacing: .12em; }
.hero-marquee { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; padding: 19px 0; color: var(--white); background: var(--teal); white-space: nowrap; }
.hero-marquee div { display: flex; justify-content: center; gap: 28px; font-family: var(--serif); font-size: 18px; }
.hero-marquee span { color: var(--yellow); }

.section-heading { margin-bottom: 55px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .65fr; align-items: end; gap: 90px; }
.section-heading h2, .approach-copy h2, .process-header h2, .about-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.4vw, 62px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.split-heading > p { margin: 0 0 4px; color: var(--ink-soft); }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.issue-card { position: relative; min-height: 360px; padding: 28px 26px; overflow: hidden; background: rgba(255, 253, 248, .72); border: 1px solid var(--line); border-radius: 18px; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.issue-card:hover { transform: translateY(-6px); background: var(--white); box-shadow: 0 18px 45px rgba(33, 52, 60, .08); }
.issue-number { color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.issue-symbol { position: relative; height: 116px; margin: 24px 0 20px; }
.issue-card h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.issue-card p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.symbol-focus { display: grid; place-items: center; }
.symbol-focus i { position: absolute; border: 1px solid var(--teal); border-radius: 50%; }
.symbol-focus i:first-child { width: 104px; height: 104px; }
.symbol-focus i:nth-child(2) { width: 67px; height: 67px; }
.symbol-focus i:last-child { width: 24px; height: 24px; background: var(--coral); border: 0; }
.symbol-emotion { width: 108px; margin-inline: auto; background: var(--coral-soft); border-radius: 54% 46% 48% 52% / 47% 56% 44% 53%; }
.symbol-emotion::before, .symbol-emotion::after { content: ""; position: absolute; top: 38px; width: 8px; height: 8px; background: var(--ink); border-radius: 50%; }
.symbol-emotion::before { left: 30px; }
.symbol-emotion::after { right: 30px; }
.symbol-emotion i { position: absolute; left: 37px; top: 65px; width: 34px; height: 13px; border-top: 2px solid var(--ink); border-radius: 50%; }
.symbol-talk i { position: absolute; width: 82px; height: 62px; border-radius: 50%; }
.symbol-talk i:first-child { left: 22px; top: 8px; background: var(--yellow); }
.symbol-talk i:first-child::after { content: ""; position: absolute; right: 7px; bottom: 0; width: 18px; height: 18px; background: var(--yellow); transform: rotate(24deg); }
.symbol-talk i:last-child { right: 15px; bottom: 6px; background: var(--mint); }
.symbol-talk i:last-child::after { content: ""; position: absolute; left: 7px; bottom: 0; width: 18px; height: 18px; background: var(--mint); transform: rotate(-24deg); }
.symbol-school { width: 119px; margin-inline: auto; border-bottom: 48px solid var(--teal); border-left: 18px solid transparent; border-right: 18px solid transparent; }
.symbol-school::before { content: ""; position: absolute; left: 9px; top: 37px; width: 62px; height: 44px; background: var(--paper); }
.symbol-school::after { content: ""; position: absolute; left: 0; top: 20px; border-left: 42px solid transparent; border-right: 42px solid transparent; border-bottom: 32px solid var(--coral); }
.symbol-school i { position: absolute; z-index: 2; top: 53px; width: 9px; height: 28px; background: var(--teal); }
.symbol-school i:first-child { left: 23px; }.symbol-school i:last-child { right: 23px; }
.issue-wide { grid-column: 1 / -1; min-height: 140px; display: grid; grid-template-columns: 60px .9fr 1.1fr; align-items: center; gap: 22px; }
.issue-wide h3 { margin: 0 0 5px; }
.wide-note { padding: 23px 28px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }

.services { color: var(--white); background: var(--teal-dark); }
.services .section-heading h2 em { color: var(--yellow); }
.services .split-heading > p { color: rgba(255,255,255,.65); }
.service-list { border-top: 1px solid rgba(255,255,255,.18); }
.service-row { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 55px; min-height: 137px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.service-title { display: flex; align-items: flex-start; gap: 25px; }
.service-title > span { color: var(--yellow); font-size: 10px; }
.service-title h3 { margin: 0; font-family: var(--serif); font-size: 25px; line-height: 1.2; font-weight: 400; }
.service-row > p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }
.service-meta { min-width: 145px; display: flex; flex-direction: column; align-items: flex-end; }
.service-meta span { color: rgba(255,255,255,.5); font-size: 11px; }
.service-meta strong { color: var(--yellow); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.service-footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 35px; }
.service-footer p { display: flex; align-items: center; gap: 12px; margin: 0; color: rgba(255,255,255,.73); }
.service-footer p span { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }

.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.approach-art { position: relative; min-height: 580px; }
.arch { position: absolute; bottom: 0; border-radius: 240px 240px 22px 22px; }
.arch-back { left: 0; width: 82%; height: 86%; background: var(--coral-soft); transform: rotate(-5deg); }
.arch-front { right: 0; width: 78%; height: 88%; display: grid; place-items: center; background: var(--mint); box-shadow: var(--shadow); }
.arch-front span { margin-top: 45px; font-family: var(--serif); font-size: 46px; line-height: 1.05; text-align: center; }
.arch-front em { color: var(--teal); }
.spark { position: absolute; color: var(--coral); font-size: 38px; }
.spark-one { right: -20px; top: 90px; }.spark-two { left: 10px; bottom: 35px; color: var(--yellow); }
.art-caption { position: absolute; right: 30px; bottom: 42px; padding: 10px 18px; background: var(--white); border-radius: 100px; box-shadow: 0 12px 30px rgba(33,52,60,.12); font-size: 11px; font-weight: 700; transform: rotate(-4deg); }
.approach-lead { margin: 27px 0 39px; color: var(--ink-soft); font-size: 18px; }
.check-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 42px auto; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.check-list li > span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--teal); border-radius: 50%; font-size: 14px; }
.check-list strong, .check-list small { display: block; }
.check-list strong { margin-bottom: 5px; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.check-list small { color: var(--ink-soft); font-size: 13px; }

.process { background: var(--paper-deep); }
.process-header { display: grid; grid-template-columns: .42fr 1fr; align-items: start; margin-bottom: 55px; }
.process-header .eyebrow { margin-top: 14px; }
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; padding: 0 24px; }
.timeline li:first-child { padding-left: 0; }
.timeline li:last-child { padding-right: 0; }
.timeline li::before { content: ""; position: absolute; left: 0; right: 0; top: 22px; height: 1px; background: rgba(33,52,60,.24); }
.timeline li:first-child::before { left: 22px; }
.timeline li:last-child::before { right: calc(100% - 22px); }
.timeline li > span { position: relative; z-index: 1; width: 45px; height: 45px; display: grid; place-items: center; margin-bottom: 24px; color: var(--white); background: var(--teal); border: 7px solid var(--paper-deep); border-radius: 50%; font-size: 11px; box-sizing: content-box; }
.timeline h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 20px; font-weight: 400; }
.timeline p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 110px; }
.about-card { position: relative; min-height: 600px; }
.portrait-photo { position: absolute; inset: 0 55px 0 0; overflow: hidden; background: var(--paper-deep); border-radius: 240px 240px 24px 24px; }
.portrait-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(33,52,60,.08); border-radius: inherit; }
.portrait-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 48%; }
.experience-stamp { position: absolute; right: 0; bottom: 48px; width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--white); background: var(--coral); border: 8px solid var(--white); border-radius: 50%; transform: rotate(-7deg); }
.experience-stamp strong { font-family: var(--serif); font-size: 41px; line-height: 1; font-weight: 400; }
.experience-stamp span { font-size: 10px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.about-role { margin: 11px 0 24px; color: var(--coral); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.about-intro { margin: 0 0 28px; color: var(--ink-soft); font-family: var(--serif); font-size: 23px; line-height: 1.45; }
.credentials { margin-bottom: 26px; }
.credentials > div { display: grid; grid-template-columns: 42px auto; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.credentials > div > span { color: var(--coral); font-size: 10px; font-weight: 700; }
.credentials p { margin: 0; }
.credentials strong, .credentials small { display: block; }
.credentials strong { font-size: 14px; }
.credentials small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }
.recognition { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; margin-top: 76px; padding: 42px 46px; color: var(--white); background: var(--teal); border-radius: var(--radius); }
.recognition-heading { display: flex; align-items: flex-start; gap: 18px; }
.recognition-mark { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; color: var(--teal-dark); background: var(--yellow); border-radius: 50%; font-size: 20px; }
.recognition-heading p { margin: 2px 0 5px; color: var(--mint); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.recognition-heading h3 { margin: 0; font-family: var(--serif); font-size: 28px; line-height: 1.15; font-weight: 400; }
.recognition ul { margin: 0; padding: 0; list-style: none; }
.recognition li { position: relative; padding-left: 26px; font-size: 14px; line-height: 1.55; }
.recognition li + li { margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.recognition li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 800; }
.recognition li + li::before { top: 18px; }

.education { color: var(--white); background: var(--teal-dark); }
.education-header { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; margin-bottom: 58px; }
.education-header h2 { max-width: 720px; margin: 0; font-family: var(--serif); font-size: clamp(43px, 4.6vw, 67px); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.education-header > p { max-width: 430px; margin: 0 0 6px; color: rgba(255,255,255,.68); font-size: 15px; }
.education-list { border-top: 1px solid rgba(255,255,255,.18); }
.education-item { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 30px; padding: 25px 18px 26px 0; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .2s ease, padding .2s ease; }
.education-item:hover { padding-left: 18px; background: rgba(255,255,255,.045); }
.education-item time { padding-top: 4px; color: var(--yellow); font-family: var(--serif); font-size: 24px; line-height: 1; }
.education-item h3 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.25; font-weight: 400; }
.education-item p { margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; }
.education-item-degree div > span { display: block; margin-bottom: 5px; color: var(--mint); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }

.formats { padding-top: 88px; background: var(--white); }
.formats .container { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.format-card { position: relative; min-height: 350px; padding: 46px; overflow: hidden; background: var(--mint); border-radius: var(--radius); }
.format-card::after { content: ""; position: absolute; right: -65px; bottom: -70px; width: 250px; height: 250px; border: 45px solid rgba(255,255,255,.3); border-radius: 50%; }
.format-online { color: var(--white); background: var(--teal); }
.format-online::after { border-radius: 50% 50% 20% 50%; transform: rotate(25deg); border-color: rgba(255,255,255,.12); }
.format-label { display: inline-block; padding: 7px 12px; border: 1px solid currentColor; border-radius: 100px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.format-card h2 { margin: 54px 0 10px; font-family: var(--serif); font-size: 44px; line-height: 1; font-weight: 400; }
.format-card p { max-width: 420px; margin: 0; font-size: 15px; }
.format-card ul { position: absolute; z-index: 1; left: 46px; bottom: 34px; display: flex; gap: 22px; margin: 0; padding: 0; list-style: none; font-size: 11px; font-weight: 700; }
.format-card li::before { content: "•"; margin-right: 8px; color: var(--coral); }
.format-online li::before { color: var(--yellow); }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: 100px; }
.faq-heading { position: sticky; top: 60px; }
.faq-heading > p:last-child { max-width: 360px; margin-top: 25px; color: var(--ink-soft); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 26px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 31px; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 9px; right: 9px; top: 14px; height: 1px; background: var(--ink); transition: transform .2s ease; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -8px 56px 26px 0; color: var(--ink-soft); font-size: 14px; }

.contact { padding-top: 50px; }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; padding: 72px; color: var(--white); background: var(--coral); border-radius: 38px; }
.contact-copy .eyebrow.light { color: var(--white); opacity: .8; }
.contact-copy .eyebrow > span { background: var(--yellow); }
.contact-copy > p { max-width: 460px; color: rgba(255,255,255,.84); }
.contact-methods { display: grid; gap: 9px; margin-top: 28px; }
.contact-methods a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px 16px; color: var(--white); border: 1px solid rgba(255,255,255,.3); border-radius: 13px; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.contact-methods a:hover { transform: translateX(3px); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.contact-methods small { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.contact-methods strong { font-size: 12px; text-align: right; overflow-wrap: anywhere; }
.contact-prompt { display: flex; gap: 14px; margin-top: 24px; padding: 20px 23px; color: var(--ink); background: rgba(255,255,255,.92); border-radius: 18px; transform: rotate(-1deg); }
.contact-prompt span { font-family: var(--serif); font-size: 37px; line-height: 1; color: var(--coral); }
.contact-prompt p { margin: 2px 0 0; font-size: 12px; }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: 24px; }
.form-row { display: grid; grid-template-columns: .78fr 1.22fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 17px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); background: var(--paper); border: 1px solid transparent; border-radius: 10px; outline: none; font-size: 14px; text-transform: none; letter-spacing: 0; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; min-height: 110px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(40,93,90,.12); }
.contact-form .button-light { color: var(--white); background: var(--teal); border-color: var(--teal); }
.form-note { margin: 13px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.45; text-align: center; }
.form-status { min-height: 18px; margin-top: 8px; color: var(--teal); font-size: 12px; font-weight: 700; text-align: center; }

.site-footer { padding: 65px 0 30px; }
.footer-top { display: grid; grid-template-columns: .8fr 1fr auto; align-items: center; gap: 55px; padding-bottom: 45px; border-bottom: 1px solid var(--line); }
.footer-top > p { max-width: 440px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.footer-bottom { display: grid; grid-template-columns: .8fr 1fr auto; gap: 55px; padding-top: 24px; color: var(--ink-soft); font-size: 10px; }
.footer-bottom a { text-decoration: none; }
.footer-contacts { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px 16px; }
.footer-contacts a { font-weight: 700; white-space: nowrap; }
.quick-contact { position: fixed; z-index: 45; right: 20px; bottom: 20px; width: 154px; display: grid; gap: 6px; padding: 11px; color: var(--ink); background: rgba(255,253,248,.96); border: 1px solid var(--line); border-radius: 21px; box-shadow: 0 16px 45px rgba(24,63,62,.2); backdrop-filter: blur(12px); }
.quick-contact-title { padding: 1px 7px 5px; color: var(--ink-soft); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.quick-contact a { min-height: 42px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 8px; padding: 5px 8px; border-radius: 12px; color: var(--ink); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.quick-contact a:hover { color: var(--white); background: var(--teal); transform: translateX(-2px); }
.quick-contact i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 10px; font-style: normal; font-weight: 800; }
.quick-contact a:nth-of-type(2) i { background: #2f7fa8; }
.quick-contact a:nth-of-type(3) i { background: var(--teal); }
.quick-contact b { font-size: 11px; }

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

@media (max-width: 1020px) {
  .site-nav { gap: 18px; }
  .hero-grid { gap: 20px; }
  .hero h1 { font-size: 58px; }
  .hero-visual { transform: scale(.88); }
  .issue-grid { grid-template-columns: repeat(2, 1fr); }
  .issue-wide { grid-column: 1 / -1; }
  .approach-grid, .about-grid { gap: 60px; }
  .education-header { gap: 50px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { display: grid; grid-template-columns: 75px auto; padding: 0 0 22px; }
  .timeline li::before { left: 29px !important; right: auto !important; top: 0; bottom: 0; width: 1px; height: auto; }
  .timeline li > span { margin: 0; }
  .contact-card { gap: 45px; padding: 52px; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 84px 0; }
  .site-header { position: absolute; padding: 18px 0; }
  .header-cta { display: none; }
  .menu-toggle { order: 3; width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 0 12px; border: 1px solid var(--line); border-radius: 50%; background: rgba(245,240,230,.88); }
  .menu-toggle span:not(.sr-only) { height: 1px; display: block; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: -1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 24px; padding: 90px 32px; visibility: hidden; opacity: 0; background: var(--paper); transition: opacity .2s ease, visibility .2s ease; }
  .site-nav.is-open { visibility: visible; opacity: 1; }
  .site-nav a { font-family: var(--serif); font-size: 35px; font-weight: 400; }
  .hero { min-height: 0; padding-top: 130px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow { justify-content: center; }
  .hero h1 { margin-inline: auto; font-size: clamp(44px, 11vw, 64px); }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-facts { justify-content: center; }
  .hero-visual { min-height: 560px; transform: scale(.92); }
  .hero-marquee { position: relative; margin-top: 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .service-row { grid-template-columns: 1fr auto; gap: 18px; padding: 30px 0; }
  .service-row > p { grid-column: 1 / 2; }
  .service-meta { grid-column: 2; grid-row: 1 / 3; }
  .approach-grid, .about-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .approach-art { min-height: 500px; max-width: 480px; width: 100%; margin-inline: auto; }
  .process-header { grid-template-columns: 1fr; }
  .about-card { min-height: 540px; max-width: 500px; width: 100%; margin-inline: auto; }
  .recognition, .education-header { grid-template-columns: 1fr; }
  .recognition { gap: 32px; }
  .education-header { gap: 22px; }
  .formats .container { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .contact-card { gap: 42px; padding: 46px; }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 24px; }
  .footer-contacts { justify-content: flex-start; }
  .site-footer { padding-bottom: 112px; }
  .quick-contact { left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); width: auto; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 7px; border-radius: 19px; }
  .quick-contact-title { display: none; }
  .quick-contact a { min-width: 0; min-height: 48px; display: flex; justify-content: center; gap: 7px; padding: 5px; }
  .quick-contact a:hover { transform: none; }
  .quick-contact i { flex: 0 0 auto; }
  .quick-contact b { overflow: hidden; font-size: 10px; text-overflow: ellipsis; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { width: calc(100% - 28px); }
  .section { padding: 70px 0; }
  .header-inner { gap: 10px; }
  .brand { min-width: 0; gap: 10px; }
  .brand-copy { max-width: clamp(130px, 43vw, 180px); }
  .brand-copy strong { font-size: 15px; }
  .brand-logo-mark { width: 48px; height: 50px; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 0; text-align: left; }
  .hero-facts li { min-width: 0; padding-inline: 12px; }
  .hero-facts li:nth-child(3) { grid-column: 1 / -1; justify-self: center; border-left: 0; }
  .hero-visual { width: 100%; min-height: 480px; transform: scale(.77); margin: -50px 0 -35px; }
  .hero-marquee div { justify-content: flex-start; transform: translateX(-80px); }
  .section-heading h2, .approach-copy h2, .process-header h2, .about-copy h2, .education-header h2, .faq-heading h2, .contact-copy h2 { font-size: 39px; }
  .issue-grid { grid-template-columns: 1fr; }
  .issue-card { min-height: 320px; }
  .issue-wide { grid-column: auto; display: block; }
  .issue-wide .issue-number { display: block; margin-bottom: 60px; }
  .wide-note { margin-top: 20px; padding: 18px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-row { display: block; }
  .service-title { gap: 15px; }
  .service-row > p { margin: 15px 0; }
  .service-meta { align-items: flex-start; }
  .service-footer { align-items: stretch; flex-direction: column; }
  .service-footer .button { width: 100%; }
  .approach-art { min-height: 430px; }
  .arch-front span { font-size: 38px; }
  .process-header { margin-bottom: 35px; }
  .timeline li { grid-template-columns: 64px auto; }
  .about-card { min-height: 470px; }
  .portrait-photo { right: 28px; }
  .experience-stamp { width: 110px; height: 110px; }
  .experience-stamp strong { font-size: 32px; }
  .recognition { margin-top: 55px; padding: 30px 24px; }
  .recognition-heading h3 { font-size: 25px; }
  .education-header { margin-bottom: 38px; }
  .education-item { grid-template-columns: 68px minmax(0, 1fr); gap: 14px; padding: 22px 0; }
  .education-item:hover { padding-left: 0; background: transparent; }
  .education-item time { font-size: 19px; }
  .education-item h3 { font-size: 19px; }
  .format-card { min-height: 360px; padding: 35px 28px; }
  .format-card ul { left: 28px; right: 28px; flex-direction: column; gap: 5px; }
  .accordion summary { font-size: 18px; }
  .contact { padding-top: 20px; }
  .contact-card { width: calc(100% - 16px); padding: 40px 22px; border-radius: 28px; }
  .contact-methods a { align-items: flex-start; flex-direction: column; gap: 4px; }
  .contact-methods strong { text-align: left; }
  .contact-form { margin-inline: -8px; padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quick-contact { left: 10px; right: 10px; }
}

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