/* Cassini Beauty and Treatment Rooms (Wordsley, Stourbridge). Bespoke build.
   Brand gathered from their real site: elegant script Cassini logo + botanical,
   clean bright salon with blush + greenery. Calm holistic-spa: warm cream, soft
   taupe, blush, sage. Fahkwang (their real heading font) + Nunito Sans.
   Nothing shared with other builds. */

:root {
  --cream: #F4EEE5;
  --cream-2: #FBF7F0;
  --card: #FFFFFF;
  --taupe: #C7BAA6;
  --taupe-deep: #9F8E77;
  --blush: #DBB9B5;
  --blush-deep: #B98A88;
  --sage: #8FA07E;
  --sage-deep: #6C7C5C;
  --ink: #322C25;
  --ink-soft: #5B5349;
  --muted: #8D8577;
  --line: #E7DECE;
  --line-soft: #F0E9DC;
  --shadow: 0 30px 66px -42px rgba(70, 55, 40, 0.4);
  --shadow-soft: 0 16px 40px -28px rgba(70, 55, 40, 0.3);
  --wrap: 1180px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --r: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body { margin: 0; font-family: "Nunito Sans", system-ui, sans-serif; font-weight: 400; font-size: 17px; line-height: 1.75; color: var(--ink-soft); background: var(--cream); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: var(--ink); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--blush-deep); }

h1, h2, h3, h4 { font-family: "Fahkwang", Georgia, serif; font-weight: 500; color: var(--ink); line-height: 1.14; margin: 0 0 0.45em; letter-spacing: 0.005em; }
h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); font-weight: 400; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 400; }
h3 { font-size: clamp(1.2rem, 2.1vw, 1.5rem); }
p { margin: 0 0 1.1rem; }

.wrap { width: min(var(--wrap), 90vw); margin-inline: auto; }
.wrap-narrow { width: min(760px, 90vw); margin-inline: auto; }

.label { font-family: "Nunito Sans", sans-serif; font-weight: 600; font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--sage-deep); }
.eyebrow { display: inline-block; margin-bottom: 1.2rem; }
.hair { width: 44px; height: 2px; background: var(--blush-deep); border: 0; margin: 0 0 1.5rem; }
.center .hair { margin-inline: auto; }
.rule { border: 0; height: 1px; background: var(--line); }

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

.demo-ribbon { background: var(--ink); color: #EDE5D8; text-align: center; font-size: 0.78rem; letter-spacing: 0.02em; padding: 0.5rem 1rem; }
.demo-ribbon strong { color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(244, 238, 229, 0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0.7rem 0; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; }
.brand img { height: 54px; width: auto; }
.brand .bt { display: flex; flex-direction: column; line-height: 1; }
.brand .bt .n { font-family: "Fahkwang", serif; font-size: 1.2rem; color: var(--ink); letter-spacing: 0.04em; }
.brand .bt .s { font-family: "Nunito Sans", sans-serif; font-weight: 600; font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--ink); font-family: "Nunito Sans", sans-serif; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.5rem 0.9rem; cursor: pointer; border-radius: var(--r); }
.site-nav ul { display: flex; align-items: center; gap: 1.8rem; list-style: none; margin: 0; padding: 0; }
.site-nav a { font-family: "Nunito Sans", sans-serif; font-weight: 600; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--blush-deep); }
.nav-cta { background: var(--ink); color: #fff !important; padding: 0.6rem 1.2rem; border-radius: var(--r); }
.nav-cta:hover { background: var(--blush-deep); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 0.55rem; font-family: "Nunito Sans", sans-serif; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 1.8rem; border-radius: var(--r); cursor: pointer; border: 1px solid transparent; transition: background 0.25s, color 0.25s, transform 0.25s, border-color 0.25s; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--blush-deep); color: #fff; transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-sage { background: var(--sage-deep); color: #fff; }
.btn-sage:hover { background: var(--sage); color: #fff; transform: translateY(-2px); }

/* Hero */
.hero { padding: clamp(2.4rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem); }
.hero-inner { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero-copy h1 { margin-bottom: 1.3rem; }
.hero-copy h1 em { font-style: italic; color: var(--blush-deep); }
.hero-sub { font-size: 1.08rem; color: var(--ink-soft); max-width: 32rem; margin-bottom: 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.8rem; }
.hero-meta { font-family: "Nunito Sans", sans-serif; font-size: 0.82rem; color: var(--muted); }
.hero-meta strong { color: var(--ink); font-weight: 700; }
.hero-media { position: relative; border-radius: 200px 200px var(--r) var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 4.2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 50%; bottom: 18px; transform: translateX(-50%); background: rgba(255,255,255,0.94); border-radius: 100px; padding: 0.5rem 1.2rem; font-family: "Nunito Sans", sans-serif; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage-deep); font-weight: 700; box-shadow: var(--shadow-soft); }

/* trust strip */
.trust { border-block: 1px solid var(--line); background: var(--cream-2); }
.trust .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.6rem; padding: 1.1rem 0; font-family: "Nunito Sans", sans-serif; font-weight: 600; font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.trust span { display: inline-flex; align-items: center; gap: 0.5rem; }
.trust .m { color: var(--sage); }

/* Sections */
.section { padding: clamp(3.6rem, 8vw, 6.5rem) 0; }
.section.cream2 { background: var(--cream-2); }
.section.sage { background: #333A2D; color: #DFE2D5; }
.section.sage h2, .section.sage h3 { color: #FBFBF5; }
.section.sage .label { color: #B9C6A6; }
.section.sage .hair { background: #B9C6A6; }
.section-head { max-width: 42rem; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.06rem; color: var(--muted); margin: 1rem 0 0; }
.section.sage .section-head p { color: #C7CDBB; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split-media img { border-radius: var(--r); box-shadow: var(--shadow-soft); width: 100%; object-fit: cover; }
.content p:last-child { margin-bottom: 0; }
.signature { font-family: "Fahkwang", serif; font-style: italic; font-size: 1.25rem; color: var(--blush-deep); margin-top: 1.2rem; }

/* Team cards */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; }
.team-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; box-shadow: var(--shadow-soft); transition: transform 0.4s var(--ease); }
.team-card:hover { transform: translateY(-5px); }
.team-card .ph { aspect-ratio: 1 / 1.1; overflow: hidden; background: var(--cream-2); }
.team-card .ph img { width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 1.4rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.team-body h3 { margin: 0 0 0.2rem; }
.team-body .role { font-family: "Nunito Sans", sans-serif; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage-deep); font-weight: 700; margin-bottom: 0.7rem; }
.team-body .spec { font-size: 0.92rem; color: var(--muted); margin: 0 0 1.2rem; }
.team-body .btn { margin-top: auto; justify-content: center; }

/* Treatment cards */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.treat-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 1.7rem; box-shadow: var(--shadow-soft); transition: transform 0.4s var(--ease); }
.treat-card:hover { transform: translateY(-4px); }
.treat-card .ico { width: 44px; height: 44px; border-radius: 50%; background: var(--cream); display: grid; place-items: center; color: var(--sage-deep); font-size: 1.2rem; margin-bottom: 1rem; border: 1px solid var(--line); }
.treat-card h3 { margin: 0 0 0.5rem; }
.treat-card p { font-size: 0.94rem; color: var(--muted); margin: 0; }

/* Values list */
.values { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 2rem; list-style: none; margin: 1.6rem 0 0; padding: 0; }
.values li { display: flex; gap: 0.8rem; }
.values .dot { flex: none; width: 9px; height: 9px; margin-top: 0.55rem; border-radius: 50%; background: var(--sage); }
.values strong { display: block; font-family: "Fahkwang", serif; font-size: 1.05rem; color: var(--ink); }
.values p { font-size: 0.9rem; color: var(--muted); margin: 0.15rem 0 0; }
.section.sage .values strong { color: #FBFBF5; }
.section.sage .values p { color: #C7CDBB; }

/* Booking unify cards */
.book-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.book-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--r); padding: 1.8rem 1.7rem; text-align: center; box-shadow: var(--shadow-soft); }
.book-card .who { font-family: "Fahkwang", serif; font-size: 1.5rem; color: var(--ink); }
.book-card .what { font-family: "Nunito Sans", sans-serif; font-size: 0.76rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin: 0.3rem 0 1.2rem; }
.book-card .btn { width: 100%; justify-content: center; }

/* Hours */
.hours { list-style: none; margin: 0; padding: 0; }
.hours li { display: flex; justify-content: space-between; padding: 0.7rem 0; border-bottom: 1px solid var(--line); font-family: "Nunito Sans", sans-serif; }
.hours li .d { color: var(--ink); font-weight: 600; }
.hours li .t { color: var(--muted); }
.hours li.closed .t { color: var(--blush-deep); }

/* info / visit */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 3.5rem); align-items: start; }
.info-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.2rem; }
.info-list li { display: grid; gap: 0.2rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.info-list .k { font-family: "Nunito Sans", sans-serif; font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.info-list .v { font-size: 1.02rem; color: var(--ink); }
.map-frame { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-soft); min-height: 340px; }
.map-frame iframe { width: 100%; height: 100%; min-height: 340px; border: 0; display: block; }

/* CTA band */
.cta-band { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: clamp(2.4rem, 5vw, 3.6rem); display: grid; grid-template-columns: 1.3fr 1fr; gap: 2rem; align-items: center; box-shadow: var(--shadow); }
.cta-band .script { font-family: "Fahkwang", serif; font-style: italic; color: var(--blush-deep); font-size: 1.1rem; display: block; margin-bottom: 0.3rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* page hero */
.page-hero { padding: clamp(2.4rem, 6vw, 4rem) 0 clamp(1.8rem, 4vw, 2.8rem); border-bottom: 1px solid var(--line); }
.breadcrumb { font-family: "Nunito Sans", sans-serif; font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.breadcrumb a { color: var(--muted); }
.page-hero p { color: var(--muted); max-width: 42rem; font-size: 1.05rem; }

/* Footer */
.site-footer { background: #2B2620; color: #C6BDAF; padding: clamp(3rem, 6vw, 4.5rem) 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.2fr; gap: 2.4rem; }
.footer-brand img { height: 74px; background: var(--cream); padding: 6px; border-radius: 50%; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.9rem; color: #B4AB9C; max-width: 24rem; }
.site-footer h4 { color: #fff; font-family: "Nunito Sans", sans-serif; font-weight: 700; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 1rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.site-footer a { color: #C6BDAF; font-size: 0.92rem; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.6rem; margin-top: 2.6rem; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.76rem; color: #8C8375; }

/* reveal */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

.book-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; background: rgba(251,247,240,0.96); border-top: 1px solid var(--line); padding: 0.7rem 1rem; }
.book-bar .btn { display: block; text-align: center; justify-content: center; }

@media (max-width: 940px) {
  .hero-inner, .split, .info-grid, .cta-band { grid-template-columns: 1fr; }
  .team-grid, .treat-grid, .book-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy { order: 1; }
}
@media (max-width: 600px) {
  .nav-toggle { display: block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--cream-2); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 0; }
  .site-nav a { display: block; padding: 0.85rem 6vw; }
  .nav-cta { margin: 0.5rem 6vw; text-align: center; }
  .team-grid, .treat-grid, .book-grid, .values, .footer-grid { grid-template-columns: 1fr; }
  .book-bar { display: block; }
  body { padding-bottom: 4.4rem; }
}
