/*
 * ROHIT PACHAR — A life in progress
 * Plain CSS. The palette, type, and spacing live here.
 * System fonts intentionally keep the site private, fast, and fully offline.
 */

/* 01 — TOKENS & BASE */
:root {
  --paper: #f6f5ef;
  --paper-deep: #efeee6;
  --white: #fffef9;
  --ink: #24382f;
  --muted: #626960;
  --line: #d7dad0;
  --green: #274d3a;
  --green-deep: #1f372c;
  --lime: #e3edb5;
  --orange: #b74628;
  --lilac: #e4deef;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --max-width: 1256px;
  --gutter: clamp(22px, 5.2vw, 80px);
  --header-height: 96px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
::selection { color: var(--ink); background: var(--lime); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.058em; }
h2 { font-size: clamp(40px, 4.5vw, 66px); line-height: 1.13; }
h2 em { font-weight: 400; }
a { color: inherit; text-decoration: none; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; font: inherit; }
button, summary { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
button, input { font-family: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--orange); outline-offset: 7px; }
[hidden] { display: none !important; }
.wrap { width: min(var(--max-width), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.section-pad { padding-block: 114px; }
.eyebrow { font-family: var(--mono); font-size: 11px; font-weight: 400; line-height: 1.6; letter-spacing: .11em; }
.section-index { margin-bottom: 26px; color: var(--muted); }
.icon { display: inline-block; flex: none; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.spark-icon { width: 24px; height: 24px; stroke: currentColor; stroke-width: 1.3; fill: none; }
.svg-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 12px; padding: 10px 18px; border: 2px solid var(--ink); border-radius: 3px; background: var(--lime); transform: translateY(-150%); }
.skip-link:not(:focus) { clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 28px; min-height: 54px; padding: 15px 24px; border: 1px solid transparent; border-radius: 100px; font-size: 13px; font-weight: 500; line-height: 1.5; transition: background .25s, color .25s, transform .3s var(--ease); }
.button .icon, .text-link .icon { transition: transform .3s var(--ease); }
.button:hover .icon, .text-link:hover .icon { transform: translate(2px, -2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #35583e; transform: translateY(-2px); }
.button-light-outline { border-color: #7c9181; color: var(--paper); }
.button-light-outline:hover { color: var(--green-deep); background: var(--lime); border-color: var(--lime); }
.text-link { display: inline-flex; gap: 19px; align-items: center; padding-block: 8px; font-size: 13px; font-weight: 500; }
.text-link:hover { color: var(--orange); }
.inline-link { display: inline-block; padding: 7px 0; text-decoration: underline; text-underline-offset: 4px; }
.status-dot { display: inline-block; flex: none; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.accent-dot { color: var(--orange); }

/* 02 — HEADER & NAVIGATION */
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(246,245,239,.95); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.header-inner { height: var(--header-height); display: flex; justify-content: space-between; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.brand-monogram { width: 45px; height: 45px; display: grid; grid-auto-flow: column; justify-content: center; align-items: center; padding-bottom: 5px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: 29px; letter-spacing: -.13em; line-height: 1; }
.brand-monogram span { color: var(--orange); margin-left: 1px; }
.brand-name { font-family: var(--serif); font-size: 21px; line-height: 1.2; letter-spacing: -.045em; }
.brand-subtitle { display: block; margin-top: 6px; font-family: var(--mono); font-size: 8px; letter-spacing: .16em; color: var(--muted); }
.site-nav { display: flex; align-items: center; gap: 35px; }
.site-nav > a { position: relative; padding-block: 13px; font-size: 13px; line-height: 1.3; transition: color .2s; }
.site-nav > a:hover { color: var(--orange); }
.nav-dot { position: absolute; width: 4px; height: 4px; left: calc(50% - 2px); bottom: 3px; border-radius: 50%; background: var(--orange); transform: scale(0); transition: transform .2s; }
.site-nav > a[aria-current="location"] .nav-dot { transform: scale(1); }
.site-nav .nav-contact { display: inline-flex; align-items: center; gap: 18px; margin-left: 8px; padding: 12px 18px; border: 1px solid #b1bbac; border-radius: 100px; }
.nav-contact .icon { width: 16px; height: 16px; }
.reading-progress { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; overflow: hidden; }
.reading-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--green); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 100px; background: transparent; padding: 10px 16px; min-height: 44px; font-size: 12px; }
.menu-lines { position: relative; width: 16px; height: 12px; display: inline-block; margin-left: 12px; }
.menu-lines::before, .menu-lines::after { position: absolute; left: 0; right: 0; height: 1px; content: ""; background: var(--ink); transition: transform .2s; }
.menu-lines::before { top: 3px; }
.menu-lines::after { top: 9px; }
.menu-toggle[aria-expanded="true"] .menu-lines::before { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-lines::after { transform: translateY(-3px) rotate(-45deg); }

/* 03 — HERO / EDITORIAL PORTRAIT */
.hero { position: relative; display: grid; grid-template-columns: 1.65fr 1fr; align-items: center; gap: 35px; padding-top: 83px; padding-bottom: 82px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 20px; }
.hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.hero-eyebrow .status-dot { color: var(--green); box-shadow: 0 0 0 4px #e6eadf; }
h1 { position: relative; font-size: clamp(63px, 6.9vw, 102px); line-height: 1.07; white-space: nowrap; }
h1 em { color: var(--green); font-weight: 400; }
.hero-spark { position: absolute; color: var(--orange); stroke: currentColor; fill: none; stroke-width: 1.8; width: 38px; height: 38px; right: 10px; top: -20px; transform: rotate(12deg); }
.hero-description { max-width: 440px; margin-top: 29px; font-size: 19px; line-height: 1.65; color: #4f5a51; letter-spacing: -.018em; }
.hero-current { max-width: 455px; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.hero-current a { color: var(--ink); display: inline-flex; align-items: center; gap: 3px; text-decoration: underline; text-underline-offset: 4px; }
.hero-current a:hover { color: var(--orange); }
.hero-current .icon { width: 12px; height: 12px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 31px; }
.hero-location { display: flex; align-items: center; gap: 9px; margin-top: 48px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; }
.hero-location .icon { width: 15px; height: 15px; }
.location-separator { margin-inline: 13px; color: #9aa294; }
.hero-portrait { position: relative; padding: 14px 30px 32px 22px; max-width: 435px; justify-self: end; width: 100%; }
.portrait-backdrop { position: absolute; top: 35px; left: 3px; right: 10px; bottom: 60px; background: #e3e7d9; border-radius: 50% 50% 4px 4px; transform: rotate(7deg); }
.portrait-card { position: relative; padding: 12px 12px 0; background: var(--white); transform: rotate(-4deg); box-shadow: 0 4px 7px rgba(34,46,36,.035), 0 16px 32px rgba(34,46,36,.08); transition: transform .6s var(--ease); }
.portrait-card:hover { transform: rotate(-1deg) translateY(-3px); }
.portrait-link { display: block; position: relative; overflow: hidden; }
.portrait-link img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: cover; filter: grayscale(1) contrast(.95); transition: filter .8s, transform .8s var(--ease); }
.portrait-link:hover img, .portrait-link:focus-visible img { filter: grayscale(0) contrast(1); transform: scale(1.025); }
.photo-expand { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--ink); background: var(--white); opacity: .9; }
.photo-expand .icon { width: 16px; height: 16px; }
.portrait-card figcaption { display: flex; justify-content: space-between; align-items: center; padding: 15px 2px 17px; font-family: var(--mono); font-size: 8px; line-height: 1.6; letter-spacing: .12em; }
.caption-star { color: var(--orange); font-size: 20px; line-height: 1; }
.edition-stamp { position: absolute; top: -15px; right: 0; width: 107px; height: 107px; z-index: 3; border-radius: 50%; background: var(--lime); outline: 1px dashed #7c8956; outline-offset: -7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1px; transform: rotate(13deg); }
.edition-stamp > span { font-family: var(--mono); font-size: 8px; letter-spacing: .14em; }
.edition-stamp > strong { font-family: var(--serif); font-size: 28px; line-height: 1.4; font-weight: 400; }
.portrait-note { display: flex; align-items: center; gap: 12px; position: absolute; bottom: -13px; right: 38px; color: var(--green); font: italic 20px/1.2 var(--serif); transform: rotate(-5deg); }
.portrait-note svg { width: 64px; height: 38px; stroke: currentColor; stroke-width: 1.2; stroke-linecap: round; }
.hero-scroll { grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; margin-top: 32px; color: var(--muted); font-size: 9px; }
.hero-scroll .icon { width: 17px; height: 17px; }
.thread-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-deep); }
.thread-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 100px; }
.thread-inner > span { font-family: var(--serif); font-size: clamp(21px, 2.3vw, 32px); letter-spacing: -.04em; }
.thread-inner .spark-icon { flex: 0 0 21px; width: 21px; height: 21px; color: var(--orange); }
.last-spark { display: none; }

/* 04 — WORK / PROJECT ART */
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 49px; }
.section-aside { color: var(--muted); font-size: 14px; line-height: 1.85; padding-bottom: 5px; }
.project-feature { display: grid; grid-template-columns: 1.07fr 1fr; border: 1px solid var(--line); border-radius: 9px; background: var(--white); overflow: hidden; }
.project-visual { position: relative; overflow: hidden; min-width: 0; }
.techmonk-visual { min-height: 494px; color: var(--paper); background: #33563f; display: flex; flex-direction: column; }
.techmonk-visual::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(#9cb793 1px, transparent 1px); background-size: 17px 17px; opacity: .16; mask-image: linear-gradient(to bottom, transparent, #000); }
.visual-topline { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 23px 26px; font-family: var(--mono); font-size: 9px; line-height: 1.5; letter-spacing: .1em; }
.visual-number { width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; opacity: .8; font-size: 9px; }
.visual-topline > span:nth-child(2) { margin-right: auto; }
.visual-topline .spark-icon, .visual-topline .icon { width: 20px; height: 20px; }
.conversation-art { position: relative; display: flex; justify-content: center; align-items: center; flex: 1; margin: 5px 24px 20px; min-height: 330px; }
.conversation-window { position: relative; width: 82%; max-width: 390px; color: var(--ink); background: #fffef8; border: 1px solid #e4e6da; border-radius: 12px; transform: rotate(-5deg) translate(-14px, -7px); box-shadow: 2px 15px 45px #0e261c33; padding-bottom: 18px; transition: transform .6s var(--ease); }
.project-feature:hover .conversation-window { transform: rotate(-3deg) translate(-14px,-12px); }
.window-bar { height: 43px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 9px; border-bottom: 1px solid #e6e6dc; font: 8px/1 var(--mono); letter-spacing: .05em; }
.window-dots { display: flex; gap: 4px; }
.window-dots i { width: 4px; height: 4px; border-radius: 50%; background: #bdc2b2; }
.tiny-dot { display: inline-block; flex: none; width: 5px; height: 5px; border-radius: 50%; background: #73895a; }
.customer-message { margin: 27px 19px 18px auto; width: 72%; padding: 14px 16px 9px; background: #ebeddf; font-size: 13px; border-radius: 11px 11px 0 11px; }
.customer-message > span { display: block; text-align: right; color: #6b745f; font: 7px/1 var(--mono); letter-spacing: .07em; margin-top: 10px; }
.agent-message { display: flex; align-items: flex-start; gap: 10px; padding: 0 19px; font-size: 14px; font-weight: 500; }
.agent-symbol { flex: none; display: grid; place-items: center; width: 30px; height: 30px; color: var(--lime); background: var(--green); border-radius: 9px; font-size: 20px; line-height: 1; }
.agent-message > div { flex: 1; padding-top: 4px; }
.message-line { display: block; max-width: 195px; height: 5px; background: #e5e7dc; border-radius: 4px; margin-top: 12px; }
.short-line { width: 65%; margin-top: 7px; }
.conversation-footer { display: flex; align-items: center; gap: 6px; border-top: 1px solid #e8e9e0; padding-top: 13px; margin: 27px 19px 0; font: 7px/1 var(--mono); letter-spacing: .1em; color: #67715e; }
.conversation-sticker { position: absolute; bottom: 15px; right: 2px; width: 233px; padding: 19px 22px; color: var(--ink); background: var(--lime); box-shadow: 0 3px 12px #133b221a; transform: rotate(5deg); font: 23px/1.2 var(--serif); letter-spacing: -.045em; }
.conversation-sticker .icon { position: absolute; top: 11px; right: 12px; width: 13px; height: 13px; }
.visual-caption { position: relative; padding: 13px 25px 22px; font: 9px/1.5 var(--mono); letter-spacing: .08em; color: #d3dfca; }
.feature-copy { padding: 45px 43px 31px; }
.tag-row { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-bottom: 27px; }
.tag { display: inline-flex; align-items: center; gap: 7px; font: 8px/1.5 var(--mono); letter-spacing: .07em; border: 1px solid #cfd8c6; border-radius: 30px; padding: 6px 9px; }
.tag .status-dot { width: 4px; height: 4px; }
.tag-plain { padding-inline: 0; border: 0; color: var(--muted); }
.feature-copy h3 { font-family: var(--serif); font-size: 50px; line-height: 1.1; letter-spacing: -.065em; }
.project-deck { margin-top: 16px; font-family: var(--serif); font-size: 27px; letter-spacing: -.045em; line-height: 1.25; }
.project-description { color: var(--muted); font-size: 14px; line-height: 1.85; }
.feature-copy .project-description { margin-top: 17px; }
.project-link { margin-top: 21px; }
.story-details { border-top: 1px solid var(--line); margin-top: 26px; }
.story-details summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 17px; color: #47574a; list-style: none; font-size: 12px; }
.story-details summary::-webkit-details-marker { display: none; }
.story-details summary::marker { content: ""; }
.story-details summary:hover { color: var(--orange); }
.story-details summary .icon { width: 17px; height: 17px; transition: transform .25s; }
.story-details[open] summary .icon { transform: rotate(45deg); }
.details-content { padding: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 28px; align-items: start; }
.project-card { border: 1px solid var(--line); border-radius: 9px; overflow: hidden; background: var(--white); }
.project-card .project-visual { height: 316px; }
.loop-visual { color: #393447; background: var(--lilac); }
.loop-art { position: absolute; inset: 55px 0 25px; display: flex; justify-content: center; align-items: center; }
.loop-orbit { position: absolute; width: 252px; height: 170px; border: 1px solid #aca2be; border-radius: 50%; transition: transform 1s var(--ease); }
.orbit-one { transform: rotate(33deg); }
.orbit-two { transform: rotate(-33deg); }
.project-card:hover .orbit-one { transform: rotate(43deg); }
.project-card:hover .orbit-two { transform: rotate(-43deg); }
.loop-title { position: relative; padding: 8px 18px; font-family: var(--sans); font-size: 43px; font-weight: 600; line-height: 1.1; letter-spacing: -.08em; background: var(--lilac); }
.loop-title > span { position: absolute; top: 68px; left: 0; width: 100%; font: 8px/1.4 var(--mono); letter-spacing: .2em; text-align: center; }
.orbit-dot { position: absolute; width: 12px; height: 12px; top: 19px; left: calc(50% - 88px); background: #514266; border: 3px solid var(--lilac); border-radius: 50%; box-shadow: 0 0 0 1px #9585ad; }
.visual-bottomline { position: absolute; bottom: 22px; left: 26px; right: 26px; display: flex; justify-content: space-between; gap: 8px; font: 8px/1.4 var(--mono); letter-spacing: .07em; }
.bog-visual { color: #693e2e; background: #eddcce; }
.bog-art { position: absolute; inset: 62px 0 27px; overflow: hidden; }
.road-art { position: absolute; left: 0; top: -15px; width: 100%; height: 100%; overflow: visible; opacity: .65; }
.road-shadow { stroke: #d1b59f; stroke-width: 26; }
.road-line { stroke: #f9eee1; stroke-width: 1.5; stroke-dasharray: 5 6; }
.road-point { stroke: #aa5b3e; fill: #eddcce; stroke-width: 2; }
.bog-wordmark { position: absolute; top: 50px; left: 39px; font-family: var(--serif); font-size: 96px; font-weight: 400; font-style: italic; line-height: .9; letter-spacing: -.065em; transform: rotate(-5deg); }
.bog-wordmark > span { display: block; margin-top: 12px; font: 9px/1.4 var(--mono); letter-spacing: .07em; }
.bog-ticket { position: absolute; right: 35px; top: 49px; min-width: 144px; padding: 21px 17px 17px; transform: rotate(8deg); background: #b64d2d; color: #fff6e9; border-radius: 2px; font: 9px/1.8 var(--mono); box-shadow: 0 4px 15px #89573620; }
.bog-ticket > strong { display: block; font-family: var(--sans); font-size: 24px; font-weight: 500; line-height: 1.15; letter-spacing: -.045em; }
.bog-ticket .icon { width: 19px; height: 19px; margin-top: 20px; }
.card-copy { padding: 28px 29px 7px; }
.card-title-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.card-title-row h3 { font-family: var(--serif); font-size: 34px; line-height: 1.2; letter-spacing: -.055em; }
.round-link { display: grid; place-items: center; flex-shrink: 0; width: 41px; height: 41px; border: 1px solid #cfd5c6; border-radius: 50%; transition: color .2s, background .2s, transform .4s var(--ease); }
.round-link .icon { width: 17px; height: 17px; }
.round-link:hover { color: var(--white); background: var(--ink); transform: rotate(6deg); }
.card-kicker { margin-top: 13px; font-size: 13px; font-weight: 500; letter-spacing: -.01em; }
.card-copy .project-description { margin-top: 12px; max-width: 470px; }
.card-copy .story-details { margin-top: 22px; }
.work-footnote { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 38px; font: italic 17px/1.6 var(--serif); color: var(--muted); }
.little-star { color: var(--orange); font-family: var(--serif); font-size: 22px; font-style: normal; }

/* 05 — CINEMA / THE OTHER LENS */
.film-section { color: var(--paper); background: var(--green-deep); overflow: hidden; }
.film-inner { padding-block: 96px 40px; }
.film-main { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 78px; }
.film-copy .section-index { color: #c0ccb8; }
.film-copy h2 { font-size: clamp(39px, 4.2vw, 61px); }
.film-copy h2 em { color: var(--lime); }
.film-copy > p:not(.eyebrow) { color: #cad2c6; font-size: 14px; line-height: 1.85; max-width: 450px; margin-top: 21px; }
.film-copy p strong { font-weight: 500; color: var(--paper); }
.film-copy p.film-role { font-size: 12px; color: #b9c8b7; margin-top: 14px; }
.film-copy .button { margin-top: 28px; }
.film-poster { display: block; position: relative; border: 1px solid #637663; background: #182b22; transform: rotate(3deg); box-shadow: 12px 15px 0 #17271f; transition: transform .6s var(--ease); }
.film-poster:hover { transform: rotate(1deg) translateY(-3px); }
.film-sprockets { height: 22px; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 11px, #9da58a 11px, #9da58a 21px, transparent 21px, transparent 30px); background-size: 100% 8px; background-repeat: no-repeat; background-position: center; opacity: .58; }
.film-poster-inner { position: relative; background: #dddccc; color: #253528; padding: 23px 30px 25px; overflow: hidden; min-height: 407px; }
.film-poster-top, .film-poster-bottom { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 12px; font: 8px/1.6 var(--mono); letter-spacing: .1em; }
.film-poster-title { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(49px, 5.6vw, 79px); line-height: .94; letter-spacing: -.065em; margin-top: 40px; }
.film-poster-title em { color: #b2472b; }
.film-aperture { position: absolute; right: -54px; top: 75px; width: 250px; height: 250px; border: 1px solid #adae96; border-radius: 50%; transform: rotate(-30deg); transition: transform 1.4s var(--ease); }
.film-poster:hover .film-aperture { transform: rotate(5deg); }
.film-aperture::before, .film-aperture::after { position: absolute; content: ""; border: 1px solid #adae96; border-radius: 50%; inset: 17px; }
.film-aperture::after { inset: 33px; }
.film-aperture > span { position: absolute; width: 128px; height: 74px; border: 1px solid #adae96; transform-origin: left center; left: 124px; top: 88px; border-radius: 0 0 40px 0; }
.film-aperture > span:nth-child(2) { transform: rotate(60deg); }
.film-aperture > span:nth-child(3) { transform: rotate(120deg); }
.film-aperture > span:nth-child(4) { transform: rotate(180deg); }
.film-aperture > span:nth-child(5) { transform: rotate(240deg); }
.film-aperture > span:nth-child(6) { transform: rotate(300deg); }
.film-aperture i { position: absolute; inset: 98px; background: #cb6b46; border-radius: 50%; box-shadow: 0 0 0 10px #dddccc; }
.film-poster-bottom { margin-top: 33px; }
.film-play { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #8d977f; border-radius: 50%; background: #dddccc; transition: background .3s; }
.film-poster:hover .film-play { background: var(--lime); }
.film-play .icon { width: 22px; height: 22px; }
.film-frame-corner { position: absolute; width: 16px; height: 16px; border-color: #89977c; border-style: solid; }
.corner-tl { top: 67px; left: 17px; border-width: 1px 0 0 1px; }
.corner-br { bottom: 77px; right: 17px; border-width: 0 1px 1px 0; }
.film-edge-label { display: block; position: absolute; right: -29px; top: 2px; writing-mode: vertical-rl; font: 7px/1 var(--mono); letter-spacing: .13em; color: #b6c4ad; }
.film-milestones { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #49604c; margin-top: 73px; padding-top: 32px; }
.milestone { display: flex; gap: 24px; align-items: center; padding-left: 34px; border-left: 1px solid #49604c; }
.milestone:first-child { border-left: 0; padding-left: 0; }
.milestone strong { font-family: var(--serif); font-size: clamp(36px, 4vw, 55px); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.milestone strong > span { color: var(--lime); font-size: .55em; }
.milestone p { color: #cbd5c6; font-size: 11px; line-height: 1.7; }
.film-footnote { text-align: right; color: #b5c3aa; margin-top: 29px; font: 8px/1.6 var(--mono); letter-spacing: .08em; }

/* 06 — ROOTS & WAY OF WORKING */
.about-section .section-heading { margin-bottom: 57px; align-items: center; }
.about-spark { display: grid; place-items: center; width: 94px; height: 94px; margin-right: 44px; background: var(--paper-deep); border-radius: 50%; }
.about-spark svg { width: 50px; height: 50px; stroke: var(--orange); stroke-width: 1; transform: rotate(10deg); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 114px; }
.about-lead { font-family: var(--serif); font-size: 29px; line-height: 1.3; letter-spacing: -.04em; margin-bottom: 23px; }
.about-narrative > p:not(.about-lead) { color: var(--muted); font-size: 14px; margin-top: 18px; line-height: 1.9; max-width: 449px; }
.origin-note { margin-top: 35px; padding: 25px 23px 22px; background: var(--paper-deep); border: 1px solid var(--line); transform: rotate(-2deg); }
.origin-note .eyebrow { font-size: 8px; color: var(--muted); }
.journey-line { width: 100%; height: auto; margin: 11px 0 0; }
.journey-line > path { stroke: var(--orange); stroke-width: 1.6; stroke-linecap: round; stroke-dasharray: 5 5; }
.journey-line > circle { fill: var(--green); stroke: var(--paper-deep); stroke-width: 3; }
.journey-line > .journey-arrow { stroke-dasharray: none; }
.journey-labels { display: flex; justify-content: space-between; gap: 10px; font: 7px/1.5 var(--mono); letter-spacing: .08em; }
.signature { display: flex; align-items: center; gap: 22px; margin-top: 38px; }
.signature > span { font-family: var(--serif); font-size: 40px; font-style: italic; letter-spacing: -.075em; transform: rotate(-7deg); }
.signature p { color: var(--muted); font: 10px/1.65 var(--mono); }
.timeline { padding-top: 3px; }
.timeline-item { position: relative; padding-left: 47px; padding-bottom: 29px; border-left: 1px solid var(--line); }
.timeline-item:last-of-type { border-left-color: transparent; padding-bottom: 0; }
.timeline-marker { position: absolute; top: -5px; left: -15px; display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid #c9d0bf; border-radius: 50%; background: var(--paper); color: var(--muted); font: 8px/1 var(--mono); }
.timeline-item .eyebrow { font-size: 8px; letter-spacing: .09em; color: var(--muted); }
.timeline-item h3 { margin-top: 11px; font-family: var(--serif); font-size: 28px; line-height: 1.3; letter-spacing: -.045em; }
.timeline-item > p:not(.eyebrow) { margin-top: 11px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.timeline-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.timeline-tags > span { border: 1px solid var(--line); border-radius: 3px; padding: 4px 7px; font: 7px/1.5 var(--mono); letter-spacing: .06em; color: #58634e; }
.education-details { margin-left: 47px; }
.approach { margin-top: 81px; padding-top: 35px; border-top: 1px solid var(--line); }
.approach > .eyebrow { color: var(--muted); font-size: 9px; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 28px; }
.approach-grid article { position: relative; padding-left: 29px; }
.approach-grid article > span { position: absolute; left: 0; top: -2px; color: var(--orange); font-size: 23px; }
.approach-grid h3 { font-family: var(--serif); font-size: 26px; line-height: 1.3; letter-spacing: -.035em; }
.approach-grid p { color: var(--muted); font-size: 12px; line-height: 1.8; margin-top: 13px; max-width: 255px; }

/* 07 — CONTACT & FOOTER */
.contact-section { background: var(--lime); }
.contact-inner { padding-block: 83px 48px; }
.contact-inner .section-index { color: #53613c; }
.contact-heading { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-heading h2 { font-size: clamp(47px, 6.4vw, 92px); line-height: 1.06; letter-spacing: -.065em; }
.contact-spark { width: 126px; height: 126px; margin: 6px 34px 0 0; flex: none; stroke: #465b32; stroke-width: .85; transform: rotate(-7deg); }
.contact-action-row { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 37px; }
.contact-action-row > p { font-size: 14px; line-height: 1.85; color: #4b593b; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.contact-actions > .button { min-width: 261px; }
.copy-profile { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; gap: 8px; padding: 8px 10px; font-size: 11px; border: 0; background: transparent; color: #4a5b37; }
.copy-profile:hover { color: var(--ink); }
.copy-profile .icon { width: 12px; height: 12px; }
.social-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #bac996; margin-top: 59px; }
.social-grid > a { padding: 23px 27px 0; position: relative; }
.social-grid > a:first-child { padding-left: 0; }
.social-grid > a:last-child { padding-right: 0; }
.social-grid > a:not(:first-child)::before { content: ""; width: 1px; height: 43px; background: #bac996; position: absolute; top: 25px; left: 0; }
.social-label { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-family: var(--serif); font-size: 23px; line-height: 1.4; letter-spacing: -.035em; }
.social-label .icon { width: 17px; height: 17px; transition: transform .25s; }
.social-grid > a:hover .icon { transform: translate(3px,-3px); }
.social-description { display: block; margin-top: 4px; font-size: 10px; color: #54623f; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 35px; }
.footer-wordmark { font-family: var(--serif); font-size: 40px; letter-spacing: -.11em; line-height: 1; padding: 0 9px 6px 0; }
.footer-wordmark > span { color: var(--orange); }
.site-footer > p { margin-right: auto; font: italic 17px/1.3 var(--serif); }
.footer-copyright { color: var(--muted); font-size: 10px; }
.back-to-top { display: flex; align-items: center; gap: 9px; font: 8px/1.4 var(--mono); letter-spacing: .07em; margin-left: 26px; padding: 12px 0; }
.back-to-top .icon { width: 15px; height: 15px; transform: rotate(180deg); }

/* 08 — PHOTO VIEWER & PROGRESSIVE ENHANCEMENT */
.photo-dialog { width: min(1100px, 92vw); max-height: 94dvh; margin: auto; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); overflow: auto; }
.photo-dialog::backdrop { background: #12231ae6; backdrop-filter: blur(6px); }
.photo-dialog-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.photo-dialog-top h2 { font-size: 29px; letter-spacing: -.035em; }
.dialog-close { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.dialog-close .icon { transform: rotate(45deg); }
.dialog-close:hover { background: var(--lime); }
.photo-dialog > img { width: 100%; height: auto; border-radius: 2px; max-height: 74dvh; object-fit: contain; }
.photo-dialog > p { font: 10px/1.6 var(--mono); color: var(--muted); margin-top: 14px; }
body.dialog-is-open { overflow: hidden; }
.reveal.will-reveal { opacity: 0; translate: 0 20px; transition: opacity .75s var(--ease), translate .75s var(--ease); }
.reveal.is-visible, .reveal:focus-within { opacity: 1; translate: 0 0; }

/* 09 — RESPONSIVE LAYOUT */
@media (min-width: 1550px) {
  .hero { padding-top: 102px; padding-bottom: 91px; gap: 57px; }
  .hero-description { font-size: 20px; }
}
@media (max-width: 1150px) {
  :root { --gutter: 42px; }
  .hero { grid-template-columns: 1.55fr 1fr; gap: 25px; padding-top: 68px; }
  h1 { font-size: clamp(55px, 7.15vw, 80px); }
  .hero-spark { right: 6px; top: -17px; width: 28px; height: 28px; }
  .hero-portrait { padding-inline: 15px; }
  .edition-stamp { width: 90px; height: 90px; right: -7px; }
  .edition-stamp > strong { font-size: 25px; }
  .portrait-note { right: 13px; bottom: -22px; font-size: 18px; }
  .hero-description { max-width: 375px; font-size: 17px; }
  .hero-current { max-width: 335px; font-size: 12px; }
  .hero-location { font-size: 8px; margin-top: 33px; }
  .section-pad { padding-block: 87px; }
  .feature-copy { padding: 31px 28px 14px; }
  .techmonk-visual { min-height: 480px; }
  .conversation-window { width: 93%; transform: rotate(-5deg) translate(-5px,-12px); }
  .project-feature:hover .conversation-window { transform: rotate(-2deg) translate(-5px,-18px); }
  .conversation-sticker { width: 212px; font-size: 22px; bottom: 20px; right: -5px; }
  .visual-caption { font-size: 7.5px; }
  .feature-copy h3 { font-size: 45px; }
  .project-deck { font-size: 25px; }
  .project-description { font-size: 13px; }
  .tag-row { margin-bottom: 22px; }
  .card-copy { padding: 23px 23px 6px; }
  .card-title-row h3 { font-size: 31px; }
  .project-card .project-visual { height: 287px; }
  .bog-wordmark { font-size: 79px; top: 51px; left: 26px; }
  .bog-ticket { min-width: 127px; right: 25px; padding: 18px 13px 13px; font-size: 8px; }
  .bog-ticket > strong { font-size: 21px; }
  .visual-bottomline { font-size: 7px; }
  .film-inner { padding-top: 80px; }
  .film-main { gap: 48px; }
  .film-poster-inner { min-height: 370px; padding-inline: 25px; }
  .film-aperture { width: 250px; height: 250px; right: -112px; }
  .milestone { gap: 15px; padding-left: 21px; }
  .milestone p { font-size: 10px; }
  .about-grid { gap: 73px; }
  .approach-grid { gap: 30px; }
  .contact-spark { width: 102px; height: 102px; }
  .social-grid > a { padding-inline: 20px; }
}
@media (max-width: 900px) {
  :root { --gutter: 32px; --header-height: 85px; }
  .brand-name { font-size: 19px; }
  .site-nav { gap: 25px; }
  .hero { padding-top: 67px; padding-bottom: 50px; gap: 20px; }
  .hero-eyebrow { font-size: 9px; }
  h1 { font-size: clamp(49px, 7vw, 66px); }
  .hero-description { font-size: 16px; max-width: 320px; }
  .hero-portrait { padding-left: 10px; }
  .hero-actions { gap: 16px; }
  .hero-actions > .button { font-size: 11px; gap: 16px; padding-inline: 19px; min-height: 49px; }
  .hero-actions > .text-link { font-size: 11px; gap: 10px; }
  .hero-location { margin-top: 28px; font-size: 7px; }
  .hero-location .icon { width: 12px; height: 12px; }
  .location-separator { margin-inline: 8px; }
  .portrait-note { font-size: 16px; }
  .portrait-note svg { width: 48px; }
  .portrait-card { padding: 9px 9px 0; }
  .portrait-card figcaption { font-size: 6.5px; padding-block: 12px; }
  .edition-stamp { width: 78px; height: 78px; top: -15px; }
  .edition-stamp > span { font-size: 6px; }
  .edition-stamp > strong { font-size: 22px; }
  .section-heading { gap: 24px; }
  .section-aside { font-size: 12px; }
  .project-feature { grid-template-columns: 1fr 1fr; }
  .feature-copy { padding: 28px 23px 10px; }
  .feature-copy h3 { font-size: 40px; }
  .project-deck { font-size: 23px; }
  .feature-copy .project-description { font-size: 12px; }
  .conversation-art { margin-inline: 20px; }
  .conversation-window { width: 100%; }
  .customer-message { font-size: 11px; width: 78%; margin-right: 14px; }
  .agent-message { padding-inline: 14px; font-size: 12px; }
  .window-bar { font-size: 6px; padding-inline: 12px; }
  .conversation-sticker { width: 185px; font-size: 20px; padding: 20px 16px; bottom: 29px; }
  .visual-topline { padding-inline: 20px; font-size: 7px; }
  .visual-caption { padding-inline: 18px; font-size: 7px; }
  .project-grid { gap: 20px; margin-top: 20px; }
  .project-card .project-visual { height: 270px; }
  .loop-title { font-size: 35px; }
  .loop-orbit { width: 224px; height: 145px; }
  .loop-title > span { font-size: 7px; top: 58px; }
  .orbit-dot { top: 10px; }
  .bog-wordmark { left: 21px; top: 40px; font-size: 66px; }
  .bog-ticket { right: 18px; top: 48px; min-width: 115px; }
  .bog-ticket > strong { font-size: 19px; }
  .visual-bottomline { left: 20px; right: 20px; font-size: 6px; }
  .card-title-row h3 { font-size: 28px; }
  .card-kicker { font-size: 12px; }
  .film-main { gap: 40px; }
  .film-copy h2 { font-size: 40px; }
  .film-copy > p:not(.eyebrow) { font-size: 13px; }
  .film-poster-inner { min-height: 338px; padding-inline: 22px; }
  .film-poster-top { font-size: 6px; }
  .film-poster-title { font-size: 57px; }
  .film-poster-bottom { font-size: 6px; }
  .film-milestones { margin-top: 54px; }
  .milestone { display: block; }
  .milestone p { margin-top: 13px; }
  .about-grid { gap: 53px; }
  .about-lead { font-size: 25px; }
  .about-narrative > p:not(.about-lead) { font-size: 13px; }
  .timeline-item { padding-left: 30px; }
  .timeline-item h3 { font-size: 24px; }
  .timeline-item .eyebrow { font-size: 7px; }
  .education-details { margin-left: 30px; }
  .journey-labels { font-size: 6px; }
  .approach-grid h3 { font-size: 23px; }
  .approach-grid { gap: 23px; }
  .approach-grid p { font-size: 11px; }
  .contact-spark { width: 76px; height: 76px; margin-right: 10px; }
  .social-label { font-size: 21px; }
  .social-description { font-size: 9px; }
  .site-footer { gap: 16px; }
  .site-footer > p { font-size: 15px; }
  .back-to-top { margin-left: 4px; }
}
@media (max-width: 700px) {
  :root { --gutter: 24px; --header-height: 79px; }
  .section-pad { padding-block: 69px; }
  h2 { font-size: clamp(38px, 6.8vw, 48px); }
  .section-index { margin-bottom: 21px; font-size: 9px; }
  .header-inner { flex-wrap: wrap; height: auto; min-height: var(--header-height); padding-block: 17px; gap: 20px; }
  .brand-monogram { width: 40px; height: 40px; font-size: 27px; }
  .brand-name { font-size: 19px; }
  .brand-subtitle { font-size: 7px; }
  .brand { gap: 12px; }
  .site-nav { width: 100%; gap: 23px; padding-bottom: 3px; }
  .site-nav > a { font-size: 12px; }
  .site-nav .nav-contact { margin-left: auto; padding: 9px 13px; gap: 9px; }
  .menu-ready .menu-toggle { display: flex; align-items: center; }
  .menu-ready .site-nav { display: none; padding: 3px 0 8px; }
  .menu-ready.nav-is-open .site-nav { display: flex; }
  .hero { grid-template-columns: 1fr; gap: 0; padding-top: 55px; padding-bottom: 26px; }
  .hero-copy { padding-bottom: 0; }
  .hero-eyebrow { font-size: 9px; margin-bottom: 25px; }
  h1 { width: max-content; max-width: 100%; font-size: clamp(45px, 15vw, 80px); line-height: 1.09; }
  .hero-spark { width: 27px; height: 27px; right: 2px; top: -27px; }
  .hero-description { max-width: 390px; font-size: 17px; margin-top: 23px; }
  .hero-current { font-size: 12px; max-width: 420px; margin-top: 10px; }
  .hero-actions { margin-top: 26px; gap: 24px; }
  .hero-actions > .button { min-height: 52px; font-size: 12px; padding-inline: 20px; gap: 19px; }
  .hero-actions > .text-link { font-size: 12px; gap: 11px; }
  .hero-location { margin-top: 27px; font-size: 8px; }
  .hero-portrait { max-width: 335px; justify-self: center; margin-top: 63px; padding: 10px 18px 28px; }
  .portrait-card { padding: 11px 11px 0; }
  .portrait-card figcaption { padding-block: 15px; font-size: 7px; }
  .portrait-backdrop { bottom: 46px; }
  .edition-stamp { width: 83px; height: 83px; top: -10px; right: -1px; }
  .edition-stamp > span { font-size: 6.5px; }
  .portrait-note { bottom: -21px; right: 0; font-size: 19px; }
  .hero-scroll { margin-top: 57px; font-size: 7px; }
  .thread-inner { gap: 17px; min-height: 73px; justify-content: center; flex-wrap: wrap; padding-block: 19px; }
  .thread-inner > span { font-size: 21px; }
  .thread-inner .spark-icon { width: 16px; height: 16px; flex-basis: 16px; }
  .thread-inner > span:nth-of-type(3) { display: none; }
  .thread-inner > .spark-icon:nth-of-type(2) { display: none; }
  .section-heading { display: block; margin-bottom: 33px; }
  .section-aside { margin-top: 22px; font-size: 13px; padding-bottom: 0; }
  .section-aside br { display: none; }
  .project-feature { grid-template-columns: 1fr; }
  .techmonk-visual { min-height: 365px; }
  .visual-topline { padding: 21px 22px; font-size: 8px; }
  .visual-number { width: 26px; height: 26px; }
  .conversation-art { min-height: 274px; margin: 5px 26px 11px; }
  .conversation-window { max-width: 310px; width: 90%; transform: rotate(-5deg) translate(-10px, -12px); }
  .project-feature:hover .conversation-window { transform: rotate(-3deg) translate(-10px, -15px); }
  .window-bar { font-size: 7px; }
  .customer-message { font-size: 12px; width: 76%; }
  .agent-message { font-size: 13px; }
  .conversation-sticker { width: 199px; right: 1px; bottom: 0; font-size: 21px; padding: 19px 18px; }
  .visual-caption { padding: 11px 22px 18px; font-size: 7px; }
  .feature-copy { padding: 29px 25px 8px; }
  .feature-copy h3 { font-size: 43px; }
  .project-deck { font-size: 27px; margin-top: 15px; }
  .feature-copy .project-description { font-size: 14px; }
  .project-deck br { display: none; }
  .tag-row { margin-bottom: 20px; }
  .project-link { margin-top: 19px; }
  .story-details { margin-top: 22px; }
  .story-details summary { padding-block: 19px; }
  .project-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 24px; }
  .project-card .project-visual { height: 285px; }
  .loop-title { font-size: 40px; }
  .loop-orbit { width: 250px; height: 167px; }
  .loop-title > span { font-size: 8px; top: 65px; }
  .orbit-dot { top: 14px; }
  .bog-wordmark { left: 32px; top: 48px; font-size: 83px; }
  .bog-ticket { right: 31px; top: 42px; min-width: 129px; padding: 21px 16px 17px; }
  .bog-ticket > strong { font-size: 22px; }
  .visual-bottomline { left: 23px; right: 23px; bottom: 22px; font-size: 7px; }
  .card-copy { padding: 25px 25px 5px; }
  .card-title-row h3 { font-size: 32px; }
  .card-kicker { font-size: 13px; }
  .project-description { font-size: 14px; }
  .work-footnote { font-size: 14px; margin-top: 30px; gap: 8px; }
  .work-footnote .little-star { font-size: 18px; }
  .film-inner { padding-top: 64px; padding-bottom: 28px; }
  .film-main { grid-template-columns: 1fr; gap: 47px; }
  .film-copy h2 { font-size: clamp(38px, 7vw, 49px); }
  .film-copy > p:not(.eyebrow) { max-width: 490px; font-size: 14px; }
  .film-copy p.film-role { font-size: 12px; }
  .film-copy .button { margin-top: 27px; }
  .film-poster { margin-inline: 10px 17px; transform: rotate(2deg); }
  .film-poster-inner { min-height: 350px; padding: 25px 27px; }
  .film-poster-title { font-size: 70px; margin-top: 34px; }
  .film-aperture { right: -65px; }
  .film-poster-top { font-size: 7px; }
  .film-poster-bottom { font-size: 7px; margin-top: 26px; }
  .film-edge-label { right: -20px; }
  .film-milestones { margin-top: 63px; padding-top: 27px; }
  .milestone { padding-left: 18px; }
  .milestone strong { font-size: clamp(31px, 7.3vw, 46px); }
  .milestone p { font-size: 9px; line-height: 1.75; }
  .film-footnote { text-align: left; font-size: 6px; margin-top: 27px; }
  .about-section .section-heading { margin-bottom: 33px; }
  .about-spark { display: none; }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-lead { font-size: 28px; }
  .about-narrative > p:not(.about-lead) { font-size: 14px; max-width: 100%; }
  .origin-note { margin-top: 26px; max-width: 470px; padding: 22px; }
  .journey-labels { font-size: 7px; }
  .signature { margin-top: 28px; }
  .timeline { margin-left: 14px; }
  .timeline-item { padding-left: 32px; padding-bottom: 33px; }
  .timeline-item .eyebrow { font-size: 8px; }
  .timeline-item h3 { font-size: 27px; }
  .timeline-item > p:not(.eyebrow) { font-size: 14px; }
  .timeline-tags > span { font-size: 7px; }
  .education-details { margin-left: 32px; }
  .approach { margin-top: 41px; padding-top: 31px; }
  .approach > .eyebrow { font-size: 8px; }
  .approach-grid { grid-template-columns: 1fr; gap: 26px; margin-top: 26px; }
  .approach-grid h3 { font-size: 25px; }
  .approach-grid p { font-size: 13px; max-width: 100%; margin-top: 7px; }
  .contact-inner { padding-top: 63px; padding-bottom: 34px; }
  .contact-heading { gap: 0; position: relative; }
  .contact-heading h2 { font-size: clamp(39px, 8.4vw, 59px); }
  .contact-spark { position: absolute; top: -54px; right: 0; width: 26px; height: 26px; margin: 0; stroke-width: 1.2; }
  .contact-action-row { align-items: flex-start; flex-direction: column; gap: 27px; margin-top: 26px; }
  .contact-actions { align-items: flex-start; }
  .contact-actions > .button { min-width: 256px; }
  .copy-profile { padding-left: 3px; }
  .social-grid { grid-template-columns: repeat(2,1fr); row-gap: 22px; margin-top: 32px; }
  .social-grid > a { padding-top: 20px; padding-inline: 21px; }
  .social-grid > a:nth-child(odd) { padding-left: 0; padding-right: 21px; }
  .social-grid > a:nth-child(even) { padding-right: 0; }
  .social-grid > a:nth-child(3)::before { display: none; }
  .social-grid > a:nth-child(n+3) { padding-top: 17px; border-top: 1px solid #bac996; }
  .social-grid > a:nth-child(4)::before { top: 19px; }
  .social-label { font-size: 23px; }
  .social-description { font-size: 10px; }
  .site-footer { padding-top: 25px; padding-bottom: 23px; flex-wrap: wrap; column-gap: 14px; row-gap: 16px; }
  .footer-wordmark { font-size: 38px; }
  .site-footer > p { width: calc(100% - 65px); font-size: 17px; }
  .footer-copyright { margin-right: auto; font-size: 9px; }
  .back-to-top { font-size: 7px; margin-left: 0; }
  .photo-dialog { padding: 16px; }
  .photo-dialog-top h2 { font-size: 23px; }
  .photo-dialog > p { font-size: 8px; }
}
@media (max-width: 370px) {
  :root { --gutter: 19px; }
  .brand-name { font-size: 17px; }
  .brand-subtitle { font-size: 6px; }
  .brand { gap: 9px; }
  .menu-toggle { padding-inline: 12px; }
  h1 { font-size: 15vw; }
  .hero-spark { width: 22px; height: 22px; right: 2px; }
  .hero-description { font-size: 16px; }
  .hero-actions { gap: 14px; }
  .hero-actions > .button { padding-inline: 15px; font-size: 11px; gap: 13px; }
  .hero-actions > .text-link { font-size: 11px; gap: 7px; }
  .hero-location { font-size: 7px; }
  .hero-portrait { width: 92%; margin-top: 55px; }
  .site-nav { flex-wrap: wrap; gap: 15px; }
  .site-nav .nav-contact { font-size: 11px; padding-inline: 11px; }
  .thread-inner > span { font-size: 19px; }
  h2 { font-size: 34px; }
  .work-footnote { align-items: flex-start; font-size: 13px; text-align: center; }
  .conversation-art { margin-inline: 19px; }
  .conversation-window { width: 96%; }
  .customer-message { font-size: 11px; }
  .agent-message { font-size: 11px; gap: 7px; }
  .conversation-sticker { width: 181px; font-size: 19px; }
  .visual-topline { padding-inline: 19px; font-size: 7px; }
  .visual-caption { padding-inline: 18px; font-size: 6px; }
  .card-copy, .feature-copy { padding-inline: 22px; }
  .card-title-row h3 { font-size: 29px; }
  .bog-wordmark { font-size: 71px; left: 18px; }
  .bog-ticket { right: 18px; min-width: 115px; }
  .bog-ticket > strong { font-size: 19px; }
  .visual-bottomline { font-size: 6px; }
  .film-poster-title { font-size: 61px; }
  .milestone { padding-left: 12px; }
  .milestone strong { font-size: 29px; }
  .milestone p { font-size: 8px; }
  .contact-heading h2 { font-size: 9vw; }
  .timeline-item .eyebrow { font-size: 7px; }
}
@media (hover: none) {
  .portrait-link img { filter: grayscale(.12) saturate(.7); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal.will-reveal { opacity: 1; translate: none; }
}
@media print {
  .site-header { position: static; }
  .reading-progress, .menu-toggle, .hero-scroll, .photo-expand, .copy-profile, .back-to-top, .photo-dialog, .skip-link { display: none !important; }
  .reveal.will-reveal { opacity: 1; translate: none; }
  .section-pad { padding-block: 35px; }
  .site-header, .contact-section, .film-section, .project-visual { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .project-card, .project-feature, .timeline-item, .film-poster { break-inside: avoid; }
  body { font-size: 11pt; }
  .hero { padding-block: 30px; }
}
