:root {
  --ink: #0c1720;
  --ink-soft: #152632;
  --paper: #f3f1e9;
  --paper-bright: #fbfaf6;
  --white: #fff;
  --accent: #c6ff4a;
  --aqua: #6ed9d0;
  --line: rgba(12, 23, 32, .16);
  --muted: #657078;
  --max: 1240px;
  --sans: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--aqua); outline-offset: 4px; }
.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; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); background: var(--accent); padding: 10px 16px; font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); color: var(--white); transition: background .25s, height .25s, box-shadow .25s; }
.site-header.scrolled { height: 76px; background: rgba(12, 23, 32, .94); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.45); font-size: .78rem; font-weight: 800; letter-spacing: .11em; }
.brand-name { display: flex; flex-direction: column; font-weight: 680; line-height: 1.15; }
.brand-name small { margin-top: 5px; color: rgba(255,255,255,.6); font-size: .64rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .88rem; font-weight: 650; }
.main-nav > a { text-decoration: none; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.76); }
.main-nav > a:hover { color: var(--white); }
.nav-cta { padding: 9px 17px; border: 1px solid rgba(255,255,255,.45); }
.language-switch { display: inline-flex; padding: 3px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; }
.language-switch a { min-width: 38px; padding: 5px 8px; border-radius: 999px; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 800; text-align: center; text-decoration: none; letter-spacing: .06em; }
.language-switch a[aria-current="page"] { background: var(--accent); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--white); }

.hero { position: relative; overflow: hidden; min-height: 860px; padding: 180px max(28px, calc((100vw - var(--max)) / 2)) 0; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: 80px; border: 1px solid rgba(110,217,208,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(110,217,208,.025), 0 0 0 140px rgba(110,217,208,.018); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .65fr); gap: 100px; align-items: end; }
.hero-copy, .hero-aside { min-width: 0; }
.eyebrow { margin: 0 0 22px; color: #297d78; font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow, .experience-section .eyebrow, .contact-section .eyebrow { color: var(--aqua); }
.hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.6rem, 7.2vw, 7.1rem); line-height: .92; letter-spacing: -.065em; font-weight: 650; }
.hero h1 em { color: var(--accent); font-family: var(--serif); font-weight: 400; }
.hero-lead { max-width: 700px; margin: 38px 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.08rem, 1.55vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 42px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 242px; padding: 17px 20px; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #d5ff78; transform: translateY(-2px); }
.text-link { color: rgba(255,255,255,.78); font-weight: 650; text-decoration: none; }
.text-link span { margin-left: 8px; color: var(--aqua); }
.hero-aside { align-self: center; }
.portrait-wrap { position: relative; width: 210px; margin-left: auto; }
.portrait-wrap img { width: 170px; margin-left: auto; aspect-ratio: 3/4; object-fit: cover; filter: saturate(.8) contrast(1.03); }
.portrait-wrap::before { content: ""; position: absolute; left: 8px; bottom: -25px; width: 116px; height: 116px; border: 1px solid var(--aqua); }
.availability { position: absolute; left: 0; bottom: -18px; padding: 13px 16px; background: var(--paper-bright); color: var(--ink); font-size: .72rem; font-weight: 750; line-height: 1.35; }
.hero-note { display: flex; justify-content: space-between; gap: 20px; margin-top: 75px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.17); font-size: .72rem; }
.hero-note span { color: rgba(255,255,255,.48); text-transform: uppercase; letter-spacing: .12em; }
.hero-note strong { text-align: right; }
.hero-metrics { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 94px; border-top: 1px solid rgba(255,255,255,.17); }
.hero-metrics > div { display: flex; align-items: baseline; gap: 13px; padding: 29px 24px 33px 0; border-right: 1px solid rgba(255,255,255,.12); }
.hero-metrics > div:not(:first-child) { padding-left: 24px; }
.hero-metrics strong { font-family: var(--serif); color: var(--accent); font-size: 2.25rem; font-weight: 400; }
.hero-metrics span { color: rgba(255,255,255,.58); font-size: .74rem; line-height: 1.35; }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 28px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; align-items: start; gap: 28px; }
.section-heading h2, .profile-copy h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.055em; font-weight: 620; }
.section-intro { max-width: 670px; margin: 34px 0 65px auto; color: #4f5a61; font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.2); }
.service-card.featured { background: var(--white); }
.service-card.accent-card { background: var(--aqua); }
.card-index { color: #7b8489; font-family: var(--serif); font-size: 1.08rem; }
.service-card h3 { max-width: 430px; margin: 0 0 20px; font-size: 1.65rem; line-height: 1.18; letter-spacing: -.025em; }
.service-card p { max-width: 500px; margin: 0; color: #5f696f; }
.accent-card p { color: #1a4c4a; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 30px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 5px 9px; border: 1px solid var(--line); font-size: .67rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }

.profile-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding-top: 20px; }
.profile-statement { position: relative; align-self: start; padding: 48px; background: var(--ink-soft); color: var(--white); }
.profile-statement::after { content: ""; position: absolute; right: -22px; bottom: -22px; width: 75px; height: 75px; background: var(--accent); z-index: -1; }
.profile-statement blockquote { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.24; }
.profile-copy > p { color: #535e64; font-size: 1.05rem; }
.profile-copy h2 { margin-bottom: 38px; }
.profile-facts { margin-top: 45px; border-top: 1px solid var(--line); }
.profile-facts > div { display: grid; grid-template-columns: 120px 1fr; padding: 20px 0; border-bottom: 1px solid var(--line); }
.profile-facts span { color: #337a76; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-facts p { margin: 0; color: var(--ink); font-size: .91rem; }

.experience-section { max-width: none; padding-right: max(28px, calc((100vw - var(--max)) / 2)); padding-left: max(28px, calc((100vw - var(--max)) / 2)); background: var(--ink); color: var(--white); }
.section-heading.light { max-width: var(--max); margin: 0 auto 65px; }
.experience-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid rgba(255,255,255,.2); }
.experience-list article { display: grid; grid-template-columns: 180px minmax(260px, 1.2fr) minmax(250px, 1fr) 180px; gap: 28px; align-items: start; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.experience-type { color: var(--aqua); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.experience-list h3 { margin: 0; font-size: 1.25rem; line-height: 1.3; }
.experience-list p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.experience-role { color: rgba(255,255,255,.8); font-size: .78rem; text-align: right; }

.principles { padding-bottom: 150px; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 70px; }
.principles-grid > div { padding: 34px 30px; border-top: 2px solid var(--ink); background: rgba(255,255,255,.28); }
.principles-grid span { color: #33847f; font-family: var(--serif); }
.principles-grid h3 { margin: 45px 0 14px; font-size: 1.3rem; }
.principles-grid p { margin: 0; color: #5c666c; font-size: .92rem; }

.contact-section { display: grid; grid-template-columns: 1.5fr .75fr; gap: 100px; align-items: end; padding: 110px max(28px, calc((100vw - var(--max)) / 2)); background: #1a625e; color: var(--white); }
.contact-section h2 { max-width: 790px; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5.4vw, 5.5rem); font-weight: 400; line-height: .98; letter-spacing: -.04em; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.contact-actions a { text-decoration: none; }
.contact-email { width: 100%; display: flex; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 1.1rem; font-weight: 700; }
.contact-actions > p { margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: .8rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding: 70px max(28px, calc((100vw - var(--max)) / 2)) 34px; background: var(--ink); color: var(--white); }
.brand-mark.small { width: 42px; height: 42px; }
.site-footer > div:first-child { display: flex; align-items: flex-start; gap: 20px; }
.site-footer > div:first-child p { margin: 0; color: rgba(255,255,255,.55); font-family: var(--serif); line-height: 1.45; }
.footer-links { display: flex; gap: 25px; align-items: start; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .78rem; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.35); font-size: .68rem; }

.legal-page { min-height: 100vh; background: var(--paper-bright); }
.legal-header { position: static; background: var(--ink); }
.legal-main { max-width: 840px; margin: 0 auto; padding: 90px 28px 130px; }
.legal-main h1 { margin: 0 0 18px; font-size: clamp(3rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -.055em; }
.legal-main .legal-updated { margin-bottom: 58px; color: var(--muted); font-size: .8rem; }
.legal-main h2 { margin: 48px 0 12px; font-size: 1.35rem; }
.legal-main h3 { margin: 30px 0 8px; font-size: 1rem; }
.legal-main p, .legal-main li { color: #465158; }
.legal-main a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-back { display: inline-block; margin-bottom: 42px; color: #276b67; font-weight: 700; text-decoration: none; }
.legal-note { margin: 35px 0; padding: 22px 24px; border-left: 3px solid var(--aqua); background: var(--paper); }

@media (max-width: 960px) {
  .site-header { height: 76px; padding-inline: 22px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; background: var(--ink); font-size: 1.25rem; transform: translateX(100%); transition: transform .25s ease; }
  .main-nav.open { transform: none; }
  .language-switch { margin-top: 12px; }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-aside { display: grid; grid-template-columns: auto 1fr; align-items: end; gap: 50px; }
  .portrait-wrap { margin-left: 0; }
  .hero-note { margin: 0; }
  .hero-metrics { grid-template-columns: repeat(2, 1fr); }
  .profile-section { grid-template-columns: 1fr; gap: 70px; }
  .experience-list article { grid-template-columns: 150px 1fr 1fr; }
  .experience-role { display: none; }
  .contact-section { grid-template-columns: 1fr; gap: 65px; }
}

@media (max-width: 680px) {
  .brand-name { font-size: .86rem; }
  .brand-name small { font-size: .54rem; }
  .hero { padding-inline: 20px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.9rem); overflow-wrap: anywhere; }
  .hero .eyebrow { font-size: .64rem; letter-spacing: .13em; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-aside { grid-template-columns: 1fr; }
  .hero-note { margin-top: 35px; }
  .hero-metrics { margin-top: 70px; }
  .hero-metrics > div { display: block; padding: 22px 12px 24px 0; }
  .hero-metrics > div:not(:first-child) { padding-left: 14px; }
  .hero-metrics strong, .hero-metrics span { display: block; }
  .section { padding: 90px 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 5px; }
  .section-intro { margin-top: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { grid-template-columns: 42px 1fr; min-height: 280px; padding: 30px 22px; }
  .profile-section { padding-top: 0; }
  .profile-statement { padding: 35px 28px; }
  .profile-facts > div { grid-template-columns: 1fr; gap: 8px; }
  .experience-section { padding-inline: 20px; }
  .experience-list article { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid h3 { margin-top: 25px; }
  .contact-section { padding: 85px 20px; }
  .site-footer { grid-template-columns: 1fr; padding-inline: 20px; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: auto; }
  .legal-main { padding-top: 65px; }
}

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