:root {
  --green: #56b111;
  --green-dark: #347108;
  --green-soft: #edf8e8;
  --ink: #161a17;
  --muted: #5d665f;
  --line: #dce7d7;
  --paper: #ffffff;
  --wash: #f7faf5;
  --shadow: 0 22px 70px rgba(30, 55, 33, 0.12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Avenir Next, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 28px;
  min-height: 88px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(220, 231, 215, 0.82);
  backdrop-filter: blur(18px);
}

.brand img {
  display: block;
  width: 248px;
  height: auto;
}

.nav,
.header-actions,
.hero-actions,
.pricing-tabs {
  display: flex;
  align-items: center;
}

.nav {
  justify-content: center;
  gap: 28px;
  color: #2d342f;
  font-size: 15px;
}

.nav a {
  padding: 8px 0;
}

.nav a:hover,
.phone-link:hover {
  color: var(--green-dark);
}

.header-actions {
  gap: 16px;
}

.phone-link {
  color: #263028;
  white-space: nowrap;
  font-weight: 600;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--green);
  border-radius: 6px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button-solid {
  color: #fff;
  background: var(--green);
  box-shadow: 0 12px 26px rgba(86, 177, 17, 0.25);
}

.button-outline {
  color: var(--green-dark);
  background: #fff;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  min-height: calc(100vh - 88px);
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  padding: clamp(54px, 8vw, 116px) clamp(24px, 5vw, 64px);
}

.hero h1,
.section-heading h2,
.feature-copy h2,
.pricing-section h2,
.policy-card h2,
.enquiry-form h2,
.footer h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 650px;
  font-size: clamp(48px, 6vw, 86px);
  line-height: 1.02;
}

.hero h1::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin: 28px 0 0;
  background: var(--green);
}

.hero p {
  max-width: 560px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 580px;
  margin: 52px 0 0;
}

.trust-list div {
  border-top: 1px solid var(--line);
  padding-top: 15px;
}

.trust-list dt {
  color: var(--green-dark);
  font-weight: 800;
}

.trust-list dd {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-media {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.2) 42%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(circle at 74% 18%, rgba(86, 177, 17, 0.24), transparent 24%),
    linear-gradient(135deg, #f8fbf5 0%, #ffffff 43%, #eaf4e5 100%);
  overflow: hidden;
}

.treatment-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 620px;
}

.scene-panel {
  position: absolute;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.scene-panel-large {
  inset: 64px 54px 126px 94px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(86, 177, 17, 0.1)),
    radial-gradient(ellipse at 48% 26%, #f8d8c9 0 14%, transparent 15%),
    radial-gradient(ellipse at 52% 50%, #f3b89d 0 20%, transparent 21%),
    radial-gradient(ellipse at 68% 28%, #fff2e5 0 13%, transparent 14%),
    linear-gradient(135deg, #f7eee4 0%, #e7d1bd 43%, #b9d7a5 100%);
  border-radius: 0 0 0 100px;
}

.scene-panel-small {
  right: 8%;
  bottom: 64px;
  width: 42%;
  aspect-ratio: 1.22;
  background:
    radial-gradient(circle at 24% 35%, #1f1f1d 0 8%, transparent 9%),
    radial-gradient(circle at 51% 48%, #242520 0 9%, transparent 10%),
    radial-gradient(circle at 76% 61%, #1b1f18 0 9%, transparent 10%),
    linear-gradient(145deg, #d6aa8d, #f4d7bf 60%, #f9efe7);
  border: 12px solid #fff;
}

.scene-card {
  position: absolute;
  left: 36px;
  bottom: 70px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.scene-card img {
  width: 42px;
  height: 42px;
}

.scene-card span {
  font-weight: 700;
}

.section {
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 64px);
}

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

.section-heading h2,
.feature-copy h2,
.pricing-section h2,
.policy-card h2,
.enquiry-form h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
}

.section-heading p,
.feature-copy p,
.feature-list p,
.price-row p,
.policy-card li,
.bonus-note {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1180px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid article {
  padding: 34px 30px;
  border-right: 1px solid var(--line);
}

.service-grid a {
  display: block;
  height: 100%;
}

.service-grid article:last-child {
  border-right: 0;
}

.service-grid span {
  color: var(--green);
  font-weight: 800;
}

.service-grid h3,
.feature-list h3,
.price-row h3,
.beauty-columns h3 {
  margin: 14px 0 8px;
  font-size: 19px;
}

.service-grid p {
  min-height: 82px;
  color: var(--muted);
}

.service-grid strong {
  color: var(--green-dark);
}

.page-hero {
  padding: clamp(56px, 8vw, 100px) clamp(20px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(255,255,255,0.98), rgba(255,255,255,0.86)),
    radial-gradient(circle at 86% 18%, rgba(86,177,17,0.2), transparent 25%),
    var(--wash);
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
  gap: 48px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
}

.breadcrumb {
  margin: 0 0 18px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 800;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 400;
  line-height: 1.04;
}

.page-hero p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.hero-price-card {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-price-card span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.hero-price-card strong {
  display: block;
  margin: 8px 0 22px;
  color: var(--green-dark);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

.service-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 64px);
}

.service-content h2,
.service-sidebar h2,
.services-overview h2 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.12;
}

.service-content h3 {
  margin: 34px 0 10px;
  font-size: 21px;
}

.service-content p,
.service-content li,
.service-sidebar p {
  color: var(--muted);
}

.service-content ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.service-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 18px;
}

.side-card,
.related-card {
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 42px rgba(30, 55, 33, 0.08);
}

.mini-price-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.mini-price-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.mini-price-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.mini-price-list strong {
  color: var(--green-dark);
  white-space: nowrap;
}

.related-grid,
.services-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.related-card h3 {
  margin: 0 0 8px;
}

.related-card p {
  min-height: 54px;
}

.related-card strong {
  color: var(--green-dark);
}

.services-overview {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 5vw, 64px);
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 54px;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 5vw, 64px);
  background: var(--wash);
  border-block: 1px solid var(--line);
}

.feature-copy,
.feature-list {
  max-width: 680px;
  align-self: center;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-list div {
  padding: 28px;
  background: #fff;
  border-left: 4px solid var(--green);
  box-shadow: 0 16px 44px rgba(30, 55, 33, 0.08);
}

.pricing-section {
  background: #fff;
}

.pricing-tabs {
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.pricing-tabs button {
  min-width: 138px;
  min-height: 44px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: 700 14px var(--sans);
  cursor: pointer;
}

.pricing-tabs button.active {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.pricing-panels {
  max-width: 1120px;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: #fff;
}

.pricing-panel {
  display: none;
}

.pricing-panel.active {
  display: block;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row h3,
.price-row p {
  margin: 0;
}

.price-row strong {
  color: var(--green-dark);
  white-space: nowrap;
}

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

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

.beauty-columns div:last-child {
  border-right: 0;
}

.beauty-columns p {
  margin: 10px 0;
  color: var(--muted);
}

.bonus-note {
  max-width: 1120px;
  margin: 18px auto 0;
  text-align: center;
  font-weight: 600;
}

.policy-contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 40px;
  padding: clamp(64px, 8vw, 104px) clamp(20px, 5vw, 64px);
  background: var(--wash);
  border-top: 1px solid var(--line);
}

.policy-card,
.enquiry-form {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 48px rgba(30, 55, 33, 0.08);
}

.policy-card ul {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.policy-card li {
  position: relative;
  padding-left: 34px;
}

.policy-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--green);
  border-radius: 999px;
}

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

label {
  display: grid;
  gap: 7px;
  color: #3e4640;
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfdacc;
  border-radius: 4px;
  padding: 12px 14px;
  background: #fff;
  color: var(--ink);
  font: 15px var(--sans);
}

textarea {
  resize: vertical;
  margin-top: 14px;
}

.enquiry-form .button {
  margin-top: 18px;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green-dark);
  font-weight: 700;
}

.footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 36px;
  padding: 48px clamp(20px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.footer h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

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

.footer-brand {
  text-align: right;
}

.footer-brand img {
  width: 240px;
  max-width: 100%;
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .site-header.menu-open .nav,
  .site-header.menu-open .header-actions {
    display: flex;
    grid-column: 1 / -1;
    justify-content: flex-start;
    width: 100%;
  }

  .site-header.menu-open .nav {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .hero,
  .feature-band,
  .policy-contact,
  .page-hero-inner,
  .service-page {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .hero-media,
  .treatment-scene {
    min-height: 460px;
  }

  .service-grid,
  .related-grid,
  .services-overview-grid,
  .beauty-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid article:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 76px;
    padding-inline: 14px;
  }

  .brand img {
    width: 190px;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 42px 20px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .trust-list,
  .service-grid,
  .related-grid,
  .services-overview-grid,
  .beauty-columns,
  .form-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .beauty-columns div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-media,
  .treatment-scene {
    min-height: 360px;
  }

  .scene-panel-large {
    inset: 34px 20px 86px 20px;
  }

  .scene-panel-small {
    right: 20px;
    bottom: 34px;
    width: 48%;
  }

  .scene-card {
    left: 20px;
    bottom: 30px;
    max-width: calc(100% - 40px);
  }

  .footer-brand {
    text-align: left;
  }
}
