:root {
  --black: #0b0b0b;
  --black-2: #121212;
  --paper: #f3f0e8;
  --warm: #e9e3d7;
  --muted: #96938d;
  --gold: #ddbb45;
  --line-dark: rgba(243, 240, 232, .16);
  --line-light: rgba(11, 11, 11, .16);
  --pad: clamp(22px, 4vw, 72px);
  --max: 1540px;
  --ease: cubic-bezier(.22,.74,.24,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--paper); font-family: "Inter", Arial, sans-serif; overflow-x: hidden; }
body.overlay-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; display: block; object-fit: cover; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--black); }

.noise { position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .035; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.scroll-progress { position: fixed; left: 0; top: 0; width: 100%; height: 2px; z-index: 130; background: transparent; }
.scroll-progress span { display: block; height: 100%; width: 0; background: var(--gold); }
.container { width: min(calc(100% - (var(--pad) * 2)), var(--max)); margin: 0 auto; }
.section-dark { background: var(--black); color: var(--paper); }
.section-light { background: var(--paper); color: var(--black); }
.section-warm { background: var(--warm); color: var(--black); }
.gold { color: var(--gold); }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 120; height: 88px; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; transition: background .45s ease, backdrop-filter .45s ease, border-color .45s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { background: rgba(11,11,11,.76); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.brand { width: clamp(170px, 15vw, 250px); height: 42px; display: flex; align-items: center; }
.brand img { object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; }
.desktop-nav a { position: relative; opacity: .78; transition: opacity .25s ease; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .35s var(--ease); }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.menu-toggle { display: none; background: none; color: var(--paper); border: 0; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; }
.mobile-menu { position: fixed; inset: 0; z-index: 110; background: rgba(11,11,11,.98); padding: 140px var(--pad) 40px; display: flex; flex-direction: column; gap: 16px; transform: translateY(-102%); transition: transform .55s var(--ease); }
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-family: "Inter Tight", sans-serif; font-size: clamp(48px, 12vw, 80px); line-height: .96; letter-spacing: -.05em; }

.eyebrow { margin: 0 0 26px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 600; color: rgba(243,240,232,.62); }
.eyebrow.dark { color: rgba(11,11,11,.52); }
.display-heading, .mega-heading, .contact-heading, .hero-title { font-family: "Inter Tight", sans-serif; margin: 0; font-weight: 600; letter-spacing: -.065em; }
.display-heading { font-size: clamp(58px, 8.4vw, 142px); line-height: .82; }
.mega-heading { font-size: clamp(100px, 20vw, 330px); line-height: .68; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; padding: 140px 0 56px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 50% 40%, rgba(221,187,69,.08), transparent 38%), linear-gradient(180deg,#0b0b0b 0%, #0b0b0b 76%, #10100f 100%); }
.hero-copy { position: relative; z-index: 4; }
.hero-title { font-size: clamp(68px, 12.8vw, 226px); line-height: .74; max-width: 1300px; position: relative; }
.hero-line { display: block; }
.hero-bottom { margin-top: 54px; display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.hero-proof { max-width: 580px; margin: 0; font-size: clamp(16px,1.2vw,20px); line-height: 1.5; color: rgba(243,240,232,.74); }
.scroll-cue { display: flex; align-items: center; gap: 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 10px; white-space: nowrap; }
.scroll-cue i { width: 46px; height: 46px; border: 1px solid rgba(243,240,232,.22); border-radius: 50%; display: grid; place-items: center; font-style: normal; transition: transform .35s var(--ease), border-color .35s ease; }
.scroll-cue:hover i { transform: translateY(5px); border-color: var(--gold); }
.hero-orbit { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.hero-card { position: absolute; overflow: hidden; opacity: .28; filter: saturate(.72) contrast(1.05); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.hero-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg,rgba(11,11,11,.08),rgba(11,11,11,.38)); }
.hero-card-a { width: min(24vw,370px); aspect-ratio: .78; right: 5vw; top: 10vh; transform: rotate(5deg); }
.hero-card-b { width: min(20vw,300px); aspect-ratio: .76; right: 28vw; top: 17vh; transform: rotate(-5deg); }
.hero-card-c { width: min(30vw,520px); aspect-ratio: 1.45; left: -6vw; top: 16vh; transform: rotate(-3deg); }

.proof { padding: 120px 0 50px; overflow: hidden; }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: end; padding-bottom: 100px; border-bottom: 1px solid var(--line-dark); }
.proof-stat { display: flex; flex-direction: column; }
.stat-number { font-family: "Inter Tight", sans-serif; font-size: clamp(120px,16vw,270px); line-height: .68; letter-spacing: -.08em; color: var(--gold); }
.stat-label { max-width: 260px; margin-top: 34px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; line-height: 1.5; color: rgba(243,240,232,.54); }
.proof-statement p { margin: 0; font-family: "Inter Tight", sans-serif; font-size: clamp(42px,5.4vw,88px); line-height: .98; letter-spacing: -.05em; color: rgba(243,240,232,.84); }
.proof-statement strong { color: var(--paper); font-weight: 600; }
.ticker { width: 100%; overflow: hidden; padding-top: 44px; }
.ticker-track { width: max-content; display: flex; gap: 24px; align-items: center; animation: ticker 28s linear infinite; color: rgba(243,240,232,.42); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; }
.ticker-track i { color: var(--gold); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.selected-work { padding: 160px 0 180px; }
.section-intro { margin-bottom: 100px; }
.featured-stack { display: flex; flex-direction: column; gap: 92px; }
.feature { cursor: pointer; outline: 0; }
.feature-media { position: relative; overflow: hidden; background: #c7c1b6; }
.feature-media img { transition: transform 1s var(--ease), filter .7s ease; }
.image-zoom:hover img, .feature:focus .image-zoom img { transform: scale(1.025); }
.feature-wide .feature-media { aspect-ratio: 1.78; }
.feature-pair { display: grid; grid-template-columns: 1fr 1.36fr; gap: clamp(30px,6vw,100px); align-items: start; }
.feature-portrait { margin-top: 12vw; }
.feature-portrait .feature-media { aspect-ratio: .78; }
.feature-tall .feature-media { aspect-ratio: .78; }
.feature-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid var(--line-light); margin-top: 18px; }
.feature-meta > div { display: flex; align-items: baseline; gap: 16px; }
.feature-meta span, .feature-meta p { font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(11,11,11,.52); margin: 0; }
.feature-meta h3 { font-family: "Inter Tight"; font-size: clamp(24px,3vw,48px); letter-spacing: -.04em; line-height: .95; margin: 0; font-weight: 600; }
.split-media { display: grid; grid-template-columns: .42fr .58fr; }
.split-media img:first-child { object-fit: cover; object-position: center; }
.cinematic img { object-position: center 42%; }

.boxing { padding: 160px 0 130px; overflow: hidden; }
.category-head { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: end; margin-bottom: 100px; }
.category-copy { margin: 0 0 12px; font-size: 15px; line-height: 1.6; color: rgba(243,240,232,.58); }
.category-copy.dark { color: rgba(11,11,11,.57); }
.horizontal-window { overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; cursor: grab; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2)); }
.horizontal-window::-webkit-scrollbar { display: none; }
.horizontal-window.dragging { cursor: grabbing; }
.horizontal-track { display: flex; gap: 26px; width: max-content; padding-right: var(--pad); }
.rail-card { width: clamp(280px, 24vw, 410px); flex: 0 0 auto; cursor: pointer; outline: 0; }
.rail-image { aspect-ratio: .78; overflow: hidden; background: #161616; }
.rail-image img { transition: transform .8s var(--ease), opacity .4s ease; }
.rail-card:hover img, .rail-card:focus img { transform: scale(1.03); opacity: .88; }
.rail-card > span { display: block; margin-top: 18px; font-size: 10px; letter-spacing: .16em; color: rgba(243,240,232,.45); }
.rail-card h3 { font-family: "Inter Tight"; font-size: clamp(24px,2.2vw,36px); line-height: .94; letter-spacing: -.04em; font-weight: 500; margin: 6px 0 0; }
.rail-note { margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: rgba(243,240,232,.42); }
.rail-note i { font-style: normal; color: var(--gold); }

.music { padding: 160px 0 180px; overflow: hidden; }
.music-head { margin-bottom: 130px; }
.music-editorial { display: flex; flex-direction: column; gap: 170px; }
.music-main { position: relative; min-height: 1050px; cursor: pointer; }
.music-main-art { position: absolute; left: 3%; top: 0; width: 43%; height: 78%; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.12); z-index: 2; }
.music-live { position: absolute; right: 0; top: 14%; width: 62%; height: 70%; overflow: hidden; }
.music-live::after { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(233,227,215,.18), transparent 30%); }
.editorial-caption { position: absolute; left: 4%; bottom: 2%; z-index: 3; }
.editorial-caption span, .music-strip-copy span { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: rgba(11,11,11,.52); }
.editorial-caption h3 { font-family: "Inter Tight"; font-size: clamp(52px,7vw,110px); letter-spacing: -.06em; line-height: .82; margin: 12px 0 0; font-weight: 600; }
.music-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; position: relative; cursor: pointer; }
.music-strip > div:not(.music-strip-copy) { aspect-ratio: .76; overflow: hidden; }
.music-strip > div:nth-child(2) { margin-top: 80px; }
.music-strip > div:nth-child(3) { margin-top: 160px; }
.music-strip img { transition: transform .8s var(--ease); }
.music-strip:hover img { transform: scale(1.025); }
.music-strip-copy { grid-column: 1 / 3; padding-top: 36px; }
.music-strip-copy h3 { font-family: "Inter Tight"; font-size: clamp(44px,6vw,94px); letter-spacing: -.055em; line-height: .88; font-weight: 600; margin: 12px 0 0; }
.cover-row { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: clamp(20px,4vw,70px); align-items: end; }
.cover-row figure { margin: 0; }
.cover-row figure img { aspect-ratio: 1; }
.cover-row figcaption { padding-top: 14px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: rgba(11,11,11,.5); }
.cover-copy { padding-bottom: 30px; }
.cover-copy p { margin: 0 0 24px; font-size: clamp(18px,2vw,30px); line-height: 1.35; max-width: 520px; color: rgba(11,11,11,.63); }
.cover-copy strong { font-family: "Inter Tight"; font-size: clamp(44px,5vw,80px); letter-spacing: -.05em; line-height: .9; font-weight: 600; }

.more-work { padding: 160px 0 180px; }
.masonry { display: grid; grid-template-columns: repeat(12,1fr); gap: 20px; align-items: start; }
.masonry-item { margin: 0; overflow: hidden; }
.masonry-item:nth-child(1) { grid-column: 1 / 5; }
.masonry-item:nth-child(2) { grid-column: 5 / 13; margin-top: 8vw; }
.masonry-item:nth-child(3) { grid-column: 2 / 6; margin-top: 4vw; }
.masonry-item:nth-child(4) { grid-column: 6 / 9; margin-top: 12vw; }
.masonry-item:nth-child(5) { grid-column: 9 / 13; margin-top: 2vw; }
.masonry-item img { transition: transform 1s var(--ease); }
.masonry-item:hover img { transform: scale(1.025); }

.about { padding: 180px 0 220px; }
.about-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 7vw; align-items: center; }
.about-body { max-width: 600px; font-size: clamp(17px,1.4vw,22px); line-height: 1.6; color: rgba(243,240,232,.6); margin: 52px 0 0; }
.about-collage { position: relative; height: min(74vw, 900px); }
.about-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.about-photo-1 { width: 52%; height: 66%; left: 0; top: 5%; z-index: 2; }
.about-photo-2 { width: 49%; height: 57%; right: 0; top: 0; z-index: 1; }
.about-photo-3 { width: 48%; height: 49%; right: 9%; bottom: 0; z-index: 3; }

.services { padding: 170px 0; }
.services-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.services-intro { position: sticky; top: 140px; align-self: start; }
.service-list { border-top: 1px solid var(--line-light); }
.service-row { display: grid; grid-template-columns: 42px minmax(220px,1fr) minmax(180px,.75fr); gap: 24px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line-light); }
.service-row > span { font-size: 10px; color: rgba(11,11,11,.42); }
.service-row h3 { font-family: "Inter Tight"; margin: 0; font-size: clamp(26px,3vw,42px); letter-spacing: -.04em; font-weight: 500; }
.service-row p { margin: 0; color: rgba(11,11,11,.55); font-size: 13px; line-height: 1.55; }

.contact { min-height: 90svh; padding: 170px 0 34px; display: flex; align-items: flex-end; }
.contact-inner { width: 100%; }
.contact-heading { font-size: clamp(70px,12vw,205px); line-height: .75; }
.email-link { margin-top: 70px; padding: 26px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; font-family: "Inter Tight"; font-size: clamp(24px,3vw,48px); letter-spacing: -.03em; }
.email-link span { color: var(--gold); transition: transform .35s var(--ease); }
.email-link:hover span { transform: translate(5px,-5px); }
.contact-footer { padding-top: 38px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; color: rgba(243,240,232,.5); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.contact-footer img { width: 220px; height: auto; object-fit: contain; }
.contact-footer > div { display: flex; gap: 24px; justify-content: center; }
.contact-footer > span { text-align: right; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-text { clip-path: inset(0 0 102% 0); transform: translateY(26px); transition: clip-path 1s var(--ease), transform 1s var(--ease); }
.reveal-text.is-visible { clip-path: inset(0 0 0 0); transform: translateY(0); }

.project-overlay { position: fixed; inset: 0; z-index: 200; background: var(--black); color: var(--paper); overflow-y: auto; transform: translateY(100%); visibility: hidden; transition: transform .75s var(--ease), visibility 0s linear .75s; }
.project-overlay.open { transform: translateY(0); visibility: visible; transition-delay: 0s; }
.project-topbar { height: 88px; padding: 0 var(--pad); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; z-index: 4; background: rgba(11,11,11,.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.project-topbar img { width: clamp(170px,15vw,240px); height: 42px; object-fit: contain; object-position: left; }
.project-close { border: 0; color: var(--paper); background: transparent; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; cursor: pointer; }
.project-close span { color: var(--gold); font-size: 19px; margin-left: 8px; vertical-align: -2px; }
.project-hero { min-height: calc(100svh - 88px); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.project-hero-copy { padding: clamp(70px,10vw,160px) var(--pad) 70px max(var(--pad), calc((100vw - var(--max)) / 2)); display: flex; flex-direction: column; justify-content: flex-end; }
.project-kicker { text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--gold); }
.project-title { font-family: "Inter Tight"; font-size: clamp(58px,8vw,140px); letter-spacing: -.065em; line-height: .79; margin: 20px 0 34px; font-weight: 600; }
.project-desc { max-width: 520px; margin: 0; color: rgba(243,240,232,.6); line-height: 1.6; font-size: 15px; }
.project-hero-image { min-height: 680px; overflow: hidden; }
.project-gallery { width: min(calc(100% - (var(--pad) * 2)), var(--max)); margin: 0 auto; padding: 130px 0 160px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.project-gallery figure { margin: 0; overflow: hidden; background: #151515; }
.project-gallery figure:first-child { grid-column: 1 / -1; aspect-ratio: 1.65; }
.project-gallery figure:not(:first-child) { aspect-ratio: 1.2; }
.project-gallery .portrait { aspect-ratio: .82 !important; }
.project-gallery-header { grid-column: 1 / -1; padding-bottom: 40px; }
.project-gallery-header span { text-transform: uppercase; font-size: 10px; letter-spacing: .16em; color: var(--gold); }
.project-gallery-header h3 { font-family: "Inter Tight"; font-size: clamp(50px,7vw,110px); line-height: .84; letter-spacing: -.06em; margin: 14px 0 0; font-weight: 600; }

@media (max-width: 900px) {
  :root { --pad: 22px; }
  .site-header { height: 72px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .brand { width: 176px; }
  .hero { padding-bottom: 34px; }
  .hero-card-a { width: 38vw; right: -8vw; top: 14vh; opacity: .2; }
  .hero-card-b { width: 34vw; right: 28vw; top: 17vh; opacity: .16; }
  .hero-card-c { width: 48vw; left: -18vw; top: 30vh; opacity: .16; }
  .hero-title { font-size: clamp(66px,19vw,140px); line-height: .79; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 30px; margin-top: 40px; }
  .hero-proof { max-width: 500px; }
  .proof { padding-top: 90px; }
  .proof-grid { grid-template-columns: 1fr; gap: 60px; }
  .category-head { grid-template-columns: 1fr; gap: 38px; margin-bottom: 70px; }
  .category-copy { max-width: 480px; }
  .selected-work, .boxing, .music, .more-work, .about, .services { padding-top: 110px; padding-bottom: 120px; }
  .section-intro { margin-bottom: 70px; }
  .featured-stack { gap: 64px; }
  .feature-pair { grid-template-columns: 1fr 1fr; gap: 24px; }
  .music-editorial { gap: 110px; }
  .music-main { min-height: 720px; }
  .music-main-art { width: 48%; height: 74%; }
  .music-live { width: 65%; height: 67%; }
  .cover-row { grid-template-columns: 1fr 1fr; }
  .cover-copy { grid-column: 1 / -1; max-width: 650px; padding-top: 30px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-collage { height: 100vw; margin-top: 40px; }
  .services-grid { grid-template-columns: 1fr; gap: 70px; }
  .services-intro { position: static; }
  .contact { min-height: 78svh; padding-top: 120px; }
  .project-hero { grid-template-columns: 1fr; }
  .project-hero-copy { min-height: 58svh; padding-left: var(--pad); }
  .project-hero-image { min-height: 70svh; }
}

@media (max-width: 620px) {
  .hero-title { font-size: 19.7vw; }
  .hero-proof { font-size: 14px; }
  .proof-grid { padding-bottom: 70px; }
  .stat-number { font-size: 38vw; }
  .proof-statement p { font-size: 11vw; }
  .ticker { padding-top: 34px; }
  .feature-pair { grid-template-columns: 1fr; gap: 58px; }
  .feature-portrait { margin-top: 0; }
  .feature-wide .feature-media { aspect-ratio: 1.16; }
  .split-media { grid-template-columns: 1fr; aspect-ratio: auto !important; }
  .split-media img { height: auto; aspect-ratio: 1.15; }
  .split-media img:first-child { display: none; }
  .feature-meta { flex-direction: column; }
  .feature-meta > div { flex-direction: column; gap: 8px; }
  .rail-card { width: 76vw; }
  .music-main { min-height: 680px; }
  .music-main-art { width: 68%; height: 62%; left: 0; }
  .music-live { width: 75%; height: 50%; top: 29%; right: -8%; }
  .editorial-caption { left: 0; bottom: 0; }
  .music-strip { grid-template-columns: 1fr 1fr; }
  .music-strip > div:nth-child(2) { margin-top: 55px; }
  .music-strip > div:nth-child(3) { display: none; }
  .music-strip-copy { grid-column: 1 / -1; }
  .cover-row { gap: 12px; }
  .masonry { gap: 12px; }
  .masonry-item:nth-child(1) { grid-column: 1 / 7; }
  .masonry-item:nth-child(2) { grid-column: 7 / 13; margin-top: 16vw; }
  .masonry-item:nth-child(3) { grid-column: 1 / 7; }
  .masonry-item:nth-child(4) { grid-column: 7 / 13; margin-top: 16vw; }
  .masonry-item:nth-child(5) { grid-column: 2 / 11; margin-top: 8vw; }
  .about-collage { height: 135vw; }
  .about-photo-1 { width: 62%; height: 58%; }
  .about-photo-2 { width: 54%; height: 48%; top: 7%; }
  .about-photo-3 { width: 58%; height: 43%; right: 8%; }
  .service-row { grid-template-columns: 30px 1fr; gap: 12px; padding: 24px 0; }
  .service-row p { grid-column: 2; }
  .contact-heading { font-size: 18vw; }
  .email-link { font-size: 6.4vw; }
  .contact-footer { grid-template-columns: 1fr 1fr; gap: 30px; }
  .contact-footer img { width: 170px; }
  .contact-footer > div { justify-content: flex-end; }
  .contact-footer > span { grid-column: 1 / -1; text-align: left; }
  .project-gallery { grid-template-columns: 1fr; padding-top: 80px; }
  .project-gallery figure:first-child, .project-gallery-header { grid-column: 1; }
  .project-gallery figure:first-child { aspect-ratio: 1.12; }
  .project-gallery figure:not(:first-child) { aspect-ratio: 1.05; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal, .reveal-text { opacity: 1; transform: none; clip-path: none; }
}
