:root {
  --paper: #f1eee6;
  --paper-deep: #e2ddd1;
  --ink: #151515;
  --muted: #6b685f;
  --signal: #d45a38;
  --line: rgba(21, 21, 21, .2);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; text-rendering: optimizeLegibility; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible { outline: 3px solid var(--signal); outline-offset: 5px; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 100; transform: translateY(-200%); background: var(--paper); padding: .65rem 1rem; }
.skip-link:focus { transform: none; }

.site-header, .hero, .section, footer { width: min(100% - 48px, 1240px); margin-inline: auto; }
.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 66px; border-bottom: 1px solid var(--line); }
.wordmark { font-size: .82rem; font-weight: 800; letter-spacing: .2em; text-decoration: none; }
nav { display: flex; gap: clamp(1rem, 3vw, 3rem); }
nav a { font-size: .82rem; text-decoration: none; }
nav a:hover { text-decoration: underline; }
.eyebrow, .section-number, .location, .project-count, .note-status { margin: 0; font-size: .66rem; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }

.hero { min-height: min(760px, calc(100svh - 66px)); padding: 28px 0; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr); grid-template-rows: 1fr auto; column-gap: 32px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: .8rem 0 1rem; font-family: var(--serif); font-size: clamp(3.5rem, 4.45vw, 4rem); font-weight: 400; line-height: .94; letter-spacing: -.05em; }
.hero h1 span { display: block; white-space: nowrap; }
.hero-intro { width: min(100%, 540px); margin: 0 0 1.25rem; font-size: clamp(1rem, 1.2vw, 1.125rem); }
.hero-links { display: flex; gap: 2rem; }
.hero-links a { font-weight: 650; text-decoration: none; border-bottom: 1px solid; }
.location { grid-column: 1; align-self: end; }
.atelier-object { position: relative; align-self: center; min-height: 400px; overflow: hidden; background: var(--ink); color: var(--paper); isolation: isolate; }
.atelier-object > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.atelier-object::after { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), rgba(255,255,255,.08) 25%); }
.atelier-index { position: absolute; top: 1.4rem; left: 1.4rem; font-size: .62rem; letter-spacing: .18em; }
.atelier-plane { position: absolute; border: 1px solid rgba(241,238,230,.55); }
.atelier-plane-a { width: 61%; height: 52%; top: 19%; right: -8%; transform: rotate(-8deg); }
.atelier-plane-b { width: 45%; aspect-ratio: 1; left: 12%; bottom: -13%; background: var(--signal); border: 0; transform: rotate(12deg); }
.atelier-mark { position: absolute; right: -.05em; bottom: -.25em; font-family: var(--serif); font-size: clamp(7rem, 13vw, 13rem); line-height: 1; opacity: .14; }

.section { padding: clamp(4.5rem, 7vh, 6rem) 0; }
.section-heading { display: grid; grid-template-columns: .8fr 4fr; align-items: baseline; margin-bottom: 2.25rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 4vw, 3.75rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }

.projects { min-height: min(900px, 100svh); display: flex; flex-direction: column; justify-content: center; }
.projects-grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .85fr); gap: 20px; }
.project { border-top: 1px solid var(--line); }
.project-label { display: flex; justify-content: space-between; padding: .8rem 0; }
.project h3 { margin: 0 0 .8rem; font-family: var(--serif); font-size: clamp(1.8rem, 2.6vw, 2.75rem); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.project p:not(.eyebrow):not(.project-count) { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.project-featured { min-height: 560px; display: grid; grid-template-rows: auto 270px 1fr; background: var(--paper-deep); }
.project-featured .project-label, .project-featured .project-body { padding-inline: 20px; }
.project-featured .project-label { border-bottom: 1px solid var(--line); }
.project-featured .project-body { padding-top: 18px; padding-bottom: 18px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 14px 28px; align-content: start; }
.project-featured .project-body h3 { margin: 0; }
.project-featured .project-body .tags { grid-column: 2; }
.project-visual { position: relative; min-height: 270px; overflow: hidden; background: var(--ink); color: var(--paper); }
.project-visual img, .project-thumb { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-visual img { object-position: 50% 48%; }
.project-thumb { height: 150px; object-position: center; }
.project-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.project-visual path { fill: none; stroke: var(--paper); stroke-width: 1; opacity: .4; }
.node { position: absolute; z-index: 1; display: grid; place-items: center; width: 66px; aspect-ratio: 1; border-radius: 50%; background: var(--paper); color: var(--ink); font-family: var(--serif); font-size: .78rem; }
.node-a { left: 8%; bottom: 18%; }
.node-b { left: 41%; top: 38%; background: var(--signal); color: var(--paper); }
.node-c { right: 8%; top: 16%; }
.tags { display: flex; flex-wrap: wrap; gap: .4rem; list-style: none; padding: 0; margin: 1rem 0 0; }
.tags li { padding: .27rem .5rem; border: 1px solid currentColor; font-size: .62rem; line-height: 1.2; }
.project-pair { display: grid; grid-template-rows: 1fr 1fr; gap: 20px; margin: 0; }
.project-compact { min-height: 270px; padding: 0 18px 16px; display: flex; flex-direction: column; }
.project-compact h3 { max-width: 16ch; margin-top: .8rem; font-size: clamp(1.55rem, 2vw, 2.05rem); }
.project-compact .tags { margin-top: auto; }
.project-inverted { border-top-color: transparent; background: var(--ink); color: var(--paper); }
.project-inverted .project-label { border-bottom: 1px solid rgba(241,238,230,.2); }
.project-inverted p:not(.eyebrow):not(.project-count) { color: #bcb8af; }

.notes { width: 100%; min-height: 100svh; padding-inline: max(24px, calc((100% - 1240px) / 2)); display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--paper); }
.section-heading-light { border-bottom: 1px solid rgba(241,238,230,.2); padding-bottom: 1.25rem; }
.notes-list { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 1fr 1fr; min-height: 420px; margin: 0; border-top: 1px solid rgba(241,238,230,.22); }
.note-preview { display: grid; grid-template-columns: .35fr 1.15fr; gap: 1rem; align-content: start; padding: 1.5rem; border-bottom: 1px solid rgba(241,238,230,.22); }
.note-preview:nth-child(2), .note-preview:nth-child(3) { border-left: 1px solid rgba(241,238,230,.22); }
.note-primary { grid-row: 1 / 3; align-content: center; padding: clamp(2rem, 5vw, 5rem); }
.note-preview h3 { grid-column: 2; margin: 0; font-family: var(--serif); font-size: clamp(1.4rem, 2.2vw, 2.35rem); font-weight: 400; line-height: 1.05; }
.note-link { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .14em; }
.note-primary h3 { font-size: clamp(2.5rem, 4vw, 4.25rem); }
.note-preview > p:last-child { grid-column: 2; margin: 0; color: #bcb8af; }
.note-status { color: var(--signal); }

.about { min-height: min(820px, 100svh); display: flex; flex-direction: column; justify-content: center; }
.about-layout { display: grid; grid-template-columns: .8fr 1.45fr .9fr; gap: clamp(2rem, 6vw, 6rem); }
.about-layout h3 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 4.75rem); font-weight: 400; line-height: .92; letter-spacing: -.05em; }
.about-copy { font-size: clamp(1rem, 1.3vw, 1.15rem); }
.about-copy p:first-child { margin-top: 0; }
.areas { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); }
.areas li { padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
.final-contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(2rem, 6vw, 6rem); align-items: end; margin-top: clamp(3rem, 7vh, 5rem); padding-top: 2rem; border-top: 1px solid var(--line); }
.final-contact h2 { margin: .7rem 0 0; font-family: var(--serif); font-size: clamp(2.75rem, 4.5vw, 4.25rem); font-weight: 400; line-height: .94; letter-spacing: -.045em; }
.contact-detail > p { margin: 0 0 1.5rem; }
.contact-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; border-top: 1px solid var(--line); }
.contact-links > * { padding: .8rem 0; border-bottom: 1px solid var(--line); font-weight: 650; text-decoration: none; }
footer { display: flex; align-items: center; justify-content: space-between; min-height: 62px; padding-inline: 24px; background: var(--ink); color: var(--paper); font-size: .72rem; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { text-decoration: none; }
.city-spine { display: none; }

.scroll-motion { --scroll-progress: 1; opacity: calc(.65 + var(--scroll-progress) * .35); transform: translateY(calc((1 - var(--scroll-progress)) * 24px)); will-change: opacity, transform; }

@media (min-width: 901px) {
  .hero {
    min-height: 710px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto auto;
    gap: 0 20px;
    align-content: center;
  }
  .hero-copy {
    grid-column: 1 / 6;
    grid-row: 1;
    z-index: 2;
    align-self: center;
    max-width: 500px;
    padding: 28px 32px 28px 0;
    background: var(--paper);
    margin-right: -56px;
  }
  .hero h1 { font-size: clamp(3rem, 3.7vw, 3.5rem); }
  .atelier-object {
    grid-column: 5 / 12;
    grid-row: 1;
    min-height: 455px;
  }
  .location {
    grid-column: 12;
    grid-row: 1;
    align-self: end;
    justify-self: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding-bottom: 8px;
  }

  .projects {
    min-height: 760px;
    position: relative;
    display: block;
    padding-top: 72px;
    padding-bottom: 56px;
  }
  .projects .section-heading {
    position: absolute;
    top: 28px;
    left: 0;
    display: flex;
    gap: 16px;
    align-items: baseline;
    margin: 0;
  }
  .projects .section-heading h2 { font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .projects-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 270px 310px;
    gap: 18px;
  }
  .project-featured {
    grid-column: 1 / 9;
    grid-row: 1 / 3;
    min-height: 0;
    grid-template-rows: auto 310px 1fr;
  }
  .project-featured .project-body {
    grid-template-columns: .72fr 1.28fr;
    padding: 20px 24px;
  }
  .project-featured h3 { font-size: 2.65rem; margin-top: -40px; padding: 15px 16px 8px 0; background: var(--paper-deep); z-index: 2; }
  .project-pair { display: contents; }
  .project-compact { min-height: 0; }
  .project-pair .project-compact:first-child {
    grid-column: 9 / 13;
    grid-row: 1;
    margin-top: -26px;
    background: var(--paper);
  }
  .project-pair .project-inverted {
    grid-column: 8 / 13;
    grid-row: 2;
    margin-left: 18px;
    margin-bottom: -34px;
  }

  .notes {
    width: min(100% - 48px, 1240px);
    min-height: 650px;
    position: relative;
    display: block;
    padding: 62px 0 72px;
    background: var(--paper);
    color: var(--ink);
  }
  .notes .section-heading {
    display: flex;
    gap: 16px;
    margin: 0 0 26px;
    padding: 0;
    border: 0;
  }
  .notes .section-heading h2 { font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .notes-list {
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 210px 220px;
    gap: 18px;
    min-height: 0;
    border: 0;
  }
  .note-preview { border: 0; }
  .note-primary {
    grid-column: 1 / 8;
    grid-row: 1 / 3;
    padding: 42px 50px;
    background: var(--ink);
    color: var(--paper);
  }
  .note-primary > p:last-child { color: #bcb8af; }
  .note-preview:nth-child(2) {
    grid-column: 8 / 13;
    grid-row: 1;
    margin-top: -34px;
    border: 0;
    background: var(--paper-deep);
  }
  .note-preview:nth-child(3) {
    grid-column: 7 / 12;
    grid-row: 2;
    margin-left: 28px;
    margin-bottom: -38px;
    border: 0;
    background: #2b2a28;
    color: var(--paper);
  }
  .note-preview:not(.note-primary) h3 { font-size: 1.85rem; }
  .note-preview > p:last-child { font-size: .9rem; }
  .note-preview:nth-child(3) > p:last-child { color: #bcb8af; }
  .notes-list { width: calc(100% - 132px); }
  .city-spine {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    right: 0;
    top: -76px;
    width: 112px;
    height: 552px;
    padding: 22px 17px;
    background:
      linear-gradient(180deg, rgba(21,21,21,.06), rgba(21,21,21,.72)),
      repeating-linear-gradient(105deg, #b7b5af 0 24px, #d8d4ca 25px 52px);
    color: var(--paper);
    writing-mode: vertical-rl;
    font-size: .62rem;
    letter-spacing: .18em;
  }
  .city-spine-mark { align-self: flex-end; font-weight: 800; }

  .about {
    min-height: 610px;
    position: relative;
    display: block;
    padding-top: 62px;
    padding-bottom: 64px;
  }
  .about .section-heading {
    display: flex;
    gap: 16px;
    margin-bottom: 34px;
  }
  .about .section-heading h2 { font-family: var(--sans); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .about-layout {
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: start;
  }
  .about-layout h3 { grid-column: 1 / 4; font-size: 4.5rem; font-style: italic; }
  .about-copy { grid-column: 4 / 9; max-width: 520px; }
  .areas { grid-column: 10 / 13; margin-top: 46px; }
  footer { width: min(100% - 48px, 1240px); }
}

@media (min-width: 1600px) {
  .hero { min-height: min(820px, calc(100svh - 66px)); }
}

@media (max-width: 900px) {
  .site-header, .hero, .section, footer { width: min(100% - 40px, 1240px); }
  .hero { grid-template-columns: 1fr .75fr; min-height: auto; padding-block: 3rem; }
  .atelier-object { min-height: 350px; }
  .projects { min-height: auto; }
  .projects-grid { grid-template-columns: 1.25fr .9fr; }
  .project-featured .project-body { display: block; }
  .project-featured .project-body .tags { grid-column: auto; }
  .notes { width: 100%; padding-inline: 20px; }
  .about-layout { grid-template-columns: 1fr 1.4fr; }
  .areas { grid-column: 2; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 32px); min-height: 96px; flex-direction: column; align-items: stretch; justify-content: center; gap: .8rem; }
  .site-header nav { justify-content: space-between; gap: .55rem; font-size: .72rem; }
  .hero, .section, footer { width: calc(100% - 32px); }
  .hero { display: block; min-height: auto; padding-block: 3rem; }
  .hero h1 { font-size: clamp(3.4rem, 17vw, 4.6rem); }
  .hero h1 span { white-space: normal; }
  .hero-intro { font-size: 1rem; }
  .hero-links { margin-bottom: 3rem; }
  .atelier-object { width: 88%; min-height: 330px; margin-left: auto; }
  .location { margin-top: 1.5rem; }
  .section { min-height: auto; padding-block: 4rem; }
  .section-heading { display: block; margin-bottom: 2.2rem; }
  .section-heading h2 { margin-top: .7rem; font-size: 2.8rem; }
  .projects-grid { display: block; }
  .project-featured { min-height: auto; display: flex; flex-direction: column; }
  .project-featured .project-visual { order: 1; min-height: 260px; }
  .project-featured .project-body { order: 2; }
  .project-featured .project-label { order: 0; }
  .project-pair { margin-top: 2.5rem; gap: 1.5rem; }
  .project-compact { min-height: 280px; }
  .notes { width: 100%; padding-inline: 16px; }
  .notes .city-spine {
    display: flex;
    position: static;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    padding: 1rem;
    flex-direction: row;
    writing-mode: horizontal-tb;
    background: #2b2a28;
  }
  .notes-list { width: 100%; }
  .notes-list { display: block; min-height: 0; }
  .note-preview, .note-primary { display: grid; grid-template-columns: 1fr; padding: 1.5rem 0; }
  .note-preview:nth-child(2), .note-preview:nth-child(3) { border-left: 0; }
  .note-preview h3, .note-preview > p:last-child { grid-column: auto; }
  .note-primary h3 { font-size: 2.5rem; }
  .about-layout { display: block; }
  .about-layout h3 { margin-bottom: 2rem; }
  .areas { margin-top: 2rem; }
  footer { width: 100%; flex-wrap: wrap; gap: 1rem; padding: 1.5rem 16px; }
  .footer-links { gap: 1.25rem; }
  .scroll-motion { opacity: 1; transform: none; will-change: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-motion { opacity: 1; transform: none; will-change: auto; }
}

/* Compact atelier canvas — compositional adaptation of the approved reference. */
@media (min-width: 901px) {
  body { padding: 34px 0; background: #141514; }
  .site-canvas { width: min(calc(100% - 48px), 1120px); margin: 0 auto; overflow: hidden; border: 1px solid #555650; border-radius: 8px; background: var(--paper); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
  .site-header, .hero, .section, footer { width: 100%; margin: 0; }
  .site-header { min-height: 62px; padding: 0 22px; border-bottom: 1px solid var(--line); }
  .site-header nav { gap: 2.3rem; font-size: .7rem; }

  .hero { min-height: 440px; padding: 0; grid-template-columns: 3fr 7.2fr 1.8fr; grid-template-rows: 440px; gap: 0; align-content: start; }
  .hero-copy { grid-column: 1; grid-row: 1; align-self: stretch; max-width: none; margin: 0; padding: 42px 24px 24px 30px; background: var(--paper); }
  .hero-copy .eyebrow { display: none; }
  .hero h1 { margin: 0 0 26px; font-size: clamp(2.65rem, 3.5vw, 3.35rem); line-height: .91; letter-spacing: -.045em; }
  .hero h1 span { white-space: normal; }
  .hero-intro { font-size: .78rem; line-height: 1.52; }
  .hero-links { margin-top: 28px; display: block; }
  .hero-links a { display: none; }
  .hero-links a:first-child { display: grid; width: 44px; height: 44px; place-items: center; overflow: hidden; border: 1px solid var(--ink); border-radius: 50%; font-size: 0; }
  .hero-links a:first-child span { font-size: 1rem; transform: rotate(-90deg); }
  .atelier-object { grid-column: 2; grid-row: 1; min-height: 440px; border: 0; }
  .atelier-object > img { object-position: 51% 50%; }
  .location { grid-column: 3; grid-row: 1; align-self: stretch; justify-self: stretch; margin: 0; padding: 30px 22px; display: flex; align-items: flex-end; background: var(--ink); color: var(--paper); writing-mode: vertical-rl; transform: rotate(180deg); font-size: .64rem; letter-spacing: .2em; }
  .location::before { content: '/ PRODUCT\A / SYSTEMS\A / AI\A / DEVELOPMENT'; white-space: pre; margin-bottom: auto; color: #aaa79f; font-size: .58rem; line-height: 2.2; letter-spacing: .12em; }

  .projects { min-height: 0; padding: 38px 22px 34px; }
  .projects .section-heading { position: static; margin: 0 0 14px; }
  .projects .section-heading .section-number { display: none; }
  .projects .section-heading h2 { font-family: var(--serif); font-size: 1.15rem; letter-spacing: 0; text-transform: none; }
  .projects-grid { width: calc(100% - 216px); grid-template-columns: 1fr 1fr; grid-template-rows: 320px minmax(360px, auto); gap: 10px; }
  .project { border-color: #d4d0c6; }
  .project-featured { grid-column: 1 / 3; grid-row: 1; display: grid; grid-template-columns: 1.35fr .85fr; grid-template-rows: 38px 1fr; min-height: 0; background: #1c1d1c; color: var(--paper); }
  .project-featured .project-label { grid-column: 1 / 3; }
  .project-featured .project-visual { grid-column: 1; grid-row: 2; min-height: 0; }
  .project-featured .project-body { grid-column: 2; grid-row: 2; display: block; padding: 24px 20px; background: #1c1d1c; }
  .project-featured h3 { margin: 0 0 12px; padding: 0; background: none; font-size: 1.9rem; }
  .project-featured .project-body p { font-size: .72rem; color: #bdbab2; }
  .project-featured .tags { margin-top: 18px; }
  .project-pair { display: contents; }
  .project-pair .project-compact:first-child, .project-pair .project-inverted { grid-row: 2; min-height: 0; margin: 0; padding: 17px; }
  .project-compact .project-thumb { width: calc(100% + 34px); height: 128px; margin: 0 -17px; }
  .project-pair .project-compact:first-child { grid-column: 1; }
  .project-pair .project-inverted { grid-column: 2; }
  .project-compact h3 { margin: 18px 0 9px; font-size: 1.35rem; }
  .project-compact > p { font-size: .72rem; line-height: 1.45; }
  .project-compact .tags { margin-top: 12px; }
  .tags li { padding: .3rem .48rem; font-size: .55rem; }
  .projects .city-spine { display: flex; top: 66px; right: 22px; width: 196px; height: 690px; background: linear-gradient(180deg, rgba(21,21,21,.03), rgba(21,21,21,.58)), url('/assets/images/spb-temp.webp') center / cover no-repeat; }

  .notes { min-height: 0; padding: 34px 22px; background: #e7e2d7; }
  .notes .section-heading { margin: 0 0 14px; }
  .notes-list { width: 100%; display: grid; grid-template-columns: 1.1fr 1fr 1fr; grid-template-rows: 190px; gap: 10px; }
  .note-primary, .note-preview:nth-child(2), .note-preview:nth-child(3) { grid-column: auto; grid-row: auto; margin: 0; padding: 20px; }
  .note-primary h3, .note-preview:not(.note-primary) h3 { font-size: 1.45rem; }
  .note-preview > p:last-child { font-size: .72rem; }

  .about { min-height: 0; padding: 38px 22px 42px; }
  .about .section-heading { margin-bottom: 22px; }
  .about-layout h3 { font-size: 3rem; }
  .about-copy { font-size: .86rem; }
  .areas { margin-top: 18px; font-size: .7rem; }
  footer { min-height: 68px; padding: 0 22px; }
}

@media (max-width: 900px) {
  body { background: var(--paper); }
  .site-canvas { width: 100%; }
  .atelier-object { aspect-ratio: 16 / 10; min-height: 0; }
  .atelier-object > img { object-position: 50% 50%; }
  .project-featured .project-visual, .project-featured .project-visual img { height: 300px; min-height: 300px; }
  .project-thumb { height: 210px; }
}

@media (max-width: 680px) {
  .projects .city-spine { display: flex; position: static; width: 100%; height: 320px; margin-top: 1.5rem; padding: 18px; flex-direction: column; writing-mode: vertical-rl; background: linear-gradient(180deg, rgba(21,21,21,.03), rgba(21,21,21,.58)), url('/assets/images/spb-temp.webp') center / cover no-repeat; }
}
