/* ==========================================================================
   Casa Lumia, cool contemporary marble edition.
   Marble white, charcoal, silver, one cool metallic accent. No warm hues.
   ========================================================================== */

:root {
  --marble: #F6F5F3;
  --marble-dim: #ECEAE6;
  --paper: #FFFFFF;
  --charcoal: #22262B;
  --slate: #2E343B;
  --slate-soft: #3C434B;
  --silver: #B7BBC0;
  --steel: #8B95A0;
  --steel-dark: #6C7680;
  --ink: #22262B;
  --ink-soft: #5B6167;
  --line: rgba(34, 38, 43, 0.12);
  --line-on-dark: rgba(246, 245, 243, 0.16);
  --shadow-soft: 0 24px 60px -30px rgba(34, 38, 43, 0.45);
  --shadow-card: 0 14px 34px -20px rgba(34, 38, 43, 0.35);
  --radius-lg: 4px;
  --radius-md: 2px;
  --font-serif: "David Libre", "Noto Serif Hebrew", serif;
  --font-sans: "Assistant", "Heebo", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--marble);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }

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

/* A quiet, uniform cool color-grade applied to every photograph so the whole
   site reads as one consistent cool palette regardless of each source photo. */
.hero-media img,
.concept-media img,
.suite-media img,
.exp-card img,
.gallery-item img,
.contact-media img {
  filter: grayscale(12%) saturate(0.85) contrast(1.04) brightness(0.99);
}

h1, h2, h3 {
  font-family: var(--font-serif);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 0.5em;
  line-height: 1.18;
  letter-spacing: 0.002em;
}

h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 500; }
h3 { font-size: clamp(1.2rem, 1.8vw, 1.4rem); font-weight: 500; }

p { margin: 0 0 1em; color: var(--ink-soft); }

a { color: inherit; text-decoration: none; }

.eyebrow {
  font-family: var(--font-sans);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel-dark);
  font-size: 0.78rem;
  margin: 0 0 0.9em;
}

.section-head { max-width: 640px; margin: 0 auto 3.2rem; text-align: center; }
.section-sub { color: var(--ink-soft); font-size: 1.05rem; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9em 2.1em;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.98rem;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  letter-spacing: 0.01em;
}
.btn-primary {
  background: var(--charcoal);
  color: var(--marble);
  box-shadow: 0 14px 30px -16px rgba(34, 38, 43, 0.55);
}
.btn-primary:hover { background: var(--slate); transform: translateY(-2px); }
.btn-ghost {
  background: rgba(246, 245, 243, 0.08);
  border-color: rgba(246, 245, 243, 0.55);
  color: var(--marble);
  backdrop-filter: blur(3px);
}
.btn-ghost:hover { background: rgba(246, 245, 243, 0.2); transform: translateY(-2px); }

.text-link {
  font-weight: 600;
  color: var(--charcoal);
  border-bottom: 1px solid var(--steel);
  padding-bottom: 2px;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}
.text-link:hover { opacity: 0.65; }

/* ---------------- Header / Nav ---------------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--marble);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--ink);
  letter-spacing: 0.01em;
}
.main-nav ul {
  display: flex;
  gap: 2.1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.main-nav a {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--ink-soft);
  transition: color 0.2s ease;
}
.main-nav a:hover { color: var(--ink); }
.main-nav .nav-cta {
  background: var(--charcoal);
  color: var(--marble);
  padding: 0.55em 1.5em;
  border-radius: 999px;
}
.main-nav .nav-cta:hover { background: var(--slate); color: var(--marble); }

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span {
  width: 24px;
  height: 1.5px;
  background: var(--ink);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* Mobile nav MUST be hidden via [hidden] attribute, toggled by JS. It is also
   a full-screen fixed overlay and a direct sibling of <header> (see index.html
   comment): never nest it inside an element carrying backdrop-filter or
   transform, or the fixed panel gets trapped inside that ancestor's box and
   opens at near-zero height instead of covering the viewport. */
.mobile-nav[hidden] { display: none; }
.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: var(--charcoal);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100dvh;
  width: 100%;
}
.mobile-nav-close {
  position: absolute;
  top: 1.1rem;
  left: 1.3rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line-on-dark);
  background: none;
  color: var(--marble);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.mobile-nav a { font-family: var(--font-serif); font-weight: 500; font-size: 1.6rem; color: var(--marble); }
.mobile-nav .nav-cta {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 1rem;
  background: var(--marble);
  color: var(--charcoal);
  padding: 0.6em 1.5em;
  border-radius: 999px;
  width: fit-content;
  margin-top: 0.6rem;
}

/* ---------------- Hero ---------------- */
.hero {
  position: relative;
  min-height: 94vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--charcoal);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: kenburns 26s ease-in-out infinite alternate;
  transform-origin: 52% 45%;
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.11); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media img { animation: none; }
}
.hero-scrim {
  position: absolute;
  inset: 0;
  /* Bright marble needs a firm, deliberate scrim: a dark base tint plus a
     heavier bottom-weighted gradient so the marble/white heading text stays
     fully legible against a very light, high-key background image. */
  background:
    linear-gradient(180deg, rgba(20, 23, 26, 0.42) 0%, rgba(20, 23, 26, 0.28) 30%, rgba(20, 23, 26, 0.58) 62%, rgba(15, 17, 20, 0.9) 100%),
    radial-gradient(120% 90% at 20% 100%, rgba(15, 17, 20, 0.55) 0%, rgba(15, 17, 20, 0) 60%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1.5rem 6.5rem;
  color: var(--marble);
  text-align: center;
}
.hero-enter { animation: heroEnter 1.1s cubic-bezier(0.16, 1, 0.3, 1) both; animation-delay: 0.1s; }
@keyframes heroEnter {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-content .eyebrow { color: var(--silver); }
.hero h1 {
  color: var(--marble);
  font-weight: 500;
  font-size: clamp(2.6rem, 7.2vw, 5.4rem);
  max-width: 19ch;
  margin-inline: auto;
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.25);
}
.hero h1 em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.hero h1 span {
  display: block;
  font-size: 0.34em;
  font-weight: 400;
  color: var(--silver);
  margin-top: 0.5em;
  letter-spacing: 0.02em;
}
.hero-rule {
  width: 84px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--silver), transparent);
  margin: 1.6rem auto 1.4rem;
}
.hero-lede {
  color: rgba(246, 245, 243, 0.88);
  max-width: 46ch;
  margin-inline: auto;
  font-size: 1.1rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; justify-content: center; }

.scroll-cue {
  position: absolute;
  bottom: 1.8rem;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  width: 24px;
  height: 40px;
  border: 1px solid rgba(246, 245, 243, 0.55);
  border-radius: 20px;
}
.scroll-cue span {
  position: absolute;
  top: 6px;
  right: 50%;
  transform: translateX(50%);
  width: 3px;
  height: 7px;
  background: var(--marble);
  border-radius: 3px;
  animation: cue 1.8s ease-in-out infinite;
}
@keyframes cue {
  0% { top: 6px; opacity: 1; }
  70% { top: 18px; opacity: 0; }
  100% { top: 18px; opacity: 0; }
}

/* ---------------- Stat strip ---------------- */
.strip { background: var(--marble-dim); border-bottom: 1px solid var(--line); }
.strip-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.6rem 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.strip-item { border-right: 1px solid var(--line); }
.strip-item:first-child { border-right: none; }
.strip-num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 3.6vw, 2.4rem);
  color: var(--ink);
  font-weight: 500;
}
.strip-label { font-size: 0.88rem; color: var(--ink-soft); letter-spacing: 0.02em; }

/* ---------------- Statement (new rhythm: editorial manifesto line) ---------------- */
.statement {
  max-width: 900px;
  margin: 0 auto;
  padding: 7rem 1.5rem 5rem;
  text-align: center;
}
.statement .eyebrow { text-align: center; }
.statement blockquote {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  line-height: 1.5;
  color: var(--ink);
}
.statement .rule {
  width: 64px;
  height: 1px;
  background: var(--steel);
  margin: 2rem auto 0;
}

/* ---------------- Concept (editorial banner, text runs below) ---------------- */
.concept { padding: 0 0 6.5rem; }
.concept-media { max-width: 1280px; margin: 0 auto 3rem; padding: 0 1.5rem; }
.concept-media img {
  width: 100%;
  height: clamp(280px, 46vw, 560px);
  object-fit: cover;
  border-radius: var(--radius-lg);
}
.concept-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 3.5rem;
}
.concept-body .concept-head h2 { position: sticky; top: 6.5rem; }
.concept-text p { font-size: 1.05rem; max-width: 62ch; }

/* ---------------- Suites: alternating editorial rows ---------------- */
.suites { padding: 6.5rem 0; background: var(--marble-dim); }
.suite-grid { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; flex-direction: column; gap: 0; }
.suite-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
  padding: 3.2rem 0;
  border-bottom: 1px solid var(--line);
}
.suite-row:first-child { padding-top: 0; }
.suite-row:last-child { border-bottom: none; padding-bottom: 0; }
.suite-row.reverse { grid-template-columns: 0.9fr 1.1fr; }
.suite-row.reverse .suite-media { order: 2; }
.suite-row.reverse .suite-body { order: 1; }
.suite-media { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-card); }
.suite-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.suite-row:hover .suite-media img { transform: scale(1.04); }
.suite-body { display: flex; flex-direction: column; gap: 0.8rem; }
.suite-body p { font-size: 1rem; }
.suite-amenities {
  list-style: none;
  margin: 0.4em 0 0.6em;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.suite-amenities li { padding-right: 1.3em; position: relative; }
.suite-amenities li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--steel);
}
.suite-foot {
  margin-top: 0.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}
.suite-price { font-weight: 500; color: var(--ink); font-family: var(--font-serif); font-size: 1.15rem; }

/* ---------------- Experiences ---------------- */
.experiences { padding: 6.5rem 1.5rem; }
.exp-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 340px;
  gap: 1.4rem;
}
.exp-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  grid-column: span 2;
}
.exp-card.exp-tall { grid-row: span 2; }
.exp-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 0.6s ease; }
.exp-card:hover img { transform: scale(1.06); }
.exp-text {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 1.7rem 1.8rem;
  background: linear-gradient(0deg, rgba(34, 38, 43, 0.85) 0%, rgba(34, 38, 43, 0.1) 78%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
}
.exp-text h3, .exp-text p { color: var(--marble); }
.exp-text p { color: rgba(246, 245, 243, 0.82); font-size: 0.95rem; max-width: 40ch; margin-bottom: 0; }

/* ---------------- Gallery ---------------- */
.gallery { padding: 6.5rem 1.5rem; background: var(--marble-dim); }
.gallery-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.1rem;
}
.gallery-item { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); }
.gallery-item:nth-child(1) { grid-column: span 2; aspect-ratio: 3/4; }
.gallery-item:nth-child(2) { grid-column: span 4; aspect-ratio: 16/8; }
.gallery-item:nth-child(3) { grid-column: span 3; aspect-ratio: 4/3; }
.gallery-item:nth-child(4) { grid-column: span 3; aspect-ratio: 4/3; }
.gallery-item:nth-child(5) { grid-column: span 4; aspect-ratio: 16/8; }
.gallery-item:nth-child(6) { grid-column: span 2; aspect-ratio: 3/4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.gallery-item:hover img { transform: scale(1.06); }

/* ---------------- Testimonials: dark contrast band ---------------- */
.testimonials { padding: 6.5rem 1.5rem; background: var(--charcoal); }
.testimonials .eyebrow { color: var(--silver); }
.testimonials h2 { color: var(--marble); }
.testi-row {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-on-dark);
}
.testi-card {
  margin: 0;
  background: var(--charcoal);
  padding: 2.2rem 2rem;
}
.testi-card p {
  font-family: var(--font-serif);
  font-size: 1.12rem;
  color: var(--marble);
  position: relative;
  font-weight: 400;
}
.testi-card cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: var(--silver);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

/* ---------------- FAQ ---------------- */
.faq { padding: 6.5rem 1.5rem; }
.faq-list { max-width: 780px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%;
  text-align: right;
  background: none;
  border: none;
  padding: 1.3rem 0;
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 1.05rem;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faq-q::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 300;
  color: var(--steel-dark);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.faq-q[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-a p { padding-bottom: 1.3rem; margin: 0; }
.faq-item.open .faq-a { max-height: 240px; }

/* ---------------- Contact ---------------- */
.contact {
  max-width: 1280px;
  margin: 0 auto;
  padding: 6.5rem 1.5rem;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: start;
}
.contact-form-wrap h2 { margin-bottom: 0.4em; }
.contact-media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); position: sticky; top: 6rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-bottom: 1.1rem; }
.form-field { display: flex; flex-direction: column; gap: 0.4rem; }
.form-field-full { margin-bottom: 1.1rem; }
label { font-weight: 600; font-size: 0.92rem; color: var(--ink); }
input, select, textarea {
  font-family: var(--font-sans);
  font-size: 1rem;
  padding: 0.7em 0.1em;
  border: none;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  width: 100%;
  direction: rtl;
  text-align: right;
}
input::placeholder, textarea::placeholder { text-align: right; }
input[type="tel"], input[type="email"] { text-align: right; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--charcoal);
}
textarea { resize: vertical; min-height: 100px; }
.field-error {
  display: none;
  color: #A6432E;
  font-size: 0.85rem;
}
.form-field.invalid input,
.form-field.invalid select,
.form-field.invalid textarea { border-color: #A6432E; }
.form-field.invalid .field-error { display: block; }
.btn-submit { width: 100%; margin-top: 0.8rem; border: none; }
.form-success {
  margin-top: 1.2rem;
  padding: 1em 1.2em;
  background: var(--marble-dim);
  border: 1px solid var(--steel);
  border-radius: var(--radius-md);
  color: var(--ink);
  font-weight: 600;
}

/* ---------------- Footer ---------------- */
.site-footer { background: var(--charcoal); color: var(--silver); }
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4.5rem 1.5rem 2.5rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2.5rem;
}
.footer-col .brand { color: var(--marble); font-size: 1.3rem; margin-bottom: 0.6rem; display: block; }
.footer-col p { color: rgba(183, 187, 192, 0.85); font-size: 0.95rem; }
.footer-title { font-weight: 700; color: var(--marble); margin-bottom: 0.9rem; font-size: 0.88rem; letter-spacing: 0.04em; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.footer-col ul li, .footer-col ul a { color: rgba(183, 187, 192, 0.85); font-size: 0.92rem; }
.footer-col ul a:hover { color: var(--marble); }
.footer-bottom {
  border-top: 1px solid var(--line-on-dark);
  padding: 1.4rem 1.5rem;
  text-align: center;
  font-size: 0.88rem;
  color: rgba(183, 187, 192, 0.6);
}
.footer-bottom a { color: var(--silver); font-weight: 600; }
.footer-bottom a:hover { opacity: 0.8; }

/* ---------------- Reveal animation ---------------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------------- Legal pages ---------------- */
.legal-main {
  max-width: 780px;
  margin: 0 auto;
  padding: 5rem 1.5rem 6rem;
}
.legal-main h1 { font-size: clamp(2rem, 4vw, 2.6rem); }
.legal-main h2 { font-size: 1.4rem; margin-top: 2rem; }
.legal-main p, .legal-main li { color: var(--ink-soft); }
.legal-main .back-link { display: inline-block; margin-bottom: 2rem; }
.legal-updated { color: var(--ink-soft); font-size: 0.9rem; margin-bottom: 2.5rem; }

/* ---------------- Responsive ---------------- */
@media (max-width: 980px) {
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .concept-body { grid-template-columns: 1fr; }
  .concept-body .concept-head h2 { position: static; }
  .suite-row, .suite-row.reverse { grid-template-columns: 1fr; gap: 1.5rem; }
  .suite-row.reverse .suite-media, .suite-row .suite-media { order: 0; }
  .suite-row.reverse .suite-body, .suite-row .suite-body { order: 0; }
  .exp-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .exp-card, .exp-card.exp-tall { grid-column: span 2 !important; grid-row: span 1 !important; }
  .testi-row { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-media img { position: static; }
  .strip-inner { grid-template-columns: repeat(2, 1fr); }
  .strip-item:nth-child(3) { border-right: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(5) { grid-column: span 2; }
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(6) { grid-column: span 1; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-content { padding-bottom: 4rem; }
  .hero h1 { max-width: 100%; }
}
