:root {
  --ink: #17202a;
  --navy: #11253d;
  --navy-soft: #203b59;
  --cream: #f3eee6;
  --paper: #fcfbf8;
  --sand: #e4d3bc;
  --sand-deep: #c5aa87;
  --line: rgba(17, 37, 61, .14);
  --muted: #60666b;
  --radius: 1.1rem;
  --shadow: 0 24px 80px rgba(24, 38, 54, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 2.5rem)); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; transform: translateY(-180%); padding: .75rem 1rem; background: #fff; border-radius: .5rem; }
.skip-link:focus { transform: none; }
.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; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(252, 251, 248, .9); backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(19, 36, 55, .06); }
.nav-wrap { min-height: 5.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; width: 156px; height: 68px; align-items: center; justify-content: flex-start; }
.brand img { width: auto; height: 60px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .91rem; font-weight: 650; }
.main-nav a { text-decoration: none; }
.main-nav > a:not(.nav-cta):hover { color: #2c5d8d; }
.nav-cta { padding: .78rem 1.15rem; border-radius: 999px; color: white; background: var(--navy); }
.menu-button { display: none; border: 0; background: none; padding: .75rem; }
.menu-button span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f5ef 0%, var(--cream) 60%, #eee4d8 100%); }
.hero::before { content: ""; position: absolute; width: 38rem; height: 38rem; border: 1px solid rgba(17,37,61,.08); border-radius: 50%; right: -11rem; top: -18rem; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5rem; min-height: calc(100svh - 5.5rem); padding-block: 4.5rem; }
.eyebrow { margin: 0 0 1rem; color: #53697d; font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { max-width: 760px; font-size: clamp(3.1rem, 6.2vw, 6.35rem); }
.hero h1 em { color: var(--navy-soft); font-weight: 400; }
.hero-lead { max-width: 630px; margin: 1.7rem 0 2rem; color: #50585f; font-size: clamp(1.05rem, 1.6vw, 1.24rem); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; min-height: 3.3rem; align-items: center; justify-content: center; gap: .5rem; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-quiet { border-color: var(--line); background: rgba(255,255,255,.48); }
.hero-details { display: flex; gap: 2.5rem; margin: 3rem 0 0; }
.hero-details div { display: grid; }
.hero-details dt { color: #6d7378; font-size: .74rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-details dd { margin: .12rem 0 0; font-weight: 650; }
.hero-visual { position: relative; padding: 1.3rem 1.3rem 0 0; }
.portrait-frame { position: relative; overflow: hidden; height: min(68vh, 670px); min-height: 480px; border-radius: 13rem 13rem 1.2rem 1.2rem; background: #e6e5e3; box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.55); border-radius: inherit; pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.signature-card { position: absolute; right: -.5rem; bottom: 2.5rem; min-width: 205px; padding: 1rem 1.2rem; background: rgba(255,255,255,.94); box-shadow: 0 20px 45px rgba(17,37,61,.16); border-radius: .8rem; }
.signature-card strong, .signature-card span { display: block; }
.signature-card span { color: var(--muted); font-size: .88rem; }

.credibility { background: var(--navy); color: #fff; }
.credibility-row { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.credibility-row p { margin: 0; font-size: .87rem; font-weight: 650; letter-spacing: .03em; }
.credibility-row span { width: 3px; height: 3px; border-radius: 50%; background: var(--sand); }
.section { padding-block: clamp(5.5rem, 10vw, 9rem); scroll-margin-top: 5.4rem; }
.section-heading { max-width: 760px; margin-bottom: 3.4rem; }
.section-heading.narrow { max-width: 570px; }
.section h2 { font-size: clamp(2.55rem, 5vw, 4.7rem); }
.section-heading > p:last-child { max-width: 650px; margin: 1.35rem 0 0; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 330px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.service-card.dark { background: var(--navy); color: #fff; }
.card-number { margin-bottom: auto; color: #8794a0; font: italic 1rem Georgia, serif; }
.service-card h3 { margin: 0 0 .85rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 500; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); }
.service-card.dark p { color: #d1d8de; }
.methods { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem, 6vw, 5rem); margin-top: 5rem; padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #f7f2eb, #fff); }
.methods-heading { align-self: center; }
.methods-heading .eyebrow { margin-bottom: .8rem; }
.methods h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; line-height: 1.05; }
.methods-heading > p:last-child { max-width: 330px; margin: 1rem 0 0; color: var(--muted); }
.methods ul { counter-reset: method; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.methods li { counter-increment: method; position: relative; min-height: 104px; display: flex; align-items: flex-end; padding: 2.6rem 1rem 1rem; border: 1px solid rgba(17,37,61,.1); border-radius: .75rem; background: rgba(255,255,255,.82); font-weight: 650; line-height: 1.35; }
.methods li::before { content: "0" counter(method); position: absolute; top: .8rem; left: 1rem; color: #7d8d99; font: italic .75rem Georgia, serif; letter-spacing: .08em; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.about-copy { position: sticky; top: 8rem; }
.about-copy h2 { margin-bottom: 2rem; }
.about-copy p:not(.eyebrow) { color: #525a61; }
.about-copy .large-copy { color: var(--ink); font-size: 1.13rem; font-weight: 620; }
.experience-gallery { display: grid; gap: 1.25rem; padding-top: 1rem; }
.experience-gallery figure { margin: 0; }
.experience-gallery img { width: 100%; height: auto; border-radius: .8rem; box-shadow: 0 18px 45px rgba(17,37,61,.12); }
.field-photo, .conference-photo { height: auto; }
.conference-photo { width: 82%; margin-left: auto !important; }
.experience-gallery figcaption { padding-top: .7rem; color: #657078; font-size: .79rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }

.pricing { background: #fff; }
.price-list { border-top: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.price-row h3 { display: inline-block; margin: 0; font-family: Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.15rem); font-weight: 500; }
.price-row p { margin: .45rem 0 0; color: var(--muted); }
.price-row > strong { color: var(--navy); font-family: Georgia, serif; font-size: clamp(1.75rem, 4vw, 2.7rem); font-weight: 500; white-space: nowrap; }
.badge { display: inline-block; margin: 0 .8rem .3rem 0; padding: .25rem .55rem; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; vertical-align: middle; }
.price-note { margin: 1rem 0 0; color: var(--muted); font-size: .85rem; }

.contact { padding-top: 2rem; }
.contact-panel { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 1.3rem; background: var(--navy); color: white; box-shadow: var(--shadow); }
.contact-intro, .contact-data { padding: clamp(2rem, 6vw, 4.5rem); }
.contact-intro { border-right: 1px solid rgba(255,255,255,.13); }
.eyebrow.light { color: #bfcbd6; }
.contact-intro h2 { max-width: 520px; }
.contact-intro > p:not(.eyebrow) { max-width: 560px; margin: 1.3rem 0 2rem; color: #ccd5dd; }
.button-sand { background: var(--sand); color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.28); color: #fff; }
.contact-data { display: grid; align-content: center; gap: 2.1rem; font-style: normal; }
.contact-data div { display: grid; }
.contact-data span { margin-bottom: .25rem; color: #9fb0bf; font-size: .73rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-data strong { font-family: Georgia, serif; font-size: 1.35rem; font-weight: 500; }
.contact-data a { width: fit-content; color: white; text-underline-offset: .25rem; }
.contact-data p { margin: 0; }

.site-footer { padding: 3rem 0 5rem; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .84rem; }
.footer-row img { width: 110px; height: auto; }
.footer-row a { text-underline-offset: .2rem; }
.mobile-book { display: none; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 880px) {
  .nav-wrap { min-height: 4.8rem; }
  .brand { width: 132px; height: 58px; }
  .brand img { width: auto; height: 52px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; inset: 4.8rem 0 auto; display: none; padding: 1rem 1.25rem 1.5rem; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(17,37,61,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .85rem 0; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero-grid { grid-template-columns: 1fr; gap: 3rem; min-height: 0; padding-block: 4rem 3rem; }
  .hero h1 { font-size: clamp(3.1rem, 13vw, 5.5rem); }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .portrait-frame { height: min(78vw, 620px); min-height: 410px; }
  .credibility-row { padding-block: 1.5rem; flex-wrap: wrap; justify-content: center; text-align: center; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 260px; }
  .methods { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { position: static; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-intro { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 1.5rem, 1180px); }
  body { padding-bottom: 4.5rem; }
  .hero-grid { padding-top: 3rem; }
  .hero-lead { margin-top: 1.2rem; }
  .hero-actions .button { width: 100%; }
  .hero-details { display: grid; gap: 1rem; margin-top: 2rem; }
  .hero-visual { padding: .7rem .7rem 0 0; }
  .portrait-frame { min-height: 390px; border-radius: 8rem 8rem .9rem .9rem; }
  .signature-card { right: -.2rem; bottom: 1.4rem; min-width: 175px; padding: .8rem 1rem; }
  .credibility-row { display: grid; gap: .55rem; }
  .credibility-row span { margin: auto; }
  .section { padding-block: 5.5rem; }
  .section h2 { font-size: 2.75rem; }
  .methods ul { grid-template-columns: 1fr; }
  .experience-gallery { padding-top: 0; }
  .conference-photo { width: 100%; margin-left: 0 !important; }
  .price-row { grid-template-columns: 1fr; gap: .75rem; }
  .contact-intro, .contact-data { padding: 2rem 1.3rem; }
  .contact-actions .button { width: 100%; }
  .footer-row { flex-direction: column; align-items: flex-start; }
  .mobile-book { position: fixed; display: flex; z-index: 28; left: .75rem; right: .75rem; bottom: .75rem; min-height: 3.35rem; align-items: center; justify-content: center; border-radius: 999px; background: var(--navy); color: #fff; box-shadow: 0 12px 35px rgba(17,37,61,.28); text-decoration: none; font-weight: 800; }
}
