@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600;700;900&family=Noto+Serif+KR:wght@500;600;700&display=swap');

:root {
  --black: #080808;
  --ink: #121212;
  --paper: #f0ede5;
  --white: #f8f6f0;
  --red: #cf2635;
  --yellow: #f4b928;
  --blue: #202d90;
  --muted: #a7a39c;
  --line-dark: rgba(255,255,255,.18);
  --line-light: rgba(15,15,15,.2);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font-family: 'Noto Sans KR','Malgun Gothic',sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; border: 0; background: none; cursor: pointer; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; color: #000; padding: 12px 18px; }
.skip-link:focus { transform: none; }
.grain { position: fixed; inset: 0; z-index: 100; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; border-bottom: 1px solid transparent; transition: .4s ease; }
.site-header.scrolled { height: 72px; background: rgba(8,8,8,.92); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.wordmark strong { font-family: 'Noto Serif KR',serif; font-size: 25px; letter-spacing: -.08em; }
.wordmark span { font-size: 7px; line-height: 1.35; letter-spacing: .14em; max-width: 80px; color: #c7c3bd; }
.main-nav { display: flex; align-items: center; gap: 34px; }
.main-nav a { position: relative; font-size: 12px; font-weight: 500; }
.main-nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -10px; height: 1px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: .3s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.header-contact { justify-self: end; font-size: 11px; letter-spacing: .04em; border-bottom: 1px solid #fff; padding: 9px 0; }
.header-contact span { color: var(--yellow); margin-left: 18px; }
.menu-toggle { display: none; justify-self: end; width: 42px; height: 42px; }
.menu-toggle i { display: block; width: 26px; height: 1px; background: #fff; margin: 7px auto; transition: .3s; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; }
.hero-slides, .hero-slide, .hero-shade { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-size: cover; background-position: center; transform: scale(1.05); transition: opacity 1.2s ease, transform 7s linear; }
.hero-slide.active { opacity: 1; transform: scale(1.11); }
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.56) 47%, rgba(0,0,0,.12) 79%), linear-gradient(0deg, rgba(0,0,0,.65), transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(850px, 80vw); margin-left: 8vw; padding-top: 6vh; }
.overline, .section-label { margin: 0; font-size: 10px; font-weight: 700; letter-spacing: .21em; color: var(--yellow); }
.hero h1 { margin: 24px 0 28px; font-size: clamp(59px, 7.7vw, 126px); line-height: .98; letter-spacing: -.08em; font-weight: 900; }
.hero h1 em { color: var(--yellow); font-family: 'Noto Serif KR',serif; font-weight: 500; font-style: normal; }
.hero-copy > p:not(.overline) { margin: 0; color: #d2cec7; font-size: 15px; line-height: 1.9; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.primary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 55px; min-width: 235px; padding: 18px 21px; background: var(--red); font-size: 11px; letter-spacing: .03em; transition: background .25s, transform .25s; }
.primary-button:hover { background: #ea3042; transform: translateY(-2px); }
.text-button { font-size: 11px; border-bottom: 1px solid #fff; padding: 12px 0; }
.text-button span { color: var(--yellow); margin-left: 24px; }
.hero-controls { position: absolute; z-index: 3; right: 4vw; bottom: 38px; display: flex; gap: 8px; }
.hero-dot { width: 105px; padding: 10px 0; text-align: left; color: #888; }
.hero-dot span { font-size: 8px; }
.hero-dot i { display: block; height: 1px; margin: 8px 0; background: rgba(255,255,255,.35); position: relative; overflow: hidden; }
.hero-dot i::after { content: ''; position: absolute; inset: 0; background: var(--yellow); transform: scaleX(0); transform-origin: left; }
.hero-dot.active i::after { animation: progress 6s linear forwards; }
.hero-dot b { font-size: 9px; font-weight: 500; letter-spacing: .04em; }
.hero-dot.active { color: #fff; }
.scroll-mark { position: absolute; z-index: 3; left: 4vw; bottom: 36px; display: flex; align-items: center; gap: 15px; writing-mode: vertical-rl; font-size: 7px; letter-spacing: .2em; }
.scroll-mark i { width: 1px; height: 55px; background: #fff; position: relative; overflow: hidden; }
.scroll-mark i::after { content: ''; position: absolute; width: 1px; height: 18px; top: -18px; background: var(--red); animation: scrollLine 1.7s infinite; }

.light-section { background: var(--paper); color: var(--ink); }
.about { padding: 135px 8vw 125px; }
.section-intro { display: flex; align-items: center; gap: 24px; margin-bottom: 65px; }
.section-number { margin: 0; font-size: 10px; color: var(--muted); }
.light-section .section-label { color: var(--red); }
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 9vw; align-items: start; }
.about-title h2, .section-head h2, .gallery-top h2, .values-title h2 { margin: 0; font-family: 'Noto Serif KR',serif; font-size: clamp(49px, 5.7vw, 87px); line-height: 1.13; letter-spacing: -.07em; }
.about-title h2 em { color: var(--blue); font-style: normal; }
.about-signature { margin: 44px 0 0; padding-left: 20px; border-left: 3px solid var(--red); font-size: 9px; line-height: 1.7; letter-spacing: .15em; font-weight: 700; }
.about-body { padding-top: 8px; }
.about-body p { margin: 0 0 24px; font-size: 14px; line-height: 2; color: #56534e; font-weight: 300; }
.about-body .lead { margin-bottom: 32px; font-size: 19px; line-height: 1.9; color: #181818; font-weight: 400; }
.about-stats { margin-top: 90px; border-top: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(5,1fr); }
.about-stats div { padding: 27px 25px 0 0; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.about-stats div:not(:first-child) { padding-left: 25px; }
.about-stats div:last-child { border: 0; }
.about-stats strong { font-size: 42px; line-height: 1; letter-spacing: -.06em; }
.about-stats span { margin-top: 13px; font-size: 10px; color: #68645e; }
.about-stats .since-label { display: block; margin-bottom: 7px; font-size: 10px; line-height: 1; letter-spacing: .18em; color: #68645e; }

.manifesto { position: relative; min-height: 86vh; display: flex; align-items: center; overflow: hidden; }
.manifesto-image { position: absolute; inset: 0; background: url('2024영등할매 (5).JPG') center 38%/cover; }
.manifesto-shade { position: absolute; inset: 0; background: rgba(0,0,0,.52); }
.manifesto-copy { position: relative; z-index: 2; margin-left: 12vw; }
.manifesto blockquote { margin: 25px 0 30px; font-family: 'Noto Serif KR',serif; font-size: clamp(67px, 9.5vw, 154px); line-height: .95; letter-spacing: -.1em; font-weight: 700; }
.manifesto blockquote em { color: var(--yellow); font-style: normal; }
.manifesto-copy > p:last-child { font-size: 14px; color: #ddd8d1; line-height: 1.85; }
.instrument-notes { position: absolute; z-index: 2; right: 5vw; bottom: 40px; display: grid; grid-template-columns: repeat(4,auto); gap: 26px; }
.instrument-notes span { font-size: 9px; color: #aaa; }
.instrument-notes b { color: #fff; margin-right: 7px; }

.works { padding: 140px 8vw 150px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 80px; }
.section-head > div > .section-number, .section-head > div > .section-label { display: inline-block; margin-right: 18px; }
.section-head h2 { margin-top: 27px; }
.section-head > p { max-width: 340px; margin: 0; color: #999; font-size: 13px; line-height: 1.9; }
.work-stack { display: grid; gap: 110px; }
.work-panel { display: grid; grid-template-columns: 1.45fr .75fr; align-items: stretch; min-height: 620px; }
.work-panel.reverse { grid-template-columns: .75fr 1.45fr; }
.work-panel.reverse figure { order: 2; }
.work-panel figure { margin: 0; overflow: hidden; min-height: 540px; }
.work-panel figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.16,1,.3,1); }
.work-panel:hover figure img { transform: scale(1.035); }
.work-info { padding: 60px 0 45px 6vw; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; align-items: flex-start; }
.work-panel.reverse .work-info { padding: 60px 6vw 45px 0; }
.work-meta { display: flex; gap: 18px; color: #777; font-size: 8px; letter-spacing: .13em; }
.work-info h3 { margin: 55px 0 27px; font-family: 'Noto Serif KR',serif; font-size: clamp(45px, 5vw, 77px); line-height: 1.02; letter-spacing: -.07em; }
.work-info p { color: #aaa; font-size: 13px; line-height: 1.9; max-width: 390px; }
.work-gallery-button { margin-top: auto; border-bottom: 1px solid #fff; padding: 12px 0; font-size: 10px; letter-spacing: .08em; }
.work-gallery-button span { color: var(--yellow); margin-left: 35px; }

.gallery { padding: 135px 4vw 125px; }
.gallery-top { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 0 4vw 58px; }
.gallery-top > div:first-child > p { display: inline-block; margin-right: 18px; }
.gallery-top h2 { margin-top: 26px; }
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.gallery-filters button { position: relative; padding: 9px 0; color: #777; font-size: 10px; letter-spacing: .07em; }
.gallery-filters button::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--red); transform: scaleX(0); transition: .3s; }
.gallery-filters button.active { color: #111; }
.gallery-filters button.active::after { transform: scaleX(1); }
.gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.gallery-item { grid-column: span 4; aspect-ratio: 4/3; overflow: hidden; position: relative; background: #ddd; cursor: zoom-in; padding: 0; }
.gallery-item:nth-child(8n+1), .gallery-item:nth-child(8n+6) { grid-column: span 5; }
.gallery-item:nth-child(8n+2), .gallery-item:nth-child(8n+5) { grid-column: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .7s cubic-bezier(.16,1,.3,1); }
.gallery-item:hover img { transform: scale(1.055); }
.gallery-item::after { content: attr(data-caption); position: absolute; left: 0; right: 0; bottom: 0; padding: 50px 16px 15px; color: #fff; font-size: 9px; letter-spacing: .06em; background: linear-gradient(transparent, rgba(0,0,0,.72)); opacity: 0; transform: translateY(8px); transition: .3s; text-align: left; }
.gallery-item:hover::after { opacity: 1; transform: none; }
.gallery-more { display: block; margin: 55px auto 0; border-bottom: 1px solid #111; padding: 12px 2px; font-size: 10px; letter-spacing: .08em; }
.gallery-more span { margin-left: 28px; color: var(--red); }

.repertoire { padding: 135px 8vw 145px; background: #0d0d0d; }
.repertoire-list { border-top: 1px solid var(--line-dark); }
.repertoire-list article { display: grid; grid-template-columns: 65px 1.1fr 1.45fr 95px; gap: 25px; align-items: center; min-height: 145px; border-bottom: 1px solid var(--line-dark); transition: .35s; }
.repertoire-list article:hover { padding: 0 24px; background: #171717; }
.rep-no { font-size: 9px; color: #666; }
.repertoire-list small { font-size: 7px; letter-spacing: .13em; color: var(--yellow); }
.repertoire-list h3 { margin: 10px 0 0; font-family: 'Noto Serif KR',serif; font-size: 27px; letter-spacing: -.04em; }
.repertoire-list p { margin: 0; color: #8f8f8f; font-size: 12px; line-height: 1.75; }
.repertoire-list b { font-size: 8px; letter-spacing: .11em; text-align: right; color: #aaa; }

.films { padding: 140px 8vw 145px; background: #131313; }
.film-grid { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(290px,.62fr); gap: 36px; }
.video-shell { position: relative; aspect-ratio: 16/9; background: #000; overflow: hidden; }
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.video-playlist { border-top: 1px solid var(--line-dark); max-height: min(35vw,520px); overflow: auto; }
.video-item { width: 100%; display: grid; grid-template-columns: 35px 1fr auto; gap: 10px; align-items: center; padding: 17px 7px; border-bottom: 1px solid var(--line-dark); color: #777; text-align: left; }
.video-item.active { color: #fff; }
.video-item .video-no { color: #555; font-size: 8px; }
.video-item strong { font-size: 11px; font-weight: 500; line-height: 1.45; }
.video-item small { font-size: 7px; letter-spacing: .1em; }
.video-item.active strong::before { content: '▶'; color: var(--red); font-size: 7px; margin-right: 7px; }
.youtube-link { display: block; width: max-content; margin: 38px 0 0 auto; border-bottom: 1px solid #fff; padding: 10px 0; font-size: 9px; letter-spacing: .1em; }
.youtube-link span { color: var(--yellow); margin-left: 25px; }

.values { padding: 135px 8vw 145px; }
.values-title { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; }
.values-title p { max-width: 430px; font-size: 15px; line-height: 1.9; color: #666; }
.value-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-light); }
.value-grid article { min-height: 360px; padding: 32px 40px 35px 0; border-right: 1px solid var(--line-light); display: flex; flex-direction: column; }
.value-grid article:not(:first-child) { padding-left: 40px; }
.value-grid article:last-child { border: 0; }
.value-grid span { color: var(--red); font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.value-grid h3 { margin: 55px 0 25px; font-family: 'Noto Serif KR',serif; font-size: 30px; line-height: 1.35; letter-spacing: -.05em; }
.value-grid p { margin-top: auto; color: #666; font-size: 12px; line-height: 1.8; }

.contact { position: relative; min-height: 92vh; display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; padding: 120px 8vw 95px; overflow: hidden; }
.contact-photo { position: absolute; inset: 0; background: url('2024영등할매 (8).JPG') 58% 40%/cover; }
.contact-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.71) 48%, rgba(0,0,0,.3) 100%); }
.contact-content { position: relative; z-index: 2; }
.contact-content h2 { margin: 25px 0 30px; font-family: 'Noto Serif KR',serif; font-size: clamp(60px, 7.5vw, 116px); line-height: .97; letter-spacing: -.08em; }
.contact-content h2 em { color: var(--yellow); font-style: normal; }
.contact-content > p:not(.section-label) { color: #aaa; font-size: 13px; line-height: 1.8; }
.phone-link { display: flex; flex-direction: column; margin: 42px 0 24px; }
.phone-link span { color: var(--yellow); font-size: 9px; letter-spacing: .13em; }
.phone-link strong { margin-top: 8px; font-size: clamp(31px,3.5vw,51px); letter-spacing: -.04em; font-weight: 500; }
.address-link { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px 24px; max-width: 560px; margin-bottom: 38px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.address-link span { grid-column: 1 / -1; color: var(--yellow); font-size: 9px; letter-spacing: .13em; }
.address-link strong { font-size: 13px; line-height: 1.6; font-weight: 400; }
.address-link b { color: #aaa; font-size: 8px; letter-spacing: .08em; white-space: nowrap; }
.social-links { display: flex; gap: 25px; flex-wrap: wrap; }
.social-links a { min-width: 120px; display: flex; justify-content: space-between; gap: 25px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 8px; letter-spacing: .11em; }
.social-links b { color: var(--yellow); }

footer { min-height: 150px; padding: 40px 4vw; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 50px; border-top: 1px solid var(--line-dark); }
footer p { margin: 0; color: #666; font-size: 8px; letter-spacing: .09em; }

.lightbox { position: fixed; inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; padding: 0; border: 0; background: rgba(0,0,0,.95); color: #fff; }
.lightbox[open] { display: grid; grid-template-columns: 75px 1fr 75px; align-items: center; }
.lightbox::backdrop { background: #000; }
.lightbox figure { margin: 0; height: 92vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox img { max-height: 84vh; max-width: 100%; object-fit: contain; }
.lightbox figcaption { margin-top: 15px; color: #999; font-size: 9px; letter-spacing: .1em; }
.lightbox-close { position: absolute; right: 28px; top: 20px; z-index: 2; font-size: 34px; }
.lightbox-prev, .lightbox-next { height: 100%; font-size: 26px; }

.reveal { opacity: 1; transform: none; transition: opacity .9s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes progress { to { transform: scaleX(1); } }
@keyframes scrollLine { to { transform: translateY(73px); } }

@media (max-width: 960px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .main-nav { position: fixed; inset: 0; background: #0a0a0a; display: flex; flex-direction: column; justify-content: center; gap: 30px; opacity: 0; pointer-events: none; transition: .35s; }
  .main-nav a { font-family: 'Noto Serif KR',serif; font-size: 30px; }
  .menu-open .main-nav { opacity: 1; pointer-events: auto; }
  .header-contact { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-open .menu-toggle i:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle i:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-copy { margin-left: 7vw; width: 86vw; }
  .hero h1 { font-size: clamp(57px,12vw,95px); }
  .hero-controls { right: 6vw; }
  .hero-dot { width: 75px; }
  .hero-dot b { display: none; }
  .about, .works, .repertoire, .films, .values { padding-left: 7vw; padding-right: 7vw; }
  .about-grid, .values-title { grid-template-columns: 1fr; gap: 55px; }
  .about-stats { grid-template-columns: repeat(2,1fr); }
  .about-stats div:nth-child(2n) { border-right: 0; }
  .about-stats div:nth-child(n+3) { margin-top: 35px; border-top: 1px solid var(--line-light); }
  .about-stats div:last-child { grid-column: 1 / -1; border-right: 0; }
  .instrument-notes { display: none; }
  .work-panel, .work-panel.reverse { grid-template-columns: 1fr; min-height: 0; }
  .work-panel.reverse figure { order: 0; }
  .work-panel figure { min-height: 55vw; }
  .work-info, .work-panel.reverse .work-info { min-height: 470px; padding: 42px 5vw; }
  .repertoire-list article { grid-template-columns: 45px 1fr 85px; }
  .repertoire-list article > p { grid-column: 2/4; padding-bottom: 25px; }
  .film-grid { grid-template-columns: 1fr; }
  .video-playlist { max-height: 380px; }
  .contact { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p:last-child { display: none; }
}

@media (max-width: 620px) {
  .wordmark strong { font-size: 21px; }
  .wordmark span { font-size: 6px; }
  .hero-shade { background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.36)),linear-gradient(0deg,rgba(0,0,0,.66),transparent 55%); }
  .hero-copy { padding-top: 3vh; }
  .overline { font-size: 8px; }
  .hero h1 { margin-top: 20px; font-size: 15vw; line-height: 1.03; }
  .hero-copy > p:not(.overline) { font-size: 12px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; margin-top: 30px; }
  .hero-controls { left: 7vw; right: 7vw; justify-content: flex-end; }
  .scroll-mark { display: none; }
  .about, .works, .repertoire, .films, .values { padding-top: 90px; padding-bottom: 95px; }
  .section-intro { margin-bottom: 42px; }
  .about-title h2, .section-head h2, .gallery-top h2, .values-title h2 { font-size: 12.5vw; }
  .about-body .lead { font-size: 16px; }
  .about-stats { margin-top: 60px; }
  .about-stats strong { font-size: 34px; }
  .manifesto { min-height: 70vh; }
  .manifesto-copy { margin: 0 7vw; }
  .manifesto blockquote { font-size: 20vw; }
  .section-head, .gallery-top { display: block; margin-bottom: 48px; }
  .section-head > p { margin-top: 22px; }
  .work-stack { gap: 70px; }
  .work-panel figure { min-height: 72vw; }
  .work-info, .work-panel.reverse .work-info { min-height: 405px; padding: 35px 7vw; }
  .work-info h3 { margin-top: 40px; font-size: 11.7vw; }
  .gallery { padding: 90px 4vw; }
  .gallery-top { margin-left: 3vw; margin-right: 3vw; }
  .gallery-filters { justify-content: flex-start; gap: 15px; margin-top: 28px; }
  .gallery-item, .gallery-item:nth-child(n) { grid-column: span 6; aspect-ratio: 1/1; }
  .repertoire-list article { min-height: 128px; grid-template-columns: 36px 1fr 70px; gap: 10px; }
  .repertoire-list h3 { font-size: 22px; }
  .repertoire-list article > p { font-size: 10px; }
  .feature-play { width: 86px; height: 86px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article, .value-grid article:not(:first-child) { min-height: 280px; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .value-grid h3 { margin-top: 35px; }
  .contact { min-height: 90vh; padding: 95px 7vw 70px; }
  .contact-content h2 { font-size: 17vw; }
  .social-links { display: grid; grid-template-columns: 1fr; gap: 0; }
  .social-links a { width: 100%; }
  footer { padding: 40px 7vw; grid-template-columns: 1fr; gap: 22px; }
  .lightbox[open] { grid-template-columns: 42px 1fr 42px; }
}

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