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

:root {
  --black: #040403;
  --black-2: #090807;
  --panel: #10100f;
  --panel-2: #17130f;
  --panel-3: #201911;
  --text: #f7f2ea;
  --text-strong: #fffaf2;
  --muted: #b9b0a5;
  --soft-muted: #8f867b;
  --gold: #ae7c41;
  --gold-2: #d2a461;
  --gold-3: #f0c775;
  --line: rgba(174, 124, 65, 0.32);
  --line-soft: rgba(255, 255, 255, 0.1);
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.46);
  --radius: 8px;
  --hero-photo: url("https://images.unsplash.com/photo-1607860108855-64acf2078ed9?auto=format&fit=crop&w=1900&q=88");
  --detail-photo: url("https://images.unsplash.com/photo-1603386329225-868f9b1ee6c9?auto=format&fit=crop&w=1700&q=86");
  --wash-photo: url("https://images.unsplash.com/photo-1552930294-6b595f4c2974?auto=format&fit=crop&w=1900&q=88");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--black);
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(210, 164, 97, 0.45);
  outline-offset: 3px;
}

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

.site-topbar {
  background: #070706;
  border-bottom: 1px solid var(--line-soft);
  color: rgba(247, 242, 234, 0.82);
  font-size: 0.86rem;
}

.topbar-inner,
.nav,
.section-inner,
.hero-inner,
.page-hero-inner,
.footer-inner {
  width: min(1180px, calc(100% - 42px));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-items {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-items a {
  color: var(--text-strong);
  text-decoration: none;
  font-weight: 800;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(4, 4, 3, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  min-width: 0;
}

.brand-logo {
  width: 190px;
  height: auto;
  border-radius: 4px;
  background: #000;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nav-links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: rgba(247, 242, 234, 0.88);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  font-weight: 850;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nav-links a:hover,
.nav-links a.active:not(.cta-link) {
  color: var(--gold-3);
  border-color: var(--line);
  background: rgba(174, 124, 65, 0.12);
}

.nav-links a.cta-link {
  color: #120c05;
  background: linear-gradient(180deg, var(--gold-3), var(--gold));
  border-color: rgba(240, 199, 117, 0.72);
  box-shadow: 0 16px 38px rgba(174, 124, 65, 0.22);
}

.nav-links a:hover {
  transform: translateY(-1px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.secondary {
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.button.gold {
  color: #130d06;
  background: linear-gradient(180deg, var(--gold-3), var(--gold));
  border-color: rgba(240, 199, 117, 0.8);
  box-shadow: 0 20px 46px rgba(174, 124, 65, 0.24);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4, 4, 3, 1) 0%, rgba(4, 4, 3, 0.98) 34%, rgba(4, 4, 3, 0.86) 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 58px),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 58px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(174, 124, 65, 0.07), transparent 34%, rgba(174, 124, 65, 0.08));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: 36px 64px;
  align-items: center;
  padding: 78px 0 48px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-3);
  background: rgba(174, 124, 65, 0.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  font-size: 0.88rem;
  font-weight: 850;
}

.hero-title,
.page-title,
.section-title {
  margin: 0;
  color: var(--text-strong);
  line-height: 0.98;
  letter-spacing: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
}

.hero-title {
  max-width: 100%;
  font-size: clamp(5.2rem, 4.8vw, 5.85rem);
}

.hero-title span,
.section-title span,
.page-title span {
  color: var(--gold-2);
}

.tagline,
.hero-lead,
.page-lead,
.section-lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 1.18rem;
}

.hero-showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  min-height: 0;
}

.hero-photo {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 514px;
  border: 1px solid rgba(240, 199, 117, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.24)),
    var(--wash-photo);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  filter: saturate(0.9) contrast(1.05) brightness(0.86);
}

.floating-badge {
  position: static;
  display: grid;
  align-content: center;
  gap: 3px;
  min-width: 0;
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(174, 124, 65, 0.34);
  border-radius: var(--radius);
  color: var(--text);
  background: linear-gradient(180deg, rgba(32, 25, 17, 0.82), rgba(12, 11, 10, 0.94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.07);
}

.floating-badge span {
  color: var(--gold-3);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.floating-badge strong {
  color: var(--text-strong);
  font-size: 0.92rem;
}

.badge-top,
.badge-left,
.badge-bottom {
  inset: auto;
}

.hero-bottom {
  grid-column: 1 / -1;
  display: block;
  padding-top: 4px;
}

.hero-bottom p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.hero-bottom .trust-strip {
  display: none;
}

.hero-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin-top: 26px;
}

.hero-service,
.service-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-strong);
  font-weight: 850;
}

.hero-service svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: var(--gold-2);
}

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

.trust-item {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.045);
  text-decoration: none;
}

.trust-item strong {
  display: block;
  color: var(--gold-3);
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 950;
}

.trust-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 750;
}

.hero-panel,
.info-panel,
.form-panel,
.calendar-panel,
.booking-intro,
.map-panel,
.package,
.feature,
.process-card,
.review-card,
.quick-card,
.social-proof,
.service-note,
.mini-package {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.028));
  box-shadow: var(--shadow);
}

.hero-panel {
  overflow: hidden;
}

.hero-panel .hero-photo {
  min-height: 245px;
}

.hero-panel-body {
  padding: 24px;
}

.hero-panel h2,
.info-panel h2,
.form-panel h2,
.booking-intro h2,
.calendar-header h2,
.map-copy h2,
.service-note h2,
.social-proof h2,
.social-proof h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.55rem;
  line-height: 1.14;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-panel p,
.info-panel p,
.form-panel p,
.booking-intro p,
.map-copy p,
.package p,
.feature p,
.process-card p,
.social-proof p:not(.eyebrow) {
  color: var(--muted);
}

.panel-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.panel-link,
.contact-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.05);
  text-decoration: none;
  font-weight: 850;
}

.time-box {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(174,124,65,0.22);
  border-radius: var(--radius);
  background: rgba(174, 124, 65, 0.1);
}

.time-box strong {
  display: block;
  color: var(--gold-3);
  margin-bottom: 8px;
}

.time-box span,
.hours-list {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--muted);
  font-weight: 650;
}

.time-box b,
.hours-list b {
  color: var(--text-strong);
}

.section {
  padding: 78px 0;
  background: #080807;
}

.section.alt,
.service-stage,
.contact-stage,
.reservation-stage {
  padding: 78px 0;
  background: #0c0b0a;
}

.section.warm {
  background: linear-gradient(180deg, #0a0908, #100d09);
}

.section-title,
.page-title {
  font-size: 4.3rem;
}

.section-lead,
.page-lead {
  max-width: 760px;
  margin: 18px 0 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feature {
  padding: 24px;
  box-shadow: none;
}

.feature-icon,
.step-number {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-3);
  background: rgba(174, 124, 65, 0.12);
  font-weight: 950;
}

.feature h3,
.process-card h3,
.review-card h3,
.quick-card h3,
.package h3 {
  margin: 0;
  color: var(--text-strong);
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: 0;
  font-weight: 900;
}

.process-grid,
.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.process-card,
.quick-card,
.review-card {
  padding: 26px;
  box-shadow: none;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(105deg, rgba(4,4,3,0.96), rgba(4,4,3,0.78)),
    var(--detail-photo);
  background-size: cover;
  background-position: center;
  color: var(--text-strong);
}

.page-hero-inner {
  padding: 76px 0;
}

.page-hero .eyebrow {
  color: var(--gold-3);
}

.page-hero .page-title,
.page-hero .page-lead {
  color: var(--text-strong);
}

.page-hero .page-lead {
  color: var(--muted);
}

.package-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.package-list > .service-note {
  grid-column: 1 / -1;
}

.package {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.package:hover {
  border-color: rgba(240, 199, 117, 0.48);
  background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
}

.package-featured {
  border-color: rgba(240, 199, 117, 0.54);
  background:
    linear-gradient(180deg, rgba(174, 124, 65, 0.16), rgba(255,255,255,0.032));
}

.package-top {
  display: grid;
  gap: 20px;
  align-items: start;
  padding: 26px 24px 20px;
  background: rgba(255, 255, 255, 0.026);
  border-bottom: 1px solid var(--line-soft);
}

.package-heading p {
  min-height: 58px;
  margin: 12px 0 0;
}

.package-name {
  color: var(--text-strong);
  font-size: 1.42rem;
  line-height: 1.1;
  font-weight: 950;
  text-transform: none;
}

.package-price {
  width: 100%;
  min-height: 88px;
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 16px 18px;
  border: 1px solid rgba(174, 124, 65, 0.42);
  border-radius: var(--radius);
  color: var(--gold-3);
  background:
    linear-gradient(135deg, rgba(240, 199, 117, 0.16), rgba(174, 124, 65, 0.08)),
    rgba(0, 0, 0, 0.24);
  text-align: left;
}

.package-price span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-price strong {
  display: block;
  margin-top: 2px;
  font-size: 2.35rem;
  line-height: 1;
  font-weight: 950;
}

.package-grid {
  flex: 1;
  display: block;
  padding: 8px 24px 22px;
}

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

.package li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 24px;
  border-top: 1px solid var(--line-soft);
  color: var(--text);
  font-weight: 750;
}

.package li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold-2);
  transform: translateY(-50%);
}

.package-actions {
  display: grid;
  gap: 10px;
  padding: 0 24px 24px;
}

.package-actions .button {
  width: 100%;
  min-height: 48px;
}

.package-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  color: var(--text-strong);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  font-weight: 850;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.package-link:hover {
  color: var(--gold-3);
  border-color: var(--line);
  background: rgba(174, 124, 65, 0.1);
}

.service-note,
.social-proof {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 28px;
  padding: 28px;
}

.contact-grid > .social-proof,
.contact-grid > .service-note {
  grid-column: 1 / -1;
}

.social-proof > div {
  max-width: 760px;
}

.social-proof .button {
  flex: 0 0 auto;
}

.reservation-layout,
.contact-grid {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.booking-intro,
.calendar-panel,
.info-panel,
.form-panel,
.map-panel {
  padding: 28px;
}

.mini-package-list,
.booking-facts,
.contact-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.mini-package {
  padding: 16px;
  box-shadow: none;
}

.mini-package span,
.booking-facts span,
.contact-label {
  display: block;
  color: var(--gold-2);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-package strong,
.booking-facts strong {
  display: block;
  margin-top: 4px;
  color: var(--text-strong);
}

.booking-facts div,
.contact-item {
  padding-top: 14px;
  border-top: 1px solid var(--line-soft);
}

.calendar-header {
  margin-bottom: 18px;
}

.calendar-frame {
  height: 760px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0b0b0b;
}

.calendar-frame iframe {
  border-radius: var(--radius);
}

.contact-item a,
.contact-item span {
  display: inline-block;
  margin-top: 5px;
  color: var(--text-strong);
  text-decoration: none;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-item .contact-chip {
  display: flex;
  margin-top: 8px;
}

.contact-chip span {
  margin: 0;
  color: var(--gold-3);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.contact-chip strong {
  color: var(--text-strong);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full,
.form-actions {
  grid-column: 1 / -1;
}

label {
  color: var(--text);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--text-strong);
  background: rgba(0, 0, 0, 0.35);
  padding: 12px 13px;
  font: inherit;
}

select option {
  color: #111;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.form-status {
  margin: 0;
  color: var(--gold-3);
  font-weight: 800;
}

.map-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: 22px;
}

.map-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.map-frame {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

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

.site-footer {
  background: #050504;
  border-top: 1px solid var(--line);
  color: rgba(247, 242, 234, 0.72);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 0;
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--text-strong);
  text-decoration: none;
  font-weight: 750;
}

.credit {
  display: none;
}

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

@media (max-width: 1100px) {
  .hero-title {
    font-size: 5.3rem;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-showcase {
    min-height: 0;
  }

  .hero-photo {
    min-height: 500px;
  }

  .hero-bottom {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 980px) {
  .reservation-layout,
  .contact-grid,
  .map-panel,
  .package-list {
    grid-template-columns: 1fr;
  }

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

  .package-heading p {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .site-topbar {
    display: none;
  }

  .site-header {
    position: static;
  }

  .topbar-inner,
  .nav,
  .section-inner,
  .hero-inner,
  .page-hero-inner,
  .footer-inner {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    min-height: auto;
    padding: 12px 0 14px;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .brand-logo {
    width: 152px;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .nav-links a {
    min-width: 0;
    min-height: 40px;
    padding: 7px 10px;
    font-size: 0.9rem;
  }

  .hero-inner {
    padding: 40px 0 52px;
  }

  .hero-title {
    font-size: 3.35rem;
    line-height: 1;
  }

  .hero-lead,
  .tagline,
  .page-lead,
  .section-lead {
    font-size: 1rem;
  }

  .hero-showcase,
  .hero-photo {
    min-height: 360px;
  }

  .hero-photo {
    background-position: center bottom;
  }

  .floating-badge {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
  }

  .hero-showcase {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-strip,
  .feature-grid,
  .process-grid,
  .quick-grid,
  .package-grid,
  .contact-form,
  .hero-services {
    grid-template-columns: 1fr;
  }

  .panel-actions,
  .package-top {
    grid-template-columns: 1fr;
  }

  .package-price {
    justify-items: start;
    text-align: left;
  }

  .section,
  .section.alt,
  .section.warm,
  .service-stage,
  .contact-stage,
  .reservation-stage {
    padding: 54px 0;
  }

  .page-hero-inner {
    padding: 48px 0;
  }

  .section-title,
  .page-title {
    font-size: 3.05rem;
  }

  .service-note,
  .social-proof,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .calendar-frame {
    height: 700px;
  }
}

@media (max-width: 430px) {
  .hero-title {
    font-size: 3rem;
  }

  .section-title,
  .page-title {
    font-size: 2.55rem;
  }

  .hero-panel-body,
  .booking-intro,
  .calendar-panel,
  .info-panel,
  .form-panel,
  .map-panel,
  .service-note,
  .social-proof {
    padding: 22px;
  }

  .package-top,
  .package-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .time-box span,
  .hours-list,
  .contact-chip {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}
