:root {
  --navy: #0b1020;
  --navy-soft: #11182b;
  --paper: #f5f4ef;
  --white: #ffffff;
  --blue: #526cff;
  --blue-soft: #cbd3ff;
  --ink: #111526;
  --muted: #707686;
  --line: rgba(17, 21, 38, 0.14);
  --surface: #ffffff;
  --surface-soft: #ecebe5;
  --max: 1240px;
  --pad: max(5vw, 24px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  transition: color .25s ease, background .25s ease;
  overflow-x: hidden;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.icon-arrow {
  width:18px; height:18px; flex:0 0 auto; fill:none; stroke:currentColor;
  stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round;
}
.skip-link { position: fixed; z-index: 200; top: -70px; left: 18px; padding: 12px 16px; background: var(--blue); color: white; }
.skip-link:focus { top: 18px; }

.site-header {
  position: fixed; z-index: 100; inset: 0 0 auto; height: 76px; padding: 0 var(--pad);
  display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center;
  color: white; transition: height .25s, background .25s, box-shadow .25s;
}
.site-header.scrolled { height: 66px; background: rgba(11,16,32,.92); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.brand { display:inline-flex; align-items:center; gap:10px; font:700 18px Arial,"Helvetica Neue",sans-serif; letter-spacing:-.035em; }
.brand svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand .accent { stroke: var(--blue); }
nav { display: flex; align-items: center; gap: 30px; font-size: 12px; }
nav > a { color: rgba(255,255,255,.67); }
nav > a:hover { color: white; }
nav .nav-contact { padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); color: white; }
nav .nav-contact span { margin-left: 18px; color: var(--blue-soft); }
.menu-button { display: none; border: 0; background: none; color: white; cursor: pointer; }
.theme-toggle {
  width: 38px; height: 38px; padding: 0; display: inline-grid; place-items: center;
  border: 1px solid rgba(255,255,255,.22); background: transparent; color: white;
  cursor: pointer; transition: border-color .2s, background .2s, transform .2s;
}
@media (hover:hover) and (pointer:fine) {
  .theme-toggle:hover { border-color:rgba(255,255,255,.55); transform:rotate(8deg); }
}
.theme-toggle:active { transform:scale(.94); }
.theme-toggle svg {
  grid-area: 1 / 1; width: 17px; height: 17px; fill: none; stroke: currentColor;
  stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round;
  transition: opacity .2s, transform .25s;
}
.theme-toggle .icon-sun { opacity: 0; transform: scale(.65) rotate(-35deg); }
.theme-toggle .icon-moon { opacity: 1; transform: scale(1); }

.hero { min-height: 100vh; padding: 145px var(--pad) 0; background: var(--navy); color: white; }
.hero-grid { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 7vw; align-items: center; }
.label { margin: 0 0 28px; color: rgba(255,255,255,.48); font: 500 9px "Cascadia Code",Consolas,monospace; text-transform: uppercase; letter-spacing: .15em; }
.label span { color: var(--blue); }
.label.dark { color: var(--muted); }
h1,h2,h3 { font-family:Arial,"Helvetica Neue",sans-serif; }
h1 { margin: 0; font-size: clamp(58px,7.2vw,105px); line-height: .9; letter-spacing: -.072em; font-weight: 650; }
h1 em { color: var(--blue-soft); font-style: normal; font-weight: 450; }
.hero-intro { max-width: 560px; margin: 32px 0 0; color: rgba(255,255,255,.61); font-size: 17px; line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 200px; padding: 15px 17px; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue); color: white; }
.button .icon-arrow { margin-left:18px; }
.quiet-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.65); font-size: 12px; }
.quiet-link { display:inline-flex; align-items:center; gap:8px; }
.quiet-link .icon-arrow { color:var(--blue-soft); }

.featured-work { display: block; padding: 17px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.featured-top { display: flex; justify-content: space-between; margin-bottom: 14px; color: rgba(255,255,255,.43); font: 500 8px "Cascadia Code",Consolas,monospace; text-transform: uppercase; letter-spacing: .13em; }
.site-preview { aspect-ratio: 1.28; padding: 22px; background: #e9e4d8; color: #1e1d19; transition: transform .35s; }
.featured-work:hover .site-preview { transform: scale(.985); }
.toyota-preview { position:relative; aspect-ratio:1.53; padding:0; overflow:hidden; color:white; background:#111; }
.toyota-preview::after { content:""; position:absolute; inset:9% 0 0; background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.18) 72%); }
.toyota-preview > img { position:absolute; inset:9% 0 0; width:100%; height:91%; object-fit:cover; object-position:center center; }
.toyota-preview-nav { position:absolute; z-index:2; inset:0 0 auto; height:9%; padding:0 12px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; background:#111; border-bottom:1px solid rgba(255,255,255,.15); font-size:5px; font-weight:700; }
.toyota-preview-nav > div { display:flex; align-items:center; gap:8px; }
.toyota-preview-nav img { width:72px; }
.toyota-preview-nav small { padding-left:8px; border-left:1px solid rgba(255,255,255,.25); color:rgba(255,255,255,.6); font-size:4px; letter-spacing:.12em; }
.toyota-preview-tools { justify-self:end; display:flex!important; gap:5px!important; }
.toyota-preview-tools i { width:20px; height:20px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); font-size:8px; font-style:normal; }
.toyota-preview-tools b { padding:8px 9px; background:#eb0a1e; font-size:5px; white-space:nowrap; }
.toyota-preview-copy { position:absolute; z-index:2; left:4%; top:30%; width:55%; }
.toyota-preview-copy > small { font-size:5px; font-weight:700; letter-spacing:.14em; }
.toyota-preview-copy h2 { margin:8px 0; font-size:clamp(30px,3.7vw,53px); line-height:.88; letter-spacing:-.06em; }
.toyota-preview-copy > p { max-width:220px; margin:0; color:rgba(255,255,255,.78); font-size:6px; line-height:1.5; }
.toyota-preview-copy > div { display:flex; gap:4px; margin-top:12px; }
.toyota-preview-copy > div b { padding:7px 8px; background:#eb0a1e; font-size:5px; }
.toyota-preview-copy > div b:last-child { background:white; color:#111; }
.toyota-preview-quick { position:absolute; z-index:3; inset:auto 4% 0; height:13%; display:grid; grid-template-columns:repeat(4,1fr); background:#151515; color:white; box-shadow:0 8px 20px rgba(0,0,0,.24); }
.toyota-preview-quick span { padding:8px; display:flex; flex-direction:column; justify-content:center; gap:2px; border-right:1px solid rgba(255,255,255,.17); }
.toyota-preview-quick span:last-child { border:0; }
.toyota-preview-quick b { font-size:5px; }
.toyota-preview-quick small { color:rgba(255,255,255,.66); font-size:4px; }
.preview-nav { display: flex; justify-content: space-between; font-size: 7px; }
.preview-nav b { font-size: 17px; letter-spacing: -.08em; }
.preview-nav b small { display: block; font-size: 5px; letter-spacing: .2em; }
.preview-main { margin-top: 15%; }
.preview-main small { font: 500 6px "Cascadia Code",monospace; letter-spacing: .12em; }
.preview-main h2 { margin: 8px 0; font-size: clamp(31px,4.2vw,57px); line-height: .9; letter-spacing: -.06em; }
.preview-main p { font-size: 8px; }
.preview-foot { display: flex; justify-content: space-between; margin-top: 14%; padding-top: 11px; border-top: 1px solid #aba79d; font-size: 7px; text-transform: uppercase; letter-spacing: .1em; }
.featured-caption { display: flex; justify-content: space-between; align-items: flex-end; padding-top: 15px; font-size: 10px; }
.featured-caption div { display: flex; flex-direction: column; gap: 3px; }
.featured-caption b { font-size: 13px; }
.featured-caption div span { color: rgba(255,255,255,.43); }
.featured-caption > span { display:inline-flex; align-items:center; gap:7px; color:var(--blue-soft); }

.trust-strip { max-width: var(--max); margin: 100px auto 0; padding: 25px 0 35px; display: grid; grid-template-columns: .55fr 2fr; border-top: 1px solid rgba(255,255,255,.14); }
.trust-strip > p { margin: 0; color: rgba(255,255,255,.35); font: 500 8px "Cascadia Code",monospace; text-transform: uppercase; letter-spacing: .14em; }
.trust-strip > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.trust-strip article { position:relative; padding-left:0; }
.trust-strip article > span { position: absolute; left: 0; color: var(--blue-soft); font: 500 8px "Cascadia Code",monospace; }
.trust-strip b { font-size: 12px; }
.trust-strip article p { margin: 6px 0 0; color: rgba(255,255,255,.4); font-size: 10px; }

.section-pad { padding: 120px var(--pad); }
.section-heading { max-width: var(--max); margin: 0 auto 70px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: end; }
.section-heading h2, .about h2 { margin: 0; font-size: clamp(48px,6vw,82px); line-height: .95; letter-spacing: -.065em; font-weight: 600; }
.section-heading h2 span, .about h2 span { color: var(--muted); font-weight: 430; }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.projects { background: var(--paper); }
.project-wide, .project-grid, .project-note { max-width: var(--max); margin-left: auto; margin-right: auto; }
.project { margin-bottom: 85px; }
.project-art { overflow: hidden; }
.project-photo { width:100%; height:100%; display:block; object-fit:cover; transition:transform .45s ease; }
.project-art:hover .project-photo,
.featured-work:hover .project-photo { transform:scale(1.015); }
.featured-photo { aspect-ratio:1.53; object-position:top center; }
.art-craft { aspect-ratio: 1.9; padding: 4.5vw 7vw; background: #4a413a; }
.art-toyota { display:block; aspect-ratio:1.53; padding:0; overflow:hidden; background:#202735; }
.toyota-browser { height:100%; background:#f5f5f5; box-shadow:0 25px 55px rgba(0,0,0,.38); }
.toyota-browser-bar { height:22px; padding:0 10px; display:flex; align-items:center; gap:5px; background:#e3e5e8; color:#727782; font:500 6px "Cascadia Code",monospace; }
.toyota-browser-bar i { width:5px; height:5px; border-radius:50%; background:#b2b6bd; }
.toyota-browser-bar span { margin-left:8px; }
.toyota-site { position:relative; height:calc(100% - 22px); overflow:hidden; color:white; background:#111; }
.toyota-site::after { content:""; position:absolute; inset:10% 0 0; background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.17) 74%); }
.toyota-site > img { position:absolute; inset:10% 0 0; width:100%; height:90%; object-fit:cover; transition:transform .6s ease; }
.art-toyota:hover .toyota-site > img { transform:scale(1.025); }
.toyota-site-nav { position:absolute; z-index:2; inset:0 0 auto; height:10%; padding:0 18px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:18px; background:#111; border-bottom:1px solid rgba(255,255,255,.18); font-size:6px; font-weight:700; }
.toyota-site-nav > div { display:flex; align-items:center; gap:10px; }
.toyota-site-nav img { width:84px; }
.toyota-site-nav small { padding-left:10px; border-left:1px solid rgba(255,255,255,.25); color:rgba(255,255,255,.6); font-size:4px; letter-spacing:.12em; }
.toyota-site-tools { justify-self:end; display:flex!important; align-items:center; gap:6px!important; }
.toyota-site-tools i { width:25px; height:25px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.28); font-size:9px; font-style:normal; }
.toyota-site-tools b { padding:10px 12px; background:#eb0a1e; font-size:6px; white-space:nowrap; }
.toyota-site-copy { position:absolute; z-index:2; left:4%; top:30%; width:48%; }
.toyota-site-copy small { font:500 5px "Cascadia Code",monospace; letter-spacing:.14em; }
.toyota-site-copy h3 { margin:7px 0 10px; font-size:clamp(34px,5vw,68px); line-height:.85; letter-spacing:-.065em; }
.toyota-site-copy p { max-width:260px; margin:0; color:rgba(255,255,255,.78); font-size:7px; line-height:1.5; }
.toyota-site-copy > div { display:flex; gap:5px; margin-top:12px; }
.toyota-site-copy > div b { padding:8px 10px; background:#eb0a1e; font-size:6px; }
.toyota-site-copy > div b:last-child { background:white; color:#111; }
.toyota-site-quick { position:absolute; z-index:3; inset:auto 4% 0; height:13%; display:grid; grid-template-columns:repeat(4,1fr); background:#151515; color:white; box-shadow:0 10px 22px rgba(0,0,0,.24); }
.toyota-site-quick span { padding:10px; display:flex; flex-direction:column; justify-content:center; gap:3px; border-right:1px solid rgba(255,255,255,.17); }
.toyota-site-quick span:last-child { border:0; }
.toyota-site-quick b { font-size:6px; }
.toyota-site-quick small { color:rgba(255,255,255,.66); font-size:5px; }
.art-browser { height: 100%; padding: 2.3vw 2.7vw; background: #ece8de; color: #221f1a; box-shadow: 0 25px 55px rgba(0,0,0,.3); }
.art-nav { display: flex; justify-content: space-between; font-size: 7px; }
.art-nav b { font-size: 17px; letter-spacing: -.07em; }
.art-nav b small { display: block; font-size: 5px; letter-spacing: .15em; }
.art-hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; height: 75%; }
.art-hero small { font: 500 6px "Cascadia Code",monospace; letter-spacing: .14em; }
.art-hero h3 { margin: 8px 0 12px; font-size: clamp(37px,5vw,70px); line-height: .88; letter-spacing: -.06em; }
.art-hero p { font-size: 8px; }
.art-button { display: inline-block; margin-top: 10px; padding: 8px 10px; background: #211f1a; color: white; font-size: 7px; }
.roof-shape { position: relative; width: 90%; aspect-ratio: 1; margin-left: auto; overflow: hidden; background: #b8b0a2; clip-path: polygon(50% 0,100% 38%,100% 100%,0 100%,0 38%); }
.roof-shape::before { content:""; position:absolute; inset:20% 14% 0; background:#3f4645; clip-path:polygon(50% 0,100% 40%,100% 100%,0 100%,0 40%); }
.roof-shape span { position:absolute; z-index:2; width:22%; height:45%; bottom:0; left:39%; background:#d4cab9; }
.art-footer { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid #bdb7aa; font: 500 6px "Cascadia Code",monospace; letter-spacing: .13em; }
.project-info { display:grid; grid-template-columns:1fr auto; gap:25px; padding-top:18px; border-top:1px solid var(--line); }
.project-number, .project-info small { color: var(--muted); font: 500 8px "Cascadia Code",monospace; text-transform: uppercase; letter-spacing: .12em; }
.project-info h3 { margin: 0 0 6px; font-size: 22px; letter-spacing: -.035em; }
.project-info p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4vw; }
.project-grid .project-art { aspect-ratio: 1; }
.art-therapy { position: relative; padding:0; background: #a9b498; color: #263125; }
.therapy-logo { font-size: clamp(25px,3.3vw,44px); font-weight: 600; letter-spacing: -.06em; line-height: .75; }
.therapy-logo span { display: block; padding-left: 46px; font-weight: 400; }
.art-therapy > p { position: absolute; left: 35px; bottom: 35px; margin: 0; font-size: clamp(25px,3vw,42px); line-height: .95; letter-spacing: -.05em; }
.therapy-action { position: absolute; right: 12%; top: 27%; width: 34%; aspect-ratio: 1; padding: 25px; display: flex; flex-direction: column; justify-content: center; border-radius: 50%; background: #ecebe5; font-size: 10px; }
.therapy-action span { margin-top: 8px; }
.art-therapy > small { position: absolute; right: 35px; bottom: 35px; writing-mode: vertical-rl; font: 500 6px "Cascadia Code",monospace; letter-spacing: .15em; }
.art-gastro { position: relative; padding:0; background: #221c1c; color: #efbea9; }
.gastro-head,.gastro-foot { display:flex; justify-content:space-between; font:500 7px "Cascadia Code",monospace; letter-spacing:.12em; }
.gastro-head b { font-size: 11px; }
.art-gastro > p { margin: 15% 0 0; font-size: clamp(54px,7vw,98px); line-height: .72; letter-spacing: -.07em; font-weight: 600; }
.art-gastro em { color: #fb5842; font-style: normal; font-weight: 400; }
.gastro-foot { position:absolute; left:35px; right:35px; bottom:35px; padding-top:12px; border-top:1px solid rgba(239,190,169,.3); }
.compact { grid-template-columns:1fr auto; }
.project-note { padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font: 500 9px/1.6 "Cascadia Code",monospace; }

.case-study { max-width:var(--max); margin:20px auto 100px; padding:70px; background:var(--surface); border:1px solid var(--line); }
.case-study-head { display:grid; grid-template-columns:1.3fr .7fr; gap:7vw; align-items:end; }
.case-study-head h2 { margin:0; font-size:clamp(42px,5vw,70px); line-height:.95; letter-spacing:-.06em; }
.case-study-head h2 span { color:var(--muted); font-weight:430; }
.case-study-head > p { margin:0 0 4px; color:var(--muted); font-size:13px; line-height:1.75; }
.case-study-grid { margin-top:65px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.case-study-grid article { min-height:245px; padding:28px; border-right:1px solid var(--line); }
.case-study-grid article:first-child { padding-left:0; }
.case-study-grid article:last-child { padding-right:0; border-right:0; }
.case-study-grid article > span,.case-study-result span { color:var(--blue); font:500 8px "Cascadia Code",monospace; text-transform:uppercase; letter-spacing:.12em; }
.case-study-grid h3 { margin:42px 0 12px; font-size:20px; letter-spacing:-.035em; }
.case-study-grid p { margin:0; color:var(--muted); font-size:12px; line-height:1.7; }
.case-study-result { padding-top:28px; display:flex; justify-content:space-between; align-items:center; gap:35px; }
.case-study-result p { max-width:580px; margin:8px 0 0; color:var(--muted); font-size:12px; line-height:1.6; }
.case-study-result .button { color:white; }

.services { background: var(--navy); color: white; }
.section-heading.inverse h2 span { color: rgba(255,255,255,.38); }
.section-heading.inverse > p { color: rgba(255,255,255,.43); }
.service-list { max-width: var(--max); margin: auto; border-top: 1px solid rgba(255,255,255,.16); }
.service-list article { display:grid; grid-template-columns:.75fr 1fr .7fr auto; gap:35px; padding:34px 0; align-items:baseline; border-bottom:1px solid rgba(255,255,255,.16); }
.service-number { color: var(--blue-soft); font: 500 8px "Cascadia Code",monospace; }
.service-list h3 { margin: 0; font-size: 23px; letter-spacing: -.04em; }
.service-list p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }
.service-list ul { margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.8; }
.service-list a { display:inline-flex; align-items:center; gap:7px; color:var(--blue-soft); font-size:10px; white-space:nowrap; }
.service-list a .icon-arrow { width:15px; height:15px; }

.about { max-width: none; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--paper); }
.portrait { max-width: 470px; min-height: 570px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--blue-soft); overflow: hidden; }
.portrait-symbol { align-self: center; margin-top: 65px; color: rgba(82,108,255,.28); font-size: 280px; line-height: .8; font-weight: 700; letter-spacing: -.1em; }
.portrait p { padding-top: 15px; border-top: 1px solid rgba(11,16,32,.18); color: #515b87; font: 500 8px/1.5 "Cascadia Code",monospace; text-transform: uppercase; letter-spacing: .13em; }
.about-copy { max-width: 700px; align-self: center; }
.about-copy .lead { margin-top: 45px; color: var(--ink); font-size: 20px; line-height: 1.55; }
.about-copy > p:not(.label):not(.lead) { max-width: 590px; color: var(--muted); line-height: 1.7; }
mark { padding: 0 4px; background: var(--blue-soft); color: var(--ink); }
.about-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid var(--line); }
.about-facts div { display: flex; flex-direction: column; gap: 7px; }
.about-facts span { color: var(--muted); font: 500 8px "Cascadia Code",monospace; text-transform: uppercase; letter-spacing: .12em; }
.about-facts b { font-size: 12px; }

.process { max-width: var(--max); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.process-intro h2 { margin: 35px 0 0; font-size: clamp(42px,5vw,70px); line-height: .98; letter-spacing: -.06em; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display:block; padding:25px 0; border-bottom:1px solid var(--line); }
.process li > span { color: var(--blue); font: 500 8px "Cascadia Code",monospace; }
.process li b { font-size: 15px; }
.process li p { max-width: 500px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.website-check { display:grid; grid-template-columns:1fr 1fr; gap:9vw; background:var(--navy); color:white; }
.website-check h2 { margin:38px 0 25px; font-size:clamp(45px,5.5vw,76px); line-height:.96; letter-spacing:-.06em; }
.website-check-copy > p:not(.label) { max-width:570px; color:rgba(255,255,255,.58); line-height:1.75; }
.check-button { margin-top:28px; background:var(--blue); color:white; }
.check-points { margin:0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.15); }
.check-points li { padding:28px 0; display:block; border-bottom:1px solid rgba(255,255,255,.15); }
.check-points li > span { color:var(--blue-soft); font:500 8px "Cascadia Code",monospace; }
.check-points b { font-size:15px; }
.check-points p { margin:8px 0 0; color:rgba(255,255,255,.48); font-size:12px; line-height:1.6; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--blue); color: white; }
.contact-copy h2 { margin: 40px 0 28px; font-size: clamp(48px,6vw,82px); line-height: .95; letter-spacing: -.065em; }
.contact-copy > p:not(.label) { max-width: 500px; color: rgba(255,255,255,.68); line-height: 1.7; }
.contact-copy > a { margin-top:35px; padding-bottom:4px; display:inline-flex; align-items:center; gap:8px; border-bottom:1px solid rgba(255,255,255,.4); font-size:13px; }
form { padding: 35px; background: var(--surface); color: var(--ink); transition: background .25s, color .25s; }
form label { display: block; padding: 0 0 15px; margin-bottom: 17px; border-bottom: 1px solid var(--line); }
form label span { display: block; margin-bottom: 8px; color: var(--muted); font: 500 8px "Cascadia Code",monospace; text-transform: uppercase; letter-spacing: .12em; }
form input,form textarea { width:100%; padding:4px 0; border:0; outline:0; background:transparent; color:var(--ink); resize:vertical; }
form button { width:100%; padding:16px; display:flex; justify-content:space-between; border:0; background:var(--navy); color:white; cursor:pointer; }
.form-status { min-height: 15px; margin-bottom: 0; color: #855e0d; font-size: 10px; }
.form-trap { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.form-consent { padding:2px 0 18px; display:grid; grid-template-columns:18px 1fr; gap:10px; align-items:start; border:0; }
.form-consent input { width:16px; height:16px; margin:2px 0 0; accent-color:var(--blue); }
.form-consent span { margin:0; color:var(--muted); font:400 12px/1.55 Arial,"Helvetica Neue",sans-serif; text-transform:none; letter-spacing:0; }
.form-consent a { text-decoration:underline; text-underline-offset:2px; }
.form-status.success { color:#267347; }
.form-status.error { color:#a93030; }
form button:disabled { opacity:.6; cursor:wait; }

footer { padding: 70px var(--pad) 25px; background: var(--navy); color: white; }
.footer-main { max-width: var(--max); margin: auto; display: grid; grid-template-columns: 1fr 1fr .7fr .7fr; gap: 50px; align-items:start; padding-bottom:65px; }
.footer-main > p { margin:5px 0 0; color:rgba(255,255,255,.4); font-size:11px; }
.footer-main > div { display:flex; flex-direction:column; gap:10px; color:rgba(255,255,255,.58); font-size:10px; }
.footer-main a:hover { color:var(--blue-soft); }
.footer-bottom { max-width:var(--max); margin:auto; padding-top:20px; display:flex; justify-content:space-between; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.3); font:500 8px "Cascadia Code",monospace; text-transform:uppercase; letter-spacing:.12em; }

/* Readability pass: comfortable sizes for real content, excluding visual mockups. */
nav { font-size:14px; }
nav .nav-contact { font-size:13px; }
.label { color:rgba(255,255,255,.7); font-size:12px; line-height:1.45; }
.hero-intro { max-width:620px; font-size:18px; line-height:1.65; }
.button { font-size:14px; }
.quiet-link { font-size:14px; }

.trust-strip > p { color:rgba(255,255,255,.58); font-size:11px; line-height:1.5; }
.trust-strip article > span { font-size:10px; }
.trust-strip b { font-size:14px; }
.trust-strip article p { color:rgba(255,255,255,.62); font-size:13px; line-height:1.55; }

.section-heading > p { font-size:16px; line-height:1.7; }
.project-number,
.project-info small { font-size:11px; line-height:1.55; }
.project-info h3 { font-size:24px; }
.project-info p { font-size:15px; line-height:1.65; }
.project-note { font-size:12px; line-height:1.7; }

.case-study-head > p { font-size:16px; line-height:1.75; }
.case-study-grid article > span,
.case-study-result span { font-size:11px; line-height:1.5; }
.case-study-grid h3 { font-size:22px; }
.case-study-grid p,
.case-study-result p { font-size:15px; line-height:1.7; }

.service-number { font-size:11px; }
.service-list h3 { font-size:25px; }
.service-list p { color:rgba(255,255,255,.64); font-size:15px; line-height:1.7; }
.service-list ul { color:rgba(255,255,255,.76); font-size:13px; line-height:1.9; }
.service-list a { font-size:13px; }

.portrait p { font-size:11px; line-height:1.6; }
.about-copy .lead { font-size:21px; }
.about-copy > p:not(.label):not(.lead) { font-size:16px; }
.about-facts span { font-size:11px; }
.about-facts b { font-size:14px; }

.process li > span { font-size:11px; }
.process li b { font-size:17px; }
.process li p { font-size:15px; line-height:1.65; }

.website-check-copy > p:not(.label) { color:rgba(255,255,255,.66); font-size:16px; }
.check-points li > span { font-size:11px; }
.check-points b { font-size:17px; }
.check-points p { color:rgba(255,255,255,.62); font-size:15px; line-height:1.65; }

.contact-copy > p:not(.label) { font-size:16px; }
.contact-copy > a { font-size:15px; }
form label span { font-size:11px; }
form input,
form textarea { font-size:16px; line-height:1.5; }
form button { font-size:14px; }
.form-status { font-size:12px; line-height:1.5; }

.footer-main > p { color:rgba(255,255,255,.62); font-size:13px; line-height:1.55; }
.footer-main > div { color:rgba(255,255,255,.7); font-size:13px; line-height:1.5; }
.footer-bottom { color:rgba(255,255,255,.48); font-size:10px; line-height:1.5; }

/* Project previews: retain the miniature look without sacrificing legibility. */
.featured-top { font-size:10px; }
.featured-caption b { font-size:15px; }
.featured-caption div span,
.featured-caption > span { font-size:12px; line-height:1.45; }

.toyota-preview-nav { font-size:7px; }
.toyota-preview-nav small { font-size:6px; }
.toyota-preview-tools b { font-size:7px; }
.toyota-preview-copy > small { font-size:7px; }
.toyota-preview-copy > p { max-width:250px; font-size:8px; }
.toyota-preview-copy > div b { font-size:7px; }
.toyota-preview-quick b { font-size:7px; }
.toyota-preview-quick small { font-size:6px; }

.toyota-browser-bar { font-size:8px; }
.toyota-site-nav { font-size:8px; }
.toyota-site-nav small { font-size:6px; }
.toyota-site-tools b { font-size:8px; }
.toyota-site-copy small { font-size:7px; }
.toyota-site-copy p { max-width:310px; font-size:9px; }
.toyota-site-copy > div b { font-size:8px; }
.toyota-site-quick b { font-size:8px; }
.toyota-site-quick small { font-size:7px; }

.therapy-action { font-size:13px; line-height:1.35; }
.art-therapy > small { font-size:9px; }
.gastro-head,
.gastro-foot { font-size:10px; line-height:1.45; }
.gastro-head b { font-size:13px; }

dialog { width:min(680px,calc(100% - 30px)); padding:45px; border:0; color:var(--ink); background:var(--paper); }
dialog::backdrop { background:rgba(11,16,32,.8); backdrop-filter:blur(4px); }
.dialog-close { position:absolute; right:15px; top:10px; border:0; background:none; font-size:28px; cursor:pointer; }
.dialog-content h2 { font-size:36px; }
.dialog-content p { color:var(--muted); line-height:1.65; }
.legal-warning { padding:14px; border-left:3px solid var(--blue); background:white; color:var(--ink)!important; }

html[data-theme="dark"] {
  color-scheme: dark;
  --paper: #111624;
  --ink: #eef1f8;
  --muted: #99a1b3;
  --line: rgba(238,241,248,.14);
  --surface: #171e2f;
  --surface-soft: #1d2538;
}
html[data-theme="dark"] body { background: var(--paper); color: var(--ink); }
html[data-theme="dark"] .projects,
html[data-theme="dark"] .about { background: var(--paper); }
html[data-theme="dark"] .project-info,
html[data-theme="dark"] .project-note,
html[data-theme="dark"] .process ol,
html[data-theme="dark"] .process li,
html[data-theme="dark"] .about-facts { border-color: var(--line); }
html[data-theme="dark"] .about h2 span,
html[data-theme="dark"] .section-heading h2 span { color: #8f98aa; }
html[data-theme="dark"] .portrait { background: #202b55; }
html[data-theme="dark"] .portrait-symbol { color: rgba(118,139,255,.24); }
html[data-theme="dark"] .portrait p { color: #b9c4ff; border-color: rgba(203,211,255,.2); }
html[data-theme="dark"] mark { background: #2d3c79; color: white; }
html[data-theme="dark"] .contact { background: #314bcf; }
html[data-theme="dark"] form input,
html[data-theme="dark"] form textarea { color: var(--ink); }
html[data-theme="dark"] form input::placeholder,
html[data-theme="dark"] form textarea::placeholder { color: #747d90; }
html[data-theme="dark"] dialog { background: var(--surface); color: var(--ink); }
html[data-theme="dark"] .legal-warning { background: #202b42; color: var(--ink)!important; }
html[data-theme="dark"] .theme-toggle .icon-moon { opacity: 0; transform: scale(.65) rotate(35deg); }
html[data-theme="dark"] .theme-toggle .icon-sun { opacity: 1; transform: scale(1) rotate(0); }

.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 950px) {
  .hero-grid { grid-template-columns:1fr; }
  .hero { padding-top:130px; }
  .featured-work { max-width:700px; }
  .trust-strip { grid-template-columns:1fr; gap:25px; }
  .service-list article { grid-template-columns:.7fr 1fr auto; }
  .service-list ul { display:none; }
}

@media (max-width: 720px) {
  :root { --pad: 20px; }
  .site-header { height:66px; }
  .site-header.scrolled { height:66px; }
  .site-header .brand,
  .menu-button,
  .theme-toggle { position:relative; z-index:102; }
  .menu-button {
    min-height:44px; padding:0 4px; display:flex; align-items:center; gap:8px;
    font-size:13px; font-weight:600;
  }
  .menu-button span { display:inline-block; font-size:20px; transition:transform .3s ease; }
  .menu-button[aria-expanded="true"] span { transform:rotate(45deg); }
  .site-header { grid-template-columns:1fr auto auto; gap:10px; }
  .theme-toggle { width:38px; height:38px; }
  .theme-toggle:hover { transform:none; }
  nav {
    position:fixed; z-index:101; inset:0; width:100%; min-height:100dvh;
    padding:104px var(--pad) 32px; display:flex; flex-direction:column;
    align-items:flex-start; gap:0; overflow-y:auto;
    background:
      radial-gradient(circle at 100% 0,rgba(82,108,255,.2),transparent 42%),
      #0b1020;
    color:white;
    transform:translateX(100%); visibility:hidden; pointer-events:none;
    transition:transform .32s ease,visibility 0s linear .32s;
    font-size:clamp(28px,9vw,42px);
  }
  nav.open {
    transform:translateX(0); visibility:visible; pointer-events:auto;
    transition:transform .32s ease,visibility 0s;
  }
  nav::before {
    content:"Navigation"; width:100%; padding-bottom:14px;
    border-bottom:1px solid rgba(255,255,255,.16);
    color:rgba(255,255,255,.48); font:500 10px "Cascadia Code",Consolas,monospace;
    text-transform:uppercase; letter-spacing:.16em;
  }
  nav > a:not(.nav-contact) {
    width:100%; padding:18px 0; display:flex; align-items:center;
    border-bottom:1px solid rgba(255,255,255,.12); color:white;
    font-size:clamp(27px,8vw,38px); font-weight:550; letter-spacing:-.045em;
  }
  nav .nav-contact {
    width:100%; min-height:54px; margin-top:auto; padding:16px 18px;
    display:flex; align-items:center; justify-content:space-between;
    border:0; background:var(--blue); font-size:14px; font-weight:650;
  }
  nav .nav-contact .icon-arrow { width:20px; height:20px; color:white; }
  .hero { min-height:auto; padding-top:112px; }
  h1 { font-size:clamp(46px,15vw,72px); overflow-wrap:anywhere; }
  .hero-intro { font-size:16px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:20px; }
  .featured-work { margin-top:12px; padding:12px; }
  .featured-caption { gap:12px; }
  .featured-caption > span { text-align:right; }
  .trust-strip { margin-top:64px; }
  .trust-strip > div { grid-template-columns:1fr; }
  .section-pad { padding-top:80px; padding-bottom:80px; }
  .section-heading,.about,.process,.contact { grid-template-columns:1fr; }
  .case-study { padding:40px 25px; }
  .case-study-head,.website-check { grid-template-columns:1fr; }
  .case-study-grid { grid-template-columns:1fr; }
  .case-study-grid article,.case-study-grid article:first-child,.case-study-grid article:last-child { min-height:0; padding:26px 0; border-right:0; border-bottom:1px solid var(--line); }
  .case-study-grid article:last-child { border-bottom:0; }
  .case-study-grid h3 { margin-top:22px; }
  .case-study-result { align-items:flex-start; flex-direction:column; }
  .section-heading { align-items:start; }
  .project-grid { grid-template-columns:1fr; }
  .art-craft { aspect-ratio:1.15; padding:25px 15px; }
  .art-toyota { aspect-ratio:1.15; padding:0; }
  .toyota-site-nav span { display:none; }
  .toyota-site-nav { grid-template-columns:1fr auto; }
  .toyota-site-copy { width:72%; }
  .art-browser { padding:20px; }
  .art-hero { grid-template-columns:1fr; }
  .roof-shape { display:none; }
  .project-info,.compact { grid-template-columns:1fr; }
  .project-info small { grid-column:1; }
  .service-list article { grid-template-columns:1fr; gap:12px; }
  .service-list p,.service-list a { grid-column:1; }
  .portrait { min-height:430px; }
  .portrait-symbol { font-size:200px; }
  .about-facts { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; }
  form { width:100%; padding:24px 20px; }
  dialog { padding:38px 22px 26px; }
}

@media (max-width: 480px) {
  :root { --pad: 16px; }
  .brand { font-size:16px; }
  .brand svg { width:27px; }
  .hero { padding-top:100px; }
  h1 { font-size:clamp(43px,14.5vw,62px); line-height:.94; letter-spacing:-.065em; }
  .label { margin-bottom:20px; font-size:10px; }
  .section-pad { padding-top:64px; padding-bottom:64px; }
  .section-heading { margin-bottom:45px; }
  .section-heading h2,
  .about h2,
  .contact-copy h2,
  .website-check h2 { font-size:clamp(38px,12vw,54px); letter-spacing:-.055em; }
  .project { margin-bottom:58px; }
  .case-study { margin-bottom:70px; padding:32px 18px; }
  .featured-caption { align-items:flex-start; flex-direction:column; }
  .featured-caption > span { text-align:left; }
  .project-info,
  .compact { gap:14px; }
  .button { width:100%; min-width:0; }
  .portrait { min-height:360px; padding:20px; }
  .portrait-symbol { margin-top:45px; font-size:170px; }
  .footer-main { grid-template-columns:1fr; gap:28px; padding-bottom:45px; }
  .footer-bottom { align-items:flex-start; flex-direction:column; gap:8px; }
}

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