:root {
  --ink: #101214;
  --text: #273033;
  --muted: #657073;
  --line: #d8dedb;
  --paper: #f7f5ef;
  --white: #fff;
  --sage: #aab8aa;
  --green: #283d35;
  --copper: #b96d45;
  --dark: #0f1514;
}

* {
  box-sizing: border-box;
}

section > *,
.hero > *,
.service-hero > *,
.location-hero > *,
.about-hero > *,
.article-hero > *,
.blog-hero > *,
.contact-hero > *,
.faq-hero > *,
.calculator-hero > *,
.timeline-hero > *,
.privacy-hero > * {
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 1440px;
  margin: 0;
  margin-inline: auto;
  background: var(--paper);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeSpeed;
  box-shadow: 0 0 70px rgba(16, 18, 20, .08);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #d9ddd8;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #d9ddd8;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 50;
  padding: 12px 16px;
  background: var(--white);
  color: var(--ink);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 5vw, 72px);
  background: rgba(247, 245, 239, .94);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  background: var(--dark);
  color: var(--white);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.2vw, 32px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

nav > a,
.services-menu summary,
.learn-menu summary {
  position: relative;
}

nav > a.active,
nav > a[aria-current="page"] {
  color: var(--ink);
  font-weight: 900;
}

nav > a.active::after,
nav > a[aria-current="page"]::after,
.services-menu:has(a[aria-current="page"]) summary::before,
.learn-menu:has(a[aria-current="page"]) summary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--copper);
}

.services-menu,
.learn-menu {
  position: relative;
}

.services-menu summary,
.learn-menu summary {
  padding: 0;
  color: var(--muted);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.services-menu summary::-webkit-details-marker,
.learn-menu summary::-webkit-details-marker {
  display: none;
}

.services-menu summary::after,
.learn-menu summary::after {
  content: "+";
  margin-left: 5px;
  color: var(--copper);
}

.services-menu div,
.learn-menu div {
  position: absolute;
  top: 30px;
  right: 0;
  display: grid;
  min-width: 210px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 18, 20, .18);
}

.services-menu div a,
.learn-menu div a {
  padding: 10px 12px;
  color: var(--ink);
}

.services-menu div a.active,
.services-menu div a[aria-current="page"],
.learn-menu div a.active,
.learn-menu div a[aria-current="page"] {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: var(--copper);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.call,
.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.call {
  gap: 8px;
}

.call svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
  flex: 0 0 auto;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid var(--dark);
  background: var(--dark);
  cursor: pointer;
  list-style: none;
}

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

.mobile-menu summary span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
}

.mobile-menu summary span + span {
  margin-top: 0;
}

.mobile-menu-panel {
  position: absolute;
  top: 58px;
  right: 0;
  display: grid;
  min-width: 210px;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 18, 20, .18);
}

.mobile-menu-panel a {
  padding: 13px 14px;
  color: var(--ink);
  font-weight: 800;
}

.mobile-menu-panel a.active,
.mobile-menu-panel a[aria-current="page"] {
  background: var(--dark);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 520px);
  gap: clamp(32px, 6vw, 92px);
  align-items: center;
  min-height: 76vh;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(247, 245, 239, .98) 0%, rgba(247, 245, 239, .9) 52%, rgba(170, 184, 170, .45) 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .98;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: clamp(46px, 7vw, 92px);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 64px);
}

h3 {
  color: var(--ink);
  font-size: 20px;
}

p {
  line-height: 1.7;
}

.lead {
  max-width: 660px;
  color: var(--muted);
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
}

.button.plain {
  background: transparent;
  color: var(--dark);
}

.proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 130px));
  gap: 14px;
  margin: 0;
}

.proof div {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.proof dt {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 700;
}

.proof dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.hero-media {
  justify-self: end;
  width: min(100%, 560px);
}

.hero-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10.75;
  margin: 0;
  margin-top: -25px;
  overflow: hidden;
  border: 10px solid var(--white);
  box-shadow: 0 28px 80px rgba(16, 18, 20, .16);
}

.hero-image video {
  border: 2px solid var(--ink);
}

.hero-image figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 9px 12px;
  background: rgba(15, 21, 20, .86);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.trust-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.ba-polaroid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.hero-ba-grid {
  gap: 12px;
  margin-top: 18px;
}

.ba-polaroid {
  position: relative;
  margin: 0;
  padding: 10px 10px 50px;
  background: var(--white);
  box-shadow: 0 12px 18px rgba(16, 18, 20, .18), 0 28px 54px rgba(16, 18, 20, .18);
}

.ba-polaroid:nth-child(1) {
  transform: rotate(-1.8deg);
}

.ba-polaroid:nth-child(2) {
  margin-top: 14px;
  transform: rotate(1.2deg);
}

.ba-polaroid:nth-child(3) {
  margin-top: 4px;
  transform: rotate(-.8deg);
}

.ba-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: #d9ddd8;
}

.ba-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ba-photo .ba-before {
  clip-path: inset(0 50% 0 0);
}

.ba-photo .ba-after {
  clip-path: inset(0 0 0 50%);
}

.ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(16, 18, 20, .45);
}

.ba-before-label,
.ba-after-label {
  position: absolute;
  bottom: 10px;
  padding: 7px 9px;
  background: rgba(15, 21, 20, .86);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ba-before-label {
  left: 10px;
}

.ba-after-label {
  right: 10px;
}

.ba-polaroid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.hero-ba-grid .ba-polaroid {
  padding: 7px 7px 34px;
}

.hero-ba-grid .ba-polaroid:nth-child(2) {
  margin-top: 8px;
}

.hero-ba-grid .ba-polaroid:nth-child(3) {
  margin-top: 2px;
}

.hero-ba-grid .ba-photo {
  aspect-ratio: 13 / 9;
}

.hero-ba-grid .ba-final {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: none;
}

.hero-ba-grid .ba-before-label,
.hero-ba-grid .ba-after-label {
  bottom: 6px;
  padding: 4px 5px;
  font-size: 8px;
}

.hero-ba-grid .ba-before-label {
  left: 6px;
}

.hero-ba-grid .ba-after-label {
  right: 6px;
}

.hero-ba-grid .ba-polaroid figcaption {
  bottom: 8px;
  font-size: 13px;
}

.ba-label-row {
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.ba-label-row span {
  padding: 4px 6px;
  background: rgba(15, 21, 20, .9);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.trust-panel article {
  padding: 28px clamp(18px, 4vw, 52px);
  background: var(--white);
}

.trust-panel strong {
  color: var(--ink);
  font-size: 18px;
}

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

.section,
.pricing,
.faq,
.contact {
  padding: clamp(70px, 8vw, 116px) clamp(18px, 5vw, 72px);
}

.section-title {
  max-width: 880px;
  margin-bottom: 38px;
}

.section-title p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

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

.service-list article,
.price-grid article,
.review-grid blockquote {
  margin: 0;
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.service-list article {
  display: flex;
  flex-direction: column;
  min-height: 260px;
}

.service-list h3 {
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.service-list h3 span {
  color: var(--copper);
  font-size: 14px;
  font-weight: 800;
}

.service-list p,
.price-grid p,
.review-grid p {
  color: var(--muted);
}

.service-list a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.service-list a::before {
  content: "";
  position: relative;
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-top-width: 5px;
  flex: 0 0 auto;
}

.process {
  background: #ece9df;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.process-grid article {
  padding: 26px;
  background: var(--white);
}

.process-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.process-grid h3 {
  margin-bottom: 12px;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-band {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(28px, 6vw, 88px);
  align-items: center;
  padding: clamp(60px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: var(--dark);
  color: var(--white);
}

.feature-band h2 {
  color: var(--white);
}

.feature-proof p {
  max-width: 760px;
  color: rgba(255, 255, 255, .74);
  font-size: 18px;
}

.feature-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, .14);
}

.feature-proof-grid span {
  display: block;
  padding: 18px;
  background: #141b1a;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 800;
}

.feature-proof-grid strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}

.treatment-explainer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .78fr);
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(70px, 8vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--white);
}

.treatment-copy p:not(.eyebrow),
.treatment-facts p {
  color: var(--muted);
}

.treatment-facts {
  display: grid;
  gap: 14px;
}

.treatment-facts article {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.treatment-facts h3 {
  margin-bottom: 8px;
}

.treatment-facts p {
  margin-bottom: 0;
}

.microdots-polaroid {
  margin: 30px 0 0;
  padding: 12px 12px 22px;
  background: var(--white);
  box-shadow: 0 12px 18px rgba(16, 18, 20, .16), 0 28px 54px rgba(16, 18, 20, .14);
}

.microdots-polaroid video {
  aspect-ratio: 16 / 9;
  border: 2px solid var(--ink);
}

.microdots-polaroid figcaption {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.microdots-polaroid strong {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.2;
}

.aftercare-card {
  border-color: var(--copper);
  background: var(--white);
}

.aftercare-card h3 {
  color: var(--ink);
}

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

.aftercare-card ul {
  display: grid;
  gap: 8px;
  margin: 12px 0;
  padding: 0;
  list-style: none;
}

.aftercare-card li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}

.aftercare-card strong {
  color: var(--ink);
}

.aftercare-card span {
  color: var(--muted);
  line-height: 1.35;
  text-align: right;
}

.results {
  background: #ece9df;
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

.result-grid figure,
.about figure {
  position: relative;
  aspect-ratio: 3 / 4;
  margin: 0;
  overflow: hidden;
}

.result-grid figure {
  aspect-ratio: auto;
  padding: 10px 10px 48px;
  overflow: visible;
  background: var(--white);
  box-shadow: 0 12px 18px rgba(16, 18, 20, .18), 0 28px 54px rgba(16, 18, 20, .18);
}

.result-grid figure:nth-child(1) {
  transform: rotate(-2deg);
}

.result-grid figure:nth-child(2) {
  margin-top: 14px;
  transform: rotate(1.4deg);
}

.result-grid figure:nth-child(3) {
  margin-top: 4px;
  transform: rotate(-1deg);
}

.result-grid figure:nth-child(4) {
  transform: rotate(1.8deg);
}

.result-grid figure:nth-child(5) {
  margin-top: 16px;
  transform: rotate(-1.5deg);
}

.result-grid figure:nth-child(6) {
  margin-top: 2px;
  transform: rotate(1deg);
}

.result-grid figure img {
  aspect-ratio: 4 / 5;
  border: 2px solid var(--ink);
  height: clamp(260px, 28vw, 390px);
}

.result-grid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.pricing {
  background: var(--white);
}

.norwood-pricing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.norwood-pricing article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 14px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.norwood-pricing span {
  display: block;
  margin-bottom: 12px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.norwood-pricing h3 {
  min-height: 48px;
  margin-bottom: 18px;
  font-size: 18px;
}

.norwood-pricing strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.norwood-head {
  width: 100px;
  aspect-ratio: 1 / 1.12;
  border: 2px solid var(--ink);
  background-color: #d9ddd8;
  box-shadow: 0 8px 18px rgba(16, 18, 20, .14);
  object-fit: cover;
}

.pricing-whatsapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 28px;
  padding: 24px;
  border: 1px solid var(--dark);
  background: var(--dark);
  color: var(--white);
}

.pricing-whatsapp h3 {
  margin-bottom: 6px;
  color: var(--white);
}

.pricing-whatsapp p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.pricing-whatsapp a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  background: var(--white);
  color: var(--dark);
  font-weight: 800;
  white-space: nowrap;
}

.other-pricing {
  margin-top: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.other-pricing > h3 {
  margin: 0;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
}

.other-price-list {
  display: grid;
}

.other-price-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px 22px;
  background: var(--white);
}

.other-price-list article + article {
  border-top: 1px solid var(--line);
}

.other-price-list strong {
  color: var(--ink);
  font-size: 17px;
}

.other-price-list p {
  margin: 5px 0 0;
  color: var(--muted);
}

.other-price-list span {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 700;
  white-space: nowrap;
}

.price-grid strong {
  display: block;
  margin-top: 28px;
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
}

.pricing-note {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.pricing-note a {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 430px) minmax(0, 680px);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
}

.about figure {
  aspect-ratio: 4 / 5;
  border: 10px solid var(--white);
}

.about figure img {
  border: 2px solid var(--ink);
}

.about-credentials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.about-credentials li {
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.reviews {
  background: #ece9df;
}

.review-grid cite {
  display: block;
  color: var(--ink);
  font-style: normal;
  font-weight: 800;
}

.review-stars {
  display: block;
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 13px;
  letter-spacing: 2px;
}

.review-rotator {
  position: relative;
  min-height: 185px;
}

.review-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: reviewFade 24s infinite;
}

.review-slide:nth-child(2) {
  animation-delay: 6s;
}

.review-slide:nth-child(3) {
  animation-delay: 12s;
}

.review-slide:nth-child(4) {
  animation-delay: 18s;
}

.review-slide p {
  margin-bottom: 0;
}

.review-slide cite {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}

@keyframes reviewFade {
  0%,
  22% {
    opacity: 1;
  }

  27%,
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-slide {
    position: static;
    display: none;
    animation: none;
    opacity: 1;
  }

  .review-slide:first-child {
    display: block;
  }

  .review-rotator {
    min-height: 0;
  }
}

.faq {
  background: var(--white);
}

.learn-more {
  background: #ece9df;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.learn-grid a {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  line-height: 1.6;
}

.learn-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 920px;
}

details {
  border: 1px solid var(--line);
  background: var(--paper);
}

summary {
  padding: 20px 22px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: clamp(34px, 6vw, 88px);
  background: var(--dark);
  color: var(--white);
}

.contact h2 {
  color: var(--white);
}

.contact p {
  color: rgba(255, 255, 255, .72);
}

.phone {
  display: inline-block;
  margin-top: 16px;
  color: var(--white);
  font-size: 30px;
  font-weight: 800;
}

form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 24px;
  background: var(--white);
  color: var(--ink);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  padding: 14px;
}

label:has(textarea),
button,
.form-whatsapp {
  grid-column: 1 / -1;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.5fr) repeat(5, minmax(120px, 1fr));
  gap: 28px;
  padding: clamp(42px, 6vw, 76px) clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255, 255, 255, .18);
  background: #090d0c;
  color: rgba(255, 255, 255, .7);
}

.site-footer strong,
.site-footer a,
.site-footer span {
  display: block;
}

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

.site-footer p {
  margin: 12px 0 0;
  max-width: 360px;
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 22px;
}

.footer-social span {
  flex-basis: 100%;
  color: var(--copper);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  color: rgba(255, 255, 255, .7);
}

.footer-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.footer-social a:hover {
  border-color: rgba(255, 255, 255, .5);
}

.footer-col h2 {
  margin: 0 0 12px;
  color: var(--white);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-col h2:not(:first-child) {
  margin-top: 24px;
}

.footer-col a,
.footer-col span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  line-height: 1.35;
}

.footer-col a:hover,
.footer-social a:hover {
  color: var(--white);
}

.footer-col a.active,
.footer-col a[aria-current="page"] {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--copper);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (max-width: 920px) {
  nav {
    display: none;
  }

  .site-header {
    gap: 12px;
  }

  .call {
    margin-left: auto;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

  .mobile-menu {
    display: block;
  }

  .hero,
  .feature-band,
  .treatment-explainer,
  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-panel,
  .ba-polaroid-grid,
  .norwood-pricing,
  .process-grid,
  .service-list,
  .price-grid,
  .learn-grid,
  .review-grid,
  .result-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .pricing-whatsapp {
    align-items: flex-start;
    flex-direction: column;
  }

  .other-price-list article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  h1,
  h2,
  .lead {
    overflow-wrap: anywhere;
  }

  .site-header {
    padding-inline: 14px;
  }

  .brand {
    gap: 9px;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 16px;
  }

  .brand small {
    font-size: 11px;
  }

  .call {
    min-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }

  .mobile-menu summary {
    width: 40px;
    height: 38px;
  }

  .mobile-menu-panel {
    top: 48px;
    right: -2px;
  }

  .proof,
  .trust-panel,
  .ba-polaroid-grid,
  .norwood-pricing,
  .process-grid,
  .service-list,
  .price-grid,
  .learn-grid,
  .review-grid,
  .result-grid,
  form {
    grid-template-columns: 1fr;
  }

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

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

  .feature-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-credentials {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
