@font-face {
  font-family: "Libre Caslon Display";
  src: url("/ru-v1-case-orbit360-v1/assets/libre-caslon-display.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --black: #050506;
  --charcoal: #232428;
  --ivory: #fcf5e9;
  --ivory-deep: #eee5d8;
  --wine: #442328;
  --wine-dark: #261116;
  --brown: #5b3123;
  --grey: #d5d2cc;
  --line-dark: rgba(5, 5, 6, .22);
  --line-light: rgba(255, 255, 255, .28);
  --serif: "Libre Caslon Display", "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --gutter: clamp(24px, 5.4vw, 108px);
  --header-h: 70px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; overflow-x: hidden; background: var(--ivory); color: var(--black); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.is-menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--wine); color: #fff; }

.kicker { margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .13em; line-height: 1.3; text-transform: uppercase; }
.button { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid currentColor; border-radius: 999px; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: background-color .25s ease, color .25s ease, transform .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--wine { border-color: var(--brown); background: var(--brown); color: #fff; }
.button--wine:hover { background: #fff; color: var(--brown); }
.button--light { background: var(--ivory); color: var(--wine); }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: grid;
  height: var(--header-h);
  grid-template-columns: 210px minmax(0, 1fr);
  align-items: center;
  padding: 0 var(--gutter);
  background: var(--black);
  color: #fff;
}

.brand { width: 148px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(17px, 2.2vw, 40px); }
.site-header nav a { position: relative; font-size: 9px; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.site-header nav a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; justify-self: end; padding: 8px 0; border: 0; background: none; font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.mobile-nav { position: fixed; z-index: 45; inset: var(--header-h) 0 0; display: grid; align-content: center; gap: 20px; padding: var(--gutter); background: var(--wine); color: #fff; }
.mobile-nav[hidden] { display: none; }
.mobile-nav a { font: 400 clamp(42px, 13vw, 72px)/.88 var(--serif); text-decoration: none; }

.hero { position: relative; display: grid; min-height: max(760px, 100svh); place-items: center; overflow: hidden; padding: calc(var(--header-h) + 52px) var(--gutter) 158px; color: #fff; text-align: center; }
.hero__slides, .hero__slide { position: absolute; inset: 0; }
.hero__slides { overflow: hidden; background: var(--wine-dark); }
.hero__slide { opacity: 0; background-position: center; background-size: cover; transform: scale(1.01); transition: opacity 1.15s ease; }
.hero__slide.is-active { z-index: 1; opacity: 1; animation: hero-slide-breathe 4.8s ease-out forwards; }
.hero__slide--program { background-image: url("/ru-v1-case-orbit360-v1/assets/orbit-web-hero.webp"); background-position: center 47%; }
.hero__slide--facade { background-image: url("/ru-v1-case-orbit360-v1/assets/orbit-hero-facade-4.webp"); background-position: center 52%; }
.hero__slide--aerial { background-image: url("/ru-v1-case-orbit360-v1/assets/orbit-hero-facade-5.webp"); background-position: center 50%; }
.hero__veil { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(5, 5, 6, .22) 0%, rgba(5, 5, 6, .06) 44%, rgba(5, 5, 6, .68) 100%); }
.hero__content { position: relative; z-index: 3; display: grid; justify-items: center; width: min(1120px, 92vw); }
.hero h1 { margin: 24px 0 22px; color: #fff; font: 400 clamp(86px, 10.7vw, 205px)/.77 var(--serif); letter-spacing: -.045em; text-wrap: balance; }
.hero__season { margin: 0 0 26px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero__coming { position: absolute; z-index: 3; bottom: 70px; left: var(--gutter); font: 400 clamp(64px, 7vw, 132px)/.8 var(--serif); letter-spacing: -.04em; }

.coming { position: relative; z-index: 4; width: calc(100% - 2 * var(--gutter)); margin: -58px auto 0; padding: clamp(42px, 5vw, 84px); background: var(--ivory); box-shadow: 0 28px 90px rgba(25, 10, 14, .18); }
.coming__header { display: grid; grid-template-columns: minmax(280px, 1.15fr) minmax(230px, .8fr) auto; gap: clamp(30px, 5vw, 90px); align-items: end; padding-bottom: 54px; border-bottom: 1px solid var(--line-dark); }
.coming h2 { margin: 18px 0 0; font: 400 clamp(65px, 6.5vw, 124px)/.76 var(--serif); letter-spacing: -.05em; }
.coming__header > p { max-width: 430px; margin: 0; color: rgba(5,5,6,.68); font-size: 14px; line-height: 1.55; }
.coming__header .text-link { justify-self: end; }
.events { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.1vw, 42px); padding-top: 52px; }
.event-card a { display: block; text-decoration: none; }
.event-card figure { position: relative; margin: 0 0 20px; overflow: hidden; background: var(--wine); aspect-ratio: .738; }
.event-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.event-card:hover img { transform: scale(1.025); }
.event-card__meta { display: flex; justify-content: space-between; gap: 18px; padding-top: 12px; border-top: 1px solid var(--line-dark); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.event-card__meta span { color: rgba(5,5,6,.48); }
.event-card h3 { margin: 18px 0 8px; font: 400 clamp(34px, 3vw, 58px)/.92 var(--serif); letter-spacing: -.03em; }
.event-card p { max-width: 460px; margin: 0; color: rgba(5,5,6,.64); font-size: 12px; line-height: 1.5; }

.visit { position: relative; min-height: max(760px, 100svh); margin-top: clamp(100px, 11vw, 200px); overflow: hidden; background: var(--wine-dark); color: #fff; }
.visit__visual { position: absolute; inset: 0; }
.visit__visual::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15, 7, 9, .84) 0%, rgba(15, 7, 9, .42) 52%, rgba(15, 7, 9, .08) 100%), linear-gradient(0deg, rgba(15,7,9,.55), transparent 45%); content: ""; }
.visit__visual img { width: 100%; height: 100%; object-fit: cover; }
.visit__panel { position: relative; z-index: 2; width: min(660px, 55vw); padding: clamp(120px, 12vw, 210px) 0 140px var(--gutter); }
.visit h2 { margin: 28px 0 40px; font: 400 clamp(76px, 8vw, 150px)/.78 var(--serif); letter-spacing: -.05em; }
.visit__panel > p:not(.kicker) { max-width: 560px; color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.55; }
.visit__actions { display: flex; gap: 34px; margin-top: 42px; }
.visit__actions a { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 10px; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.visit__facts { position: absolute; z-index: 3; right: var(--gutter); bottom: 46px; display: grid; width: min(630px, 45vw); grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-light); }
.visit__facts span { padding: 16px 12px; border-right: 1px solid var(--line-light); font-size: 9px; letter-spacing: .09em; text-align: center; text-transform: uppercase; }
.visit__facts span:last-child { border-right: 0; }

.open-stage { padding: clamp(110px, 11vw, 210px) var(--gutter); background: var(--ivory-deep); }
.open-stage__header { padding-top: 28px; border-top: 1px solid var(--line-dark); }
.open-stage__gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(26px, 3vw, 56px); align-items: start; }
.open-stage figure { margin: 0; min-width: 0; }
.open-stage__main { grid-column: 1 / -1; }
.open-stage__chamber { grid-column: 5 / -1; margin-top: clamp(44px, 7vw, 130px); }
.open-stage img { width: 100%; height: auto; background: var(--wine-dark); }
.open-stage figcaption { display: grid; grid-template-columns: minmax(180px, .75fr) minmax(240px, 1.25fr); gap: 28px; align-items: start; margin-top: 14px; padding-top: 13px; border-top: 1px solid var(--line-dark); }
.open-stage figcaption span { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.open-stage figcaption p { max-width: 560px; margin: 0; color: rgba(5,5,6,.62); font-size: 12px; line-height: 1.5; }

.learn { padding: clamp(110px, 11vw, 210px) var(--gutter); background: var(--ivory); }
.section-head { display: grid; grid-template-columns: 1fr 2.4fr 1fr; gap: clamp(28px, 4.5vw, 84px); align-items: start; margin-bottom: clamp(70px, 9vw, 140px); }
.section-head h2 { margin: 0; font: 400 clamp(78px, 8vw, 155px)/.77 var(--serif); letter-spacing: -.055em; }
.section-head > p:last-child { max-width: 420px; margin: 0; align-self: end; color: rgba(5,5,6,.68); font-size: 14px; line-height: 1.55; }
.directions { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.direction { position: relative; min-height: 380px; margin: 0; overflow: hidden; padding: 30px; border: 1px solid var(--line-dark); }
.direction > span, .direction div > span { font-size: 9px; letter-spacing: .1em; }
.direction h3 { margin: auto 0 22px; font: 400 clamp(38px, 4vw, 74px)/.86 var(--serif); letter-spacing: -.04em; }
.direction p { max-width: 390px; margin: 0; font-size: 12px; line-height: 1.5; }
.direction:not(.direction--image) { display: flex; flex-direction: column; }
.direction--image { min-height: 510px; padding: 0; color: #fff; }
.direction--image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,6,.78), transparent 64%); content: ""; }
.direction--image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.direction--image:hover img { transform: scale(1.025); }
.direction--image div { position: absolute; z-index: 2; inset: auto 30px 30px; }
.direction:nth-child(1) { grid-column: span 5; }
.direction:nth-child(2) { grid-column: span 3; }
.direction:nth-child(3) { grid-column: span 4; }
.direction:nth-child(4) { grid-column: span 4; }
.direction:nth-child(5) { grid-column: span 4; }
.direction:nth-child(6) { grid-column: span 4; }
.direction--wine { background: var(--wine); color: #fff; }
.direction--paper { background: var(--ivory-deep); }
.direction--dark { background: var(--charcoal); color: #fff; }

.about { position: relative; min-height: max(780px, 100svh); overflow: hidden; padding: clamp(110px, 11vw, 210px) var(--gutter); background: var(--wine); color: #fff; }
.about__wordmark { width: min(220px, 25vw); margin-bottom: clamp(80px, 12vw, 180px); }
.about__copy { position: relative; z-index: 2; width: min(840px, 58vw); }
.about h2 { margin: 28px 0 40px; font: 400 clamp(76px, 8vw, 154px)/.78 var(--serif); letter-spacing: -.05em; }
.about__copy > p:not(.kicker) { max-width: 600px; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.55; }
.about blockquote { max-width: 760px; margin: 76px 0 0; padding-top: 24px; border-top: 1px solid var(--line-light); font: 400 clamp(38px, 4vw, 72px)/.95 var(--serif); letter-spacing: -.035em; }
.about__orbit { position: absolute; right: -11%; bottom: -14%; width: min(58vw, 960px); aspect-ratio: 1; transform: rotate(-14deg) scaleY(.72); }
.about__orbit i { position: absolute; inset: 4%; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.about__orbit i:nth-child(2) { inset: 18%; transform: rotate(18deg) scaleY(.8); }
.about__orbit i:nth-child(3) { inset: 32%; transform: rotate(-28deg) scaleY(.76); }
.about__orbit b { position: absolute; top: 50%; left: 50%; display: grid; width: 24%; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--ivory); color: var(--wine); font: 400 clamp(30px, 4vw, 70px)/1 var(--serif); transform: translate(-50%,-50%) scaleY(1.39); }
.about__orbit span { position: absolute; padding: 8px 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.about__orbit span:nth-of-type(1) { top: 12%; left: 40%; }
.about__orbit span:nth-of-type(2) { right: 1%; bottom: 35%; }
.about__orbit span:nth-of-type(3) { bottom: 9%; left: 23%; }

.rockland { padding: clamp(110px, 11vw, 210px) var(--gutter); background: var(--black); color: #fff; }
.rockland__header { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; margin-bottom: clamp(70px, 8vw, 130px); }
.rockland h2 { margin: 24px 0 0; font: 400 clamp(92px, 10vw, 190px)/.72 var(--serif); letter-spacing: -.055em; }
.rockland__header > p { max-width: 520px; margin: 0; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.55; }
.rockland__media { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rockland figure { margin: 0; }
.rockland figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.rockland figcaption { display: grid; gap: 9px; margin-top: 12px; color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .04em; }
.rockland__event-link { width: fit-content; max-width: 100%; color: #fff; font-size: 10px; letter-spacing: .055em; overflow-wrap: anywhere; text-decoration-color: rgba(255,255,255,.45); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.rockland__event-link:hover,
.rockland__event-link:focus-visible { text-decoration-color: currentColor; }
.rockland__footer { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line-light); }
.rockland__footer span { padding: 18px 12px; border-right: 1px solid var(--line-light); font-size: 9px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.rockland__footer span:last-child { border-right: 0; }

.stories { padding: clamp(110px, 11vw, 210px) var(--gutter); background: var(--ivory); }
.section-head--stories { grid-template-columns: 1fr 3fr; }
.story-grid { display: grid; grid-template-columns: 7fr 5fr; gap: 24px; }
.story { position: relative; min-height: 420px; margin: 0; overflow: hidden; }
.story img { width: 100%; height: 100%; object-fit: cover; }
.story--large { grid-row: span 2; min-height: 860px; }
.story--large::after, .story--image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,5,6,.82), transparent 62%); content: ""; }
.story > div { position: absolute; z-index: 2; inset: auto 32px 32px; color: #fff; }
.story span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.story h3 { margin: 16px 0 0; font: 400 clamp(42px, 4vw, 78px)/.86 var(--serif); letter-spacing: -.04em; }
.story p { max-width: 520px; margin-bottom: 0; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.5; }
.story--wine { display: flex; flex-direction: column; padding: 34px; background: var(--wine); color: #fff; }
.story--wine h3 { margin: auto 0 36px; }
.story--wine a { width: max-content; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.support { position: relative; display: grid; min-height: 92svh; place-content: center; padding: 120px var(--gutter); overflow: hidden; background: var(--wine); color: #fff; text-align: center; }
.support > *:not(.support__symbol) { position: relative; z-index: 2; }
.support h2 { margin: 26px auto 38px; font: 400 clamp(96px, 12vw, 230px)/.72 var(--serif); letter-spacing: -.055em; }
.support > p:not(.kicker) { max-width: 580px; margin: 0 auto; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.55; }
.support__actions { display: flex; align-items: center; justify-content: center; gap: 32px; margin-top: 46px; }
.support__actions > a:not(.button) { padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 9px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.support__symbol { position: absolute; right: -8%; bottom: -20%; width: min(53vw, 900px); opacity: .1; transform: rotate(-12deg); }
.support__symbol img { width: 100%; filter: brightness(0) invert(1); }

.site-footer { display: grid; grid-template-columns: 190px 1fr auto auto; gap: 44px; align-items: center; padding: 46px var(--gutter); background: var(--black); color: #fff; }
.site-footer > img { width: 150px; }
.site-footer p { margin: 0; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.site-footer nav { display: flex; gap: 24px; }
.site-footer nav a { font-size: 9px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }

.js [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.75,.25,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes hero-slide-breathe { from { transform: scale(1.01); } to { transform: scale(1.055); } }

@media (max-width: 1100px) {
  :root { --gutter: clamp(24px, 4vw, 52px); }
  .site-header { grid-template-columns: 170px 1fr; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 8px; }
  .coming__header { grid-template-columns: 1.3fr .8fr; }
  .coming__header .text-link { grid-column: 2; justify-self: start; }
  .section-head { grid-template-columns: .8fr 2.2fr; }
  .section-head > p:last-child { grid-column: 2; }
  .direction:nth-child(1), .direction:nth-child(3) { grid-column: span 6; }
  .direction:nth-child(2), .direction:nth-child(4), .direction:nth-child(5), .direction:nth-child(6) { grid-column: span 6; }
  .about__copy { width: min(800px, 70vw); }
}

@media (max-width: 820px) {
  :root { --header-h: 58px; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand { width: 132px; }
  .menu-toggle { display: block; }
  .hero { min-height: 820px; padding-bottom: 118px; }
  .hero__slide--program { background-position: 57% center; }
  .hero__slide--facade { background-position: 54% center; }
  .hero__slide--aerial { background-position: 50% center; }
  .hero h1 { font-size: clamp(76px, 15vw, 120px); }
  .hero__coming { bottom: 58px; }
  .coming { width: calc(100% - 32px); margin-top: -35px; padding: 36px 24px 48px; }
  .coming__header { grid-template-columns: 1fr; gap: 28px; }
  .coming__header .text-link { grid-column: auto; justify-self: start; }
  .events { display: flex; gap: 18px; margin-right: -24px; overflow-x: auto; padding-right: 24px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .events::-webkit-scrollbar { display: none; }
  .event-card { min-width: min(76vw, 420px); scroll-snap-align: start; }
  .visit { min-height: 900px; }
  .visit__panel { width: 78vw; padding-top: 120px; }
  .visit__facts { right: var(--gutter); left: var(--gutter); width: auto; grid-template-columns: 1fr 1fr; }
  .visit__facts span:nth-child(2) { border-right: 0; }
  .visit__facts span:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .section-head, .rockland__header { grid-template-columns: 1fr; gap: 28px; }
  .section-head > p:last-child { grid-column: auto; }
  .open-stage__chamber { grid-column: 3 / -1; }
  .directions { grid-template-columns: 1fr 1fr; }
  .direction:nth-child(n) { grid-column: auto; }
  .direction--image { min-height: 460px; }
  .about__copy { width: 82vw; }
  .about__orbit { right: -44%; width: 100vw; opacity: .55; }
  .rockland__media { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story--large { grid-column: 1/-1; grid-row: auto; min-height: 650px; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { grid-column: 1/-1; grid-row: 2; }
}

@media (max-width: 560px) {
  :root { --gutter: 20px; }
  .hero { min-height: 760px; padding-inline: 18px; }
  .hero__content { width: 100%; }
  .hero h1 { font-size: clamp(68px, 20vw, 102px); line-height: .8; }
  .hero__season { font-size: 9px; }
  .hero__coming { left: 20px; font-size: 60px; }
  .coming h2 { font-size: 65px; }
  .event-card { min-width: 79vw; }
  .visit { margin-top: 80px; min-height: 870px; }
  .visit__visual img { object-position: 64% center; }
  .visit__panel { width: auto; padding: 98px 20px 250px; }
  .visit h2 { font-size: 65px; }
  .visit__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .open-stage { padding-block: 92px; }
  .open-stage__gallery { grid-template-columns: 1fr; }
  .open-stage__main, .open-stage__chamber { grid-column: auto; }
  .open-stage__chamber { margin-top: 54px; }
  .open-stage figcaption { grid-template-columns: 1fr; gap: 10px; }
  .learn { padding-block: 92px; }
  .section-head h2 { font-size: 67px; }
  .directions { grid-template-columns: 1fr; }
  .direction { min-height: 320px; }
  .direction--image { min-height: 460px; }
  .about { min-height: 900px; padding-block: 90px; }
  .about__wordmark { width: 150px; margin-bottom: 84px; }
  .about__copy { width: 100%; }
  .about h2 { font-size: 64px; }
  .about blockquote { margin-top: 54px; font-size: 38px; }
  .about__orbit { right: -55%; bottom: -6%; }
  .rockland { padding-block: 92px; }
  .rockland h2 { font-size: 82px; }
  .rockland__footer { grid-template-columns: 1fr 1fr; }
  .rockland__footer span:nth-child(2) { border-right: 0; }
  .rockland__footer span:nth-child(-n+2) { border-bottom: 1px solid var(--line-light); }
  .stories { padding-block: 92px; }
  .story-grid { grid-template-columns: 1fr; }
  .story--large { grid-column: auto; min-height: 560px; }
  .support { min-height: 780px; }
  .support h2 { font-size: 82px; }
  .support__actions { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; gap: 22px; }
  .site-footer nav { grid-column: auto; grid-row: auto; flex-wrap: wrap; }
}

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