:root {
  --bg: #03070d;
  --bg-2: #07111f;
  --panel: rgba(9, 19, 34, 0.78);
  --panel-strong: rgba(11, 26, 44, 0.94);
  --text: #e7f7ff;
  --muted: #9bb4c7;
  --subtle: #5f7a8d;
  --line: rgba(85, 224, 255, 0.22);
  --line-strong: rgba(85, 224, 255, 0.42);
  --cyan: #55e0ff;
  --cyan-soft: rgba(85, 224, 255, 0.14);
  --violet: #8c5cff;
  --green: #42ffb8;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --shadow-glow: 0 0 42px rgba(85, 224, 255, 0.18), 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius: 24px;
  --max: 1320px;
  --readable: 1120px;
  --space-page: clamp(24px, 5vw, 64px);
  --section: clamp(72px, 9vw, 120px);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(85,224,255,0.18), transparent 34rem),
    radial-gradient(circle at 80% 8%, rgba(140,92,255,0.15), transparent 28rem),
    linear-gradient(180deg, #03070d 0%, #07111f 50%, #03070d 100%);
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(85,224,255,0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85,224,255,0.048) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.78), transparent 72%);
  z-index: -2;
}
.site-noise { position: fixed; inset: 0; pointer-events: none; opacity: .11; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); z-index: -1; }
a { color: inherit; text-decoration: none; }
p, li { color: var(--muted); line-height: 1.7; font-size: 1rem; }
strong { color: var(--text); }
img { max-width: 100%; display: block; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: calc(var(--max) + 64px);
  margin: 0 auto;
  padding: 18px var(--space-page);
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; gap: 12px; align-items: center; font-weight: 800; letter-spacing: .04em; transition: .2s ease; }
.brand:hover { color: var(--cyan); transform: translateY(-1px); }
.brand img { width: 34px; height: 34px; filter: drop-shadow(0 0 14px rgba(85,224,255,.55)); }
.site-nav { display: flex; gap: 4px; padding: 6px; border: 1px solid var(--line); border-radius: 999px; background: rgba(3,7,13,.66); box-shadow: var(--shadow); }
.site-nav a { color: var(--muted); padding: 9px 14px; border-radius: 999px; font-size: 14px; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); background: var(--cyan-soft); box-shadow: inset 0 0 0 1px rgba(85,224,255,.22); transform: translateY(-1px); }
.nav-toggle { display: none; }
main { max-width: var(--max); margin: 0 auto; padding: 28px var(--space-page) 104px; }
.eyebrow { color: var(--green); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; margin: 0 0 16px; }
h1, h2, h3 { letter-spacing: -0.04em; margin: 0; text-wrap: balance; }
h1 { font-size: clamp(2.85rem, 6vw, 4.85rem); line-height: 1.03; max-width: 920px; text-shadow: 0 0 26px rgba(85,224,255,.12); }
h2 { font-size: clamp(1.85rem, 3.5vw, 3rem); line-height: 1.08; }
h3 { font-size: clamp(1.18rem, 2vw, 1.64rem); line-height: 1.16; }
.lede { font-size: clamp(1.06rem, 1.45vw, 1.24rem); line-height: 1.65; max-width: 790px; color: #c4d8e6; }
.hero { padding: clamp(56px, 8vw, 104px) 0 clamp(48px, 8vw, 86px); }
.hero-refined, .case-hero-grid, .about-grid, .media-callout, .intro-split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr); gap: clamp(36px, 6vw, 78px); align-items: center; }
.hero-actions, .footer-actions, .next-work { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease; }
.button.primary { background: linear-gradient(90deg, var(--cyan), var(--green)); color: #001018; box-shadow: 0 0 32px rgba(85,224,255,.24); }
.button.primary:hover, .button.primary:focus-visible { transform: translateY(-2px); box-shadow: 0 0 44px rgba(85,224,255,.42); }
.button.ghost { border: 1px solid var(--line); color: var(--text); background: rgba(9,19,34,.62); }
.button.ghost:hover, .button.ghost:focus-visible { border-color: var(--cyan); background: var(--cyan-soft); transform: translateY(-2px); }
.section { padding: var(--section) 0; }
.section.compact { padding: 44px 0; }
.page-hero, .case-hero, .about-hero { padding: clamp(64px, 8vw, 104px) 0 clamp(44px, 6vw, 76px); }
.page-hero.narrow { max-width: 1040px; }
.section-heading { max-width: 920px; margin-bottom: clamp(24px, 4vw, 42px); }
.section-heading p:not(.eyebrow) { max-width: 820px; margin-bottom: 0; }
.compact-head h2 { max-width: 760px; }
.hero-showcase { min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(11,26,44,.78), rgba(5,12,22,.52)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-showcase::before, .media-callout::before, .case-card::before, .image-frame::before, .slideshow::before { content: ""; position: absolute; inset: -2px; background: linear-gradient(120deg, transparent, rgba(85,224,255,.28), transparent, rgba(140,92,255,.18), transparent); opacity: .16; pointer-events: none; }
.screen-stack { position: absolute; inset: 0; }
.stack-img { position: absolute; filter: drop-shadow(0 28px 54px rgba(0,0,0,.55)); }
.stack-main { width: 82%; right: -14%; top: 10%; }
.stack-phone { width: 36%; left: 7%; top: 18%; }
.stack-small { width: 74%; left: 8%; bottom: -3%; opacity: .96; }
.metrics-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metric-card { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--line); background: rgba(9,19,34,.72); border-radius: 22px; box-shadow: var(--shadow); }

.metric-card strong { display: block; font-size: clamp(2.25rem, 5vw, 4rem); line-height: .9; letter-spacing: -.08em; color: var(--text); }
.metric-card span { color: var(--cyan); font-weight: 800; }
.metric-card p { margin-bottom: 0; font-size: .94rem; }
.intro-split { align-items: start; grid-template-columns: minmax(0, .95fr) minmax(360px, .75fr); }
.case-list { display: grid; gap: 26px; }
.case-list.featured, .work-list { margin-top: 24px; }

/* Home page spacing refinement: give the selected work cards and service-design block a clear, intentional transition. */
.home-page .case-list.featured { margin-bottom: clamp(42px, 6vw, 72px); }
.home-page .case-list.featured + .media-callout { margin-top: 0; }

.case-card { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr); gap: clamp(22px, 4vw, 38px); padding: clamp(18px, 3vw, 28px); border: 1px solid var(--line); background: rgba(9,19,34,.74); border-radius: var(--radius); box-shadow: var(--shadow); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.case-card:has(a:hover), .case-card:has(a:focus-visible) { transform: translateY(-5px); border-color: var(--line-strong); box-shadow: var(--shadow-glow); background: rgba(10, 24, 42, .88); }
.case-visual { min-height: 260px; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: linear-gradient(180deg, rgba(3,7,13,.9), rgba(7,17,31,.9)); display: grid; place-items: center; border: 1px solid rgba(85,224,255,.18); padding: 14px; transition: border-color .2s ease, box-shadow .2s ease; }
.case-visual img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease, filter .25s ease; }
.case-card:has(.case-visual:hover) .case-visual, .case-card:has(.case-visual:focus-visible) .case-visual { border-color: var(--cyan); box-shadow: inset 0 0 24px rgba(85,224,255,.08); }
.case-card:has(.case-visual:hover) .case-visual img, .case-card:has(.case-visual:focus-visible) .case-visual img { transform: scale(1.015); filter: saturate(1.08) brightness(1.06); }
.case-copy { padding: 16px 10px; align-self: center; position: relative; z-index: 1; }
.case-copy h3 a { transition: color .2s ease; }
.case-copy h3 a:hover { color: var(--cyan); }
.tag-row, .skill-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.tag-row span, .skill-cloud span { color: var(--cyan); border: 1px solid var(--line); background: rgba(85,224,255,.08); border-radius: 999px; padding: 8px 12px; font-size: .84rem; }

.muted-card { opacity: .78; }
.media-callout { position: relative; grid-template-columns: minmax(360px, .7fr) minmax(0, 1.1fr); padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(120deg, rgba(85,224,255,.10), rgba(140,92,255,.08), rgba(66,255,184,.06)); box-shadow: var(--shadow); overflow: hidden; }
.media-callout-copy { position: relative; z-index: 2; }
.image-frame { position: relative; overflow: hidden; border: 1px solid var(--line); background: rgba(3,7,13,.55); border-radius: 20px; box-shadow: var(--shadow); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.image-frame:has(.media-button:hover), .image-frame:has(.media-button:focus-visible) { transform: translateY(-3px); border-color: var(--line-strong); box-shadow: var(--shadow-glow); background: rgba(6, 15, 28, .72); }
.image-frame img { width: 100%; max-height: min(68vh, 720px); object-fit: contain; background: #05070d; }
.image-frame.wide img, .image-frame.document-large img { max-height: none; object-fit: contain; }
.hero-art { min-height: unset; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-art .media-button { min-height: 100%; display: grid; place-items: center; }
.hero-art img { width: 100%; max-height: min(60vh, 560px); object-fit: contain; }
.image-frame figcaption { padding: 14px 16px 16px; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.media-button { width: 100%; border: 0; padding: 0; margin: 0; color: inherit; background: transparent; cursor: zoom-in; position: relative; display: block; }
.media-button img { transition: filter .22s ease, transform .22s ease; }
.media-button:hover img, .media-button:focus-visible img { filter: saturate(1.08) brightness(1.06); }
.media-badge { position: absolute; right: 14px; bottom: 14px; z-index: 2; border: 1px solid var(--line-strong); background: rgba(3, 7, 13, .78); backdrop-filter: blur(12px); color: var(--text); border-radius: 999px; padding: 8px 12px; font-size: .78rem; font-weight: 800; letter-spacing: .02em; opacity: 0; transform: translateY(6px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.media-button:hover .media-badge, .media-button:focus-visible .media-badge { opacity: 1; transform: translateY(0); background: rgba(7, 22, 38, .92); }
.meta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
.meta-grid div { padding: 17px; border: 1px solid var(--line); background: rgba(9,19,34,.55); border-radius: 18px; }

.meta-grid span { display: block; color: var(--subtle); font-size: .7rem; text-transform: uppercase; letter-spacing: .14em; margin-bottom: 8px; }
.meta-grid strong { color: var(--text); font-size: .9rem; line-height: 1.45; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 22px 0 46px; }
.impact-grid article { border: 1px solid var(--line); background: rgba(9,19,34,.68); border-radius: 20px; padding: clamp(18px, 2.6vw, 24px); }

.impact-grid span, .artifact-card span { color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.impact-grid p { margin-bottom: 0; font-weight: 700; color: var(--text); }
.case-body { display: grid; gap: clamp(24px, 4vw, 38px); max-width: var(--readable); margin: 0 auto; }
.content-block { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(11,26,44,.86), rgba(5,12,22,.70)); border-radius: var(--radius); box-shadow: var(--shadow); }

.content-block ul, .contact-card ul { padding-left: 22px; }
.image-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-gallery { max-width: var(--readable); margin: clamp(42px, 7vw, 72px) auto; }
.slideshow { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(11,26,44,.86), rgba(5,12,22,.72)); box-shadow: var(--shadow); padding: clamp(18px, 3vw, 26px); }
.carousel-shell { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 14px; align-items: center; position: relative; z-index: 1; }
.carousel-track { display: grid; min-width: 0; }
.carousel-slide { grid-area: 1 / 1; opacity: 0; transform: translateX(16px) scale(.99); pointer-events: none; transition: opacity .28s ease, transform .28s ease; }
.carousel-slide.is-active { opacity: 1; transform: translateX(0) scale(1); pointer-events: auto; }
.carousel-slide .media-button { border: 1px solid rgba(85,224,255,.16); border-radius: 18px; overflow: hidden; background: #05070d; }
.carousel-slide img { width: 100%; max-height: min(72vh, 680px); object-fit: contain; }
.carousel-slide figcaption { color: var(--muted); margin-top: 14px; font-size: .95rem; line-height: 1.55; }
.carousel-arrow { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); color: var(--text); background: rgba(3,7,13,.72); cursor: pointer; font-size: 28px; line-height: 1; display: inline-flex; align-items: center; justify-content: center; padding: 0; text-align: center; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.carousel-arrow span { display: block; line-height: .72; transform: translateY(-1px); }
.carousel-arrow:hover, .carousel-arrow:focus-visible { transform: translateY(-2px); border-color: var(--cyan); background: var(--cyan-soft); box-shadow: 0 0 22px rgba(85,224,255,.22); }
.carousel-dots { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 18px; }
.carousel-dot { min-width: 42px; height: 36px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); background: rgba(3,7,13,.62); cursor: pointer; font-size: .82rem; font-weight: 800; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.carousel-dot:hover, .carousel-dot:focus-visible, .carousel-dot.is-active { color: var(--text); background: var(--cyan-soft); border-color: var(--cyan); transform: translateY(-1px); }
.testimonial-strip { margin: 72px 0 22px; padding: clamp(30px, 5vw, 48px); border-radius: var(--radius); border: 1px solid var(--line); background: rgba(85,224,255,.08); }

.testimonial-strip blockquote { margin: 0; font-size: clamp(1.25rem, 2.4vw, 2rem); line-height: 1.3; letter-spacing: -.035em; }
.quote-author { display: flex; gap: 12px; align-items: center; margin-top: 24px; color: var(--cyan); font-weight: 800; }
.quote-author img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); }
.next-work { justify-content: space-between; margin-top: 34px; }
.artifact-grid, .testimonial-grid, .contact-grid, .pet-grid, .mini-testimonials { display: grid; gap: 22px; }
.artifact-grid { grid-template-columns: repeat(3, 1fr); }
.artifact-card, .testimonial-card, .contact-card, .pet-grid article, .mini-testimonials article { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--line); background: linear-gradient(180deg, rgba(11,26,44,.86), rgba(5,12,22,.68)); border-radius: var(--radius); box-shadow: var(--shadow); }

.testimonial-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; align-items: start; }
.mini-testimonials { grid-template-columns: repeat(2, 1fr); }
.mini-testimonials img, .testimonial-card img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 1px solid var(--line); margin-bottom: 14px; }
.testimonial-grid { grid-template-columns: repeat(3, 1fr); }
.testimonial-card blockquote { margin: 0; color: var(--text); line-height: 1.62; }
.testimonial-card p, .mini-testimonials strong { margin-bottom: 0; color: var(--cyan); font-weight: 800; }
/* About page image art direction: match each container to the image's natural orientation. */
.about-grid { grid-template-columns: minmax(0, .82fr) minmax(480px, .9fr); align-items: center; }
.about-landscape-frame { aspect-ratio: 3 / 2; min-height: 0; align-self: center; }
.about-landscape-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; background: #05070d; }
.about-profile-section { grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); align-items: center; }
.about-portrait-frame { width: min(420px, 100%); aspect-ratio: 4 / 5; min-height: 0; justify-self: center; align-self: center; }
.about-portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; background: #05070d; }
.portrait-frame { min-height: 460px; }
.portrait-frame img { object-fit: contain; background: #05070d; }
.pet-grid { grid-template-columns: repeat(4, 1fr); margin-top: 24px; }
.pet-grid article { padding: 14px; }
.pet-grid img { border-radius: 16px; aspect-ratio: 1 / 1; object-fit: cover; margin-bottom: 14px; border: 1px solid rgba(85,224,255,.18); }
.contact-grid { grid-template-columns: repeat(2, 1fr); align-items: stretch; }
.site-footer { max-width: var(--max); margin: 0 auto 24px; padding: 42px var(--space-page); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.site-footer h2 { font-size: clamp(1.8rem, 3.4vw, 3rem); }
.fine-print { grid-column: 1 / -1; color: var(--subtle); font-size: .84rem; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: clamp(18px, 4vw, 48px); background: rgba(1,4,10,.9); backdrop-filter: blur(14px); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox-dialog { width: min(1500px, 100%); max-height: 94vh; display: grid; gap: 12px; }
.lightbox-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.lightbox-actions { display: flex; gap: 8px; align-items: center; }
.lightbox-title { color: var(--text); margin: 0; font-weight: 800; }
.lightbox-btn { border: 1px solid var(--line); background: rgba(9,19,34,.82); color: var(--text); border-radius: 999px; padding: 10px 14px; cursor: pointer; font-weight: 800; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.lightbox-btn:hover, .lightbox-btn:focus-visible { transform: translateY(-1px); border-color: var(--cyan); background: var(--cyan-soft); }
.lightbox-canvas { border: 1px solid var(--line-strong); border-radius: 20px; background: #05070d; overflow: auto; box-shadow: var(--shadow-glow); max-height: 78vh; }
.lightbox-image { display: block; width: 100%; height: auto; margin: 0 auto; cursor: zoom-in; }
.lightbox-image.is-zoomed { width: auto; max-width: none; min-width: 1300px; cursor: zoom-out; }
.lightbox-caption { color: var(--muted); margin: 0; line-height: 1.5; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.nav-toggle:hover, .nav-toggle:focus-visible { border-color: var(--cyan); background: var(--cyan-soft); transform: translateY(-1px); }
.contact-card a, .content-block a, .testimonial-card a { color: var(--cyan); text-decoration: underline; text-decoration-color: rgba(85,224,255,.34); text-underline-offset: 4px; transition: color .2s ease, text-decoration-color .2s ease; }
.contact-card a:hover, .contact-card a:focus-visible, .content-block a:hover, .content-block a:focus-visible, .testimonial-card a:hover, .testimonial-card a:focus-visible { color: var(--green); text-decoration-color: var(--green); }

:focus-visible { outline: 2px solid var(--cyan); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1080px) {
  .hero-refined, .case-hero-grid, .about-grid, .media-callout, .intro-split, .testimonial-preview, .case-card, .site-footer, .contact-grid { grid-template-columns: 1fr; }
  .about-landscape-frame { max-width: 760px; width: 100%; justify-self: center; }
  .about-profile-section { grid-template-columns: 1fr; }
  .about-portrait-frame { width: min(420px, 100%); }
  .hero-showcase { min-height: 440px; }
  .metrics-band, .impact-grid, .testimonial-grid, .artifact-grid, .pet-grid { grid-template-columns: repeat(2, 1fr); }
  .site-nav { position: fixed; inset: 74px 18px auto; flex-direction: column; border-radius: 22px; padding: 12px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 14px; }
  .nav-toggle { display: inline-flex; border: 1px solid var(--line); color: var(--text); background: rgba(9,19,34,.72); border-radius: 999px; padding: 10px 14px; }
}
@media (max-width: 720px) {
  :root { --space-page: clamp(18px, 5vw, 28px); }
  h1 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  h2 { font-size: clamp(1.65rem, 8vw, 2.55rem); }
  main { padding-top: 18px; }
  .metrics-band, .impact-grid, .testimonial-grid, .artifact-grid, .pet-grid, .image-grid, .meta-grid, .mini-testimonials { grid-template-columns: 1fr; }
  .hero-showcase { min-height: 360px; }
  .stack-main { width: 92%; right: -30%; top: 13%; }
  .stack-phone { width: 44%; left: 5%; top: 18%; }
  .stack-small { width: 92%; left: 4%; bottom: 0; }
  .case-visual { min-height: 190px; }
  .about-landscape-frame { aspect-ratio: 3 / 2; }
  .about-portrait-frame { width: min(360px, 100%); aspect-ratio: 4 / 5; }
  .carousel-shell { grid-template-columns: 1fr; }
  .carousel-arrow { position: absolute; top: 42%; z-index: 3; }
  .carousel-arrow.prev { left: 10px; }
  .carousel-arrow.next { right: 10px; }
  .carousel-slide img { max-height: 60vh; }
  .site-footer { padding-bottom: 48px; }
  .lightbox { padding: 14px; }
  .lightbox-toolbar { align-items: flex-start; flex-direction: column; }
  .lightbox-canvas { max-height: 70vh; }
  .lightbox-image.is-zoomed { min-width: 960px; }
}
