:root {
  --cream: #f4efe7;
  --paper: #faf7f1;
  --clay: #b66d50;
  --clay-dark: #91513d;
  --olive: #24352b;
  --ink: #1f2923;
  --line: rgba(31, 41, 35, 0.18);
  --serif: "Italiana", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 1rem; left: 1rem; width: auto; height: auto; padding: .75rem 1rem; margin: 0; clip: auto; background: white; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 4vw; border-bottom: 1px solid rgba(255,255,255,.14); background: rgba(24,35,29,.88); color: var(--paper); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.brand { display: flex; align-items: baseline; gap: .45rem; }
.brand span { font: 2.3rem/1 var(--serif); letter-spacing: -.04em; }
.brand small { font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.2vw, 2.2rem); font-size: .72rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .8rem 1.35rem; border: 1px solid rgba(255,255,255,.65); border-radius: 100px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 780px; height: 100svh; max-height: 980px; display: grid; align-items: center; overflow: hidden; background: #e8ddcd; }
.hero-image { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(239,229,213,.26), transparent 52%), url("https://skinwithrachel.co.uk/assets/skin-with-rachel-hero.jpg") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,35,29,.96) 0%, rgba(24,35,29,.82) 34%, rgba(24,35,29,.18) 65%, transparent 82%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(630px, 52%); margin-left: 8vw; padding-top: 5rem; color: var(--paper); }
.eyebrow { margin: 0 0 1.3rem; font-size: .72rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, blockquote { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 7vw, 7.5rem); line-height: .89; }
h2 { font-size: clamp(3.2rem, 5.5vw, 6rem); line-height: .95; }
h2 em { color: var(--clay); font-weight: 400; }
.hero-copy { max-width: 460px; margin: 2rem 0; font-size: 1.1rem; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 1.6rem; border-radius: 100px; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--clay); color: var(--paper); }
.button-light { background: var(--paper); color: var(--olive); }
.text-link { display: inline-flex; gap: .7rem; align-items: center; padding-bottom: .25rem; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.hero-note { position: absolute; z-index: 2; right: 3vw; bottom: 4rem; margin: 0; color: var(--paper); writing-mode: vertical-rl; font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }

.section { padding: 9rem 8vw; }
.intro { display: grid; grid-template-columns: 80px 1.2fr .8fr; gap: 5vw; background: var(--paper); }
.section-number { padding-top: .4rem; color: #8f968f; font-size: .72rem; }
.intro-copy { align-self: end; max-width: 460px; }
.intro-copy p:first-child { font-size: 1.25rem; }
.intro-copy .text-link { margin-top: 1.5rem; }

.treatments { background: var(--clay); color: #fff9f0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 4rem; margin-bottom: 6rem; }
.section-heading > p { max-width: 410px; margin: 0 0 .5rem; font-weight: 300; }
.treatment { display: grid; grid-template-columns: 50px 1fr 130px 40px; align-items: center; gap: 2rem; padding: 2.3rem 0; border-top: 1px solid rgba(255,255,255,.35); }
.treatment:last-child { border-bottom: 1px solid rgba(255,255,255,.35); }
.treatment-number, .duration { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.treatment h3 { margin: 0 0 .2rem; font: 2.1rem var(--serif); }
.treatment p { margin: 0; opacity: .8; font-weight: 300; }
.treatment > a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transition: background .2s, color .2s; }
.treatment > a:hover { background: white; color: var(--clay); }

.approach { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 720px; background: var(--olive); color: var(--paper); }
.approach-quote { display: flex; flex-direction: column; justify-content: center; padding: 8vw; border-right: 1px solid rgba(255,255,255,.2); }
blockquote { max-width: 700px; font-size: clamp(3rem, 5vw, 5.5rem); line-height: 1.02; }
.approach-quote > span { margin-top: 2rem; font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.approach-details { display: flex; flex-direction: column; justify-content: center; padding: 5vw; }
.principle { position: relative; padding: 2.2rem 0 2.2rem 3rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.principle:first-child { border-top: 1px solid rgba(255,255,255,.2); }
.principle span { position: absolute; left: 0; top: 2.65rem; font-size: .65rem; }
.principle h3 { margin: 0; font: 2rem var(--serif); }
.principle p { margin: .2rem 0 0; opacity: .7; font-weight: 300; }

.contact { display: grid; grid-template-columns: 1fr .55fr; gap: 10vw; align-items: center; background: var(--cream); }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin: 2rem 0; }
.contact-card { padding: 3rem; border: 1px solid var(--line); background: rgba(255,255,255,.3); }
.contact-card p { margin: 0 0 .5rem; font-size: .68rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.contact-card h3 { margin: 0; font: 2rem var(--serif); }
.contact-card > span { display: block; margin-top: .5rem; color: #68726c; }
.contact-card address { margin-top: .8rem; color: #68726c; font-style: normal; line-height: 1.7; }
.contact-card hr { margin: 2.5rem 0; border: 0; border-top: 1px solid var(--line); }
.contact-card a { display: flex; justify-content: space-between; font-family: var(--serif); font-size: 1.8rem; }
.location-panel { display: grid; }
.map-frame { display: block; width: 100%; height: 280px; border: 0; filter: saturate(.75) sepia(.08); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 2rem; padding: 4rem 8vw 2.5rem; background: #18231d; color: var(--paper); }
footer p { margin: 0; font-size: .75rem; opacity: .65; }
footer p:last-child { text-align: right; }
.brand-light span { font-size: 3rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .site-header { position: fixed; padding: 1rem 5vw; background: rgba(24,35,29,.96); color: var(--paper); backdrop-filter: blur(12px); }
  .brand span { font-size: 1.9rem; }
  .menu-toggle { z-index: 2; display: grid; gap: 5px; padding: .6rem; border: 0; background: none; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; background: var(--olive); color: var(--paper); font-size: 1rem; transform: translateX(100%); transition: transform .3s; }
  .site-nav.open { transform: none; }
  .hero { min-height: 760px; height: 100svh; align-items: end; }
  .hero-image { background-position: 62% center; }
  .hero::after { background: linear-gradient(0deg, rgba(24,35,29,.98) 4%, rgba(24,35,29,.78) 48%, rgba(24,35,29,.08) 78%); }
  .hero-content { width: auto; margin: 0; padding: 0 6vw 4.5rem; }
  h1 { font-size: clamp(3.6rem, 17vw, 5.3rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.25rem; }
  .hero-note { display: none; }
  .section { padding: 6rem 6vw; }
  .intro { grid-template-columns: 1fr; gap: 2.5rem; }
  .section-number { display: none; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .section-heading > p { margin-top: 2rem; }
  .treatment { grid-template-columns: 30px 1fr 35px; gap: 1rem; }
  .treatment .duration { display: none; }
  .treatment h3 { font-size: 1.65rem; }
  .treatment p { font-size: .85rem; line-height: 1.45; }
  .approach { grid-template-columns: 1fr; }
  .approach-quote { padding: 6rem 6vw; border-right: 0; }
  blockquote { font-size: 3.2rem; }
  .approach-details { padding: 1rem 6vw 6rem; }
  .contact { grid-template-columns: 1fr; gap: 4rem; }
  .contact-card { padding: 2rem; }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
