@charset "UTF-8";

/* One shared layout. Every route changes color, never the page geometry. */
:root {
  --font: "Manrope", Arial, sans-serif;
  --ink: oklch(23% .028 70);
  --muted: oklch(39% .028 70);
  --accent: oklch(34% .09 237);
  --line: oklch(30% .02 70 / .22);
}
body {
  --surface-l: 86%; --surface-c: .10; --surface-h: 92;
  --nav-ink: oklch(39% .09 var(--surface-h));
  --nav-active: oklch(29% .065 var(--surface-h));
}
body[data-page="about"] { --surface-l: 83%; --surface-c: .07; --surface-h: 162; }
body[data-page="projects"] { --surface-l: 83%; --surface-c: .087; --surface-h: 302; }
body[data-page="freelance"] { --surface-l: 85%; --surface-c: .105; --surface-h: 48; }
body[data-page="work"] { --surface-l: 83%; --surface-c: .078; --surface-h: 236; }
body[data-page="freelance-valesa"] { --surface-l: 86%; --surface-c: .065; --surface-h: 8; }
body[data-page="freelance-vilniaus-kvadratai"] { --surface-l: 85%; --surface-c: .065; --surface-h: 125; }
body[data-page="about-writing"] { --surface-l: 85%; --surface-c: .085; --surface-h: 77; }
body[data-page="about-archive"] { --surface-l: 84%; --surface-c: .055; --surface-h: 197; }
body[data-page="about-creative"] { --surface-l: 85%; --surface-c: .075; --surface-h: 335; }
[data-theme="daylight"] body {
  --paper: oklch(var(--surface-l) var(--surface-c) var(--surface-h));
  color-scheme: light;
}
[data-theme="evening"] body {
  --paper: oklch(25% calc(var(--surface-c) * .45) var(--surface-h));
  --ink: oklch(95% .015 var(--surface-h));
  --muted: oklch(78% .035 var(--surface-h));
  --accent: oklch(85% .10 var(--surface-h));
  --line: oklch(76% .035 var(--surface-h) / .28);
  --nav-ink: oklch(80% .10 var(--surface-h));
  --nav-active: oklch(93% .055 var(--surface-h));
  color-scheme: dark;
}
* { box-sizing: border-box; }
body {
  --paper: oklch(var(--surface-l) var(--surface-c) var(--surface-h));
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  color-scheme: light;
  font: 500 16px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
::selection { background: var(--ink); color: var(--paper); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: -.04em; }
h1 { font-size: 36px; font-weight: 700; line-height: 1.2; }
h2 { font-size: 26px; font-weight: 600; line-height: 1.3; }
p { max-width: 56ch; }
.skip { position: fixed; z-index: 4; top: 12px; left: 12px; padding: 12px; background: var(--ink); color: var(--paper); transform: translateY(-200%); }
.skip:focus { transform: none; }
.site {
  --column-gap: clamp(65px, 12vw, 160px);
  --content-width: calc((100% - var(--column-gap)) * .627);
  width: min(1120px, 85%);
  margin: auto;
  min-height: 100svh;
  padding: 130px 0 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.68fr) minmax(0, 1fr);
  column-gap: var(--column-gap);
  align-content: start;
}
.masthead { grid-column: 2; grid-row: 1; align-self: start; z-index: 1; }
.home-link { width: 44px; height: 44px; display: flex; align-items: center; margin-bottom: 13px; color: var(--nav-ink); }
.home-link:hover { color: var(--nav-active); }
.signature { width: 32px; height: 38px; overflow: visible; }
.signature path { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.signature .door { transform-origin: 9px 20px; transition: transform .35s cubic-bezier(.16,1,.3,1); }
.home-link:hover .door { transform: skewY(-7deg) scaleX(.7); }
.navigation { display: flex; flex-direction: column; align-items: flex-start; }
.navigation > a { font-size: 23px; font-weight: 600; line-height: 1.4; min-height: 38px; color: var(--nav-ink); display: flex; align-items: center; }
.navigation > a:hover, .navigation > a[aria-current] { color: var(--nav-active); }
.light-switch { width: 44px; height: 44px; padding: 0; margin-top: 13px; border: 0; background: none; color: var(--nav-ink); text-align: left; font-size: 22px; }
.light-switch:hover { color: var(--nav-active); }
main { --title-offset: calc(54.4px + var(--active-row, 0) * 38px); grid-column: 1 / -1; grid-row: 1; padding-top: var(--title-offset); min-width: 0; position: relative; }
.home main { --title-offset: .4px; }
main > h1 { max-width: var(--content-width); }
.page-intro { max-width: var(--content-width); margin-top: 24px; color: var(--muted); font-size: 17px; line-height: 1.6; }
.page-body { width: var(--content-width); margin-top: 125px; }
.home-summary { width: var(--content-width); margin-top: 120px; font-size: 21px; line-height: 1.55; letter-spacing: -.025em; }
.home-summary .synopsis { font-size: 25px; font-weight: 600; line-height: 1.45; margin-bottom: 28px; }
.home-summary p + p { margin-top: 25px; }
.home-summary a, .text-link { color: var(--accent); }
.home-summary p a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.more-about { display: inline-flex; align-items: center; min-height: 44px; margin-top: 28px; font-size: 17px; }
.more-about:hover { text-decoration: underline; text-underline-offset: 4px; }
.work-list { list-style: none; margin: 0; padding: 0; }
.work-list li { border-top: 1px solid var(--line); }
.work-list li:last-child { border-bottom: 1px solid var(--line); }
.work-list a { display: grid; grid-template-columns: minmax(0, 1fr) 30px; column-gap: 24px; padding: 26px 0 30px; }
.work-list h2 { font-size: 29px; }
.work-list p { font-size: 17px; color: var(--muted); margin-top: 12px; line-height: 1.65; }
.work-list a > span { font-size: 26px; justify-self: end; }
.work-list a:hover h2, .work-list a:hover > span { color: var(--accent); }
.entry { padding: 25px 0; border-top: 1px solid var(--line); }
.entry h2 { font-size: 27px; }
.entry p { margin-top: 12px; font-size: 17px; color: var(--muted); }
.entry a:hover { color: var(--accent); }
.entry .role { font-size: 19px; }
.entry-link { color: var(--accent); font-size: 15px; display: inline-flex; align-items: center; min-height: 44px; margin-top: 18px; }
.work-history { margin-top: 185px; }
.career { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.68fr); gap: 65px; padding: 38px 0 72px; border-top: 1px solid var(--line); }
.career:last-of-type { border-bottom: 1px solid var(--line); }
.career-company h2 { font-size: 30px; }
.career-company p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.career-company p + p { margin-top: 2px; }
.career-body h3 { font-size: clamp(27px, 2.6vw, 34px); }
.career-body h4 { font-size: 16px; line-height: 1.35; letter-spacing: -.025em; }
.career-lead { margin-top: 20px; font-size: 19px; line-height: 1.65; letter-spacing: -.018em; }
.career-phase { display: grid; grid-template-columns: minmax(145px, .72fr) minmax(0, 1.28fr); gap: 28px; margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); }
.career-phase > div > p, .career-role-heading p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.career-phase > p { font-size: 16px; line-height: 1.68; }
.career-context { margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 15px; line-height: 1.7; }
.career-context a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.career-role + .career-role { margin-top: 54px; }
.career-role-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; }
.career-role-heading > span { flex: 0 0 auto; color: var(--muted); font-size: 13px; }
.career-projects { list-style: none; margin: 36px 0 0; padding: 0; border-top: 1px solid var(--line); }
.career-projects li { display: grid; grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr); gap: 28px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.career-projects p, .career-role-previous > p { color: var(--muted); font-size: 15px; line-height: 1.65; }
.career-role-previous { padding-top: 2px; }
.career-role-previous > p { margin-top: 18px; }
.career-tools { margin-top: 40px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.career-tools strong { display: block; color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-transform: uppercase; }
.work-profile { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.68fr); gap: 65px; min-height: 74px; align-items: center; color: var(--accent); font-size: 15px; }
.work-profile span { grid-column: 2; }
.work-profile:hover span { text-decoration: underline; text-underline-offset: 4px; }
.about-layout { display: grid; grid-template-columns: minmax(0, 1.68fr) minmax(0, 1fr); gap: var(--column-gap); margin-top: 176px; }
.about-story { font-size: clamp(19px, 1.85vw, 24px); line-height: 1.48; font-weight: 600; letter-spacing: -.032em; }
.about-story p { max-width: 45ch; margin-bottom: 32px; }
.about-story a { color: var(--accent); }
.about-story a:hover { text-decoration: underline; text-underline-offset: 4px; }
.portrait { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; display: block; }
.profile-links { margin-top: 30px; display: flex; flex-direction: column; align-items: flex-start; }
.profile-links a { font-size: clamp(15px, 1.5vw, 20px); line-height: 1.45; letter-spacing: -.03em; min-height: 38px; display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 0 6px; overflow-wrap: anywhere; }
.profile-links a:hover { color: var(--accent); }
.profile-links span { font-weight: 700; }
.profile-links .profile-email { color: var(--accent); margin-top: 20px; font-size: clamp(15px, 1.45vw, 19px); }
.about-note { margin-top: 70px; }
.about-note h2 { font-size: 29px; font-weight: 700; margin-bottom: 24px; }
.about-note p { font-size: 18px; font-weight: 500; line-height: 1.65; letter-spacing: -.015em; margin-bottom: 22px; }
.back { display: inline-flex; align-items: center; min-height: 44px; font-size: 14px; color: var(--accent); margin: 0 0 20px; }
.back:hover { text-decoration: underline; text-underline-offset: 4px; }
main > .back { position: absolute; top: calc(var(--title-offset) - 52px); margin: 0; }
.detail-image { width: var(--content-width); max-height: 650px; object-fit: cover; object-position: 50% 25%; display: block; margin: 125px 0 45px; }
.detail-block { width: var(--content-width); margin-bottom: 45px; }
.detail-block h2 { margin-bottom: 20px; }
.detail-block p { font-size: 18px; line-height: 1.7; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 30px; }
.detail-grid img { width: 100%; height: 320px; object-fit: cover; }
.case-study { margin-top: 125px; }
.case-opening { display: grid; grid-template-columns: minmax(0, 1.68fr) minmax(0, 1fr); gap: var(--column-gap); align-items: start; }
.case-summary { font-size: clamp(22px, 2.2vw, 29px); line-height: 1.45; letter-spacing: -.035em; }
.case-facts { margin: 0; font-size: 14px; line-height: 1.6; }
.case-facts div + div { margin-top: 20px; }
.case-facts dt { color: var(--muted); margin-bottom: 4px; }
.case-facts dd { margin: 0; }
.case-facts a { color: var(--accent); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.case-study figure { margin: 0; }
.case-study .case-cover { margin: 65px 0 90px; }
.case-cover img { display: block; width: 100%; height: auto; max-height: 620px; aspect-ratio: 16 / 9; object-fit: cover; }
.case-cover-fashion img { aspect-ratio: 16 / 10; object-position: center 30%; }
.case-study figcaption { margin-top: 14px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.case-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.68fr); gap: 65px; padding-top: 32px; border-top: 1px solid var(--line); margin-top: 70px; }
.case-section h2 { max-width: 18ch; }
.case-section p { font-size: 18px; line-height: 1.7; }
.case-section p + p { margin-top: 22px; }
.case-image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 70px 0; }
.case-image-pair img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.case-image-pair-property img { aspect-ratio: 4 / 3; }
.case-study .screen-study { width: 100%; max-width: 1000px; margin: 64px auto 80px; }
.screen-window { --screen-paper: #f8f6f2; --screen-soft: #ece9e3; --screen-ink: #211f1c; --screen-muted: #716d66; --screen-line: #ccc7be; overflow: hidden; color: var(--screen-ink); background: var(--screen-paper); border: 1px solid var(--screen-line); }
.screen-chrome { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 13px; color: var(--screen-muted); background: var(--screen-soft); border-bottom: 1px solid var(--screen-line); }
.screen-chrome i { width: 6px; height: 6px; border-radius: 50%; background: #aaa49b; }
.screen-chrome span { overflow: hidden; margin-left: 10px; font-size: 9px; line-height: 1; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.valesa-pdp { display: grid; grid-template-columns: 58px minmax(0, 1.25fr) minmax(260px, .75fr); height: clamp(520px, 42vw, 560px); }
.valesa-thumbs { display: flex; flex-direction: column; gap: 9px; padding: 16px 9px; border-right: 1px solid var(--screen-line); }
.valesa-thumbs img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.valesa-pdp-main { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; object-position: 50% 29%; }
.valesa-pdp-info { display: flex; flex-direction: column; justify-content: center; padding: 28px; background: #fbfaf7; }
.valesa-pdp-info small, .mobile-product-study small, .mobile-study-hero small { color: var(--screen-muted); font-size: 9px; font-style: normal; letter-spacing: .13em; text-transform: uppercase; }
.valesa-pdp-info h3 { max-width: 12ch; margin: 14px 0 12px; font-family: Georgia, serif; font-size: clamp(25px, 2.8vw, 38px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.valesa-price { margin: 0; font-size: 14px; }
.valesa-price s { margin-right: 7px; color: var(--screen-muted); }
.valesa-price span { margin-left: 7px; color: #9c3f4e; font-size: 11px; }
.valesa-description { max-width: 31ch; margin: 24px 0 28px; color: var(--screen-muted); font-family: Georgia, serif; font-size: 13px; line-height: 1.6; }
.valesa-size-label { display: flex; justify-content: space-between; padding-bottom: 8px; color: var(--screen-muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.valesa-sizes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.valesa-sizes span { display: grid; place-items: center; min-height: 36px; border: 1px solid var(--screen-line); font-size: 11px; }
.valesa-add { display: grid; place-items: center; min-height: 42px; margin-top: 9px; color: #fff; background: var(--screen-ink); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.valesa-accordions { margin-top: 25px; border-top: 1px solid var(--screen-line); }
.valesa-accordions span { display: block; padding: 10px 0; border-bottom: 1px solid var(--screen-line); color: var(--screen-muted); font-size: 10px; }
.screen-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 4vw, 42px); max-width: 740px; margin: 70px auto; }
.screen-study-small { min-width: 0; }
.screen-study-offset { margin-top: 56px !important; }
.mobile-study { --screen-ink: #211f1c; --screen-muted: #716d66; overflow: hidden; color: var(--screen-ink); background: #fbfaf7; border: 1px solid #ccc7be; }
.mobile-study-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 42px; padding: 0 14px; font-size: 12px; }
.mobile-study-top strong { font-size: 10px; letter-spacing: .16em; }
.mobile-study-top span:last-child { text-align: right; }
.mobile-study-hero { position: relative; }
.mobile-study-hero img, .mobile-product-study img { display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.mobile-study-hero > div { position: absolute; inset: auto 0 0; padding: 46px 20px 24px; color: #fff; background: linear-gradient(transparent, rgb(28 20 20 / .62)); }
.mobile-study-hero small { color: inherit; }
.mobile-study-hero b { display: block; margin: 8px 0 17px; font-family: Georgia, serif; font-size: clamp(23px, 3vw, 34px); font-weight: 400; line-height: .95; }
.mobile-study-hero span { display: inline-block; padding-bottom: 3px; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.mobile-product-study > div { display: grid; padding: 18px; }
.mobile-product-study b { max-width: 18ch; margin: 8px 0; font-family: Georgia, serif; font-size: 18px; font-weight: 400; line-height: 1.1; }
.mobile-product-study > div > span { font-size: 12px; }
.mobile-product-study i { display: grid; place-items: center; min-height: 38px; margin-top: 16px; color: #fff; background: var(--screen-ink); font-size: 9px; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.vk-project-screen { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(250px, .55fr); height: 460px; }
.vk-project-screen > img { display: block; width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.vk-project-facts { display: flex; flex-direction: column; justify-content: center; padding: 28px; background: #f4f0e7; }
.vk-project-facts > small { width: fit-content; padding: 5px 7px; color: #f4f0e7; background: #4d5842; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.vk-project-facts h3 { margin: 20px 0 4px; font-family: Georgia, serif; font-size: clamp(30px, 3.5vw, 47px); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.vk-project-facts > p { margin: 0; color: var(--screen-muted); font-size: 11px; }
.vk-project-facts > strong { margin: 34px 0 20px; font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.vk-project-facts dl { margin: 0; border-top: 1px solid var(--screen-line); }
.vk-project-facts dl div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--screen-line); font-size: 10px; }
.vk-project-facts dt { color: var(--screen-muted); }
.vk-project-facts dd { margin: 0; }
.vk-screen-cta { display: grid; place-items: center; min-height: 42px; margin-top: 25px; color: #f7f4ed; background: #4d5842; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.vk-dashboard { padding: clamp(28px, 5vw, 64px); background: #f4f0e7; }
.vk-dashboard-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.vk-dashboard-heading h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(25px, 3.2vw, 42px); font-weight: 400; letter-spacing: -.035em; }
.vk-dashboard-heading span { color: var(--screen-muted); font-size: 10px; }
.vk-bars { display: flex; align-items: end; gap: clamp(6px, 1.4vw, 15px); height: 190px; margin: 50px 0 38px; padding: 0 8px; border-bottom: 1px solid var(--screen-line); }
.vk-bars i { flex: 1; height: var(--bar); min-width: 5px; background: #667358; }
.vk-dashboard table { width: 100%; border-collapse: collapse; font-size: 11px; }
.vk-dashboard th, .vk-dashboard td { padding: 12px 8px; border-bottom: 1px solid var(--screen-line); text-align: right; }
.vk-dashboard th { color: var(--screen-muted); font-size: 9px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; }
.vk-dashboard th:first-child, .vk-dashboard td:first-child { text-align: left; }
.case-flow { list-style: none; padding: 0; margin: 30px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.case-flow strong, .case-flow span { display: block; }
.case-flow strong { color: var(--nav-active); margin-bottom: 8px; }
.case-flow span { font-size: 14px; color: var(--muted); line-height: 1.6; }
@media (max-width: 780px) {
  .site { --column-gap: 42px; padding-top: 85px; width: 86%; }
  h1 { font-size: 32px; }
  main { --title-offset: calc(56.8px + var(--active-row, 0) * 38px); }
  .home main { --title-offset: 2.8px; }
  .navigation > a { font-size: 20px; }
  .home-summary { font-size: 18px; }
  .home-summary .synopsis { font-size: 22px; }
  .page-intro { font-size: 15px; }
  .work-list p { font-size: 16px; }
  .work-list h2 { font-size: 26px; }
  .career, .work-profile { grid-template-columns: minmax(135px, .75fr) minmax(0, 1.25fr); gap: 42px; }
  .career-phase, .career-projects li { grid-template-columns: 1fr; gap: 8px; }
  .case-section { grid-template-columns: 1fr; gap: 24px; }
  .case-section h2 { max-width: 28ch; }
  .valesa-pdp { grid-template-columns: 50px minmax(0, 1fr); height: auto; }
  .valesa-pdp-info { grid-column: 1 / -1; }
  .valesa-pdp-main { height: 420px; }
  .vk-project-screen { grid-template-columns: 1fr 1fr; height: auto; }
}
@media (max-width: 560px) {
  .site { --content-width: 100%; display: flex; flex-direction: column; padding: 26px 0 65px; }
  .masthead { display: flex; align-items: center; flex-wrap: wrap; gap: 10px 12px; width: 100%; z-index: auto; }
  .home-link { width: 35px; height: 44px; margin: 0; }
  .signature { width: 27px; height: 32px; }
  .navigation { flex: 1; flex-direction: row; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 4px 13px; }
  .navigation > a { font-size: 13px; min-height: 44px; }
  .light-switch { width: 24px; margin: 0; text-align: right; font-size: 20px; }
  main { --title-offset: 68px; width: 100%; padding-top: var(--title-offset); }
  h1 { font-size: 32px; }
  .home .site { display: grid; grid-template-columns: minmax(0, 1fr); }
  .home .masthead { grid-column: 1; grid-row: 1; display: grid; grid-template-columns: minmax(0, 1fr) 35px; gap: 13px 12px; z-index: 1; }
  .home .home-link { grid-column: 2; grid-row: 1; margin: 0; }
  .home .navigation { grid-column: 1; grid-row: 2; justify-content: flex-start; }
  .home .light-switch { grid-column: 2; grid-row: 2; text-align: left; }
  .home main { --greeting-size: clamp(24px, 6.1vw, 32px); --title-offset: calc((44px - var(--greeting-size) * 1.2) / 2); grid-column: 1; grid-row: 1; }
  .home main > h1 { max-width: calc(100% - 47px); font-size: var(--greeting-size); }
  .page-intro { margin-top: 20px; font-size: 16px; }
  .page-body { margin-top: 50px; }
  .home-summary { margin-top: 52px; font-size: 18px; }
  .home .home-summary { margin-top: 120px; }
  .home-summary .synopsis { font-size: 22px; margin-bottom: 25px; }
  .more-about { font-size: 16px; margin-top: 24px; }
  .work-list a { padding: 22px 0 25px; column-gap: 18px; }
  .work-list h2 { font-size: 25px; }
  .work-list p { font-size: 16px; }
  .work-history { margin-top: 68px; }
  .career { grid-template-columns: 1fr; gap: 36px; padding: 30px 0 55px; }
  .career-company h2 { font-size: 27px; }
  .career-body h3 { font-size: 29px; }
  .career-lead { font-size: 18px; }
  .career-phase { margin-top: 32px; }
  .career-role-heading { display: block; }
  .career-role-heading > span { display: block; margin-top: 7px; }
  .career-projects { margin-top: 30px; }
  .career-projects li { padding: 17px 0 20px; }
  .career-projects p { font-size: 15px; }
  .work-profile { display: flex; min-height: 68px; }
  .work-profile span { grid-column: auto; }
  .entry h2 { font-size: 25px; }
  .entry p { font-size: 16px; }
  .about-layout { display: flex; flex-direction: column; gap: 42px; margin-top: 52px; }
  .about-story { display: contents; font-size: 19px; }
  .about-story > p { margin: 0; }
  .about-story .about-lead { order: -2; font-size: 22px; }
  .about-profile { order: -1; }
  .portrait { max-width: 320px; }
  .profile-links { margin-top: 25px; }
  .profile-links a { font-size: 17px; min-height: 40px; }
  .profile-links .profile-email { font-size: 17px; margin-top: 12px; }
  .about-note { margin-top: 10px; }
  .about-note h2 { font-size: 26px; }
  .about-note p { font-size: 16px; }
  .detail-image { margin-top: 55px; }
  .detail-block p { font-size: 16px; }
  .detail-grid img { height: 220px; }
  .case-study { margin-top: 52px; }
  .case-opening { grid-template-columns: 1fr; gap: 32px; }
  .case-summary { font-size: 23px; }
  .case-study .case-cover { margin: 40px 0 50px; }
  .case-cover img { aspect-ratio: 4 / 3; }
  .case-cover-fashion img { aspect-ratio: 4 / 5; }
  .case-section { margin-top: 45px; padding-top: 26px; gap: 20px; }
  .case-section p { font-size: 17px; }
  .case-image-pair { grid-template-columns: 1fr; gap: 32px; margin: 45px 0; }
  .case-study .screen-study, .screen-pair { margin: 40px 0 50px; }
  .screen-chrome { height: 32px; }
  .valesa-pdp { grid-template-columns: 1fr; min-height: 0; }
  .valesa-thumbs { display: none; }
  .valesa-pdp-main { height: auto; max-height: 420px; aspect-ratio: 4 / 5; }
  .valesa-pdp-info { grid-column: auto; padding: 28px 24px 32px; }
  .valesa-pdp-info h3 { font-size: 30px; }
  .screen-pair { gap: 12px; }
  .screen-study-offset { margin-top: 38px !important; }
  .mobile-study-top { min-height: 35px; padding: 0 10px; }
  .mobile-study-hero > div { padding: 32px 13px 16px; }
  .mobile-study-hero b { font-size: clamp(17px, 5.4vw, 25px); }
  .mobile-product-study > div { padding: 13px; }
  .mobile-product-study b { font-size: clamp(13px, 4vw, 17px); }
  .mobile-product-study i { min-height: 33px; font-size: 7px; }
  .vk-project-screen { grid-template-columns: 1fr; min-height: 0; }
  .vk-project-screen > img { height: auto; aspect-ratio: 4 / 3; }
  .vk-project-facts { padding: 30px 24px; }
  .vk-dashboard { padding: 26px 18px; }
  .vk-dashboard-heading { align-items: flex-start; }
  .vk-dashboard-heading h3 { max-width: 8ch; font-size: 28px; }
  .vk-bars { height: 130px; margin: 35px 0 24px; }
  .vk-dashboard table { font-size: 9px; }
  .vk-dashboard th, .vk-dashboard td { padding: 9px 4px; }
  .case-flow { grid-template-columns: 1fr; gap: 18px; }
  .case-flow strong { margin-bottom: 3px; }
}
@media (max-width: 375px) {
  .home-link { margin-right: auto; }
  .navigation { flex-basis: 100%; order: 3; justify-content: space-between; }
  .navigation > a { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
