:root {
  --purple: #7d4989;
  --purple-dark: #62356f;
  --purple-soft: #a884ad;
  --cream: #fbf8f3;
  --paper: #fffdf9;
  --ink: #22201f;
  --muted: #6b6561;
  --line: #ddd2c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar { position: relative; z-index: 10; min-height: 116px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; padding: 13px clamp(25px, 5vw, 76px); background: #fff; box-shadow: 0 1px 8px rgba(57,40,32,.07); }
.logoLink img { width: 250px; height: auto; }
nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 48px); }
nav a { position: relative; padding: 12px 0; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
nav a::after { content: ""; position: absolute; left: 0; bottom: 5px; width: 0; height: 1px; background: var(--purple); transition: width .2s ease; }
nav a:hover::after, nav a:focus-visible::after { width: 100%; }
.purpleButton { justify-self: end; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 24px; border: 0; color: white; background: var(--purple); box-shadow: 0 7px 22px rgba(96,48,108,.17); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.purpleButton:hover { transform: translateY(-2px); background: var(--purple-dark); }
.purpleButton > span { font-size: 19px; font-weight: 400; }

.newHero { position: relative; min-height: 660px; overflow: hidden; display: flex; align-items: center; }
.newHero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.heroVeil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(251,247,240,.96) 0%, rgba(249,242,232,.83) 25%, rgba(249,241,230,.29) 49%, rgba(249,241,230,0) 67%); }
.newHeroCopy { position: relative; z-index: 1; width: 54%; max-width: 740px; padding: 90px 4vw 90px 6.5vw; }
.heroEyebrow { margin: 0 0 18px; color: var(--purple-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.newHero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 5vw, 82px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.newHero h1 em { color: var(--purple); font-style: normal; }
.scriptLine, .scriptLabel, .scriptNote, .aboutQuote, .scrapHeading h2 { font-family: "Segoe Print", "Bradley Hand", cursive; color: var(--purple); }
.scriptLine { margin: 20px 0 13px; font-size: clamp(25px, 2.4vw, 39px); transform: rotate(-1deg); }
.heroScope { margin: 21px 0 0; color: #4f4843; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.65; }
.heroScope strong { color: var(--ink); font-weight: 400; }
.heartDivider { display: flex; align-items: center; gap: 7px; width: 155px; color: var(--purple-soft); }
.heartDivider span:not(:nth-child(2)) { flex: 1; height: 1px; background: var(--purple-soft); }
.heartDivider > span:nth-child(2) { font-size: 21px; }
.newHeroActions { display: flex; align-items: center; gap: 38px; margin-top: 42px; }
.underlineLink { padding: 13px 0 8px; border-bottom: 1px solid #6b5d55; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.factStrip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 42px 6vw; background: var(--paper); border-bottom: 1px solid var(--line); }
.factStrip article { min-height: 132px; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 15px 28px; text-align: center; border-right: 1px solid var(--line); }
.factStrip article:last-child { border: 0; }
.factIcon { min-height: 35px; color: var(--purple); font-size: 30px; line-height: 1; }
.factStrip h2 { margin: 8px 0 10px; color: var(--purple); font-family: Arial, sans-serif; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.factStrip p { max-width: 220px; margin: 0; font-size: 13px; line-height: 1.6; }
.factStrip p strong { font-weight: 700; }
.factStrip small { max-width: 230px; margin-top: 6px; color: var(--muted); font-size: 9px; line-height: 1.35; }

.travelStory { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(540px, 1.18fr); gap: clamp(55px, 8vw, 135px); align-items: center; padding: 92px 8vw 98px; overflow: hidden; background: linear-gradient(110deg, #f5ecef, #fffaf5 52%, #f3ece5); border-bottom: 1px solid var(--line); }
.travelIntro { max-width: 580px; }
.travelIntro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(43px, 4vw, 64px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.travelIntro h2 em { color: var(--purple); font-style: normal; }
.travelIntro > p:not(.scriptLabel) { margin: 25px 0 29px; color: #554e49; font-size: 14px; line-height: 1.9; }
.travelRoute { display: grid; grid-template-columns: 1fr minmax(55px, .65fr) 1fr minmax(55px, .65fr) 1fr; align-items: center; }
.travelRoute article { position: relative; min-height: 205px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px 12px; text-align: center; border: 1px solid rgba(125,73,137,.24); border-radius: 50%; background: rgba(255,255,255,.72); box-shadow: 0 16px 38px rgba(74,48,67,.08); }
.travelRoute article:nth-of-type(2) { transform: translateY(22px); }
.travelRoute small { margin-bottom: 14px; color: var(--purple); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.travelRoute strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 2.2vw, 36px); font-weight: 400; }
.travelRoute article > span { margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .05em; }
.routeLine { position: relative; height: 1px; border-top: 1px dashed var(--purple-soft); color: var(--purple); }
.routeLine > span { position: absolute; left: 50%; top: 50%; padding: 3px 6px; background: #faf4f0; font-size: 17px; transform: translate(-50%, -50%); }

.aboutPaper { position: relative; min-height: 690px; display: grid; grid-template-columns: .9fr 1.15fr .85fr; gap: 65px; align-items: center; padding: 80px 7vw; overflow: hidden; background: radial-gradient(circle at 82% 50%, rgba(211,185,158,.14), transparent 22%), var(--paper); }
.photoStack { position: relative; justify-self: center; width: min(100%, 390px); transform: rotate(-2.5deg); }
.photoStack::before, .photoStack::after { content: ""; position: absolute; inset: 8px -10px -8px 10px; z-index: 0; border: 12px solid white; background: #e5ddd1; box-shadow: 0 7px 22px rgba(75,57,45,.12); transform: rotate(4deg); }
.photoStack::after { transform: rotate(-1deg) translate(4px, 5px); }
.photoMat { position: relative; z-index: 2; padding: 16px 16px 46px; background: white; box-shadow: 0 10px 30px rgba(74,54,43,.16); }
.photoMat img { width: 100%; height: 440px; object-fit: cover; filter: saturate(.82) contrast(.96); }
.tape { position: absolute; z-index: 4; width: 115px; height: 32px; background: rgba(223,211,190,.75); box-shadow: inset 0 0 12px rgba(255,255,255,.45); }
.tapeOne { top: -14px; left: -25px; transform: rotate(-11deg); }
.tapeTwo { right: -19px; bottom: 28px; transform: rotate(-7deg); }
.aboutText { position: relative; z-index: 2; max-width: 570px; }
.scriptLabel { margin: 0 0 14px; font-size: 24px; transform: rotate(-1deg); }
.aboutText h2, .reportageIntro h2, .faq h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(46px, 4.5vw, 70px); line-height: 1.03; font-weight: 400; letter-spacing: -.035em; }
.aboutText > p:not(.scriptLabel):not(.scriptNote) { margin: 26px 0 12px; color: #4f4a46; font-size: 14px; line-height: 1.85; }
.scriptNote { margin: 16px 0 9px; font-size: 23px; }
.signature { display: block; margin: 0 0 28px; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.smallButton { justify-self: auto; min-height: 44px; padding: 12px 24px; width: max-content; }
.aboutQuote { position: relative; z-index: 2; align-self: center; padding: 48px 10px; text-align: center; font-size: 21px; line-height: 1.8; transform: rotate(-2deg); }
.aboutQuote .heartDivider { margin: 16px auto 0; }
.botanical { position: absolute; color: rgba(125,73,137,.45); font-family: Georgia, serif; font-size: 130px; }
.botanicalLeft { left: 5px; bottom: 42px; transform: rotate(-28deg); }
.botanicalRight { right: 9px; bottom: -12px; color: rgba(145,113,76,.38); transform: rotate(22deg); }

.scrapbook { min-height: 710px; padding: 55px 4vw 70px; text-align: center; background: linear-gradient(rgba(251,247,240,.82), rgba(251,247,240,.82)), radial-gradient(circle at 18% 80%, rgba(162,123,107,.16), transparent 25%), #f7f0e8; }
.scrapHeading > p { margin: 0; font-family: Georgia, serif; font-size: clamp(29px, 3vw, 46px); }
.scrapHeading h2 { margin: 3px 0 8px; font-size: 28px; font-weight: 400; }
.scrapHeading .heartDivider { margin: auto; }
.polaroidRow { display: grid; grid-template-columns: .92fr 1fr 1.25fr .8fr .98fr; align-items: center; gap: 0; max-width: 1450px; margin: 48px auto 50px; }
.polaroidRow figure { position: relative; margin: 0 -8px; padding: 12px 12px 38px; background: white; box-shadow: 0 10px 25px rgba(73,54,42,.2); transition: transform .25s ease; }
.polaroidRow figure:hover { z-index: 4; transform: rotate(0deg) translateY(-7px); }
.polaroidRow figure a { display: block; color: inherit; text-decoration: none; }
.polaroidRow figure a:focus-visible { outline: 2px solid var(--purple); outline-offset: 5px; }
.polaroidRow img { width: 100%; height: 230px; object-fit: cover; }
.polaroidRow figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; color: #776c65; font-family: "Segoe Print", cursive; font-size: 12px; }
.polaroidRow .centerPhoto img { height: 275px; }
.tiltLeft { z-index: 1; transform: rotate(-6deg); }
.tiltRight { z-index: 2; transform: rotate(5deg); }
.centerPhoto { z-index: 3; transform: rotate(-1deg); }
.tiltLeftSmall { z-index: 4; transform: rotate(7deg); }

.reportages { padding: 105px 7vw 115px; text-align: center; background: white; }
.reportageIntro { max-width: 830px; margin: auto; }
.reportageIntro > p:last-child { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.reportageCards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1250px; margin: 55px auto 42px; text-align: left; }
.reportageCards article { min-height: 310px; padding: 42px 34px; border: 1px solid #e0d6cc; background: var(--cream); }
.reportageCards article:nth-child(2) { background: #f2eaf2; }
.reportageCards span { color: var(--purple); font-size: 10px; letter-spacing: .16em; }
.reportageCards h3 { margin: 45px 0 18px; font-family: Georgia, serif; font-size: 33px; font-weight: 400; }
.reportageCards p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.reportageCustom { max-width: 910px; margin: -4px auto 35px; padding: 18px 25px; color: #554e49; background: #f8f3ed; border-left: 3px solid var(--purple-soft); font-size: 14px; line-height: 1.75; }
.reportageCustom strong { color: var(--purple-dark); }
.reportages > .purpleButton { margin: auto; }

.faq { padding: 95px 15vw 110px; text-align: center; background: #f8f3ed; }
.faqGrid { max-width: 1000px; margin: 46px auto 0; border-top: 1px solid #cdbec9; text-align: left; }
.faq details { border-bottom: 1px solid #cdbec9; }
.faq summary { list-style: none; display: flex; justify-content: space-between; padding: 24px 4px; cursor: pointer; font-family: Georgia, serif; font-size: 21px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--purple); font-family: Arial, sans-serif; }
.faq details p { max-width: 760px; margin: -5px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contactRibbon { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 0; align-items: center; margin: 0 3vw; padding: 46px 4vw; overflow: hidden; color: white; background: linear-gradient(100deg, #82528e, #9a6b9e 58%, #70417c); box-shadow: 0 9px 25px rgba(83,45,92,.2); }
.contactRibbon::before, .contactRibbon::after { content: ""; position: absolute; left: 0; right: 0; height: 15px; opacity: .35; background: repeating-linear-gradient(90deg, transparent 0 18px, rgba(255,255,255,.3) 19px 22px, transparent 23px 39px); }
.contactRibbon::before { top: -8px; }
.contactRibbon::after { bottom: -8px; }
.ribbonIntro { display: flex; align-items: center; gap: 27px; padding-right: 38px; }
.ribbonIntro > span { font-size: 65px; font-weight: 200; }
.ribbonIntro p { margin: 0; font-size: 13px; line-height: 1.7; }
.ribbonIntro strong { display: inline-block; margin-bottom: 4px; font-size: 15px; }
.contactItem { min-height: 72px; display: flex; align-items: center; gap: 18px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.24); }
.contactItem > span { font-size: 31px; }
.contactItem p { display: flex; flex-direction: column; gap: 7px; margin: 0; font-size: 13px; }
.contactItem small { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: .76; }

footer { min-height: 145px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; padding: 25px 6vw; background: white; }
footer img { width: 205px; }
footer p { margin: 0; color: var(--muted); text-align: center; font-size: 12px; }
footer > div { justify-self: end; display: flex; gap: 24px; font-size: 11px; }

@media (max-width: 1050px) {
  .topbar { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .newHero { min-height: 590px; }
  .newHeroCopy { width: 64%; }
  .aboutPaper { grid-template-columns: .85fr 1.15fr; }
  .aboutQuote { display: none; }
  .contactRibbon { grid-template-columns: 1.5fr 1fr 1fr; }
  .contactItem:last-child { display: none; }
}

@media (max-width: 760px) {
  .topbar { min-height: 88px; padding: 13px 19px; }
  .logoLink img { width: 178px; }
  .topbar > .purpleButton { padding: 10px 13px; min-height: 41px; font-size: 8px; }
  .newHero { min-height: 650px; align-items: flex-end; }
  .newHero > img { object-position: 62% center; }
  .heroVeil { background: linear-gradient(0deg, rgba(252,248,241,.97) 0%, rgba(252,248,241,.88) 42%, rgba(252,248,241,.04) 80%); }
  .newHeroCopy { width: 100%; padding: 260px 24px 58px; }
  .newHero h1 { font-size: 48px; }
  .heroEyebrow { max-width: 270px; margin-bottom: 13px; font-size: 9px; line-height: 1.45; }
  .scriptLine { font-size: 24px; }
  .heroScope { margin-top: 17px; font-size: 14px; line-height: 1.55; }
  .newHeroActions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 28px; }
  .factStrip { grid-template-columns: 1fr 1fr; padding: 25px 16px; }
  .factStrip article { min-height: 145px; padding: 16px 8px; }
  .factStrip article:nth-child(2) { border-right: 0; }
  .factStrip article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .factStrip h2 { font-size: 14px; }
  .factStrip p { font-size: 11px; }
  .factStrip small { font-size: 8px; }
  .travelStory { display: block; padding: 72px 23px 84px; }
  .travelIntro { text-align: center; }
  .travelIntro h2 { font-size: 42px; }
  .travelIntro > p:not(.scriptLabel) { font-size: 13px; }
  .travelRoute { grid-template-columns: 1fr; gap: 15px; max-width: 300px; margin: 48px auto 0; }
  .travelRoute article { min-height: 210px; }
  .travelRoute article:nth-of-type(2) { transform: none; }
  .routeLine { width: 1px; height: 42px; margin: -5px auto; border-top: 0; border-left: 1px dashed var(--purple-soft); }
  .routeLine > span { background: #f8f0ed; }
  .aboutPaper { display: block; padding: 75px 24px; }
  .photoStack { width: 82%; margin: 0 auto 70px; }
  .photoMat img { height: 385px; }
  .aboutText h2, .reportageIntro h2, .faq h2 { font-size: 45px; }
  .botanical { font-size: 85px; }
  .scrapbook { padding: 55px 15px 70px; }
  .polaroidRow { grid-template-columns: 1fr 1fr; gap: 6px; margin: 38px auto 45px; }
  .polaroidRow figure { margin: -4px; }
  .polaroidRow figure:last-child { grid-column: span 2; width: 54%; justify-self: center; }
  .polaroidRow img, .polaroidRow .centerPhoto img { height: 160px; }
  .reportages { padding: 85px 22px; }
  .reportageCards { display: block; }
  .reportageCards article { min-height: auto; margin-bottom: 15px; }
  .reportageCards h3 { margin-top: 24px; }
  .reportageCustom { margin: 7px auto 31px; padding: 17px 18px; text-align: left; font-size: 13px; }
  .faq { padding: 80px 23px; }
  .faq summary { gap: 15px; font-size: 18px; }
  .contactRibbon { display: block; margin: 0; padding: 48px 25px; }
  .ribbonIntro { padding: 0 0 30px; }
  .contactItem { min-height: 75px; padding: 12px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.22); }
  .contactItem:last-child { display: flex; }
  footer { display: block; padding: 45px 24px; text-align: center; }
  footer img { margin: auto; }
  footer p { margin: 25px 0; }
  footer > div { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

.pageHero { padding: 80px 7vw 60px; text-align: center; background: #f8f3ed; }
.pageHero .scriptLabel { margin-bottom: 12px; }
.pageHero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 5vw, 72px); font-weight: 400; letter-spacing: -.035em; }
.pageHero p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.contentPage { max-width: 980px; margin: 0 auto; padding: 70px 30px 100px; }
.contentPage h2 { margin: 45px 0 14px; color: var(--purple); font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.contentPage h3 { margin: 32px 0 10px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.contentPage p, .contentPage li { color: #4f4a46; font-size: 15px; line-height: 1.8; }
.contentPage a { color: var(--purple-dark); text-decoration: underline; text-underline-offset: 3px; }
.contentPage address { color: #4f4a46; font-size: 17px; font-style: normal; line-height: 1.8; }
.contentPage li + li { margin-top: 7px; }
.contentPage .legalIntro { margin: 0 0 42px; padding: 25px 29px; border-left: 3px solid var(--purple-soft); background: #f8f3ed; font-size: 16px; }
.legalNotice { margin: 48px 0; padding: 2px 29px 16px; border: 1px solid #dccfdf; background: #f7f0f7; }
.legalNotice h2 { margin-top: 25px; }
.contentPage .legalUpdated { margin-top: 58px; color: var(--muted); font-size: 13px; }
.srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.zwickauLanding { min-height: calc(100vh - 261px); padding: clamp(34px, 5vw, 78px) 20px 90px; background: radial-gradient(circle at 18% 18%, rgba(164,132,174,.18), transparent 28%), linear-gradient(180deg, #fff, #f8f3ed); }
.zwickauPoster { display: block; width: min(100%, 920px); margin: 0 auto; overflow: hidden; background: white; box-shadow: 0 18px 48px rgba(67,45,56,.18); transition: transform .25s ease, box-shadow .25s ease; }
.zwickauPoster:hover, .zwickauPoster:focus-visible { transform: translateY(-3px); box-shadow: 0 23px 58px rgba(67,45,56,.24); }
.zwickauPoster img { width: 100%; height: auto; }
.zwickauIntro { max-width: 760px; margin: 44px auto 0; text-align: center; }
.zwickauIntro .scriptLabel { margin-bottom: 8px; }
.zwickauIntro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 52px); font-weight: 400; letter-spacing: -.03em; }
.zwickauIntro > p:not(.scriptLabel) { max-width: 650px; margin: 18px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.zwickauActions { display: flex; align-items: center; justify-content: center; gap: 34px; margin-top: 30px; }
.portfolioHero { padding: clamp(65px, 8vw, 120px) 24px clamp(50px, 6vw, 82px); text-align: center; background: radial-gradient(circle at 50% 0%, rgba(168,132,173,.18), transparent 43%), #f8f3ed; }
.portfolioHero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 86px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.portfolioHero > p:not(.scriptLabel) { max-width: 690px; margin: 25px auto 18px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.portfolioHero .heartDivider { margin: 28px auto 0; }
.portfolioGallery { padding: 32px 6px 8px; background: #f1ece7; }
.galleryFilters { position: sticky; top: 0; z-index: 8; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: -32px -6px 6px; padding: 18px 16px; background: rgba(255,253,249,.94); border-bottom: 1px solid rgba(125,73,137,.13); backdrop-filter: blur(10px); }
.galleryFilters button { padding: 10px 15px; border: 1px solid #cfbecf; border-radius: 999px; color: var(--purple-dark); background: transparent; cursor: pointer; font: 700 10px/1 Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.galleryFilters button:hover, .galleryFilters button:focus-visible, .galleryFilters button.isActive { color: white; background: var(--purple); border-color: var(--purple); }
.masonryGallery { columns: 4 280px; column-gap: 6px; max-width: 1760px; margin: 0 auto; }
.masonryGallery figure { break-inside: avoid; margin: 0 0 6px; overflow: hidden; background: #ddd3cc; }
.masonryGallery figure[hidden] { display: none; }
.masonryGallery button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.masonryGallery img { width: 100%; height: auto; transition: transform .35s ease, filter .35s ease; }
.masonryGallery button:hover img, .masonryGallery button:focus-visible img { transform: scale(1.018); filter: saturate(1.04) contrast(1.02); }
.lightboxOpen { overflow: hidden; }
.galleryLightbox { position: fixed; inset: 0; z-index: 100; display: grid; grid-template-columns: minmax(48px, 1fr) minmax(0, auto) minmax(48px, 1fr); align-items: center; justify-items: center; padding: 24px; color: white; }
.galleryLightbox[hidden] { display: none; }
.lightboxBackdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(20,15,18,.94); cursor: zoom-out; }
.galleryLightbox figure { position: relative; z-index: 1; grid-column: 2; margin: 0; text-align: center; }
.galleryLightbox figure img { max-width: min(86vw, 1500px); max-height: 84vh; width: auto; height: auto; margin: auto; box-shadow: 0 18px 70px rgba(0,0,0,.42); }
.galleryLightbox figcaption { margin-top: 12px; font-size: 12px; letter-spacing: .02em; opacity: .78; }
.lightboxClose, .lightboxArrow { position: relative; z-index: 2; border: 0; color: white; background: rgba(255,255,255,.08); cursor: pointer; }
.lightboxClose { position: absolute; top: 18px; right: 20px; width: 46px; height: 46px; border-radius: 50%; font-size: 33px; font-weight: 200; line-height: 1; }
.lightboxArrow { width: 48px; height: 76px; font-size: 48px; font-weight: 200; line-height: 1; }
.lightboxPrevious { grid-column: 1; }
.lightboxNext { grid-column: 3; }
.galleryClosing { padding: 95px 24px 105px; text-align: center; background: var(--paper); }
.galleryClosing h2 { margin: 0 0 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 4vw, 58px); font-weight: 400; letter-spacing: -.035em; }
.galleryClosing .purpleButton { margin: auto; }

@media (max-width: 760px) {
  .pageHero { padding: 58px 22px 45px; }
  .contentPage { padding: 50px 23px 80px; }
  .contentPage h2 { font-size: 26px; }
  .contentPage .legalIntro, .legalNotice { padding-left: 20px; padding-right: 20px; }
  .zwickauLanding { padding: 24px 12px 68px; }
  .zwickauPoster { box-shadow: 0 10px 30px rgba(67,45,56,.16); }
  .zwickauIntro { margin-top: 34px; padding: 0 12px; }
  .zwickauIntro h2 { font-size: 36px; }
  .zwickauIntro > p:not(.scriptLabel) { font-size: 14px; }
  .zwickauActions { align-items: stretch; flex-direction: column; gap: 10px; }
  .zwickauActions .purpleButton { width: 100%; }
  .zwickauActions .underlineLink { align-self: center; }
  .portfolioHero { padding: 65px 22px 50px; }
  .portfolioHero h1 { font-size: 49px; }
  .portfolioHero > p:not(.scriptLabel) { font-size: 14px; }
  .portfolioGallery { padding-left: 4px; padding-right: 4px; }
  .galleryFilters { justify-content: flex-start; flex-wrap: nowrap; margin-left: -4px; margin-right: -4px; padding: 13px 12px; overflow-x: auto; scrollbar-width: none; }
  .galleryFilters::-webkit-scrollbar { display: none; }
  .galleryFilters button { flex: 0 0 auto; padding: 9px 13px; font-size: 9px; }
  .masonryGallery { columns: 2; column-gap: 4px; }
  .masonryGallery figure { margin-bottom: 4px; }
  .galleryLightbox { grid-template-columns: 44px minmax(0, 1fr) 44px; padding: 12px 4px; }
  .galleryLightbox figure img { max-width: 100%; max-height: 78vh; }
  .galleryLightbox figcaption { padding: 0 10px; font-size: 11px; }
  .lightboxArrow { width: 40px; height: 62px; font-size: 40px; }
  .lightboxClose { top: 10px; right: 10px; }
  .galleryClosing { padding: 75px 22px 85px; }
}
