:root{
  --ink:#2f2929;
  --muted:#776b6c;
  --rose:#f4e8ea;
  --rose-deep:#ead4d8;
  --cream:#fffaf7;
  --paper:#fffdfb;
  --gold:#b99052;
  --gold-dark:#8f6c35;
  --line:rgba(47,41,41,.12);
  --shadow:0 28px 70px rgba(59,44,46,.12);
  --radius:28px;
  --shell:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:linear-gradient(180deg,#fffaf8 0%,#f7ecee 48%,#fffaf8 100%);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 78% 8%,rgba(211,176,186,.23),transparent 28%),radial-gradient(circle at 12% 42%,rgba(255,255,255,.8),transparent 25%);z-index:-1}
a{color:inherit}.shell{width:min(var(--shell),calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(185,144,82,.18);background:rgba(255,250,248,.82);backdrop-filter:blur(18px)}
.nav-wrap{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:46px;aspect-ratio:1;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:13px;letter-spacing:.08em;background:rgba(255,255,255,.7);box-shadow:0 8px 20px rgba(185,144,82,.12)}.brand-mark--small{width:40px}.brand-copy{display:grid;line-height:1.2}.brand-copy strong{font-family:Georgia,serif;font-size:16px;font-weight:500}.brand-copy small{margin-top:4px;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.18em}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a{padding:10px 13px;text-decoration:none;font-size:14px;color:var(--muted);border-radius:999px}.nav-links a:hover,.nav-links a.active{color:var(--ink);background:rgba(255,255,255,.75)}.nav-links .nav-book{margin-left:8px;background:var(--ink);color:#fff}.nav-links .nav-book:hover{background:var(--gold-dark);color:#fff}.nav-toggle{display:none;border:0;background:transparent;padding:8px}.nav-toggle span:not(.sr-only){display:block;width:22px;height:1px;background:var(--ink);margin:5px}
.eyebrow{margin:0 0 14px;color:var(--gold-dark);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.script{font-family:"Brush Script MT","Segoe Script",cursive;color:var(--gold);font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:0 0 12px}.hero{min-height:690px;display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;padding-block:70px 90px}.hero h1,.page-hero h1{font-family:Georgia,serif;font-size:clamp(3.7rem,7vw,7.3rem);font-weight:400;line-height:.92;letter-spacing:-.055em;margin:0 0 28px}.hero h1 em,.page-hero h1 em{font-weight:400;color:var(--gold);font-style:italic}.lead{max-width:660px;font-size:clamp(1.05rem,1.7vw,1.3rem);color:var(--muted);line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.actions--center{justify-content:center}.button{display:inline-flex;justify-content:center;align-items:center;min-height:52px;padding:0 22px;border-radius:999px;text-decoration:none;font-weight:700;font-size:14px;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px)}.button--primary{background:linear-gradient(135deg,#caa366,#a77d40);color:#fff;box-shadow:0 14px 35px rgba(169,126,63,.22)}.button--quiet{border-color:rgba(47,41,41,.16);background:rgba(255,255,255,.66)}.microcopy{font-size:12px;color:var(--muted);margin-top:14px}/* =========================================================
   HERO LOGO — CLEAN, UNFRAMED
   ========================================================= */

.hero-visual{
  display:grid;
  place-items:center;
  min-width:0;
}

.logo-frame{
  position:relative;
  width:min(100%,560px);
  margin-inline:auto;
  display:grid;
  place-items:center;
  overflow:visible;
  background:none;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.logo-frame::before,
.logo-frame::after{
  content:none;
}

.logo-frame img{
  position:static;
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  object-position:center;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  mix-blend-mode:multiply;
  filter:saturate(1.02) contrast(1.03);
}

.spark{
  position:absolute;
  z-index:2;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:
    0 0 0 5px rgba(185,144,82,.1),
    0 0 16px rgba(185,144,82,.18);
}

.spark--one{
  top:20%;
  right:2%;
}

.spark--two{
  left:5%;
  bottom:18%;
  width:5px;
  height:5px;
}
.trust-strip{border-block:1px solid rgba(185,144,82,.16);background:rgba(255,255,255,.45)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-grid p{padding:28px;text-align:center;margin:0;border-right:1px solid var(--line)}.trust-grid p:last-child{border:0}.trust-grid strong,.trust-grid span{display:block}.trust-grid strong{font-family:Georgia,serif;font-size:1.45rem;font-weight:500}.trust-grid span{color:var(--muted);font-size:13px;margin-top:4px}.section{padding-block:120px}.section-heading{max-width:720px;margin-bottom:48px}.section-heading h2,.feature h2,.closing h2,.service-group h2,.booking-panel h2,.info-band h2{font-family:Georgia,serif;font-size:clamp(2.4rem,5vw,5.2rem);font-weight:400;line-height:1.02;letter-spacing:-.045em;margin:0 0 18px}.section-heading>p:last-child,.feature-copy>p,.closing>p,.service-group header>p:last-child,.booking-panel p,.info-band p{color:var(--muted);font-size:1.04rem}.treatment-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.treatment-card{min-height:330px;padding:32px;border-radius:var(--radius);background:rgba(255,255,255,.72);border:1px solid rgba(185,144,82,.16);text-decoration:none;display:flex;flex-direction:column;box-shadow:0 15px 45px rgba(59,44,46,.06);transition:transform .25s ease,box-shadow .25s ease}.treatment-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.treatment-card>span,.value-grid span{font-size:11px;letter-spacing:.18em;color:var(--gold-dark)}.treatment-card h3{font-family:Georgia,serif;font-size:2.5rem;font-weight:400;margin:42px 0 14px}.treatment-card p{color:var(--muted)}.treatment-card b{margin-top:auto;font-size:13px;color:var(--gold-dark)}
.feature{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center;padding-block:100px}.feature-image img{width:100%;display:block;border-radius:180px 180px 30px 30px;box-shadow:var(--shadow)}.feature-copy{max-width:590px}.feature-copy blockquote{font-family:Georgia,serif;font-size:1.6rem;line-height:1.35;margin:32px 0;padding-left:24px;border-left:1px solid var(--gold);color:#5f5152}.text-link{display:inline-block;margin-top:10px;color:var(--gold-dark);font-weight:700;text-decoration:none}.locations{background:rgba(255,255,255,.42);border-block:1px solid rgba(185,144,82,.14)}.location-grid{display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:18px}.location-card,.guidance{padding:32px;border-radius:24px;background:rgba(255,255,255,.74);border:1px solid rgba(185,144,82,.15)}.location-number{color:var(--gold);font-size:11px;letter-spacing:.18em}.location-card h3,.guidance h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:400;margin:32px 0 12px}.location-card p,.guidance p{color:var(--muted)}.closing{padding-block:130px;text-align:center;max-width:820px}.closing h2{margin-inline:auto}.closing>p{max-width:620px;margin-inline:auto}.page-hero{padding-block:110px 80px}.page-hero .lead{max-width:760px}.page-hero h1{font-size:clamp(3.4rem,7vw,6.8rem)}.feature--about{padding-top:30px}.values{background:rgba(255,255,255,.42);border-block:1px solid rgba(185,144,82,.14)}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.value-grid article{padding:32px;border-top:1px solid var(--gold)}.value-grid h3{font-family:Georgia,serif;font-size:1.8rem;font-weight:400;margin:26px 0 8px}.value-grid p{color:var(--muted)}.quote-band{padding:110px 0;background:#342d2d;color:#fff;text-align:center}.quote-band blockquote{max-width:930px;margin:0 auto;font-family:Georgia,serif;font-size:clamp(2rem,5vw,4.6rem);font-weight:400;line-height:1.1}.service-nav{position:sticky;top:78px;z-index:20;display:flex;gap:8px;overflow:auto;padding-block:12px;background:rgba(255,250,248,.9);backdrop-filter:blur(15px);border-block:1px solid rgba(185,144,82,.12)}.service-nav a{white-space:nowrap;text-decoration:none;font-size:13px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.7)}.service-list{padding-block:70px}.service-group{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;padding:70px 0;border-bottom:1px solid var(--line);scroll-margin-top:150px}.service-group h2{font-size:clamp(2.4rem,4vw,4.2rem)}.price-list{border-top:1px solid var(--ink)}.price-row{display:grid;grid-template-columns:1fr 95px 90px;gap:20px;padding:20px 0;border-bottom:1px solid var(--line);align-items:start}.price-row h3{font-family:Georgia,serif;font-size:1.25rem;font-weight:400;margin:0}.price-row p{margin:6px 0 0;color:var(--muted);font-size:13px}.price-row span,.price-row strong{text-align:right;font-size:13px}.price-row strong{color:var(--gold-dark)}.info-band{padding:90px 0;background:#342d2d;color:#fff}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.info-band p{color:#d8cece}.info-band .text-link{color:#e3bd7e}.gallery-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  gap:18px;
}

.gallery-item{
  min-width:0;
  margin:0;
  grid-column:span 4;
}

.gallery-item button{
  display:block;
  width:100%;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:24px;
  background:none;
  cursor:zoom-in;
}

.gallery-item img{
  display:block;
  width:100%;
  aspect-ratio:4 / 5;
  object-fit:cover;
}

.gallery-item figcaption{
  padding:10px 2px;
  color:var(--muted);
  font-size:12px;
}

.lightbox{width:min(900px,92vw);padding:0;border:0;background:transparent}.lightbox::backdrop{background:rgba(35,28,29,.88);backdrop-filter:blur(8px)}.lightbox img{width:100%;max-height:86vh;object-fit:contain;display:block;border-radius:18px}.lightbox button{position:absolute;right:10px;top:10px;width:42px;height:42px;border:0;border-radius:50%;font-size:28px;background:#fff}.booking-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-block:40px 100px}.booking-steps article{padding:32px;border-top:1px solid var(--gold)}.booking-steps span{color:var(--gold-dark);font-size:11px;letter-spacing:.18em}.booking-steps h2{font-family:Georgia,serif;font-weight:400;font-size:2rem;margin:28px 0 10px}.booking-steps p{color:var(--muted)}.booking-panel{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;padding:70px;border-radius:34px;background:rgba(255,255,255,.72);border:1px solid rgba(185,144,82,.15);box-shadow:var(--shadow)}.booking-panel aside{padding:28px;border-radius:24px;background:var(--rose)}.booking-panel ul{padding-left:20px;color:var(--muted)}.booking-panel li+li{margin-top:14px}.contact-strip{margin-top:100px;border-block:1px solid var(--line);background:rgba(255,255,255,.45)}.contact-strip .shell{display:grid;grid-template-columns:1fr 1fr}.contact-strip p{padding:25px;margin:0}.contact-strip p+p{border-left:1px solid var(--line)}.contact-strip span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.15em}.contact-strip a{text-decoration:none}.site-footer{padding:70px 0 90px;background:#2f2929;color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-grid>div:first-child{display:flex;align-items:flex-start;gap:14px}.footer-grid p{margin:0;color:#d7cccc}.footer-grid a{display:block;text-decoration:none;margin:8px 0;color:#fff}.footer-label{font-size:11px!important;text-transform:uppercase;letter-spacing:.16em}.copyright{font-size:12px;margin-top:24px!important}.mobile-book{display:none}.reveal{opacity:0;transform:translateY(18px);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:none}.reveal[data-delay="1"]{transition-delay:.12s}.reveal[data-delay="2"]{transition-delay:.24s}
@media(max-width:900px){.hero,.feature,.service-group,.booking-panel,.info-grid{grid-template-columns:1fr}.hero{gap:30px;min-height:auto;padding-block:55px}.hero-copy{text-align:center}.hero-copy .lead,.hero-copy .actions{margin-inline:auto;justify-content:center}.hero-visual{width:100%;max-width:560px;margin-inline:auto}.treatment-grid,.value-grid,.booking-steps{grid-template-columns:1fr}.treatment-card{min-height:250px}.location-grid{grid-template-columns:1fr 1fr}.guidance{grid-column:1/-1}.service-group{gap:30px}.booking-panel{padding:40px}.gallery-item{grid-column:span 6}.gallery-item img{aspect-ratio:4/5}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:720px){.shell{width:min(var(--shell),calc(100% - 28px))}.nav-wrap{min-height:68px}.brand-copy small{display:none}.nav-toggle{display:block}.nav-links{position:absolute;left:14px;right:14px;top:72px;display:none;flex-direction:column;align-items:stretch;padding:12px;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.nav-links.open{display:flex}.nav-links a{text-align:center}.nav-links .nav-book{margin-left:0}.hero h1,.page-hero h1{font-size:clamp(3rem,15vw,5rem)}.hero{padding-top:38px}.trust-grid{grid-template-columns:1fr}.trust-grid p{border-right:0;border-bottom:1px solid var(--line);padding:18px}.section{padding-block:80px}.section-heading h2,.feature h2,.closing h2,.service-group h2,.booking-panel h2,.info-band h2{font-size:clamp(2.2rem,11vw,3.8rem)}.feature{gap:42px;padding-block:70px}.feature-image{max-width:430px;margin:auto}.location-grid{grid-template-columns:1fr}.guidance{grid-column:auto}.page-hero{padding-block:70px 55px}.service-nav{top:68px;margin-inline:0;width:100%;padding-inline:14px}.service-group{padding:50px 0}.price-row{grid-template-columns:1fr auto}.price-row span{grid-column:1;text-align:left;color:var(--muted)}.price-row strong{grid-column:2;grid-row:1;text-align:right}.gallery-grid{gap:12px}.gallery-item{grid-column:span 12}.gallery-item img{aspect-ratio:4/5}.booking-steps{padding-bottom:70px}.booking-panel{padding:26px;gap:30px}.contact-strip .shell{grid-template-columns:1fr}.contact-strip p+p{border-left:0;border-top:1px solid var(--line)}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.mobile-book{display:block;position:fixed;left:12px;right:12px;bottom:12px;z-index:50}.mobile-book .button{width:100%;box-shadow:0 16px 35px rgba(47,41,41,.25)}.site-footer{padding-bottom:120px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.treatment-card{transition:none}}

/* =========================================================
   REFINED GALLERY
   ========================================================= */

.page-hero--gallery {
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.gallery-section {
  padding-bottom: clamp(5rem, 10vw, 9rem);
}

.gallery-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1fr);
  column-gap: clamp(3rem, 9vw, 8rem);
  align-items: end;
  max-width: 68rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.gallery-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 1rem;
}

.gallery-intro h2 {
  max-width: 9ch;
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.gallery-intro > p:last-child {
  max-width: 34rem;
  margin: 0;
  color: var(--muted, #766d69);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.7;
}


/* =========================================================
   SEVEN-PHOTO GALLERY
   ========================================================= */

.gallery-grid--seven {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.75rem);
  align-items: start;
}

.gallery-grid--seven .gallery-item {
  min-width: 0;
  margin: 0;
}

.gallery-grid--seven .gallery-item button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: clamp(0.8rem, 1.4vw, 1.25rem);
  background: #eee4e1;
  cursor: zoom-in;
}

.gallery-grid--seven .gallery-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}


/* Photo 4: give the before-and-after image a complete row */

.gallery-grid--seven .gallery-item--comparison {
  grid-column: 1 / -1;
  margin-block: clamp(0.5rem, 2vw, 1.5rem);
}

.gallery-grid--seven .gallery-item--comparison button {
  display: flex;
  justify-content: center;
  background: #f1e8e5;
}

.gallery-grid--seven .gallery-item--comparison img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: min(78vh, 54rem);
  aspect-ratio: auto;
  object-fit: contain;
}


/* Photo 5: a larger editorial image */

.gallery-grid--seven .gallery-item--feature {
  grid-column: 1 / -1;
}

.gallery-grid--seven .gallery-item--feature button {
  max-width: 44rem;
  margin-inline: auto;
}

.gallery-grid--seven .gallery-item--feature img {
  aspect-ratio: 4 / 5;
}


/* Final pair */

.gallery-grid--seven .gallery-item:nth-last-child(-n + 2) {
  margin-top: clamp(0.5rem, 2vw, 1.5rem);
}


/* Interaction */

.gallery-grid--seven .gallery-item button:hover img,
.gallery-grid--seven .gallery-item button:focus-visible img {
  transform: scale(1.025);
}

.gallery-grid--seven .gallery-item--comparison button:hover img,
.gallery-grid--seven .gallery-item--comparison button:focus-visible img {
  transform: none;
}

.gallery-grid--seven .gallery-item button:focus-visible {
  outline: 2px solid #332c2a;
  outline-offset: 4px;
}


/* Tablet */

@media (max-width: 800px) {
  .gallery-grid--seven {
    gap: 0.9rem;
  }

  .gallery-grid--seven .gallery-item--comparison {
    margin-block: 0.75rem;
  }

  .gallery-grid--seven .gallery-item--comparison img {
    max-height: 44rem;
  }
}


/* Mobile */

@media (max-width: 580px) {
  .gallery-grid--seven {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--comparison,
  .gallery-grid--seven .gallery-item--feature {
    grid-column: 1;
    margin: 0;
  }

  .gallery-grid--seven .gallery-item--feature button {
    max-width: none;
  }

  .gallery-grid--seven .gallery-item img {
    aspect-ratio: 4 / 5;
  }

  .gallery-grid--seven .gallery-item--comparison img {
    width: 100%;
    height: auto;
    max-height: none;
    aspect-ratio: auto;
    object-fit: contain;
  }

  .gallery-grid--seven .gallery-item:nth-last-child(-n + 2) {
    margin-top: 0;
  }
}


/* Reduced motion */


/* Responsive hero logo */

@media (max-width:900px){
  .hero-visual{
    width:100%;
    max-width:540px;
    margin-inline:auto;
  }

  .logo-frame{
    width:min(88vw,500px);
  }
}

@media (max-width:520px){
  .logo-frame{
    width:min(92vw,420px);
  }

  .spark--one{
    right:0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-grid--seven .gallery-item img {
    transition: none;
  }

  .gallery-grid--seven .gallery-item button:hover img,
  .gallery-grid--seven .gallery-item button:focus-visible img {
    transform: none;
  }
}

/* =========================================================
   LITTLE BEAUTY SECRETS — BRAND ASSET IMPLEMENTATION
   ========================================================= */
.brand--logo{display:flex;align-items:center;min-width:0;padding:0;text-decoration:none}
.brand-logo{display:block;width:clamp(230px,25vw,330px);height:auto;max-height:58px;object-fit:contain;object-position:left center}
.nav-wrap{min-height:86px}
.hero-visual{isolation:isolate}
.logo-frame{width:min(100%,610px);background:none;border:0;box-shadow:none;overflow:visible}
.logo-frame::before,.logo-frame::after{content:none}
.logo-frame img{display:block;width:100%;height:auto;object-fit:contain;filter:none;mix-blend-mode:normal}
.footer-brand{display:flex;align-items:flex-start}
.footer-logo{display:block;width:min(100%,390px);height:auto;max-height:86px;object-fit:contain;object-position:left center}
@media(max-width:900px){.brand-logo{width:clamp(210px,42vw,300px)}.logo-frame{width:min(92vw,560px)}}
@media(max-width:720px){.nav-wrap{min-height:72px}.brand-logo{width:min(58vw,250px);max-height:48px}.nav-links{top:76px}.logo-frame{width:min(94vw,500px)}.footer-logo{width:min(100%,340px)}}
@media(max-width:420px){.brand-logo{width:min(55vw,220px)}}


/* =========================================================
   RESPONSIVE BRAND APPLICATION — V3
   ========================================================= */

.brand--compact{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none}
.brand-icon{display:block;width:48px;height:48px;flex:0 0 48px}
.brand--compact .brand-copy{display:grid;min-width:0;line-height:1.05}
.brand--compact .brand-copy strong{font-family:Georgia,serif;font-size:17px;font-weight:500;white-space:nowrap}
.brand--compact .brand-copy small{margin-top:6px;color:var(--muted);font-size:9px;letter-spacing:.17em;text-transform:uppercase;white-space:nowrap}

.logo-frame--animated{position:relative}
.hero-constellation{position:absolute;z-index:2;top:21%;left:31%;width:38%;height:auto;overflow:visible;pointer-events:none;filter:drop-shadow(0 0 7px rgba(201,149,70,.18))}
.hero-constellation__lines{fill:none;stroke:#c89546;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round;opacity:.72}
.hero-constellation__lines path{stroke-dasharray:240;stroke-dashoffset:240;animation:lbsConstellationDraw 2.8s cubic-bezier(.22,1,.36,1) .45s forwards}
.hero-constellation__lines path:nth-child(2){animation-delay:.8s}
.hero-constellation__stars,.hero-constellation__twinkles{fill:#c89546}
.hero-constellation__stars circle{opacity:0;transform-box:fill-box;transform-origin:center;animation:lbsStarReveal .8s ease forwards}
.hero-constellation__stars circle:nth-child(1){animation-delay:1.1s}.hero-constellation__stars circle:nth-child(2){animation-delay:1.25s}.hero-constellation__stars circle:nth-child(3){animation-delay:1.4s}.hero-constellation__stars circle:nth-child(4){animation-delay:1.55s}.hero-constellation__stars circle:nth-child(5){animation-delay:1.7s}.hero-constellation__stars circle:nth-child(6){animation-delay:1.85s}.hero-constellation__stars circle:nth-child(7){animation-delay:2s}.hero-constellation__stars circle:nth-child(8){animation-delay:2.15s}.hero-constellation__stars circle:nth-child(9){animation-delay:2.3s}
.hero-constellation__twinkles path{transform-box:fill-box;transform-origin:center;animation:lbsTwinkle 3.2s ease-in-out 2.5s infinite}
.hero-constellation__twinkles path:nth-child(2){animation-delay:3.15s}

@keyframes lbsConstellationDraw{to{stroke-dashoffset:0}}
@keyframes lbsStarReveal{0%{opacity:0;transform:scale(.3)}70%{opacity:1;transform:scale(1.25)}100%{opacity:.95;transform:scale(1)}}
@keyframes lbsTwinkle{0%,72%,100%{opacity:.55;transform:scale(.9)}80%{opacity:1;transform:scale(1.32)}88%{opacity:.7;transform:scale(1)}}

.feature-image--brand{display:grid;place-items:center;min-height:520px;padding:clamp(1.5rem,4vw,3rem);border-radius:180px 180px 30px 30px;background:radial-gradient(circle at 50% 42%,rgba(255,255,255,.96),rgba(255,250,247,.62) 65%,rgba(244,232,234,.42));border:1px solid rgba(185,144,82,.14)}
.feature-image--brand img{width:min(100%,500px);height:auto;border-radius:0;box-shadow:none}

.footer-brand{display:flex;align-items:center}
.footer-logo{width:min(100%,430px);max-height:none;object-fit:contain}

@media(max-width:900px){
  .brand-icon{width:44px;height:44px;flex-basis:44px}
  .feature-image--brand{min-height:440px}
}

@media(max-width:720px){
  .brand--compact .brand-copy strong{font-size:15px}
  .brand--compact .brand-copy small{display:none}
  .brand-icon{width:42px;height:42px;flex-basis:42px}
  .hero-constellation{top:21%;left:30%;width:40%}
  .feature-image--brand{min-height:360px;border-radius:120px 120px 24px 24px}
}

@media(max-width:420px){
  .brand--compact .brand-copy strong{font-size:14px}
  .brand-icon{width:38px;height:38px;flex-basis:38px}
}

@media(prefers-reduced-motion:reduce){
  .hero-constellation__lines path{stroke-dashoffset:0;animation:none}
  .hero-constellation__stars circle,.hero-constellation__twinkles path{opacity:.9;transform:none;animation:none}
}


/* =========================================================
   FOOTER BRAND FIX — V4
   ========================================================= */

.site-footer .footer-brand{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:0;
}

.footer-submark{
  display:block;
  width:76px;
  height:76px;
  flex:0 0 76px;
}

.footer-brand-copy{
  display:grid;
  gap:5px;
  min-width:0;
}

.footer-brand-copy strong{
  color:#fff;
  font-family:Georgia,serif;
  font-size:1.15rem;
  font-weight:500;
  letter-spacing:.01em;
}

.footer-brand-copy span{
  color:#d7cccc;
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.site-footer .footer-logo{
  display:none;
}

@media(max-width:720px){
  .site-footer .footer-brand{
    gap:14px;
  }

  .footer-submark{
    width:64px;
    height:64px;
    flex-basis:64px;
  }

  .footer-brand-copy strong{
    font-size:1rem;
  }

  .footer-brand-copy span{
    font-size:.66rem;
    letter-spacing:.13em;
  }
}


/* =========================================================
   ABOUT SECONDARY LOGO FIX — V5
   ========================================================= */

.feature-image--secondary-logo{
  min-height:0;
  padding:clamp(1rem,3vw,2rem);
  border:0;
  border-radius:0;
  background:none;
  box-shadow:none;
}

.feature-image--secondary-logo img{
  display:block;
  width:min(100%,470px);
  height:auto;
  margin-inline:auto;
  object-fit:contain;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 22px 35px rgba(89,62,61,.10));
}

@media(max-width:720px){
  .feature-image--secondary-logo{
    padding:0;
  }

  .feature-image--secondary-logo img{
    width:min(92vw,410px);
  }
}


/* =========================================================
   FINAL BRAND APPLICATION — V6
   ========================================================= */

/* Approved alternate botanical icon in navigation */
.brand--compact .brand-icon{
  width:58px;
  height:48px;
  flex:0 0 58px;
  object-fit:contain;
  overflow:visible;
}

/* Approved alternate botanical icon in footer */
.footer-submark--botanical{
  width:100px;
  height:82px;
  flex:0 0 100px;
  object-fit:contain;
}

/* Quiet hero entrance and botanical rustle */
.logo-frame--animated > img{
  transform-origin:50% 54%;
  animation:
    lbsHeroLogoArrival 1.35s cubic-bezier(.22,1,.36,1) both,
    lbsBotanicalRustle 13s ease-in-out 3.2s infinite;
  will-change:transform,filter;
}

.logo-frame--animated::before,
.logo-frame--animated::after{
  content:"";
  position:absolute;
  z-index:3;
  width:7px;
  height:7px;
  border-radius:50%;
  pointer-events:none;
  background:rgba(201,149,70,.88);
  box-shadow:
    0 0 0 5px rgba(201,149,70,.08),
    0 0 18px rgba(201,149,70,.25);
  opacity:0;
}

.logo-frame--animated::before{
  top:24%;
  right:13%;
  animation:lbsFloralDust 7.5s ease-in-out 3.6s infinite;
}

.logo-frame--animated::after{
  left:14%;
  bottom:22%;
  width:5px;
  height:5px;
  animation:lbsFloralDust 8.8s ease-in-out 5.1s infinite reverse;
}

@keyframes lbsHeroLogoArrival{
  0%{
    opacity:0;
    transform:scale(.965) translateY(8px);
    filter:saturate(.96) blur(1.5px);
  }
  100%{
    opacity:1;
    transform:scale(1) translateY(0);
    filter:saturate(1) blur(0);
  }
}

@keyframes lbsBotanicalRustle{
  0%,100%{
    transform:translate3d(0,0,0) rotate(0deg) scale(1);
  }
  28%{
    transform:translate3d(.7px,-.4px,0) rotate(.12deg) scale(1.001);
  }
  56%{
    transform:translate3d(-.5px,.35px,0) rotate(-.09deg) scale(.9995);
  }
  78%{
    transform:translate3d(.35px,-.2px,0) rotate(.06deg) scale(1.0005);
  }
}

@keyframes lbsFloralDust{
  0%,62%,100%{
    opacity:0;
    transform:translate3d(0,4px,0) scale(.72);
  }
  70%{
    opacity:.72;
  }
  78%{
    opacity:1;
    transform:translate3d(2px,-2px,0) scale(1);
  }
  88%{
    opacity:0;
    transform:translate3d(5px,-9px,0) scale(.62);
  }
}

@media(max-width:900px){
  .brand--compact .brand-icon{
    width:52px;
    height:44px;
    flex-basis:52px;
  }

  .footer-submark--botanical{
    width:88px;
    height:72px;
    flex-basis:88px;
  }
}

@media(max-width:720px){
  .brand--compact .brand-icon{
    width:48px;
    height:40px;
    flex-basis:48px;
  }

  .footer-submark--botanical{
    width:78px;
    height:64px;
    flex-basis:78px;
  }
}

@media(prefers-reduced-motion:reduce){
  .logo-frame--animated > img{
    animation:none;
  }

  .logo-frame--animated::before,
  .logo-frame--animated::after{
    display:none;
  }
}


/* =========================================================
   LIGHT SIGNATURE FOOTER — V7
   ========================================================= */

.site-footer{
  padding:clamp(4.5rem,8vw,6.5rem) 0;
  color:var(--ink);
  background:var(--cream);
  border-top:1px solid rgba(185,144,82,.16);
}

.site-footer .footer-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,220px));
  justify-content:center;
  column-gap:clamp(3rem,9vw,8rem);
  row-gap:clamp(2.5rem,5vw,4rem);
  text-align:center;
}

.site-footer .footer-grid>div:first-child{
  grid-column:1 / -1;
}

.site-footer .footer-brand{
  display:grid;
  justify-items:center;
  gap:1rem;
  min-width:0;
}

.site-footer .footer-submark--botanical{
  display:block;
  width:clamp(106px,11vw,146px);
  height:auto;
  flex:none;
  object-fit:contain;
}

.site-footer .footer-brand-copy{
  display:grid;
  justify-items:center;
  gap:.4rem;
}

.site-footer .footer-brand-copy strong{
  color:var(--ink);
  font-family:Georgia,serif;
  font-size:clamp(1.2rem,2vw,1.55rem);
  font-weight:500;
  line-height:1.15;
}

.site-footer .footer-brand-copy span{
  color:var(--muted);
  font-size:.72rem;
  letter-spacing:.18em;
  line-height:1.5;
  text-transform:uppercase;
}

.site-footer .footer-label{
  margin:0 0 1rem;
  color:var(--gold-dark);
  font-size:.68rem!important;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.site-footer .footer-grid p{
  color:var(--muted);
}

.site-footer .footer-grid a{
  display:block;
  width:max-content;
  margin:.6rem auto;
  color:#463e3c;
  text-decoration:none;
  text-underline-offset:.22em;
  transition:color .2s ease;
}

.site-footer .footer-grid a:hover,
.site-footer .footer-grid a:focus-visible{
  color:#c89646;
  text-decoration:underline;
}

.site-footer .copyright{
  margin-top:1.5rem!important;
  color:var(--muted)!important;
  font-size:.72rem;
}

@media(max-width:720px){
  .site-footer{
    padding:4.25rem 0 7.5rem;
  }

  .site-footer .footer-grid{
    grid-template-columns:1fr;
    row-gap:2.25rem;
  }

  .site-footer .footer-grid>div:first-child{
    grid-column:1;
  }

  .site-footer .footer-submark--botanical{
    width:118px;
  }
}


/* =========================================================
   COMPACT LIGHT FOOTER — V8
   ========================================================= */

.site-footer{
  padding:clamp(2.75rem,5vw,4rem) 0;
}

.site-footer .footer-grid{
  display:grid;
  grid-template-columns:auto minmax(150px,220px) minmax(150px,220px);
  align-items:center;
  justify-content:center;
  column-gap:clamp(2.5rem,7vw,6rem);
  row-gap:1.5rem;
  text-align:left;
}

.site-footer .footer-grid>div:first-child{
  grid-column:auto;
}

.site-footer .footer-brand{
  display:flex;
  align-items:center;
  justify-content:flex-start;
}

.site-footer .footer-submark--botanical{
  width:clamp(92px,9vw,125px);
  height:auto;
  flex:none;
}

.site-footer .footer-brand-copy{
  display:none;
}

.site-footer .footer-label{
  margin:0 0 .75rem;
}

.site-footer .footer-grid a{
  width:max-content;
  margin:.45rem 0;
}

.site-footer .copyright{
  margin-top:1.1rem!important;
}

@media(max-width:720px){
  .site-footer{
    padding:3rem 0 6.5rem;
  }

  .site-footer .footer-grid{
    grid-template-columns:auto 1fr 1fr;
    align-items:start;
    column-gap:1.5rem;
    row-gap:1rem;
  }

  .site-footer .footer-submark--botanical{
    width:82px;
  }
}

@media(max-width:520px){
  .site-footer .footer-grid{
    grid-template-columns:1fr 1fr;
  }

  .site-footer .footer-brand{
    grid-column:1 / -1;
    justify-content:flex-start;
  }

  .site-footer .footer-submark--botanical{
    width:88px;
  }
}


/* =========================================================
   V9 — MOBILE BOOKING + GALLERY FIX
   ========================================================= */

/* The floating mobile booking bar has been removed from the HTML.
   Keep this as a defensive fallback in case an old cached page remains. */
.mobile-book{
  display:none !important;
}

/* Desktop gallery remains restrained and centred. */
.gallery-grid--seven{
  max-width:760px;
  margin-inline:auto;
  gap:clamp(2rem,4vw,3.25rem);
}

.gallery-grid--seven .gallery-item{
  width:min(100%,380px);
  margin-inline:auto;
}

.gallery-grid--seven .gallery-item--comparison{
  width:min(100%,520px);
}

.gallery-grid--seven .gallery-item--feature{
  width:min(100%,340px);
}

/* Mobile gallery: use the screen properly without oversized images,
   off-centre framing, or excessive empty space. */
@media(max-width:580px){
  .page-hero--gallery{
    padding-top:3.5rem;
    padding-bottom:2.75rem;
  }

  .gallery-intro{
    display:block;
    margin-bottom:2rem;
  }

  .gallery-intro h2{
    max-width:10ch;
    margin-bottom:1rem;
    font-size:clamp(2rem,10vw,3rem);
  }

  .gallery-intro > p:last-child{
    max-width:32rem;
    font-size:.98rem;
    line-height:1.65;
  }

  .gallery-section{
    padding-bottom:4.5rem;
  }

  .gallery-grid--seven{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    max-width:100%;
    gap:1.35rem;
    margin:0;
  }

  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--comparison,
  .gallery-grid--seven .gallery-item--feature{
    grid-column:1;
    width:min(100%,360px);
    margin-inline:auto;
    margin-block:0;
  }

  .gallery-grid--seven .gallery-item button,
  .gallery-grid--seven .gallery-item--comparison button,
  .gallery-grid--seven .gallery-item--feature button{
    width:100%;
    max-width:none;
    margin:0;
    border-radius:18px;
    background:transparent;
  }

  .gallery-grid--seven .gallery-item img,
  .gallery-grid--seven .gallery-item--comparison img,
  .gallery-grid--seven .gallery-item--feature img{
    display:block;
    width:100%;
    max-width:none;
    height:auto;
    max-height:none;
    margin:0;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center;
    border-radius:18px;
  }

  /* The comparison image needs slightly more width because it contains two faces. */
  .gallery-grid--seven .gallery-item--comparison{
    width:min(100%,390px);
  }

  .closing{
    padding-top:4.75rem;
    padding-bottom:4.5rem;
  }

  .closing .actions{
    gap:.75rem;
  }

  .closing .button{
    width:100%;
    max-width:22rem;
  }

  .site-footer{
    padding-bottom:3rem;
  }
}

@media(max-width:390px){
  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--feature{
    width:min(100%,330px);
  }

  .gallery-grid--seven .gallery-item--comparison{
    width:min(100%,350px);
  }
}
/* =========================================================
   RESPONSIVE GALLERY + PERSONAL APPROACH
   Desktop, tablet and mobile treated separately
   ========================================================= */


/* ---------------------------------------------------------
   GALLERY — DESKTOP
   --------------------------------------------------------- */

@media (min-width: 901px) {

  .gallery-grid--seven {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 940px);
    max-width: 940px;
    margin-inline: auto;
    gap: clamp(2rem, 4vw, 4.5rem);
    align-items: start;
  }

  .gallery-grid--seven .gallery-item {
    grid-column: auto;
    width: min(100%, 380px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item button {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 20px;
    background: transparent;
  }

  .gallery-grid--seven .gallery-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 20px;
  }

  /* The before-and-after becomes a full-width feature */
  .gallery-grid--seven .gallery-item--comparison {
    grid-column: 1 / -1;
    width: min(100%, 600px);
  }

  /* Centred feature portrait */
  .gallery-grid--seven .gallery-item--feature {
    grid-column: 1 / -1;
    width: min(100%, 360px);
  }

  /*
    Seven images leave one final image without a partner.
    Centre the final item across the grid.
  */
  .gallery-grid--seven .gallery-item:last-child {
    grid-column: 1 / -1;
    width: min(100%, 380px);
  }
}


/* ---------------------------------------------------------
   GALLERY — TABLET
   --------------------------------------------------------- */

@media (min-width: 581px) and (max-width: 900px) {

  .gallery-grid--seven {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 720px);
    margin-inline: auto;
    gap: 2rem;
  }

  .gallery-grid--seven .gallery-item {
    grid-column: auto;
    width: min(100%, 310px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item button,
  .gallery-grid--seven .gallery-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 18px;
  }

  .gallery-grid--seven .gallery-item--comparison {
    grid-column: 1 / -1;
    width: min(100%, 520px);
  }

  .gallery-grid--seven .gallery-item--feature,
  .gallery-grid--seven .gallery-item:last-child {
    grid-column: 1 / -1;
    width: min(100%, 320px);
  }
}


/* ---------------------------------------------------------
   GALLERY — MOBILE
   Keep the version that already works
   --------------------------------------------------------- */

@media (max-width: 580px) {

  .gallery-grid--seven {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    gap: 1.4rem;
  }

  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--feature {
    grid-column: 1;
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item--comparison {
    grid-column: 1;
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item button,
  .gallery-grid--seven .gallery-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
  }
}


/* =========================================================
   PERSONAL APPROACH — DESKTOP
   ========================================================= */

@media (min-width: 901px) {

  .feature {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: clamp(4rem, 8vw, 7rem);
  }

  .feature-image {
    width: 100%;
    max-width: 430px;
    margin-inline: auto;
  }

  .feature-image img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/* =========================================================
   PERSONAL APPROACH — TABLET AND MOBILE
   ========================================================= */

@media (max-width: 900px) {

  .feature {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding-block: 5rem;
  }

  .feature-image {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .feature-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 470px;
    object-fit: cover;
    object-position: center;
    border-radius: 130px 130px 26px 26px;
  }

  .feature-copy {
    width: min(100%, 560px);
    margin-inline: auto;
    text-align: center;
  }

  .feature-copy .eyebrow {
    text-align: center;
  }

  .feature-copy blockquote {
    max-width: 32rem;
    margin-inline: auto;
    padding-left: 0;
    border-left: 0;
  }
}


/* Smaller phones */

@media (max-width: 520px) {

  .feature {
    gap: 1.75rem;
    padding-block: 4rem;
  }

  .feature-image {
    width: min(88vw, 330px);
  }

  .feature-image img {
    max-height: 390px;
    border-radius: 105px 105px 22px 22px;
  }

  .feature-copy h2 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .feature-copy blockquote {
    margin-top: 1.5rem;
    font-size: 1.25rem;
  }
}
/* =========================================================
   FINAL GALLERY RHYTHM
   Two-column layout from 721px upward
   ========================================================= */

@media (min-width: 721px) {

  .gallery-grid--seven {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 900px);
    max-width: 900px;
    margin-inline: auto;
    gap: clamp(2rem, 4vw, 4rem);
    align-items: start;
  }

  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--feature,
  .gallery-grid--seven .gallery-item--comparison {
    grid-column: auto;
    width: min(100%, 350px);
    margin: 0 auto;
  }

  .gallery-grid--seven .gallery-item button,
  .gallery-grid--seven .gallery-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    border-radius: 20px;
  }

  /* Photos 1 and 2 form the first row */

  .gallery-grid--seven .gallery-item:nth-child(1) {
    grid-column: 1;
  }

  .gallery-grid--seven .gallery-item:nth-child(2) {
    grid-column: 2;
  }

  /* Photo 3 sits centrally */

  .gallery-grid--seven .gallery-item:nth-child(3) {
    grid-column: 1 / -1;
    width: min(100%, 335px);
  }

  /* Before-and-after gets a full row */

  .gallery-grid--seven .gallery-item:nth-child(4),
  .gallery-grid--seven .gallery-item--comparison {
    grid-column: 1 / -1;
    width: min(100%, 560px);
  }

  /* Photos 5 and 6 form the second pair */

  .gallery-grid--seven .gallery-item:nth-child(5) {
    grid-column: 1;
    width: min(100%, 335px);
  }

  .gallery-grid--seven .gallery-item:nth-child(6) {
    grid-column: 2;
    width: min(100%, 335px);
  }

  /* Photo 7 finishes centrally */

  .gallery-grid--seven .gallery-item:nth-child(7) {
    grid-column: 1 / -1;
    width: min(100%, 350px);
  }
}


/* Keep the successful single-column mobile version */

@media (max-width: 720px) {

  .gallery-grid--seven {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    gap: 1.4rem;
  }

  .gallery-grid--seven .gallery-item,
  .gallery-grid--seven .gallery-item--feature {
    grid-column: 1;
    width: min(100%, 350px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item--comparison {
    grid-column: 1;
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .gallery-grid--seven .gallery-item button,
  .gallery-grid--seven .gallery-item img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 18px;
  }
}
/* =========================================================
   MOBILE CONTENT SIMPLIFICATION
   ========================================================= */

@media (max-width: 720px) {

  /* -----------------------------------------
     PERSONAL APPROACH
     Hide decorative artwork on small screens
     ----------------------------------------- */

  .feature .feature-image {
    display: none;
  }

  .feature {
    display: block;
    padding-block: 4.5rem;
  }

  .feature-copy {
    width: min(100%, 36rem);
    margin-inline: auto;
    text-align: center;
  }

  .feature-copy .eyebrow {
    text-align: center;
  }

  .feature-copy h2 {
    max-width: 10ch;
    margin-inline: auto;
    font-size: clamp(2.7rem, 12vw, 4rem);
    line-height: .98;
  }

  .feature-copy > p {
    max-width: 34rem;
    margin-inline: auto;
  }

  .feature-copy blockquote {
    max-width: 32rem;
    margin: 1.75rem auto 0;
    padding: 0;
    border-left: 0;
    font-size: 1.25rem;
    line-height: 1.45;
  }


  /* -----------------------------------------
     LOCATIONS
     Replace oversized cards with compact rows
     ----------------------------------------- */

  .locations .section {
    padding-block: 4.5rem;
  }

  .location-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(185, 144, 82, .16);
    border-radius: 22px;
    background: rgba(255, 255, 255, .55);
  }

  .location-card,
  .guidance {
    min-height: 0;
    padding: 1.4rem 1.35rem;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .location-card + .location-card,
  .location-card + .guidance,
  .guidance {
    border-top: 1px solid rgba(47, 41, 41, .1);
  }

  .location-number {
    margin-bottom: .4rem;
    font-size: .62rem;
  }

  .location-card h3,
  .guidance h3 {
    margin: .35rem 0 .45rem;
    font-size: 1.55rem;
    line-height: 1.15;
  }

  .location-card p,
  .guidance p {
    margin: 0;
    font-size: .95rem;
    line-height: 1.5;
  }

  .guidance .button {
    min-height: 46px;
    margin-top: 1rem;
    padding-inline: 1.1rem;
  }
}
/* =========================================================
   ULTRA MINIMAL MOBILE FOOTER
   ========================================================= */

@media (max-width:720px){

.site-footer{
    padding:2rem 1.5rem;
    border-top:1px solid rgba(190,160,110,.15);
}

.footer-grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:1rem;
}

/* Hide all branding */
.footer-brand{
    display:none;
}

/* Remove headings */
.footer-label{
    display:none;
}

/* Stack links */
.footer-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:.65rem;
}

.footer-links a{
    color:var(--ink);
    text-decoration:none;
    font-size:1rem;
    transition:.25s;
}

.footer-links a:hover{
    color:var(--accent);
}

.copyright{
    margin-top:.4rem;
    font-size:.82rem;
    color:rgba(0,0,0,.55);
}

}
/* =========================================================
   EXACT MINIMAL MOBILE FOOTER
   Matches current footer HTML
   ========================================================= */

@media (max-width:720px){

  .site-footer{
    padding:2rem 1.5rem 2.25rem;
    border-top:1px solid rgba(185,144,82,.15);
  }

  .site-footer .footer-grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:.75rem;
    text-align:center;
  }

  /* Remove logo completely on mobile */
  .site-footer .footer-brand{
    display:none !important;
  }

  /* Remove Appointments and Follow headings */
  .site-footer .footer-label{
    display:none !important;
  }

  /* Centre the two remaining footer groups */
  .site-footer .footer-grid > div{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
  }

  .site-footer .footer-grid a{
    width:max-content;
    margin:.35rem auto;
    color:var(--ink);
    font-size:1rem;
    text-decoration:none;
  }

  .site-footer .footer-grid a:hover,
  .site-footer .footer-grid a:focus-visible{
    color:var(--gold-dark);
  }

  .site-footer .copyright{
    margin-top:.75rem !important;
    color:var(--muted) !important;
    font-size:.78rem;
    letter-spacing:.03em;
  }
}