:root {
  --ink: #0f172a;
  --text: #30465a;
  --muted: #5f7288;
  --soft-muted: #8fa3b8;
  --line: #e2e8f0;
  --paper: #f8fafc;
  --white: #ffffff;
  --moss: #2563eb;
  --clay: #2563eb;
  --gold: #60a5fa;
  --charcoal: #111827;
  --shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  --radius: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; background: #fbfcfd; }
body { position: relative; isolation: isolate; margin: 0; overflow-x: hidden; color: var(--text); background: linear-gradient(180deg, #ffffff 0%, #fbfcfd 42%, #f8fafc 100%); font-family: "Be Vietnam Pro", Arial, sans-serif; font-size: 17px; }
body::before,
body::after { display: none; }


@keyframes portfolio-gradient-drift {
  0% { background-position: 0% 8%, 100% 0%, 76% 100%, 12% 92%, 0% 50%; transform: translate3d(-2.5%, -1.5%, 0) scale(1.02); }
  40% { background-position: 34% 26%, 62% 22%, 98% 64%, 0% 54%, 65% 42%; transform: translate3d(2.5%, 1.5%, 0) scale(1.06); }
  100% { background-position: 78% 4%, 18% 42%, 40% 88%, 52% 78%, 100% 54%; transform: translate3d(-1%, 2.5%, 0) scale(1.035); }
}
@keyframes coffee-gradient-rise {
  0% { background-position: 50% 95%; }
  100% { background-position: 50% 5%; }
}
@media (prefers-reduced-motion: reduce) {
  body::before, .coffee-gradient { animation: none; }
}

img { display: block; max-width: 100%; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 24px; min-height: 74px; padding: 13px 42px; color: var(--ink); background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid rgba(226, 232, 240, 0.9); backdrop-filter: blur(14px); }
.site-header.is-scrolled { box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; line-height: 1.1; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 20px; font-size: 14px; font-weight: 700; }
.site-nav a, .site-nav summary { color: var(--ink); text-decoration: none; white-space: nowrap; }
.site-nav a[aria-current="page"], .site-nav a:hover, .site-nav summary:hover, .work-menu.is-active > summary { color: var(--clay); }
.nav-toggle { display: none; justify-self: end; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; padding: 0; }
.nav-toggle span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; }
h1 { margin-bottom: 20px; font-size: clamp(42px, 6.2vw, 82px); line-height: 0.94; font-weight: 700; }
h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; font-weight: 700; }
h3 { margin-bottom: 10px; font-size: 25px; line-height: 1.12; }
p { line-height: 1.62; }
.eyebrow, .section-kicker { margin-bottom: 12px; color: var(--clay); font-size: 12px; font-weight: 700; letter-spacing: 0; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid transparent; border-radius: 4px; padding: 0 18px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--white); background: var(--clay); }
.button-primary:hover { background: #1d4ed8; }
.button-secondary { color: var(--ink); border-color: var(--line); background: rgba(255, 255, 255, 0.72); }
.text-link { color: var(--clay); font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.home-page .site-header { display: none; }
.home-top { position: relative; width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0 0; text-align: center; }
.home-location { margin: 0; color: #111827; font-size: 11px; line-height: 1.35; font-weight: 800; letter-spacing: 0; }
.home-email { display: inline-block; margin-top: 4px; color: var(--soft-muted); font-size: 11px; line-height: 1.35; font-weight: 400; letter-spacing: 0; text-decoration: none; }
.home-menu { position: absolute; top: 22px; right: 0; z-index: 25; text-align: right; }
.home-menu summary { display: inline-flex; align-items: center; justify-content: flex-end; list-style: none; color: #111827; font-size: 14px; line-height: 1.2; font-weight: 800; letter-spacing: 0; cursor: pointer; }
.home-menu summary::-webkit-details-marker { display: none; }
.home-menu-panel { position: absolute; top: calc(100% + 10px); right: 0; display: grid; gap: 8px; min-width: 230px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.home-menu:not([open]) .home-menu-panel { display: none; }
.home-menu a { color: var(--muted); font-size: 12px; line-height: 1.35; font-weight: 700; text-decoration: none; white-space: nowrap; }
.home-menu a:hover { color: var(--clay); }
.home-intro { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 32px 0 22px; text-align: center; }
.home-intro h1 { margin: 0; color: var(--ink); font-size: 72px; line-height: 0.98; font-weight: 800; letter-spacing: 0.04em; opacity: 1; text-shadow: 0 10px 24px rgba(15, 23, 42, 0.045); }
.home-intro-role { display: grid; gap: 5px; margin: 8px 0 0; color: #9daec0; font-size: 48px; line-height: 1.08; font-weight: 700; letter-spacing: 0.01em; opacity: 0.78; }
.home-intro-role span { display: block; }
.home-intro-role .coffee-gradient { color: transparent; background-image: linear-gradient(180deg, #f4dfbd 0%, #c2925a 34%, #7b4c2c 66%, #3c2416 100%); background-size: 100% 220%; background-position: 50% 95%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: coffee-gradient-rise 2.8s ease-in-out infinite alternate; }
.home-intro-line { max-width: 820px; margin: 18px auto 0; color: #111827; font-size: 20px; line-height: 1.45; font-weight: 500; }
.intro-slider { position: relative; }
.intro-slider-track { display: grid; align-items: center; min-height: 300px; }
.intro-slide { grid-area: 1 / 1; opacity: 0; transform: translateY(8px); transition: opacity 220ms ease, transform 220ms ease; }
.intro-slide.is-active { opacity: 1; transform: translateY(0); }
.intro-slide[hidden] { display: none; }
.intro-slide-title { margin: 0 auto 22px; color: var(--ink); font-size: clamp(38px, 4.8vw, 64px); line-height: 1.02; font-weight: 800; letter-spacing: 0; }
.intro-difference-list { display: grid; gap: 8px; width: min(780px, 100%); margin: 0 auto; padding: 0; color: var(--soft-muted); list-style: none; font-size: clamp(19px, 2.1vw, 29px); line-height: 1.28; font-weight: 400; letter-spacing: 0.01em; }
.intro-platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.2vw, 18px); width: min(840px, calc(100% - 130px)); margin: 0 auto; text-align: left; }
.intro-platform-group h3 { margin: 0 0 10px; color: var(--ink); font-size: clamp(17px, 1.55vw, 22px); line-height: 1.1; font-weight: 800; letter-spacing: 0; }
.intro-platform-list { display: grid; gap: 5px; margin: 0; padding: 0; color: var(--soft-muted); list-style: none; font-size: clamp(15px, 1.25vw, 18px); line-height: 1.24; font-weight: 400; letter-spacing: 0.01em; }
.intro-slider-controls { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.intro-slider-button { display: inline-grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(95, 114, 136, 0.18); border-radius: 50%; color: var(--ink); background: rgba(255, 255, 255, 0.68); box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07); backdrop-filter: blur(10px); cursor: pointer; pointer-events: auto; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.intro-slider-button span { display: block; width: 14px; height: 14px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; }
.intro-slider-button-prev span { transform: translateX(2px) rotate(-135deg); }
.intro-slider-button-next span { transform: translateX(-2px) rotate(45deg); }
.intro-slider-button:hover, .intro-slider-button:focus-visible { border-color: rgba(95, 114, 136, 0.34); background: rgba(255, 255, 255, 0.9); transform: translateY(-1px); box-shadow: 0 18px 40px rgba(15, 23, 42, 0.11); outline: none; }
.home-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr); gap: clamp(28px, 5vw, 70px); align-items: center; width: min(1320px, calc(100% - 48px)); min-height: 0; margin: 0 auto; padding: 28px 0 62px; }
.home-hero-media { position: relative; width: 100%; height: min(70vh, 680px); overflow: hidden; border-radius: var(--radius); background: #f1f5f9; box-shadow: var(--shadow); cursor: ew-resize; touch-action: pan-y; }
.home-hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.hero-image-base { z-index: 1; }
.hero-image-hover { z-index: 2; clip-path: inset(0 calc(100% - var(--split)) 0 0); }
.hero-split-line { position: absolute; top: 0; bottom: 0; left: var(--split); z-index: 4; display: grid; place-items: center; width: 0; pointer-events: none; }
.hero-split-line::before { content: ""; position: absolute; top: 0; bottom: 0; width: 4px; border-radius: 999px; background: var(--clay); transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(255,255,255,0.85); }
.hero-split-line span { position: absolute; top: 50%; left: 0; width: 0; height: 0; transform: translateY(-50%); filter: drop-shadow(0 5px 12px rgba(15, 23, 42, 0.22)); }
.hero-split-line span::before,
.hero-split-line span::after { content: ""; position: absolute; top: 50%; width: 0; height: 0; transform: translateY(-50%); }
.hero-split-line span::before { right: 12px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 11px solid var(--clay); }
.hero-split-line span::after { left: 12px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 11px solid var(--clay); }
.hero-split-range { position: absolute; left: 50%; bottom: 14px; z-index: 6; width: 1px; height: 1px; margin: 0; opacity: 0; pointer-events: none; }
.home-hero-copy p:not(.eyebrow), .intro-panel > p, .project-hero-copy > p, .project-card p, .gallery-item figcaption, .contact-copy p { color: var(--muted); }
.home-hero-copy p:not(.eyebrow) { max-width: 650px; font-size: 19px; }
.hero-actions, .contact-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.intro-panel, .project-index, .gallery-section, .next-work, .contact-page { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.intro-panel { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr); gap: 56px; align-items: end; padding: 72px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.intro-panel > p { margin-bottom: 0; font-size: 18px; }
.project-index { padding: 18px 0 94px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr); gap: 30px; align-items: start; margin-bottom: 34px; }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-card { display: grid; grid-template-rows: 320px auto auto auto; min-height: 500px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--white); text-decoration: none; box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07); transition: transform 160ms ease, box-shadow 160ms ease; }
.project-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.project-card img { width: 100%; height: 320px; object-fit: cover; background: #f1f5f9; }
.project-card h3, .project-card p { margin-right: 22px; margin-left: 22px; }
.project-card span, .section-heading .section-kicker, .presspath-summary span { display: none; }
.project-card span { margin-top: 20px; color: var(--clay); font-size: 12px; font-weight: 700; }
.project-card h3 { margin-top: 8px; color: var(--ink); }
.project-card p { margin-bottom: 24px; }
.project-hero { display: grid; grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr); gap: clamp(30px, 5vw, 70px); align-items: center; width: min(1320px, calc(100% - 48px)); min-height: 620px; margin: 0 auto; padding: 56px 0 72px; }
.project-hero-copy > p { max-width: 680px; font-size: 18px; }
.project-hero > img { width: 100%; max-height: 650px; object-fit: contain; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.project-hero-video { width: 100%; max-height: 650px; aspect-ratio: 16 / 10; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.plain-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.plain-list li { position: relative; padding-left: 22px; color: var(--text); font-weight: 700; }
.plain-list li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 8px; height: 8px; background: var(--gold); }
.gallery-section { padding: 34px 0 80px; }
.image-gallery { column-count: 3; column-gap: 18px; }
.gallery-item { break-inside: avoid; margin: 0 0 18px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: var(--white); box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06); }
.gallery-item button { display: block; width: 100%; border: 0; padding: 0; background: transparent; cursor: zoom-in; }
.gallery-item img { width: 100%; height: auto; background: #f1f5f9; }
.gallery-item figcaption { margin: 0; padding: 10px 12px 12px; font-size: 13px; }
.next-work { display: flex; justify-content: space-between; gap: 12px; padding: 0 0 86px; }
.next-work a { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 4px; padding: 0 16px; background: var(--white); font-size: 14px; font-weight: 700; text-decoration: none; }
.contact-page { display: grid; grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 0.7fr); gap: 56px; align-items: start; min-height: calc(100vh - 74px); padding: 88px 0; }
.contact-links a { font-weight: 700; }
.contact-form { display: grid; gap: 14px; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--charcoal); color: var(--white); box-shadow: var(--shadow); }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,0.28); border-radius: 4px; padding: 12px 13px; background: rgba(255,255,255,0.08); color: var(--white); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(37,99,235,0.35); border-color: #60a5fa; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 26px 0 34px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.site-footer p { margin: 0; }
.site-footer div { display: flex; gap: 18px; }
.site-footer a { font-weight: 700; text-decoration: none; }
.lightbox { width: min(1120px, calc(100vw - 34px)); max-height: calc(100vh - 34px); border: 0; border-radius: 24px; padding: 16px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,0.35); }
.lightbox::backdrop { background: rgba(15,23,42,0.78); }
.lightbox form { display: flex; justify-content: flex-end; margin-bottom: 12px; }
.lightbox button { border: 1px solid var(--line); border-radius: 4px; padding: 8px 12px; background: var(--white); color: var(--ink); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.lightbox img { width: 100%; max-height: calc(100vh - 150px); object-fit: contain; }
.lightbox p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
@media (max-width: 1120px) {
  .site-header { padding: 13px 24px; }
  .site-nav { gap: 14px; font-size: 13px; }
  .home-intro h1 { font-size: 56px; }
  .home-intro-role { font-size: 42px; }
  .home-hero, .project-hero { grid-template-columns: 1fr; min-height: 0; }
  .home-hero-media { height: auto; aspect-ratio: 1.18 / 1; max-height: none; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .image-gallery { column-count: 2; }
}
@media (max-width: 820px) {
  body { font-size: 16px; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto; min-height: 68px; padding: 11px 18px; }
  .brand small { display: block; max-width: 240px; font-size: 11px; line-height: 1.25; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 68px; right: 12px; left: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 12px; border-radius: 4px; }
  .site-nav a:hover { background: var(--white); }
  .home-top, .home-intro, .home-hero, .project-hero, .intro-panel, .project-index, .gallery-section, .next-work, .contact-page { width: min(100% - 32px, 1180px); }
  .home-top { padding-top: 22px; padding-right: 64px; padding-left: 64px; }
  .home-menu { top: 20px; right: 0; }
  .home-menu-panel { min-width: 210px; }
  .home-intro { padding: 28px 0 10px; }
  .home-intro h1 { font-size: 40px; line-height: 1.04; }
  .home-intro-role { font-size: 28px; line-height: 1.1; }
  .home-intro-line { margin-top: 14px; font-size: 17px; }
  .intro-slider-track { min-height: 310px; }
  .intro-platform-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: min(720px, calc(100% - 96px)); text-align: center; }
  .intro-slider-controls { position: static; justify-content: center; gap: 14px; margin-top: 16px; }
  .intro-slider-button { width: 44px; height: 44px; font-size: 20px; }
  .home-hero { padding: 24px 0 50px; }
  h1 { font-size: clamp(38px, 11vw, 58px); }
  h2 { font-size: clamp(28px, 8vw, 38px); }
  .intro-panel, .section-heading, .contact-page { grid-template-columns: 1fr; gap: 22px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; grid-template-rows: auto auto auto auto; }
  .project-card img { height: auto; aspect-ratio: 1.2 / 1; }
  .project-hero { padding: 34px 0 46px; }
  .image-gallery { column-count: 1; }
  .next-work { padding-bottom: 54px; }
  .contact-page { padding: 52px 0; }
  .contact-form { padding: 20px; }
}
@media (max-width: 700px) {
  .presspath-summary { grid-template-columns: 1fr; width: min(100% - 32px, 1180px); }
}
@media (max-width: 480px) {
  .brand { gap: 9px; }
  .brand strong { font-size: 14px; }
  .home-top { width: min(100% - 24px, 1180px); padding-right: 56px; padding-left: 56px; }
  .home-location, .home-email { font-size: 10px; }
  .home-menu summary { font-size: 13px; }
  .home-menu-panel { min-width: 196px; }
  .home-intro h1 { font-size: 32px; }
  .home-intro-role { font-size: 22px; }
  .home-intro-line { font-size: 16px; }
  .intro-slider-track { min-height: 330px; }
  .intro-difference-list { gap: 7px; font-size: 18px; }
  .intro-platform-grid { grid-template-columns: 1fr; gap: 14px; width: min(320px, 100%); }
  .intro-platform-group h3 { margin-bottom: 5px; }
  .intro-platform-list { gap: 3px; font-size: 15px; }
  .hero-actions, .contact-links, .next-work, .site-footer { display: grid; }
  .button, .next-work a { width: 100%; }
  .site-footer { width: min(100% - 32px, 1180px); }
}

@media (max-width: 360px) {
  .home-intro-role { font-size: 17px; }
}

.home-hero-copy .hero-wave { font-size: 60px; line-height: 1.02; }
.home-page .project-card { grid-template-rows: 300px auto auto; min-height: 0; }
.home-page .project-card img { height: 300px; }
.home-page .project-card span { display: none; }
.home-page .project-card h3 { margin: 0; padding: 18px 22px; background: #111827; color: var(--white); font-size: 22px; line-height: 1.16; }
.home-page .project-card p { margin: 0; padding: 18px 22px 22px; color: var(--muted); line-height: 1.48; }
.reveal-on-scroll { opacity: 0; transform: translateY(34px); transition: opacity 640ms ease, transform 640ms ease; transition-delay: var(--reveal-delay, 0ms); }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }
.hero-wave span { display: block; transform-origin: center bottom; }
.hero-wave.is-visible span { animation: hero-word-wave 720ms ease both; animation-delay: calc(var(--word-index, 0) * 70ms); }
@keyframes hero-word-wave {
  0% { transform: translateY(10px) scale(0.98); opacity: 0.74; }
  45% { transform: translateY(-2px) scale(1.045); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 1; }
}
@media (max-width: 1120px) {
  .home-hero-copy .hero-wave { font-size: 52px; }
}
@media (max-width: 820px) {
  .home-hero-copy .hero-wave { font-size: 46px; }
  .home-page .project-card { grid-template-rows: auto auto auto; }
  .home-page .project-card img { height: auto; aspect-ratio: 1.2 / 1; }
  .home-page .project-card h3 { font-size: 21px; }
}
@media (max-width: 480px) {
  .home-hero-copy .hero-wave { font-size: 38px; line-height: 1.03; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll { opacity: 1; transform: none; transition: none; }
  .hero-wave span { animation: none !important; transform: none; }
}

.work-menu { position: relative; }
.work-menu summary { display: inline-flex; align-items: center; gap: 7px; list-style: none; cursor: pointer; font-weight: 700; }
.work-menu summary::-webkit-details-marker { display: none; }
.work-menu summary::after { content: ""; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-2px) rotate(45deg); }
.work-menu-panel { position: absolute; top: calc(100% + 14px); right: 0; z-index: 50; display: grid; min-width: 260px; padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.work-menu:not([open]) .work-menu-panel { display: none; }
.work-menu-panel a { display: block; padding: 11px 12px; border-radius: 6px; color: var(--text); }
.work-menu-panel a:hover, .work-menu-panel a[aria-current="page"] { background: #eff6ff; color: #1d4ed8; }
.presspath-hero > img, .presspath-hero > video { border: 1px solid var(--line); object-fit: cover; }
.project-hero-copy > p.presspath-site-link-row {
  margin: 22px 0;
}
.presspath-site-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  max-width: 100%;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  padding: 11px 16px 12px;
  color: #0f172a;
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(239,246,255,0.84));
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}
.presspath-site-link span:last-child {
  min-width: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.presspath-site-link:hover,
.presspath-site-link:focus-visible {
  border-color: rgba(37, 99, 235, 0.34);
  color: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.13);
  outline: none;
}
.presspath-features { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 10px 0 72px; }
.presspath-feature-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.presspath-feature-list article { display: grid; grid-template-columns: 180px minmax(260px, 0.8fr) minmax(280px, 1fr); gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.feature-kicker { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.35; font-weight: 800; text-transform: uppercase; }
.presspath-feature-list h3 { margin: 0; color: var(--ink); font-size: 25px; }
.presspath-feature-list p:not(.feature-kicker) { margin: 0; color: var(--muted); }
.presspath-feature-list ul { display: flex; flex-wrap: wrap; gap: 8px; grid-column: 2 / -1; margin: -10px 0 0; padding: 0; list-style: none; }
.presspath-feature-list li { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--text); background: var(--white); font-size: 12px; font-weight: 800; }
.presspath-feature-essentials { padding-top: 42px; }
.presspath-feature-essentials > h3 { max-width: 720px; margin-bottom: 24px; font-size: 34px; }
.presspath-feature-essentials > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.presspath-feature-essentials article { border-top: 1px solid var(--line); padding-top: 18px; }
.presspath-feature-essentials h4 { margin: 0 0 8px; color: var(--ink); font-size: 18px; }
.presspath-feature-essentials p { margin: 0; color: var(--muted); }
.presspath-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; width: min(1180px, calc(100% - 48px)); margin: 0 auto 36px; }
.presspath-summary article { min-height: 190px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06); }
.presspath-summary span { color: var(--clay); font-size: 12px; font-weight: 800; }
.presspath-summary p { margin-bottom: 0; color: var(--muted); }

@media (max-width: 820px) {
  .presspath-features { width: min(100% - 32px, 1180px); padding-bottom: 52px; }
  .presspath-feature-list article { grid-template-columns: 1fr; gap: 12px; padding: 26px 0; }
  .presspath-feature-list ul { grid-column: auto; margin-top: 0; }
  .presspath-feature-essentials > div { grid-template-columns: 1fr; gap: 20px; }
  .presspath-feature-essentials > h3 { font-size: 28px; }
  .work-menu-panel { position: static; min-width: 0; margin-top: 4px; border: 0; box-shadow: none; background: #f1f5f9; }
  .work-menu summary { padding: 13px 12px; border-radius: 4px; }
  .work-menu-panel a { white-space: normal; }
}

/* Page layout alignment */
.site-header { display: none; }
.page-top { padding-bottom: 4px; }
.project-hero { grid-template-columns: 1fr; align-items: start; min-height: 0; padding: 34px 0 64px; text-align: center; }
.project-hero-copy { justify-self: center; width: min(1080px, 100%); margin: 0 auto; }
.project-hero-copy .eyebrow { margin: 0; color: #111827; font-size: clamp(38px, 5.4vw, 72px); line-height: 0.98; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.project-hero-copy h1 { max-width: 1120px; margin: 8px auto 26px; color: var(--soft-muted); font-size: clamp(30px, 4.6vw, 58px); line-height: 1.03; font-weight: 800; letter-spacing: 0; }
.project-hero-copy > p:not(.eyebrow) { max-width: 880px; margin-right: auto; margin-left: auto; font-size: 18px; }
.project-hero .plain-list { max-width: 760px; margin: 24px auto 0; text-align: left; }
.project-hero > img, .project-hero > video, .project-hero-video { justify-self: center; width: min(100%, 1180px); margin-top: 14px; }
.presspath-hero > video { margin-top: 18px; }
.gallery-section { padding-top: 18px; }
.contact-page { min-height: 0; padding-top: 42px; }
@media (max-width: 820px) {
  .page-top { padding-bottom: 0; }
  .project-hero { gap: 22px; padding: 30px 0 46px; }
  .project-hero-copy .eyebrow { font-size: clamp(31px, 9.6vw, 44px); line-height: 1.02; }
  .project-hero-copy h1 { margin-top: 8px; font-size: clamp(25px, 7.8vw, 36px); line-height: 1.06; }
  .project-hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .project-hero .plain-list { max-width: 100%; }
  .contact-page { padding-top: 34px; }
}

/* Project hero realignment */
.project-hero {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  width: min(1320px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 28px 0 70px;
  text-align: left;
}
.project-hero-copy {
  order: 2;
  justify-self: stretch;
  width: 100%;
  margin: 0;
  text-align: left;
}
.project-hero-copy .eyebrow {
  margin: 0;
  color: #111827;
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.project-hero-copy h1 {
  max-width: 720px;
  margin: 8px 0 24px;
  color: var(--soft-muted);
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}
.project-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin-right: 0;
  margin-left: 0;
  font-size: 18px;
}
.project-hero .plain-list {
  max-width: 650px;
  margin: 24px 0 0;
  text-align: left;
}
.project-hero > img,
.project-hero > video,
.project-hero-video {
  order: 1;
  justify-self: stretch;
  width: 100%;
  max-height: 680px;
  margin-top: 0;
  border-radius: var(--radius);
}
.project-hero > img {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}
.project-hero-video {
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}
.presspath-hero > video { margin-top: 0; }
@media (max-width: 1120px) {
  .project-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .project-hero-copy,
  .project-hero > img,
  .project-hero > video,
  .project-hero-video {
    order: initial;
  }
  .project-hero-copy {
    text-align: center;
  }
  .project-hero-copy .eyebrow,
  .project-hero-copy h1,
  .project-hero-copy > p:not(.eyebrow) {
    margin-right: auto;
    margin-left: auto;
  }
  .project-hero .plain-list {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 820px) {
  .project-hero {
    width: min(100% - 32px, 1180px);
    padding: 28px 0 46px;
  }
  .project-hero-copy .eyebrow {
    font-size: clamp(30px, 9vw, 42px);
  }
  .project-hero-copy h1 {
    font-size: clamp(24px, 7vw, 34px);
  }
}

/* Project mobile media order */
@media (max-width: 1120px) {
  .project-hero-copy { order: 2; }
  .project-hero > img,
  .project-hero > video,
  .project-hero-video { order: 1; }
}

/* PressPath homepage-style feature showcase */
.presspath-showcase {
  width: min(1720px, calc(100% - 48px));
  padding: 24px 0 96px;
}
.presspath-showcase-heading {
  width: min(1320px, 100%);
  margin: 0 auto 54px;
}
.presspath-showcase-heading h2 {
  font-size: clamp(36px, 4vw, 58px);
}
.presspath-showcase .presspath-feature-list {
  display: grid;
  gap: clamp(78px, 9vw, 150px);
  border-top: 0;
}
.presspath-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
}
.presspath-feature-row.is-reversed {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.18fr);
}
.presspath-feature-row.is-reversed .presspath-feature-media { order: 2; }
.presspath-feature-row.is-reversed .presspath-feature-copy { order: 1; }
.presspath-feature-media { min-width: 0; }
.presspath-shot-card {
  position: relative;
  overflow: hidden;
  border: 1px solid #dce6f0;
  border-radius: 30px;
  padding-top: 52px;
  background: #f8fafc;
  box-shadow: 0 28px 72px rgba(15, 23, 42, 0.1);
}
.presspath-shot-dots {
  position: absolute;
  top: 22px;
  left: 28px;
  z-index: 2;
  display: flex;
  gap: 12px;
}
.presspath-shot-dots span {
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #cfd8e6;
}
.presspath-shot-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  background: #eef6fb;
}
.presspath-shot-tags {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.presspath-shot-tags li {
  border: 1px solid #dce6f0;
  border-radius: 999px;
  padding: 12px 20px;
  color: #24526a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.presspath-feature-copy { min-width: 0; }
.presspath-feature-copy .feature-kicker {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(15px, 1.4vw, 24px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.presspath-feature-copy h3 {
  margin: 0 0 30px;
  color: #111827;
  font-size: clamp(44px, 5vw, 84px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}
.presspath-feature-copy p:not(.feature-kicker) {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 1.55vw, 26px);
  line-height: 1.58;
}
.presspath-showcase .presspath-feature-essentials {
  width: min(1320px, 100%);
  margin: clamp(88px, 10vw, 160px) auto 0;
  padding-top: 46px;
  border-top: 1px solid var(--line);
}
@media (max-width: 1120px) {
  .presspath-feature-row,
  .presspath-feature-row.is-reversed {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .presspath-feature-row.is-reversed .presspath-feature-media,
  .presspath-feature-row.is-reversed .presspath-feature-copy {
    order: initial;
  }
  .presspath-feature-copy {
    width: min(760px, 100%);
  }
  .presspath-feature-copy h3 {
    font-size: clamp(38px, 7vw, 62px);
  }
}
@media (max-width: 820px) {
  .presspath-showcase {
    width: min(100% - 32px, 1180px);
    padding-top: 8px;
    padding-bottom: 62px;
  }
  .presspath-showcase-heading {
    margin-bottom: 34px;
  }
  .presspath-showcase .presspath-feature-list {
    gap: 64px;
  }
  .presspath-feature-copy {
    text-align: left;
  }
  .presspath-feature-copy .feature-kicker {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .presspath-feature-copy h3 {
    margin-bottom: 18px;
    font-size: clamp(32px, 10vw, 44px);
  }
  .presspath-feature-copy p:not(.feature-kicker) {
    font-size: 17px;
  }
  .presspath-shot-card {
    border-radius: 22px;
    padding-top: 42px;
  }
  .presspath-shot-dots {
    top: 17px;
    left: 20px;
    gap: 8px;
  }
  .presspath-shot-dots span {
    width: 11px;
    height: 11px;
  }
  .presspath-shot-card img {
    aspect-ratio: 1.1 / 1;
  }
  .presspath-shot-tags {
    position: static;
    padding: 12px;
    background: rgba(255,255,255,0.72);
  }
  .presspath-shot-tags li {
    padding: 9px 11px;
    font-size: 11px;
  }
}

/* PressPath showcase cascade fixes */
.presspath-showcase .presspath-feature-list { border-top: 0; }
.presspath-showcase .presspath-feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.72fr);
  gap: clamp(44px, 6vw, 96px);
  align-items: center;
  padding: 0;
  border-bottom: 0;
}
.presspath-showcase .presspath-feature-row.is-reversed {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.18fr);
}
.presspath-showcase .presspath-feature-row.is-reversed .presspath-feature-media { order: 2; }
.presspath-showcase .presspath-feature-row.is-reversed .presspath-feature-copy { order: 1; }
.presspath-showcase .presspath-feature-list .presspath-shot-tags {
  position: absolute;
  left: clamp(18px, 3vw, 42px);
  bottom: 24px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  grid-column: auto;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.presspath-showcase .presspath-feature-list .presspath-shot-tags li {
  border: 1px solid #dce6f0;
  border-radius: 999px;
  padding: 12px 20px;
  color: #24526a;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.presspath-showcase .presspath-feature-list .presspath-feature-copy p:not(.feature-kicker) {
  margin: 0;
  color: var(--muted);
}
@media (max-width: 1120px) {
  .presspath-showcase .presspath-feature-row,
  .presspath-showcase .presspath-feature-row.is-reversed {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .presspath-showcase .presspath-feature-row.is-reversed .presspath-feature-media,
  .presspath-showcase .presspath-feature-row.is-reversed .presspath-feature-copy {
    order: initial;
  }
}
@media (max-width: 820px) {
  .presspath-showcase .presspath-feature-list .presspath-shot-tags {
    position: static;
    padding: 12px;
    background: rgba(255,255,255,0.72);
  }
  .presspath-showcase .presspath-feature-list .presspath-shot-tags li {
    padding: 9px 11px;
    font-size: 11px;
  }
}

/* PressPath dashboard text scale */
.presspath-showcase .presspath-feature-copy .feature-kicker {
  margin-bottom: 18px;
  font-size: clamp(13px, 1vw, 18px);
}
.presspath-showcase .presspath-feature-copy h3 {
  margin-bottom: 22px;
  font-size: clamp(34px, 3.7vw, 58px);
  line-height: 1.06;
}
.presspath-showcase .presspath-feature-copy p:not(.feature-kicker) {
  max-width: 620px;
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.62;
}
.presspath-showcase .presspath-feature-essentials > h3 {
  font-size: clamp(28px, 3vw, 36px);
}
.presspath-showcase .presspath-feature-essentials h4 {
  font-size: 16px;
}
.presspath-showcase .presspath-feature-essentials p {
  font-size: 15px;
  line-height: 1.58;
}
@media (max-width: 820px) {
  .presspath-showcase .presspath-feature-copy .feature-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .presspath-showcase .presspath-feature-copy h3 {
    margin-bottom: 14px;
    font-size: clamp(26px, 8vw, 34px);
  }
  .presspath-showcase .presspath-feature-copy p:not(.feature-kicker) {
    font-size: 15px;
    line-height: 1.58;
  }
  .presspath-showcase .presspath-feature-essentials > h3 {
    font-size: 26px;
  }
}

/* Animated gradient background preview */
.home-page .project-card { border-color: rgba(148, 163, 184, 0.24); background: rgba(255, 255, 255, 0.95); box-shadow: 0 22px 58px rgba(30, 41, 59, 0.12); }
.home-menu-panel { border-color: rgba(148, 163, 184, 0.28); background: rgba(255, 255, 255, 0.94); box-shadow: 0 18px 45px rgba(30, 41, 59, 0.14); backdrop-filter: blur(8px); }
.home-hero-media,
.project-hero > img,
.project-hero-video,
.gallery-item { box-shadow: 0 24px 68px rgba(30, 41, 59, 0.13); }
.home-hero-copy .hero-wave { color: #0f172a; text-shadow: 0 14px 36px rgba(148, 163, 184, 0.11); }
.site-footer { border-top-color: rgba(148, 163, 184, 0.28); }
