:root {
  --ink: #152d32;
  --ink-soft: #4e6266;
  --brand: #67cbd0;
  --brand-deep: #238b92;
  --brand-dark: #103e43;
  --accent: #f4a43b;
  --soft: #eef9f8;
  --warm: #fffaf1;
  --white: #ffffff;
  --line: #dbe8e7;
  --shadow: 0 20px 55px rgba(18, 56, 61, 0.12);
  --radius: 24px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--brand-deep);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--brand-dark);
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

h1,
h2,
h3 {
  margin: 0 0 0.6em;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: 1.55rem;
}

p {
  margin: 0 0 1.2em;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(219, 232, 231, 0.9);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 34px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 230px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.desktop-nav a {
  color: var(--ink);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.desktop-nav a:hover {
  color: var(--brand-deep);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone:hover {
  color: var(--white);
  background: var(--brand-deep);
}

.header-phone svg {
  width: 18px;
  fill: currentColor;
}

.mobile-nav {
  display: none;
  position: relative;
  margin-left: auto;
}

.mobile-nav summary {
  padding: 10px 14px;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 40px));
  padding: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  padding: 10px 12px;
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
}

.move-notice {
  color: var(--white);
  background: var(--brand-deep);
}

.move-notice-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-block: 14px;
  text-align: center;
}

.move-notice p {
  margin: 0;
}

.move-label {
  flex: 0 0 auto;
  padding: 6px 12px;
  color: var(--brand-dark);
  background: var(--white);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 82px;
  background:
    radial-gradient(circle at 12% 12%, rgba(103, 203, 208, 0.35), transparent 35%),
    linear-gradient(135deg, #f5fcfb 0%, #ffffff 54%, #fff8eb 100%);
}

.hero::after {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -190px;
  bottom: -240px;
  background: var(--accent);
  border-radius: 50%;
  content: "";
  opacity: 0.12;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
}

.hero-lead {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: 1.18rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: var(--brand-dark);
}

.button-primary:hover {
  color: var(--white);
  background: var(--brand-deep);
}

.button-secondary {
  color: var(--brand-dark);
  background: var(--white);
  border-color: var(--brand);
}

.button-secondary:hover {
  color: var(--brand-dark);
  background: var(--soft);
}

.new-address {
  max-width: 600px;
  margin-top: 28px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.78);
  border-left: 4px solid var(--accent);
  border-radius: 4px 12px 12px 4px;
  font-size: 0.94rem;
}

.hero-image {
  position: relative;
  margin: 0;
}

.hero-image::before {
  position: absolute;
  inset: 22px -22px -22px 22px;
  background: var(--brand);
  border-radius: 42% 58% 54% 46% / 44% 44% 56% 56%;
  content: "";
  opacity: 0.48;
}

.hero-image img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center;
  border-radius: 42% 58% 54% 46% / 44% 44% 56% 56%;
  box-shadow: var(--shadow);
}

.trust-strip {
  color: var(--white);
  background: var(--brand-dark);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid > div {
  display: grid;
  padding: 28px 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-grid > div:last-child {
  border-right: 0;
}

.trust-grid strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}

.trust-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

.section {
  padding: clamp(78px, 9vw, 126px) 0;
}

.section-soft {
  background: var(--soft);
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: clamp(44px, 7vw, 90px);
}

.split-layout p:not(.eyebrow) {
  color: var(--ink-soft);
}

.feature-image {
  margin: 0;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-deep);
  font-weight: 850;
  text-decoration: none;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: var(--ink-soft);
}

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

.service-card {
  min-height: 310px;
  padding: 32px;
  background: var(--white);
  border: 1px solid rgba(219, 232, 231, 0.9);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(18, 56, 61, 0.06);
}

.service-card:nth-child(2) {
  transform: translateY(18px);
}

.service-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 58px;
  color: var(--brand-dark);
  background: var(--soft);
  border: 1px solid var(--brand);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
}

.treatment-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 64px;
}

.treatment-list span {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.87rem;
}

.pdf-downloads {
  margin-top: 54px;
}

.pdf-downloads-heading {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.pdf-downloads-heading h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.pdf-downloads-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
}

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

.pdf-card {
  position: relative;
  display: flex;
  min-height: 300px;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 38px rgba(18, 56, 61, 0.06);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.pdf-card:hover {
  color: var(--ink);
  border-color: rgba(35, 139, 146, 0.45);
  box-shadow: 0 20px 46px rgba(18, 56, 61, 0.12);
  transform: translateY(-4px);
}

.pdf-icon {
  display: inline-flex;
  min-width: 54px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 9px 10px;
  color: var(--white);
  background: var(--brand-dark);
  border-radius: 9px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.pdf-kicker {
  margin-bottom: 8px;
  color: var(--brand-deep);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdf-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.pdf-card p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.pdf-link {
  margin-top: auto;
  color: var(--brand-deep);
  font-size: 0.9rem;
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 230px;
  gap: 16px;
}

.offers-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(103, 203, 208, 0.28), transparent 32%),
    linear-gradient(135deg, #f5fcfb, #fffaf1);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 920px;
  margin: 0 auto;
}

.offer-card {
  position: relative;
  min-height: 260px;
  padding: 36px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.offer-card::after {
  position: absolute;
  right: -38px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  background: var(--brand);
  border-radius: 50%;
  content: "";
  opacity: 0.16;
}

.offer-badge {
  display: inline-flex;
  margin-bottom: 32px;
  padding: 7px 12px;
  color: var(--brand-dark);
  background: var(--soft);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-duration {
  color: var(--ink-soft);
  font-weight: 700;
}

.offer-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 24px 0 0;
}

.offer-price strong {
  color: var(--brand-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
}

.offer-price span {
  color: var(--ink-soft);
}

.offer-note {
  margin: 28px auto 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
  text-align: center;
}

.gallery-grid figure {
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
}

.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(5) {
  grid-column: span 6;
}

.gallery-grid figure:nth-child(2),
.gallery-grid figure:nth-child(6) {
  grid-column: span 3;
}

.gallery-grid figure:nth-child(4) {
  grid-column: span 5;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.035);
}

.cta-band {
  padding: 62px 0;
  color: var(--white);
  background: var(--brand-deep);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.cta-band .eyebrow {
  color: #bff1f1;
}

.cta-band h2 {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.1rem);
}

.cta-band .button-row {
  flex: 0 0 auto;
  margin: 0;
}

.button-light {
  color: var(--brand-dark);
  background: var(--white);
}

.button-light:hover {
  color: var(--brand-dark);
  background: var(--warm);
}

.button-outline-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.62);
}

.button-outline-light:hover {
  color: var(--white);
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.contact-section {
  background: var(--warm);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
}

.contact-card,
.hours-card {
  padding: clamp(34px, 5vw, 58px);
  background: var(--white);
  border: 1px solid #efe6d5;
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(58, 47, 30, 0.08);
}

.contact-subtitle {
  margin-top: -18px;
  color: var(--ink-soft);
  font-weight: 700;
}

address {
  margin: 30px 0;
  font-size: 1.12rem;
  font-style: normal;
}

.contact-list {
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}

.contact-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.contact-list span {
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-list a {
  overflow-wrap: anywhere;
  font-weight: 750;
}

.route-map {
  margin: 8px 0 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.route-map img {
  width: 100%;
}

.future-location {
  margin-top: 30px;
  padding: 24px;
  background: var(--soft);
  border-left: 4px solid var(--brand-deep);
  border-radius: 6px 16px 16px 6px;
}

.future-location > span {
  display: block;
  margin-bottom: 5px;
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.future-location > strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.24rem;
}

.future-location p {
  margin: 3px 0 10px;
  color: var(--ink-soft);
}

.future-location a {
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
}

.hours-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}

.hours-row span {
  color: var(--ink-soft);
  text-align: right;
}

.hours-note {
  margin-top: 24px;
  padding: 22px;
  background: var(--soft);
  border-left: 4px solid var(--brand-deep);
  border-radius: 6px 14px 14px 6px;
}

.hours-note p {
  margin: 6px 0 0;
  color: var(--ink-soft);
}

.current-hours {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.current-hours summary {
  padding: 20px 0;
  color: var(--brand-deep);
  font-weight: 850;
  cursor: pointer;
}

.current-hours .hours-row {
  font-size: 0.9rem;
}

.site-footer {
  padding: 58px 0 24px;
  color: rgba(255, 255, 255, 0.78);
  background: #0e282c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 48px;
  align-items: center;
  padding-bottom: 46px;
}

.footer-brand img {
  width: 230px;
  padding: 12px;
  background: var(--white);
  border-radius: 12px;
}

.footer-grid strong {
  color: var(--white);
}

.footer-grid p {
  margin: 8px 0 0;
}

.footer-move {
  color: #bff1f1;
  font-size: 0.86rem;
}

.footer-move strong {
  color: #bff1f1;
}

.site-footer a {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.86rem;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-credit {
  text-align: center;
}

.footer-credit a {
  font-weight: 800;
  text-decoration: none;
}

.footer-credit a:hover {
  text-decoration: underline;
}

.compact-footer {
  padding-top: 24px;
}

.legal-hero {
  padding: 70px 0;
  background: var(--soft);
}

.legal-hero h1 {
  font-size: clamp(2.8rem, 5vw, 4.7rem);
}

.legal-content {
  padding-top: 76px;
}

.legal-layout {
  max-width: 860px;
}

.legal-layout article > h2 {
  margin-top: 2.1em;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.legal-layout article > h2:first-of-type {
  margin-top: 0;
}

.legal-layout p,
.legal-layout li {
  color: var(--ink-soft);
}

.legal-layout ul {
  padding-left: 1.25em;
}

.legal-intro {
  padding: 22px 24px;
  background: var(--soft);
  border-radius: 14px;
  font-size: 1.05rem;
}

.legal-updated {
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-phone {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .hero-image {
    max-width: 680px;
  }

  .hero-image img {
    aspect-ratio: 3 / 4;
  }

  .split-layout .feature-image {
    order: -1;
  }

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

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

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

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

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

  .service-card:nth-child(2) {
    transform: none;
  }

  .service-number {
    margin-bottom: 30px;
  }

  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-inner {
    min-height: 78px;
  }

  .brand img {
    width: 180px;
  }

  .hero {
    padding: 52px 0 64px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .hero-image::before {
    inset: 14px -8px -14px 14px;
  }

  .hero-image img {
    aspect-ratio: 3 / 4;
  }

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

  .trust-grid > div {
    padding: 20px 4px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .trust-grid > div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 72px 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .gallery-grid figure,
  .gallery-grid figure:nth-child(n) {
    grid-column: span 1;
  }

  .gallery-grid figure:first-child,
  .gallery-grid figure:last-child {
    grid-column: span 2;
  }

  .contact-card,
  .hours-card {
    padding: 30px 24px;
  }

  .move-notice-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    text-align: left;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hours-row span {
    text-align: left;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .brand img {
    width: 154px;
  }

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

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

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

  .gallery-grid figure,
  .gallery-grid figure:nth-child(n) {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
