/* Demo-first introduction and image-led case studies. */
.opening-card{width:clamp(330px,31vw,440px);min-height:340px;padding:30px;gap:22px}
.opening-card h1{font-size:clamp(26px,2.2vw,32px);line-height:1.4;letter-spacing:-.06em}
.opening-card p{font-size:15px;line-height:1.85;word-break:keep-all}
.opening-card a{font-size:15px;min-height:48px}
.opening-card .card-label{font-size:11px;letter-spacing:.6px}
.case-card-summary{max-width:28em}
.before-start{display:grid;grid-template-columns:.9fr 1.3fr;gap:clamp(48px,7vw,110px);background:#f2f1ed}
.before-intro h2{font-size:clamp(32px,3.4vw,48px);line-height:1.4;letter-spacing:-.06em;margin:24px 0}
.before-intro h2>span{font-weight:400;color:#73736d}
.before-intro>p:not(.eyebrow){font-size:16px;line-height:1.9;color:var(--muted)}
.before-intro>.text-link{margin-top:24px}
.before-questions{border-top:1px solid #bcbdb5}
.before-questions details{border-bottom:1px solid #cdcec5}
.before-questions summary{display:grid;grid-template-columns:26px 1fr 22px;gap:16px;align-items:center;min-height:84px;padding:22px 0;font-size:18px;font-weight:500;line-height:1.5;cursor:pointer;list-style:none;word-break:keep-all}
.before-questions summary::-webkit-details-marker{display:none}
.before-questions summary>span{font:12px var(--mono);color:var(--accent-ink)}
.before-questions summary i{position:relative;width:22px;height:22px}
.before-questions summary i::before,.before-questions summary i::after{content:"";position:absolute;width:13px;height:1px;background:var(--ink);top:10px;left:4px;transition:transform .25s}
.before-questions summary i::after{transform:rotate(90deg)}
.before-questions details[open] summary i::after{transform:rotate(0)}
.answer{padding:0 30px 26px 42px;max-width:46em}
.answer p{font-size:16px;line-height:1.9;color:#565650;word-break:keep-all;text-wrap:pretty}
.answer p+p{margin-top:14px}
.answer strong{font-weight:500;color:var(--ink)}
#project-dialog{width:calc(100% - 64px);max-width:1200px;max-height:94dvh;background:#f2f1ed;box-shadow:0 30px 100px #0004;scrollbar-gutter:stable}
#project-dialog::backdrop{background:#141414b3;backdrop-filter:blur(8px)}
#project-dialog .dialog-toolbar{padding:12px 40px;background:#f2f1edf5;border-bottom:1px solid #d7d8cf;min-height:66px;backdrop-filter:blur(12px)}
.case-home{font:12px var(--mono);letter-spacing:.4px}
.case-home>span{color:#7a7a72;margin-left:8px}
#close-dialog{display:flex;align-items:center;gap:14px;min-height:40px;background:transparent;border:1px solid #cccdc4;color:var(--ink);padding:8px 14px;font-size:13px}
#close-dialog span{font-size:22px;line-height:1;margin:0}
#close-dialog:hover{background:#141414;color:#f2f1ed}
.case-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;padding:40px 40px 30px}
.case-context{display:block;font:12px/1.6 var(--mono);color:#68695f;letter-spacing:.2px}
.case-titles h2{font-size:clamp(36px,5vw,64px);line-height:1.2;font-weight:500;letter-spacing:-.065em;margin:14px 0 16px;text-wrap:initial}
.case-headline{font-size:18px;line-height:1.6;color:#55564f;letter-spacing:-.03em}
.case-visit{display:inline-flex;align-items:center;justify-content:center;min-height:46px;gap:20px;padding:12px 20px;border-bottom:1px solid #141414;font-size:14px;font-weight:500;white-space:nowrap;flex-shrink:0}
.case-visit:hover{background:var(--accent)}
.case-preview{margin:0 40px;background:#e6e7df;padding:14px 22px 22px;border:1px solid #dfe0d7}
.case-browser{display:flex;justify-content:space-between;gap:16px;padding:0 0 12px;font:10px/1.6 var(--mono);color:#696b60}
.case-browser>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}
.case-image-window{aspect-ratio:16/9;overflow:hidden;background:white;box-shadow:0 8px 24px #1414140c}
.case-image{display:block;width:100%;height:100%;object-fit:cover;object-position:top}
.case-editorial{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;padding:42px 40px 48px}
.case-note{border-top:1px solid #bfc1b4;padding-top:18px}
.case-note h3{display:flex;align-items:center;gap:14px;font-size:17px;font-weight:600;letter-spacing:-.04em;margin-bottom:18px}
.case-note h3>span{font:11px var(--mono);color:var(--accent-ink)}
.case-note p{font-size:15px;line-height:1.9;color:#55564f;letter-spacing:-.025em;text-wrap:pretty}
.case-bottom{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:0 40px 40px;padding:28px 30px;background:var(--accent)}
.case-bottom .case-context{color:#35452a;font-size:10px;margin-bottom:10px}
.case-bottom h3{font-size:22px;font-weight:500;letter-spacing:-.05em;line-height:1.5}
.case-ask{display:flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;background:var(--ink);color:#f2f1ed;white-space:nowrap;font-size:14px;flex-shrink:0}
.case-ask:hover{background:#303629}
@media(max-width:800px){
 .before-start{grid-template-columns:1fr;gap:36px}
 .case-heading{align-items:start;flex-direction:column;gap:20px}
 .case-visit{padding:8px 0;min-height:40px}
 .case-editorial{grid-template-columns:1fr;gap:26px}
 .case-note{display:grid;grid-template-columns:160px 1fr;gap:24px}
 .case-note h3{margin:0;align-self:start}
 .case-bottom{align-items:start;flex-direction:column;gap:22px}
}
@media(max-width:600px){
 .opening-card{width:calc(100vw - 54px);max-width:360px;min-height:320px;padding:24px;gap:20px}
 .opening-card h1{font-size:26px;line-height:1.45}
 .opening-card p{font-size:14px;line-height:1.85}
 .opening-card p br{display:none}
 .opening-card a{font-size:14px}
 .before-intro h2{font-size:32px}
 .before-questions summary{grid-template-columns:22px 1fr 18px;gap:10px;font-size:16px;min-height:78px}
 .answer{padding:0 0 24px 32px}
 .answer p{font-size:15px;line-height:1.9}
 #project-dialog{width:calc(100% - 16px);max-height:96dvh}
 #project-dialog .dialog-toolbar{padding:10px 18px;min-height:58px}
 .case-home{font-size:10px}
 .case-home>span{display:none}
 #close-dialog{min-height:36px;padding:6px 10px;font-size:12px}
 .case-heading{padding:26px 22px 24px;gap:16px}
 .case-context{font-size:12px}
 .case-titles h2{font-size:36px;margin:12px 0}
 .case-headline{font-size:16px;line-height:1.65}
 .case-preview{margin:0 14px;padding:10px 10px 12px}
 .case-browser{font-size:9px;gap:10px;padding-bottom:8px}
 .case-browser>span:first-child{white-space:nowrap}
 .case-editorial{padding:30px 22px;gap:26px}
 .case-note{display:block;padding-top:16px}
 .case-note h3{font-size:17px;margin:0 0 12px}
 .case-note p{font-size:15px;line-height:1.85}
 .case-bottom{margin:0 14px 18px;padding:22px 20px;gap:18px}
 .case-bottom h3{font-size:20px}
 .case-ask{width:100%;font-size:14px}
}
@media(max-width:360px){.opening-card{padding:21px;width:calc(100vw - 42px)}.opening-card h1{font-size:23px}.opening-card p{font-size:13px}.case-titles h2{font-size:31px}.case-headline{font-size:15px}}
@media(prefers-reduced-motion:reduce){.before-questions summary i::after{transition:none}}

/* A quiet viewport cue, only while the visitor is at the opening. */
.hero-scroll-cue{position:fixed;z-index:20;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;min-height:44px;padding:7px 13px 7px 16px;background:#f2f1edee;border:1px solid #14141425;border-radius:30px;box-shadow:0 4px 18px #14141408;color:#141414;transition:opacity .3s,visibility .3s,margin-bottom .3s}
.scroll-cue-label{font:10px var(--mono);letter-spacing:1.8px}
.scroll-cue-icon{display:grid;place-items:center;width:28px;height:28px;background:var(--accent);border-radius:50%;font:20px/1 var(--font);animation:scroll-cue-float 2s ease-in-out infinite}
.hero-scroll-cue.is-away{opacity:0;visibility:hidden;pointer-events:none;margin-bottom:-8px}
.hero-scroll-cue:focus-visible{outline:2px solid #376a12;outline-offset:4px}
@keyframes scroll-cue-float{0%,100%{transform:translateY(-2px)}50%{transform:translateY(3px)}}
@media(max-width:600px){.hero-scroll-cue{bottom:72px;padding:6px 11px 6px 14px;gap:8px}.scroll-cue-label{font-size:9px}.scroll-cue-icon{width:26px;height:26px}}
@media(max-height:600px){.hero-scroll-cue{bottom:16px}}
@media(prefers-reduced-motion:reduce){.hero-scroll-cue{transition:none}.scroll-cue-icon{animation:none}}

@media(max-width:600px){.header{display:flex;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px}.header nav{width:auto;flex-shrink:0}}
