@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --ink: #15110d;
  --soft-ink: #564c42;
  --muted: #776b5f;
  --paper: #fffdf8;
  --ivory: #f8f3ea;
  --champagne: #e9ddc8;
  --gold: #b88a44;
  --gold-dark: #7a5524;
  --blush: #ead3cc;
  --sage: #d9dfd1;
  --line: rgba(33, 24, 16, 0.12);
  --shadow: 0 24px 70px rgba(32, 22, 12, 0.14);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
}

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

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3.4rem, 8vw, 7.1rem);
  max-width: 980px;
}

h2 {
  font-size: clamp(2.35rem, 5vw, 4.4rem);
}

h3 {
  font-size: 1.65rem;
}

p {
  color: var(--soft-ink);
  line-height: 1.75;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #1fb85a);
  color: #062213;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(37, 211, 102, 0.28);
}

.floating-whatsapp::before {
  content: '💬';
  font-size: 1rem;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.34);
}

.announcement-bar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px max(16px, calc((100vw - 1180px) / 2));
  background: #14100c;
  color: #fff7e8;
  font-size: 0.88rem;
}

.announcement-contacts,
.social-links,
.button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

a[href*='wa.me'] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

a[href*='wa.me']::before {
  content: '';
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background:
    url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='white' d='M16.55 13.32c-.25-.13-1.48-.73-1.71-.81-.23-.09-.39-.13-.56.13-.16.25-.64.81-.79.97-.14.17-.29.19-.54.06-.25-.12-1.05-.39-2-1.23-.74-.66-1.24-1.48-1.38-1.73-.14-.25-.02-.39.11-.52.11-.11.25-.29.38-.43.12-.15.16-.25.25-.42.08-.16.04-.31-.02-.43-.06-.13-.56-1.35-.77-1.85-.2-.48-.41-.42-.56-.43h-.48c-.16 0-.43.06-.66.31-.23.25-.87.85-.87 2.07 0 1.22.89 2.4 1.02 2.56.13.17 1.76 2.68 4.26 3.76.6.26 1.06.41 1.42.52.6.19 1.14.16 1.57.1.48-.07 1.48-.6 1.69-1.18.21-.58.21-1.08.14-1.18-.06-.11-.22-.17-.47-.29z'/%3E%3Cpath fill='white' d='M12.04 2C6.55 2 2.08 6.45 2.08 11.91c0 1.75.46 3.45 1.34 4.95L2 22l5.29-1.39c1.45.79 3.09 1.2 4.75 1.2h.01c5.49 0 9.96-4.45 9.96-9.91C22 6.45 17.53 2 12.04 2zm0 18.13h-.01c-1.48 0-2.93-.4-4.19-1.15l-.3-.18-3.14.82.84-3.05-.2-.31a8.17 8.17 0 0 1-1.26-4.35c0-4.54 3.71-8.23 8.27-8.23 2.21 0 4.28.86 5.84 2.41a8.16 8.16 0 0 1 2.42 5.82c-.01 4.53-3.72 8.22-8.27 8.22z'/%3E%3C/svg%3E")
      center / 14px 14px no-repeat,
    #25d366;
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.28);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.86);
  backdrop-filter: blur(18px);
}

.topline {
  width: var(--shell);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(145deg, #111, #5f4322 62%, #c99b54);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand strong {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.79rem;
}

.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a[aria-current='page'] {
  color: var(--gold-dark);
}

.menu-button {
  display: none;
  margin-left: auto;
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 14px;
  cursor: pointer;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #15110d;
  background: #15110d;
  color: #fff;
  padding: 0 22px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(21, 17, 13, 0.18);
}

.button-secondary {
  border-color: var(--gold);
  background: var(--gold);
  color: #17120d;
}

.button-ghost {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.56);
}

.site-header .button-ghost {
  background: #fffdf8;
  color: #17120d;
  border-color: var(--gold-dark);
}

.site-header .button-ghost:hover,
.site-header .button-ghost:focus-visible {
  background: var(--ivory);
}

.button-light {
  background: #fff;
  color: #17120d;
  border-color: #fff;
}

.whatsapp-button {
  border-color: #1fb85a;
  background: #25d366;
  color: #07180d;
}

.whatsapp-button::before {
  background-color: #0f8f3c;
  box-shadow: none;
}

.whatsapp-button:hover,
.whatsapp-button:focus-visible {
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.25);
}

.booking-options-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.booking-option-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.95), rgba(248,243,234,0.95));
  padding: 22px;
  box-shadow: 0 16px 36px rgba(21, 17, 13, 0.06);
}

.booking-option-card .button {
  margin-top: 16px;
  width: 100%;
}

.gallery-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: var(--shell);
  margin: 0 auto 18px;
}

.gallery-tab {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.gallery-tab.is-active {
  background: var(--gold);
  border-color: var(--gold);
  color: #17120d;
}

.gallery-panel {
  display: none;
}

.gallery-panel.is-active {
  display: block;
}

.hero {
  min-height: calc(100svh - 116px);
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #15110d;
  color: #fff;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) center / cover no-repeat;
  transform: scale(1.02);
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(12, 10, 8, 0.78), rgba(12, 10, 8, 0.34) 56%, rgba(12, 10, 8, 0.14));
}

/* (Debug removed) */

.hero-inner {
  width: var(--shell);
  margin: 0 auto;
  padding: 72px 0 88px;
}

.hero .lede {
  max-width: 650px;
  color: rgba(255, 250, 241, 0.88);
  font-size: 1.16rem;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li,
.tag {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-strip {
  width: var(--shell);
  margin: -46px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.stat {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.15rem;
}

.stat span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  padding: 92px 0 0;
}

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

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.image-stack img,
.feature-image,
.gallery-card img,
.service-card img,
.team-card img,
.before-after img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Responsive image helpers — keep images crisp and maintain layout */
img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Cards and showcase items keep a consistent ratio and crop elegantly */
.gallery-card,
.showcase-item,
.service-card,
.team-card {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  background: #111;
}

.gallery-card img,
.showcase-item img,
.service-card img,
.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Prefer CSS aspect-ratio when available to keep consistent grid heights */
.gallery-card,
.showcase-item {
  aspect-ratio: 4 / 3;
}

/* Smaller variants for narrow columns */
@media (max-width: 720px) {
  .hero {
    min-height: 60svh;
  }
  .hero-inner {
    padding: 48px 0 56px;
  }
  .gallery-card,
  .showcase-item {
    aspect-ratio: 3 / 2;
  }
}

.image-stack img:first-child {
  height: 580px;
}

.image-stack img:last-child {
  height: 360px;
  margin-bottom: 34px;
}

.feature-image {
  height: 560px;
}

.copy-block {
  display: grid;
  gap: 14px;
}

.copy-block p {
  margin: 0;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}

.service-list li {
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 16px;
  color: var(--ink);
}

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

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

.service-card,
.package-card,
.testimonial-card,
.team-card,
.booking-panel,
.faq-item,
.contact-panel,
.newsletter-form {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(28, 18, 10, 0.07);
}

.service-card {
  display: grid;
}

.service-card img {
  aspect-ratio: 4 / 3;
}

.service-card-body {
  padding: 20px;
}

.service-card p,
.package-card p,
.team-card p {
  margin-bottom: 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  background: #111;
  box-shadow: 0 12px 28px rgba(21, 17, 13, 0.12);
}

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

.gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 500ms ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
}

.gallery-card div {
  position: absolute;
  inset: auto 0 0;
  padding: 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

.gallery-card span {
  color: var(--champagne);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.showcase-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.showcase-item {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  background: #15110d;
  box-shadow: 0 12px 28px rgba(21, 17, 13, 0.12);
}

.showcase-item.wide {
  grid-column: span 2;
}

.showcase-item.tall {
  grid-row: span 2;
  min-height: 450px;
}

.showcase-item img,
.showcase-item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 500ms ease;
}

.showcase-item:hover img,
.showcase-item:hover video {
  transform: scale(1.04);
}

.showcase-item div {
  position: absolute;
  inset: auto 0 0;
  padding: 14px;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
}

.showcase-item span {
  display: block;
  color: var(--champagne);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-item h3 {
  font-size: 1.35rem;
}

.package-card {
  padding: 26px;
  display: grid;
  gap: 18px;
}

.package-card.featured {
  background: #15110d;
  color: #fff;
}

.package-card.featured p,
.package-card.featured li {
  color: rgba(255, 250, 241, 0.78);
}

.price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.5rem;
  color: var(--gold-dark);
}

.featured .price {
  color: var(--gold);
}

.package-card ul,
.hours-list,
.footer-links {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-card li {
  color: var(--soft-ink);
}

.promise-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 18px;
  border: 1px solid rgba(184, 138, 68, 0.42);
  background: linear-gradient(180deg, #fffaf0, #ecd7ad);
  box-shadow: 0 14px 36px rgba(28, 18, 10, 0.07);
}

.promise-strip div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border-right: 1px solid rgba(122, 85, 36, 0.24);
}

.promise-strip div:last-child {
  border-right: 0;
}

.promise-strip strong {
  color: #4c2819;
  text-transform: uppercase;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.promise-strip span {
  color: var(--soft-ink);
  line-height: 1.5;
  font-size: 0.9rem;
}

.package-builder {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 20px;
  align-items: start;
}

.builder-panel,
.builder-summary {
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 14px 36px rgba(28, 18, 10, 0.07);
}

.builder-panel {
  display: grid;
  gap: 24px;
  padding: 24px;
}

.builder-summary {
  position: sticky;
  top: 100px;
  padding: 26px;
}

.builder-group {
  display: grid;
  gap: 14px;
}

.builder-group h3,
.builder-summary h3 {
  font-size: 1.55rem;
}

.builder-options {
  display: grid;
  gap: 10px;
}

.builder-choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 76px;
  border: 1px solid var(--line);
  padding: 14px;
  cursor: pointer;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.builder-choice:has(input:checked) {
  border-color: rgba(184, 138, 68, 0.78);
  box-shadow: inset 0 0 0 1px rgba(184, 138, 68, 0.28);
}

.builder-choice:hover {
  transform: translateY(-1px);
}

.builder-choice input {
  width: 19px;
  height: 19px;
  accent-color: var(--gold-dark);
}

.builder-choice span {
  display: grid;
  gap: 4px;
}

.builder-choice small {
  color: var(--muted);
  line-height: 1.45;
}

.builder-choice b {
  color: var(--gold-dark);
  white-space: nowrap;
}

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

.builder-fields label {
  display: grid;
  gap: 7px;
  color: #30261e;
  font-weight: 800;
}

.builder-fields input,
.builder-fields select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px 14px;
}

.builder-total {
  margin: 12px 0 4px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.25rem);
  line-height: 0.95;
  color: var(--gold-dark);
}

.builder-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
  padding: 0;
  list-style: none;
}

.builder-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 10px;
  color: var(--soft-ink);
  font-weight: 700;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial-card {
  padding: 24px;
}

.testimonial-card blockquote {
  margin: 0 0 20px;
  color: #2f251d;
  line-height: 1.75;
}

.testimonial-card figcaption {
  color: var(--muted);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.faq-item {
  padding: 22px;
}

.faq-item h3 {
  font-size: 1.4rem;
}

.cta-band {
  margin-top: 88px;
  background: #15110d;
  color: #fff;
}

.cta-band .section-shell {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 34px;
  align-items: center;
}

.cta-band p {
  color: rgba(255, 250, 241, 0.78);
}

.cta-band img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.booking-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.booking-panel {
  padding: 24px;
}

.booking-form,
.contact-form,
.newsletter-form {
  display: grid;
  gap: 14px;
}

.booking-form label,
.contact-form label,
.newsletter-form label {
  display: grid;
  gap: 7px;
  color: #30261e;
  font-weight: 800;
}

.booking-form input,
.booking-form select,
.contact-form input,
.contact-form select,
.contact-form textarea,
.newsletter-form input {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 13px 14px;
  color: var(--ink);
}

.booking-form input:focus,
.booking-form select:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.newsletter-form input:focus {
  outline: 3px solid rgba(184, 138, 68, 0.22);
  outline-offset: 1px;
}

.confirmation {
  display: none;
  border: 1px solid rgba(56, 112, 76, 0.28);
  background: #f2f8f0;
  padding: 16px;
}

.confirmation.is-visible {
  display: block;
}

.service-list {
  display: grid;
  gap: 10px;
}

.service-row,
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.before-after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  background: #15110d;
  padding: 8px;
}

.before-after img {
  aspect-ratio: 1 / 1.12;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-panel {
  padding: 24px;
}

.map-frame {
  width: 100%;
  min-height: 430px;
  border: 0;
}

.site-footer {
  margin-top: 92px;
  background: #15110d;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr 0.9fr 1fr;
  gap: 26px;
  padding: 46px 0;
}

.site-footer p,
.site-footer small,
.site-footer li,
.site-footer label {
  color: rgba(255, 250, 241, 0.72);
}

.site-footer .brand-mark {
  background: linear-gradient(145deg, #fff7e8, #b88a44);
  color: #15110d;
}

.site-footer h3 {
  font-size: 1.28rem;
  margin-bottom: 12px;
}

.newsletter-form {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  padding: 14px;
  box-shadow: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 241, 0.7);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal:not(.is-visible) {
  opacity: 1;
}

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

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

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

@media (max-width: 1024px) {
  .site-nav {
    gap: 14px;
  }

  .hero-strip,
  .cards-4,
  .promise-strip,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cards-3,
  .testimonial-grid,
  .faq-grid,
  .contact-grid,
  .booking-grid,
  .package-builder,
  .split,
  .split.reverse,
  .cta-band .section-shell {
    grid-template-columns: 1fr;
  }

  .builder-summary {
    position: static;
  }

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

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

  .showcase-item.wide,
  .showcase-item.tall {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  :root {
    --shell: calc(100vw - 22px);
  }

  .announcement-bar,
  .topline,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .topline {
    padding: 14px 0;
  }

  .menu-button {
    display: inline-flex;
    position: absolute;
    right: 0;
    top: 18px;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 0;
    padding-top: 12px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.35rem);
  }

  .hero {
    min-height: 720px;
  }

  .hero-inner {
    padding: 54px 0 78px;
  }

  .hero-strip,
  .cards-3,
  .cards-4,
  .promise-strip,
  .testimonial-grid,
  .gallery-grid,
  .showcase-grid,
  .faq-grid,
  .footer-grid,
  .contact-grid,
  .booking-grid,
  .builder-fields,
  .image-stack {
    grid-template-columns: 1fr;
  }

  .builder-panel,
  .builder-summary {
    padding: 18px;
  }

  .builder-choice {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .builder-choice b {
    grid-column: 2;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .promise-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(122, 85, 36, 0.24);
  }

  .promise-strip div:last-child {
    border-bottom: 0;
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .section {
    padding-top: 64px;
  }

  .image-stack img:first-child,
  .image-stack img:last-child,
  .feature-image,
  .cta-band img {
    height: 340px;
    margin: 0;
  }

  .gallery-card,
  .showcase-item,
  .map-frame {
    min-height: 300px;
  }

  .button-row,
  .announcement-contacts,
  .social-links {
    flex-direction: column;
    align-items: stretch;
  }

  .button-row .button {
    width: 100%;
  }
}

/* Ultra-small phones (320px - 480px) */
@media (max-width: 480px) {
  :root {
    --shell: calc(100vw - 16px);
  }

  h1 {
    font-size: clamp(1.8rem, 12vw, 3rem);
  }

  h2 {
    font-size: clamp(1.5rem, 5vw, 2.35rem);
  }

  h3 {
    font-size: 1.35rem;
  }

  p {
    font-size: 0.95rem;
  }

  .announcement-bar {
    padding: 8px 11px;
    gap: 8px;
  }

  .announcement-bar a:first-child {
    font-size: 0.85rem;
  }

  .announcement-contacts a {
    font-size: 0.75rem;
    padding: 5px 8px;
  }

  .topline {
    padding: 10px 0;
  }

  .brand span strong {
    font-size: 1rem;
  }

  .brand span small {
    font-size: 0.65rem;
  }

  .hero {
    min-height: 60vh;
  }

  .hero-inner {
    padding: 32px 0 40px;
    gap: 12px;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .lede {
    font-size: 1rem;
  }

  .hero-points {
    gap: 6px;
    font-size: 0.85rem;
  }

  .button {
    font-size: 0.9rem;
    padding: 10px 16px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading {
    text-align: center;
  }

  .image-stack img:first-child,
  .image-stack img:last-child,
  .feature-image,
  .cta-band img {
    height: 220px;
  }

  .gallery-card,
  .showcase-item,
  .map-frame {
    min-height: 200px;
  }

  .builder-choice {
    min-height: 60px;
    padding: 10px;
  }

  .builder-fields {
    gap: 10px;
  }

  .builder-fields label {
    font-size: 0.9rem;
  }

  .builder-fields input,
  .builder-fields select {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .builder-total {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .package-card {
    padding: 16px;
    gap: 12px;
  }

  .price {
    font-size: 1.8rem;
  }

  .testimonial-card {
    padding: 16px;
  }

  .testimonial-card blockquote {
    font-size: 0.95rem;
    margin: 0 0 12px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-item h3 {
    font-size: 1.2rem;
  }

  .footer-grid {
    gap: 16px;
    padding: 24px 0;
  }

  .site-footer h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .site-footer p,
  .site-footer small,
  .site-footer li {
    font-size: 0.85rem;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 12px 0 18px;
    gap: 10px;
    font-size: 0.8rem;
  }

  .floating-whatsapp {
    right: 12px;
    bottom: 12px;
    padding: 8px 12px;
    font-size: 0.85rem;
  }

  .contact-panel,
  .booking-panel {
    padding: 16px;
  }

  .booking-form label,
  .contact-form label {
    font-size: 0.9rem;
  }

  .booking-form input,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 10px 12px;
    font-size: 0.95rem;
  }

  .menu-button {
    top: 12px;
    padding: 6px 8px;
    font-size: 0.9rem;
  }
}

/* Small tablets (481px - 768px) */
@media (max-width: 768px) and (min-width: 481px) {
  :root {
    --shell: calc(100vw - 24px);
  }

  h1 {
    font-size: clamp(2.2rem, 6vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.8rem, 4.5vw, 2.35rem);
  }

  .hero {
    min-height: 70vh;
  }

  .hero-inner {
    padding: 48px 0 56px;
    gap: 16px;
  }

  .lede {
    font-size: 1.05rem;
  }

  .button {
    font-size: 0.95rem;
    padding: 11px 18px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .image-stack img:first-child,
  .image-stack img:last-child,
  .feature-image,
  .cta-band img {
    height: 300px;
  }

  .gallery-card,
  .showcase-item {
    min-height: 250px;
  }

  .package-card {
    padding: 20px;
  }

  .price {
    font-size: 2.1rem;
  }

  .testimonial-card {
    padding: 18px;
  }

  .faq-item {
    padding: 18px;
  }

  .faq-item h3 {
    font-size: 1.3rem;
  }

  .contact-panel,
  .booking-panel {
    padding: 20px;
  }

  .booking-form input,
  .contact-form input,
  .contact-form select,
  .contact-form textarea {
    padding: 11px 13px;
  }
}

/* Medium tablets (769px - 1024px) - enhancement to existing 1024px query */
@media (max-width: 1024px) and (min-width: 769px) {
  .section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero {
    min-height: 75vh;
  }

  .image-stack img:first-child {
    height: 520px;
  }

  .image-stack img:last-child {
    height: 320px;
  }

  .feature-image {
    height: 480px;
  }
}

/* Large desktops and TV screens (1025px+) */
@media (min-width: 1025px) {
  .section {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .hero {
    min-height: 85vh;
  }
}
