:root {
  --ink: #101a32;
  --ink-2: #17243f;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --white: #fff;
  --teal: #36b9aa;
  --teal-deep: #008f82;
  --yellow: #f4cf4e;
  --coral: #ee6b62;
  --line: rgba(16, 26, 50, .17);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --page: min(1440px, calc(100vw - 56px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 95px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body, button, input, select, textarea { font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }
::selection { background: var(--yellow); color: var(--ink); }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 300; transform: translateY(-160%); border-radius: 999px; padding: 12px 18px; background: var(--yellow); font-weight: 750; transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }
.section-pad { padding-right: max(28px, calc((100vw - 1440px) / 2)); padding-left: max(28px, calc((100vw - 1440px) / 2)); }

.site-header { position: fixed; top: 16px; left: 50%; z-index: 100; display: flex; width: var(--page); min-height: 66px; align-items: center; justify-content: space-between; gap: 28px; padding: 10px 11px 10px 22px; border: 1px solid rgba(255,255,255,.46); border-radius: 18px; background: rgba(250,249,244,.92); box-shadow: 0 14px 60px rgba(10,20,43,.14); backdrop-filter: blur(18px); transform: translateX(-50%); }
.brand { display: flex; flex: 0 0 auto; align-items: center; }
.brand img { width: 211px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 1.55vw, 27px); font-size: .8rem; font-weight: 680; letter-spacing: -.01em; }
.main-nav > a:not(.header-cta) { position: relative; padding-block: 10px; }
.main-nav > a:not(.header-cta)::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .22s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.sister-link { color: var(--teal-deep); }
.header-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 999px; font-size: .78rem; font-weight: 760; letter-spacing: .01em; transition: transform .22s ease, background-color .22s ease, color .22s ease; }
.header-cta { min-width: 145px; flex: 0 0 auto; padding: 0 20px; background: var(--ink); color: white; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }
.menu-toggle { position: relative; display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-toggle span { position: absolute; width: 17px; height: 1px; background: white; transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-3px); }
.menu-toggle span:last-child { transform: translateY(3px); }
.menu-toggle.is-open span:first-child { transform: rotate(45deg); }
.menu-toggle.is-open span:last-child { transform: rotate(-45deg); }

.eyebrow, .section-label { margin: 0; text-transform: uppercase; font-size: .68rem; font-weight: 760; letter-spacing: .13em; }
.section-label { display: flex; align-items: center; gap: 14px; color: rgba(16,26,50,.58); }
.section-label span { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .58rem; }
.section-label.light { color: rgba(255,255,255,.58); }
.display, h1, h2, h3, blockquote { font-family: var(--display); }
em { font-weight: 400; }
.button { padding: 0 24px; cursor: pointer; }
.button-primary { min-height: 54px; background: var(--yellow); color: var(--ink); }
.button-outline { border: 1px solid rgba(255,255,255,.4); color: white; }
.button-outline:hover { background: white; color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 20px; align-self: flex-start; border-bottom: 1px solid rgba(16,26,50,.38); padding-bottom: 7px; font-size: .77rem; font-weight: 730; }
.text-link.light { border-color: rgba(255,255,255,.38); color: white; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translate(3px,-3px); }

.hero { display: grid; min-height: max(760px, 100svh); grid-template-columns: minmax(0,.94fr) minmax(460px,1.06fr); background: var(--cream); }
.hero-copy-panel { display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: 156px clamp(36px,5.6vw,96px) 92px max(28px, calc((100vw - 1440px) / 2)); }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(16,26,50,.62); }
.hero-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(54,185,170,.15); }
.hero h1 { max-width: 760px; margin: 28px 0 0; font-size: clamp(4.45rem,6.8vw,8rem); font-weight: 400; letter-spacing: -.055em; line-height: .82; text-wrap: balance; }
.hero h1 em { display: block; margin-top: .12em; color: var(--teal-deep); }
.hero-copy { max-width: 570px; margin: 36px 0 0; color: rgba(16,26,50,.7); font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 34px; }
.hero-flightline { display: flex; width: min(460px,100%); align-items: center; margin-top: 48px; color: var(--teal-deep); }
.hero-flightline span { flex: 1; border-top: 1px dashed rgba(16,26,50,.28); }
.hero-flightline i { margin-left: -2px; font-size: 1.1rem; font-style: normal; transform: rotate(-10deg); }
.hero-photo-panel { position: relative; min-width: 0; overflow: hidden; }
.hero-photo-panel > img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-photo-panel::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgba(8,17,34,.72)); content: ""; pointer-events: none; }
.hero-gallery-link { position: absolute; right: clamp(24px,4vw,64px); bottom: clamp(24px,4vw,60px); left: clamp(24px,4vw,64px); z-index: 2; display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: end; border-top: 1px solid rgba(255,255,255,.55); padding-top: 18px; color: white; }
.hero-gallery-link span, .hero-gallery-link i { font-size: .62rem; font-style: normal; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.hero-gallery-link strong { font-family: var(--display); font-size: clamp(1.2rem,1.6vw,1.8rem); font-weight: 400; }

.impact-bar { display: grid; grid-template-columns: repeat(3,minmax(0,.7fr)) minmax(280px,1.4fr); border-bottom: 1px solid var(--line); background: var(--yellow); }
.impact-bar > div, .impact-bar > p { display: flex; min-height: 160px; margin: 0; justify-content: center; flex-direction: column; border-right: 1px solid rgba(16,26,50,.21); padding: 30px clamp(24px,3.7vw,58px); }
.impact-bar strong { font-family: var(--display); font-size: clamp(2.2rem,3.3vw,4rem); font-weight: 400; line-height: .9; }
.impact-bar span { margin-top: 10px; font-size: .65rem; font-weight: 720; letter-spacing: .05em; text-transform: uppercase; }
.impact-bar > p { border: 0; background: var(--ink); color: white; font-family: var(--display); font-size: clamp(1.4rem,2.2vw,2.2rem); font-style: italic; line-height: 1.05; }

.intro-section { display: grid; grid-template-columns: minmax(180px,.7fr) minmax(0,2.5fr); gap: 40px; padding-top: clamp(100px,11vw,180px); padding-bottom: 70px; }
.intro-heading h2 { max-width: 1110px; margin: 0; font-size: clamp(3.5rem,6.5vw,7.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; text-wrap: balance; }
.intro-heading h2 em { color: var(--teal-deep); }
.intro-heading > p { max-width: 620px; margin: 38px 0 0 auto; font-size: 1.05rem; line-height: 1.7; }
.services { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding-bottom: clamp(110px,12vw,190px); }
.service-card { display: flex; min-height: 560px; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; padding: clamp(25px,3vw,44px); background: var(--paper); transition: transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s ease; }
.service-card:hover { z-index: 2; box-shadow: 0 30px 70px rgba(16,26,50,.13); transform: translateY(-10px) rotate(-.35deg); }
.service-card:nth-child(2):hover { transform: translateY(-10px) rotate(.35deg); }
.service-top { display: flex; justify-content: space-between; color: rgba(16,26,50,.53); font-size: .61rem; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: clamp(105px,10vw,165px) 0 0; font-size: clamp(2rem,2.8vw,3.25rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.service-card > p { margin: 20px 0 28px; color: rgba(16,26,50,.72); font-size: .92rem; line-height: 1.65; }
.service-card > a { display: flex; margin-top: auto; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 20px; font-size: .72rem; font-weight: 740; text-transform: uppercase; }

.home-gallery-preview { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.32fr); gap: clamp(50px,8vw,130px); align-items: center; padding-top: clamp(100px,11vw,170px); padding-bottom: clamp(100px,11vw,170px); background: var(--ink); color: white; }
.gallery-preview-copy h2 { margin: 38px 0 28px; font-size: clamp(3.4rem,5vw,6rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.gallery-preview-copy h2 em { color: var(--teal); }
.gallery-preview-copy > p { max-width: 510px; margin: 0 0 34px; color: rgba(255,255,255,.68); line-height: 1.72; }
.gallery-preview-images { display: grid; min-height: 680px; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.gallery-preview-images img { width: 100%; height: 100%; object-fit: cover; }
.gallery-preview-images img:first-child { grid-row: 1/-1; }

.quote-section { min-height: 740px; padding-top: 120px; padding-bottom: 120px; background: var(--paper); background-image: radial-gradient(circle at 10% 10%,rgba(54,185,170,.12),transparent 26%),radial-gradient(circle at 90% 80%,rgba(244,207,78,.22),transparent 30%); }
.quote-route { display: flex; max-width: 1220px; align-items: center; gap: 14px; margin: 0 auto 70px; }
.quote-route span { flex: 1; height: 1px; background: var(--line); }
.quote-route i { color: var(--teal-deep); font-style: normal; }
.quote-section blockquote { max-width: 1220px; margin: 0 auto; font-size: clamp(3.3rem,6.3vw,7rem); font-weight: 400; letter-spacing: -.055em; line-height: .95; text-align: center; text-wrap: balance; }
.quote-meta { display: flex; max-width: 520px; justify-content: space-between; gap: 20px; margin: 60px auto 0; border-top: 1px solid var(--line); padding-top: 18px; color: rgba(16,26,50,.64); font-size: .63rem; font-weight: 680; letter-spacing: .06em; text-transform: uppercase; }

.team-section { padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); background: var(--ink); color: white; }
.team-intro { display: grid; grid-template-columns: .65fr 1.6fr .75fr; gap: 40px; align-items: start; }
.team-intro h2 { margin: 0; font-size: clamp(3.2rem,5.6vw,6.3rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.team-intro h2 em { display: block; color: var(--yellow); }
.team-intro > p { margin: 10px 0 0; color: rgba(255,255,255,.63); font-size: .93rem; line-height: 1.72; }
.team-showcase { display: grid; grid-template-columns: minmax(320px,1.1fr) minmax(280px,.85fr) minmax(220px,.65fr); margin-top: 90px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; }
.team-portrait { position: relative; min-height: 650px; overflow: hidden; background: #24314b; }
.team-portrait::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 52%,rgba(9,18,37,.68)); content: ""; pointer-events: none; }
.team-portrait img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.05); transition: opacity .5s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
.team-portrait img.is-active { opacity: 1; transform: scale(1); }
.portrait-index { position: absolute; right: 26px; bottom: 20px; z-index: 2; color: rgba(255,255,255,.72); font-size: .64rem; letter-spacing: .14em; }
.team-details { display: flex; min-height: 650px; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); padding: clamp(30px,4.4vw,68px); }
.team-kicker, .team-role { margin: 0; color: var(--yellow); font-size: .62rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.team-details h3 { margin: 28px 0 14px; font-size: clamp(3rem,4.2vw,5rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.team-role { color: rgba(255,255,255,.54); line-height: 1.5; }
.team-credential { margin: 38px 0; color: rgba(255,255,255,.72); font-size: .93rem; line-height: 1.72; }
.team-details .text-link { margin-top: auto; }
.team-selector { display: flex; flex-direction: column; }
.team-selector button { display: flex; flex: 1; align-items: center; gap: 20px; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 15px 24px; background: transparent; color: rgba(255,255,255,.56); cursor: pointer; font-size: .71rem; font-weight: 650; text-align: left; transition: background-color .22s ease,color .22s ease; }
.team-selector button:last-child { border-bottom: 0; }
.team-selector button:hover { color: white; }
.team-selector button.is-active { background: var(--yellow); color: var(--ink); }
.team-selector button span { font-size: .54rem; letter-spacing: .1em; opacity: .64; }

.approach-section { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.35fr); gap: clamp(50px,8vw,130px); padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); }
.approach-heading { position: sticky; top: 120px; align-self: start; }
.approach-heading h2 { margin: 36px 0 32px; font-size: clamp(3.3rem,5vw,6rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.approach-heading h2 em { color: var(--teal-deep); }
.approach-heading > p { max-width: 460px; color: rgba(16,26,50,.7); line-height: 1.72; }
.approach-list { border-top: 1px solid var(--line); }
.approach-list article { display: grid; min-height: 220px; grid-template-columns: 60px minmax(180px,.7fr) minmax(220px,1fr) 40px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); padding: 30px 12px; transition: background-color .25s ease,padding .25s ease; }
.approach-list article:hover { padding-right: 26px; padding-left: 26px; background: var(--paper); }
.approach-list article > span { color: rgba(16,26,50,.5); font-size: .61rem; letter-spacing: .1em; }
.approach-list h3 { margin: 0; font-size: clamp(1.8rem,2.5vw,3rem); font-weight: 400; letter-spacing: -.035em; line-height: 1; }
.approach-list p { margin: 0; color: rgba(16,26,50,.66); font-size: .88rem; line-height: 1.62; }
.approach-list i { font-style: normal; }

.experience-section { padding-top: clamp(100px,11vw,175px); padding-bottom: clamp(100px,11vw,175px); background: var(--yellow); }
.experience-heading { display: grid; grid-template-columns: .7fr 1.5fr .7fr; gap: 40px; align-items: end; }
.experience-heading h2 { margin: 0; font-size: clamp(3.5rem,5.8vw,6.7rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.experience-heading > p { margin: 0; font-size: .9rem; line-height: 1.7; }
.experience-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 90px; border-top: 1px solid rgba(16,26,50,.28); border-left: 1px solid rgba(16,26,50,.28); }
.experience-grid article { min-height: 500px; border-right: 1px solid rgba(16,26,50,.28); border-bottom: 1px solid rgba(16,26,50,.28); padding: clamp(24px,3.2vw,48px); }
.experience-number { display: grid; width: 72px; height: 72px; margin-bottom: 90px; place-items: center; border: 1px solid rgba(16,26,50,.42); border-radius: 50%; font-family: var(--display); font-size: 1.2rem; }
.experience-category { margin: 0 0 17px; font-size: .6rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }
.experience-grid h3 { margin: 0; font-size: clamp(2rem,2.8vw,3.2rem); font-weight: 400; letter-spacing: -.04em; line-height: .98; }
.experience-grid article p:last-child { margin: 26px 0 0; font-size: .9rem; line-height: 1.65; }

.resources-section { padding-top: clamp(110px,12vw,190px); padding-bottom: clamp(110px,12vw,190px); background: var(--ink); color: white; }
.resources-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.resources-heading h2 { margin: 38px 0 0; font-size: clamp(3.6rem,6vw,7rem); font-weight: 400; letter-spacing: -.05em; line-height: .87; }
.resources-heading h2 em { color: var(--teal); }
.resource-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 78px; }
.resource-card { display: flex; min-height: 540px; flex-direction: column; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: clamp(24px,3vw,42px); background: rgba(255,255,255,.025); transition: background-color .26s ease,transform .26s ease; }
.resource-card:hover { background: var(--teal-deep); transform: translateY(-7px); }
.resource-index { color: rgba(255,255,255,.5); font-size: .6rem; letter-spacing: .12em; }
.resource-type { margin: 90px 0 20px; color: var(--yellow); font-size: .61rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.resource-card h3 { margin: 0; font-size: clamp(2rem,2.7vw,3.1rem); font-weight: 400; letter-spacing: -.04em; line-height: 1; }
.resource-card > p:not(.resource-type) { margin: 24px 0; color: rgba(255,255,255,.67); font-size: .87rem; line-height: 1.63; }
.resource-action { display: flex; margin-top: auto; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.2); padding-top: 18px; font-size: .66rem; font-weight: 730; text-transform: uppercase; }

.cta-section { position: relative; display: flex; min-height: 800px; overflow: hidden; align-items: center; justify-content: center; flex-direction: column; padding-top: 150px; padding-bottom: 150px; background: var(--teal); text-align: center; }
.cta-section h2 { position: relative; z-index: 2; max-width: 1160px; margin: 40px auto 0; font-size: clamp(4rem,7.3vw,8.6rem); font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.cta-section h2 em { display: block; }
.cta-section > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 560px; margin: 42px auto 30px; line-height: 1.68; }
.cta-section .button { position: relative; z-index: 2; }
.sister-section { display: grid; grid-template-columns: 1.4fr .8fr; gap: clamp(50px,9vw,150px); align-items: end; padding-top: 120px; padding-bottom: 120px; background: var(--paper); }
.sister-section h2 { max-width: 800px; margin: 35px 0 0; font-size: clamp(3.5rem,5.5vw,6.3rem); font-weight: 400; letter-spacing: -.05em; line-height: .93; }
.sister-section h2 em { color: var(--teal-deep); }
.sister-section > div:last-child > p { margin: 0 0 34px; color: rgba(16,26,50,.7); line-height: 1.7; }

.newsletter-section { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; padding-top: 80px; padding-bottom: 80px; background: var(--cream); }
.newsletter-section h2 { margin: 24px 0 0; font-size: clamp(2.4rem,4vw,4.5rem); font-weight: 400; letter-spacing: -.045em; line-height: .95; }
.newsletter-section p { max-width: 520px; color: rgba(16,26,50,.65); line-height: 1.65; }
.newsletter-fields { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(16,26,50,.45); }
.newsletter-fields input, .newsletter-fields button { height: 62px; border: 0; background: transparent; }
.newsletter-fields input { min-width: 0; padding: 0 8px; color: var(--ink); font-size: .95rem; }
.newsletter-fields button { padding: 0 4px 0 30px; color: var(--ink); cursor: pointer; font-size: .73rem; font-weight: 760; text-transform: uppercase; }
.newsletter-fine { margin: 12px 0 0; font-size: .7rem; }
.form-success { margin: 0; border-bottom: 1px solid var(--teal-deep); padding: 18px 0; color: var(--teal-deep) !important; font-weight: 700; }

.site-footer { padding: 58px max(28px, calc((100vw - 1440px) / 2)) 30px; background: var(--ink); color: white; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: end; padding-bottom: 55px; }
.footer-top img { width: 280px; filter: brightness(0) invert(1); }
.footer-top p { max-width: 390px; margin: 22px 0 0; color: rgba(255,255,255,.58); }
.footer-nav { display: grid; grid-template-columns: repeat(2,auto); gap: 14px 50px; font-size: .78rem; }
.footer-nav a:hover { color: var(--teal); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-top: 1px solid rgba(255,255,255,.15); padding-top: 26px; color: rgba(255,255,255,.58); font-size: .64rem; font-weight: 630; }
.footer-bottom p { margin: 0; }
.footer-bottom > a { justify-self: end; }

.subpage-hero { display: grid; min-height: 770px; grid-template-columns: minmax(0,.92fr) minmax(460px,1.08fr); background: var(--ink); color: white; }
.subpage-hero > .subpage-copy { display: flex; flex-direction: column; justify-content: center; padding: 150px clamp(38px,6vw,100px) 90px max(28px, calc((100vw - 1440px) / 2)); }
.subpage-hero h1 { margin: 34px 0 30px; font-size: clamp(4.3rem,7vw,8.2rem); font-weight: 400; letter-spacing: -.05em; line-height: .86; text-wrap: balance; }
.subpage-hero h1 em { color: var(--teal); }
.subpage-copy > p:last-child { max-width: 590px; margin: 0; color: rgba(255,255,255,.67); font-size: 1.02rem; line-height: 1.72; }
.subpage-hero > img { width: 100%; height: 100%; min-height: 770px; object-fit: cover; object-position: 46% center; }
.gallery-grid { display: grid; grid-auto-rows: minmax(270px,24vw); grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; padding-top: clamp(80px,9vw,140px); padding-bottom: clamp(100px,11vw,170px); }
.gallery-item { position: relative; min-width: 0; overflow: hidden; border: 0; border-radius: 16px; padding: 0; background: var(--ink); color: white; cursor: zoom-in; text-align: left; }
.gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: span 2; grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1),opacity .3s ease; }
.gallery-item:hover img { opacity: .78; transform: scale(1.035); }
.gallery-item > span { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: end; padding: 50px 20px 18px; background: linear-gradient(transparent,rgba(9,18,37,.88)); font-size: .73rem; line-height: 1.35; }
.gallery-item b { color: var(--yellow); font-size: .57rem; letter-spacing: .08em; }
.gallery-item i { font-style: normal; }
.lightbox { position: fixed; inset: 0; z-index: 300; display: none; grid-template-columns: 70px minmax(0,1fr) 70px; place-items: center; padding: 80px max(24px,5vw) 38px; background: rgba(6,13,27,.96); color: white; backdrop-filter: blur(15px); }
.lightbox.open { display: grid; }
.lightbox-inner { display: grid; width: 100%; max-width: 1250px; max-height: calc(100vh - 118px); grid-template-rows: minmax(0,1fr) auto; }
.lightbox-img { width: 100%; height: 100%; max-height: calc(100vh - 180px); object-fit: contain; }
.lightbox-caption { margin: 0; padding-top: 18px; color: rgba(255,255,255,.74); font-size: .76rem; }
.lightbox-counter { position: absolute; bottom: 38px; left: max(24px,5vw); color: var(--yellow); font-size: .7rem; letter-spacing: .08em; }
.lightbox button { border: 0; background: transparent; color: white; cursor: pointer; }
.lightbox-close { position: absolute; top: 25px; right: 30px; font-size: .75rem; font-weight: 720; text-transform: uppercase; }
.lightbox-nav { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.28) !important; border-radius: 50% !important; font-size: 1.1rem; }
.subpage-cta { display: flex; min-height: 470px; align-items: center; justify-content: space-between; gap: 70px; padding-top: 90px; padding-bottom: 90px; background: var(--teal); }
.subpage-cta h2 { max-width: 900px; margin: 25px 0 0; font-size: clamp(3.4rem,5.6vw,6.6rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }

.books-hero { background: var(--yellow); color: var(--ink); }
.books-hero h1 em { color: var(--teal-deep); }
.books-hero .subpage-copy > p:last-child { color: rgba(16,26,50,.72); }
.book-hero-stack { position: relative; min-height: 770px; overflow: hidden; background: var(--paper); }
.book-hero-stack img { position: absolute; top: 50%; left: 50%; width: min(45%,350px); max-height: 69%; object-fit: contain; border-radius: 3px; box-shadow: 0 30px 70px rgba(16,26,50,.22); }
.book-hero-stack img:nth-child(1) { z-index: 3; transform: translate(-50%,-50%) rotate(-3deg); }
.book-hero-stack img:nth-child(2) { z-index: 2; transform: translate(-85%,-48%) rotate(-12deg); }
.book-hero-stack img:nth-child(3) { z-index: 1; transform: translate(-15%,-50%) rotate(9deg); }
.books-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding-top: clamp(90px,10vw,155px); padding-bottom: clamp(100px,11vw,175px); }
.books-heading { grid-column: 1/-1; margin: 80px 0 20px; font-size: clamp(3rem,5vw,5.5rem); font-weight: 400; letter-spacing: -.05em; }
.books-heading:first-child { margin-top: 0; }
.book-card { display: grid; min-height: 600px; grid-template-columns: minmax(185px,.68fr) minmax(0,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.book-visual { display: grid; min-width: 0; place-items: center; padding: clamp(24px,3vw,46px) clamp(18px,2.5vw,38px); background: rgba(54,185,170,.12); }
.book-card:nth-of-type(3n+2) .book-visual { background: rgba(244,207,78,.32); }
.book-card:nth-of-type(3n+3) .book-visual { background: rgba(238,107,98,.13); }
.book-visual > img { width: 100%; max-height: 400px; object-fit: contain; box-shadow: 0 18px 35px rgba(16,26,50,.18); }
.book-type-cover { display: flex; width: 100%; max-width: 260px; aspect-ratio: .68; flex-direction: column; border: 1px solid rgba(16,26,50,.24); padding: clamp(20px,2vw,30px); background: var(--ink); box-shadow: 0 18px 35px rgba(16,26,50,.18); color: white; }
.book-type-cover span { color: var(--yellow); font-size: .61rem; letter-spacing: .1em; }
.book-type-cover strong { margin: auto 0; font-family: var(--display); font-size: clamp(1.3rem,2vw,2rem); font-weight: 400; line-height: 1; }
.book-type-cover i { color: rgba(255,255,255,.56); font-size: .6rem; font-style: normal; line-height: 1.4; }
.book-info { display: flex; min-width: 0; flex-direction: column; padding: clamp(28px,3.4vw,52px); }
.book-category { margin: 0 0 25px; color: var(--teal-deep); font-size: .61rem; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }
.book-info h2 { margin: 0; font-size: clamp(2rem,3vw,3.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .96; }
.book-authors { margin: 24px 0 0; font-size: .72rem; font-weight: 680; line-height: 1.55; }
.book-authors span { color: rgba(16,26,50,.54); font-weight: 500; }
.book-description { margin: 22px 0 28px; color: rgba(16,26,50,.68); font-size: .88rem; line-height: 1.66; }
.book-info .text-link { margin-top: auto; }

.contact-hero { background: var(--ink); }
.contact-hero h1 em { color: var(--yellow); }
.contact-layout { display: grid; grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: clamp(55px,9vw,140px); padding-top: clamp(100px,11vw,175px); padding-bottom: clamp(100px,11vw,175px); background: var(--paper); }
.contact-aside { align-self: start; }
.contact-aside blockquote { margin: 70px 0; font-size: clamp(2.1rem,3.4vw,4rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.02; }
.contact-aside dl { margin: 0; border-top: 1px solid var(--line); }
.contact-aside dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 22px; border-bottom: 1px solid var(--line); padding: 18px 0; font-size: .76rem; }
.contact-aside dt { color: rgba(16,26,50,.5); text-transform: uppercase; }
.contact-aside dd { margin: 0; font-weight: 650; }
.inquiry-shell { border-radius: 24px; padding: clamp(30px,5vw,76px); background: var(--cream); }
.form-heading h2 { margin: 28px 0 62px; font-size: clamp(3rem,4.6vw,5.4rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.form-heading h2 em { color: var(--teal-deep); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px 18px; }
.field, .inquiry-form fieldset { min-width: 0; }
.field > span, .inquiry-form legend { display: block; margin-bottom: 10px; font-size: .65rem; font-weight: 740; letter-spacing: .04em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(16,26,50,.22); border-radius: 10px; padding: 15px 16px; background: var(--paper); color: var(--ink); font: inherit; }
.field input, .field select { min-height: 54px; }
.field textarea { resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-deep); outline: 2px solid rgba(0,143,130,.15); }
.form-full { grid-column: 1/-1; }
.inquiry-form fieldset { margin: 58px 0; border: 0; padding: 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.choice-grid.secondary { grid-template-columns: repeat(2,minmax(0,1fr)); }
.choice-grid label { position: relative; display: block; min-height: 145px; cursor: pointer; }
.choice-grid.secondary label { min-height: 105px; }
.choice-grid input { position: absolute; opacity: 0; }
.choice-grid label > span { display: flex; height: 100%; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(16,26,50,.2); border-radius: 12px; padding: 20px; background: var(--paper); color: rgba(16,26,50,.62); font-size: .72rem; line-height: 1.5; transition: background-color .18s ease,border-color .18s ease,transform .18s ease; }
.choice-grid label > span b { margin-bottom: 7px; color: var(--ink); font-family: var(--display); font-size: 1.25rem; font-weight: 400; }
.choice-grid input:checked + span { border-color: var(--teal-deep); background: rgba(54,185,170,.16); transform: translateY(-3px); }
.choice-grid input:focus-visible + span { outline: 3px solid var(--yellow); outline-offset: 3px; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 55px; border-top: 1px solid var(--line); padding-top: 28px; }
.form-submit p { max-width: 390px; margin: 0; color: rgba(16,26,50,.58); font-size: .72rem; line-height: 1.55; }
.form-submit .button { border: 0; }
.contact-success { display: none; min-height: 620px; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.contact-success.is-visible { display: flex; }
.contact-success > span { display: grid; width: 72px; height: 72px; margin-bottom: 35px; place-items: center; border-radius: 50%; background: var(--teal); font-size: 1.5rem; }
.contact-success h2 { margin: 25px 0; font-size: clamp(3.5rem,6vw,6.5rem); font-weight: 400; letter-spacing: -.05em; line-height: .88; }
.contact-success > p { max-width: 580px; margin: 0; color: rgba(16,26,50,.65); line-height: 1.7; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease,transform .75s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  :root { --page: calc(100vw - 36px); }
  .site-header { top: 10px; }
  .main-nav { gap: 15px; }
  .main-nav .optional-nav { display: none; }
  .hero { grid-template-columns: minmax(0,1fr) minmax(400px,.86fr); }
  .team-intro { grid-template-columns: .45fr 1.55fr; }
  .team-intro > p { grid-column: 2; max-width: 550px; }
  .team-showcase { grid-template-columns: 1fr 1fr; }
  .team-selector { grid-column: 1/-1; flex-direction: row; }
  .team-selector button { min-height: 78px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .team-details { border-right: 0; }
  .books-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid label { min-height: 115px; }
}

@media (max-width: 920px) {
  .brand img { width: 190px; }
  .menu-toggle { display: flex; z-index: 3; }
  .main-nav { position: absolute; top: calc(100% + 9px); right: 0; display: none; width: min(390px,calc(100vw - 36px)); align-items: stretch; flex-direction: column; gap: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 18px; padding: 18px; background: rgba(250,249,244,.98); box-shadow: 0 24px 60px rgba(10,20,43,.18); }
  .main-nav.is-open { display: flex; }
  .main-nav > a, .main-nav .optional-nav { display: flex; min-height: 48px; align-items: center; }
  .main-nav .header-cta { margin-top: 10px; justify-content: space-between; }
  .hero, .subpage-hero { grid-template-columns: 1fr; }
  .hero-copy-panel, .subpage-hero > .subpage-copy { min-height: 700px; padding: 145px 28px 80px; }
  .hero-photo-panel, .subpage-hero > img, .book-hero-stack { min-height: 680px; }
  .home-gallery-preview, .contact-layout { grid-template-columns: 1fr; }
  .gallery-preview-copy, .contact-aside { max-width: 680px; }
  .impact-bar { grid-template-columns: repeat(3,1fr); }
  .impact-bar > p { grid-column: 1/-1; min-height: 120px; }
  .intro-section { grid-template-columns: 1fr; }
  .intro-heading > p { margin-left: 0; }
  .services, .experience-grid, .resource-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .team-showcase { grid-template-columns: 1fr; }
  .team-portrait { min-height: 620px; }
  .team-details { min-height: 500px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .team-selector { grid-column: auto; overflow-x: auto; }
  .team-selector button { flex: 0 0 180px; }
  .approach-section { grid-template-columns: 1fr; }
  .approach-heading { position: static; }
  .experience-grid article, .resource-card { min-height: 440px; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: minmax(260px,45vw); }
  .subpage-cta { align-items: flex-start; flex-direction: column; }
  .book-card { min-height: 560px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100vw - 24px); }
  .section-pad { padding-right: 20px; padding-left: 20px; }
  .site-header { top: 8px; min-height: 58px; border-radius: 15px; padding: 7px 8px 7px 17px; }
  .brand img { width: 157px; }
  .menu-toggle { width: 42px; height: 42px; }
  .hero-copy-panel, .subpage-hero > .subpage-copy { min-height: 670px; padding: 120px 20px 70px; }
  .hero h1, .subpage-hero h1 { font-size: clamp(3.45rem,17vw,5.4rem); }
  .hero-actions { width: 100%; align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-actions .button { width: 100%; justify-content: space-between; }
  .hero-photo-panel, .subpage-hero > img, .book-hero-stack { min-height: 520px; }
  .hero-gallery-link { grid-template-columns: 1fr; gap: 9px; }
  .impact-bar { grid-template-columns: 1fr; }
  .impact-bar > div, .impact-bar > p { min-height: 120px; border-right: 0; border-bottom: 1px solid rgba(16,26,50,.22); padding: 24px 20px; }
  .impact-bar > p { grid-column: auto; }
  .intro-section { padding-top: 90px; }
  .intro-heading h2 { font-size: clamp(3.25rem,15vw,5rem); }
  .service-card { border-radius: 18px; padding: 25px; }
  .service-card h3 { margin-top: 85px; }
  .home-gallery-preview { padding-top: 90px; padding-bottom: 90px; }
  .gallery-preview-copy h2 { font-size: clamp(3.1rem,14vw,4.6rem); }
  .gallery-preview-images { min-height: 600px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .7fr; }
  .gallery-preview-images img:first-child { grid-column: 1/-1; grid-row: auto; }
  .quote-section { min-height: 650px; padding-top: 90px; padding-bottom: 90px; }
  .quote-section blockquote { font-size: clamp(2.9rem,13vw,4.5rem); text-align: left; }
  .quote-meta { flex-direction: column; }
  .team-section { padding-top: 90px; padding-bottom: 90px; }
  .team-intro { grid-template-columns: 1fr; }
  .team-intro > p { grid-column: auto; }
  .team-showcase { margin-top: 58px; border-radius: 18px; }
  .team-portrait { min-height: 480px; }
  .team-details { min-height: 460px; padding: 30px 24px; }
  .approach-list article { grid-template-columns: 34px 1fr 20px; gap: 12px; padding: 30px 0; }
  .approach-list article > p { grid-column: 2/-1; }
  .experience-heading { grid-template-columns: 1fr; }
  .experience-grid { margin-top: 55px; }
  .experience-grid article { min-height: 390px; padding: 25px; }
  .resources-heading { align-items: flex-start; flex-direction: column; }
  .resource-card { min-height: 440px; padding: 26px; }
  .cta-section { min-height: 700px; padding-top: 110px; padding-bottom: 110px; }
  .cta-section h2 { font-size: clamp(3.8rem,16vw,5.5rem); }
  .sister-section, .newsletter-section { grid-template-columns: 1fr; padding-top: 85px; padding-bottom: 85px; }
  .newsletter-fields { grid-template-columns: 1fr; border: 0; gap: 10px; }
  .newsletter-fields input { border-bottom: 1px solid rgba(16,26,50,.45); }
  .newsletter-fields button { border-radius: 999px; background: var(--yellow); }
  .footer-top, .footer-bottom { grid-template-columns: 1fr; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-bottom > a { justify-self: start; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 74vw; gap: 8px; }
  .gallery-item:nth-child(1), .gallery-item:nth-child(8) { grid-column: auto; grid-row: auto; }
  .lightbox { grid-template-columns: 46px minmax(0,1fr) 46px; padding: 80px 8px 25px; }
  .lightbox-nav { width: 39px; height: 39px; }
  .subpage-cta { min-height: 520px; gap: 45px; padding-top: 80px; padding-bottom: 80px; }
  .subpage-cta h2 { font-size: clamp(3.1rem,14vw,4.7rem); }
  .book-hero-stack img { width: min(49%,260px); }
  .book-card { grid-template-columns: 1fr; min-height: auto; }
  .book-visual { min-height: 430px; }
  .book-info { min-height: 440px; }
  .contact-layout { padding-top: 90px; padding-bottom: 90px; }
  .inquiry-shell { margin-inline: -6px; border-radius: 18px; padding: 28px 20px 36px; }
  .form-grid, .choice-grid.secondary { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  .form-submit .button { width: 100%; justify-content: space-between; }
}

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