/* ============================================================
   Medicosmetic Skin Clinic, Meltham, Holmfirth, Huddersfield.
   Bespoke brand build grounded in their real identity:
   the white serif M S C monogram, their real magenta accent
   (#960F70) and champagne gold (#B0A986) sampled from the live
   Wix site. Deep plum ink for a medical, editorial feel.
   High contrast serif headings echo the monogram; a fine gold
   arc is the signature motif. Save Face accredited, nurse led.
   ============================================================ */

:root {
  --magenta:      #960F70;   /* their real link and accent hex */
  --magenta-deep: #6E0B53;
  --plum-ink:     #2C0A22;   /* headers, footer, hero panel */
  --plum-soft:    #45103550; /* translucent plum for scrims */
  --gold:         #B0A986;   /* their real champagne primary */
  --gold-deep:    #8C845E;
  --gold-bright:  #CBC29B;
  --porcelain:    #FCF8FB;   /* page base, warm white */
  --blush:        #F5EAF1;   /* soft section band */
  --ink:          #322530;   /* body text, warm charcoal plum */
  --muted:        #786B75;
  --white:        #FFFFFF;

  --line:      rgba(44, 10, 34, .14);
  --line-soft: rgba(44, 10, 34, .07);

  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", "Segoe UI", system-ui, sans-serif;

  --radius: 12px;
  --radius-sm: 7px;
  --shadow: 0 22px 50px rgba(44, 10, 34, .16);
  --shadow-soft: 0 12px 26px rgba(44, 10, 34, .09);
  --wrap: 1140px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--porcelain);
  line-height: 1.72;
  font-size: 1.04rem;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--magenta); }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 22px; }

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--plum-ink); line-height: 1.16; font-weight: 600; }
h1 { font-size: clamp(2.3rem, 5.3vw, 3.8rem); letter-spacing: -.01em; }
h2 { font-size: clamp(1.7rem, 3.7vw, 2.5rem); letter-spacing: -.01em; }
h3 { font-size: 1.3rem; }

.eyebrow { font-family: var(--font-body); font-weight: 600; letter-spacing: .32em; text-transform: uppercase; font-size: .72rem; color: var(--magenta); }
.eyebrow::after { content: ""; display: block; width: 34px; height: 2px; background: var(--gold); margin-top: 12px; }
.section-head .eyebrow::after { margin: 12px auto 0; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 200; background: var(--plum-ink); color: #fff; padding: 10px 18px; }
.skip-link:focus { left: 0; }

.demo-ribbon { background: var(--plum-ink); color: #E7D3E1; font-size: .82rem; text-align: center; padding: 8px 14px; letter-spacing: .01em; }
.demo-ribbon strong { color: var(--gold-bright); }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--plum-ink); border-bottom: 1px solid rgba(203, 194, 155, .18); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 22px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { height: 40px; width: auto; }
.brand-name { font-family: var(--font-head); color: #fff; font-size: 1.02rem; letter-spacing: .12em; text-transform: uppercase; line-height: 1.15; }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 500; color: var(--gold-bright); font-size: .58rem; letter-spacing: .3em; text-transform: uppercase; margin-top: 3px; }

.site-nav ul { display: flex; gap: 26px; list-style: none; align-items: center; }
.site-nav a { text-decoration: none; color: #EAD9E4; font-weight: 500; font-size: .95rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav .nav-cta { background: var(--magenta); color: #fff; padding: 10px 24px; border-radius: 999px; font-weight: 600; }
.site-nav .nav-cta:hover { background: var(--magenta-deep); color: #fff; }

.nav-toggle { display: none; background: none; border: 1.5px solid var(--gold-bright); border-radius: 8px; padding: 7px 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--gold-bright); margin: 4px 0; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--plum-ink); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0; padding: 10px 0; }
  .site-nav li { width: 100%; text-align: center; }
  .site-nav a { display: block; padding: 13px 0; }
  .site-nav .nav-cta { margin: 10px auto; display: inline-block; }
}

/* ---------- hero (asymmetric editorial) ---------- */
.hero { background: var(--porcelain); position: relative; overflow: hidden; }
.hero .wrap { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 5vw, 66px); align-items: center; padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(48px, 7vw, 88px); }
.hero-copy .eyebrow { color: var(--magenta); }
.hero-copy h1 { margin: 18px 0 18px; max-width: 15ch; }
.hero-copy h1 em { font-style: italic; color: var(--magenta); }
.hero-copy p.lead { max-width: 46ch; color: var(--ink); font-size: 1.12rem; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-media { position: relative; }
.hero-media img { width: 100%; aspect-ratio: 5/5.4; object-fit: cover; border-radius: 200px 200px 14px 14px; box-shadow: var(--shadow); position: relative; z-index: 2; }
.hero-media::before { content: ""; position: absolute; z-index: 1; inset: -18px -18px auto auto; width: 82%; height: 82%; right: -14px; top: -14px; border-radius: 200px 200px 14px 14px; border: 1.5px solid var(--gold); }
.hero-media::after { content: ""; position: absolute; z-index: 0; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(150,15,112,.16), transparent 70%); left: -40px; bottom: -30px; }
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero-copy h1, .hero-copy p.lead { max-width: none; margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-media { max-width: 420px; margin: 6px auto 0; }
  .eyebrow::after { margin-left: auto; margin-right: auto; }
}

.btn { display: inline-block; text-decoration: none; font-weight: 600; letter-spacing: .02em; padding: 14px 30px; border-radius: 999px; transition: transform .15s ease, background .15s ease, color .15s ease; font-size: .96rem; }
.btn:hover { transform: translateY(-2px); }
.btn-magenta { background: var(--magenta); color: #fff; }
.btn-magenta:hover { background: var(--magenta-deep); }
.btn-plum { background: var(--plum-ink); color: #fff; }
.btn-plum:hover { background: #17040f; }
.btn-outline { border: 1.5px solid var(--magenta); color: var(--magenta); }
.btn-outline:hover { background: var(--magenta); color: #fff; }
.btn-gold-outline { border: 1.5px solid var(--gold-bright); color: #fff; }
.btn-gold-outline:hover { background: var(--gold-bright); color: var(--plum-ink); }

/* trust strip */
.trust-strip { background: var(--plum-ink); border-top: 1px solid rgba(203,194,155,.18); }
.trust-strip .wrap { display: flex; justify-content: center; gap: clamp(16px, 4vw, 52px); flex-wrap: wrap; padding: 16px 22px; }
.trust-strip span { font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-bright); display: inline-flex; align-items: center; gap: 9px; }
.trust-strip span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--magenta); }

/* ---------- sections ---------- */
section { padding: clamp(56px, 8vw, 100px) 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.section-head h2 { margin-top: 14px; }
.section-head p { margin-top: 14px; color: var(--muted); }

.band-blush { background: var(--blush); }
.band-plum { background: var(--plum-ink); }
.band-plum h2, .band-plum h3, .band-plum h4 { color: #fff; }
.band-plum p { color: #E7D3E1; }
.band-plum .eyebrow { color: var(--gold-bright); }
.band-plum .eyebrow::after { background: var(--magenta); }

/* split */
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media img { width: 100%; aspect-ratio: 4/4.6; object-fit: cover; }
.split-copy h2 { margin: 12px 0 16px; }
@media (max-width: 840px) { .split { grid-template-columns: 1fr; } .split.rev .split-media { order: -1; } }

.tick-list { list-style: none; margin-top: 20px; }
.tick-list li { padding: 8px 0 8px 30px; position: relative; }
.tick-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 12px; height: 2px; background: var(--gold); }
.tick-list li strong { color: var(--plum-ink); }

/* treatment cards */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 960px) { .treat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .treat-grid { grid-template-columns: 1fr; } }
.treat-card { background: var(--white); border-radius: var(--radius); padding: 28px 26px; box-shadow: var(--shadow-soft); border-top: 3px solid var(--magenta); display: flex; flex-direction: column; gap: 9px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.treat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.treat-card h3 { color: var(--plum-ink); }
.treat-card p { color: var(--muted); font-size: .95rem; }
.treat-card .price-line { margin-top: auto; padding-top: 12px; font-weight: 700; color: var(--magenta); font-size: .92rem; }

/* price tables */
.treat-block { max-width: 800px; margin: 0 auto 30px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-soft); overflow: hidden; }
.treat-block > h3 { background: var(--plum-ink); color: #fff; padding: 17px 26px; font-size: 1.14rem; letter-spacing: .01em; }
.treat-block > h3 small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-bright); margin-top: 4px; }
.treat-block table { width: 100%; border-collapse: collapse; }
.treat-block th, .treat-block td { padding: 14px 26px; text-align: left; border-bottom: 1px solid var(--line-soft); font-weight: 400; font-size: .98rem; vertical-align: top; }
.treat-block th { font-family: var(--font-body); font-weight: 600; color: var(--plum-ink); }
.treat-block th small, .treat-block td.desc small { display: block; color: var(--muted); font-size: .85rem; font-weight: 400; margin-top: 2px; }
.treat-block td:last-child { text-align: right; font-weight: 700; color: var(--plum-ink); white-space: nowrap; }
.treat-block tr:last-child td, .treat-block tr:last-child th { border-bottom: none; }
.consult-note { padding: 16px 26px; background: var(--blush); color: var(--magenta-deep); font-size: .92rem; }
.consult-note strong { color: var(--magenta-deep); }
.consult-tag { display: inline-block; background: var(--blush); color: var(--magenta); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; padding: 5px 14px; border-radius: 999px; white-space: nowrap; }
.price-note { max-width: 800px; margin: 0 auto; font-size: .9rem; color: var(--muted); text-align: center; }

/* reviews */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 900px) { .review-grid { grid-template-columns: 1fr; max-width: 620px; margin: 0 auto; } }
.review-card { background: var(--white); border-radius: var(--radius); padding: 30px 28px 26px; box-shadow: var(--shadow-soft); position: relative; border-bottom: 3px solid var(--gold); }
.review-card::before { content: "\201C"; font-family: var(--font-head); font-size: 3rem; color: var(--magenta); position: absolute; top: 12px; left: 22px; line-height: 1; opacity: .3; }
.review-card blockquote { margin-top: 26px; color: var(--ink); font-size: .98rem; }
.review-card .review-stars { color: var(--gold-deep); letter-spacing: 2px; margin-top: 14px; font-size: .95rem; }
.review-card cite { display: block; margin-top: 8px; font-style: normal; font-weight: 700; color: var(--plum-ink); font-size: .9rem; }
.review-card cite small { display: block; font-weight: 500; color: var(--muted); font-size: .78rem; letter-spacing: .04em; margin-top: 2px; }

/* accreditation row */
.cred-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 820px) { .cred-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px) { .cred-grid { grid-template-columns: 1fr; } }
.cred-card { background: var(--white); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-soft); text-align: center; }
.cred-card h3 { font-size: 1.08rem; margin-bottom: 8px; }
.cred-card p { color: var(--muted); font-size: .9rem; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
@media (max-width: 900px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .team-grid { grid-template-columns: 1fr; } }
.team-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.team-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.team-card .team-body { padding: 22px 24px 26px; }
.team-card h3 { font-size: 1.22rem; }
.team-card .role { color: var(--magenta); font-weight: 600; font-size: .92rem; margin-top: 4px; }
.team-card .creds { color: var(--muted); font-size: .82rem; letter-spacing: .04em; margin-top: 6px; }
.team-card p.bio { color: var(--ink); font-size: .93rem; margin-top: 12px; }

/* info cards / visit */
.info-card { background: var(--white); border-radius: var(--radius); padding: 30px 28px; box-shadow: var(--shadow-soft); }
.info-card h3 { margin-bottom: 14px; }
.info-card ul { list-style: none; }
.info-card li { padding: 9px 0; border-bottom: 1px solid var(--line-soft); display: flex; justify-content: space-between; gap: 16px; }
.info-card li:last-child { border-bottom: none; }
.info-card li span:last-child { color: var(--plum-ink); font-weight: 600; text-align: right; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 820px) { .info-grid { grid-template-columns: 1fr; } }

.map-embed { border: 0; width: 100%; height: 340px; border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* CTA band */
.cta-band { text-align: center; }
.cta-band .btn { margin-top: 24px; }
.cta-band .hero-ctas { justify-content: center; }

/* page hero (inner pages) */
.page-hero { background: var(--plum-ink); text-align: center; padding: clamp(58px, 8vw, 104px) 22px; }
.page-hero .eyebrow { color: var(--gold-bright); }
.page-hero .eyebrow::after { background: var(--magenta); margin: 12px auto 0; }
.page-hero h1 { color: #fff; margin-top: 16px; }
.page-hero p { color: #E7D3E1; max-width: 660px; margin: 16px auto 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--plum-ink); color: #D8C2D1; padding: 56px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
@media (max-width: 840px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer .foot-brand img { height: 42px; margin-bottom: 14px; }
.site-footer h4 { color: var(--gold-bright); font-size: .84rem; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 13px; }
.site-footer a { color: #EAD9E4; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; }
.site-footer li { padding: 4px 0; }
.footer-bottom { border-top: 1px solid rgba(216, 194, 209, .16); margin-top: 40px; padding-top: 20px; font-size: .82rem; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.footer-bottom a { color: var(--gold-bright); }

.lede { font-size: 1.16rem; color: var(--ink); max-width: 720px; }
.center { text-align: center; }
.mt-sm { margin-top: 14px; } .mt-md { margin-top: 24px; } .mt-lg { margin-top: 40px; }
