/*
Theme Name: Gwendal Portfolio
Theme URI: https://www.gwendal-bonneel.de/
Author: Gwendal Bonneel
Description: Minimal portfolio theme for Gwendal Bonneel.
Version: 0.1.69
Text Domain: gwendal-portfolio
*/

:root {
  --ink: #111;
  --muted: #696969;
  --paper: #f5f3f1;
  --line: #d9d7d2;
  --placeholder: transparent;
  --white: #fff;
  --max: 1480px;
  --pad: clamp(22px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--pad); }
.eyebrow { margin: 0 0 24px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; }
.site-header { position: relative; z-index: 20; background: rgba(245,243,241,.94); border-bottom: 1px solid var(--line); }
.home .site-header { position: absolute; top: 0; right: 0; left: 0; background: transparent; }
.header-inner { min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; }
.brand { font-size: 18px; font-weight: 650; line-height: .95; letter-spacing: .12em; text-transform: uppercase; }
.main-nav ul { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); margin: 0; padding: 0; list-style: none; }
.main-nav a, .pdf-link { position: relative; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; }
.main-nav a::after, .pdf-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 1px; background: var(--ink); transition: right .25s ease; }
.main-nav a:hover::after, .main-nav .current-menu-item a::after, .pdf-link:hover::after { right: 0; }
.pdf-link { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 36px; height: 36px; padding: 0; border: 0; background: none; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 22px; height: 1px; margin: 5px auto; background: var(--ink); transition: .25s; }

.hero { position: relative; min-height: calc(100vh - 104px); border-bottom: 1px solid var(--line); overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(245,243,241,.96) 0%, rgba(245,243,241,.72) 28%, rgba(245,243,241,0) 58%); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; display: flex; width: 100%; min-height: calc(100vh - 104px); flex-direction: column; align-items: flex-start; justify-content: center; padding: calc(104px + clamp(48px, 6vw, 96px)) 0 clamp(48px, 6vw, 96px) max(var(--pad), calc((100vw - var(--max)) / 2 + var(--pad))); pointer-events: none; }
.hero-copy > * { margin-left: 0; pointer-events: auto; }
.hero-role { width: auto; max-width: none; margin: 0 0 clamp(28px, 2.5vw, 42px); font-size: clamp(14px, 1.3vw, 21px); letter-spacing: .25em; white-space: nowrap; }
.hero h1 { max-width: 560px; margin: 0; font-size: clamp(58px, 5.28vw, 93px); font-weight: 400; line-height: 1.01; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 span { display: block; }
.hero-copy .hero-desktop-amp { color: #cfc8c1; font-style: normal; }
.hero h1 small { display: block; margin-bottom: 20px; font-size: 13px; font-weight: 500; letter-spacing: .22em; }
.hero-copy p { color: #222; }
.hero-intro { width: min(100%, 560px); max-width: none; margin: clamp(52px, 5vw, 80px) 0 clamp(52px, 4.5vw, 76px); font-size: clamp(16px, 1.3vw, 22px); line-height: 1.55; }
.hero .button-link { width: clamp(274px, 24vw, 410px); min-width: 0; justify-content: space-between; padding: clamp(18px, 1.6vw, 27px) clamp(22px, 2vw, 34px); font-size: clamp(12px, 1vw, 16px); white-space: nowrap; }
.button-link { display: inline-flex; width: fit-content; align-items: center; gap: 42px; padding: 17px 22px; border: 1px solid var(--ink); font-size: 12px; text-transform: uppercase; transition: .25s; }
.button-link:hover { color: var(--white); background: var(--ink); }
.hero-visual { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: var(--paper); }
.hero-stage { position: absolute; top: 50%; left: 0; width: 100%; aspect-ratio: 3 / 2; transform: translateY(-50%); }
.hero-background { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; }
.hero-mobile-title, .hero-mobile-portfolio, .hero-mobile-background { display: none; }
.laptop-screen { position: absolute; z-index: 2; top: 0; left: 0; width: 1920px; height: 1200px; overflow: hidden; border-radius: 3px; transform-origin: 0 0; background: #eee9e4; will-change: transform; }
.laptop-screen-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 1s ease-in-out; }
.laptop-screen-slide.is-active { opacity: 1; pointer-events: auto; }
.laptop-screen-slide img { width: 100%; height: 100%; object-fit: cover; }
.laptop-screen-glare { position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(125deg, rgba(255,255,255,.2) 0%, rgba(255,255,255,.04) 38%, rgba(0,0,0,.08) 100%); box-shadow: inset 0 0 20px rgba(0,0,0,.16); mix-blend-mode: soft-light; }

.section { padding-block: clamp(80px, 10vw, 160px); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 24px; margin-bottom: 36px; }
.section-head h2, .page-hero h1 { margin: 0; font-size: clamp(34px, 5vw, 72px); font-weight: 450; line-height: 1; letter-spacing: -.045em; }
.text-link { font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 3vw, 52px) 16px; }
.project-card { min-width: 0; }
.project-image { position: relative; overflow: hidden; aspect-ratio: 1.25 / 1; margin-bottom: 15px; background: var(--placeholder); }
.project-image::after { content: "VISUAL\A TEMPORÄR"; white-space: pre; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.82); font-size: 12px; letter-spacing: .16em; text-align: center; }
.project-image:has(img)::after { display: none; }
.project-image img { width: 100%; height: 100%; object-fit: cover; }
.project-card h3 { margin: 0; font-size: 17px; font-weight: 600; }
.project-card p { margin: 2px 0 12px; color: var(--muted); font-size: 14px; }
.project-card .text-link { display: inline-flex; gap: 18px; }
.home #selected-projects { padding-top: clamp(48px, 6vw, 88px); }
.home .project-card .text-link { display: none; }
.home .project-card:nth-child(n+9) { display: none; }
.project-grid-mobile { display: none; }
.home .project-grid-desktop .project-card:nth-child(n+9) { display: block; }
.project-card:hover .project-image { filter: brightness(.93); }

.page-hero { padding-block: clamp(80px, 12vw, 180px); border-bottom: 1px solid var(--line); }
.desktop-page-title { padding: 76px 0 52px; border-bottom: 1px solid var(--line); }
.desktop-page-title h1 { display: flex; align-items: center; gap: 24px; margin: 0; color: #b58a45; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.desktop-page-title h1::after { content: ""; width: 44px; height: 1px; background: #b58a45; }
.desktop-original-page-hero { display: none; }
.desktop-original-page-content { display: none; }
.desktop-projects-title { padding-bottom: 0; border-bottom: 0; }
.desktop-projects-content { padding-top: 52px; }
.workflow-desktop-premium,
.contact-desktop-premium {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 76px var(--pad) clamp(80px, 8vw, 130px);
  background: var(--paper);
}
.workflow-desktop-header,
.contact-desktop-header { text-align: left; }
.workflow-desktop-header > p,
.contact-desktop-header > p {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  color: #b58a45;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.workflow-desktop-header > p::after,
.contact-desktop-header > p::after {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  margin: 0;
  background: #b58a45;
}
.workflow-desktop-header h1 {
  margin: 28px 0 0;
  color: #181818;
  font-size: clamp(40px, 3.6vw, 58px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.04em;
  text-align: center;
}
.workflow-desktop-header h1 span,
.contact-desktop-header h1 span { color: #b58a45; }
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(24px, 2.5vw, 42px);
  margin-top: 70px;
}
.workflow-steps article { position: relative; min-width: 0; text-align: center; }
.workflow-steps article.workflow-step-reveal {
  opacity: 0;
  transform: translate3d(-16px, 10px, 0);
  transition:
    opacity 380ms cubic-bezier(.22,1,.36,1),
    transform 380ms cubic-bezier(.22,1,.36,1);
  transition-delay: calc(var(--workflow-step-index, 0) * 75ms);
  will-change: opacity, transform;
}
.workflow-steps article.workflow-step-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.workflow-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 143px;
  right: clamp(-34px, -2vw, -20px);
  color: #bcb9b4;
  font-size: 25px;
  font-weight: 300;
}
.workflow-steps b {
  display: grid;
  width: 38px;
  height: 38px;
  margin: 0 auto 14px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #b58a45;
  font-size: 14px;
  font-weight: 600;
}
.workflow-steps h2 { margin: 0 0 22px; font-size: 18px; font-weight: 600; }
.workflow-icon {
  display: grid;
  width: clamp(118px, 10vw, 150px);
  height: clamp(118px, 10vw, 150px);
  margin: 0 auto 22px;
  place-items: center;
  border: 1px solid #d7d4cf;
  border-radius: 50%;
}
.workflow-icon svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: #181818;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.workflow-steps p { margin: 0; color: #343434; font-size: 15px; line-height: 1.5; }
.workflow-values {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 75px;
  padding-top: 55px;
  border-top: 1px solid #ddd9d4;
}
.workflow-values article { min-width: 0; padding: 0 clamp(18px, 2vw, 34px); text-align: center; }
.workflow-values article + article { border-left: 1px solid #ddd9d4; }
.workflow-values svg {
  width: 52px;
  height: 52px;
  fill: none;
  stroke: #b58a45;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.workflow-values h2 { margin: 22px 0 10px; font-size: 18px; font-weight: 600; }
.workflow-values p { margin: 0; color: #343434; font-size: 15px; line-height: 1.5; }
.contact-desktop-header { text-align: left; }
.contact-desktop-header h1 {
  max-width: 980px;
  margin: 34px 0 0;
  color: #181818;
  font-size: clamp(48px, 5vw, 78px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.045em;
}
.contact-desktop-layout {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr);
  gap: clamp(80px, 10vw, 170px);
  margin-top: 70px;
  align-items: start;
}
.contact-desktop-details { display: flex; flex-direction: column; gap: 22px; font-size: 18px; }
.contact-desktop-details > p { margin: 0 0 25px; font-size: 28px; line-height: 1.4; }
.contact-desktop-layout .contact-form { max-width: none; }
.contact-desktop-premium .contact-form textarea::-webkit-resizer {
  background:
    linear-gradient(135deg, transparent 0 47%, #b58a45 48% 54%, transparent 55%),
    linear-gradient(135deg, transparent 0 66%, #b58a45 67% 73%, transparent 74%);
}
.about-mobile-photo { display: none; }
.about-mobile-page { display: none; }
.about-standard-hero { display: none; }
body:has(.about-desktop-premium) { background: var(--paper); }
.about-desktop-premium { display: grid; width: min(100%, var(--max)); min-height: calc(100vh - 104px); margin: 0 auto -150px; padding: calc(clamp(82px, 8vw, 132px) + 84px) var(--pad) 56px; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .8fr); align-items: center; column-gap: clamp(64px, 8vw, 150px); row-gap: 67px; background: var(--paper); transform: translateY(-150px); }
.about-desktop-copy { position: relative; top: -27px; align-self: center; }
.about-desktop-label { display: flex; align-items: center; gap: 24px; margin: 0 0 clamp(42px, 4vw, 68px); color: #b58a45; font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.about-desktop-label::after { content: ""; width: 44px; height: 1px; background: #b58a45; }
.about-desktop-copy h1 { max-width: 820px; margin: 0; color: #181818; font-size: clamp(48px, 4.25vw, 72px); font-weight: 600; line-height: 1.16; letter-spacing: -.045em; }
.about-desktop-copy h1 span { color: #b58a45; }
.about-desktop-intro { margin-top: clamp(42px, 4vw, 64px); color: #181818; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.75; }
.about-desktop-intro p { margin: 0; }
.about-desktop-intro p + p { margin-top: 26px; }
.about-desktop-portrait { width: 100%; margin: 0; overflow: hidden; }
.about-desktop-portrait img { width: 100%; height: 100%; aspect-ratio: 500 / 570; object-fit: cover; object-position: 50% 43%; }
.about-desktop-section-title { display: flex; align-items: center; gap: 24px; margin: 0; color: #b58a45; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.about-desktop-section-title::after { content: ""; width: 44px; height: 1px; background: #b58a45; }
.about-desktop-profile { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: -18px; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
.about-desktop-profile > .about-desktop-section-title { grid-column: 1 / -1; margin: 38px 0 8px; padding-inline: clamp(20px, 2.6vw, 48px); }
.about-desktop-profile article { display: flex; min-width: 0; min-height: 250px; flex-direction: column; align-items: center; justify-content: flex-start; padding: 38px clamp(20px, 2.6vw, 48px); text-align: center; }
.about-desktop-profile article + article { border-left: 1px solid #e8e8e8; }
.about-desktop-profile svg { width: 38px; height: 38px; flex: 0 0 auto; fill: none; stroke: #b58a45; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.about-desktop-profile article h2 { margin: 34px 0 14px; font-size: 16px; font-weight: 600; line-height: 1.35; }
.about-desktop-profile p { margin: 0; font-size: 16px; line-height: 1.55; }
.about-desktop-expertise { grid-column: 1 / -1; padding-top: 38px; border-top: 1px solid #e8e8e8; }
.about-desktop-expertise > .about-desktop-section-title { margin-bottom: 48px; }
.about-desktop-expertise-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(30px, 5vw, 90px); }
.about-desktop-expertise-grid article { display: flex; min-width: 0; min-height: 160px; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; }
.about-desktop-expertise-grid svg { width: 48px; height: 48px; fill: none; stroke: #b58a45; stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; }
.about-desktop-expertise-grid h3 { margin: 30px 0 0; font-size: 18px; font-weight: 600; line-height: 1.45; }
.about-standard-page.section:has(.about-desktop-content-placeholder) { display: none; }
.page-hero p { max-width: 760px; margin: 30px 0 0; font-size: clamp(18px, 2vw, 28px); color: #333; }
.prose { display: grid; grid-template-columns: 1fr 2fr; gap: clamp(40px, 8vw, 140px); }
.prose h2 { margin-top: 0; font-size: clamp(28px, 4vw, 56px); font-weight: 450; line-height: 1.05; }
.prose-copy { max-width: 760px; }
.prose-copy p:first-child { margin-top: 0; font-size: 21px; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; border-top: 1px solid var(--line); }
.fact { padding: 28px 28px 28px 0; border-bottom: 1px solid var(--line); }
.fact strong { display: block; margin-bottom: 7px; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.project-detail { padding-top: clamp(0px, 2vw, 35px); }
.project-meta { display: grid; grid-template-columns: 35% 65%; align-items: start; gap: 0; }
.project-info { display: flex; min-width: 0; height: 43.333vw; flex-direction: column; align-items: flex-end; padding: 0 clamp(28px, 3.5vw, 64px) 0 var(--pad); text-align: right; }
.project-info .eyebrow { margin: 0 0 20px; }
.project-mobile-subtitle { display: none; }
.project-copy-column { position: relative; display: flex; width: 100%; max-width: 100%; min-height: 0; height: 100%; flex-direction: column; text-align: right; }
.project-info h1 { display: inline-block; margin: 0; font-size: clamp(48px, 4.4vw, 72px); font-weight: 650; line-height: 1.14; letter-spacing: -.025em; text-align: left; text-transform: uppercase; }
.project-services { margin: clamp(48px, 5vw, 82px) 0 0; font-size: clamp(15px, 1.25vw, 20px); line-height: 1.4; text-align: left; white-space: nowrap; }
.project-summary { margin: 30px 0 0; font-size: clamp(16px, 1.35vw, 21px); line-height: 1.34; text-align: justify; text-align-last: left; hyphens: auto; }
.project-slide-controls { display: flex; gap: 10px; margin-top: 34px; }
.project-slide-controls-mobile { display: none; }
.project-slide-controls button { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid var(--ink); color: var(--ink); background: transparent; font: inherit; font-size: 13px; cursor: pointer; transition: border-width .2s ease, opacity .2s ease; }
.project-slide-controls button:hover { opacity: .55; }
.project-slide-controls button.is-active { border-width: 2px; }
.project-inline-nav { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 0; padding-top: 18px; border-top: 1px solid var(--line); text-align: left; }
.project-inline-nav span:last-child { text-align: right; }
.project-inline-nav a { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; }
.project-nav-mobile { display: none; }
.project-inline-nav small { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.project-inline-nav strong { font-size: 12px; font-weight: 400; line-height: 1; transition: transform .2s ease; }
.project-inline-nav span:first-child a:hover strong { transform: translateX(-4px); }
.project-inline-nav span:last-child a:hover strong { transform: translateX(4px); }
.project-main { min-width: 0; }
.project-visual { aspect-ratio: 3 / 2; min-height: 0; background: var(--placeholder); display: grid; place-items: center; overflow: hidden; color: var(--white); letter-spacing: .18em; font-size: 12px; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; }
.project-featured-mobile { display: none; }
.truck-video-screen, .truck-video-modal { display: none; }

@media (min-width: 641px) {
  .project-detail .project-visual:has(.truck-video-screen) { position: relative; }
  .truck-video-screen {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    width: 1024px;
    height: 724px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    cursor: zoom-in;
    transition: filter 350ms cubic-bezier(.22,1,.36,1);
    transform-origin: 0 0;
    will-change: transform;
  }
  .truck-video-screen:hover, .truck-video-screen:focus-visible { filter: brightness(1.06); }
  .truck-video-screen:focus-visible { outline: 2px solid #b58a45; outline-offset: 3px; }
  .truck-video-play {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 96px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 50%;
    background: rgba(24,24,24,.42);
    backdrop-filter: blur(5px);
    transform: translate(-50%,-50%);
  }
  .truck-video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 21px solid #fff;
    transform: translate(-42%,-50%);
  }
  .truck-video-screen-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .truck-video-modal[hidden] { display: none; }
  .truck-video-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 48px;
  }
  .truck-video-backdrop { position: absolute; inset: 0; background: rgba(24,24,24,.86); backdrop-filter: blur(7px); }
  .truck-video-dialog {
    position: relative;
    z-index: 1;
    width: min(1024px, calc(100vw - 96px));
    border: 1px solid rgba(255,255,255,.2);
    background: #181818;
    animation: truckVideoOpenDesktop 350ms cubic-bezier(.22,1,.36,1);
  }
  .truck-video-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 18px; color: #fff; }
  .truck-video-dialog h2 { margin: 0; font-size: 16px; font-weight: 450; letter-spacing: .04em; }
  .truck-video-close { position: relative; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; padding: 0; color: #fff; background: transparent; cursor: pointer; }
  .truck-video-close::before, .truck-video-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: currentColor; }
  .truck-video-close::before { transform: translate(-50%,-50%) rotate(45deg); }
  .truck-video-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
  .truck-video-dialog video { display: block; width: 100%; height: auto; aspect-ratio: 1024 / 724; background: #000; object-fit: contain; }
  body.truck-video-is-open { overflow: hidden; }
  @keyframes truckVideoOpenDesktop {
    from { opacity: 0; transform: translate3d(0,18px,0) scale(.985); }
    to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
  }
}
.project-slider { position: relative; display: block; }
.project-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .7s ease-in-out; }
.project-slide.is-active { opacity: 1; pointer-events: auto; }
.project-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.project-data { padding: clamp(34px, 4vw, 62px) 0 clamp(80px, 10vw, 150px); }
.project-accordion { display: none; }
.project-body { max-width: 1180px; margin: clamp(70px, 9vw, 140px) auto; padding-inline: var(--pad); }
.project-copy > h2, .project-facts-grid h2 { margin: 0 0 18px; font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.project-copy > p { max-width: 760px; margin: 0; font-size: clamp(20px, 2vw, 30px); line-height: 1.45; }
.project-facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 6vw, 90px); margin: 0; padding: 0 4px; border: 0; }
.project-facts-grid ul { margin: 0; padding: 0; list-style: none; }
.project-facts-grid li { margin: 0 0 7px; line-height: 1.45; }
.project-additional { margin-top: clamp(20px, 4vw, 60px); }
.project-secondary-image { width: 100%; margin: 0; }
.project-secondary-image img { display: block; width: 100%; height: auto; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 10vw, 160px); }
.contact-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-list li { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-form label { display: block; margin-bottom: 24px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--ink); outline: 0; background: transparent; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form button { cursor: pointer; }

.site-footer { color: #f4f4f4; background: #111; }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: clamp(28px, 5vw, 80px); padding-block: 30px; }
.footer-identity { display: flex; align-items: center; gap: 24px; }
.footer-logo { width: 92px; flex: 0 0 auto; margin: 0; }
.footer-logo svg { width: 100%; height: auto; }
.footer-identity p { margin: 0; font-size: 12px; line-height: 1.45; color: #aaa; }
.footer-col h2 { margin: 0 0 20px; font-size: 12px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; }
.footer-col ul { margin: 0; padding: 0; list-style: none; }
.footer-contact ul, .footer-legal ul { display: flex; align-items: center; gap: clamp(24px, 4vw, 54px); margin: 0; padding: 0; list-style: none; }
.phone-link { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.phone-link__icon { width: 16px; height: 16px; fill: currentColor; }
.footer-contact li, .footer-legal li { margin: 0; font-size: 13px; }
.footer-contact-icon { display: none; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(28px, 5vw, 80px); padding-block: 13px; border-top: 1px solid #333; font-size: 11px; color: #888; }
.footer-legal { justify-self: start; }
.cookie-settings { border: 0; padding: 0; color: inherit; background: transparent; cursor: pointer; }
.cookie-banner[hidden], .cookie-banner__main[hidden], .cookie-banner__custom[hidden] { display: none; }
.cookie-banner { position: fixed; z-index: 1000; right: 22px; bottom: 22px; left: 22px; color: #181818; }
.cookie-banner__inner { width: min(100%, 900px); margin-left: auto; padding: 24px; border: 1px solid #d7d3cf; background: #f5f3f1; box-shadow: 0 14px 44px rgba(0,0,0,.16); }
.cookie-banner__main, .cookie-banner__custom { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 28px; }
.cookie-banner strong { font-size: 14px; font-weight: 600; }
.cookie-banner p { max-width: 600px; margin: 8px 0 0; color: #555; font-size: 13px; line-height: 1.5; }
.cookie-banner__actions { display: flex; justify-content: flex-end; gap: 8px; }
.cookie-banner button { min-height: 42px; padding: 0 16px; border: 1px solid #181818; color: #181818; background: transparent; cursor: pointer; }
.cookie-banner button.is-primary { color: #fff; background: #181818; }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 180px; }
.cookie-option span { display: grid; gap: 3px; }
.cookie-option small { color: #666; }
.cookie-option input { width: 20px; height: 20px; accent-color: #181818; }
.legal-page { max-width: 900px; }
.legal-page h2 { margin: 52px 0 14px; font-size: clamp(21px, 2.2vw, 30px); font-weight: 500; line-height: 1.25; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page p { margin: 0 0 16px; color: #3f3f3f; }
.legal-page a { text-decoration: underline; text-underline-offset: 3px; }
.legal-page code { padding: 2px 5px; background: rgba(0,0,0,.05); }
.legal-cookie-button { border: 0; padding: 0; color: inherit; background: transparent; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }

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

@media (max-width: 1000px) {
  .header-inner { grid-template-columns: 1fr auto; min-height: 82px; }
  .main-nav, .pdf-link { display: none; }
  .menu-toggle { display: block; }
  .main-nav.is-open { display: block; position: absolute; top: 82px; left: 0; right: 0; padding: 26px var(--pad) 38px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open ul { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero { min-height: calc(100svh - 82px); }
  .hero::after { background: linear-gradient(180deg, rgba(245,243,241,.98) 0%, rgba(245,243,241,.78) 38%, rgba(245,243,241,.08) 72%); }
  .hero-copy { width: 100%; min-height: calc(100svh - 82px); justify-content: center; padding: calc(82px + 48px) var(--pad) 48px; }
  .hero-visual { min-height: 0; }
  .hero-stage { top: auto; bottom: 0; transform: none; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-meta, .prose { grid-template-columns: 1fr; }
  .project-info { align-items: flex-end; padding: 0 var(--pad) 50px; text-align: right; }
  .project-services, .project-summary { max-width: 680px; }
  .project-main { width: 100%; }
  .project-data { padding-inline: var(--pad); }
}

@media (max-width: 640px) {
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; }
  .cookie-banner__inner { padding: 20px; }
  .cookie-banner__main, .cookie-banner__custom { grid-template-columns: 1fr; align-items: stretch; gap: 20px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .phone-link__text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
  .phone-link__icon { width: 22px; height: 22px; }
  .hero { display: flex; min-height: 0; flex-direction: column; padding-top: 82px; overflow: visible; }
  .page-hero:has(.about-mobile-photo) { padding-top: 0; }
  .desktop-page-title { display: none; }
  .desktop-original-page-hero { display: block; }
  .desktop-original-page-content { display: block; }
  .contact-desktop-premium {
    display: block;
    width: 100%;
    padding: 40px 24px 68px;
    background: #faf9f6;
  }
  body:has(.contact-desktop-premium) .desktop-original-page-hero,
  body:has(.contact-desktop-premium) .desktop-original-page-content { display: none; }
  .contact-desktop-header > p { gap: 20px; color: #b58a45; font-size: 18px; }
  .contact-desktop-header h1 {
    margin-top: 48px;
    font-size: 42px;
    line-height: 1.08;
  }
  .contact-desktop-layout {
    grid-template-columns: 1fr;
    gap: 52px;
    margin-top: 52px;
  }
  .contact-desktop-details { gap: 18px; font-size: 18px; }
  .contact-desktop-details > p { margin-bottom: 18px; font-size: 22px; line-height: 1.4; }
  .contact-desktop-premium .phone-link__icon { color: #b58a45; }
  .contact-desktop-layout .contact-form { width: 100%; }
  .workflow-desktop-premium {
    display: block;
    width: 100%;
    padding: 40px 24px 68px;
    background: #faf9f6;
  }
  body:has(.workflow-desktop-premium) .desktop-original-page-hero,
  body:has(.workflow-desktop-premium) .desktop-original-page-content { display: none; }
  .workflow-desktop-header { text-align: left; }
  .workflow-desktop-header > p { gap: 20px; color: #b58a45; font-size: 18px; }
  .workflow-desktop-header h1 { margin-top: 48px; font-size: 42px; line-height: 1.08; text-align: left; }
  .workflow-steps { grid-template-columns: 1fr; gap: 42px; margin-top: 58px; }
  .workflow-steps article {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-areas: "number title" "icon description";
    column-gap: 18px;
    align-items: center;
    text-align: left;
  }
  .workflow-steps article.workflow-step-reveal {
    transform: translate3d(0, 16px, 0);
    transition-delay: 0ms;
  }
  .workflow-steps article.workflow-step-reveal.is-visible { transform: translate3d(0, 0, 0); }
  .workflow-steps article:not(:last-child)::after { display: none; }
  .workflow-steps b { grid-area: number; width: 38px; height: 38px; margin: 0; }
  .workflow-steps h2 { grid-area: title; margin: 0; font-size: 22px; }
  .workflow-icon { grid-area: icon; width: 64px; height: 64px; margin: 20px 0 0; }
  .workflow-steps p { grid-area: description; margin: 20px 0 0; font-size: 18px; line-height: 1.45; }
  .workflow-values { grid-template-columns: 1fr; margin-top: 58px; padding-top: 0; }
  .workflow-values article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas: "value-icon value-title" "value-icon value-copy";
    column-gap: 20px;
    padding: 28px 0;
    text-align: left;
  }
  .workflow-values article + article { border-top: 1px solid #ddd9d4; border-left: 0; }
  .workflow-values svg { grid-area: value-icon; width: 46px; height: 46px; }
  .workflow-values h2 { grid-area: value-title; margin: 0 0 8px; font-size: 20px; }
  .workflow-values p { grid-area: value-copy; font-size: 17px; }
  .post-type-archive-project .desktop-projects-title {
    display: block;
    padding: 40px 24px 0;
    border: 0;
  }
  .post-type-archive-project .desktop-projects-title .wrap { padding: 0; }
  .post-type-archive-project .desktop-projects-title h1 {
    gap: 20px;
    color: #b58a45;
    font-size: 18px;
    line-height: 1.45;
  }
  .post-type-archive-project .desktop-original-page-hero { display: none; }
  .desktop-projects-content { padding-top: 54px; }
  .page-hero .about-mobile-photo { display: block; width: calc(100% + 44px); max-width: none; height: auto; margin: 0 -22px 30px; }
  .hero::after { display: none; }
  .hero-copy { display: none; }
  .hero .hero-mobile-title { position: absolute; z-index: 2; top: 112px; left: 25px; display: block; margin: 0; padding: 0; font-size: clamp(48px, 13.5vw, 64px); font-weight: 400; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; }
  .hero-mobile-title span { display: block; }
  .hero-mobile-title .hero-mobile-design-row { display: flex; align-items: baseline; gap: .12em; }
  .hero-mobile-title .hero-mobile-amp { display: inline; color: #cfc8c1; }
  .hero-mobile-title .hero-mobile-design-row span:last-child { display: inline; }
  .hero-visual { position: relative; z-index: 0; inset: auto; width: 100%; min-height: 0; margin-top: 119px; overflow: hidden; }
  .hero-stage { position: relative; top: auto; bottom: auto; left: auto; width: 100%; aspect-ratio: auto; transform: none; }
  .hero-background { display: none; }
  .hero-mobile-background { position: relative; display: block; width: 100%; height: auto; }
  .hero .hero-mobile-portfolio {
    position: relative;
    display: flex;
    width: calc(100% - 72px);
    min-height: 74px;
    margin: 26px auto 36px;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 19px 48px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
  }
  .hero-mobile-portfolio-label { display: block; }
  .hero-mobile-portfolio-arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }
  .project-facts-grid { grid-template-columns: 1fr; }
  .project-detail .project-meta { display: flex; flex-direction: column; }
  .project-detail { color: #181818; background: #faf9f6; }
  .project-detail .project-info, .project-detail .project-main { display: contents; }
  .project-detail .project-visual { z-index: 1; order: 1; width: 100%; margin-top: -28px; }
  .project-detail .project-visual:has(.truck-video-screen) { position: relative; }
  .project-featured-desktop { display: none; }
  .project-featured-mobile { display: block; }
  .truck-video-screen {
    position: absolute;
    z-index: 5;
    top: 19%;
    left: 2.5%;
    display: flex;
    width: 20%;
    height: 29%;
    min-width: 54px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    color: #fff;
    background: rgba(24,24,24,.18);
    cursor: pointer;
  }
  .truck-video-inline { display: none; }
  .truck-video-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(24,24,24,.25);
    transition: background 300ms cubic-bezier(.22,1,.36,1);
  }
  .truck-video-screen:active::before { background: rgba(24,24,24,.42); }
  .truck-video-screen:focus-visible { outline: 2px solid #b58a45; outline-offset: 2px; }
  .truck-video-play {
    position: relative;
    z-index: 1;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 50%;
    background: rgba(24,24,24,.34);
  }
  .truck-video-play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 53%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    transform: translate(-42%,-50%);
  }
  .truck-video-screen-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .truck-video-modal[hidden] { display: none; }
  .truck-video-modal {
    position: fixed;
    z-index: 10000;
    inset: 0;
    display: grid;
    align-items: start;
    justify-items: center;
    padding: max(76px, env(safe-area-inset-top)) 16px 24px;
  }
  .truck-video-backdrop { position: absolute; inset: 0; background: rgba(24,24,24,.82); }
  .truck-video-dialog {
    position: relative;
    z-index: 1;
    width: min(100%, 560px);
    border: 1px solid rgba(255,255,255,.2);
    background: #181818;
    animation: truckVideoOpen 350ms cubic-bezier(.22,1,.36,1);
  }
  .truck-video-dialog-head { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; color: #fff; }
  .truck-video-dialog h2 { margin: 0; font-size: 15px; font-weight: 450; letter-spacing: .04em; }
  .truck-video-close { position: relative; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; padding: 0; color: #fff; background: transparent; }
  .truck-video-close::before, .truck-video-close::after { content: ""; position: absolute; top: 50%; left: 50%; width: 15px; height: 1px; background: currentColor; }
  .truck-video-close::before { transform: translate(-50%,-50%) rotate(45deg); }
  .truck-video-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
  .truck-video-dialog video { display: block; width: 100%; height: auto; aspect-ratio: 1024 / 724; background: #000; object-fit: contain; }
  body.truck-video-is-open { overflow: hidden; }
  @keyframes truckVideoOpen {
    from { opacity: 0; transform: translate3d(0,16px,0) scale(.985); }
    to { opacity: 1; transform: translate3d(0,0,0) scale(1); }
  }
  .project-detail .project-info > .eyebrow { display: none; }
  .project-detail .project-copy-column { order: 2; width: auto; padding: 24px 25px 0; text-align: left; }
  .project-detail .project-copy-column { display: block; height: auto; }
  .project-detail .project-info h1 { display: block; font-size: 32px; line-height: 1; letter-spacing: -.025em; text-align: left; }
  .project-detail .project-mobile-subtitle { display: block; margin: 12px 0 0; font-size: 14px; letter-spacing: .13em; text-align: left; white-space: nowrap; }
  .project-detail .project-mobile-subtitle::after { content: ""; display: block; width: 44px; height: 1px; margin-top: 18px; background: #b58a45; }
  .project-detail .project-services { margin-top: 22px; font-size: 14px; line-height: 1.3; text-align: left; white-space: nowrap; }
  .project-detail .project-summary { display: -webkit-box; margin-top: 24px; overflow: hidden; font-size: 18px; line-height: 1.45; text-align: left; text-align-last: auto; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .project-detail .project-slide-controls-desktop { display: none; }
  .project-detail .project-slide-controls-mobile { display: flex; justify-content: center; gap: 14px; margin: 0 0 26px; }
  .project-detail .project-slide-controls button { width: 12px; height: 12px; overflow: hidden; border: 1px solid #b58a45; border-radius: 50%; padding: 0; color: transparent; background: transparent; font-size: 0; }
  .project-detail .project-slide-controls button.is-active { border-width: 1px; background: #b58a45; }
  .project-detail .project-inline-nav { grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 54px; padding: 30px 0; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; }
  .project-detail .project-inline-nav { position: static; }
  .project-detail .project-inline-nav small { display: none; }
  .project-detail .project-inline-nav a { gap: 10px; font-size: 18px; text-decoration: none; }
  .project-detail .project-inline-nav b { display: inline; font-size: 18px; font-weight: 400; line-height: 1.15; }
  .project-detail .project-inline-nav strong { color: #b58a45; font-size: 22px; }
  .project-detail .project-inline-nav span:last-child a { justify-content: flex-end; }
  .project-detail .project-data { order: 4; padding-inline: 25px; }
  .project-detail .project-data { display: none; }
  .project-accordion { order: 4; display: block; padding: 52px 25px 84px; font-family: Inter, Arial, sans-serif; }
  .project-accordion-item { margin: 0; overflow: hidden; border: 0; border-top: 1px solid #e8e8e8; border-radius: 0; background: transparent; transition: border-color 350ms cubic-bezier(.22,1,.36,1); }
  .project-accordion-item:last-child { border-bottom: 1px solid #e8e8e8; }
  .project-accordion-item.is-open { border-top-color: #b58a45; }
  .project-accordion-trigger { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; border: 0; padding: 22px 0; color: #181818; background: transparent; font: inherit; font-size: 20px; line-height: 1.15; text-align: left; cursor: pointer; }
  .project-accordion-label { display: inline-flex; align-items: center; gap: 0; }
  .project-accordion-label > span { display: none; }
  .project-accordion-icon { position: relative; width: 20px; height: 20px; flex: 0 0 20px; color: #b58a45; transition: transform 350ms cubic-bezier(.22,1,.36,1); will-change: transform; }
  .project-accordion-icon::before { content: ""; position: absolute; top: 3px; left: 4px; width: 10px; height: 10px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
  .project-accordion-icon::after { display: none; }
  .project-accordion-item.is-open .project-accordion-icon { transform: rotate(180deg); }
  .project-accordion-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transform: translate3d(0,10px,0); transition: grid-template-rows 350ms cubic-bezier(.22,1,.36,1), opacity 350ms cubic-bezier(.22,1,.36,1), transform 350ms cubic-bezier(.22,1,.36,1); will-change: grid-template-rows, opacity, transform; }
  .project-accordion-item.is-open .project-accordion-panel { grid-template-rows: 1fr; opacity: 1; transform: translate3d(0,0,0); }
  .project-accordion-panel-inner { min-height: 0; overflow: hidden; padding: 0; }
  .project-accordion-item.is-open .project-accordion-panel-inner { padding-bottom: 30px; }
  .project-accordion-tags { display: flex; flex-wrap: wrap; gap: 10px; }
  .project-accordion-tags span { border: 1px solid #e8e8e8; border-radius: 999px; padding: 10px 18px; color: #181818; background: transparent; font-size: 16px; line-height: 1.2; }
  .project-accordion-facts { display: grid; gap: 0; }
  .project-accordion-facts p { margin: 0; padding: 24px 0; border-bottom: 1px solid #e8e8e8; color: #181818; font-size: 34px; font-weight: 450; line-height: 1.05; letter-spacing: -.035em; }
  .project-accordion-facts p:last-child { border-bottom: 0; }
  .project-accordion-fact-arrow { display: none; }
  .project-media-tabs { display: grid; grid-template-columns: repeat(4, max-content); gap: 24px; overflow-x: auto; border-bottom: 1px solid #e8e8e8; scrollbar-width: none; }
  .project-media-tabs::-webkit-scrollbar { display: none; }
  .project-media-tabs button { border: 0; border-bottom: 2px solid transparent; padding: 0 0 14px; color: #6d6d6d; background: transparent; font: inherit; font-size: 16px; white-space: nowrap; cursor: pointer; }
  .project-media-tabs button[aria-selected="true"] { border-bottom-color: #b58a45; color: #181818; }
  .project-media-panel { padding-top: 18px; animation: projectMediaIn 350ms cubic-bezier(.22,1,.36,1); }
  .project-media-panel[hidden] { display: none; }
  .project-media-empty { margin: 0; padding: 36px 0; color: #6d6d6d; font-size: 18px; }
  .project-accordion-gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
  .project-accordion-gallery::-webkit-scrollbar { display: none; }
  .project-accordion-gallery figure { min-width: 86%; margin: 0; overflow: hidden; border-radius: 12px; scroll-snap-align: start; }
  .project-accordion-gallery img { display: block; width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
  @keyframes projectMediaIn {
    from { opacity: 0; transform: translate3d(0,12px,0); }
    to { opacity: 1; transform: translate3d(0,0,0); }
  }
  .section-head { align-items: flex-start; flex-direction: column; }
  .home #selected-projects { padding: 0 0 56px; }
  .home #selected-projects .wrap { padding-inline: 0; }
  .home #selected-projects .wrap::before { content: none; }
  .project-grid { grid-template-columns: 1fr; gap: 0; }
  .project-grid-desktop { display: none; }
  .project-grid-mobile { display: grid; }
  .home .project-card:nth-child(n+9) { display: block; }
  .project-card { padding: 0; border: 0; }
  .project-card > a { position: relative; display: block; min-height: 0; margin-bottom: 22px; overflow: hidden; color: #fff; text-decoration: none; }
  .project-card > a::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.12)); }
  .project-card > a::after { content: "›"; position: absolute; z-index: 3; top: 50%; right: 20px; color: #fff; font-size: 64px; font-weight: 200; line-height: 1; transform: translateY(-54%); }
  .project-image { width: 100%; height: auto; min-height: 0; margin: 0; aspect-ratio: 16 / 9; }
  .project-card h3 { position: absolute; z-index: 3; top: 24px; right: 72px; left: 24px; margin: 0; color: #fff; font-size: clamp(24px, 7vw, 32px); line-height: 1; }
  .project-card p { position: absolute; z-index: 3; top: 58px; right: 72px; left: 24px; margin: 0; color: rgba(255,255,255,.92); font-size: 13px; font-style: italic; line-height: 1.25; }
  .project-services { margin-top: 22px; white-space: nowrap; }
  .project-summary { margin-top: 24px; }
  .project-data { padding-top: 34px; }
  .project-inline-nav { margin-top: 70px; }
  .facts, .contact-grid, .footer-main { grid-template-columns: 1fr; }
  .footer-main { gap: 12px; padding: 18px 14px; }
  .footer-identity { gap: 10px; }
  .footer-identity p { font-size: 10px; white-space: nowrap; }
  .footer-logo { width: 64px; margin-bottom: 0; }
  .footer-location, .footer-tagline { display: none; }
  .footer-contact ul { justify-content: center; gap: 52px; }
  .footer-contact li { font-size: 24px; line-height: 1; }
  .footer-contact a { display: grid; width: 34px; height: 34px; place-items: center; }
  .footer-contact-full { display: none; }
  .footer-contact-icon { display: block; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; }
  .project-detail .project-visual { touch-action: pan-y; }
  .footer-contact ul, .footer-legal ul { flex-wrap: wrap; }
  .footer-legal ul { gap: 10px 24px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 8px; padding-block: 10px; }
  .footer-legal { justify-self: stretch; }

  body:has(.about-mobile-page) { color: #181818; background: #faf9f6; }
  body:has(.about-mobile-page) .site-footer { display: none; }
  .about-standard-page { display: none; }
  .about-desktop-premium { display: none; }
  .about-mobile-page { display: block; width: 100%; overflow: hidden; background: #faf9f6; font-family: Inter, Arial, Helvetica, sans-serif; }
  .about-mobile-inner { width: 100%; padding-inline: 24px; }
  .about-mobile-hero { padding: 40px 0 46px; }
  .about-mobile-portrait { width: 100%; height: auto; aspect-ratio: 500 / 570; margin: 52px 0 0; object-fit: cover; object-position: 50% 43%; border-radius: 0; }
  .about-mobile-label { display: flex; align-items: center; gap: 20px; margin: 0 0 54px; color: #b58a45; font-size: 18px; line-height: 1.45; }
  .about-mobile-label::after { content: ""; display: block; width: 48px; height: 1px; margin: 0; background: #b58a45; }
  .about-mobile-hero h1 { margin: 0; font-size: 42px; font-weight: 450; line-height: 1.08; letter-spacing: -.045em; }
  .about-mobile-hero h1 span { color: #b58a45; }
  .about-mobile-intro { margin: 52px 0 0; font-size: 18px; line-height: 1.45; }
  .about-mobile-section { padding: 44px 0; }
  .about-mobile-section h2 { margin: 0 0 48px; font-size: 30px; font-weight: 500; line-height: 1.4; }
  .about-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .about-info-card { min-width: 0; padding: 22px 16px 26px; overflow-wrap: normal; word-break: normal; border: 1px solid #ececec; border-radius: 16px; background: #fff; transition: transform 350ms cubic-bezier(.22,1,.36,1), border-color 350ms cubic-bezier(.22,1,.36,1); }
  .about-info-card:active, .about-info-card:focus-visible { border-color: #b58a45; transform: scale(.975); outline: none; }
  .about-info-card svg, .about-expertise-card svg { width: 34px; height: 34px; fill: none; stroke: #b58a45; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
  .about-info-card h3 { margin: 28px 0 12px; font-size: 18px; font-weight: 500; line-height: 1.45; letter-spacing: 0; }
  .about-info-card p { margin: 0; font-size: 18px; line-height: 1.45; }
  .about-swipe, .about-tools-swipe { display: flex; gap: 14px; margin-right: -24px; padding-right: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 24px; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .about-swipe::-webkit-scrollbar, .about-tools-swipe::-webkit-scrollbar { display: none; }
  .about-expertise-card { width: calc(100vw - 62px); min-width: calc(100vw - 62px); min-height: 300px; padding: 30px 28px; border: 1px solid #ececec; border-radius: 18px; background: #fff; scroll-snap-align: start; transition: transform 350ms cubic-bezier(.22,1,.36,1), border-color 350ms cubic-bezier(.22,1,.36,1); }
  .about-expertise-card:active, .about-expertise-card:focus-visible { border-color: #b58a45; transform: scale(.98); outline: none; }
  .about-expertise-card h3 { margin: 48px 0 20px; font-size: 18px; font-weight: 500; line-height: 1.45; }
  .about-expertise-card p { margin: 0; font-size: 18px; line-height: 1.45; }
  .about-tools-section { padding-bottom: 52px; }
  .about-tool-card { display: flex; width: 170px; min-width: 170px; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 24px 14px; border: 1px solid #ececec; border-radius: 18px; background: #fff; text-align: center; scroll-snap-align: start; transition: transform 350ms cubic-bezier(.22,1,.36,1), border-color 350ms cubic-bezier(.22,1,.36,1); }
  .about-tool-card:active, .about-tool-card:focus-visible { border-color: #b58a45; transform: scale(1.035); outline: none; }
  .about-tool-card span { color: #b58a45; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
  .about-tool-card strong { font-size: 18px; font-weight: 450; line-height: 1.45; white-space: nowrap; }
  .about-mobile-page .reveal { opacity: 0; transform: translate3d(0,20px,0); transition: opacity 350ms cubic-bezier(.22,1,.36,1), transform 350ms cubic-bezier(.22,1,.36,1); will-change: opacity, transform; }
  .about-mobile-page .reveal.is-visible { opacity: 1; transform: translate3d(0,0,0); }
}

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