:root {
  --white: #ffffff;
  --cream: #f7f1e8;
  --beige: #e8dbc8;
  --sage: #8fa98e;
  --sage-dark: #4e6f57;
  --ink: #25362c;
  --muted: #667468;
  --line: rgba(78, 111, 87, 0.18);
  --shadow: 0 20px 60px rgba(37, 54, 44, 0.1);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: clip;
  text-wrap: pretty;
}

main,
section,
article,
div,
header,
footer,
nav,
address,
ul,
li,
p,
h1,
h2,
h3,
h4,
a {
  min-width: 0;
}

p,
h1,
h2,
h3,
h4,
a,
li,
span {
  overflow-wrap: break-word;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 10px;
  color: var(--sage-dark);
  font-size: 1.02rem;
  font-weight: 700;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(14px, 3vw, 32px);
  color: var(--muted);
  font-size: 0.94rem;
}

.main-nav a {
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--sage-dark);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 620px) minmax(300px, 680px);
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 6vw, 80px);
  min-height: min(760px, calc(100svh - 73px));
  padding: clamp(48px, 8vw, 92px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(247, 241, 232, 0.94), rgba(255, 255, 255, 0.72)),
    var(--cream);
}

.hero-content {
  max-width: 620px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 6vw, 5rem);
  line-height: 1;
  font-weight: 500;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 500;
  text-wrap: balance;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

h4 {
  margin-bottom: 5px;
  color: var(--sage-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--radius);
  font-weight: 700;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--sage-dark);
  box-shadow: 0 12px 30px rgba(78, 111, 87, 0.22);
}

.btn-primary:hover {
  background: #42614b;
}

.btn-secondary {
  color: var(--sage-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.hero-media img,
.intro-media img {
  aspect-ratio: 7 / 5;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section {
  padding: clamp(66px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 480px) minmax(0, 650px);
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 6vw, 80px);
}

.section-copy {
  max-width: 650px;
}

.section-copy p,
.contact-panel p {
  color: var(--muted);
}

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

.bio {
  background: linear-gradient(180deg, var(--white), #f9fbf7);
}

.bio-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.bio-inner .script-note {
  margin: 0 auto 24px;
  color: var(--sage-dark);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  transform: skewX(-5deg);
}

.bio-text {
  display: grid;
  gap: 14px;
  max-width: 740px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
}

.bio-text p {
  margin-bottom: 0;
}

.services {
  background: var(--cream);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: clamp(16px, 2vw, 22px);
  max-width: 1180px;
  margin: 0 auto;
}

.service-card {
  min-height: 100%;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(37, 54, 44, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(37, 54, 44, 0.1);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  color: var(--sage-dark);
  background: #edf4eb;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.service-card .script-note {
  margin: 0 0 18px;
  color: var(--sage-dark);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 1.34rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
  transform: skewX(-5deg);
}

.service-details {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-details div {
  display: grid;
  gap: 4px;
}

.service-prices {
  display: grid;
  gap: 6px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--sage-dark);
  font-weight: 700;
}

.benefits {
  background: linear-gradient(180deg, var(--white), #f9fbf7);
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
  gap: clamp(12px, 2vw, 16px);
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--sage-dark);
  font-weight: 700;
  text-align: center;
}

.contact {
  background: var(--sage-dark);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.68fr) minmax(170px, 0.42fr) auto;
  align-items: center;
  gap: clamp(18px, 2.5vw, 28px);
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px);
  background: var(--cream);
  border-radius: var(--radius);
}

.contact-details {
  display: grid;
  gap: 8px;
  color: var(--sage-dark);
  font-style: normal;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-details a:hover {
  text-decoration: underline;
}

.payment-methods {
  display: grid;
  gap: 9px;
  color: var(--sage-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.payment-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.payment-item svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.payment-item-muted {
  color: var(--muted);
}

.site-footer {
  padding: 24px 20px;
  color: var(--muted);
  background: var(--white);
  text-align: center;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

.site-footer p + p {
  margin-top: 8px;
}

.site-credit {
  color: rgba(102, 116, 104, 0.78);
  font-size: 0.6rem;
}

.site-footer a {
  display: inline-block;
  margin-left: 10px;
  color: var(--sage-dark);
  font-weight: 700;
}

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

.mobile-call-btn {
  display: none;
}

.legal-page {
  background: linear-gradient(180deg, var(--cream), var(--white) 320px);
}

.legal-hero {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: clamp(32px, 5vw, 56px);
}

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

.legal-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  padding-top: 0;
}

.legal-block {
  padding: clamp(22px, 4vw, 32px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(37, 54, 44, 0.06);
}

.legal-block h2 {
  margin-bottom: 14px;
  font-size: clamp(1.5rem, 3vw, 2rem);
}

.legal-block p {
  margin-bottom: 10px;
  color: var(--muted);
}

.legal-block p:last-child {
  margin-bottom: 0;
}

.legal-block strong,
.legal-block a {
  color: var(--sage-dark);
}

.legal-block a:hover {
  text-decoration: underline;
}

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

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

@media (max-width: 1600px) {
  .hero {
    grid-template-columns: minmax(0, 600px) minmax(340px, 600px);
    gap: clamp(32px, 4vw, 64px);
  }
}

@media (max-width: 1320px) {
  .hero {
    grid-template-columns: minmax(0, 560px) minmax(320px, 520px);
    gap: clamp(28px, 4vw, 48px);
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  h1 {
    font-size: clamp(4rem, 5.2vw, 4.35rem);
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
    gap: clamp(28px, 4vw, 48px);
  }

  .contact-panel {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
    align-items: start;
  }

  .contact-panel .btn {
    justify-self: start;
  }
}

@media (max-width: 1024px) {
  .hero {
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: auto;
  }

  .hero-content,
  .hero-media {
    width: 100%;
    max-width: 760px;
  }

  .hero-media {
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .hero,
  .intro,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-content,
  .section-copy {
    max-width: 720px;
  }

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

  .contact-panel {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 18px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .main-nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    font-size: clamp(0.82rem, 3vw, 0.9rem);
  }

  .hero,
  .section {
    padding-right: clamp(14px, 4.5vw, 18px);
    padding-left: clamp(14px, 4.5vw, 18px);
  }

  .hero {
    gap: 26px;
    padding-top: clamp(34px, 10vw, 48px);
    padding-bottom: clamp(42px, 12vw, 62px);
  }

  .section {
    padding-top: clamp(52px, 13vw, 66px);
    padding-bottom: clamp(52px, 13vw, 66px);
  }

  h1 {
    font-size: clamp(2.18rem, 11vw, 3rem);
    line-height: 1.04;
    text-align: center;
  }

  h2 {
    font-size: clamp(1.72rem, 8vw, 2.25rem);
  }

  .hero-subtitle {
    margin-bottom: 24px;
    font-size: clamp(1rem, 4vw, 1.12rem);
  }

  .hero-media img,
  .intro-media img {
    aspect-ratio: 4 / 3;
  }

  .service-card {
    padding: clamp(20px, 6vw, 24px);
  }

  .contact-panel {
    padding: clamp(22px, 6vw, 28px);
  }

  .btn {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
  }

  .site-footer a {
    display: block;
    margin: 8px 0 0;
  }

  .site-credit {
    margin-top: 12px;
    font-size: 0.58rem;
  }

  .site-credit a {
    display: inline-block;
    margin: 0 0 0 4px;
  }

  .mobile-call-btn {
    position: fixed;
    right: 18px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 20;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    color: var(--white);
    background: var(--sage-dark);
    border-radius: 50%;
    box-shadow: 0 16px 34px rgba(37, 54, 44, 0.28);
    transition:
      opacity 180ms ease,
      background 180ms ease,
      box-shadow 180ms ease;
  }

  .mobile-call-btn.is-over-image {
    opacity: 0.42;
    background: rgba(78, 111, 87, 0.58);
    box-shadow: 0 10px 22px rgba(37, 54, 44, 0.18);
  }

  .mobile-call-btn svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 360px) {
  .brand {
    font-size: 0.96rem;
  }

  .main-nav {
    gap: 6px;
  }

  .service-card .script-note,
  .bio-inner .script-note {
    font-family: "Brush Script MT", cursive;
    font-size: 1.25rem;
  }

  .payment-item {
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
