@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root {
  --paper: #f4f0e7;
  --paper-deep: #e7dfd0;
  --ink: #172824;
  --ink-soft: #46625b;
  --rust: #984d43;
  --pink: #d6a1a1;
  --blue: #88a7a3;
  --lime: #bcc67b;
  --line: rgba(23, 40, 36, .25);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Helvetica, Arial, sans-serif;
  --mono: 'DM Mono', 'Courier New', monospace;
  --shell: min(1440px, calc(100vw - 72px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.45;
  overflow-x: hidden;
}

body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 14px; color: var(--paper); background: var(--ink); }
.skip-link:focus { top: 20px; }

.grain { position: fixed; inset: 0; z-index: 10; pointer-events: none; opacity: .075; mix-blend-mode: multiply; 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='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
.section-shell { width: var(--shell); margin: 0 auto; }

.site-header { position: fixed; top: 0; left: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 64px; padding: 21px max(36px, calc((100vw - 1440px) / 2)); overflow: visible; border-bottom: 1px solid rgba(23, 40, 36, .13); background: rgba(244, 240, 231, .88); backdrop-filter: blur(12px); transition: transform .24s ease; will-change: transform; }
.site-header.is-hidden { transform: translate3d(0, -110%, 0); }
.wordmark { display: flex; flex-direction: column; font-family: var(--serif); font-size: 15px; font-weight: 600; line-height: .8; letter-spacing: .15em; }
.wordmark span:last-child { padding-left: 15px; }
.main-nav { display: flex; gap: 28px; margin-left: auto; margin-right: 44px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.main-nav a, .cv-link { transition: color .2s ease, opacity .2s ease; }
.main-nav a:hover, .cv-link:hover { color: var(--rust); }
.header-actions { display: flex; align-items: center; gap: 18px; font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; }
.language-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.language-divider { color: rgba(23, 40, 36, .35); }
.language-label { opacity: .38; transition: opacity .2s ease; }
.language-label.is-active { opacity: 1; }
.menu-toggle { display: none; padding: 2px 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr); min-height: 790px; padding-top: 148px; padding-bottom: 90px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 54px 8% 90px 4%; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--ink-soft); font-family: var(--mono); font-size: 11px; line-height: 1.3; text-transform: uppercase; letter-spacing: .11em; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); }
.hero h1 { max-width: 620px; margin: 0 0 24px; font-family: var(--serif); font-size: clamp(76px, 10vw, 150px); font-weight: 500; line-height: .77; letter-spacing: -.075em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 span { padding-left: .06em; }
.hero h1 em { padding-left: .7em; color: var(--rust); font-style: italic; }
.hero-role { display: flex; align-items: flex-start; gap: 36px; width: 100%; max-width: 500px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.hero-role p { margin: 0; }
.hero-role p:first-child { color: var(--rust); }
.hero-location { max-width: 220px; color: var(--ink-soft); line-height: 1.6; text-transform: none; letter-spacing: 0; }
.hero-intro { max-width: 390px; margin: 28px 0 38px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.circle-link { display: inline-flex; align-items: center; justify-content: space-between; width: 140px; height: 140px; padding: 0 18px 0 21px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; transform: rotate(-8deg); transition: color .25s ease, background .25s ease, transform .25s ease; }
.circle-link:hover { color: var(--paper); background: var(--rust); transform: rotate(0deg); }
.circle-link .arrow { font-size: 23px; line-height: 1; }
.hero-visual { position: relative; min-height: 565px; margin: 20px 0 0; }
.hero-image { position: absolute; overflow: hidden; }
.hero-image::after { position: absolute; inset: 0; content: ''; border: 1px solid rgba(244, 240, 231, .65); pointer-events: none; }
.hero-image-main { top: 0; right: 6%; width: 67%; height: 84%; background: var(--blue); }
.hero-image-main img { object-position: 52% center; filter: saturate(.85) contrast(.98); }
.hero-image-detail { right: 55%; bottom: 1%; z-index: 2; width: 39%; height: 39%; border: 9px solid var(--paper); background: var(--paper); transform: rotate(-7deg); }
.hero-image-detail img { object-position: center; }
.hero-stamp { position: absolute; top: 4%; left: 4%; z-index: 3; display: grid; place-items: center; width: 104px; height: 104px; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.02; text-align: center; transform: rotate(12deg); }
.hero-caption { position: absolute; right: 0; bottom: -29px; display: flex; gap: 20px; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.hero-caption span:first-child { color: var(--rust); }

.ticker { overflow: hidden; margin: 24px 0 0; padding: 17px 0 15px; color: var(--paper); background: var(--ink); font-family: var(--mono); font-size: 12px; letter-spacing: .1em; white-space: nowrap; }
.ticker-track { display: flex; align-items: center; width: max-content; animation: drift 28s linear infinite; }
.ticker-run { display: flex; flex: 0 0 auto; align-items: center; gap: 31px; padding-right: 31px; }
.ticker b { color: var(--lime); font-size: 18px; font-weight: 400; }
@keyframes drift { from { transform: translateX(0); } to { transform: translateX(-25%); } }

.work { padding: 164px 0 150px; }
.section-heading { display: grid; grid-template-columns: minmax(190px, .3fr) minmax(0, 1fr) minmax(240px, .55fr); align-items: end; column-gap: 40px; margin-bottom: 72px; }
.section-heading .eyebrow { align-self: start; margin-top: 10px; }
.section-number { color: var(--rust); }
.section-heading h2, .approach h2, .about h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 6.7vw, 96px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.section-heading h2 { max-width: 640px; }
.section-lede { max-width: 280px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.work-grid { display: grid; grid-template-columns: 1.08fr .86fr .98fr; grid-template-rows: 270px 370px 300px; gap: 13px; }
.project-card { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 0; background: var(--paper-deep); text-align: left; cursor: pointer; }
.project-image, .project-image img { position: absolute; inset: 0; display: block; }
.project-image::after { position: absolute; inset: 0; content: ''; background: linear-gradient(180deg, rgba(23, 40, 36, 0) 50%, rgba(23, 40, 36, .72) 100%); opacity: .83; transition: opacity .35s ease; }
.project-image img { transition: transform .7s cubic-bezier(.22, .61, .36, 1), filter .4s ease; }
.project-card:hover .project-image img { transform: scale(1.06); filter: saturate(1.08); }
.project-card:hover .project-image::after { opacity: 1; }
.project-meta { position: absolute; right: 20px; bottom: 18px; left: 20px; z-index: 2; display: flex; flex-wrap: wrap; align-items: end; gap: 4px 18px; color: var(--paper); font-family: var(--mono); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.project-meta b { color: var(--lime); font-weight: 400; }
.project-meta strong { flex: 1 0 100%; font-family: var(--serif); font-size: clamp(21px, 2vw, 30px); font-weight: 500; line-height: 1.05; text-transform: none; letter-spacing: -.03em; }
.project-meta span:last-child { margin-left: auto; color: var(--pink); transition: transform .2s ease; }
.project-card:hover .project-meta span:last-child { transform: translateX(5px); }
.project-card-large { grid-row: span 2; }
.project-card-archive { background: #839d99; }
.project-card-archive .project-image img { object-position: 52% center; }
.project-card-decay { background: #8f7565; }
.project-card-decay .project-image img { object-position: center; }
.project-card-floral { background: #a9b194; }
.project-card-floral .project-image img { object-position: center; }
.project-card-ottoman { grid-column: span 2; background: #a2a9b1; }
.project-card-ottoman .project-image img { object-position: center; }
.project-card-show { background: #7b8e80; }
.project-card-show .project-image img { object-position: 48% center; }

.approach { position: relative; display: grid; grid-template-columns: 70px minmax(0, 1.05fr) minmax(300px, .8fr); gap: 50px; padding: 115px 0 160px; border-top: 1px solid var(--line); }
.approach-marker { color: var(--rust); font-family: var(--mono); font-size: 12px; }
.approach-statement h2 { max-width: 690px; color: var(--rust); font-size: clamp(54px, 7.8vw, 108px); }
.approach-body { align-self: end; padding-bottom: 5px; }
.approach-body p { max-width: 390px; margin: 0 0 22px; color: var(--ink-soft); font-family: var(--serif); font-size: 18px; line-height: 1.45; }
.skill-list { display: flex; flex-wrap: wrap; gap: 7px; max-width: 430px; margin-top: 34px; }
.skill-list span { padding: 7px 10px 6px; border: 1px solid rgba(23, 40, 36, .4); border-radius: 50%; font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.skill-list span:nth-child(2n) { background: var(--lime); border-color: var(--lime); }

.about { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1fr); align-items: center; gap: 9%; padding: 0 0 170px; }
.about-image { position: relative; min-height: 625px; background: var(--blue); transform: rotate(-2deg); }
.about-image::before { position: absolute; top: 30px; right: -28px; bottom: 30px; left: 28px; content: ''; border: 1px solid var(--rust); pointer-events: none; }
.about-image img { filter: sepia(.14) saturate(.8); object-position: center; }
.image-note { position: absolute; right: -11px; bottom: 18px; padding: 4px 9px; color: var(--paper); background: var(--rust); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; transform: rotate(2deg); }
.about-copy { padding: 20px 0; }
.about-copy .eyebrow { margin-bottom: 34px; }
.about-copy h2 { max-width: 620px; margin-bottom: 36px; font-size: clamp(48px, 5.2vw, 78px); }
.about-copy > p { max-width: 480px; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; padding-top: 16px; border-top: 1px solid var(--line); }
.about-facts div { display: flex; flex-direction: column; gap: 8px; }
.about-facts span { color: var(--rust); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.about-facts strong { font-family: var(--serif); font-size: 15px; font-weight: 500; line-height: 1.2; }

.collaborations { display: grid; grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr); gap: 9%; padding: 30px 0 170px; border-top: 1px solid var(--line); }
.collaboration-intro { padding-top: 8px; }
.collaboration-intro h2 { max-width: 470px; margin: 0 0 28px; color: var(--rust); font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.collaboration-intro > p:last-child { max-width: 330px; margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 17px; line-height: 1.5; }
.collaboration-card { display: grid; grid-template-columns: minmax(220px, .9fr) minmax(250px, 1fr); gap: 28px; align-items: center; padding: 14px; background: var(--ink); }
.collaboration-image { position: relative; min-height: 360px; overflow: hidden; background: var(--blue); }
.collaboration-image img { filter: saturate(.75) contrast(.98); }
.collaboration-image span { position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; color: var(--ink); background: var(--lime); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; }
.collaboration-copy { padding: 28px 24px 28px 0; color: var(--paper); }
.collab-label { margin: 0 0 16px; color: var(--pink); font-family: var(--mono); font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.collaboration-copy h3 { max-width: 330px; margin: 0 0 18px; font-family: var(--serif); font-size: clamp(26px, 3.2vw, 44px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.collaboration-copy > p:not(.collab-label) { max-width: 330px; margin: 0; color: rgba(244, 240, 231, .76); font-family: var(--serif); font-size: 15px; line-height: 1.5; }
.collab-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.collab-tags span { padding: 6px 8px; border: 1px solid rgba(244, 240, 231, .35); border-radius: 50%; font-family: var(--mono); font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }

.contact { position: relative; min-height: 505px; padding: 35px 0 50px; border-top: 1px solid var(--line); }
.contact-topline, .contact-details { display: flex; justify-content: space-between; color: var(--ink-soft); font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.contact-topline span:first-child { color: var(--rust); }
.contact-content { padding: 84px 0 0 15%; }
.contact h2 { max-width: 780px; color: var(--rust); font-size: clamp(52px, 8vw, 112px); }
.email-link { display: inline-flex; align-items: center; gap: 20px; margin-top: 39px; padding-bottom: 7px; border-bottom: 1px solid var(--rust); color: var(--ink); font-family: var(--serif); font-size: clamp(22px, 3vw, 40px); transition: color .2s ease; }
.email-link:hover { color: var(--rust); }
.email-link span { color: var(--rust); font-family: var(--sans); font-size: 25px; }
.contact-details { justify-content: flex-start; gap: 26px; margin-top: 55px; }
.contact-details a { transition: color .2s ease; }
.contact-details a:hover { color: var(--rust); }
.site-footer { display: flex; justify-content: space-between; padding: 20px max(36px, calc((100vw - 1440px) / 2)); color: var(--paper); background: var(--ink); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.site-footer a:hover { color: var(--lime); }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 19; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; color: var(--paper); background: var(--ink); font-size: 20px; line-height: 1; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s ease, visibility .25s ease, transform .25s ease, background .2s ease, color .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { color: var(--ink); background: var(--lime); }

.image-reveal { opacity: 0; transform: translateY(14px); animation: reveal .9s .1s forwards cubic-bezier(.22, .61, .36, 1); }
.image-delay { animation-delay: .28s; }
@keyframes reveal { to { opacity: 1; transform: translateY(0); } }

.project-modal { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 30px; visibility: hidden; opacity: 0; transition: opacity .35s ease, visibility .35s ease; }
.project-modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(23, 40, 36, .68); backdrop-filter: blur(6px); }
.modal-panel { position: relative; z-index: 1; display: grid; grid-template-columns: 35% 65%; width: min(1180px, 100%); max-height: min(850px, 92vh); overflow: auto; background: var(--paper); box-shadow: 0 25px 90px rgba(0, 0, 0, .25); transform: translateY(18px); transition: transform .35s ease; }
.project-modal.is-open .modal-panel { transform: translateY(0); }
.modal-close { position: absolute; top: 14px; right: 16px; z-index: 2; width: 36px; height: 36px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); font-size: 25px; line-height: 1; cursor: pointer; }
.modal-heading { padding: 64px 32px 32px; background: var(--paper-deep); }
.modal-heading .eyebrow { justify-content: space-between; margin-bottom: 34px; }
.modal-heading h2 { margin: 0 0 22px; color: var(--rust); font-family: var(--serif); font-size: clamp(42px, 5vw, 70px); font-weight: 500; line-height: .96; letter-spacing: -.05em; }
.modal-heading > p:last-child { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 16px; line-height: 1.5; }
.modal-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; padding: 9px; background: var(--ink); }
.modal-gallery img { min-height: 180px; height: 100%; object-fit: cover; }
.modal-gallery img:first-child { grid-column: span 2; aspect-ratio: 1.8; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 42px, 760px); }
  .main-nav { gap: 17px; margin-right: 22px; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; }
  .hero-copy { padding: 30px 0 70px; }
  .hero-visual { min-height: 620px; }
  .hero-image-main { right: 4%; width: 70%; height: 88%; }
  .hero-image-detail { right: 51%; width: 43%; height: 34%; }
  .section-heading { grid-template-columns: 1fr 1.5fr; gap: 25px; }
  .section-heading h2 { grid-column: 1 / -1; grid-row: 2; }
  .section-lede { grid-column: 2; grid-row: 1; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 380px 270px 360px; }
  .project-card-large { grid-row: span 2; }
  .project-card-ottoman { grid-column: span 1; }
  .approach { grid-template-columns: 50px 1fr; gap: 26px; }
  .approach-body { grid-column: 2; }
  .about { grid-template-columns: 1fr; gap: 65px; }
  .about-image { min-height: 520px; max-width: 660px; }
  .about-copy { padding: 0; }
  .contact-content { padding-left: 6%; }
  .collaborations { grid-template-columns: 1fr; gap: 48px; }
  .modal-panel { grid-template-columns: 1fr; max-height: 90vh; }
  .modal-heading { padding-bottom: 25px; }
}

@media (max-width: 650px) {
  :root { --shell: calc(100% - 30px); }
  .site-header { height: 62px; min-height: 62px; padding: 0 15px; }
  .main-nav { position: fixed; top: 62px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; max-height: calc(100dvh - 62px); margin: 0; padding: 12px 15px 22px; overflow-y: auto; background: var(--paper); border-bottom: 1px solid var(--line); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .cv-link { display: none; }
  .menu-toggle { display: block; }
  .hero { padding-top: 102px; }
  .hero-copy { padding-top: 25px; }
  .hero h1 { font-size: clamp(66px, 22vw, 110px); }
  .hero-role { gap: 20px; font-size: 10px; }
  .hero-intro { font-size: 16px; }
  .hero-visual { min-height: 470px; }
  .hero-image-main { right: 0; width: 75%; height: 89%; }
  .hero-image-detail { right: 48%; bottom: 1%; width: 49%; height: 34%; border-width: 6px; }
  .hero-stamp { top: 5%; left: 0; width: 82px; height: 82px; font-size: 14px; }
  .hero-caption { bottom: -25px; font-size: 8px; }
  .ticker { margin-top: 14px; }
  .work { padding: 115px 0 100px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2 { margin-bottom: 22px; }
  .section-lede { max-width: 320px; }
  .work-grid { display: flex; flex-direction: column; gap: 10px; }
  .project-card { min-height: 380px; }
  .project-card-large { min-height: 470px; }
  .project-card-ottoman { min-height: 390px; }
  .approach { display: block; padding: 85px 0 105px; }
  .approach-marker { margin-bottom: 25px; }
  .approach-statement h2 { margin-bottom: 46px; }
  .approach-body { padding-left: 20px; border-left: 1px solid var(--rust); }
  .approach-body p { font-size: 16px; }
  .about { padding-bottom: 110px; }
  .about-image { min-height: 390px; }
  .about-copy h2 { margin-bottom: 28px; }
  .about-copy > p { font-size: 16px; }
  .about-facts { grid-template-columns: 1fr 1fr; }
  .about-facts div:last-child { grid-column: span 2; }
  .collaborations { padding-bottom: 110px; }
  .collaboration-card { grid-template-columns: 1fr; gap: 0; padding: 9px; }
  .collaboration-image { min-height: 320px; }
  .collaboration-copy { padding: 27px 14px 18px; }
  .contact { min-height: 510px; padding-top: 22px; }
  .contact-topline { gap: 18px; }
  .contact-topline span:last-child { text-align: right; }
  .contact-content { padding: 85px 0 0; }
  .contact h2 { font-size: clamp(52px, 16vw, 88px); }
  .email-link { gap: 10px; font-size: 22px; word-break: break-all; }
  .contact-details { flex-wrap: wrap; gap: 14px 20px; margin-top: 38px; }
  .back-to-top { right: 15px; bottom: 15px; width: 38px; height: 38px; }
  .site-footer { flex-wrap: wrap; gap: 12px; padding: 18px 15px; font-size: 8px; }
  .site-footer span:nth-child(2) { order: 3; flex-basis: 100%; }
  .project-modal { padding: 0; }
  .modal-panel { width: 100%; max-height: 100vh; min-height: 100vh; }
  .modal-heading { padding: 65px 20px 23px; }
  .modal-heading h2 { font-size: 48px; }
  .modal-gallery { grid-template-columns: 1fr; }
  .modal-gallery img:first-child { grid-column: span 1; aspect-ratio: 1.2; }
}
