:root {
  --ink: #1d2723;
  --forest: #263a32;
  --forest-dark: #17251f;
  --sage: #aab5a4;
  --mint: #dfe7df;
  --cream: #f6f2e9;
  --sand: #d7c9b4;
  --gold: #b89a6a;
  --white: #fff;
  --serif: "Manier", Georgia, serif;
  --sans: "Poppins", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.75; font-weight: 300; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 900px; }
.center { text-align: center; }
.section-pad { padding: 110px 0; }
.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; }
.eyebrow { margin: 0 0 18px; font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; font-weight: 600; }
.eyebrow.dark { color: #6c786f; }
.reset-page h1,
.reset-page h2,
.reset-page h3 {
    font-family: "Manier", Georgia, serif;
    font-weight: 200;
    line-height: 1.05;
    margin-top: 0;
    text-transform: none;
}
body.reset-page main h1 {
  font-size: clamp(3.8rem, 8vw, 7.5rem);
}

body.reset-page main h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
}
.lead { font-size: clamp(1.08rem, 1.4vw, 1.3rem); line-height: 1.9; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 29px; border: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; transition: .25s ease; }
.button-light { color: var(--white); }
.button-light:hover { color: var(--forest-dark); background: var(--white); border-color: var(--white); transform: translateY(-2px); }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; right: 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); }
.header-inner { min-height: 94px; padding: 0 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; font-family: var(--serif); font-size: 1.6rem; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .11em; }
.brand-copy strong { font-family: var(--serif); font-size: 1.23rem; font-weight: 500; }
.brand-copy small { margin-top: 5px; font-size: .57rem; letter-spacing: .5em; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 500; }
.site-nav a { position: relative; padding: 13px 0; }
.site-nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 7px; height: 1px; background: currentColor; transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.site-nav .nav-book { border: 1px solid rgba(255,255,255,.7); padding: 12px 18px; }
.site-nav .nav-book:hover { background: #fff; color: var(--forest-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 26px; height: 1px; margin: 6px 0; background: white; }
.reset-hero { position: relative; min-height: 100vh; display: flex; align-items: end; overflow: hidden; color: #fff; }
.reset-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,28,22,.74) 0%, rgba(16,28,22,.38) 48%, rgba(16,28,22,.08) 100%), linear-gradient(0deg, rgba(14,25,20,.58), transparent 55%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 20vh; }
.hero-content h1 { max-width: 900px; margin-bottom: 22px; }
.hero-intro { max-width: 610px; margin: 0 0 33px; font-size: clamp(1.05rem, 1.5vw, 1.32rem); }
.scroll-cue { position: absolute; z-index: 2; right: 45px; bottom: 43px; width: 28px; height: 52px; border: 1px solid rgba(255,255,255,.65); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 10px; width: 3px; height: 3px; border-radius: 50%; background: white; transform: translateX(-50%); animation: scroll 1.7s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,19px); } }
.intro-section { background: var(--cream); }
.intro-section h2 { margin-bottom: 30px; }
.benefit-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 76px; border-top: 1px solid #cec8bc; border-bottom: 1px solid #cec8bc; }
.benefit-strip div { padding: 30px 26px; border-right: 1px solid #cec8bc; display: grid; grid-template-columns: auto 1fr; column-gap: 16px; }
.benefit-strip div:last-child { border-right: 0; }
.benefit-strip span { grid-row: 1 / span 2; color: #9b9282; font-family: var(--serif); font-size: 1.6rem; }
.benefit-strip strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.benefit-strip small { color: #74776f; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.therapy { min-height: 760px; display: grid; grid-template-columns: 54% 46%; background: var(--forest); color: white; }
.therapy.reverse { grid-template-columns: 46% 54%; }
.therapy.reverse .therapy-image { order: 2; }
.therapy-image { min-height: 760px; overflow: hidden; }
.therapy-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.therapy:hover .therapy-image img { transform: scale(1.025); }
.therapy-copy { align-self: center; padding: 90px clamp(50px, 7vw, 120px); max-width: 720px; }
.therapy-copy h2 { margin-bottom: 18px; }
.therapy-copy p { max-width: 570px; color: rgba(255,255,255,.78); }
.therapy-number { color: var(--sand) !important; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.therapy-subtitle { margin-bottom: 30px; color: white !important; text-transform: uppercase; letter-spacing: .16em; font-size: .7rem; font-weight: 600; }
.therapy-cold { background: #dce4e5; color: #213238; }
.therapy-cold .therapy-copy p { color: #536268; }
.therapy-cold .therapy-number { color: #66808a !important; }
.therapy-cold .therapy-subtitle { color: #213238 !important; }
.therapy-water { background: #685b50; }
.therapy-rain { background: #44564e; }
.detail-image img { object-position: 15% center; }
.results-section { background: #e8e3d8; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: center; }
.results-list { border-top: 1px solid #bcb5a7; }
.results-list p { display: grid; grid-template-columns: 50px 1fr; gap: 17px; align-items: center; margin: 0; padding: 22px 0; border-bottom: 1px solid #bcb5a7; font-family: var(--serif); font-size: clamp(1.35rem, 2vw, 1.9rem); line-height: 1.25; }
.results-list span { color: #898173; font-family: var(--sans); font-size: .68rem; letter-spacing: .15em; }
.tip-section { padding: 0 0 110px; background: #e8e3d8; }
.tip-card { display: flex; align-items: center; gap: 38px; padding: 50px 58px; background: var(--forest-dark); color: white; }
.tip-card h2 { margin-bottom: 12px; font-size: clamp(2.4rem, 4vw, 4rem); }
.tip-card p:last-child { margin: 0; color: rgba(255,255,255,.72); }
.tip-icon { flex: 0 0 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--serif); font-size: 3rem; }
.booking-section { position: relative; min-height: 720px; display: grid; place-items: center; color: white; overflow: hidden; }
.booking-section > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.booking-shade { position: absolute; inset: 0; background: rgba(18,31,25,.62); }
.booking-content { position: relative; z-index: 2; max-width: 850px; }
.booking-content h2 { margin-bottom: 18px; }
.booking-content p:not(.eyebrow) { margin: 0 auto 32px; max-width: 620px; font-size: 1.15rem; }
.site-footer { padding: 80px 0 28px; background: #101b17; color: rgba(255,255,255,.7); }
.footer-grid { display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 60px; }
.footer-grid h3 { color: white; font-family: var(--sans); font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid p { margin: 0; font-size: .88rem; }
.footer-grid a:hover { color: white; }
.footer-brand { margin-bottom: 18px; color: white; font-family: var(--serif); font-size: 1.7rem; letter-spacing: .06em; }
.footer-brand span { display: block; font-family: var(--sans); font-size: .58rem; letter-spacing: .55em; }
.footer-bottom { margin-top: 64px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.12); font-size: .7rem; }
@media (max-width: 1100px) {
  .header-inner { padding: 0 24px; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 94px; left: 0; right: 0; padding: 24px; background: rgba(17,30,24,.98); flex-direction: column; align-items: stretch; gap: 2px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; }
  .site-nav a::after { display: none; }
  .site-nav .nav-book { margin-top: 8px; text-align: center; }
}
@media (max-width: 820px) {
  .container { width: min(100% - 32px, 1180px); }
  .section-pad { padding: 78px 0; }
  .reset-hero { min-height: 850px; }
  .hero-content { padding-bottom: 150px; }
  .scroll-cue { display: none; }
  .benefit-strip { grid-template-columns: 1fr 1fr; }
  .benefit-strip div:nth-child(2) { border-right: 0; }
  .benefit-strip div:nth-child(-n+2) { border-bottom: 1px solid #cec8bc; }
  .therapy, .therapy.reverse { min-height: auto; grid-template-columns: 1fr; }
  .therapy.reverse .therapy-image { order: 0; }
  .therapy-image { min-height: 520px; }
  .therapy-copy { padding: 70px 32px 78px; }
  .results-grid { grid-template-columns: 1fr; gap: 35px; }
  .tip-card { padding: 40px 30px; align-items: flex-start; }
  .tip-icon { flex-basis: 64px; height: 64px; font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  body { font-size: 15px; }
  .header-inner { min-height: 78px; }
  .site-nav { top: 78px; }
  .brand-mark { width: 38px; height: 38px; }
  .reset-hero { min-height: 760px; }
  .reset-hero > img { object-position: 56% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(13,25,19,.78), rgba(13,25,19,.15) 75%); }
  .hero-content { padding-bottom: 120px; }
  .hero-content h1 { font-size: 4rem; }
  .button { width: 100%; padding-inline: 18px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-strip div, .benefit-strip div:nth-child(2) { border-right: 0; border-bottom: 1px solid #cec8bc; }
  .benefit-strip div:last-child { border-bottom: 0; }
  .therapy-image { min-height: 390px; }
  .therapy-copy h2 { font-size: 3.1rem; }
  .tip-card { display: block; }
  .tip-icon { margin-bottom: 25px; }
  .booking-section { min-height: 650px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

/* ==================================================
   RESET PAGE TYPOGRAPHY AND COLOUR
   Scoped to this page so the main website is unaffected
   ================================================== */

/* Existing King’s Spa body font */
body.reset-page,
body.reset-page main,
body.reset-page main p,
body.reset-page main a,
body.reset-page main small,
body.reset-page main .button {
  font-family: "Poppins", Arial, sans-serif;
}

/* Existing King’s Spa heading font */
body.reset-page main h1,
body.reset-page main h2,
body.reset-page main h3,
body.reset-page main h1 *,
body.reset-page main h2 *,
body.reset-page main h3 * {
  font-family: "Manier", Georgia, serif !important;
  font-weight: 200 !important;
  font-style: normal !important;
  text-transform: none !important;
  font-variant: normal !important;
  letter-spacing: -0.025em !important;
}

/* White headings on photographic or dark sections */
body.reset-page main .reset-hero h1,
body.reset-page main .reset-hero h1 *,
body.reset-page main .therapy-heat h2,
body.reset-page main .therapy-heat h2 *,
body.reset-page main .therapy-water h2,
body.reset-page main .therapy-water h2 *,
body.reset-page main .therapy-rain h2,
body.reset-page main .therapy-rain h2 *,
body.reset-page main .tip-card h2,
body.reset-page main .tip-card h2 *,
body.reset-page main .booking-section h2,
body.reset-page main .booking-section h2 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Dark headings on pale sections */
body.reset-page main .intro-section h2,
body.reset-page main .intro-section h2 *,
body.reset-page main .therapy-cold h2,
body.reset-page main .therapy-cold h2 *,
body.reset-page main .results-section h2,
body.reset-page main .results-section h2 * {
  color: #213238 !important;
  -webkit-text-fill-color: #213238 !important;
}

/* Supporting text on dark/image sections */
body.reset-page main .reset-hero .eyebrow,
body.reset-page main .reset-hero .hero-intro,
body.reset-page main .therapy-heat .therapy-copy > p:not(.therapy-number),
body.reset-page main .therapy-water .therapy-copy > p:not(.therapy-number),
body.reset-page main .therapy-rain .therapy-copy > p:not(.therapy-number),
body.reset-page main .tip-card,
body.reset-page main .booking-section .eyebrow,
body.reset-page main .booking-section .booking-content > p {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

body.reset-page main .therapy-heat .therapy-subtitle,
body.reset-page main .therapy-water .therapy-subtitle,
body.reset-page main .therapy-rain .therapy-subtitle {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Preserve the smaller mobile heading sizes */
@media (max-width: 520px) {
  body.reset-page main .hero-content h1 {
    font-size: 4rem;
  }

  body.reset-page main .therapy-copy h2 {
    font-size: 2.65rem;
  }
}

@media (max-width: 820px) {
  body.reset-page .reset-hero .hero-content {
    transform: translateY(-60px);
  }
}

@media (max-width: 520px) {
  body.reset-page .reset-hero .hero-content {
    transform: translateY(-35px);
  }
}