/* ============================================================
   Dosed Aesthetics, Knowle, south Bristol.
   Bespoke brand build grounded in the real identity: a flowing
   champagne-gold calligraphic wordmark set over an iridescent
   glitter lips motif and smoky wisps, all on near-black.
   The look: onyx base, gold metallic, holographic glitter accent.
   Accessible glam. Natural enhancement, done right.
   ============================================================ */

:root {
  --onyx:      #0B0B0F;   /* page base, from the logo backdrop */
  --onyx-2:    #131219;   /* raised bands */
  --onyx-3:    #1B1A24;   /* cards */
  --onyx-line: #262433;

  --gold:      #C9A15A;   /* the real script gold */
  --gold-brt:  #E7C982;   /* highlight */
  --gold-deep: #A6803F;

  --ivory:     #F5F0E8;   /* headings on dark */
  --smoke:     #B7B1C4;   /* body text, lilac-tinted grey */
  --smoke-dim: #8B8598;

  /* iridescent glitter accent, sampled from the logo lips */
  --holo: linear-gradient(105deg, #F7B7D2 0%, #D9B6F2 32%, #9FE6DE 64%, #E7C982 100%);
  --holo-soft: linear-gradient(105deg, rgba(247,183,210,.22), rgba(159,230,222,.18), rgba(231,201,130,.22));

  --line:      rgba(231, 201, 130, .16);
  --line-soft: rgba(231, 201, 130, .08);

  --font-script: "Parisienne", "Segoe Script", cursive;
  --font-head:   "Playfair Display", Georgia, serif;
  --font-body:   "Outfit", "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 26px 60px rgba(0, 0, 0, .55);
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, .4);
  --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(--smoke);
  background: var(--onyx);
  line-height: 1.75;
  font-size: 1.05rem;
  -webkit-font-smoothing: antialiased;
}

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

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ivory); line-height: 1.16; font-weight: 600; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); letter-spacing: .005em; }
h2 { font-size: clamp(1.7rem, 3.8vw, 2.6rem); }
h3 { font-size: 1.32rem; }

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

/* holographic hairline used to separate bands */
.holo-rule { height: 2px; background: var(--holo); opacity: .8; border: 0; }

.demo-ribbon { background: #050507; color: #C9C3D2; font-size: .82rem; text-align: center; padding: 8px 14px; letter-spacing: .02em; border-bottom: 1px solid var(--line-soft); }
.demo-ribbon strong { color: var(--gold-brt); }

/* ---------- brand wordmark (rebuilt from the real gold script) ---------- */
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-lips { width: 40px; height: 26px; flex: none; }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name .script { font-family: var(--font-script); font-size: 1.85rem; color: var(--gold-brt); line-height: .9; }
.brand-name small { font-family: var(--font-body); font-weight: 600; color: var(--smoke-dim); font-size: .58rem; letter-spacing: .34em; text-transform: uppercase; margin-top: 4px; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 11, 15, .86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 22px; }

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

.nav-toggle { display: none; background: none; border: 1.5px solid var(--gold-deep); border-radius: 8px; padding: 7px 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 20px; height: 2px; background: var(--gold); 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(--onyx-2); 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 ---------- */
.hero { position: relative; overflow: hidden; background:
    radial-gradient(120% 90% at 78% 18%, rgba(217,182,242,.14), transparent 46%),
    radial-gradient(110% 80% at 12% 88%, rgba(159,230,222,.10), transparent 50%),
    radial-gradient(90% 70% at 50% 0%, rgba(231,201,130,.10), transparent 55%),
    var(--onyx); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(60% 50% at 50% 42%, transparent 60%, rgba(5,5,7,.6) 100%); }
.hero-inner { position: relative; z-index: 3; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(24px, 5vw, 56px); align-items: center; padding: clamp(56px, 9vw, 104px) 22px clamp(52px, 8vw, 96px); max-width: var(--wrap); margin: 0 auto; }
.hero-kicker { font-weight: 600; letter-spacing: .36em; text-transform: uppercase; font-size: .72rem; color: var(--gold-brt); }
.hero h1 { color: var(--ivory); margin: 18px 0 8px; }
.hero h1 .accent { font-family: var(--font-script); font-weight: 400; font-size: 1.12em; background: var(--holo); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; padding-right: .08em; }
.hero p.lead { max-width: 520px; margin: 18px 0 30px; color: var(--smoke); font-size: 1.12rem; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* the glitter lips centrepiece */
.hero-art { position: relative; display: flex; justify-content: center; align-items: center; }
.hero-art .lips-glow { position: absolute; width: 78%; aspect-ratio: 1/1; border-radius: 50%; background: var(--holo); filter: blur(58px); opacity: .34; animation: pulse 7s ease-in-out infinite; }
.hero-art svg { position: relative; width: min(430px, 82%); height: auto; filter: drop-shadow(0 18px 40px rgba(0,0,0,.55)); }
@keyframes pulse { 0%,100% { transform: scale(1); opacity: .3; } 50% { transform: scale(1.06); opacity: .42; } }

@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .hero-ctas { justify-content: center; }
  .hero-art { order: -1; }
  .hero-art svg { width: min(300px, 66%); }
}

.btn { display: inline-block; text-decoration: none; font-weight: 600; letter-spacing: .03em; padding: 14px 32px; border-radius: 999px; transition: transform .15s ease, background .15s ease, box-shadow .15s ease; font-size: .96rem; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: #0B0B0F; box-shadow: 0 10px 26px rgba(201,161,90,.28); }
.btn-gold:hover { background: var(--gold-brt); }
.btn-outline { border: 1.5px solid var(--gold-deep); color: var(--gold-brt); }
.btn-outline:hover { background: rgba(231,201,130,.1); border-color: var(--gold-brt); }
.btn-dark { background: var(--onyx-3); color: var(--ivory); border: 1px solid var(--onyx-line); }
.btn-dark:hover { background: #232231; }

/* trust strip */
.trust-strip { background: linear-gradient(90deg, var(--onyx-2), #171622, var(--onyx-2)); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.trust-strip .wrap { display: flex; justify-content: center; gap: clamp(16px, 5vw, 56px); flex-wrap: wrap; padding: 15px 22px; }
.trust-strip span { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--smoke); }
.trust-strip span b { color: var(--gold-brt); font-weight: 600; }

/* ---------- sections ---------- */
section { padding: clamp(56px, 8vw, 100px) 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.section-head .eyebrow, .eyebrow { font-weight: 600; letter-spacing: .36em; text-transform: uppercase; font-size: .72rem; color: var(--gold); }
.section-head h2 { margin-top: 12px; }
.section-head p { margin-top: 12px; color: var(--smoke); }

.band-2 { background: var(--onyx-2); }
.band-grad { background:
    radial-gradient(90% 120% at 100% 0%, rgba(217,182,242,.1), transparent 45%),
    radial-gradient(90% 120% at 0% 100%, rgba(159,230,222,.08), transparent 45%),
    var(--onyx-2); }

/* split */
.split { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }

.tick-list { list-style: none; margin-top: 18px; }
.tick-list li { padding: 8px 0 8px 30px; position: relative; color: var(--smoke); }
.tick-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 9px; height: 9px; border-radius: 50%; background: var(--holo); }

/* imagery slots (real IG captures drop in at launch) */
.slot { position: relative; border-radius: var(--radius); overflow: hidden; background:
    var(--holo-soft), var(--onyx-3); border: 1px solid var(--onyx-line);
    display: flex; align-items: center; justify-content: center; min-height: 240px; }
.slot::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(255,255,255,.015) 0 12px, transparent 12px 24px); }
.slot .slot-cap { position: relative; text-align: center; padding: 20px; }
.slot .slot-cap svg { width: 46px; height: auto; margin: 0 auto 12px; opacity: .9; }
.slot .slot-cap span { display: block; font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--smoke-dim); }
.slot.slot-tall { aspect-ratio: 4/5; }
.slot.slot-wide { aspect-ratio: 16/10; }

/* 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: 620px) { .treat-grid { grid-template-columns: 1fr; } }
.treat-card { background: var(--onyx-3); border-radius: var(--radius); padding: 28px 26px; border: 1px solid var(--onyx-line); position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 8px; text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.treat-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--holo); opacity: .0; transition: opacity .18s ease; }
.treat-card:hover { transform: translateY(-4px); border-color: var(--gold-deep); }
.treat-card:hover::before { opacity: 1; }
.treat-card h3 { color: var(--ivory); }
.treat-card p { color: var(--smoke); font-size: .95rem; }
.treat-card .price-line { margin-top: auto; padding-top: 12px; font-weight: 600; color: var(--gold-brt); font-size: .92rem; }

/* price tables */
.treat-block { max-width: 820px; margin: 0 auto 30px; background: var(--onyx-3); border-radius: var(--radius); border: 1px solid var(--onyx-line); overflow: hidden; }
.treat-block h3 { background: linear-gradient(90deg, #17161f, #201e2b); color: var(--ivory); padding: 16px 26px; font-size: 1.14rem; letter-spacing: .02em; border-bottom: 1px solid var(--onyx-line); }
.treat-block h3 small { display: block; font-family: var(--font-body); font-weight: 500; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); 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; color: var(--smoke); }
.treat-block th { color: var(--ivory); font-weight: 500; }
.treat-block th small { display: block; color: var(--smoke-dim); font-size: .84rem; font-weight: 400; }
.treat-block td:last-child { text-align: right; font-weight: 600; color: var(--gold-brt); white-space: nowrap; }
.treat-block tr:last-child td, .treat-block tr:last-child th { border-bottom: none; }
.consult-tag { display: inline-block; background: rgba(231,201,130,.1); color: var(--gold-brt); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; padding: 4px 14px; border-radius: 999px; border: 1px solid var(--line); }
.price-note { max-width: 820px; margin: 0 auto; font-size: .9rem; color: var(--smoke-dim); text-align: center; }

/* compliance / consultation callout */
.consult-card { max-width: 820px; margin: 0 auto 30px; background: var(--band-grad, var(--onyx-2)); background: var(--holo-soft), var(--onyx-3); border: 1px solid var(--onyx-line); border-radius: var(--radius); padding: 26px 28px; }
.consult-card h3 { color: var(--ivory); margin-bottom: 8px; }
.consult-card p { color: var(--smoke); font-size: .96rem; }

/* value / feature grid */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 820px) { .feature-grid { grid-template-columns: 1fr; } }
.feature { background: var(--onyx-3); border: 1px solid var(--onyx-line); border-radius: var(--radius); padding: 28px 26px; }
.feature .fnum { font-family: var(--font-script); font-size: 2.4rem; background: var(--holo); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
.feature h3 { margin: 10px 0 8px; color: var(--ivory); font-size: 1.2rem; }
.feature p { color: var(--smoke); font-size: .95rem; }

/* info cards */
.info-card { background: var(--onyx-3); border: 1px solid var(--onyx-line); border-radius: var(--radius); padding: 30px 28px; }
.info-card h3 { margin-bottom: 12px; color: var(--ivory); }
.info-card + .info-card { margin-top: 22px; }
.info-card ul { list-style: none; }
.info-card li { padding: 9px 0; border-bottom: 1px solid var(--line-soft); color: var(--smoke); display: flex; justify-content: space-between; gap: 16px; }
.info-card li:last-child { border-bottom: none; }
.info-card li b { color: var(--ivory); font-weight: 500; }

/* booking platform chips */
.book-row { display: flex; gap: 14px; flex-wrap: wrap; }
.book-chip { flex: 1 1 200px; background: var(--onyx-3); border: 1px solid var(--onyx-line); border-radius: var(--radius); padding: 22px 24px; text-decoration: none; transition: border-color .16s ease, transform .16s ease; }
.book-chip:hover { border-color: var(--gold-deep); transform: translateY(-3px); }
.book-chip strong { display: block; color: var(--gold-brt); font-size: 1.05rem; }
.book-chip span { display: block; color: var(--smoke); font-size: .9rem; margin-top: 4px; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line-soft); padding: 6px 0; }
.faq summary { cursor: pointer; padding: 16px 4px; font-family: var(--font-head); font-size: 1.12rem; color: var(--ivory); list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; color: var(--gold); font-size: 1.3rem; }
.faq details[open] summary::after { content: "\2013"; }
.faq details p { padding: 0 4px 18px; color: var(--smoke); }

/* CTA band */
.cta-band { text-align: center; background:
    radial-gradient(80% 120% at 50% 0%, rgba(231,201,130,.12), transparent 55%), var(--onyx-2); }
.cta-band .btn { margin-top: 24px; }
.cta-band h2 .accent { font-family: var(--font-script); font-weight: 400; font-size: 1.1em; background: var(--holo); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- footer ---------- */
.site-footer { background: #060608; color: var(--smoke); padding: 56px 0 30px; border-top: 1px solid var(--line-soft); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
@media (max-width: 840px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .script { font-family: var(--font-script); font-size: 2rem; color: var(--gold-brt); line-height: 1; }
.site-footer h4 { color: var(--gold); font-size: .82rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 12px; }
.site-footer a { color: var(--smoke); text-decoration: none; }
.site-footer a:hover { color: var(--gold-brt); }
.site-footer ul { list-style: none; }
.site-footer li { padding: 4px 0; }
.site-footer p { color: var(--smoke); }
.footer-bottom { border-top: 1px solid var(--line-soft); 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-brt); }

/* page hero (inner pages) */
.page-hero { text-align: center; padding: clamp(58px, 9vw, 108px) 22px clamp(44px, 6vw, 72px); position: relative; overflow: hidden; background:
    radial-gradient(80% 120% at 50% 0%, rgba(217,182,242,.12), transparent 52%),
    radial-gradient(70% 90% at 80% 100%, rgba(159,230,222,.08), transparent 50%),
    var(--onyx); }
.page-hero h1 { color: var(--ivory); }
.page-hero h1 .accent { font-family: var(--font-script); font-weight: 400; font-size: 1.1em; background: var(--holo); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.page-hero p { color: var(--smoke); max-width: 640px; margin: 14px auto 0; }
.page-hero .eyebrow { color: var(--gold); }

/* generic prose helpers */
.lead-2 { font-size: 1.14rem; color: var(--ivory); }
.muted { color: var(--smoke-dim); }
.center { text-align: center; }
.mt-30 { margin-top: 30px; }
