:root {
  --ink: #171918;
  --paper: #f8f8f3;
  --white: #ffffff;
  --mint: #c9f3df;
  --mint-deep: #1b5a46;
  --lilac: #dfd0ff;
  --lilac-deep: #493474;
  --line: rgba(23, 25, 24, 0.16);
  --muted: #626762;
  --gutter: clamp(1.25rem, 4.2vw, 5rem);
  --section: clamp(5rem, 9vw, 9rem);
  --radius: 1.5rem;
  --max: 96rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; z-index: 1000; left: 1rem; top: 1rem; padding: .8rem 1rem; background: var(--ink); color: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(248, 248, 243, .92);
  backdrop-filter: blur(14px);
}
.header-inner {
  max-width: var(--max);
  min-height: 5.5rem;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark { display: inline-flex; align-items: center; gap: .65rem; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 2.1rem; font-size: .92rem; font-weight: 500; }
.site-nav > a:not(.nav-reviews) { position: relative; }
.site-nav > a:not(.nav-reviews)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.35rem; height: 1px; background: var(--ink); transition: right .25s ease; }
.site-nav > a:not(.nav-reviews):hover::after, .site-nav > a:not(.nav-reviews):focus-visible::after { right: 0; }
.nav-reviews { display: inline-flex; align-items: center; gap: 1.2rem; border-radius: 999px; background: var(--lilac); padding: .78rem 1.05rem .78rem 1.25rem; transition: transform .25s ease, background .25s ease; }
.nav-reviews:hover, .nav-reviews:focus-visible { background: var(--mint); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: none; padding: .5rem 0; }

.hero { min-height: calc(100svh - 5.5rem); max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) var(--gutter) 1.5rem; display: grid; align-content: space-between; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(20rem, 4fr); align-items: center; gap: clamp(3rem, 7vw, 8.5rem); }
.hero-copy { padding-top: 1rem; }
.availability { margin: 0 0 clamp(2.2rem, 4vw, 4rem); display: flex; align-items: center; gap: .7rem; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.availability > span { width: .55rem; aspect-ratio: 1; border-radius: 50%; background: #3b9c73; box-shadow: 0 0 0 .3rem rgba(59,156,115,.13); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.02; letter-spacing: -.055em; }
.hero h1 { font-size: clamp(4.2rem, 8vw, 8.5rem); font-weight: 600; }
.hero-accent { position: relative; display: inline-block; font-weight: 500; font-style: italic; color: var(--lilac-deep); }
.hero-accent::after { content: ""; position: absolute; z-index: -1; left: -.05em; right: -.1em; bottom: .08em; height: .22em; background: var(--mint); transform: rotate(-1.4deg); }
.hero-intro { width: min(34rem, 76%); margin: clamp(2.6rem, 4.5vw, 4.7rem) 0 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.hero-intro p { margin: 0; font-size: clamp(1rem, 1.25vw, 1.18rem); color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: .8rem; white-space: nowrap; font-size: .88rem; font-weight: 600; border-bottom: 1px solid; padding-bottom: .2rem; }
.portrait-wrap { position: relative; min-width: 0; padding: 1.3rem; }
.portrait-card { position: relative; z-index: 2; margin: 0; border-radius: 10rem 10rem 1.3rem 1.3rem; overflow: hidden; background: var(--lilac); box-shadow: 0 1.8rem 5rem rgba(52,42,75,.12); transform: rotate(1.7deg); }
.portrait-card img { aspect-ratio: .76; object-fit: cover; filter: saturate(.78) contrast(.96); }
.portrait-card figcaption { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; background: var(--ink); color: white; font-size: .66rem; letter-spacing: .07em; text-transform: uppercase; }
.portrait-accent { position: absolute; z-index: 1; border-radius: 50%; }
.portrait-accent--mint { width: 46%; aspect-ratio: 1; background: var(--mint); left: -2%; bottom: 7%; }
.portrait-accent--lilac { width: 62%; aspect-ratio: 1; background: var(--lilac); right: -5%; top: -2%; }
.hero-index { margin-top: 3.5rem; padding-top: 1.2rem; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: .64rem; font-weight: 600; letter-spacing: .12em; }

.pathways { padding: var(--section) var(--gutter); background: var(--white); }
.pathways > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 2fr 5fr 3fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; margin-bottom: clamp(3.5rem, 6vw, 6rem); }
.eyebrow { margin: 0; font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(2.8rem, 5.2vw, 5.5rem); font-weight: 600; }
.section-heading > p:last-child { margin: 0; color: var(--muted); }
.path-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.path-card { min-height: 38rem; padding: clamp(1.5rem, 3vw, 2.6rem); display: grid; grid-template-rows: auto 1fr auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }
.path-card:hover, .path-card:focus-visible { position: relative; z-index: 2; transform: translateY(-.35rem); box-shadow: 0 1.6rem 4rem rgba(23,25,24,.14); }
.path-card--mint { background: var(--mint); }
.path-card--ink { background: var(--ink); color: white; }
.path-card--paper { background: var(--paper); }
.path-card--lilac { background: var(--lilac); }
.path-card-top { display: flex; justify-content: space-between; align-items: center; font-size: .72rem; font-weight: 600; letter-spacing: .1em; }
.path-arrow { display: grid; place-items: center; width: 2.6rem; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; font-size: 1rem; transition: transform .3s ease, background .3s ease, color .3s ease; }
.path-card:hover .path-arrow { transform: rotate(45deg); background: currentColor; color: var(--white); }
.path-card--ink:hover .path-arrow { color: var(--ink); background: var(--white); }
.path-card-copy { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2rem; align-items: end; }
.path-card-copy h3 { font-size: clamp(2rem, 3vw, 3.15rem); font-weight: 600; }
.path-card-copy p { margin: 0; font-size: .92rem; opacity: .72; }
.path-art { align-self: center; justify-self: stretch; min-height: 15rem; position: relative; }
.path-art--type { display: flex; flex-wrap: wrap; align-content: center; column-gap: .6rem; font-family: "Manrope", sans-serif; font-size: clamp(3.5rem, 6vw, 7rem); line-height: .78; letter-spacing: -.08em; font-weight: 700; text-transform: uppercase; transform: rotate(-3deg); }
.path-art--type span:nth-child(2) { color: var(--white); font-style: italic; font-weight: 500; }
.path-art--type span:last-child { margin-left: auto; }
.path-art--browser { border: 1px solid rgba(255,255,255,.45); border-radius: .8rem; padding: 1rem; display: grid; grid-template-rows: auto 1fr; background: #222524; box-shadow: 1.2rem 1.2rem 0 var(--lilac); transform: rotate(2deg); }
.browser-bar { display: flex; gap: .35rem; padding-bottom: .8rem; border-bottom: 1px solid rgba(255,255,255,.22); }
.browser-bar i { width: .45rem; aspect-ratio: 1; border-radius: 50%; background: var(--lilac); }
.browser-copy { display: grid; align-content: center; justify-items: center; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 4vw, 4.5rem); line-height: .9; letter-spacing: -.06em; }
.browser-copy em { color: var(--mint); font-weight: 500; }
.path-art--frame { border-radius: .5rem; background: linear-gradient(135deg, #cfd0c8, #6d716a); overflow: hidden; display: grid; place-items: center; }
.path-art--frame::before, .path-art--frame::after { content: ""; position: absolute; inset: .7rem; border: 1px solid rgba(255,255,255,.7); }
.path-art--frame::after { inset: 50% auto auto 50%; width: 4rem; height: 2.5rem; transform: translate(-50%,-50%); border-width: 0 1px; }
.frame-count { position: absolute; top: 1.2rem; left: 1.3rem; color: white; font-size: .7rem; letter-spacing: .1em; }
.frame-play { display: grid; place-items: center; width: 4.7rem; aspect-ratio: 1; border-radius: 50%; background: var(--lilac); color: var(--ink); padding-left: .2rem; }
.frame-line { position: absolute; left: 1.3rem; right: 1.3rem; bottom: 1.2rem; height: 2px; background: rgba(255,255,255,.35); }
.frame-line::after { content: ""; display: block; width: 40%; height: 100%; background: var(--mint); }
.path-art--photo { display: grid; place-items: center; overflow: hidden; background: #b9adcf; border-radius: 50% 50% .8rem .8rem; }
.photo-orb { width: 58%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 60% 35%, #fff 0 4%, #d4f9e7 5% 28%, #846eaa 29% 62%, #201c2a 63%); box-shadow: 0 0 5rem rgba(255,255,255,.35); }
.photo-focus { position: absolute; color: white; font-size: 2rem; }
.photo-caption { position: absolute; bottom: 1rem; left: 1rem; color: white; font-size: .6rem; letter-spacing: .12em; }

.site-footer { background: var(--mint); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 8vw, 8rem) var(--gutter) 2rem; }
.footer-lead { display: grid; grid-template-columns: 1fr 4fr; gap: 2rem; align-items: start; padding-bottom: clamp(4rem, 7vw, 7rem); }
.footer-email { display: flex; justify-content: space-between; align-items: center; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 6.7vw, 7rem); line-height: 1; letter-spacing: -.06em; border-bottom: 2px solid var(--ink); padding-bottom: 1.5rem; }
.footer-email span { font-size: .5em; }
.footer-meta { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; padding: 2rem 0; border-top: 1px solid rgba(23,25,24,.35); }
.footer-meta p { margin: 0; color: var(--mint-deep); }
.social-links { display: flex; gap: .75rem; }
.social-links a { width: 3rem; aspect-ratio: 1; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-family: "Manrope", sans-serif; font-size: .82rem; font-weight: 700; transition: background .2s, color .2s, transform .2s; }
.social-links a:hover, .social-links a:focus-visible { background: var(--ink); color: white; transform: translateY(-3px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 1.2rem; border-top: 1px solid rgba(23,25,24,.35); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }

/* Homepage: supporting sections */
.home-statement { background: var(--ink); color: var(--white); }
.home-statement-inner { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); }
.statement-copy { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 6.2vw, 6.5rem); line-height: 1.04; letter-spacing: -.055em; }
.statement-copy::first-line { color: var(--mint); }
.statement-note { align-self: end; display: grid; gap: .55rem; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.statement-note span { padding-top: .55rem; border-top: 1px solid rgba(255,255,255,.28); }
.selected-work { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); }
.selected-heading { display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; margin-bottom: clamp(3rem, 6vw, 6rem); }
.selected-heading h2 { font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 600; }
.selected-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(1rem, 2.5vw, 2rem); align-items: stretch; }
.selected-card { min-width: 0; }
.selected-media { position: relative; overflow: hidden; min-height: clamp(26rem, 48vw, 44rem); border-radius: var(--radius); transition: transform .35s ease; }
.selected-card:hover .selected-media { transform: translateY(-.4rem); }
.selected-media--web { padding: clamp(2rem, 5vw, 5rem); display: flex; align-items: center; background: var(--lilac); }
.mini-browser { position: relative; width: 85%; aspect-ratio: 1.35; padding: 1rem clamp(1.2rem, 3vw, 2.5rem); background: var(--paper); border-radius: .75rem; box-shadow: 0 2rem 5rem rgba(23,25,24,.16); display: flex; flex-direction: column; }
.mini-browser-bar { height: 1.6rem; border-bottom: 1px solid rgba(23,25,24,.16); display: flex; gap: .3rem; }
.mini-browser-bar i { width: .38rem; height: .38rem; border-radius: 50%; background: #7a7e79; }
.mini-brand { padding-top: 1rem; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.04em; }
.mini-headline { margin: auto 0; font-family: Georgia, serif; font-size: clamp(2.2rem, 5vw, 5rem); line-height: .9; letter-spacing: -.06em; }
.mini-button { align-self: flex-start; padding: .55rem .85rem; border: 1px solid; border-radius: 999px; font-size: .66rem; }
.mini-phone { position: absolute; z-index: 2; width: 20%; min-width: 5rem; aspect-ratio: .52; right: 6%; bottom: 5%; padding: .8rem; background: #2d4a3d; color: white; border: .35rem solid #161817; border-radius: 1.4rem; box-shadow: 0 1.2rem 2rem rgba(23,25,24,.28); display: flex; flex-direction: column; }
.mini-phone::before { content: ""; align-self: center; width: 35%; height: .28rem; border-radius: 999px; background: #161817; }
.mini-phone b { margin: auto; font-family: Georgia, serif; font-size: 3rem; font-style: italic; }
.mini-phone small { font-size: .45rem; }
.selected-media--graphic { background: var(--lilac); display: grid; place-items: center; }
.poster { position: absolute; width: 58%; aspect-ratio: .7; padding: 1rem; box-shadow: 0 1.7rem 4rem rgba(48,31,72,.2); font-family: "Manrope", sans-serif; overflow: hidden; }
.poster--back { background: var(--mint); color: var(--mint-deep); transform: rotate(-8deg) translate(-15%, -1%); font-size: clamp(2rem, 4vw, 4.8rem); line-height: .78; overflow-wrap: anywhere; }
.poster--front { background: var(--ink); color: var(--lilac); transform: rotate(5deg) translate(14%, 2%); font-size: clamp(2.1rem, 4.2vw, 4.7rem); font-weight: 700; line-height: .88; letter-spacing: -.07em; }
.poster--front i { display: block; font-family: Georgia, serif; font-weight: 400; }
.poster--front small { position: absolute; bottom: 1rem; left: 1rem; font-size: .5rem; letter-spacing: .1em; text-transform: uppercase; }
.selected-meta { padding: 1.2rem .2rem 0; display: flex; justify-content: space-between; gap: 1rem; align-items: end; }
.selected-meta span { font-size: .72rem; color: var(--muted); }
.selected-meta h3 { margin-top: .25rem; font-size: clamp(1.8rem, 2.6vw, 2.7rem); font-weight: 600; }
.selected-index { align-self: start; }
.home-review { background: var(--lilac); }
.home-review-inner { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); }
.home-review blockquote { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2.6rem, 5.2vw, 5.4rem); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; }
.review-credit { grid-column: 2 / 4; padding-top: 2rem; border-top: 1px solid rgba(23,25,24,.25); display: grid; grid-template-columns: 1fr 2fr auto; gap: 1rem; font-size: .82rem; }

/* Shared internal-page systems */
.discipline-hero { min-height: 43rem; }
.discipline-hero--paper { background: var(--paper); }
.discipline-hero--mint { background: var(--mint); }
.discipline-hero--lilac { background: var(--lilac); }
.discipline-hero--ink { background: var(--ink); color: var(--white); }
.discipline-hero-inner { min-height: inherit; max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; grid-template-rows: auto 1fr auto; gap: 2rem clamp(2rem, 5vw, 5rem); }
.page-marker { display: flex; justify-content: space-between; grid-column: 1 / -1; padding-bottom: 1rem; border-bottom: 1px solid currentColor; font-size: .65rem; letter-spacing: .12em; }
.discipline-hero .eyebrow { align-self: center; }
.discipline-hero h1 { grid-column: 2 / -1; align-self: center; font-size: clamp(4rem, 8.4vw, 9rem); font-weight: 600; }
.discipline-hero h1 em { color: var(--lilac-deep); font-family: Georgia, serif; font-weight: 400; }
.discipline-hero--ink h1 em { color: var(--mint); }
.discipline-intro { grid-column: 2 / -1; display: grid; grid-template-columns: 2.1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: end; }
.discipline-intro > p { max-width: 44rem; margin: 0; font-size: clamp(1.15rem, 1.7vw, 1.55rem); }
.discipline-meta { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 1rem; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.discipline-meta span { padding-top: .5rem; border-top: 1px solid currentColor; opacity: .75; }
.project-section { padding: var(--section) var(--gutter); }
.project-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.project-section--paper { background: var(--white); }
.project-section--lilac { background: var(--lilac); }
.project-section--ink { background: var(--ink); color: var(--white); }
.project-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 10vw, 12rem); align-items: end; margin-bottom: clamp(3rem, 6vw, 6rem); }
.project-heading h2, .website-project-head h2 { margin-top: .7rem; font-size: clamp(3.7rem, 7vw, 7.5rem); font-weight: 600; }
.project-heading > p { margin: 0; font-size: 1.05rem; }
.graphic-canvas { min-height: clamp(34rem, 66vw, 62rem); position: relative; overflow: hidden; }
.graphic-canvas--future { background: #ecece7; display: grid; place-items: center; }
.future-poster { position: absolute; left: 9%; top: 10%; width: 42%; aspect-ratio: .7; padding: 2.4%; background: var(--mint); color: var(--mint-deep); transform: rotate(-6deg); box-shadow: 1rem 1.5rem 0 rgba(23,25,24,.12); display: flex; flex-direction: column; font-family: "Manrope", sans-serif; font-size: clamp(3rem, 8vw, 9rem); line-height: .72; letter-spacing: -.09em; font-weight: 700; }
.future-poster span:last-of-type { margin-left: auto; color: var(--lilac-deep); }
.future-poster small { margin-top: auto; font-size: clamp(.55rem, 1vw, .9rem); letter-spacing: .1em; text-transform: uppercase; }
.future-mark { position: absolute; right: 8%; top: 9%; width: 34%; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--lilac); font-family: "Manrope", sans-serif; font-size: clamp(6rem, 15vw, 16rem); font-weight: 700; line-height: 1; }
.future-mark span { color: var(--white); }
.future-type { position: absolute; right: 8%; bottom: 9%; width: 42%; color: var(--ink); font-family: "Manrope", sans-serif; font-size: clamp(2.3rem, 5vw, 5.2rem); line-height: .92; letter-spacing: -.06em; }
.project-details { display: grid; grid-template-columns: 2fr 1fr 3fr; gap: 2rem; padding-top: 1rem; font-size: .73rem; text-transform: uppercase; letter-spacing: .06em; }
.project-details p { margin: 0; text-transform: none; letter-spacing: 0; color: var(--muted); }
.editorial-spread { min-height: clamp(33rem, 60vw, 58rem); display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; gap: 1.5%; perspective: 1200px; }
.editorial-page { aspect-ratio: .71; padding: 8%; box-shadow: 0 2rem 5rem rgba(55,39,75,.16); }
.editorial-page--cover { background: var(--ink); color: var(--white); display: flex; flex-direction: column; font-family: Georgia, serif; font-size: clamp(2.3rem, 5vw, 5.7rem); line-height: .82; transform: rotateY(5deg) rotate(-2deg); }
.editorial-page--cover strong { margin-left: auto; color: var(--mint); font-family: "Manrope", sans-serif; font-weight: 700; }
.editorial-page--cover small { margin-top: auto; font-family: "DM Sans", sans-serif; font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.editorial-page--copy { background: #fbfaf6; transform: translateY(5%); }
.editorial-page--copy h3 { margin: 24% 0 10%; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 4.4rem); font-weight: 400; line-height: .92; }
.editorial-page--copy p { font-size: clamp(.65rem, 1.1vw, 1rem); }
.editorial-page--image { background: linear-gradient(145deg, transparent 0 15%, rgba(0,0,0,.15)), url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1400&q=85") center/cover; transform: rotateY(-5deg) rotate(2deg); }
.campaign-grid { min-height: clamp(34rem, 58vw, 56rem); display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.campaign-grid > div { padding: 4%; overflow: hidden; }
.campaign-grid > div:first-child { grid-row: 1 / 3; background: var(--lilac); color: var(--ink); display: flex; align-items: flex-end; font-family: "Manrope", sans-serif; font-size: clamp(4rem, 9vw, 10rem); font-weight: 700; line-height: .75; letter-spacing: -.08em; }
.campaign-grid > div:nth-child(2) { background: url("https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1400&q=85") center/cover; }
.campaign-grid > div:last-child { background: var(--mint); color: var(--ink); display: flex; flex-direction: column; }
.campaign-grid > div:last-child strong { margin: auto 0 0 auto; font-family: Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: .85; }
.next-project { max-width: var(--max); margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; background: var(--paper); }
.next-project strong { font-family: "Manrope", sans-serif; font-size: clamp(3rem, 7vw, 7.5rem); line-height: 1; letter-spacing: -.06em; }
.next-arrow { justify-self: end; display: grid; place-items: center; width: clamp(4rem, 8vw, 7rem); aspect-ratio: 1; border: 1px solid; border-radius: 50%; font-size: clamp(1.5rem, 3vw, 3rem); transition: transform .3s, background .3s, color .3s; }
.next-project:hover .next-arrow { transform: rotate(45deg); background: var(--ink); color: white; }

/* Website design */
.website-project { padding: var(--section) var(--gutter); }
.website-project--morrow { background: var(--white); }
.website-project--orbit { background: #d6f5e6; }
.website-project--secondary { padding-top: clamp(3rem, 5vw, 5rem); background: var(--white); }
.website-project > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.website-showcase { max-width: var(--max); margin-right: auto; margin-left: auto; display: block; }
.website-side { margin-top: clamp(1rem, 2vw, 2rem); display: grid; grid-template-columns: minmax(15rem, 18rem) minmax(0, 1fr); gap: clamp(1rem, 2vw, 2rem); align-items: stretch; }
.website-side .website-primary { margin: 0; }
.website-side .phone-ui { height: clamp(26rem, 42vw, 39rem); margin-right: auto; margin-left: auto; aspect-ratio: auto; }
.website-side .support-detail { min-height: 0; }
.tablet-ui { align-self: center; width: 100%; height: clamp(26rem, 42vw, 39rem); overflow: hidden; border: clamp(.55rem, 1vw, .85rem) solid var(--ink); border-radius: clamp(1.15rem, 2vw, 1.8rem); background: var(--ink); box-shadow: 0 1.5rem 3.5rem rgba(23,25,24,.2); }
.tablet-ui--screenshot img { display: block; width: 100%; height: 103%; object-fit: cover; object-position: top center; transform: translateY(-3%); }
.tablet-ui--morrow { background: var(--paper); }
.tablet-concept-page { height: 100%; padding: clamp(1.5rem, 4vw, 4rem); display: flex; flex-direction: column; background: linear-gradient(rgba(46,55,47,.24),rgba(46,55,47,.24)), url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=85") center/cover; color: var(--white); }
.tablet-concept-page strong { font-family: "Manrope", sans-serif; font-size: clamp(1rem, 2vw, 1.7rem); }
.tablet-concept-page p { margin: auto 0; font-family: Georgia, serif; font-size: clamp(3rem, 7vw, 7rem); line-height: .88; letter-spacing: -.06em; }
.tablet-concept-page small { font-size: .65rem; letter-spacing: .12em; }
.website-project-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; margin-bottom: clamp(3rem, 5vw, 5rem); }
.website-project-head p { margin: 0 0 2rem; }
.website-project-head dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.website-project-head dl > div { padding-top: .7rem; border-top: 1px solid rgba(23,25,24,.35); display: flex; justify-content: space-between; gap: 1rem; font-size: .7rem; }
.website-project-head dt { text-transform: uppercase; letter-spacing: .09em; }
.website-project-head dd { margin: 0; text-align: right; }
.website-primary { padding: clamp(1.3rem, 4.5vw, 5rem); border-radius: 0; }
.website-project--morrow .website-primary { background: #d7d8d3; }
.website-project--orbit .website-primary { background: #171918; }
.site-browser { overflow: hidden; border-radius: 0; box-shadow: 0 2.5rem 6rem rgba(23,25,24,.23); background: white; }
.site-browser-bar { height: clamp(2rem, 4vw, 3.5rem); padding: 0 1.2rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(23,25,24,.14); }
.site-browser-bar > span { display: flex; gap: .35rem; }
.site-browser-bar i { width: .45rem; aspect-ratio: 1; border-radius: 50%; background: #bbb; }
.site-browser-bar small { font-size: .58rem; color: var(--muted); }
.site-browser-page { min-height: clamp(28rem, 54vw, 55rem); padding: clamp(1.3rem, 3vw, 3.5rem); display: flex; flex-direction: column; }
.site-browser--morrow .site-browser-page { background: linear-gradient(rgba(46,55,47,.18),rgba(46,55,47,.18)), url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=2200&q=88") center/cover; color: white; }
.site-browser--orbit .site-browser-page { background: #7657e5; color: white; }
.site-browser-brand { font-family: "Manrope", sans-serif; font-size: clamp(1rem, 2vw, 1.8rem); font-weight: 700; }
.site-browser-page p { margin: auto 0; max-width: 85%; font-family: "Manrope", sans-serif; font-size: clamp(3.2rem, 8vw, 9rem); line-height: .86; letter-spacing: -.075em; }
.site-browser--morrow .site-browser-page p { max-width: 70%; font-family: Georgia, serif; font-weight: 400; }
.site-browser-page button { align-self: flex-start; border: 1px solid currentColor; border-radius: 999px; padding: .8rem 1.1rem; background: transparent; color: inherit; }
.site-browser-screenshot-frame { aspect-ratio: 10 / 11; overflow: hidden; }
.website-project:first-of-type .site-browser-screenshot-frame { aspect-ratio: 1 / 1; }
.site-browser-screenshot { display: block; width: 100%; height: auto; }
.site-browser-screenshot--crop-top {
  transform: translateY(-.52%);
}
.website-support { margin-top: clamp(1rem, 2vw, 2rem); display: grid; grid-template-columns: 1.25fr .65fr .85fr; gap: clamp(1rem, 2vw, 2rem); align-items: stretch; }
.website-support--apex { grid-template-columns: .65fr 1.35fr; }
.website-support > * { min-height: clamp(23rem, 34vw, 35rem); border-radius: 1.3rem; }
.support-photo { position: relative; background-size: cover; background-position: center; }
.support-photo, .support-detail { border-radius: 0; }
.support-photo--apex { overflow: hidden; background: var(--paper); }
.support-photo--apex img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.support-photo span { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .7rem; border-radius: 999px; background: rgba(255,255,255,.8); font-size: .55rem; letter-spacing: .08em; }
.support-photo--room { background-image: url("https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1600&q=85"); }
.support-photo--installation { background-image: linear-gradient(rgba(92,69,190,.18),rgba(92,69,190,.18)), url("https://images.unsplash.com/photo-1519608487953-e999c86e7455?auto=format&fit=crop&w=1600&q=85"); }
.phone-ui { align-self: center; justify-self: center; width: min(100%, 18rem); aspect-ratio: .52; min-height: 0; padding: 1.2rem; border: .5rem solid var(--ink); border-radius: 2.2rem; box-shadow: 0 1.5rem 3.5rem rgba(23,25,24,.2); display: flex; flex-direction: column; }
.phone-speaker { align-self: center; width: 30%; height: .32rem; border-radius: 999px; background: currentColor; opacity: .5; }
.phone-ui strong { margin-top: 1.4rem; font-family: "Manrope", sans-serif; }
.phone-ui p { margin: auto 0; font-size: clamp(1.9rem, 3vw, 3.2rem); line-height: .95; letter-spacing: -.05em; }
.phone-ui small { font-size: .58rem; letter-spacing: .1em; }
.phone-ui--morrow { background: var(--paper); }
.phone-ui--screenshot { padding: 0; overflow: hidden; }
.phone-ui--screenshot img { width: 100%; height: 100%; object-fit: cover; object-position: center -.45rem; }
.phone-ui--orbit { background: #7657e5; color: white; }
.support-detail { padding: clamp(1.5rem, 3vw, 2.7rem); background: var(--paper); display: flex; flex-direction: column; }
.support-detail > span { font-size: .7rem; }
.support-detail p { margin: auto 0; font-family: "DM Sans", Arial, sans-serif; font-size: clamp(1.1rem, 1.8vw, 1.5rem); line-height: 1.5; }
.website-visit-link { align-self: flex-start; margin-top: 1.5rem; padding: .7rem 1.05rem; border: 1px solid transparent; border-radius: 999px; background: var(--lilac); color: var(--ink); font-size: .78rem; font-weight: 600; }
.website-visit-link:hover, .website-visit-link:focus-visible { border-color: var(--ink); background: var(--white); color: var(--ink); }
.swatches { display: flex; gap: .5rem; }
.swatches i { width: 2rem; aspect-ratio: 1; border-radius: 50%; background: #243c31; }
.swatches i:nth-child(2) { background: var(--paper); }
.swatches i:nth-child(3) { background: var(--lilac-deep); }
.support-grid-art { padding: 1.5rem; background: #7657e5; display: grid; grid-template-columns: 1fr 1fr; color: white; font-family: "Manrope", sans-serif; font-size: clamp(4rem, 8vw, 9rem); font-weight: 700; line-height: .75; letter-spacing: -.1em; }
.support-grid-art span:nth-child(even) { align-self: end; justify-self: end; color: var(--mint); }

/* Editorial website case studies */
.web-case { padding: var(--section) var(--gutter); background: var(--white); }
.web-case--apex { padding-bottom: clamp(2.5rem, 5vw, 5rem); }
.web-case--gane {
  --gane-paper: #fffbf5;
  padding-top: clamp(.75rem, 1.5vw, 1.5rem);
  background: var(--white);
}
.web-case-inner { max-width: var(--max); margin: 0 auto; }
.web-case-feature { padding: clamp(1.25rem, 4vw, 4rem); background: #dcddd8; }
.web-case--gane .web-case-feature { background: #dcddd8; }
.web-case-feature .site-browser { box-shadow: 0 1.6rem 4rem rgba(23,25,24,.16); }
.web-case .site-browser-screenshot-frame { aspect-ratio: 1 / 1; }
.web-case--apex .site-browser-screenshot-frame { aspect-ratio: 1.02 / 1; }

.web-case-info { padding: clamp(1.5rem, 3vw, 2.5rem) 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(1.5rem, 5vw, 5rem); align-items: center; border-bottom: 1px solid var(--line); }
.web-case-info p { max-width: 50rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.55; }
.web-live-link { display: inline-flex; align-items: center; justify-content: center; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: .8rem; font-weight: 600; white-space: nowrap; }
.web-live-link:hover, .web-live-link:focus-visible { border-color: var(--ink); background: var(--white); color: var(--ink); }

.web-section-crops { margin-top: clamp(1rem, 2vw, 1.6rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.75rem, 1.5vw, 1.25rem); }
.web-section-crop, .concept-section { position: relative; min-width: 0; aspect-ratio: 16 / 10; margin: 0; overflow: hidden; background: var(--paper); }
.web-section-crop img { display: block; width: 100%; height: auto; }
.web-section-crop--apex-amenities img { transform: translateY(-22.2%); }
.web-section-crop--apex-rooms img { transform: translateY(-34%); }
.web-section-crop--apex-gallery img { transform: translateY(-46.5%); }
.web-case--gane .web-section-crop--gane-home img { transform: translateY(-35.5%); }
.web-case--gane .web-section-crop--gane-about img { transform: translateY(-38.5%); }
.web-case--gane .web-section-crop--gane-partners img { transform: translateY(-43.5%); }

.web-responsive-stage { margin-top: clamp(1rem, 2vw, 1.6rem); padding: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: minmax(0, 3fr) minmax(11rem, 1fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: end; background: #e8e9e5; }
.web-case--gane .web-responsive-stage { background: #e8e9e5; }
.responsive-tablet { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border: clamp(.3rem, .6vw, .5rem) solid var(--ink); border-radius: clamp(.7rem, 1.4vw, 1.15rem); background: var(--ink); box-shadow: 0 1.4rem 3rem rgba(23,25,24,.18); }
.responsive-tablet > img { display: block; width: 100%; height: 103%; object-fit: cover; object-position: top center; transform: translateY(-3%); }
.web-case--apex .responsive-tablet > img { height: auto; object-fit: initial; transform: translateY(-.8%); }
.responsive-phone { justify-self: center; width: min(100%, 15rem); aspect-ratio: .52; overflow: hidden; border: clamp(.32rem, .7vw, .5rem) solid var(--ink); border-radius: clamp(1.25rem, 2.2vw, 2rem); background: var(--ink); box-shadow: 0 1.4rem 3rem rgba(23,25,24,.18); }
.responsive-phone > img { display: block; width: 100%; height: auto; transform: translateY(-.55%); }
.web-case--gane .responsive-tablet { background: var(--gane-paper); }
.web-case--gane .responsive-tablet > img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transform: none; }
.web-case--gane .responsive-phone > img { height: auto; object-fit: initial; transform: none; }

.concept-section { padding: clamp(1.2rem, 2.5vw, 2.4rem); display: flex; flex-direction: column; justify-content: space-between; }
.concept-section strong, .concept-section span { font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.concept-section p { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(1.5rem, 3.2vw, 3.3rem); line-height: .96; letter-spacing: -.055em; }
.concept-section--welcome { background: var(--ink); color: var(--white); }
.concept-section--spaces { background: var(--white); }
.concept-section--journal { background: var(--lilac); }
.web-responsive-stage--concept { background: var(--white); }
.responsive-tablet--concept, .responsive-phone--concept { background: var(--paper); }
.responsive-concept-screen { height: 100%; padding: clamp(1.2rem, 3vw, 3rem); display: flex; flex-direction: column; background: linear-gradient(rgba(46,55,47,.25),rgba(46,55,47,.25)), url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1800&q=85") center/cover; color: var(--white); }
.responsive-concept-screen strong { font-family: "Manrope", sans-serif; }
.responsive-concept-screen p { margin: auto 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.05em; }
.responsive-concept-screen small { font-size: .58rem; letter-spacing: .1em; }
.responsive-phone .responsive-concept-screen { padding: 1.15rem; }
.responsive-phone .responsive-concept-screen p { font-size: clamp(1.8rem, 3.3vw, 3rem); }

@media (max-width: 700px) {
  .web-case-info { grid-template-columns: 1fr; }
  .web-live-link { justify-self: start; }
  .web-section-crops { grid-template-columns: 1fr; }
  .web-section-crop, .concept-section { aspect-ratio: 16 / 10; }
  .web-responsive-stage { grid-template-columns: 1fr; }
  .responsive-phone { width: 12rem; }
}

/* Video */
.showreel-section { padding: var(--section) var(--gutter); background: var(--ink); color: white; }
.showreel-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.showreel-still { position: relative; overflow: hidden; aspect-ratio: 16 / 8.5; }
.showreel-still::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent,rgba(0,0,0,.45)); }
.showreel-still img { height: 100%; object-fit: cover; filter: saturate(.55) contrast(1.08); }
.showreel-overlay { position: absolute; z-index: 2; inset: 1.5rem; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; font-size: .7rem; letter-spacing: .08em; }
.showreel-overlay > span:last-child { justify-self: end; }
.showreel-overlay button { place-self: center; display: flex; align-items: center; gap: .7rem; border: 0; border-radius: 999px; padding: 1rem 1.25rem; background: var(--lilac); color: var(--ink); cursor: pointer; }
.showreel-overlay i { font-style: normal; }
.showreel-note { margin-top: .8rem; font-size: .7rem; color: rgba(255,255,255,.62); }
.film-list { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); }
.film-list-heading { display: grid; grid-template-columns: 2fr 10fr; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.film-list-heading h2 { font-size: clamp(3.5rem, 7vw, 7rem); }
.film-row { padding: 1.4rem 0; display: grid; grid-template-columns: 1fr 4fr 6fr 1fr; gap: clamp(1rem, 3vw, 3rem); align-items: center; border-top: 1px solid var(--line); }
.film-row:last-child { border-bottom: 1px solid var(--line); }
.film-index, .film-year { font-size: .7rem; letter-spacing: .08em; }
.film-year { justify-self: end; }
.film-thumb { position: relative; overflow: hidden; aspect-ratio: 16/9; }
.film-thumb img { height: 100%; object-fit: cover; filter: grayscale(.15); transition: transform .45s; }
.film-row:hover .film-thumb img { transform: scale(1.04); }
.film-play { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); width: 2.5rem; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.85); display: grid; place-items: center; font-size: .65rem; }
.film-title h3 { font-size: clamp(2rem, 4vw, 4rem); font-weight: 600; }
.film-title p { margin: .3rem 0 0; color: var(--muted); }

/* Photography */
.photo-intro { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 7vw, 7rem) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); }
.photo-intro > p:last-child { grid-column: 2 / 4; max-width: 50rem; margin: 0; font-size: clamp(1.5rem, 2.5vw, 2.5rem); }
.photo-grid { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) var(--section); display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.photo-item { margin: 0; }
.photo-item img { height: 100%; object-fit: cover; transition: filter .35s, transform .35s; }
.photo-item:hover img { filter: saturate(.75); transform: scale(.995); }
.photo-item--tall { grid-column: span 5; }
.photo-item--tall img { aspect-ratio: .72; }
.photo-item--wide { grid-column: span 7; }
.photo-item--wide img { aspect-ratio: 1.35; }
.photo-item--square { grid-column: span 5; }
.photo-item--square img { aspect-ratio: 1; }
.photo-item:nth-child(3) { grid-column-start: 2; }
.photo-item:nth-child(4) { margin-top: 8rem; }
.photo-item figcaption { display: flex; justify-content: space-between; padding-top: .6rem; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

/* About and reviews */
.about-story { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 5fr 7fr; gap: clamp(3rem, 8vw, 9rem); align-items: start; }
.about-portrait { position: relative; padding: 1rem; background: var(--mint); transform: rotate(-1.5deg); }
.about-portrait img { aspect-ratio: .78; object-fit: cover; filter: saturate(.72); }
.about-portrait span { display: block; padding: .7rem 0 0; font-size: .6rem; letter-spacing: .1em; }
.about-copy h2 { margin: 1.5rem 0 3rem; font-size: clamp(3rem, 5.5vw, 5.8rem); font-weight: 600; }
.about-copy > p:not(.eyebrow) { max-width: 44rem; margin: 0 0 1.4rem; font-size: 1.08rem; color: var(--muted); }
.process-section { padding: var(--section) var(--gutter); background: var(--white); }
.process-section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.process-heading { display: grid; grid-template-columns: 2fr 10fr; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.process-heading h2 { font-size: clamp(3.5rem, 6.5vw, 6.7rem); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid article { min-height: 24rem; padding: 1.8rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid article:nth-child(1) { background: var(--mint); }
.process-grid article:nth-child(3) { background: var(--lilac); }
.process-grid article > span { font-size: .68rem; }
.process-grid article h3 { margin: auto 0 1rem; font-size: clamp(1.7rem, 2.5vw, 2.6rem); }
.process-grid article p { margin: 0; color: var(--muted); font-size: .9rem; }
.services-section { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: 2fr 8fr 2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.services-list { display: grid; }
.services-list span { padding: .35rem 0 .65rem; border-bottom: 1px solid var(--line); font-family: "Manrope", sans-serif; font-size: clamp(2.3rem, 4.5vw, 4.6rem); line-height: 1.1; letter-spacing: -.05em; }
.services-section .text-link { align-self: end; justify-self: start; }
.reviews-grid { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: repeat(2, 1fr); }
.review-card { min-height: 32rem; padding: clamp(1.7rem, 3vw, 3rem); display: flex; flex-direction: column; border: 1px solid var(--line); margin: 0 -1px -1px 0; color: var(--ink); }
.review-card--mint { background: var(--mint); }
.review-card--lilac { background: var(--lilac); }
.review-card--paper { background: var(--paper); }
.review-card--ink { background: var(--ink); color: white; }
.review-card--white { background: var(--white); color: var(--ink); }
.review-number { font-size: .7rem; letter-spacing: .1em; }
.review-card blockquote { margin: 0; padding-bottom: clamp(2rem, 3vw, 3rem); font-family: "DM Sans", Arial, sans-serif; font-size: clamp(1.05rem, 1.45vw, 1.4rem); font-style: italic; font-weight: 500; line-height: 1.5; letter-spacing: -.015em; }
.review-card blockquote p { margin: 0; }
.review-card blockquote p + p { margin-top: 1.1rem; }
.review-meta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.2rem; border-top: 1px solid currentColor; font-size: .75rem; }
.review-meta > strong { line-height: 1.35; }
.review-company-link { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: .38rem .65rem; border: 1px solid var(--mint); border-radius: 999px; background: var(--mint); color: var(--ink); font-size: .68rem; font-weight: 600; line-height: 1.2; text-decoration: none; }
.review-company-link:hover, .review-company-link:focus-visible { border-color: var(--ink); background: var(--white); }

:focus-visible { outline: 3px solid #7657e5; outline-offset: 4px; }

@media (max-width: 980px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1.2fr .8fr; gap: 3rem; }
  .hero-intro { width: 100%; margin-left: 0; grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr 3fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .path-card { min-height: 32rem; }
  .path-card-copy { grid-template-columns: 1fr; gap: .8rem; }
  .footer-lead { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .header-inner { min-height: 4.6rem; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .65rem; font-size: .85rem; font-weight: 600; cursor: pointer; }
  .menu-toggle-mark { font-size: 1.15rem; }
  .site-nav { position: fixed; inset: 4.6rem 0 auto; height: calc(100svh - 4.6rem); padding: 3rem var(--gutter); background: var(--paper); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); visibility: hidden; transition: transform .35s ease, visibility .35s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav > a { padding: 1.2rem 0; border-bottom: 1px solid var(--line); font-family: "Manrope", sans-serif; font-size: 1.8rem; }
  .site-nav .nav-reviews { margin-top: 1.4rem; padding: 1rem 1.2rem; border: 0; border-radius: .8rem; justify-content: space-between; font-size: 1.2rem; }
  .hero { padding-top: 3.4rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6.6rem); }
  .hero-intro { margin-top: 2rem; }
  .portrait-wrap { width: min(88%, 26rem); justify-self: end; margin-top: 1rem; }
  .hero-index { margin-top: 3rem; }
  .hero-index span:last-child { display: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 34rem; }
  .path-card-copy { grid-template-columns: 1fr; }
  .footer-email { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .footer-meta { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-end; }
}

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

/* Refined homepage system: neutral fields with mint/lilac used as accents */
.nav-reviews {
  border: 1px solid var(--ink);
  box-shadow: 3px 3px 0 var(--ink);
  font-weight: 600;
}
.path-card {
  position: relative;
  aspect-ratio: 1;
  min-height: 0;
  background: var(--white);
}
.path-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.5rem;
  height: .45rem;
  background: var(--mint);
}
.path-card--ink { background: var(--ink); }
.path-card--paper, .path-card--mint, .path-card--lilac { background: var(--white); }
.path-card--ink::before, .path-card--lilac::before { background: var(--lilac); }
.path-card--paper::before { background: var(--mint); }
.path-card--mint .path-art--type span:nth-child(2) { color: var(--lilac-deep); }
.path-card--paper .path-art--frame { background: #d9dad5; }
.path-card--lilac .path-art--photo { background: #eeece7; }
.selected-media--web { background: var(--lilac); }
.selected-media--graphic { background: var(--paper); border: 1px solid var(--line); }
.poster--back { background: var(--mint); }
.poster--front { background: var(--ink); color: var(--lilac); }
.home-review { padding: var(--section) var(--gutter); background: var(--white); }
.home-review-inner { padding: clamp(2.2rem, 5vw, 5rem); background: var(--lilac); border-radius: var(--radius); }
.site-footer { background: var(--ink); color: var(--white); }
.footer-email { border-color: var(--white); }
.footer-meta { border-color: rgba(255,255,255,.28); }
.footer-meta p { color: var(--mint); }
.social-links a { border-color: var(--white); }
.social-links a:hover, .social-links a:focus-visible { background: var(--lilac); color: var(--ink); }
.footer-bottom { border-color: rgba(255,255,255,.28); }

@media (max-width: 980px) {
  .path-card { min-height: 0; }
}

@media (max-width: 700px) {
  .site-nav .nav-reviews { border: 1px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); }
  .path-card { min-height: 0; aspect-ratio: 1; }
  .path-art { min-height: 12rem; }
  .home-review { padding-left: var(--gutter); padding-right: var(--gutter); }
}

/* Responsive supporting pages */
@media (max-width: 980px) {
  .home-statement-inner, .selected-heading, .home-review-inner, .discipline-hero-inner, .photo-intro, .services-section, .next-project { grid-template-columns: 1fr 4fr; }
  .statement-note { grid-column: 2; grid-template-columns: repeat(3, 1fr); }
  .selected-heading h2, .home-review blockquote, .discipline-hero h1, .discipline-intro, .photo-intro > p:last-child { grid-column: 2; }
  .review-credit { grid-column: 2; grid-template-columns: 1fr 1fr; }
  .review-credit .text-link { grid-column: 1 / -1; justify-self: start; }
  .project-heading, .website-project-head { gap: 4rem; }
  .website-support { grid-template-columns: 1fr 1fr; }
  .website-support > *:last-child { grid-column: 1 / -1; }
  .support-detail { min-height: 18rem; }
  .support-grid-art { grid-row: span 1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .services-section .text-link { grid-column: 2; }
}

@media (max-width: 700px) {
  .home-statement-inner, .selected-heading, .home-review-inner, .discipline-hero-inner, .photo-intro, .services-section, .next-project { grid-template-columns: 1fr; }
  .statement-copy, .statement-note, .selected-heading h2, .home-review blockquote, .discipline-hero h1, .discipline-intro, .photo-intro > p:last-child, .services-section .text-link { grid-column: auto; }
  .statement-note { grid-template-columns: repeat(3, 1fr); }
  .selected-grid { grid-template-columns: 1fr; }
  .selected-media { min-height: 29rem; }
  .selected-media--web { padding: 1.4rem; }
  .mini-browser { width: 92%; }
  .poster { width: 55%; }
  .review-credit { grid-column: auto; grid-template-columns: 1fr; }
  .review-credit .text-link { grid-column: auto; }
  .home-review-inner { border-radius: 1rem; }
  .discipline-hero { min-height: auto; }
  .discipline-hero-inner { padding-top: 2.5rem; padding-bottom: 3.5rem; grid-template-rows: auto auto auto auto; }
  .discipline-hero .eyebrow { align-self: auto; }
  .discipline-hero h1 { font-size: clamp(3.5rem, 17vw, 6.2rem); }
  .discipline-intro { grid-template-columns: 1fr; }
  .project-heading, .website-project-head { grid-template-columns: 1fr; gap: 2rem; }
  .project-heading h2, .website-project-head h2 { font-size: clamp(3.3rem, 15vw, 5rem); }
  .graphic-canvas { min-height: 36rem; }
  .future-poster { width: 58%; left: 4%; }
  .future-mark { width: 42%; right: 3%; top: 8%; }
  .future-type { width: 56%; right: 4%; bottom: 8%; }
  .project-details { grid-template-columns: 1fr 1fr; }
  .project-details p { grid-column: 1 / -1; }
  .editorial-spread { grid-template-columns: 1fr; padding: 2rem 1rem; }
  .editorial-page { width: min(88%, 26rem); justify-self: center; }
  .editorial-page--copy { transform: rotate(2deg); }
  .campaign-grid { grid-template-columns: 1fr; grid-template-rows: 30rem 22rem 22rem; }
  .campaign-grid > div:first-child { grid-row: auto; }
  .next-project { gap: 1.4rem; }
  .next-project .next-arrow { justify-self: start; }
  .website-primary { padding: .75rem; border-radius: 0; }
  .website-showcase { grid-template-columns: 1fr; }
  .website-side { grid-template-columns: 1fr; }
  .site-browser-page { min-height: 23rem; }
  .site-browser-page p { max-width: 92%; }
  .website-support { grid-template-columns: 1fr; }
  .website-support > *:last-child { grid-column: auto; }
  .phone-ui { width: 15rem; margin: 2rem auto; }
  .support-detail { min-height: 20rem; }
  .showreel-still { aspect-ratio: 4 / 5; }
  .showreel-overlay { grid-template-columns: 1fr 1fr; }
  .showreel-overlay button { grid-column: 1 / -1; grid-row: 1; }
  .film-list-heading { grid-template-columns: 1fr; }
  .film-row { grid-template-columns: 2rem 1fr auto; }
  .film-thumb { grid-column: 2 / -1; grid-row: 1; }
  .film-index { grid-column: 1; grid-row: 1; }
  .film-title { grid-column: 2; }
  .film-year { grid-column: 3; }
  .photo-grid { grid-template-columns: 1fr; }
  .photo-item--tall, .photo-item--wide, .photo-item--square, .photo-item:nth-child(3) { grid-column: auto; }
  .photo-item:nth-child(4) { margin-top: 0; }
  .about-story { grid-template-columns: 1fr; }
  .about-portrait { width: 88%; }
  .process-heading { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { min-height: 18rem; }
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 28rem; }
}

/* Simplified homepage, navigation and footer */
.header-inner { min-height: 5rem; }
.site-nav { gap: clamp(.85rem, 1.5vw, 1.65rem); font-size: .78rem; }
.nav-reviews {
  gap: 0;
  padding: .62rem 1.05rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  box-shadow: none;
  background: var(--lilac);
  color: var(--ink);
  font-weight: 600;
}
.nav-reviews:hover, .nav-reviews:focus-visible { background: var(--mint); transform: none; }

.simple-home { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); padding-bottom: clamp(4rem, 7vw, 7rem); }
.simple-hero { position: relative; z-index: 1; min-height: clamp(34rem, 67vw, 48rem); overflow: visible; background: transparent; }
.simple-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; filter: none; }
.simple-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,11,.48), rgba(10,12,11,.68)); }
.simple-hero-copy { position: relative; z-index: 1; min-height: inherit; max-width: 58rem; margin: 0 auto; padding: clamp(4rem, 9vw, 8rem) var(--gutter) clamp(9rem, 16vw, 13rem); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--white); }
.simple-hero-copy .eyebrow { margin-bottom: 1.5rem; }
.simple-hero-copy h1 { max-width: 55rem; font-size: clamp(4rem, 8.5vw, 8.7rem); font-weight: 600; line-height: .95; letter-spacing: -.065em; }
.simple-hero-copy > p:last-child { max-width: 40rem; margin: 1.8rem auto 0; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.category-circles { position: relative; z-index: 3; max-width: 88rem; margin: clamp(-7.5rem, -8vw, -5rem) auto 0; padding: 0 var(--gutter); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(.8rem, 2vw, 1.6rem); }
.category-circle { position: relative; aspect-ratio: 1; padding: clamp(1.2rem, 2vw, 2rem); border: 1px solid var(--line); border-radius: 50%; background: var(--white); display: grid; place-items: center; text-align: center; transition: background .22s ease, transform .22s ease; }
.category-circle strong { max-width: 10rem; font-family: "Manrope", sans-serif; font-size: clamp(1rem, 1.8vw, 1.55rem); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
.category-number { position: absolute; top: 16%; left: 50%; transform: translateX(-50%); font-size: .62rem; letter-spacing: .1em; }
.category-arrow { position: absolute; bottom: 15%; left: 50%; transform: translateX(-50%); font-size: .9rem; }
.category-circle:hover, .category-circle:focus-visible { transform: translateY(-.25rem); }
.category-circle:nth-child(odd):hover, .category-circle:nth-child(odd):focus-visible { background: var(--mint); }
.category-circle:nth-child(even):hover, .category-circle:nth-child(even):focus-visible { background: var(--mint); }
.simple-home-note { max-width: var(--max); margin: clamp(3rem, 6vw, 6rem) auto 0; padding: 1.5rem var(--gutter) 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 2rem; align-items: center; }
.simple-home-note p { margin: 0; color: var(--muted); }

.site-footer { background: var(--white); color: var(--ink); border-top: 1px solid var(--line); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: clamp(3.5rem, 6vw, 6rem) var(--gutter) 1.5rem; }
.footer-intro { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: end; border-bottom: 1px solid var(--line); }
.footer-wordmark { font-family: "Manrope", sans-serif; font-size: clamp(1.25rem, 2vw, 1.75rem); font-weight: 600; line-height: 1; letter-spacing: -.025em; }
.footer-intro p { margin: 0; color: var(--muted); }
.footer-columns { padding: clamp(2.5rem, 5vw, 4.5rem) 0; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(2rem, 6vw, 7rem); }
.footer-nav, .footer-contact, .footer-social { display: flex; flex-direction: column; align-items: flex-start; gap: .65rem; }
.footer-nav .eyebrow, .footer-contact .eyebrow, .footer-social .eyebrow { margin-bottom: .65rem; color: var(--muted); }
.footer-nav a, .footer-contact a { font-size: .92rem; }
.footer-nav a:hover, .footer-contact a:hover { text-decoration: underline; text-underline-offset: .25rem; }
.social-links { display: flex; gap: .65rem; }
.social-links a { width: 2.85rem; aspect-ratio: 1; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); display: grid; place-items: center; }
.social-links a img { width: 1.05rem; height: 1.05rem; }
.social-links a:hover, .social-links a:focus-visible { background: var(--lilac); color: var(--ink); transform: none; }
.footer-bottom { padding-top: 1.2rem; border-color: var(--line); color: var(--muted); }

/* Keep the wider site on the same restrained palette. */
.project-section--lilac, .website-project--orbit { background: var(--paper); }
.website-project--morrow { background: var(--white); }
.website-project--orbit .website-primary { background: var(--ink); }
.site-browser--orbit .site-browser-page, .phone-ui--orbit, .support-grid-art { background: var(--lilac-deep); }
.about-portrait { transform: none; }
.editorial-page--cover, .editorial-page--copy, .editorial-page--image { transform: none; }
.site-browser--morrow .site-browser-page, .support-photo--room { filter: grayscale(1); }

@media (max-width: 1024px) {
  .header-inner { min-height: 4.7rem; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .65rem; border: 0; background: none; padding: .5rem 0; font-size: .85rem; font-weight: 600; cursor: pointer; }
  .site-nav { position: fixed; inset: 4.7rem 0 auto; height: calc(100svh - 4.7rem); padding: 2.5rem var(--gutter); background: var(--paper); display: flex; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(100%); visibility: hidden; transition: transform .3s ease, visibility .3s; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav > a { padding: .95rem 0; border-bottom: 1px solid var(--line); font-family: "Manrope", sans-serif; font-size: clamp(1.25rem, 3vw, 1.8rem); }
  .site-nav .nav-reviews { align-self: flex-start; width: auto; margin-top: 1.4rem; padding: .72rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; box-shadow: none; justify-content: center; font-size: 1rem; }
  .category-circles { max-width: 46rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: -4rem; }
}

@media (max-width: 700px) {
  .simple-hero { min-height: 34rem; }
  .simple-hero-copy { padding-bottom: 7rem; }
  .simple-hero-copy h1 { font-size: clamp(3.5rem, 17vw, 5.8rem); }
  .category-circles { margin-top: -3rem; gap: .65rem; }
  .category-circle { padding: 1rem; }
  .category-number { top: 13%; }
  .category-arrow { bottom: 12%; }
  .simple-home-note { align-items: flex-start; flex-direction: column; }
  .footer-intro, .footer-columns { grid-template-columns: 1fr; }
  .footer-intro { gap: 1.5rem; }
  .footer-columns { gap: 2.5rem; }
}

/* Simplified internal pages and media-first layouts */
.discipline-hero,
.discipline-hero--paper,
.discipline-hero--mint,
.discipline-hero--lilac,
.discipline-hero--ink {
  min-height: auto;
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.discipline-hero-inner {
  min-height: 0;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) var(--gutter);
  display: block;
}
.page-eyebrow { margin: 0 0 clamp(2rem, 4vw, 3.5rem); display: flex; align-items: center; gap: .8rem; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.page-eyebrow span { display: grid; place-items: center; width: 2.15rem; aspect-ratio: 1; border-radius: 50%; background: var(--mint); letter-spacing: 0; }
.discipline-hero h1 { max-width: 72rem; margin: 0; font-size: clamp(3.8rem, 8vw, 8rem); font-weight: 600; }
.discipline-hero h1 em, .discipline-hero--ink h1 em { color: var(--lilac-deep); font-family: inherit; font-style: normal; font-weight: 600; }
.page-summary { max-width: 48rem; margin: clamp(2rem, 4vw, 3.5rem) 0 0; font-size: clamp(1.05rem, 1.6vw, 1.35rem); color: var(--muted); }
.discipline-meta { margin-top: clamp(2rem, 4vw, 3.5rem); padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: .75rem 2rem; }
.discipline-meta span { padding: 0; border: 0; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }

.media-page-intro { max-width: var(--max); margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) var(--gutter); display: grid; grid-template-columns: 1fr 2fr; gap: clamp(2rem, 6vw, 7rem); border-bottom: 1px solid var(--line); }
.media-page-intro p { margin: 0; }
.media-page-intro > p:last-child { max-width: 48rem; font-size: clamp(1.25rem, 2.4vw, 2.25rem); line-height: 1.25; letter-spacing: -.025em; }
.graphic-image-grid { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-flow: dense; gap: clamp(1rem, 2vw, 2rem); align-items: start; }
.graphic-image { margin: 0; min-width: 0; }
.graphic-image--wide { grid-column: span 7; }
.graphic-image--tall { grid-column: span 5; }
.graphic-image--square { grid-column: span 5; }
.graphic-image:nth-child(5) { grid-column: span 7; }
.graphic-image img { width: 100%; object-fit: cover; filter: saturate(.72); }
.graphic-image--wide img { aspect-ratio: 1.45; }
.graphic-image--tall img { aspect-ratio: .72; }
.graphic-image--square img { aspect-ratio: 1; }
.graphic-image figcaption { padding-top: .65rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }

.portrait-video-grid { max-width: var(--max); margin: 0 auto; padding: var(--section) var(--gutter); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 2rem); }
.portrait-video-frame { position: relative; overflow: hidden; aspect-ratio: 9 / 16; background: #e5e6e2; }
.portrait-video-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,25,24,.08), rgba(23,25,24,.38)); }
.portrait-video-frame img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); transition: transform .35s ease; }
.portrait-video-frame video { display: block; width: 100%; height: 100%; object-fit: cover; background: var(--ink); }
.portrait-video-frame--live::after { display: none; }
.portrait-video:hover .portrait-video-frame img { transform: scale(1.02); }
.portrait-video-frame button { position: absolute; z-index: 2; inset: 50% auto auto 50%; transform: translate(-50%, -50%); width: 3.2rem; aspect-ratio: 1; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; }
.portrait-video-meta { padding-top: .8rem; display: flex; justify-content: space-between; gap: 1rem; align-items: start; }
.portrait-video-meta h3 { font-size: clamp(1.15rem, 1.8vw, 1.55rem); letter-spacing: -.03em; }
.portrait-video-meta p { margin: .25rem 0 0; color: var(--muted); font-size: .78rem; }
.portrait-video-meta > span { color: var(--muted); font-size: .68rem; }

.next-project { max-width: none; margin: 0; padding: 2.2rem var(--gutter); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; gap: 1.5rem; align-items: center; background: var(--white); }
.next-project strong { font-size: clamp(1.5rem, 2.8vw, 2.6rem); font-weight: 600; }
.next-arrow { width: 2.8rem; font-size: 1rem; }

.category-circle:nth-child(even):hover, .category-circle:nth-child(even):focus-visible { background: var(--mint); }

.footer-columns { align-items: start; }
.footer-nav, .footer-contact, .footer-social { display: grid; grid-auto-rows: max-content; align-content: start; align-items: start; gap: .65rem; }
.footer-nav .eyebrow, .footer-contact .eyebrow, .footer-social .eyebrow { min-height: 1rem; margin: 0 0 .65rem; line-height: 1; }
.footer-social .social-links { margin: 0; }
.social-icon { display: block; position: relative; width: 1.05rem; height: 1.05rem; }
.social-icon--instagram { border: 1.8px solid currentColor; border-radius: .3rem; }
.social-icon--instagram::before { content: ""; position: absolute; width: .38rem; aspect-ratio: 1; left: 50%; top: 50%; border: 1.6px solid currentColor; border-radius: 50%; transform: translate(-50%, -50%); }
.social-icon--instagram::after { content: ""; position: absolute; width: .14rem; aspect-ratio: 1; right: .16rem; top: .14rem; border-radius: 50%; background: currentColor; }
.social-icon--linkedin { width: auto; height: auto; font-family: Arial, sans-serif; font-size: .9rem; font-weight: 800; line-height: 1; letter-spacing: -.04em; }

@media (max-width: 980px) {
  .portrait-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .graphic-image--wide, .graphic-image--tall, .graphic-image--square, .graphic-image:nth-child(5) { grid-column: span 6; }
}

@media (max-width: 700px) {
  .discipline-hero-inner { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .discipline-hero h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .media-page-intro { grid-template-columns: 1fr; }
  .graphic-image-grid { grid-template-columns: 1fr; }
  .graphic-image--wide, .graphic-image--tall, .graphic-image--square, .graphic-image:nth-child(5) { grid-column: auto; }
  .portrait-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
  .next-project { grid-template-columns: 1fr auto; }
  .next-project .eyebrow { grid-column: 1 / -1; }
}

/* Final alignment refinements */
.menu-toggle { display: none !important; }
.footer-inner { padding-top: clamp(3rem, 5vw, 4.5rem); }
.footer-intro { padding-bottom: 2rem; display: block; }
.footer-columns { padding: 2rem 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 3rem); align-items: start; }
.footer-nav, .footer-contact, .footer-social { align-self: start; }
.footer-nav .eyebrow, .footer-contact .eyebrow, .footer-social .eyebrow { min-height: 1rem; margin: 0 0 .75rem; display: flex; align-items: center; line-height: 1; }
.social-icon--instagram::after { display: none; }

.graphic-image-grid { display: block; column-count: 2; column-gap: clamp(1rem, 2vw, 2rem); }
.graphic-image, .graphic-image--wide, .graphic-image--tall, .graphic-image--square, .graphic-image:nth-child(5) { display: inline-block; width: 100%; margin: 0 0 clamp(1.25rem, 2.5vw, 2.25rem); break-inside: avoid; }

@media (max-width: 1024px) {
  .header-inner { min-height: 0; padding-top: 1rem; padding-bottom: 1rem; flex-wrap: wrap; gap: .8rem 1.5rem; }
  .site-nav { position: static; inset: auto; width: 100%; height: auto; padding: .7rem 0 0; background: transparent; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: .45rem 1rem; transform: none; visibility: visible; transition: none; border-top: 1px solid var(--line); }
  .site-nav > a { padding: .35rem 0; border: 0; font-family: "DM Sans", sans-serif; font-size: .78rem; }
  .site-nav .nav-reviews { width: auto; margin: 0 0 0 auto; padding: .55rem .95rem; border-radius: 999px; font-size: .78rem; }
}

@media (max-width: 700px) {
  .site-nav { gap: .35rem .8rem; }
  .site-nav > a { font-size: .7rem; }
  .site-nav .nav-reviews { margin-left: 0; }
  .footer-columns { grid-template-columns: 1fr; gap: 1.5rem; }
  .graphic-image-grid { column-count: 1; }
}

/* Single-row header and portfolio dropdown */
.header-inner {
  flex-wrap: nowrap;
  gap: clamp(1rem, 3vw, 3rem);
}

.site-nav {
  position: static;
  width: auto;
  height: auto;
  margin-left: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(.8rem, 2vw, 1.8rem);
  background: transparent;
  border: 0;
  transform: none;
  visibility: visible;
}

.site-nav > a,
.portfolio-menu summary {
  font-family: "DM Sans", sans-serif;
  font-size: .84rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.portfolio-menu {
  position: relative;
}

.portfolio-menu summary {
  padding: .6rem 0;
  display: flex;
  align-items: center;
  gap: .35rem;
  list-style: none;
  cursor: pointer;
}

.portfolio-menu summary::-webkit-details-marker {
  display: none;
}

.portfolio-dropdown {
  position: absolute;
  z-index: 100;
  top: calc(100% + .65rem);
  right: 0;
  min-width: 13rem;
  padding: .55rem;
  display: grid;
  gap: .1rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: .65rem;
  box-shadow: 0 1.1rem 2.8rem rgba(25, 25, 25, .12);
}

.portfolio-dropdown a {
  position: relative;
  padding: .7rem .8rem;
  border-radius: .4rem;
  font-family: "DM Sans", sans-serif;
  font-size: .82rem;
  font-weight: 600;
  white-space: nowrap;
}

.portfolio-dropdown a::after {
  content: "";
  position: absolute;
  left: .8rem;
  bottom: .35rem;
  width: 0;
  height: .25rem;
  border-radius: 999px;
  background: var(--mint);
  transition: width .22s ease;
}

.portfolio-dropdown a:hover,
.portfolio-dropdown a:focus-visible {
  background: transparent;
}

.portfolio-dropdown a:hover::after,
.portfolio-dropdown a:focus-visible::after {
  width: 58%;
}

.site-nav .nav-reviews {
  width: auto;
  margin: 0;
  padding: .7rem 1.05rem;
  border: 1px solid transparent !important;
  border-radius: 999px;
  box-shadow: none !important;
  justify-content: center;
}

.site-nav .nav-reviews:hover,
.site-nav .nav-reviews:focus-visible {
  color: var(--ink);
  background: var(--white);
  border-color: var(--ink) !important;
}

@media (max-width: 1024px) {
  .header-inner {
    padding-top: .9rem;
    padding-bottom: .9rem;
    flex-wrap: nowrap;
    gap: 1rem;
  }

  .site-nav {
    width: auto;
    margin-left: auto;
    padding: 0;
    flex-wrap: nowrap;
    gap: clamp(.65rem, 2vw, 1.25rem);
    border: 0;
  }

  .site-nav > a,
  .portfolio-menu summary {
    padding: .45rem 0;
    font-size: .76rem;
  }

  .site-nav .nav-reviews {
    margin: 0;
    padding: .58rem .9rem;
    font-size: .76rem;
  }
}

@media (max-width: 520px) {
  .header-inner {
    gap: .55rem;
  }

  .wordmark {
    gap: .4rem;
    font-size: .74rem;
  }

  .site-nav {
    gap: .48rem;
  }

  .site-nav > a,
  .portfolio-menu summary {
    font-size: .66rem;
  }

  .portfolio-menu summary {
    gap: .2rem;
  }

  .portfolio-dropdown {
    min-width: 11.5rem;
    max-width: calc(100vw - 2rem);
  }

  .site-nav .nav-reviews {
    padding: .5rem .65rem;
    font-size: .66rem;
  }
}

/* Compact introductions for portfolio category pages */
.centered-summary {
  max-width: var(--max);
  min-height: clamp(10.5rem, 22vh, 15rem);
  margin: 0 auto;
  padding: clamp(3.25rem, 6vw, 5.25rem) var(--gutter) clamp(1.75rem, 2.5vw, 2.25rem);
  display: grid;
  place-items: center;
  text-align: center;
}

.centered-summary p {
  max-width: 50rem;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  line-height: 1.35;
  letter-spacing: -.025em;
}

@media (max-width: 700px) {
  .centered-summary {
    min-height: 9.5rem;
    padding-top: 2.75rem;
    padding-bottom: 1.5rem;
  }
}

/* Clear header separation and dark footer */
.site-header {
  background: var(--white);
  border-bottom: 0;
  box-shadow: 0 .5rem 1.5rem rgba(23, 25, 24, .06);
  backdrop-filter: none;
}

.site-nav > a:not(.nav-reviews),
.portfolio-menu summary {
  position: relative;
  padding: .55rem 0;
}

.site-nav > a:not(.nav-reviews)::after,
.portfolio-menu summary::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: .08rem;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width .22s ease;
}

.site-nav > a:not(.nav-reviews):hover::after,
.site-nav > a:not(.nav-reviews):focus-visible::after,
.portfolio-menu summary:hover::after,
.portfolio-menu summary:focus-visible::after,
.portfolio-menu[open] summary::after {
  width: 100%;
}

.site-footer {
  background: var(--ink);
  color: var(--white);
  border-top: 0;
}

.footer-intro,
.footer-bottom {
  border-color: rgba(255, 255, 255, .22);
}

.footer-nav .eyebrow,
.footer-contact .eyebrow,
.footer-social .eyebrow,
.footer-bottom {
  color: rgba(255, 255, 255, .62);
}

.social-links a {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, .48);
}

.social-links a:hover,
.social-links a:focus-visible {
  color: var(--ink);
  background: var(--lilac);
  border-color: var(--lilac);
}

.site-footer .brand-icon {
  width: 1.05rem;
  height: 1.05rem;
  display: block;
}

/* Keep homepage categories in one row and align the About portrait */
.category-circles {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-story {
  align-items: stretch;
}

.about-portrait {
  padding: 0;
}

@media (min-width: 981px) {
  .about-portrait {
    position: relative;
    min-height: 0;
  }

  .about-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
  .category-circles {
    max-width: 88rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(.45rem, 1.5vw, .9rem);
  }

  .about-portrait {
    width: 100%;
  }

  .about-portrait img {
    height: auto;
    aspect-ratio: .78;
    object-fit: cover;
  }
}

@media (max-width: 700px) {
  .category-circles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .35rem;
  }

  .category-circle {
    padding: .6rem;
  }

  .category-circle strong {
    font-size: clamp(.62rem, 2.7vw, .85rem);
  }

  .about-portrait {
    width: 100%;
    min-height: 28rem;
  }
}

/* Editorial awards table */
.awards-section {
  background: var(--white);
  padding: var(--section) var(--gutter);
}

.awards-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.awards-heading {
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
}

.awards-heading h2 {
  font-size: clamp(4rem, 8vw, 8.5rem);
  font-weight: 600;
  letter-spacing: -.065em;
}

.awards-columns, .award-row {
  display: grid;
  grid-template-columns: 5fr 5fr 2fr;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: baseline;
}

.awards-columns {
  padding: .8rem 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .68rem;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.award-row {
  padding: clamp(1.4rem, 2.5vw, 2rem) 0;
  border-bottom: 1px solid var(--line);
}

.award-row > span {
  font-size: .72rem;
  letter-spacing: .08em;
  text-align: right;
}

.award-row h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -.035em;
}

.award-row p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 700px) {
  .awards-heading { grid-template-columns: 1fr; gap: 1rem; }
  .awards-columns { display: none; }
  .award-row {
    grid-template-columns: 1fr auto;
    gap: .45rem 1rem;
  }
  .award-row p { grid-column: 1; }
  .award-row > span { grid-column: 2; grid-row: 1; }
}

/* Summaries flow into content; photography uses one aligned grid */
.centered-summary + .graphic-image-grid,
.centered-summary + .portrait-video-grid,
.centered-summary + .photo-grid,
.centered-summary + .website-project,
.centered-summary + .about-story {
  padding-top: clamp(1.75rem, 3vw, 2.75rem);
}

.centered-summary + .website-project--morrow {
  background: var(--paper);
}

body[data-page="graphic-design"] .graphic-image-grid,
body[data-page="website-design"] .website-project:first-of-type,
body[data-page="videography"] .portrait-video-grid,
body[data-page="photography"] .photo-grid,
body[data-page="about"] .about-story,
body[data-page="reviews"] .discipline-hero-inner {
  padding-top: clamp(4rem, 7vw, 6.5rem);
}

.website-project-head .website-project-summary {
  max-width: 42rem;
  margin: 1.25rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.website-project-head > dl {
  align-self: end;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
  align-items: start;
}

.photo-grid .photo-item,
.photo-grid .photo-item--tall,
.photo-grid .photo-item--wide,
.photo-grid .photo-item--square,
.photo-grid .photo-item:nth-child(3) {
  grid-column: auto;
  grid-column-start: auto;
  margin: 0;
}

.photo-grid .photo-item img,
.photo-grid .photo-item--tall img,
.photo-grid .photo-item--wide img,
.photo-grid .photo-item--square img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

@media (max-width: 980px) {
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .photo-grid {
    grid-template-columns: 1fr;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Larger homepage pathways with a shorter hero image */
.simple-hero {
  min-height: clamp(28rem, 48vw, 36rem);
}

.category-circles {
  max-width: 96rem;
  margin-top: clamp(-8rem, -10vw, -6rem);
  padding-right: clamp(.75rem, 2vw, 2rem);
  padding-left: clamp(.75rem, 2vw, 2rem);
  gap: clamp(.5rem, 1vw, .9rem);
}

@media (max-width: 980px) {
  .simple-hero {
    min-height: clamp(26rem, 56vw, 32rem);
  }

  .category-circles {
    margin-top: -5rem;
  }
}

@media (max-width: 700px) {
  .simple-hero {
    min-height: 26rem;
  }

  .category-circles {
    margin-top: -3.75rem;
    padding-right: .5rem;
    padding-left: .5rem;
    gap: .25rem;
  }
}

/* Aligned graphic-design artwork */
.graphic-image-grid {
  max-width: var(--max);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-flow: row;
  gap: clamp(1rem, 2vw, 2rem);
  column-count: auto;
}

.graphic-image-row {
  display: grid;
  align-items: flex-start;
  gap: clamp(1rem, 2vw, 2rem);
}

.graphic-image-grid .graphic-image {
  position: relative;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  break-inside: avoid;
  cursor: zoom-in;
}

.graphic-image-grid .graphic-image:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: .35rem;
}

.graphic-image-grid .graphic-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: initial;
  filter: none;
}

/* Keep homepage pathway circles white and use mint only as a title underline. */
.category-circle strong {
  position: relative;
  display: inline-block;
  max-width: none;
  padding-bottom: .55rem;
  white-space: nowrap;
  font-size: clamp(.78rem, 1.55vw, 1.35rem);
}

.category-circle strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: .32rem;
  border-radius: 999px;
  background: var(--mint);
  transform: translateX(-50%);
  transition: width .22s ease;
}

.category-circle:hover,
.category-circle:focus-visible,
.category-circle:nth-child(odd):hover,
.category-circle:nth-child(odd):focus-visible,
.category-circle:nth-child(even):hover,
.category-circle:nth-child(even):focus-visible {
  background: var(--white);
}

.category-circle:hover strong::after,
.category-circle:focus-visible strong::after {
  width: 100%;
}

/* Clickable editorial booklet mockup */
.booklet-showcase {
  padding: 0 var(--gutter) var(--section);
  background: var(--paper);
}

.booklet-showcase-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  border-top: 1px solid var(--line);
}

body[data-page="graphic-design"] .graphic-image-grid {
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.booklet-view-button {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.booklet-view-button:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: .45rem;
}

.booklet-cover-stage {
  min-height: clamp(38rem, 67vw, 66rem);
  padding: clamp(3rem, 8vw, 8rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #dcddd9;
}

.booklet-cover-object {
  width: min(36rem, 62vw);
  transition: transform .3s ease;
}

.booklet-cover-object::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: .45rem -.55rem -.55rem .55rem;
  background: var(--white);
  border-right: 1px solid #c9cac6;
  border-bottom: 1px solid #c9cac6;
  box-shadow: .9rem 1.2rem 2.8rem rgba(23, 25, 24, .16);
}

.booklet-cover-object:hover {
  transform: translateY(-.35rem);
}

.booklet-cover-object img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 2rem 4rem rgba(23, 25, 24, .16);
}

.booklet-page-strip {
  margin-top: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.25rem, 3vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(12rem, 1fr));
  gap: clamp(.6rem, 1.5vw, 1.4rem);
  overflow-x: auto;
  background: #dcddd9;
  scrollbar-width: thin;
}

.booklet-page {
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 1.2rem 2.8rem rgba(23, 25, 24, .12);
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease;
}

.booklet-page:hover {
  transform: translateY(-.35rem);
  box-shadow: 0 1.5rem 3.2rem rgba(23, 25, 24, .18);
}

.booklet-page img {
  display: block;
  width: 100%;
  height: auto;
}

.booklet-zoom {
  position: absolute;
  z-index: 3;
  right: .75rem;
  bottom: .75rem;
  width: 2.15rem;
  height: 2.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  box-shadow: 0 .45rem 1.2rem rgba(23, 25, 24, .16);
  font-size: 1.25rem;
  line-height: 1;
}

.booklet-lightbox {
  width: min(96vw, 100rem);
  max-width: none;
  max-height: 92vh;
  padding: 1.25rem;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--white);
}

.booklet-lightbox::backdrop {
  background: rgba(10, 10, 10, .88);
  backdrop-filter: blur(.25rem);
}

.booklet-lightbox[open] {
  display: grid;
  place-items: center;
}

.booklet-lightbox-content {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 24rem);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.booklet-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(92vh - 2.5rem);
  justify-self: end;
  background: var(--white);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, .38);
}

.booklet-lightbox-copy {
  max-width: 24rem;
  align-self: start;
  padding-top: clamp(.75rem, 2vh, 1.5rem);
  color: var(--white);
  font-family: "DM Sans", Arial, sans-serif;
}

.booklet-lightbox-copy h2 {
  margin: 0 0 clamp(1.5rem, 3vh, 2.5rem);
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 2.5vw, 2.4rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}

.booklet-lightbox-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.95rem, 1.25vw, 1.08rem);
  line-height: 1.6;
}

.booklet-lightbox-close {
  position: fixed;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: var(--white);
  background: rgba(0, 0, 0, .55);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 700px) {
  .graphic-image-row {
    grid-template-columns: 1fr !important;
  }

  .graphic-image-grid .graphic-image {
    width: 100%;
  }

  .booklet-cover-stage {
    min-height: 32rem;
    padding: 2.25rem 1.5rem;
  }

  .booklet-lightbox {
    max-height: 94vh;
    overflow-y: auto;
  }

  .booklet-lightbox-content {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .booklet-lightbox img {
    max-height: 66vh;
    justify-self: center;
  }

  .booklet-lightbox-copy {
    padding-bottom: 1rem;
  }

  .booklet-cover-object {
    width: min(76vw, 29rem);
  }

  .booklet-page-strip {
    padding: .85rem;
    grid-template-columns: repeat(4, minmax(13.5rem, 1fr));
    scroll-snap-type: x mandatory;
  }
}

/* About biography and recognition share one aligned column. */
.about-story {
  align-items: stretch;
  gap: clamp(1.5rem, 3vw, 3rem);
}

.about-portrait {
  align-self: stretch;
  padding: 0;
  overflow: hidden;
  background: transparent;
  transform: none;
}

.about-portrait img {
  filter: none;
}

.about-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.about-content .about-copy > p {
  max-width: none;
}

.about-content .about-copy > p:last-child {
  margin-bottom: 0;
}

.about-awards {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid var(--line);
}

.about-awards h2 {
  margin: 0 0 1.15rem;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -.035em;
}

.about-awards-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

.about-award-row {
  padding: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: .65rem;
  align-items: start;
}

.about-award-mark {
  font-size: .9rem;
  filter: grayscale(1);
  line-height: 1.35;
}

.about-award-row h3 {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -.02em;
}

.about-award-row p {
  margin: .1rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.35;
}

.about-award-row h3 strong {
  color: inherit;
  font-weight: inherit;
}

.about-award-row time {
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .06em;
}

@media (min-width: 981px) {
  .about-portrait {
    position: relative;
    min-height: 0;
  }

  .about-portrait img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (max-width: 980px) {
  .about-story {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    width: 100%;
    min-height: 0;
  }

  .about-portrait img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: .78;
    object-fit: cover;
  }
}

@media (max-width: 700px) {
  .category-circle strong {
    font-size: clamp(.52rem, 2.2vw, .72rem);
  }
}
