:root {
  --bg: #ece5dc;
  --bg-soft: #f4eee7;
  --paper: #f6f0e8;
  --surface: rgba(248, 242, 235, 0.82);
  --line: rgba(76, 67, 58, 0.14);
  --line-strong: rgba(76, 67, 58, 0.24);
  --text: #2f2a25;
  --muted: #5f5a55;
  --accent: #a14f3b;
  --accent-deep: #833d2e;
  --sage: #6f726d;
  --shadow-soft: 0 24px 68px rgba(47, 39, 31, 0.08);
  --radius: 34px;
  --container: 1160px;
  --wide-container: 1320px;
  --header-height: 92px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(1rem, 0.98rem + 0.12vw, 1.08rem);
  line-height: 1.65;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(161, 79, 59, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(111, 114, 109, 0.07), transparent 30%),
    linear-gradient(180deg, #f3ede5 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.58), transparent 20%),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.44), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-color: rgba(180, 109, 80, 0.42);
  text-underline-offset: 0.18em;
}

a:hover {
  text-decoration-color: var(--accent);
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(180, 109, 80, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 300;
  padding: 0.7rem 1rem;
  background: var(--paper);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
}

.skip-link:focus {
  top: 1rem;
}

.container,
.gallery-shell {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.gallery-shell {
  width: min(calc(100% - 2rem), var(--wide-container));
}

.page-home .container {
  width: 100vw;
  max-width: none;
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  backdrop-filter: blur(16px);
  background: rgba(247, 242, 235, 0.82);
  border-bottom: 1px solid rgba(84, 63, 48, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-height);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
  text-decoration: none;
}

.brand-logo,
.footer-logo {
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 50%;
  flex: none;
  object-fit: cover;
  box-shadow: 0 12px 26px rgba(76, 47, 31, 0.12);
}

.footer-logo {
  width: 3.05rem;
  height: 3.05rem;
  box-shadow: none;
}

.brand-text,
.footer-title,
h1,
h2,
h3 {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.brand-text {
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.8rem);
  line-height: 0.96;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--muted);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 251, 246, 0.82);
}

.menu-toggle {
  display: none;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.76rem 0.95rem;
  background: rgba(255, 251, 246, 0.88);
  color: var(--text);
  font: inherit;
}

.menu-toggle__label {
  font-weight: 600;
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle__bars {
  position: relative;
}

.menu-toggle__bars::before {
  position: absolute;
  top: -6px;
}

.menu-toggle__bars::after {
  position: absolute;
  top: 6px;
}

body.nav-open .menu-toggle__bars {
  background: transparent;
}

body.nav-open .menu-toggle__bars::before {
  transform: translateY(6px) rotate(45deg);
}

body.nav-open .menu-toggle__bars::after {
  transform: translateY(-6px) rotate(-45deg);
}

.eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.hero-title,
.page-title {
  margin: 0;
  line-height: 0.92;
}

.hero-brand {
  display: flex;
  align-items: flex-start;
  gap: clamp(0.85rem, 1.8vw, 1.35rem);
}

.hero-brand__logo {
  width: clamp(3.5rem, 7vw, 5.1rem);
  height: clamp(3.5rem, 7vw, 5.1rem);
  flex: none;
  object-fit: contain;
  border-radius: 50%;
}

.hero-title {
  font-size: clamp(3.45rem, 7.4vw, 5.7rem);
  max-width: 7ch;
}

.page-title {
  font-size: clamp(2.55rem, 4.8vw, 4.15rem);
  max-width: 10ch;
}

h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
}

h3 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.22rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

p {
  margin: 0;
}

.lead,
.section-intro p:last-child,
.offer-item p,
.hero-subtitle,
.hero-note p,
.join-banner__copy p:last-child,
.pull-note p,
.contact-note,
.contact-item p,
.faq-note p,
.faq-item p,
.site-footer p {
  color: var(--muted);
}

.lead,
.hero-subtitle {
  font-size: clamp(1.08rem, 1rem + 0.45vw, 1.26rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.92rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 59, 43, 0.14);
  background: var(--accent);
  color: #fff8f1;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: var(--accent-deep);
  text-decoration: none;
}

.button--instagram {
  background: #5a3a2d;
  border-color: rgba(90, 58, 45, 0.22);
}

.button--instagram:hover {
  background: #472d23;
}

.button--secondary {
  background: rgba(123, 130, 111, 0.11);
  border-color: rgba(123, 130, 111, 0.24);
  color: var(--text);
}

.button--secondary:hover {
  background: rgba(123, 130, 111, 0.18);
}

.button--ghost {
  background: rgba(255, 251, 246, 0.14);
  border-color: rgba(255, 245, 236, 0.26);
  color: #fff8f1;
}

.button--ghost:hover {
  background: rgba(255, 251, 246, 0.2);
}

.section {
  padding: clamp(4.4rem, 5vw, 6.6rem) 0;
}

.section--quiet {
  background: linear-gradient(180deg, rgba(255, 252, 248, 0.76), rgba(255, 249, 241, 0.48));
}

.section--tight-top {
  padding-top: 1.2rem;
}

.section-heading,
.section-intro {
  display: grid;
  gap: 0.7rem;
}

.section-heading {
  margin-bottom: 1.8rem;
}

.section-heading--compact {
  max-width: 44rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.home-hero__inner {
  min-height: 100svh;
  height: 100svh;
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(24rem, 1.28fr);
  align-items: stretch;
  gap: clamp(1.6rem, 2.8vw, 2.8rem);
  padding: 0;
}

.home-hero {
  min-height: 100svh;
  height: 100svh;
  padding: 0;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(244, 238, 231, 0.94), rgba(236, 229, 220, 0.9));
}

.home-hero__copy {
  display: grid;
  gap: 0.72rem;
  align-content: center;
  padding: clamp(1.25rem, 2.2vw, 2.2rem) clamp(1.6rem, 3.2vw, 4rem);
}

.hero-subtitle {
  max-width: 27rem;
  margin-top: 0.35rem;
  color: var(--muted);
}

.home-hero__meta {
  display: grid;
  gap: 0.35rem;
  max-width: 29rem;
  margin-top: 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line-strong);
}

.home-hero__media {
  min-height: 100svh;
  height: 100svh;
  width: 100%;
  border-radius: 0;
  align-self: stretch;
  border: 0;
  box-shadow: none;
  margin: 0;
}

.home-hero__media img {
  object-position: 56% center;
  border-radius: 0 !important;
}

.page-home main {
  min-height: 100svh;
  height: 100svh;
}

.page-home {
  height: 100svh;
  overflow: hidden;
}

.section-split,
.editorial-grid,
.join-layout,
.contact-sheet,
.faq-shell,
.page-intro__grid {
  display: grid;
  gap: 2.4rem;
}

.section-split,
.editorial-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.page-intro {
  padding: 3.4rem 0 1.8rem;
}

.page-intro__grid {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
  align-items: end;
}

.page-about .page-intro__grid {
  grid-template-columns: minmax(0, 0.78fr) minmax(24rem, 1.22fr);
  align-items: stretch;
}

.page-intro__copy {
  display: grid;
  gap: 0.95rem;
}

.page-intro__simple {
  display: grid;
  gap: 0.95rem;
  max-width: 44rem;
}

.page-intro__feature {
  min-height: clamp(28rem, 44vw, 40rem);
}

.page-about .page-intro__feature {
  background:
    linear-gradient(180deg, rgba(234, 227, 217, 0.88), rgba(246, 240, 232, 0.92));
}

.page-about .page-intro__feature img {
  object-fit: cover;
  object-position: center center;
  padding: 0;
  transform: none;
}

.offer-list {
  border-top: 1px solid var(--line-strong);
}

.offer-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.offer-index {
  padding-top: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}

.image-story {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 0.9fr;
  gap: 1rem;
  align-items: end;
}

.image-story--studio {
  align-items: stretch;
}

.image-story figcaption,
.gallery-card figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  padding: 0.45rem 0.78rem;
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.86);
  border: 1px solid rgba(84, 63, 48, 0.14);
  font-size: 0.92rem;
  color: var(--text);
}

.join-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(16rem, 21rem);
  gap: 2rem;
  align-items: end;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--line-strong);
}

.join-banner__copy {
  display: grid;
  gap: 0.8rem;
}

.join-banner__meta {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.join-banner__price,
.fact-item strong {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1;
  color: var(--text);
}

.join-banner__address {
  max-width: 18rem;
  color: var(--muted);
}

.pull-note {
  display: grid;
  gap: 0.8rem;
  align-self: start;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(180, 109, 80, 0.11), rgba(255, 252, 248, 0.78));
  border: 1px solid rgba(180, 109, 80, 0.18);
  border-radius: var(--radius);
}

.join-layout {
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
}

.join-detail {
  display: grid;
  gap: 2rem;
}

.fact-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.fact-item {
  padding-top: 1.2rem;
  border-top: 1px solid var(--line-strong);
}

.fact-item span {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.fact-item strong {
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.process-list {
  display: grid;
  gap: 1.25rem;
}

.process-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.process-number {
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent-deep);
  line-height: 1;
}

.faq-shell {
  grid-template-columns: minmax(16rem, 0.74fr) minmax(0, 1.26fr);
  align-items: start;
}

.faq-note {
  display: grid;
  gap: 0.8rem;
  align-self: start;
  position: sticky;
  top: calc(var(--header-height) + 1.2rem);
}

.faq-list {
  border-top: 1px solid var(--line-strong);
}

.faq-item {
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  flex: none;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--accent-deep);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  max-width: 42rem;
  padding: 0 0 1.3rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-card {
  grid-column: span 4;
  min-height: 20rem;
}

.gallery-card--wide {
  grid-column: span 8;
  min-height: 19rem;
}

.gallery-card--tall {
  min-height: 28rem;
}

.contact-sheet {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  align-items: start;
}

.contact-primary {
  display: grid;
  gap: 0.7rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line-strong);
}

.contact-display {
  max-width: 16ch;
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  font-weight: 800;
  line-height: 0.98;
  text-decoration: none;
  text-decoration-color: rgba(180, 109, 80, 0.55);
  overflow-wrap: anywhere;
}

.contact-secondary {
  display: grid;
  gap: 1.4rem;
}

.contact-item {
  display: grid;
  gap: 0.6rem;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line-strong);
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  font-weight: 600;
  text-decoration: none;
}

.instagram-link svg {
  width: 1.3rem;
  height: 1.3rem;
  fill: currentColor;
}

.site-footer {
  padding: 2.4rem 0 3rem;
  border-top: 1px solid rgba(84, 63, 48, 0.1);
}

.footer-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.6rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-title {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
  line-height: 1;
}

.footer-label {
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.media-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 72% 24%, rgba(182, 124, 91, 0.34), transparent 22%),
    radial-gradient(circle at 28% 72%, rgba(111, 114, 109, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(200, 183, 166, 0.32), rgba(244, 238, 230, 0.96));
  border: 1px solid rgba(76, 67, 58, 0.12);
  box-shadow: var(--shadow-soft);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 320ms ease, transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-card--loaded img {
  opacity: 1;
  transform: scale(1);
}

.media-card::after {
  content: attr(data-fallback-label);
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(84, 63, 48, 0.12);
  font-size: 0.84rem;
  color: rgba(45, 36, 31, 0.72);
}

.media-card--loaded::after {
  display: none;
}

.media-card--hero {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background:
    radial-gradient(circle at 78% 24%, rgba(215, 176, 147, 0.55), transparent 18%),
    radial-gradient(circle at 74% 66%, rgba(180, 109, 80, 0.38), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(123, 130, 111, 0.26), transparent 18%),
    linear-gradient(135deg, rgba(101, 71, 56, 0.82), rgba(54, 42, 35, 0.95));
}

.media-card--hero::after {
  right: auto;
  left: 1rem;
  bottom: 1rem;
}

.media-card--portrait {
  min-height: 23rem;
}

.media-card--landscape {
  min-height: 19rem;
}

.site-footer p,
.offer-item p,
.faq-item p,
.contact-item p,
.contact-note,
.section-intro p:last-child,
.lead {
  max-width: 60ch;
}

@media (max-width: 1100px) {
  .hero-title {
    font-size: clamp(3.2rem, 7.4vw, 4.9rem);
  }

  .hero-brand__logo {
    width: clamp(3.2rem, 6vw, 4.2rem);
    height: clamp(3.2rem, 6vw, 4.2rem);
  }

  .home-hero__inner {
    grid-template-columns: minmax(16rem, 0.68fr) minmax(20rem, 1.32fr);
  }

  .section-split,
  .editorial-grid,
  .join-layout,
  .contact-sheet,
  .faq-shell,
  .page-intro__grid,
  .join-banner,
  .image-story {
    grid-template-columns: 1fr;
  }

  .faq-note {
    position: static;
  }
}

@media (max-width: 980px) {
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card,
  .gallery-card--wide {
    grid-column: span 1;
  }

  .gallery-card--tall {
    min-height: 24rem;
  }

  .fact-row {
    grid-template-columns: 1fr;
  }

  .contact-display {
    max-width: 100%;
  }
}

@media (max-width: 880px) {
  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.72rem;
    border-radius: 1.35rem;
    background: rgba(255, 251, 246, 0.97);
    border: 1px solid rgba(84, 63, 48, 0.1);
    box-shadow: var(--shadow-soft);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  body.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    justify-content: flex-start;
    min-height: 3rem;
    border-radius: 1rem;
  }

}

@media (max-width: 720px) {
  :root {
    --header-height: 0px;
  }

  .home-hero,
  .home-hero__inner {
    min-height: 100svh;
    height: 100svh;
  }

  .home-hero__inner {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 0.44fr) minmax(0, 0.56fr);
    align-items: stretch;
    gap: 0.9rem;
    padding: 0;
  }

  .hero-title {
    font-size: clamp(2.5rem, 10.4vw, 3.85rem);
    max-width: 6ch;
  }

  .hero-brand {
    gap: 0.75rem;
  }

  .hero-brand__logo {
    width: 2.9rem;
    height: 2.9rem;
  }

  .page-title {
    font-size: clamp(2.15rem, 10vw, 3.2rem);
    max-width: 9ch;
  }

  .button-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.72rem;
    margin-top: 1.2rem;
  }

  .button {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.75rem 0.9rem;
    font-size: 0.96rem;
  }

  .home-hero__media {
    min-height: auto;
    height: 100%;
    order: -1;
    border-radius: 0;
  }

  .home-hero__copy {
    gap: 0.58rem;
    align-content: start;
    padding: 0.9rem 1rem 0.9rem;
  }

  .hero-subtitle {
    max-width: none;
    font-size: 1rem;
  }

  .home-hero__meta {
    gap: 0.28rem;
    max-width: none;
    margin-top: 0.72rem;
    padding-top: 0.72rem;
    font-size: 0.95rem;
  }

  .offer-item,
  .process-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .contact-display {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    line-height: 0.98;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card--wide,
  .gallery-card--tall {
    grid-column: auto;
    min-height: 21rem;
  }

  .footer-grid,
  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
