:root {
  --ink: #102a43;
  --ink-2: #243b53;
  --paper: #f7f3ea;
  --white: #fffdf8;
  --teal: #087f7f;
  --teal-dark: #075f63;
  --orange: #ff6b35;
  --sky: #dceff0;
  --line: rgba(16, 42, 67, .18);
  --muted: #66788a;
  --shadow: 0 24px 60px rgba(16, 42, 67, .13);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; }
img { display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--white); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(247, 243, 234, .92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line); }
.nav-shell { width: var(--container); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 750; }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; color: var(--white); background: var(--ink); border-radius: 50%; font-size: .83rem; letter-spacing: .05em; }
.brand-name { letter-spacing: -.01em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-nav a:not(.nav-resume):hover { color: var(--teal); }
.nav-resume { padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 999px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); }

.hero { padding-top: 76px; }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(36px, 6vw, 88px); padding-block: 70px 48px; }
.hero-copy h1 { max-width: 760px; margin: 18px 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 7.2vw, 7.5rem); font-weight: 500; line-height: .9; letter-spacing: -.07em; }
.eyebrow, .section-label, .case-number, .mini-label { margin: 0; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.eyebrow { color: var(--teal); }
.hero-lede { max-width: 620px; color: var(--ink-2); font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 14px 20px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 750; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.button-secondary { margin-top: 28px; color: var(--white); background: var(--teal-dark); border-color: var(--teal-dark); }
.text-link { text-decoration-thickness: 1px; text-underline-offset: 5px; font-weight: 750; }
.hero-image { position: relative; margin: 0; height: min(620px, 68vw); min-height: 500px; overflow: hidden; border-radius: 170px 170px var(--radius) var(--radius); box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(16, 42, 67, .4), transparent 42%); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-image figcaption { position: absolute; left: 22px; right: 22px; bottom: 18px; z-index: 1; color: var(--white); font-size: .82rem; font-weight: 700; }
.metric-band { color: var(--white); background: var(--ink); }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 158px; padding: 30px 24px; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; }
.metric:last-child { border-right: 0; }
.metric strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1; }
.metric span { margin-top: 10px; color: rgba(255,255,255,.72); font-size: .88rem; }

.section { padding-block: 118px; }
.intro-section { padding-bottom: 60px; }
.featured-work { padding-top: 28px; }
.section-label { color: var(--orange); }
.split-intro { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; }
.intro-copy h2, .section-heading h2, .about-copy h2, .contact-section h2 { margin: 0 0 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 5vw, 5.5rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.intro-copy p { max-width: 780px; color: var(--ink-2); font-size: 1.15rem; }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { max-width: 820px; margin-top: 12px; }
.section-heading > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { margin-bottom: 38px; }
.section-heading.compact h2 { font-size: clamp(2.2rem, 4vw, 4.3rem); }
.experience-label { margin-bottom: 28px; }

.case { padding-block: 108px; border-top: 1px solid var(--line); }
.case-featured { padding-top: 30px; }
.case-header { display: grid; grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: clamp(50px, 7vw, 92px); align-items: end; margin-bottom: 62px; }
.case-header h3 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 7vw, 7.2rem); font-weight: 500; line-height: .9; letter-spacing: -.06em; }
#wtba .case-header h3 { font-size: clamp(2.8rem, 6vw, 6.2rem); }
.case-number { color: var(--teal); }
.case-summary { margin: 0; color: var(--ink-2); font-size: clamp(1.2rem, 1.65vw, 1.42rem); line-height: 1.48; letter-spacing: -.012em; }
.wtba-project-heading { margin-bottom: 44px; }
.case-hero-grid { display: grid; grid-template-columns: 1.05fr .75fr; gap: clamp(34px, 6vw, 88px); align-items: center; }
.large-copy { margin: 16px 0 24px; max-width: 670px; font-size: clamp(1.35rem, 2.35vw, 2.05rem); line-height: 1.35; letter-spacing: -.02em; }
.role-tags, .skill-list { display: flex; flex-wrap: wrap; gap: 9px; }
.role-tags span, .skill-list span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: .8rem; font-weight: 650; }
.case-cover { margin: 0; }
.case-cover img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.case-cover figcaption, .artifact-wide figcaption { margin-top: 12px; color: var(--muted); font-size: .8rem; }
.challenge-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.challenge-card { padding: 34px 30px; border-right: 1px solid var(--line); }
.challenge-card:first-child { padding-left: 0; }
.challenge-card:last-child { border-right: 0; padding-right: 0; }
.challenge-card h4 { margin: 14px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; line-height: 1.12; }
.challenge-card p { color: var(--muted); }
.mini-label { color: var(--orange); }

.results-block { margin-top: 90px; padding: clamp(32px, 5vw, 64px); color: var(--white); background: var(--teal-dark); border-radius: var(--radius); display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.results-copy .section-label { color: #f8a982; }
.results-copy h4, .subheading h4, .case-narrative h4 { margin: 12px 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 4.1rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.results-copy p:last-child { color: rgba(255,255,255,.72); }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.results-grid div { min-height: 116px; padding: 18px; border: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; justify-content: center; }
.results-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.results-grid span { color: rgba(255,255,255,.68); font-size: .77rem; }
.video-section, .analytics-section { margin-top: 104px; }
.subheading { max-width: 800px; margin-bottom: 42px; }
.subheading h4 { font-size: clamp(2.3rem, 4.3vw, 4.6rem); }
.subheading > p:last-child { color: var(--muted); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; align-items: start; }
.video-card { overflow: hidden; background: var(--white); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(16,42,67,.09); }
.video-card video { display: block; width: 100%; aspect-ratio: 9 / 16; max-height: 650px; object-fit: cover; background: var(--ink); }
.video-copy { padding: 26px; }
.video-copy h5 { margin: 8px 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.video-copy > p:not(.case-number) { color: var(--muted); }
.inline-stats { margin: 22px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); list-style: none; display: flex; flex-wrap: wrap; gap: 12px 20px; font-size: .78rem; color: var(--muted); }
.inline-stats strong { color: var(--ink); }
.analytics-layout { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
.analytics-chart { margin: 0; padding: 18px 20px 14px; background: var(--white); border-radius: var(--radius); }
.analytics-chart figcaption { margin: 0 0 10px; color: var(--ink-2); font-size: .78rem; font-weight: 750; }
.chart-visual { position: relative; }
.analytics-chart img { display: block; width: 100%; height: auto; min-height: 0; object-fit: contain; }
.term-marker { position: absolute; top: 4px; bottom: 23px; left: 36.5%; width: 2px; background: var(--orange); pointer-events: none; }
.term-marker::after { position: absolute; left: 50%; bottom: -3px; width: 9px; height: 9px; border: 2px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--orange); content: ""; transform: translateX(-50%); }
.term-marker span { position: absolute; top: 0; left: 9px; width: max-content; padding: 5px 7px; color: var(--white); background: var(--orange); border-radius: 6px; font-size: .66rem; font-weight: 800; line-height: 1.2; letter-spacing: .02em; }
.analytics-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.analytics-metrics div { padding: 20px; background: var(--paper); display: flex; flex-direction: column; justify-content: center; }
.analytics-metrics strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
.analytics-metrics span { color: var(--muted); font-size: .75rem; }
.wtba-more { margin-top: 112px; padding-top: 100px; border-top: 1px solid var(--line); }
.wtba-contribution-grid { margin-bottom: 92px; display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.wtba-contribution { padding: 30px; border-right: 1px solid var(--line); }
.wtba-contribution:first-child { padding-left: 0; }
.wtba-contribution:last-child { padding-right: 0; border-right: 0; }
.wtba-contribution h5 { margin: 13px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.15; }
.wtba-contribution p { color: var(--muted); }

.case-two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.case-narrative > p:not(.eyebrow):not(.outcome) { color: var(--ink-2); font-size: 1.05rem; }
.impact-list { margin: 34px 0 0; }
.impact-list div { padding: 18px 0; border-top: 1px solid var(--line); }
.impact-list dt { color: var(--teal); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.impact-list dd { margin: 5px 0 0; }
.artifact-wide { margin: 0; }
.artifact-wide img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

.case-dark { color: var(--white); background: var(--ink); }
.case-dark .case-number, .case-dark .eyebrow { color: #6ed0d0; }
.case-dark .case-summary, .case-dark .case-narrative > p:not(.eyebrow):not(.outcome) { color: rgba(255,255,255,.68); }
.enterprise-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.strategy-columns { margin-top: 34px; border-top: 1px solid rgba(255,255,255,.2); }
.strategy-columns > div { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.strategy-columns .mini-label { color: #f8a982; }
.strategy-columns p { margin: 6px 0 0; color: rgba(255,255,255,.72); }
.outcome { margin-top: 30px; padding: 18px 20px; color: var(--ink); background: #7ed7d5; border-radius: 12px; font-weight: 750; }
.outcome span { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.enterprise-visuals { display: grid; gap: 18px; }
.enterprise-visuals img { width: 100%; border-radius: 15px; }

.creative-section { background: var(--white); }
.creative-section .section-heading { margin-bottom: 78px; padding: clamp(30px, 5vw, 54px); background: var(--sky); border-radius: var(--radius); }
.creative-section .section-heading > p:last-child { max-width: 820px; margin-bottom: 0; color: var(--ink-2); }
.gallery-block + .gallery-block { margin-top: 100px; }
.gallery-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.gallery-heading h3 { margin: 0 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3.5vw, 3.3rem); font-weight: 500; }
.gallery-heading p { max-width: 440px; color: var(--muted); text-align: right; }
.gallery { display: grid; gap: 16px; }
.gallery-four { grid-template-columns: repeat(4, 1fr); }
.gallery-two { grid-template-columns: repeat(2, 1fr); }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 14px; background: var(--paper); cursor: zoom-in; text-align: left; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery-item.tall img { aspect-ratio: 4 / 5; }
.gallery-item.full-image img { object-fit: contain; background: var(--ink); }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item span { position: absolute; inset: auto 10px 10px; padding: 8px 10px; color: var(--white); background: rgba(16,42,67,.88); border-radius: 999px; font-size: .72rem; font-weight: 750; }

.about-section { background: var(--sky); }
.about-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.about-image { margin: 0; overflow: hidden; border-radius: 180px 180px var(--radius) var(--radius); box-shadow: var(--shadow); }
.about-image img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.about-copy p:not(.section-label) { color: var(--ink-2); font-size: 1.05rem; }
.skill-list { margin-top: 28px; }
.achievements { padding-top: 120px; }
.achievement-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.achievement { overflow: hidden; background: rgba(255,255,255,.58); border-radius: var(--radius); }
.achievement img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.achievement > div, .text-achievement { padding: 26px; }
.achievement h3 { margin: 10px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; line-height: 1.1; }
.achievement p:last-child { color: var(--muted); }

.contact-section { padding-block: 120px; color: var(--white); background: var(--teal-dark); }
.contact-section .section-label { color: #f8a982; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.contact-links { border-top: 1px solid rgba(255,255,255,.24); }
.contact-links a { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.24); display: grid; grid-template-columns: 86px 1fr auto; gap: 20px; align-items: center; text-decoration: none; }
.contact-links a > span:first-child { color: rgba(255,255,255,.58); font-size: .78rem; }
.contact-links strong { font-size: 1.04rem; }
.site-footer { padding-block: 24px; color: rgba(255,255,255,.7); background: var(--ink); font-size: .8rem; }
.site-footer .container { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.site-footer a { color: var(--white); }

.lightbox { width: min(1000px, calc(100% - 32px)); max-height: calc(100% - 32px); padding: 18px; border: 0; border-radius: var(--radius); color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(7, 27, 43, .86); backdrop-filter: blur(6px); }
.lightbox img { max-width: 100%; max-height: 78vh; margin-inline: auto; object-fit: contain; }
.lightbox p { margin: 12px 0 0; color: var(--muted); text-align: center; }
.lightbox-close { position: absolute; top: 12px; right: 12px; z-index: 2; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--white); background: rgba(16,42,67,.92); font-size: 1.5rem; cursor: pointer; }

.analytics-lead { margin-top: 0; margin-bottom: 112px; padding-bottom: 100px; border-bottom: 1px solid var(--line); }
.gmw-intro-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 30px; align-items: center; }
.gmw-landscape { position: relative; margin: 0; min-height: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.gmw-landscape::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,27,43,.55), transparent 38%); pointer-events: none; }
.gmw-landscape img { width: 100%; height: 360px; min-height: 0; object-fit: cover; object-position: center 58%; }
.gmw-landscape figcaption { position: absolute; left: 22px; bottom: 18px; z-index: 1; color: var(--white); font-size: .8rem; font-weight: 700; }
.role-panel { padding: clamp(24px, 3.2vw, 38px); background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: var(--radius); }
.role-panel .large-copy { max-width: 950px; }
.role-panel .large-copy { margin: 10px 0 18px; font-size: clamp(1.18rem, 1.8vw, 1.58rem); line-height: 1.38; }
.role-panel .role-tags { gap: 7px; }
.role-panel .role-tags span { padding: 6px 9px; font-size: .74rem; }

.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.carousel-heading .subheading { margin-bottom: 28px; }
.carousel-controls { display: flex; gap: 10px; padding-bottom: 28px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); font-size: 1.25rem; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.carousel-controls button:hover { color: var(--white); background: var(--teal-dark); transform: translateY(-2px); }
.episode-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(460px, 510px); gap: 18px; padding: 6px 4px 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--teal) var(--line); }
.episode-card { position: relative; min-width: 0; min-height: 350px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(16,42,67,.08); scroll-snap-align: start; display: grid; grid-template-columns: 196px minmax(0, 1fr); }
.rank-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 7px 10px; color: var(--white); background: rgba(16,42,67,.92); border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.facebook-preview { position: relative; width: 100%; aspect-ratio: 9 / 16; overflow: hidden; background: linear-gradient(150deg, var(--teal-dark), var(--ink)); }
.episode-card .facebook-preview { height: 100%; min-height: 350px; aspect-ratio: auto; }
.facebook-preview iframe { width: 100%; height: 100%; border: 0; display: block; }
.episode-copy { padding: 22px 20px; display: flex; flex-direction: column; }
.episode-copy h5 { margin: 7px 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 500; }
.episode-copy > p:not(.case-number):not(.platform-note) { margin-bottom: 0; color: var(--muted); }
.episode-copy .inline-stats { margin-top: auto; min-height: 0; padding-top: 14px; }
.platform-note { color: var(--teal-dark); font-size: .72rem; font-weight: 750; }
.facebook-link { display: inline-flex; margin-top: 14px; color: var(--teal-dark); font-size: .82rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.event-video-feature { max-width: 960px; margin: 0 auto 72px; padding: clamp(24px, 3.5vw, 38px); color: var(--white); background: var(--ink); border-radius: var(--radius); display: grid; grid-template-columns: 1fr minmax(190px, 230px); gap: clamp(26px, 4vw, 46px); align-items: center; }
.event-video-copy h4 { margin: 10px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.9rem, 3vw, 3rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.event-video-copy > p:last-of-type { max-width: 660px; color: rgba(255,255,255,.72); }
.event-video-copy .button { margin-top: 20px; }
.event-preview { justify-self: end; width: 210px; height: 315px; aspect-ratio: auto; border-radius: 16px; box-shadow: 0 18px 44px rgba(0,0,0,.28); }
.presentation-link-button { margin-top: 20px; color: var(--ink); background: var(--white); border-color: var(--white); text-decoration: none; }

.soccer-story { margin-bottom: 34px; padding: clamp(28px, 5vw, 56px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(30px, 6vw, 72px); align-items: center; }
.soccer-story h4 { margin: 10px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.soccer-story p:not(.section-label) { color: var(--muted); }
.soccer-highlights { margin: 0; border-top: 1px solid var(--line); }
.soccer-highlights div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.soccer-highlights dt { color: var(--teal-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; }
.soccer-highlights dd { margin: 4px 0 0; color: var(--muted); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; }
.soccer-gallery-label { margin: 44px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.soccer-gallery-label h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.5vw, 2.5rem); font-weight: 500; letter-spacing: -.035em; }

.presentation-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.presentation-card { overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); }
.presentation-card > img, .presentation-preview-stack { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: var(--white); }
.presentation-card > img { display: block; }
.presentation-card > div:last-child { padding: 20px 22px 22px; }
.presentation-card h4 { margin: 6px 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.3vw, 2.25rem); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.presentation-card p:not(.case-number) { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.presentation-card .button { margin-top: 12px; padding: 11px 17px; }
.presentation-preview-stack { position: relative; overflow: hidden; background: var(--sky); }
.presentation-preview-stack img { position: absolute; width: 72%; border-radius: 8px; box-shadow: var(--shadow); }
.presentation-preview-stack img:first-child { top: 7%; left: 4%; transform: rotate(-4deg); }
.presentation-preview-stack img:nth-child(2) { top: 18%; left: 15%; transform: rotate(1deg); }
.presentation-preview-stack img:last-child { right: 3%; bottom: 5%; transform: rotate(5deg); }

.presentation-dialog { width: min(1460px, calc(100% - 24px)); height: min(940px, calc(100vh - 24px)); height: min(940px, calc(100dvh - 24px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); color: var(--white); background: #071b2b; box-shadow: var(--shadow); box-sizing: border-box; }
.presentation-dialog[open] { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.presentation-dialog.is-fullscreen { position: fixed; inset: 0; width: 100vw; height: 100vh; height: 100dvh; max-width: 100vw; max-height: 100vh; max-height: 100dvh; margin: 0; border-radius: 0; }
.presentation-dialog::backdrop { background: rgba(7,27,43,.92); backdrop-filter: blur(8px); }
.presentation-viewer-header { padding: 18px 26px; display: flex; justify-content: space-between; gap: 24px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.presentation-viewer-header h2 { margin: 4px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.4vw, 2.4rem); font-weight: 500; }
.presentation-viewer-header p { margin: 0; color: rgba(255,255,255,.65); font-size: .78rem; }
.presentation-viewer-header .section-label { color: #f8a982; }
.presentation-viewer-actions { display: flex; gap: 10px; }
.presentation-viewer-actions button, .presentation-arrow { border: 1px solid rgba(255,255,255,.24); color: var(--white); background: rgba(255,255,255,.08); cursor: pointer; }
.presentation-viewer-actions button { padding: 10px 14px; border-radius: 999px; }
.presentation-stage { position: relative; min-width: 0; min-height: 0; padding: clamp(10px, 2vh, 20px) 76px; overflow: hidden; display: grid; place-items: center; }
.presentation-stage img { display: block; width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: contain; box-shadow: 0 18px 54px rgba(0,0,0,.35); }
.presentation-arrow { position: absolute; top: 50%; width: 48px; height: 48px; border-radius: 50%; font-size: 1.25rem; transform: translateY(-50%); }
.presentation-arrow-left { left: 16px; }
.presentation-arrow-right { right: 16px; }
.presentation-viewer-footer { min-height: 48px; padding: 8px 26px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.66); font-size: .78rem; }
.presentation-viewer-footer span:first-child { color: var(--white); font-weight: 800; }

.achievements-section { background: var(--sky); }
.achievement-feature { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); align-items: center; }
.achievement-feature img { display: block; width: 100%; height: auto; min-height: 0; aspect-ratio: auto; object-fit: contain; }

#plate-it-forward { padding-block: 70px; }
#plate-it-forward .case-header { margin-bottom: 36px; }
#plate-it-forward .case-header h3 { font-size: clamp(2.8rem, 5vw, 5rem); }
#plate-it-forward .case-two-column { gap: 42px; }
#plate-it-forward .case-narrative h4 { font-size: clamp(1.9rem, 3.3vw, 3.3rem); }
#plate-it-forward .impact-list { margin-top: 24px; }
#plate-it-forward .impact-list div { padding: 13px 0; }
#plate-it-forward .artifact-wide img { max-height: 450px; object-fit: contain; }
.achievement-feature > div { display: flex; flex-direction: column; justify-content: center; }

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

@media (max-width: 980px) {
  :root { --container: min(100% - 32px, 1180px); }
  .hero-grid, .case-hero-grid, .case-two-column, .enterprise-grid, .about-grid, .contact-grid, .gmw-intro-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 40px; }
  .hero-copy { padding-top: 26px; }
  .hero-image { height: 600px; max-width: 650px; width: 100%; justify-self: end; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: 0; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .case-header, .results-block { grid-template-columns: 1fr; }
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-card, .challenge-card:first-child, .challenge-card:last-child { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .challenge-card:last-child { border-bottom: 0; }
  .analytics-layout { grid-template-columns: 1fr; }
  .event-video-feature, .soccer-story { grid-template-columns: 1fr; }
  .event-preview { max-width: 230px; width: 100%; justify-self: center; }
  .presentation-projects { grid-template-columns: 1fr; }
  .wtba-contribution-grid { grid-template-columns: 1fr; }
  .wtba-contribution, .wtba-contribution:first-child, .wtba-contribution:last-child { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .wtba-contribution:last-child { border-bottom: 0; }
  .enterprise-visuals { grid-template-columns: 1fr 1fr; }
  .gallery-four { grid-template-columns: repeat(2, 1fr); }
  .achievement-grid { grid-template-columns: 1fr 1fr; }
  .achievement:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .achievement:first-child img { height: 100%; aspect-ratio: auto; }
}

@media (max-width: 760px) {
  .site-header { background: rgba(247, 243, 234, .94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
  .menu-button { display: flex; align-items: center; gap: 9px; cursor: pointer; }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 19px; height: 2px; background: currentColor; content: ""; transition: transform .2s ease; }
  .menu-lines { position: relative; }
  .menu-lines::before { position: absolute; top: -6px; }
  .menu-lines::after { position: absolute; top: 6px; }
  .menu-button[aria-expanded="true"] .menu-lines { background: transparent; }
  .menu-button[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
  .menu-button[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px 20px 26px; background: var(--paper); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav-resume { margin-top: 12px; padding-inline: 18px !important; text-align: center; }
  .hero-grid { min-height: auto; }
  .hero-copy h1 { font-size: clamp(3.5rem, 17vw, 6rem); }
  .hero-image { min-height: 520px; height: 105vw; }
  .section { padding-block: 84px; }
  .intro-section { padding-bottom: 44px; }
  .featured-work { padding-top: 20px; }
  .split-intro { grid-template-columns: 1fr; }
  .case { padding-block: 82px; }
  .case-header { gap: 20px; margin-bottom: 44px; }
  .analytics-lead { margin-bottom: 82px; padding-bottom: 76px; }
  .gmw-landscape img { height: 280px; min-height: 0; }
  .carousel-heading { align-items: start; }
  .episode-track { grid-auto-columns: minmax(430px, 74vw); }
  .video-grid { grid-template-columns: 1fr; }
  .video-card video { max-height: 610px; }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .analytics-metrics { grid-template-columns: 1fr 1fr; }
  .enterprise-visuals { grid-template-columns: 1fr; }
  .gallery-heading { display: block; }
  .gallery-heading p { text-align: left; }
  .soccer-gallery-label { display: block; }
  .soccer-gallery-label h4 { margin-top: 8px; }
  .gallery-four, .gallery-two { grid-template-columns: 1fr 1fr; }
  .presentation-dialog { width: calc(100% - 12px); height: calc(100vh - 12px); height: calc(100dvh - 12px); }
  .presentation-dialog.is-fullscreen { width: 100vw; height: 100vh; height: 100dvh; }
  .presentation-viewer-header { align-items: flex-start; }
  .presentation-viewer-actions { flex-direction: column; }
  .presentation-stage { padding-inline: 52px; }
  .presentation-viewer-footer span:last-child { display: none; }
  .achievement-grid { grid-template-columns: 1fr; }
  .achievement:first-child { grid-column: auto; display: block; }
  .achievement-feature { grid-template-columns: 1fr; }
  .achievement-feature img { min-height: 0; height: auto; aspect-ratio: 16 / 10; }
  .contact-grid { gap: 30px; }
}

@media (max-width: 520px) {
  :root { --container: calc(100% - 24px); }
  .brand-name { display: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric { min-height: 122px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .metric:last-child { border-bottom: 0; }
  .hero-image { min-height: 430px; }
  .carousel-heading { display: block; }
  .carousel-controls { justify-content: flex-end; }
  .episode-track { grid-auto-columns: minmax(270px, 86vw); }
  .episode-card { min-height: 0; display: block; }
  .episode-card .facebook-preview { height: auto; min-height: 0; aspect-ratio: 9 / 16; }
  .episode-copy { min-height: 330px; }
  .event-preview { justify-self: center; width: 200px; height: 300px; }
  .results-block { padding: 28px 20px; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .results-grid div { padding: 14px; }
  .analytics-metrics { grid-template-columns: 1fr; }
  .gallery-four, .gallery-two { grid-template-columns: 1fr; }
  .presentation-viewer-header { padding: 14px; }
  .presentation-stage { padding: 14px 42px; }
  .presentation-arrow { width: 38px; height: 38px; }
  .presentation-arrow-left { left: 4px; }
  .presentation-arrow-right { right: 4px; }
  .presentation-viewer-footer { padding-inline: 14px; }
  .contact-links a { grid-template-columns: 65px 1fr auto; gap: 10px; }
  .contact-links strong { font-size: .88rem; overflow-wrap: anywhere; }
}

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