:root {
  --ink: #221b1d;
  --muted: #6d6260;
  --paper: #fffaf6;
  --blush: #f7dfe3;
  --rose: #cc6d7c;
  --mint: #80dcd6;
  --sage: #8ca58b;
  --gold: #c59a49;
  --cream: #f2eadf;
  --charcoal: #2f2b2b;
  --line: rgba(34, 27, 29, 0.12);
  --shadow: 0 24px 70px rgba(47, 43, 43, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 8%, rgba(197, 154, 73, 0.18), transparent 22%),
    radial-gradient(circle at 86% 14%, rgba(128, 220, 214, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 250, 246, 0.96), rgba(247, 223, 227, 0.38) 44%, rgba(255, 250, 246, 0.94)),
    var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    linear-gradient(rgba(34, 27, 29, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 27, 29, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, black, transparent 76%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1240px, calc(100% - 32px));
  min-height: 72px;
  margin: 18px auto 0;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.74);
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-elevated {
  background: rgba(255, 250, 246, 0.9);
  box-shadow: 0 18px 48px rgba(34, 27, 29, 0.12);
}

.brand,
.nav-links,
.hero-actions,
.contact-row,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  flex: 0 0 auto;
  width: clamp(180px, 18vw, 245px);
  min-width: 0;
  transition: none;
}

.brand:hover {
  transform: none;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.nav-links {
  gap: 8px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.44);
}

.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
  transition: background 160ms ease, color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
  background: #fff;
}

.header-call {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 9px;
  padding: 13px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-call:hover {
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.header-instagram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  min-height: 46px;
  padding: 0;
  border: 1px solid rgba(34, 27, 29, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--ink);
  transition: transform 180ms ease, background 180ms ease;
}

.header-instagram:hover {
  background: rgba(255, 255, 255, 0.84);
  transform: translateY(-1px);
}

.instagram-logo {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  object-fit: contain;
}

.header-call::before {
  width: 20px;
  height: 20px;
  content: "";
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.04 2.4a9.47 9.47 0 0 0-8.18 14.23l-1.04 4.03 4.12-1a9.44 9.44 0 0 0 5.1 1.48 9.37 9.37 0 1 0 0-18.74Zm0 16.96a7.67 7.67 0 0 1-4.33-1.33l-.31-.2-2.44.6.62-2.36-.22-.34a7.71 7.71 0 1 1 6.68 3.63Zm4.27-5.76c-.23-.12-1.38-.68-1.59-.76-.21-.08-.37-.12-.52.12-.16.23-.6.76-.74.91-.14.16-.27.18-.5.06a6.28 6.28 0 0 1-3.13-2.73c-.24-.42.24-.39.68-1.29.08-.16.04-.29-.02-.41-.06-.12-.52-1.25-.71-1.72-.19-.45-.38-.39-.52-.4h-.44c-.16 0-.41.06-.62.29-.21.23-.82.8-.82 1.96 0 1.15.84 2.27.96 2.43.12.15 1.65 2.52 4.01 3.53.56.24 1 .39 1.34.5.56.18 1.07.15 1.47.09.45-.07 1.38-.56 1.57-1.1.19-.55.19-1.02.14-1.11-.06-.1-.21-.16-.44-.27Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.section-shell {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(390px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(26px, 4vw, 58px);
  min-height: clamp(430px, 52vh, 560px);
  padding: clamp(26px, 3.4vw, 42px) 0 12px;
  align-items: start;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  top: calc(-90px - clamp(26px, 3.4vw, 42px));
  bottom: 0;
  left: calc((100% - 100vw) / 2 - 10vw);
  z-index: -1;
  width: 42vw;
  min-width: 420px;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(255, 250, 246, 0.1), rgba(255, 250, 246, 0.78)),
    url("assets/happydecor-moodboard.png");
  background-position: 0% 41%;
  background-size: 360% auto;
  filter: blur(8px) saturate(0.92);
  opacity: 0.34;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--rose);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(46px, 4.65vw, 66px);
}

h1 span {
  color: var(--rose);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 72px);
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.hero-text,
.section-heading p,
.contact-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.48;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  fill: currentColor;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(34, 27, 29, 0.2);
}

.button-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #20b85a 48%, #128c7e 100%);
  box-shadow: 0 16px 36px rgba(18, 140, 126, 0.28);
}

.button-whatsapp:hover {
  box-shadow: 0 18px 42px rgba(18, 140, 126, 0.36);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
}

.hero-stage {
  position: relative;
  min-height: clamp(390px, 40vw, 500px);
}

.hero-photo {
  position: absolute;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-photo-large {
  top: 0;
  left: 0;
  width: 62%;
  height: 100%;
}

.hero-photo-top {
  top: 8%;
  right: 0;
  width: 44%;
  height: 42%;
  transform: rotate(2deg);
}

.hero-photo-bottom {
  right: 4%;
  bottom: 0;
  width: 46%;
  height: 38%;
  transform: rotate(-1deg);
}

.hero-badge {
  position: absolute;
  right: 35%;
  top: 5%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 132px;
  height: 132px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(34, 27, 29, 0.16);
  text-align: center;
}

.hero-badge span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-badge strong {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
}

.image-crop {
  background-image: url("assets/happydecor-moodboard.png");
  background-repeat: no-repeat;
  background-size: 440% auto;
}

.crop-hero-main {
  background-size: 312% auto;
  background-position: 2% 98%;
}

.crop-hero-top {
  background-size: 332% auto;
  background-position: 72% 1%;
}

.crop-hero-bottom {
  background-size: 404% auto;
  background-position: 98% 1%;
}

.crop-pink {
  background-size: 470% auto;
  background-position: 98% 0%;
}

.crop-one {
  background-size: 365% auto;
  background-position: 0% 41%;
}

.crop-two {
  background-size: 375% auto;
  background-position: 71% 1%;
}

.crop-three {
  background-size: 365% auto;
  background-position: 47% 42%;
}

.crop-four {
  background-size: 265% auto;
  background-position: 29% 98%;
}

.crop-five {
  background-size: 375% auto;
  background-position: 20% 41%;
}

.intro-band {
  overflow: hidden;
  border-block: 1px solid rgba(34, 27, 29, 0.08);
  background: linear-gradient(90deg, #d88c8f, #dba6a4, #d88c8f);
}

.ticker {
  display: flex;
  width: 200%;
  padding: 14px 0;
  color: #fff;
  animation: ticker 48s linear infinite;
  will-change: transform;
}

.ticker-track {
  display: flex;
  flex: 0 0 50%;
  justify-content: space-around;
  gap: clamp(24px, 4vw, 64px);
  min-width: 0;
  padding: 0 18px;
}

.ticker span {
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 650;
  white-space: nowrap;
}

.showcase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.33fr) minmax(360px, 0.9fr);
  gap: clamp(24px, 4vw, 54px);
  padding: 28px 0 clamp(56px, 7vw, 86px);
  align-items: start;
}

.packages-pane {
  min-width: 0;
}

.split-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(72px, 9vw, 128px) 0;
}

.statement {
  position: sticky;
  top: 112px;
  align-self: start;
}

.feature-grid {
  display: grid;
  gap: 14px;
}

.feature-card,
.package-card,
.contact-panel {
  border: 1px solid rgba(34, 27, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(34, 27, 29, 0.08);
}

.feature-card {
  padding: clamp(22px, 3vw, 34px);
}

.feature-number {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.feature-card p,
.package-card li,
.contact-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.parallax-banner {
  display: grid;
  min-height: 74vh;
  place-items: end start;
  padding: clamp(28px, 6vw, 80px);
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(34, 27, 29, 0.78), rgba(34, 27, 29, 0.2) 58%, rgba(34, 27, 29, 0.62)),
    url("assets/happydecor-moodboard.png");
  background-position: center 42%;
  background-size: cover;
  background-attachment: fixed;
}

.banner-content {
  width: min(740px, 100%);
}

.banner-content .eyebrow {
  color: var(--mint);
}

.banner-content h2 {
  margin-bottom: 0;
}

.contact-section {
  padding: clamp(72px, 9vw, 128px) 0;
}

.section-heading {
  display: grid;
  max-width: 760px;
  margin-bottom: 34px;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 258px;
  padding: 20px;
}

.package-card h3 {
  width: fit-content;
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--gold);
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 500;
}

.package-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  padding-left: 18px;
  color: var(--ink);
  background: radial-gradient(circle, var(--sage) 0 40%, transparent 43%) left 0.68em / 9px 9px no-repeat;
  font-size: 13px;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  color: var(--rose);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.extras {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
  padding: 14px 18px;
  border-radius: 8px;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(128, 220, 214, 0.32), rgba(255, 255, 255, 0.58));
}

.extras span,
.extras strong {
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 13px;
}

.extras strong {
  color: var(--ink);
}

.portfolio-pane {
  min-width: 0;
  scroll-margin-top: 112px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 1px solid var(--line);
}

.portfolio-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.portfolio-heading h2 {
  position: relative;
  margin: 0;
  font-size: clamp(30px, 3.2vw, 44px);
}

.portfolio-more {
  padding: 0;
  border: 0;
  color: var(--rose);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  white-space: nowrap;
}

.portfolio-more:hover {
  color: var(--ink);
}

.portfolio-slider {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.portfolio-track {
  display: flex;
  gap: 8px;
  width: max-content;
  will-change: transform;
}

.portfolio-card {
  flex: 0 0 clamp(128px, 23%, 180px);
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  height: auto;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 16px 40px rgba(34, 27, 29, 0.13);
}

.portfolio-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.portfolio-trigger:focus-visible,
.portfolio-more:focus-visible,
.gallery-close:focus-visible {
  outline: 3px solid rgba(128, 220, 214, 0.9);
  outline-offset: 4px;
}

.portfolio-card.tall {
  grid-row: span 2;
}

.portfolio-card.wide {
  grid-column: span 2;
}

.portfolio-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms ease;
}

.portfolio-card:hover .portfolio-photo {
  filter: saturate(1.04) contrast(1.03);
  transform: scale(1.055);
}

.portfolio-card h3 {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  color: #fff;
  background: rgba(34, 27, 29, 0.58);
  backdrop-filter: blur(14px);
  font-size: 17px;
}

.gallery-modal {
  width: min(1060px, calc(100% - 28px));
  max-height: min(86vh, 860px);
  padding: 0;
  border: 0;
  border-radius: 8px;
  color: var(--ink);
  background: transparent;
  overflow: visible;
  opacity: 0;
  transform: translateY(18px) scale(0.965);
  transition: opacity 260ms ease, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-modal::backdrop {
  background: rgba(34, 27, 29, 0);
  backdrop-filter: blur(0);
  transition: background 260ms ease, backdrop-filter 260ms ease;
}

.gallery-modal.is-opening {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-modal.is-closing {
  opacity: 0;
  transform: translateY(16px) scale(0.975);
}

.gallery-modal.is-opening::backdrop {
  background: rgba(34, 27, 29, 0.58);
  backdrop-filter: blur(8px);
}

.gallery-modal.is-closing::backdrop {
  background: rgba(34, 27, 29, 0);
  backdrop-filter: blur(0);
}

.gallery-panel {
  display: grid;
  gap: 18px;
  max-height: min(86vh, 860px);
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 250, 246, 0.96);
  box-shadow: var(--shadow);
  overflow: auto;
  transform: translateY(10px);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.gallery-modal.is-opening .gallery-panel {
  transform: translateY(0);
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.gallery-header h2 {
  position: relative;
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
}

.gallery-close {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

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

.gallery-photo {
  aspect-ratio: 3 / 4;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--charcoal);
  box-shadow: 0 14px 34px rgba(34, 27, 29, 0.12);
}

.gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 420px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  scroll-margin-top: 112px;
}

.contact-panel {
  display: grid;
  overflow: hidden;
}

.contact-row {
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.contact-row:last-child {
  border-bottom: 0;
}

.contact-row:hover {
  background: rgba(128, 220, 214, 0.18);
}

.contact-row span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.contact-row strong {
  text-align: right;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 14px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


@media (max-width: 980px) {
  .site-header {
    width: min(100% - 20px, 720px);
  }

  .nav-links {
    display: none;
  }

  .hero,
  .showcase-section,
  .split-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 560px;
  }

  .portfolio-pane {
    padding-left: 0;
    border-left: 0;
  }

  .statement {
    position: static;
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-card {
    min-height: 0;
  }

  .portfolio-card {
    flex-basis: min(38%, 190px);
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, min(300px, calc((100vw - 44px) / 2))));
    justify-content: center;
  }

  .package-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(300px, 100%);
  }

  .contact-panel {
    width: min(600px, 100%);
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    min-height: 62px;
    padding-inline: 10px;
  }

  .brand {
    width: clamp(104px, 29vw, 125px);
  }

  .header-call {
    padding: 11px 12px;
    font-size: 13px;
  }

  .header-actions {
    gap: 8px;
  }

  .header-instagram {
    width: 46px;
    min-height: 46px;
    justify-content: center;
    padding: 0;
  }

  .hero {
    padding-top: 84px;
  }

  h1 {
    font-size: clamp(40px, 12vw, 54px);
  }

  h2 {
    font-size: clamp(34px, 11vw, 52px);
  }

  .hero-stage {
    min-height: 490px;
  }

  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .package-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: min(175px, 100%);
  }

  .package-card {
    min-height: 0;
    padding: 12px 10px;
  }

  .package-card h3 {
    margin-bottom: 11px;
    padding-bottom: 5px;
    font-size: clamp(32px, 10vw, 42px);
  }

  .package-card ul {
    gap: 7px;
  }

  .package-card li {
    padding-left: 12px;
    background-size: 6px 6px;
    font-size: 11px;
    line-height: 1.35;
  }

  .text-link {
    margin-top: 12px;
    padding-bottom: 3px;
    font-size: 10px;
    line-height: 1.2;
  }

  .hero-photo-large {
    inset: 0 0 auto 0;
    width: 82%;
    height: 420px;
  }

  .hero-photo-top {
    right: 6px;
    top: 26px;
    width: 42%;
    height: 170px;
    border-width: 5px;
  }

  .hero-photo-bottom {
    right: 6px;
    bottom: 0;
    width: 54%;
    height: 178px;
    border-width: 5px;
  }

  .hero-badge {
    right: 10px;
    top: 206px;
    width: 118px;
    height: 118px;
  }

  .hero-badge strong {
    font-size: 34px;
  }

  .portfolio-card {
    flex-basis: clamp(118px, 42vw, 164px);
  }

  .gallery-modal {
    width: calc(100% - 20px);
    max-height: 88vh;
  }

  .gallery-panel {
    max-height: 88vh;
  }

  .gallery-header {
    align-items: flex-start;
  }

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

  .parallax-banner {
    min-height: 560px;
    background-attachment: scroll;
  }

  .contact-row {
    display: grid;
  }

  .contact-row strong {
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .gallery-modal,
  .gallery-modal::backdrop,
  .gallery-panel {
    transition: none;
  }
}
