:root {
  --bg: #f5f8f8;
  --surface: #ffffff;
  --ink: #233036;
  --muted: #4e6168;
  --brand: #7ea3a3;
  --brand-deep: #4f7878;
  --accent: #ffde5f;
  --line: rgba(79, 120, 120, 0.25);
  --shadow: 0 18px 40px rgba(32, 67, 67, 0.14);
  --radius-card: 18px;
  --radius-pill: 999px;
}

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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hanken Grotesk", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a {
  color: var(--brand-deep);
}

:focus-visible {
  outline: 2px solid var(--brand-deep);
  outline-offset: 3px;
  border-radius: 6px;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 20%, rgba(126, 163, 163, 0.24), transparent 36%),
    radial-gradient(circle at 82% 6%, rgba(255, 222, 95, 0.22), transparent 44%),
    linear-gradient(180deg, #eef4f4 0%, #f7f9f8 28%, #f5f8f8 100%);
}

.container {
  width: min(1100px, calc(100% - 3rem));
  margin: 0 auto;
}

/* HERO */
.hero {
  position: relative;
  padding-bottom: 4rem;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.55rem 0;
  gap: 1rem;
  position: sticky;
  top: 0;
  z-index: 35;
  background: transparent;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  transition: border-color 220ms ease;
}

.topbar.is-scrolled {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
}

.logo {
  width: clamp(105px, 11vw, 142px);
  height: auto;
  filter: drop-shadow(0 10px 16px rgba(44, 86, 86, 0.22));
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0.7rem;
  display: flex;
  gap: 0.15rem;
  align-items: center;
  border: 1px solid rgba(79, 120, 120, 0.2);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
}

.menu a {
  display: inline-block;
  text-decoration: none;
  color: var(--brand-deep);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.93rem;
  font-weight: 600;
  transition: background-color 220ms ease, color 220ms ease;
}

.menu a:hover,
.menu a:focus-visible {
  background: rgba(255, 222, 95, 0.78);
  color: #1f3434;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 222, 95, 0.78);
  backdrop-filter: blur(8px);
  cursor: pointer;
  padding: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--brand-deep);
  border-radius: 2px;
  transition: transform 240ms ease, opacity 200ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.phone-chip {
  text-decoration: none;
  color: var(--brand-deep);
  border: 1px solid var(--line);
  background: rgba(255, 222, 95, 0.72);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  backdrop-filter: blur(6px);
  transition: transform 250ms ease, box-shadow 250ms ease;
  white-space: nowrap;
}

.phone-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(79, 120, 120, 0.2);
}

.hero-media {
  position: relative;
  width: min(1260px, calc(100% - var(--hero-gutter, 32px)));
  margin: 0 auto;
  border-radius: var(--hero-radius, 24px);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16 / 7;
  transition: width 120ms linear, border-radius 120ms linear;
}

.hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  animation: heroBreathe 16s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 35, 41, 0.14), rgba(20, 35, 41, 0.5)),
    linear-gradient(120deg, rgba(126, 163, 163, 0.2), transparent 48%);
}

.hero-copy {
  margin-top: -5.2rem;
  padding: 2rem 2rem 2.2rem;
  background: rgba(239, 248, 248, 0.94);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 22px;
  box-shadow: var(--shadow);
  position: relative;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: var(--brand-deep);
  margin-bottom: 0.5rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Fraunces", serif;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
}

h1 {
  font-size: clamp(2rem, 4.8vw, 3.65rem);
  max-width: 16ch;
}

h2 {
  font-size: clamp(1.65rem, 3.4vw, 2.45rem);
}

h3 {
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.lede {
  max-width: 62ch;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.3rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  border-radius: var(--radius-pill);
  padding: 0.78rem 1.2rem;
  border: 1px solid transparent;
  transition: all 260ms ease;
  text-align: center;
}

.btn-primary {
  background: var(--brand-deep);
  color: #f8ffff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(79, 120, 120, 0.32);
}

.btn-ghost {
  color: var(--brand-deep);
  border-color: rgba(79, 120, 120, 0.42);
  background: rgba(255, 222, 95, 0.55);
}

.btn-ghost:hover {
  background: rgba(255, 222, 95, 0.45);
}

/* SECTIONS */
.section {
  padding: clamp(3rem, 6vw, 5rem) 0 2.2rem;
}

.section-soft {
  margin-top: 1rem;
  padding: clamp(3rem, 6vw, 5rem) 0;
  background: #e7f0f0;
  border-top: 1px solid rgba(79, 120, 120, 0.15);
  border-bottom: 1px solid rgba(79, 120, 120, 0.15);
}

.section-head {
  margin-bottom: 1.7rem;
}

.section-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.35rem;
  width: 62px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 222, 95, 0.72);
}

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

/* SHOWCASE */
.showcase {
  padding-top: clamp(2rem, 5vw, 2.6rem);
  padding-bottom: clamp(2.4rem, 5vw, 3.4rem);
  position: relative;
}

.showcase-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 7;
  min-height: 280px;
  transform: scale(var(--showcase-scale, 1.02));
  transform-origin: center center;
  transition: transform 120ms linear;
}

.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showcase-tint {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 27, 32, 0.22), rgba(13, 27, 32, 0.62)),
    linear-gradient(120deg, rgba(126, 163, 163, 0.22), transparent 55%);
}

.reviews-shell {
  position: relative;
  margin-top: -7rem;
  z-index: 2;
}

.reviews-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
  color: #f8fcff;
}

.reviews-header .eyebrow {
  color: var(--accent);
  margin: 0;
}

.reviews-tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}

.reviews-slider {
  overflow: visible;
  padding: 0.35rem 0.2rem 0.4rem;
}

.review-slide {
  position: relative;
  padding: 1.05rem 1rem 0.95rem;
  height: auto;
  border-radius: var(--radius-card);
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 16px 32px rgba(15, 35, 41, 0.22);
  display: flex;
  flex-direction: column;
}

.review-slide::before {
  content: "“";
  position: absolute;
  top: 0.1rem;
  right: 0.95rem;
  font-family: "Fraunces", serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(126, 163, 163, 0.28);
  pointer-events: none;
}

.stars {
  color: #f4b400;
  letter-spacing: 0.08em;
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
}

.review-slide p {
  margin: 0;
}

.review-slide > p:nth-of-type(2) {
  flex: 1;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.5;
}

.reviewer {
  margin-top: 0.6rem !important;
  color: var(--brand-deep);
  font-weight: 700;
  font-size: 0.92rem;
}

.reviews-slider .swiper-button-prev,
.reviews-slider .swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--line);
  color: var(--brand-deep);
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 6px 14px rgba(15, 35, 41, 0.18);
}

.reviews-slider .swiper-button-prev::after,
.reviews-slider .swiper-button-next::after {
  font-size: 0.95rem;
  font-weight: 700;
}

.reviews-slider .swiper-button-prev {
  left: -10px;
}

.reviews-slider .swiper-button-next {
  right: -10px;
}

/* CARDS */
.card {
  background: #f4fbfb;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 1.35rem 1.25rem;
  box-shadow: 0 10px 24px rgba(79, 120, 120, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 30px rgba(79, 120, 120, 0.2);
}

.card p {
  color: var(--muted);
  margin: 0;
}

.card a,
.list-grid a,
.footer-contact a {
  color: var(--brand-deep);
  font-weight: 600;
  text-decoration-color: rgba(79, 120, 120, 0.4);
  text-underline-offset: 3px;
}

.card-cta {
  margin-top: 0.8rem;
  align-self: flex-start;
  text-decoration: none;
  border-radius: var(--radius-pill);
  background: var(--brand);
  color: #f8ffff !important;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(79, 120, 120, 0.35);
  box-shadow: 0 8px 16px rgba(79, 120, 120, 0.2);
  transition: transform 220ms ease, background-color 220ms ease;
}

.card-cta:hover {
  background: var(--brand-deep);
  transform: translateY(-2px);
}

/* HOURS */
.split {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.6rem;
  align-items: center;
}

.hours-panel {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(79, 120, 120, 0.2);
  border-radius: var(--radius-card);
  padding: 1.35rem 1.3rem;
}

.hours-panel p {
  margin: 0.55rem 0;
}

/* URGENT GRID */
.list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.list-grid article {
  background: #f5fbfb;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem 1.2rem;
}

.list-grid p {
  margin: 0.2rem 0 0.55rem;
  color: var(--muted);
}

.list-grid a {
  font-size: 1.05rem;
}

/* FOOTER */
.footer {
  margin-top: 3.5rem;
  padding: 2.5rem 0 1.4rem;
  border-top: 1px solid rgba(79, 120, 120, 0.16);
  background: rgba(255, 222, 95, 0.55);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1rem;
}

.footer-menu a {
  text-decoration: none;
  color: var(--brand-deep);
  font-weight: 600;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
  text-decoration: underline;
  text-decoration-color: rgba(79, 120, 120, 0.5);
  text-underline-offset: 3px;
}

.footer h2 {
  margin-bottom: 0.25rem;
}

.footer p {
  margin: 0;
  color: var(--muted);
}

.footer-contact a {
  font-size: 1.1rem;
}

.copyright {
  margin-top: 1.3rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}

/* REVEAL */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 850ms ease, transform 850ms ease;
}

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

@keyframes heroBreathe {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.075);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media img {
    animation: none;
  }
  .showcase-media {
    transform: none !important;
    transition: none !important;
  }
  .hero-media {
    width: min(1260px, calc(100% - 32px));
    border-radius: 24px;
    transition: none !important;
  }
  .reveal {
    transition: none;
    opacity: 1;
    transform: none;
  }
}

/* RESPONSIVE */
@media (max-width: 940px) {
  .container {
    width: min(1100px, calc(100% - 2rem));
  }

  .topbar {
    padding: 0.5rem 0;
  }

  .menu-toggle {
    display: flex;
    order: 2;
    position: relative;
    z-index: 50;
  }

  .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 40;
    width: min(320px, 82vw);
    height: 100vh;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 4.8rem 0.9rem 1rem;
    border-radius: 0;
    border-left: 1px solid rgba(79, 120, 120, 0.2);
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    background: rgba(239, 248, 248, 0.98);
    backdrop-filter: blur(8px);
    box-shadow: -20px 0 40px rgba(20, 42, 48, 0.22);
    transform: translateX(104%);
    opacity: 1;
    max-height: none;
    overflow-y: auto;
    transition: transform 320ms ease;
  }

  .menu.is-open {
    transform: translateX(0);
  }

  .menu a {
    padding: 0.7rem 0.95rem;
    font-size: 1rem;
  }

  .phone-chip {
    order: 3;
  }

  .phone-chip-label {
    display: none;
  }

  .hero {
    padding-bottom: 2.5rem;
  }

  .hero-media {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .hero-copy {
    margin-top: -2.5rem;
    padding: 1.5rem 1.4rem 1.7rem;
    border-radius: 18px;
  }

  .hero-actions .btn {
    flex: 1;
    min-width: 140px;
  }

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

  .split,
  .list-grid {
    grid-template-columns: 1fr;
  }

  .showcase-media {
    aspect-ratio: 16 / 11;
    min-height: 240px;
  }

  .reviews-shell {
    margin-top: -3rem;
  }

  .reviews-header {
    margin-bottom: 0.7rem;
  }

  .review-slide {
    padding: 1.2rem 1.05rem 1.05rem;
  }

  .reviews-slider .swiper-button-prev,
  .reviews-slider .swiper-button-next {
    display: none;
  }
}

@media (max-width: 580px) {
  .container {
    width: min(1100px, calc(100% - 1.5rem));
  }

  .topbar {
    padding-top: 0.45rem;
  }

  .hero-copy {
    padding: 1.4rem 1.1rem 1.6rem;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
  }

  .showcase {
    padding-bottom: 2rem;
  }

  .showcase-media {
    aspect-ratio: 4 / 3;
    border-radius: 0;
  }

  .reviews-shell {
    margin-top: -2.2rem;
  }

  .reviews-tagline {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }

  .footer-menu {
    flex-direction: column;
    gap: 0.25rem;
  }

  .copyright {
    text-align: left;
  }
}
