/*
Theme Name: A&U ARCH Prism
Theme URI: https://aandu-arch.com/
Author: A&U ARCH
Description: 一般社団法人A&U ARCHのための、白・プリズムカラー・プラチナゴールドを基調としたオリジナルテーマ。
Version: 2.7.9
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: au-arch
*/

:root {
  --paper: #ffffff;
  --white: #fff;
  --ink: #101316;
  --muted: #4f555a;
  --platinum: #9e9273;
  --platinum-pale: #cbc3ad;
  --line: rgba(64, 71, 76, .18);
  --cyan: rgba(178, 235, 241, .38);
  --violet: rgba(211, 199, 242, .34);
  --blush: rgba(244, 207, 218, .3);
  --lemon: rgba(247, 234, 184, .28);
  --max: 1440px;
  --gutter: clamp(22px, 4vw, 64px);
  --serif: "Shippori Mincho B1", "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
  --sans: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --title-page: clamp(30px, 3vw, 44px);
  --title-detail: clamp(27px, 2.6vw, 40px);
}

@media (max-width: 1024px) {
  .header-brand { gap: 14px; }
  .store-brand-name { padding-left: 14px; font-size: 11px; }
  .au-store-mode .header-cart { display: none; }
  .au-store-mode .nav-cart-mobile { display: list-item; }
}

@media (max-width: 720px) {
  .store-brand-name { gap: .35em; padding-left: 11px; font-size: 9px; letter-spacing: .1em; }
  .store-brand-name span { font-size: 8px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 110px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { position: fixed; width: 100%; overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.site-shell { width: 100%; overflow: hidden; overflow: clip; }
.site-shell h1,
.site-shell h2,
.site-shell h3,
.site-shell p {
  overflow-wrap: break-word;
  word-break: normal;
  line-break: strict;
}
.site-shell h1,
.site-shell h2,
.site-shell h3 { text-wrap: balance; }
.container { width: min(100% - (var(--gutter) * 2), var(--max)); margin-inline: auto; }
.screen-reader-text {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  clip: auto; width: auto; height: auto; margin: 10px; padding: 10px 16px;
  background: var(--white); z-index: 9999;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  padding: 18px var(--gutter);
  border-bottom: 1px solid rgba(64, 71, 76, .12);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 28px rgba(16, 19, 22, .035);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.header-inner {
  max-width: var(--max);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.header-actions { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); min-width: 0; }
.site-logo { display: block; flex: 0 0 auto; width: clamp(76px, 7vw, 104px); }
.site-logo .custom-logo-link { display: block; width: 100%; }
.site-logo img,
.site-logo .custom-logo { width: 100%; height: auto; object-fit: contain; }
.primary-nav { min-width: 0; }
.primary-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav a {
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--platinum);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .28s ease;
}
.primary-nav a:hover::after,
.primary-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.header-cart {
  position: relative;
  z-index: 61;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 2px;
  font-size: 10px;
  letter-spacing: .12em;
  white-space: nowrap;
}
.header-cart__count {
  display: grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 5px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255,255,255,.82);
  font-size: 9px;
  letter-spacing: 0;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
}
.menu-toggle span {
  box-sizing: content-box;
}
.menu-toggle .menu-line {
  display: block;
  width: 26px;
  height: 1px;
  margin: 7px auto;
  background: var(--ink);
  transition: transform .25s ease;
}

.hero {
  position: relative;
  min-height: max(760px, 100svh);
  padding: clamp(190px, 18vh, 220px) var(--gutter) 72px;
  border-bottom: 1px solid var(--line);
  isolation: isolate;
}
.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.12) 0 30%, transparent 52%);
}
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: contrast(1.035) saturate(.88) brightness(1.015); }
.hero-inner {
  position: relative;
  z-index: 3;
  width: min(100%, var(--max));
  min-height: calc(max(760px, 100svh) - clamp(210px, 22vh, 250px));
  margin: auto;
}
.hero-copy { width: min(58%, 780px); min-width: 0; }
.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #827858;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::after,
.section-kicker::after {
  content: "";
  width: clamp(70px, 12vw, 190px);
  height: 1px;
  background: var(--platinum);
}
.hero h1 {
  margin: 36px 0 28px;
  font-family: var(--serif);
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: .03em;
  line-break: strict;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: normal;
}
.hero-lead {
  max-width: 480px;
  margin: 0 0 32px;
  font-size: clamp(14px, 1.05vw, 16px);
  letter-spacing: .04em;
}
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.hero-actions .text-link { transform: translateY(-12px); }
.text-link {
  display: inline-flex; align-items: center; gap: 18px; padding-block: 10px;
  border-bottom: 1px solid var(--platinum); font-size: 11px; letter-spacing: .08em;
}
.text-link span { color: var(--platinum); }
.button {
  display: inline-flex;
  min-width: 226px;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 20px;
  border: 1px solid var(--platinum);
  background: rgba(255, 255, 255, .82);
  font-size: 12px;
  letter-spacing: .08em;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.button::after { content: "⟶"; display: grid; align-self: stretch; place-items: center; color: var(--platinum); line-height: 1; transition: transform .25s ease; }
.button:hover { color: var(--white); background: var(--ink); transform: translateY(-2px); }
.button:hover::after { transform: translateX(5px); }
.button.button-dark { color: var(--white); background: var(--ink); }
.button.button-dark:hover { color: var(--ink); background: var(--white); }

.prism-field {
  position: absolute;
  z-index: 1;
  inset: 3% -9vw 0 38%;
  pointer-events: none;
  filter: saturate(.72) contrast(1.04);
}
.prism-field::before,
.prism-field::after {
  content: "";
  position: absolute;
  inset: 5% -8% 0 0;
}
.prism-field::before {
  background:
    conic-gradient(from 231deg at 46% 52%,
      transparent 0 10deg, var(--cyan) 13deg, transparent 21deg,
      var(--violet) 25deg, transparent 34deg, var(--blush) 37deg,
      transparent 46deg, var(--lemon) 50deg, transparent 61deg);
  filter: blur(8px);
  opacity: .64;
  transform: perspective(600px) rotateY(-5deg);
}
.prism-field::after {
  background:
    linear-gradient(126deg, transparent 0 45%, rgba(255,255,255,.88) 48%, transparent 51%),
    linear-gradient(153deg, transparent 0 47%, rgba(158,146,115,.36) 48%, transparent 49%),
    radial-gradient(circle at 46% 52%, rgba(255,255,255,.98) 0 2%, rgba(255,255,255,.45) 6%, transparent 25%);
  opacity: .85;
}
.prism-ray {
  position: absolute;
  z-index: 2;
  top: 52%;
  left: 66%;
  width: 55vw;
  height: 2px;
  background: linear-gradient(90deg, rgba(158,146,115,.66), rgba(255,255,255,0));
  transform: rotate(-18deg);
  transform-origin: left center;
  pointer-events: none;
}
.vertical-note {
  position: absolute;
  top: 58%;
  right: var(--gutter);
  transform: translateY(-50%);
  color: #827858;
  font-size: 9px;
  letter-spacing: .22em;
  writing-mode: vertical-rl;
}

.section { padding: clamp(84px, 8vw, 126px) var(--gutter); }
.section-inner { width: min(100%, var(--max)); margin: auto; }
.section-grid {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr);
  gap: clamp(48px, 8vw, 140px);
}
.section-grid > * { min-width: 0; }
.section-grid > .section-kicker {
  align-self: start;
  height: fit-content;
  margin-top: 0;
}
.section h2 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .03em;
  line-break: strict;
}
.project-heading h2,
.deliverables-heading h2,
.follow-work-copy h2 { max-width: 19em; text-wrap: balance; }
.contact-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin: 38px 0 58px;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}
.contact-assurance li { padding: 22px 26px 22px 0; color: var(--muted); font-size: 11px; line-height: 1.9; }
.contact-assurance li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.contact-assurance span { display: block; margin-bottom: 11px; color: var(--platinum); font-size: 8px; letter-spacing: .16em; }
.display-lines > span { display: block; }
.hero-title > span { white-space: nowrap; }
.mobile-line-break { display: none; }
.keep-term { white-space: nowrap; }
.statement {
  max-width: 820px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.75;
}
.body-copy { max-width: 720px; color: var(--muted); text-wrap: pretty; }
.body-copy p { margin: 0 0 1.4em; }
.body-copy-large { font-family: var(--serif); font-size: clamp(18px, 1.7vw, 25px); line-height: 1.9; }
.about-section { background: var(--white); }
.about-more { margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-more summary { display: flex; align-items: center; justify-content: space-between; padding: 20px 0; cursor: pointer; list-style: none; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.about-more summary::-webkit-details-marker { display: none; }
.about-more summary b { color: var(--platinum); font-size: 20px; font-weight: 300; transition: transform .25s ease; }
.about-more[open] summary b { transform: rotate(45deg); }
.about-company-link { display: inline-flex; gap: 28px; align-items: center; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--platinum); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.about-company-link span { color: var(--platinum); }
.about-profiles { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.about-profiles article { padding: 28px 28px 34px 0; }
.about-profiles article + article { padding-left: 28px; border-left: 1px solid var(--line); }
.about-profiles article > span { color: var(--platinum); font-size: 9px; letter-spacing: .14em; }
.about-profiles h3 { margin: 28px 0 15px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.about-profiles p { margin: 0; color: var(--muted); font-size: 12px; }

/* 2.6.5 — Company profile and trust layer */
.company-hero-lead { max-width: 660px; margin: 24px 0 0; color: var(--muted); font-size: 13px; line-height: 2; text-wrap: pretty; }
.company-section { padding: clamp(76px, 8vw, 124px) var(--gutter); border-bottom: 1px solid var(--line); }
.company-inner { width: min(100%, 1040px); margin: 0 auto; }
.company-split { display: grid; grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr); gap: clamp(48px, 8vw, 118px); }
.company-split h2,
.company-contact-section h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(34px, 3.6vw, 52px); font-weight: 400; line-height: 1.48; letter-spacing: .025em; }
.company-split > div > p { max-width: 700px; margin: 0 0 1.5em; color: var(--muted); font-size: 13px; line-height: 2.1; }
.company-profile { margin-top: 50px; border-top: 1px solid var(--line); }
.company-profile dl { margin: 0; }
.company-profile dl > div { display: grid; grid-template-columns: 190px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.company-profile dt,
.company-profile dd { margin: 0; padding: 24px 0; }
.company-profile dt { color: #81765d; font-size: 10px; letter-spacing: .1em; }
.company-profile dd { font-family: var(--serif); font-size: 16px; line-height: 1.9; }
.company-profile ol { margin: 0; padding-left: 1.5em; }
.company-profile ol li + li { margin-top: 8px; }
.company-purpose-section { background: #f7f8f8; }
.company-team-heading { margin-bottom: 58px; }
.company-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-team-grid article { min-height: 280px; padding: clamp(28px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-team-grid article > span { color: var(--platinum); font-size: 9px; letter-spacing: .16em; }
.company-team-grid h3 { margin: 58px 0 20px; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 36px); font-weight: 400; }
.company-team-grid p { max-width: 560px; margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.company-contact-section { padding: clamp(76px, 8vw, 120px) var(--gutter); background: #f7f8f8; }
.company-contact-section .section-kicker { margin-bottom: 42px; }
.company-contact-section .button { margin-top: 10px; }

.deliverables-section { background: #f7f8f8; }
.deliverables-heading {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}
.deliverables-heading > div > p { max-width: 680px; color: var(--muted); }
.deliverables-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.deliverables-grid article {
  min-width: 0;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.52);
}
.deliverables-grid article > span { color: var(--platinum); font-size: 9px; letter-spacing: .14em; }
.deliverables-grid h3 { margin: 34px 0 15px; font-family: var(--serif); font-size: clamp(20px, 1.65vw, 26px); font-weight: 400; white-space: nowrap; letter-spacing: 0; }
.deliverables-grid p { min-height: 8em; margin: 0; color: var(--muted); font-size: 12px; }
.deliverables-grid small { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: #8a7a59; font-size: 9px; line-height: 1.8; }
.service-icon { display: grid; width: 82px; height: 82px; margin: 0 0 44px; place-items: center; border: 1px solid rgba(107,124,133,.18); border-radius: 18px; color: #687f8a; background: linear-gradient(135deg, rgba(218,241,244,.72), rgba(231,224,242,.56)); }
.service-icon svg { width: 56px; height: 56px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.icon-brand { color: #916d70; border-color: rgba(145,109,112,.18); background: linear-gradient(135deg, rgba(248,230,226,.72), rgba(243,236,211,.58)); }
.icon-visual { color: #706486; border-color: rgba(112,100,134,.18); background: linear-gradient(135deg, rgba(224,241,243,.72), rgba(230,219,241,.64)); }
.icon-global { color: #637b73; border-color: rgba(99,123,115,.18); background: linear-gradient(135deg, rgba(225,242,234,.72), rgba(239,233,215,.58)); }

.perspective-section { background: #f7f8f8; }
.perspective-list {
  display: grid; grid-template-columns: repeat(4, 1fr); margin: 70px 0 0; padding: 0;
  border-top: 1px solid var(--line); list-style: none;
}
.perspective-list li { min-width: 0; padding: 28px; border-right: 1px solid var(--line); }
.perspective-list li:last-child { border-right: 0; }
.perspective-list > li > span,
.expertise-card > span,
.team-grid article > span { color: var(--platinum); font-size: 10px; letter-spacing: .16em; }
.perspective-list h3 {
  margin: 72px 0 22px; font-family: var(--serif); font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 400; line-height: 1.2;
}
.perspective-list h3 small { display: block; margin-top: 13px; font-family: var(--sans); font-size: 11px; letter-spacing: .12em; }
.perspective-list p { color: var(--muted); font-size: 12px; }

.expertise-section { background: var(--white); }
.section-intro { max-width: 720px; margin: -2px 0 0 auto; color: var(--muted); }
.expertise-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px;
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.expertise-card { min-height: 330px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-card h3 { margin: 72px 0 8px; font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); font-weight: 400; }
.expertise-card .card-subtitle { margin: 0 0 24px; color: var(--platinum); font-size: 11px; letter-spacing: .1em; }
.expertise-card > div, .expertise-card > p:last-child { max-width: 540px; color: var(--muted); font-size: 13px; }
.expertise-card > div p { margin: 0; }

.strengths-section { color: var(--white); background: #151515; }
.strengths-section .section-kicker { color: var(--platinum-pale); }
.strengths-section h2 { font-size: clamp(35px, 4.2vw, 62px); }
.strength-list { border-top: 1px solid rgba(255,255,255,.18); }
.strength-list article {
  display: grid; grid-template-columns: 60px 1fr; gap: 20px;
  padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18);
}
.strength-list article > span { color: var(--platinum-pale); font-size: 10px; }
.strength-list h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.strength-list p, .strength-list article > div > div { margin: 0; color: rgba(255,255,255,.64); font-size: 13px; }
.strength-list article > div > div p { margin: 0; }

.vision-section { color: var(--white); background: #191919; }
.vision-grid { display: grid; grid-template-columns: minmax(170px, .55fr) minmax(0, 1.45fr); gap: clamp(50px, 8vw, 130px); }
.vision-section .section-kicker { color: var(--platinum-pale); }
.vision-section .body-copy { color: rgba(255,255,255,.68); }

.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.team-grid article { padding: 34px; border-right: 1px solid var(--line); }
.team-grid article:last-child { border-right: 0; }
.team-grid h3 { margin: 70px 0 22px; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 38px); font-weight: 400; }
.team-grid p { color: var(--muted); font-size: 13px; }
.hero-news { position: absolute; z-index: 4; right: var(--gutter); bottom: 28px; display: grid; grid-template-columns: 74px minmax(0, 1fr); align-items: center; width: min(46vw, 620px); min-height: 92px; padding: 12px 18px; border: 1px solid rgba(64,71,76,.16); background: rgba(255,255,255,.9); box-shadow: 0 12px 34px rgba(16,19,22,.055); backdrop-filter: blur(10px); }
.hero-news h2 { display: grid; align-self: stretch; margin: 0; padding-right: 16px; place-items: center start; border-right: 1px solid rgba(64,71,76,.14); font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; }
.hero-news-list { min-width: 0; padding-left: 16px; }
.hero-news-item { display: grid; grid-template-columns: 82px minmax(0, 1fr) 14px; gap: 12px; align-items: center; padding: 7px 0; border-bottom: 1px solid rgba(64,71,76,.14); }
.hero-news-item:last-child { border-bottom: 0; }
.hero-news-item time { color: var(--platinum); font-size: 9px; }
.hero-news-item span { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.hero-news-item b { color: var(--platinum); font-size: 10px; font-weight: 400; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 64px;
  border-top: 1px solid var(--line);
}
.service-card {
  position: relative;
  min-height: 360px;
  padding: 32px;
  border-right: 1px solid var(--line);
}
.service-card:last-child { border-right: 0; }
.service-number { color: var(--platinum); font-size: 11px; letter-spacing: .16em; }
.service-card h3 {
  margin: 100px 0 18px;
  font-family: var(--serif);
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 400;
}
.service-card p { color: var(--muted); font-size: 13px; }

.project-section { color: var(--white); background: #121212; }
.project-section .section-kicker { color: var(--platinum-pale); }
.featured-project {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  margin-top: 70px;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.025);
}
.featured-project-visual { aspect-ratio: 4 / 3; overflow: hidden; background: #526d75; }
.featured-project-visual img { width: 100%; height: 100%; object-fit: cover; }
.featured-project-visual .one-take-logo { object-fit: contain; padding: clamp(24px, 4vw, 62px); }
.featured-project-visual .one-take-project-photo { object-position: center 48%; }
.featured-project-label { margin: 0 0 28px; color: var(--platinum-pale); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.featured-project h3 { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(38px, 4.2vw, 62px); font-weight: 400; line-height: 1.2; letter-spacing: .035em; }
.featured-project-tagline { margin: 0 0 26px; font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); line-height: 1.65; }
.featured-project-body { color: rgba(255,255,255,.62); font-size: 13px; }
.featured-project-body p { margin: 0 0 1em; }
.featured-project-link { margin-top: 18px; color: var(--white); }
.featured-project-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.project-list { margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.project-card {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.project-card--has-image { grid-template-columns: 64px minmax(150px, 230px) minmax(0, 1fr) auto; }
.project-card-visual { aspect-ratio: 4 / 3; overflow: hidden; background: rgba(255,255,255,.06); }
.project-card-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover .project-card-visual img { transform: scale(1.025); }
.project-card > * { min-width: 0; }
.project-card:hover .project-arrow { transform: translateX(7px); }
.project-index { color: var(--platinum-pale); font-size: 11px; }
.project-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.4vw, 34px); font-weight: 400; }
.project-card p { margin: 6px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.project-arrow { color: var(--platinum-pale); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transition: transform .25s ease; white-space: nowrap; }
.empty-note { padding: 38px 0; color: rgba(255,255,255,.65); }

.project-work-links { list-style: none; margin: 16px 0 0; padding: 0; }
.project-work-links li + li { margin-top: 10px; }
.project-work-links a { display: inline-flex; align-items: baseline; gap: 12px; color: var(--platinum-pale); font-size: 12px; line-height: 1.7; }
.project-work-links a:hover { color: #fff; }
.project-work-links a span { white-space: nowrap; }
.selected-projects-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 44px 0 0; }
.selected-projects-footer > p { margin: 0; color: rgba(255,255,255,.6); font-size: 10px; letter-spacing: .12em; }
.selected-projects-footer .projects-index-link { margin: 0; font-size: 12px; letter-spacing: .04em; }
.project-back-link { display: inline-block; margin: 0 0 28px; padding: 9px 0; border-bottom: 1px solid currentColor; font-family: var(--sans); font-size: 12px; line-height: 1.6; }
.project-back-footer { width: min(calc(100% - (var(--gutter) * 2)), 1040px); margin: 48px auto 64px; }
.project-archive .project-back-footer { width: min(calc(100% - (var(--gutter) * 2)), 1240px); }
.project-archive .project-back-link { color: var(--platinum-pale); }
.project-card--creative { border-top: 0; }
.mv-project-feature {
  margin-top: clamp(48px, 6vw, 82px);
  padding-top: clamp(32px, 4vw, 52px);
  border-top: 1px solid rgba(255,255,255,.22);
}
.mv-project-feature__heading {
  display: grid;
  grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr);
  gap: clamp(28px, 6vw, 92px);
  align-items: end;
}
.mv-project-feature__heading small { color: var(--platinum-pale); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.mv-project-feature__heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(30px, 4vw, 52px); font-weight: 400; line-height: 1.3; }
.mv-project-feature__heading p { margin: 12px 0 0; color: rgba(255,255,255,.62); font-size: 12px; }
.mv-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin-top: 30px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.mv-project-card { display: block; min-width: 0; padding: clamp(18px, 2vw, 26px); background: #121212; }
.mv-project-card__visual { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: rgba(255,255,255,.06); }
.mv-project-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mv-project-card:hover .mv-project-card__visual img { transform: scale(1.025); }
.mv-project-card__meta { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; color: var(--platinum-pale); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.mv-project-card h4 { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); font-weight: 400; line-height: 1.45; }
.projects-index-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid var(--platinum-pale); color: var(--platinum-pale); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }

.project-archive { padding-bottom: clamp(86px, 10vw, 150px); background: #121212; color: var(--white); }
.project-archive .page-hero { border-color: rgba(255,255,255,.18); background: #121212; }
.project-archive .section-kicker { color: var(--platinum-pale); }
.project-archive-lead { max-width: 42em; margin: 22px 0 0; color: rgba(255,255,255,.62); font-size: 13px; }
.project-archive-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: min(calc(100% - (var(--gutter) * 2)), 1240px); margin: clamp(56px, 7vw, 92px) auto 0; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.project-archive-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(20px, 2.5vw, 34px); background: #121212; }
.project-archive-card__visual { aspect-ratio: 16 / 10; overflow: hidden; background: rgba(255,255,255,.06); }
.project-archive-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-archive-card:hover .project-archive-card__visual img { transform: scale(1.025); }
.project-archive-card__index { margin-top: 18px; color: var(--platinum-pale); font-size: 9px; letter-spacing: .14em; }
.project-archive-card h2 { margin: 10px 0 0; font-family: var(--serif); font-size: clamp(22px, 2.6vw, 34px); font-weight: 400; line-height: 1.4; }
.project-archive-card p { margin: 12px 0 24px; color: rgba(255,255,255,.6); font-size: 12px; }
.project-archive-card__link { margin-top: auto; color: var(--platinum-pale); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.follow-work-section {
  padding: clamp(48px, 5vw, 76px) var(--gutter);
  border-bottom: 1px solid var(--line);
  background: #f7f8f8;
}
.follow-work-inner {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(340px, 1.45fr) minmax(180px, .55fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}
.follow-work-heading { display: flex; align-items: center; gap: 20px; min-width: 0; }
.follow-work-heading .section-kicker { flex: 1; margin: 0; white-space: nowrap; }
.follow-work-heading .section-kicker::after { width: 100%; min-width: 34px; }
.follow-work-marks { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.follow-work-mark {
  display: block;
  width: 25px;
  height: auto;
  flex: 0 0 25px;
}
.follow-work-copy h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 2.6vw, 40px);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: .025em;
}
.follow-work-copy p { margin: 0; color: var(--muted); font-size: 12px; }
.follow-work-links { display: grid; }
.follow-work-link {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 18px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  letter-spacing: .08em;
  transition: color .25s ease, background .25s ease, padding .25s ease;
}
.follow-work-link + .follow-work-link { border-top: 0; }
.follow-work-link small { display: block; margin-bottom: 3px; color: var(--platinum); font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.follow-work-link b { color: var(--platinum); font-size: 12px; font-weight: 400; }
.follow-work-link:hover { padding-inline: 22px; color: var(--white); background: var(--ink); }

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--white);
}
.contact-section::after {
  content: "";
  position: absolute;
  top: 5%;
  right: -12%;
  width: 55vw;
  aspect-ratio: 1;
  border: 1px solid var(--platinum-pale);
  border-radius: 50%;
  box-shadow: 0 0 64px var(--violet), inset 0 0 52px var(--cyan);
  opacity: .32;
}
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { max-width: 17em; }
.contact-content .button { margin-top: 28px; }

@media (min-width: 721px) {
  .section h2,
  .original-tagline {
    overflow-wrap: normal;
    word-break: keep-all;
  }
  .display-lines > span { white-space: nowrap; }
}

.site-footer {
  padding: 60px var(--gutter) 28px;
  color: var(--white);
  background: var(--ink);
}
.footer-inner { width: min(100%, var(--max)); margin: auto; }
.footer-main { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.footer-logo { width: 92px; filter: invert(1); }
.footer-nav ul { display: flex; flex-wrap: wrap; gap: 18px 32px; margin: 0; padding: 0; list-style: none; font-size: 11px; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px;
  margin-top: 58px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .12em;
}
.footer-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 20px; }
.footer-legal a { color: inherit; letter-spacing: .06em; }
.footer-legal a:hover { color: var(--white); }

/* Legal and policy pages */
.legal-page .page-hero { padding-bottom: clamp(56px, 7vw, 96px); }
.legal-page .page-hero-inner { max-width: 1120px; }
.legal-page .page-hero h1 { max-width: 12em; font-size: clamp(34px, 5vw, 68px); line-height: 1.35; }
.legal-page__layout {
  display: grid;
  grid-template-columns: minmax(150px, .32fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 112px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(64px, 9vw, 132px) 24px;
}
.legal-page__aside { position: sticky; top: 132px; align-self: start; }
.legal-page__label { margin: 0 0 18px; color: var(--gold); font-size: 10px; letter-spacing: .22em; }
.legal-page__note { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.legal-page__content { min-width: 0; color: var(--muted); font-size: 14px; line-height: 2; }
.legal-page__content > :first-child { margin-top: 0; }
.legal-page__content h2 {
  margin: 72px 0 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.5;
}
.legal-page__content h3 { margin: 38px 0 12px; color: var(--ink); font-size: 15px; letter-spacing: .05em; }
.legal-page__content p, .legal-page__content ul, .legal-page__content ol { margin: 0 0 24px; }
.legal-page__content ul, .legal-page__content ol { padding-left: 1.4em; }
.legal-page__content a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.legal-page__content table { width: 100%; margin: 0; border-collapse: collapse; }
.legal-page__content th, .legal-page__content td { padding: 20px 0; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; }
.legal-page__content th { width: 30%; padding-right: 28px; color: var(--ink); font-weight: 500; }
.legal-page__content .legal-pending { padding: 18px 20px; border: 1px solid #c9b16c; background: #fbf8ee; color: #665d43; font-size: 12px; line-height: 1.8; }

@media (max-width: 767px) {
  .legal-page .page-hero h1 { max-width: none; font-size: clamp(30px, 9vw, 40px); }
  .legal-page__layout { grid-template-columns: 1fr; gap: 30px; padding: 52px 24px 82px; }
  .legal-page__aside { position: static; }
  .legal-page__content { font-size: 13px; }
  .legal-page__content h2 { margin-top: 52px; font-size: 25px; }
  .legal-page__content table, .legal-page__content tbody, .legal-page__content tr, .legal-page__content th, .legal-page__content td { display: block; width: 100%; }
  .legal-page__content th { padding: 18px 0 4px; border-bottom: 0; }
  .legal-page__content td { padding: 0 0 18px; }
}

.page-hero { padding: 190px var(--gutter) 88px; border-bottom: 1px solid var(--line); }
.page-hero-inner { width: min(100%, 1040px); margin: auto; }
.content-wrap { width: min(calc(100% - (var(--gutter) * 2)), 1040px); margin: auto; }
.page-hero h1 { margin: 18px 0 0; font-family: var(--serif); font-size: var(--title-page); font-weight: 400; line-height: 1.4; }
.woocommerce-cart .page-hero h1,
.woocommerce-checkout .page-hero h1 { font-size: var(--title-page); line-height: 1.4; }
.single-activity .page-hero h1 { max-width: 22em; font-size: var(--title-detail); line-height: 1.5; text-wrap: pretty; }
.page-hero--contact h1,
.page-hero--activity h1 { max-width: 22em; font-size: var(--title-page); text-wrap: pretty; }
.page-hero--project h1 { max-width: 18em; font-size: var(--title-detail); line-height: 1.4; text-wrap: balance; }
.news-archive-lead { max-width: 38em; margin: 28px 0 0; color: var(--muted); font-size: 13px; line-height: 2; }
.news-archive-wrap { width: min(calc(100% - (var(--gutter) * 2)), 1240px); }
.news-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.news-card { position: relative; display: grid; min-height: 430px; overflow: hidden; background: #fbfbfc; isolation: isolate; }
.news-card-number { position: absolute; z-index: 3; top: 24px; left: 26px; color: rgba(16,19,22,.5); font-size: 9px; letter-spacing: .18em; }
.news-card-visual { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.news-card-visual::before {
  position: absolute; inset: 0; content: "";
  background:
    radial-gradient(circle at 82% 20%, rgba(255,255,255,.92) 0 3%, transparent 17%),
    linear-gradient(138deg, transparent 22%, rgba(197,220,228,.28) 38%, transparent 56%),
    linear-gradient(112deg, transparent 35%, rgba(201,199,216,.25) 51%, transparent 68%),
    linear-gradient(155deg, #fafafb 10%, #f4f4f7 100%);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease;
}
.news-card:nth-child(even) .news-card-visual::before {
  background:
    radial-gradient(circle at 18% 78%, rgba(255,255,255,.95) 0 4%, transparent 19%),
    linear-gradient(45deg, transparent 28%, rgba(222,199,207,.2) 44%, transparent 61%),
    linear-gradient(128deg, transparent 33%, rgba(197,220,228,.25) 51%, transparent 70%),
    linear-gradient(155deg, #f8f8fa 10%, #f2f3f5 100%);
}
.news-card-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.96) brightness(1.04); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .8s ease; }
.news-card-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(250,250,251,.08), rgba(250,250,251,.94) 76%); }
.news-card-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; padding: 120px 34px 34px; }
.news-card-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(64,71,76,.2); color: var(--platinum); font-size: 9px; letter-spacing: .16em; }
.news-card .news-title { display: block; margin-top: 22px; font-family: var(--serif); font-size: clamp(23px, 2.1vw, 32px); line-height: 1.55; letter-spacing: .025em; text-wrap: pretty; }
.news-card-link { display: flex; gap: 14px; align-items: center; margin-top: 30px; font-size: 9px; letter-spacing: .2em; }
.news-card-link b { color: var(--platinum); font-size: 13px; font-weight: 400; transition: transform .35s ease; }
.news-card:hover .news-card-visual::before,
.news-card:hover .news-card-visual img { transform: scale(1.035); filter: saturate(.85) contrast(1) brightness(1.02); }
.news-card:hover .news-card-link b { transform: translate(4px, -4px); }
.content-wrap { padding: 80px 0 120px; }
.entry-content { font-size: 16px; }
.entry-content img,
.entry-content video,
.entry-content iframe { max-width: 100%; }
.entry-content iframe { width: 100%; }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; }
.entry-content h2, .entry-content h3 { font-family: var(--serif); font-weight: 400; }
.entry-content h2 { margin-top: 2.2em; font-size: 34px; }
.project-report-lead { margin: 0 0 56px; font-family: var(--serif); font-size: clamp(20px, 2vw, 28px); line-height: 1.85; }
.project-report-hero { margin: 0 0 44px; }
.project-report-hero img { width: 100%; border-radius: 2px; }
.project-report-hero figcaption { margin-top: 12px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.project-report-hero figcaption a { border-bottom: 1px solid var(--platinum); }
.project-report-hero--portrait { max-width: 760px; margin-inline: auto; }
.project-progress-note { padding: 22px 24px; border-left: 2px solid var(--platinum); background: rgba(197,174,109,.08); }
.project-report-meta { margin: 0 0 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-report-meta dl { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; }
.project-report-meta dl > div { min-width: 0; padding: 22px; border-right: 1px solid var(--line); }
.project-report-meta dl > div:last-child { border-right: 0; }
.project-report-meta dt { margin-bottom: 10px; color: var(--platinum); font-size: 9px; letter-spacing: .16em; }
.project-report-meta dd { margin: 0; font-size: 12px; }
.entry-content blockquote { margin: 48px 0; padding: 28px 34px; border-left: 1px solid var(--platinum); background: #f7f8f8; }
.entry-content blockquote p { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.6vw, 34px); letter-spacing: .04em; }

.contact-form { display: grid; gap: 24px; max-width: 760px; }
.contact-form label { display: grid; gap: 8px; font-size: 12px; letter-spacing: .08em; }
.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 15px 12px;
  border: 0;
  border-bottom: 1px solid var(--platinum-pale);
  border-radius: 0;
  background: rgba(255,255,255,.62);
  color: var(--ink);
}
.contact-form select {
  width: 100%; padding: 15px 12px; border: 0; border-bottom: 1px solid var(--platinum-pale);
  border-radius: 0; background: rgba(255,255,255,.62); color: var(--ink);
}
.contact-form textarea { min-height: 180px; resize: vertical; }
.contact-form button { cursor: pointer; }
.form-status { margin-bottom: 28px; padding: 14px 18px; border: 1px solid var(--line); }
.form-status.success { background: rgba(205,236,239,.28); }
.form-status.error { background: rgba(242,216,223,.32); }
.honeypot { position: absolute !important; left: -9999px !important; }

/* 2.6.6 — Contact conversion flow */
.contact-intro { max-width: 760px; }
.contact-page-lead { margin: 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.85; text-wrap: pretty; }
.contact-intro-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; line-height: 1.9; }
.contact-form { gap: 30px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.contact-field { position: relative; }
.required-mark,
.optional-mark { margin-left: 8px; color: var(--platinum); font-size: 9px; font-weight: 400; letter-spacing: .08em; }
.optional-mark { color: var(--muted); }
.contact-fieldset { margin: 0; padding: 0; border: 0; }
.contact-fieldset legend { margin-bottom: 13px; font-size: 12px; letter-spacing: .08em; }
.contact-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.contact-choice-grid label { position: relative; display: block; cursor: pointer; }
.contact-choice-grid input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.contact-choice-grid span { display: flex; min-height: 48px; align-items: center; padding: 12px 15px; border: 1px solid var(--line); background: rgba(255,255,255,.5); color: var(--muted); font-size: 11px; line-height: 1.5; transition: border-color .2s ease, background-color .2s ease, color .2s ease; }
.contact-choice-grid input:checked + span { border-color: var(--platinum); background: rgba(197,174,109,.1); color: var(--ink); }
.contact-choice-grid input:focus-visible + span { outline: 2px solid var(--ink); outline-offset: 2px; }
.contact-consent { display: flex !important; grid-template-columns: none !important; align-items: center; gap: 10px !important; width: fit-content; cursor: pointer; font-size: 11px !important; line-height: 1.7; }
.contact-consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--ink); }
.contact-consent a { border-bottom: 1px solid var(--platinum); }
.contact-submit { display: inline-flex; justify-content: space-between; align-items: center; gap: 42px; width: min(100%, 330px); }
.contact-thanks-content { max-width: 1040px; }
.contact-thanks-lead { margin: 0 0 22px; font-family: var(--serif); font-size: clamp(24px, 2.5vw, 36px); line-height: 1.6; }
.contact-thanks-content > p:not(.contact-thanks-lead) { max-width: 660px; color: var(--muted); line-height: 2; }
.contact-thanks-note { margin-top: 22px; font-size: 11px; }
.contact-thanks-actions { display: flex; align-items: center; gap: 34px; margin-top: 46px; }
.contact-thanks-actions .button { display: inline-flex; justify-content: space-between; gap: 34px; }

@media (max-width: 720px) {
  .contact-page-lead { font-size: 18px; line-height: 1.85; }
  .contact-form-grid { grid-template-columns: 1fr; gap: 20px; }
  .contact-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-choice-grid span { min-height: 46px; padding: 10px 11px; font-size: 10.5px; }
  .contact-submit { width: 100%; }
  .contact-thanks-actions { align-items: stretch; flex-direction: column; gap: 24px; }
  .contact-thanks-actions .button { width: 100%; }
  .contact-thanks-actions .text-link { width: fit-content; }
}

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .8s ease, transform .8s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  :root { --gutter: clamp(26px, 4.2vw, 50px); }
  .primary-nav ul { gap: 24px; }
  .primary-nav a { font-size: 11px; }
  .hero-copy { width: min(62%, 650px); }
  .hero h1 { font-size: clamp(46px, 5.2vw, 64px); }
  .prism-field { inset-inline-start: 42%; }
  .section-grid { grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr); gap: 64px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); }
  .perspective-list { grid-template-columns: repeat(2, 1fr); }
  .perspective-list li { border-bottom: 1px solid var(--line); }
  .perspective-list li:nth-child(2) { border-right: 0; }
  .featured-project { grid-template-columns: 1fr; }
  .featured-project-visual { max-width: 820px; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 1024px) {
  .site-header {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .site-logo { position: relative; z-index: 60; }
  .menu-toggle { display: block; position: relative; z-index: 60; }
  .primary-nav {
    position: fixed;
    inset: 0;
    z-index: 55;
    display: flex;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 110px 24px 48px;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .nav-open .primary-nav { opacity: 1; visibility: visible; }
  .nav-open .site-header { background: #fff; }
  .primary-nav ul { width: min(100%, 320px); flex-direction: column; margin: 0; gap: 28px; text-align: center; }
  .primary-nav a { display: inline-block; font-family: var(--sans); font-size: 20px; letter-spacing: .14em; line-height: 1.4; }
  .nav-open .menu-toggle .menu-line:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .menu-toggle .menu-line:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { min-height: max(760px, 100svh); padding-top: 142px; }
  .hero-inner { min-height: calc(max(760px, 100svh) - 214px); }
  .hero-copy { width: min(66%, 600px); }
  .hero h1 { font-size: clamp(44px, 5.7vw, 58px); }
  .prism-field { inset: 10% -34% -4% 30%; opacity: .7; }
  .section-grid { grid-template-columns: 1fr; gap: 38px; }
  .section-kicker { width: fit-content; }
  .contact-section::after { width: 72vw; right: -28%; }
  .vision-grid { grid-template-columns: 1fr; gap: 38px; }
  .deliverables-heading { grid-template-columns: 1fr; gap: 38px; }
  .follow-work-inner { grid-template-columns: minmax(180px, .65fr) minmax(0, 1.35fr); }
  .follow-work-links { grid-column: 2; }
}

@media (min-width: 721px) and (max-width: 1024px) {
  .hero { padding-top: 160px; }
  .hero h1 { max-width: 9em; line-height: 1.34; }
  .hero-lead { max-width: 440px; font-size: 13px; }
  .hero-news { width: min(52vw, 540px); }
  .section { padding-block: clamp(82px, 10vw, 108px); }
  .section h2 { font-size: clamp(37px, 4.8vw, 48px); line-height: 1.45; }
  .deliverables-grid h3 { font-size: clamp(21px, 2.8vw, 27px); }
  .featured-project { gap: 38px; }
  .featured-project h3 { font-size: clamp(38px, 5.2vw, 52px); }
  .featured-project-tagline { max-width: 24em; font-size: clamp(21px, 3vw, 27px); }
  .contact-content h2 { max-width: 15em; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 720px) {
  :root { --gutter: clamp(20px, 6vw, 34px); }
  body { font-size: 14px; }
  .site-header { padding: 12px var(--gutter); }
  .site-logo { width: 66px; }
  .menu-toggle { width: 40px; height: 40px; }
  .hero {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: clamp(300px, 76vw, 470px);
  }
  .hero-visual { top: auto; height: clamp(320px, 82vw, 500px); }
  .hero-visual::after { background: linear-gradient(180deg, var(--paper) 0, transparent 32%); }
  .hero-visual img { object-position: 62% center; }
  .hero-inner { min-height: 0; }
  .hero-copy { width: 100%; }
  .eyebrow { gap: 12px; font-size: 9px; letter-spacing: .16em; }
  .eyebrow::after { width: 54px; }
  .hero h1 {
    max-width: 9em;
    margin-block: 28px 24px;
    font-size: clamp(38px, 8.5vw, 52px);
    line-height: 1.4;
    letter-spacing: .015em;
    text-wrap: pretty;
    word-break: normal;
    overflow-wrap: normal;
  }
  .hero-lead { width: min(100%, 520px); margin-bottom: 26px; font-size: 12.5px; line-height: 1.9; letter-spacing: .015em; text-wrap: pretty; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 13px; }
  .hero-actions .text-link { transform: translateY(-6px); }
  .hero-news { right: var(--gutter); bottom: 18px; grid-template-columns: 58px minmax(0, 1fr); width: calc(100% - (var(--gutter) * 2)); min-height: 82px; padding: 10px 12px; }
  .hero-news h2 { padding-right: 10px; }
  .hero-news-list { padding-left: 10px; }
  .hero-news-item { grid-template-columns: 72px minmax(0, 1fr) 12px; gap: 8px; padding: 6px 0; }
  .hero-news-item span { font-size: 10px; }
  .prism-field {
    inset: auto -30% -3% -28%;
    height: clamp(330px, 82vw, 500px);
    opacity: .7;
  }
  .prism-field::before,
  .prism-field::after { inset: 0; }
  .prism-field::before {
    background:
      conic-gradient(from 224deg at 48% 48%,
        transparent 0 10deg, var(--cyan) 14deg, transparent 23deg,
        var(--violet) 27deg, transparent 38deg, var(--blush) 42deg,
        transparent 51deg, var(--lemon) 56deg, transparent 66deg);
  }
  .prism-ray { left: 48%; top: auto; bottom: 21%; width: 72vw; }
  .vertical-note { display: none; }
  .section { padding-block: clamp(68px, 18vw, 96px); }
  .section h2 { font-size: clamp(31px, 8.2vw, 40px); line-height: 1.48; }
  .section h2,
  .featured-project-tagline {
    overflow-wrap: break-word;
    word-break: normal;
  }
  .display-lines > span { white-space: normal; }
  .hero-title > span { white-space: nowrap; }
  .contact-content .mobile-line-break { display: block; }
  .statement { font-size: clamp(21px, 6.4vw, 28px); line-height: 1.65; }
  .body-copy { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .service-card,
  .service-card:last-child {
    grid-column: auto;
    min-height: auto;
    padding: 26px 0 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-top: 0;
  }
  .service-card h3 { margin: 40px 0 14px; font-size: 29px; }
  .deliverables-grid { grid-template-columns: 1fr; margin-top: 44px; border-left: 0; }
  .deliverables-grid article { padding: 28px 0; border-right: 0; }
  .deliverables-grid p { min-height: 0; margin-bottom: 24px; }
  .deliverables-grid h3 { font-size: clamp(21px, 6.2vw, 25px); }
  .service-icon { margin-bottom: 34px; }
  .perspective-list { grid-template-columns: 1fr; margin-top: 44px; }
  .perspective-list li { padding: 26px 0; border-right: 0; }
  .perspective-list h3 { margin-top: 34px; }
  .section-intro { margin-top: 0; }
  .expertise-grid { grid-template-columns: 1fr; margin-top: 44px; border-left: 0; }
  .expertise-card { min-height: auto; padding: 28px 0; border-right: 0; }
  .expertise-card h3 { margin-top: 40px; }
  .strength-list article { grid-template-columns: 36px 1fr; gap: 12px; }
  .featured-project { margin-top: 44px; padding: 16px; gap: 27px; }
  .featured-project-visual { grid-row: 1; }
  .featured-project h3 { font-size: clamp(30px, 8vw, 34px); }
  .featured-project-tagline { font-size: clamp(18px, 5.2vw, 22px); line-height: 1.75; }
  .featured-project-body { font-size: 12.5px; }
  .featured-project-label { margin-bottom: 18px; }
  .about-profiles { grid-template-columns: 1fr; }
  .about-profiles article { padding: 25px 0; }
  .about-profiles article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .team-grid { grid-template-columns: 1fr; margin-top: 44px; }
  .team-grid article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .team-grid h3 { margin-top: 38px; }
  .project-list { margin-top: 44px; }
  .project-card { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; padding: 24px 0; }
  .project-card--has-image { grid-template-columns: 34px minmax(110px, 160px) minmax(0, 1fr) auto; gap: 14px; }
  .project-card h3 { font-size: 22px; }
  .project-card p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .follow-work-section { padding-block: 54px; }
  .follow-work-inner { grid-template-columns: 1fr; gap: 30px; }
  .follow-work-heading { gap: 16px; }
  .follow-work-heading .section-kicker { width: auto; }
  .follow-work-copy h2 { font-size: clamp(27px, 8vw, 34px); }
  .follow-work-copy p { font-size: 12.5px; }
  .follow-work-links { grid-column: auto; width: 100%; }
  .follow-work-link { width: 100%; }
  .contact-section::after { top: 35%; right: -36%; width: 104vw; }
  .footer-main, .footer-bottom { flex-direction: column; }
  .footer-legal { justify-content: flex-start; }
  .footer-nav ul { flex-direction: column; }
  .page-hero { padding: 120px var(--gutter) 52px; }
  .page-hero h1 { font-size: clamp(32px, 9.4vw, 44px); line-height: 1.42; letter-spacing: .015em; }
  .single-activity .page-hero h1 { max-width: none; font-size: clamp(24px, 6.8vw, 30px); line-height: 1.58; }
  .page-hero--contact h1 { font-size: clamp(28px, 7.8vw, 34px); }
  .page-hero--activity h1 { max-width: none; font-size: clamp(24px, 6.8vw, 30px); line-height: 1.58; }
  .page-hero--project h1 { max-width: none; font-size: clamp(27px, 7.4vw, 34px); line-height: 1.5; overflow-wrap: anywhere; }
  .page-hero .section-kicker { padding-block: 12px; font-size: 9px; }
  .content-wrap { padding-block: 58px 90px; }
  .entry-content { font-size: 15px; }
  .entry-content h2 { font-size: 25px; line-height: 1.55; }
  .project-report-lead { margin-bottom: 38px; font-size: 18px; }
  .project-report-meta { margin-bottom: 50px; }
  .project-report-meta dl { grid-template-columns: repeat(2, 1fr); }
  .project-report-meta dl > div:nth-child(2) { border-right: 0; }
  .project-report-meta dl > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .project-report-meta dl > div { padding: 18px 12px; }
  .entry-content blockquote { margin-block: 36px; padding: 22px 20px; }
  .contact-form { gap: 20px; }
  .contact-form input,
  .contact-form select,
  .contact-form textarea { font-size: 16px; }
  .button { min-width: min(226px, 100%); }
}

/* 2.6.0 — Corporate-first information architecture */
.primary-nav .nav-store {
  margin-left: -10px;
  padding-left: clamp(16px, 2vw, 28px);
  border-left: 1px solid var(--line);
}
.primary-nav .nav-store a { color: #6f6875; font-size: 10px; }
.primary-nav .nav-contact a {
  min-height: 40px;
  padding: 10px 17px;
  border: 1px solid #393640;
  color: #fff;
  background: #25232c;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.primary-nav .nav-contact a::after { display: none; }
.primary-nav .nav-contact a:hover { color: #fff; background: #3a3645; transform: translateY(-1px); }

.project-section--featured { padding-top: clamp(86px, 9vw, 132px); }
.project-heading {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.6fr);
  gap: clamp(48px, 8vw, 140px);
  align-items: start;
}
.project-heading h2 { margin-top: 0; }
.project-heading > div > p { max-width: 640px; color: rgba(244,242,248,.64); }
.project-card-copy > small {
  display: block;
  margin-bottom: 13px;
  color: var(--platinum-pale);
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.core-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 72px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.core-service {
  min-width: 0;
  padding: clamp(30px, 4vw, 54px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.58);
}
.core-service > span { color: var(--platinum); font-size: 9px; letter-spacing: .16em; }
.core-service h3 { margin: 34px 0 18px; font-family: var(--serif); font-size: clamp(25px, 2.5vw, 38px); font-weight: 400; }
.core-service p { max-width: 620px; min-height: 6.8em; margin: 0; color: var(--muted); font-size: 13px; }
.core-service small { display: block; margin-top: 26px; padding-top: 18px; border-top: 1px solid var(--line); color: #81765d; font-size: 10px; letter-spacing: .04em; }
.service-capabilities {
  display: grid;
  grid-template-columns: minmax(160px, .55fr) minmax(0, 1.45fr);
  gap: clamp(32px, 6vw, 96px);
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.service-capabilities > p { margin: 0; color: #746d78; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.service-capabilities > p span,
.service-capabilities > p small { display: block; }
.service-capabilities > p small { margin-top: 8px; color: var(--muted); font-size: 10px; letter-spacing: .12em; }
.service-capabilities ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.service-capabilities li { display: flex; gap: 18px; align-items: flex-start; min-width: 0; padding: 22px 24px 22px 0; border-bottom: 1px solid var(--line); }
.service-capabilities li > span { padding-top: 5px; color: var(--platinum); font-family: var(--sans); font-size: 8px; letter-spacing: .12em; }
.service-capabilities li div { display: grid; min-width: 0; }
.service-capabilities li b { font-family: var(--serif); font-size: clamp(17px, 1.6vw, 23px); font-weight: 400; line-height: 1.35; }
.service-capabilities li strong { margin-top: 8px; font-size: 11px; font-weight: 500; letter-spacing: .06em; }
.service-capabilities li small { max-width: 31em; margin-top: 7px; color: var(--muted); font-size: 10.5px; line-height: 1.8; }
.service-capabilities li em { order: -1; width: max-content; margin-bottom: 8px; padding: 4px 7px; border: 1px solid var(--platinum-pale); color: #81765d; font-family: var(--sans); font-size: 7px; font-style: normal; letter-spacing: .16em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .primary-nav ul { gap: 18px; }
  .primary-nav .nav-store { margin-left: 0; padding-left: 18px; }
  .primary-nav .nav-contact a { padding-inline: 13px; }
}

@media (max-width: 1024px) {
  .primary-nav .nav-store { margin: 2px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .primary-nav .nav-store a { font-size: 16px; }
  .primary-nav .nav-contact a { min-width: 190px; padding: 11px 18px; }
  .project-heading { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 720px) {
  .project-section--featured { padding-top: 74px; }
  .project-heading { gap: 26px; }
  .project-heading > div > p { font-size: 12.5px; }
  .project-card-copy > small { margin-bottom: 8px; }
  .project-arrow { grid-column: 2; justify-self: start; margin-top: 2px; }
  .mv-project-feature__heading { grid-template-columns: 1fr; gap: 14px; }
  .mv-project-grid,
  .project-archive-grid { grid-template-columns: 1fr; }
  .mv-project-card { padding: 16px; }
  .project-archive-card { padding: 18px; }
  .core-services { grid-template-columns: 1fr; margin-top: 44px; border-left: 0; }
  .core-service { padding: 30px 0; border-right: 0; background: transparent; }
  .core-service h3 { margin-top: 26px; font-size: clamp(24px, 6.7vw, 30px); }
  .core-service p { min-height: 0; font-size: 12.5px; }
  .service-capabilities { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .service-capabilities ul { grid-template-columns: 1fr; }
  .service-capabilities li { font-size: 18px; }
  .contact-assurance { grid-template-columns: 1fr; margin: 28px 0 42px; }
  .contact-assurance li { padding: 18px 0; }
  .contact-assurance li + li { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .company-section { padding-block: 68px; }
  .company-split { grid-template-columns: 1fr; gap: 30px; }
  .company-split h2,
  .company-contact-section h2 { font-size: clamp(29px, 8vw, 36px); line-height: 1.58; }
  .company-profile { margin-top: 34px; }
  .company-profile dl > div { grid-template-columns: 1fr; padding: 18px 0; }
  .company-profile dt,
  .company-profile dd { padding: 0; }
  .company-profile dd { margin-top: 9px; font-size: 14px; }
  .company-team-heading { margin-bottom: 38px; }
  .company-team-grid { grid-template-columns: 1fr; border-left: 0; }
  .company-team-grid article { min-height: 0; padding: 30px 0; border-right: 0; }
  .company-team-grid h3 { margin-top: 34px; font-size: 28px; }
}

@media (max-width: 420px) {
  :root { --gutter: 20px; }
  .hero { min-height: 0; padding-top: 108px; padding-bottom: 200px; }
  .hero-inner { min-height: 0; }
  .hero-visual { height: 300px; }
  .hero h1 { max-width: 8.5em; font-size: clamp(36px, 10vw, 41px); line-height: 1.42; }
  .hero-lead { font-size: 12.5px; }
  .hero-news { bottom: 14px; grid-template-columns: 50px minmax(0, 1fr); padding: 9px 10px; }
  .hero-news h2 { font-size: 8px; letter-spacing: .14em; }
  .hero-news-list { padding-left: 8px; }
  .hero-news-item { grid-template-columns: 66px minmax(0, 1fr) 10px; gap: 6px; }
  .hero-news-item time { font-size: 8px; }
  .hero-news-item span { font-size: 9.5px; }
  .primary-nav a { font-size: 21px; }
  .section-kicker { gap: 12px; letter-spacing: .15em; }
  .section-kicker::after { width: 50px; }
  .section h2 { font-size: clamp(29px, 8.2vw, 34px); line-height: 1.52; }
  .deliverables-grid h3 { font-size: 22px; }
  .button { width: 100%; min-width: 0; min-height: 54px; }
  .featured-project-actions { gap: 18px; }
  .project-card { grid-template-columns: 28px minmax(0, 1fr); }
  .project-card--has-image { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; }
  .project-card--has-image .project-card-visual { grid-column: 2; width: 100%; aspect-ratio: 16 / 10; }
  .project-card--has-image .project-card-visual + span,
  .project-card--creative .project-card-copy { grid-column: 2; }
  .project-arrow { grid-column: 2; justify-self: start; }
  .footer-bottom { font-size: 8px; }
}

@media (max-width: 390px) {
  .hero { padding-bottom: 180px; }
  .hero-visual { height: 280px; }
  .hero h1 { font-size: 34px; }
  .hero-lead { line-height: 1.8; }
  .eyebrow { font-size: 8px; }
  .hero-news { grid-template-columns: 45px minmax(0, 1fr); }
  .hero-news-item { grid-template-columns: 60px minmax(0, 1fr) 9px; }
  .section { padding-block: 64px; }
  .about-section h2 { font-size: 28px; }
  .section-kicker { padding-block: 18px; font-size: 8px; }
  .service-icon { width: 72px; height: 72px; }
  .service-icon svg { width: 50px; height: 50px; }
  .featured-project { padding: 14px; }
  .featured-project-label { font-size: 8px; }
  .featured-project-body { font-size: 12px; }
  .contact-content .body-copy { font-size: 12.5px; line-height: 1.9; }
  .page-hero h1 { font-size: 30px; }
  .single-activity .page-hero h1 { font-size: 24px; }
  .page-hero--contact h1 { font-size: 28px; }
  .page-hero--activity h1 { font-size: 24px; }
}

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

/* 2.0.0 — restrained iridescent art direction */
:root {
  --paper: #fafafb;
  --white: #ffffff;
  --ink: #1e1e25;
  --muted: #55545f;
  --platinum: #a69a7c;
  --platinum-pale: #d1c9b6;
  --line: rgba(57, 55, 68, .16);
  --cyan: rgba(197, 220, 228, .36);
  --violet: rgba(201, 199, 216, .34);
  --blush: rgba(222, 199, 207, .28);
  --lemon: rgba(216, 205, 175, .25);
  --deep: #1c1b22;
  --mist: #f4f3f6;
}

body { background: var(--paper); }
.site-header {
  border-bottom-color: rgba(57, 55, 68, .1);
  background: rgba(250, 250, 251, .9);
  box-shadow: 0 10px 36px rgba(38, 35, 48, .035);
}
.primary-nav a::after { background: linear-gradient(90deg, #a69a7c, #a9bbc5); }

.hero { background: #f8f7f9; }
.hero-visual::after {
  background:
    linear-gradient(90deg, rgba(250,250,251,.98) 0%, rgba(250,250,251,.94) 29%, rgba(250,250,251,.62) 48%, rgba(250,250,251,.12) 72%),
    linear-gradient(180deg, rgba(255,255,255,.1), rgba(245,243,247,.2));
}
.hero-visual img {
  object-position: 70% 38%;
  filter: saturate(.72) contrast(1.04) brightness(.98);
}
.hero-copy { text-shadow: 0 1px 0 rgba(255,255,255,.4); }
.hero h1 { color: #1d1c23; letter-spacing: .025em; }
.hero-lead { color: #3f3e48; }
.hero .eyebrow { max-width: min(100%, 560px); letter-spacing: .17em; }
.eyebrow,
.section-kicker { color: #746d78; }
.eyebrow::after,
.section-kicker::after { background: linear-gradient(90deg, #a69a7c, rgba(169,187,197,.72)); }
.vertical-note { color: #746d78; }
.button.button-dark {
  border-color: #36333f;
  color: #fff;
  background: #25232c;
  box-shadow: 0 10px 30px rgba(35,32,44,.1);
}
.button.button-dark:hover { color: #fff; background: #3a3645; }
.hero-news {
  border-color: rgba(83,78,96,.16);
  background: rgba(250,250,251,.88);
  box-shadow: 0 18px 54px rgba(45,40,56,.08);
  -webkit-backdrop-filter: blur(16px) saturate(.8);
  backdrop-filter: blur(16px) saturate(.8);
}

.deliverables-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 8%, rgba(197,220,228,.24), transparent 32%),
    radial-gradient(circle at 4% 88%, rgba(201,199,216,.2), transparent 28%),
    #f3f3f5;
}
.deliverables-grid article { background: rgba(255,255,255,.58); }
.service-icon {
  border-color: rgba(89,96,108,.17);
  border-radius: 4px;
  color: #637984;
  background: linear-gradient(135deg, rgba(197,220,228,.5), rgba(201,199,216,.34), rgba(255,255,255,.55));
  box-shadow: inset 0 0 26px rgba(255,255,255,.48);
}
.icon-brand { color: #836d75; background: linear-gradient(135deg, rgba(222,199,207,.45), rgba(216,205,175,.28), rgba(255,255,255,.55)); }
.icon-visual { color: #6d667d; background: linear-gradient(135deg, rgba(197,220,228,.42), rgba(201,199,216,.48), rgba(255,255,255,.55)); }
.icon-global { color: #60766f; background: linear-gradient(135deg, rgba(197,220,228,.38), rgba(216,205,175,.28), rgba(255,255,255,.55)); }

.about-section {
  position: relative;
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(250,250,251,.92)),
    var(--white);
}
.about-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -10vw;
  bottom: -18vw;
  width: 48vw;
  height: 48vw;
  background: radial-gradient(circle, rgba(197,220,228,.18), rgba(201,199,216,.1) 42%, transparent 68%);
  pointer-events: none;
}
.about-section .section-inner { position: relative; z-index: 1; }

.project-section { background: var(--deep); }
.featured-project {
  border-color: rgba(225,221,234,.18);
  background: linear-gradient(135deg, rgba(255,255,255,.035), rgba(201,199,216,.025));
  box-shadow: 0 30px 80px rgba(0,0,0,.12);
}
.featured-project-visual { background: #302e38; }
.featured-project-body,
.project-card p { color: rgba(244,242,248,.64); }
.project-list,
.project-card { border-color: rgba(225,221,234,.17); }

.follow-work-section {
  background:
    linear-gradient(108deg, rgba(197,220,228,.2), transparent 35%),
    linear-gradient(288deg, rgba(201,199,216,.2), transparent 42%),
    #f4f4f6;
}
.follow-work-link { border-color: #34313c; }
.follow-work-link:hover { background: #25232c; }

.contact-section {
  background:
    linear-gradient(112deg, rgba(255,255,255,.98) 0 52%, rgba(250,250,251,.72) 78%),
    var(--white);
}
.contact-section::after {
  top: -22%;
  right: -15%;
  width: 62vw;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(142deg, transparent 26%, rgba(197,220,228,.22) 42%, transparent 57%),
    linear-gradient(112deg, transparent 38%, rgba(201,199,216,.2) 51%, transparent 65%),
    radial-gradient(circle at 58% 50%, rgba(255,255,255,.95) 0 4%, rgba(222,199,207,.16) 18%, transparent 52%);
  box-shadow: none;
  transform: rotate(-8deg);
  opacity: .8;
}

.site-footer { background: var(--deep); }
.page-hero {
  background:
    radial-gradient(circle at 88% 20%, rgba(197,220,228,.18), transparent 30%),
    radial-gradient(circle at 72% 80%, rgba(201,199,216,.14), transparent 28%),
    #fafafb;
}
.entry-content blockquote { background: #f3f3f5; }
.contact-form input,
.contact-form select,
.contact-form textarea { background: rgba(255,255,255,.76); }

@media (max-width: 1024px) {
  .primary-nav { background: #fafafb; }
  .nav-open .site-header { background: #fafafb; }
  .hero-visual img { object-position: 66% 38%; }
}

@media (max-width: 720px) {
  .hero { background: #fafafb; }
  .hero-visual::after {
    background:
      linear-gradient(180deg, #fafafb 0%, rgba(250,250,251,.94) 13%, rgba(250,250,251,.25) 40%, transparent 65%),
      linear-gradient(90deg, rgba(250,250,251,.28), transparent 70%);
  }
  .hero-visual img { object-position: 54% 33%; filter: saturate(.68) contrast(1.03) brightness(1.01); }
  .hero-news { background: rgba(250,250,251,.91); }
  .deliverables-grid article { background: transparent; }
  .about-section::after { right: -36vw; bottom: -8vw; width: 110vw; height: 110vw; }
  .contact-section::after { top: 30%; right: -48%; width: 125vw; }
  .news-archive-lead { margin-top: 20px; font-size: 12px; line-height: 1.9; }
  .news-card-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 340px; }
  .news-card-number { top: 20px; left: 20px; }
  .news-card-content { padding: 100px 22px 24px; }
  .news-card .news-title { font-size: clamp(21px, 6.3vw, 27px); line-height: 1.55; }
  .news-card-link { margin-top: 24px; }
}

/* 2.6.0 — WooCommerce / dedicated A&U ARCH Store mode */
.header-brand { display: flex; align-items: center; gap: 22px; min-width: 0; }
.store-brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: .55em;
  padding-left: 22px;
  border-left: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: .15em;
  white-space: nowrap;
}
.store-brand-name span { color: var(--gold); font-size: 10px; letter-spacing: .22em; }
.au-store-mode .site-header { background: rgba(250,250,251,.96); }
.au-store-mode .nav-corporate a { color: var(--gold); }
.au-store-mode .nav-corporate span { margin-left: .3em; }
.nav-cart-mobile { display: none; }
.au-store-mode .site-footer { background: #17161b; }
.au-store-mode .footer-bottom::before { content: "A&U ARCH STORE"; color: rgba(255,255,255,.54); letter-spacing: .18em; }
.woocommerce-page .site-shell,
.woocommerce .site-shell { overflow: visible; }
.shop-main { min-height: 70vh; background: var(--paper); }
.shop-hero {
  padding: clamp(150px, 15vw, 220px) 0 clamp(58px, 7vw, 96px);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 18%, rgba(197,220,228,.28), transparent 30%),
    radial-gradient(circle at 70% 90%, rgba(201,199,216,.2), transparent 32%),
    #fafafb;
}
.shop-hero-inner { display: grid; gap: 20px; }
.shop-hero h1 {
  max-width: 11em;
  margin: 0;
  font-family: var(--serif);
  font-size: var(--title-page);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .025em;
}
.shop-hero p:last-child { max-width: 44em; margin: 0; color: var(--muted); }
.shop-content { padding-block: clamp(64px, 8vw, 120px); }
.shop-content:not(.shop-content--product) .woocommerce-products-header,
.shop-content:not(.shop-content--product) .woocommerce-products-header__title,
.shop-content:not(.shop-content--product) > h1:first-child,
.shop-content:not(.shop-content--product) > h2:first-child { display: none; }
.shop-coming-soon {
  min-height: clamp(280px, 36vw, 460px);
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 22px;
  text-align: center;
  border-block: 1px solid var(--line);
  background: radial-gradient(circle at 50% 50%, rgba(220, 228, 239, .34), transparent 62%);
}
.shop-coming-soon__label {
  margin: 0;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: .28em;
}
.shop-coming-soon h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: var(--title-page);
  font-weight: 400;
  letter-spacing: .06em;
}
.shop-coming-soon p:last-child { margin: 0; color: var(--muted); }
.shop-lock-main {
  min-height: 78vh;
  padding: clamp(150px, 16vw, 230px) 0 clamp(90px, 10vw, 150px);
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 78% 28%, rgba(196, 219, 235, .38), transparent 34%),
    radial-gradient(circle at 28% 72%, rgba(228, 207, 229, .28), transparent 38%),
    var(--bg);
}
.shop-lock-card { width: min(680px, calc(100% - 40px)); margin-inline: auto; text-align: center; }
.shop-lock-card h1 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: var(--title-page);
  font-weight: 400;
  letter-spacing: .05em;
}
.shop-lock-card__intro { margin: 0 auto; color: var(--gold); font-size: 12px; letter-spacing: .28em; }
.shop-lock-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; margin: 42px auto 0; max-width: 560px; }
.shop-lock-form input {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, .8);
  color: var(--ink);
  font: inherit;
}
.shop-lock-form button { padding: 17px 28px; border: 1px solid var(--gold); background: var(--ink); color: #fff; cursor: pointer; }
.shop-lock-error { margin: 18px 0 0; color: #8d3d49; }
.shop-content--product { padding-top: clamp(150px, 15vw, 220px); }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 40px; color: var(--muted); font-size: 11px; letter-spacing: .08em; }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 36px; color: var(--muted); font-size: 12px; }
.woocommerce .woocommerce-ordering select {
  min-height: 44px;
  padding: 0 38px 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
}
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 58px) 24px; margin: 0; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { float: none; width: auto; margin: 0; }
.woocommerce ul.products li.product a img { aspect-ratio: 1 / 1; margin: 0 0 20px; object-fit: cover; background: #f1f1f3; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  font-family: var(--serif);
  font-size: clamp(19px, 2vw, 25px);
  font-weight: 400;
  line-height: 1.55;
}
.woocommerce ul.products li.product .price { margin-top: 10px; color: var(--muted); font-size: 13px; }
.woocommerce span.onsale { min-width: 0; min-height: 0; margin: 12px !important; padding: 7px 10px; border-radius: 0; color: var(--white); background: var(--deep); font-size: 9px; line-height: 1.2; letter-spacing: .12em; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--deep);
  border-radius: 0;
  color: var(--white);
  background: var(--deep);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover { color: var(--white); background: #3a3645; }
.woocommerce div.product form.cart .single_add_to_cart_button,
.wc-block-components-button:not(.is-link) {
  display: inline-flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 52px;
  padding: 13px 20px !important;
  border: 1px solid #36333f !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: #25232c !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: .06em;
  line-height: 1.4 !important;
  text-align: left;
  white-space: nowrap;
}
.woocommerce div.product form.cart .single_add_to_cart_button::after,
.wc-block-components-button:not(.is-link)::after {
  content: "⟶";
  display: inline-block;
  flex: 0 0 auto;
  align-self: auto;
  color: var(--platinum);
  line-height: 1;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.wc-block-components-button:not(.is-link):hover { background: #3a3645 !important; }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .8fr); gap: clamp(40px, 7vw, 104px); }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { float: none; width: auto; margin: 0; }
.woocommerce div.product .product_title {
  max-width: 18em;
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: var(--title-detail);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: .015em;
  text-wrap: pretty;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price { color: var(--ink); font-size: 18px; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.woocommerce .quantity .qty { min-height: 48px; border: 1px solid var(--line); border-radius: 0; background: var(--white); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 36px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border-color: var(--line); border-radius: 0; background: #f3f3f5; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 0; }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 16px; border-color: var(--line); }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
}
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 26px; }
.woocommerce-info,
.woocommerce-message,
.woocommerce-error { border-top-color: var(--platinum); background: #f3f3f5; }
.woocommerce-info::before,
.woocommerce-message::before { color: var(--platinum); }
.woocommerce-checkout #payment { border-radius: 0; background: #f3f3f5; }
.woocommerce-checkout #payment div.payment_box { background: #e8e7eb; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #e8e7eb; }
.shop-back { width: min(100%, 1040px); margin: 0 auto 34px; }
.shop-back a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--platinum-pale);
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .1em;
}
.shop-back a:hover { color: var(--ink); border-bottom-color: var(--ink); }
.woocommerce-cart .content-wrap,
.woocommerce-checkout .content-wrap,
.woocommerce-account .content-wrap { padding-block: clamp(54px, 7vw, 96px); }
.woocommerce-cart .wp-block-post-title,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-cart .wc-block-cart__title,
.woocommerce-checkout .wc-block-checkout__title {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 400;
  line-height: 1.45;
}

.woocommerce-account .page-hero h1 { font-size: clamp(30px, 4vw, 50px); }
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
  gap: clamp(38px, 6vw, 88px);
  align-items: start;
}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; border-bottom: 1px solid var(--line); }
.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 4px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation a::after { content: "↗"; color: var(--gold); }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: var(--ink); }
.woocommerce-account .woocommerce-MyAccount-content { color: var(--muted); line-height: 2; }
.woocommerce-account .woocommerce-MyAccount-content p:first-child { margin-top: 0; }
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
  font-family: var(--serif);
  font-size: clamp(23px, 2.6vw, 34px);
  font-weight: 400;
  line-height: 1.5;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.woocommerce-account .woocommerce form.lost_reset_password {
  margin: 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, .55);
}
.woocommerce-account .woocommerce .u-columns { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 4vw, 52px); }
.woocommerce-account .woocommerce .u-column1,
.woocommerce-account .woocommerce .u-column2 { float: none; width: auto; }
.woocommerce-account .woocommerce-LostPassword { margin-top: 18px; font-size: 12px; }

@media (max-width: 900px) {
  .header-actions { gap: 12px; }
  .header-cart__label { display: none; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; gap: 36px; }
  .woocommerce div.product .woocommerce-tabs { grid-column: auto; }
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce-account .woocommerce-MyAccount-navigation li:nth-child(odd) { border-right: 1px solid var(--line); }
  .woocommerce-account .woocommerce-MyAccount-navigation a { padding-inline: 12px; }
}

@media (max-width: 560px) {
  .header-cart { margin-left: auto; }
  .header-cart__count { min-width: 24px; height: 24px; }
  .woocommerce div.product form.cart .single_add_to_cart_button,
  .wc-block-components-button:not(.is-link) { width: 100%; }
  .woocommerce-cart .page-hero,
  .woocommerce-checkout .page-hero { padding-top: 126px; padding-bottom: 52px; }
  .woocommerce-cart .page-hero h1,
  .woocommerce-checkout .page-hero h1 { font-size: clamp(28px, 8vw, 34px); }
  .woocommerce-account .page-hero { padding-top: 126px; padding-bottom: 52px; }
  .woocommerce-account .page-hero h1 { font-size: clamp(28px, 8vw, 34px); }
  .woocommerce-account .woocommerce .u-columns { grid-template-columns: 1fr; }
  .shop-back { margin-bottom: 26px; }
  .shop-hero { padding-top: 126px; padding-bottom: 52px; }
  .shop-hero h1 { font-size: clamp(29px, 8.5vw, 36px); }
  .shop-content { padding-block: 52px 80px; }
  .shop-content--product { padding-top: 126px; }
  .shop-lock-main { padding-top: 126px; }
  .shop-lock-form { grid-template-columns: 1fr; }
  .woocommerce ul.products { gap: 36px 14px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 17px; }
  .woocommerce ul.products li.product .price { font-size: 11px; }
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-result-count { float: none; }
  .woocommerce .woocommerce-ordering select { width: 100%; }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td { padding: 14px 12px; }
}
