/*
Theme Name: The Nailounge Chiswick
Theme URI: https://thenailounge.co.uk/
Author: The Nailounge
Description: Bespoke editable WordPress theme for The Nailounge Chiswick.
Version: 1.10.0
Text Domain: nailounge
*/

:root {
  --ivory: #f8f5ef;
  --beige: #e7ddd2;
  --taupe: #b39b8c;
  --brown: #846f64;
  --ink: #28231f;
  --white: #fffdf9;
  --line: rgba(63, 50, 42, 0.2);
  --site-max-width: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e9e2da; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
body > .announcement, body > .site-header, body > main, body > .notice, body > .site-footer { width: min(100%, var(--site-max-width)); margin-inline: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 30px; padding: 7px 18px; background: var(--brown); color: white; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.site-header { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { width: 230px; display: block; }
.brand img { width: 100%; display: block; }
.nav { display: flex; gap: 34px; align-items: center; }
.nav a, .nav-dropdown-toggle { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; padding: 10px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--taupe); transition: .25s; }
.nav a:hover::after, .nav a:focus::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 7px; border: 0; background: transparent; }
.nav-dropdown-toggle span { font-size: 13px; line-height: 1; transition: transform .25s ease; }
.nav-submenu { position: absolute; top: calc(100% + 12px); left: 50%; z-index: 30; min-width: 158px; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 18px 42px rgba(63, 50, 42, .13); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -7px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-submenu a { display: block; padding: 12px 14px; border-radius: 9px; white-space: nowrap; }
.nav-submenu a::after { display: none; }
.nav-submenu a:hover, .nav-submenu a:focus { background: var(--beige); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown.open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown:hover .nav-dropdown-toggle span, .nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.header-book { justify-self: end; }
.menu-toggle { display: none; }
.outline-button, .solid-button { min-height: 48px; padding: 0 24px; border: 1px solid var(--brown); background: transparent; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; transition: .2s; }
.solid-button { background: var(--brown); color: white; }
.outline-button:hover, .outline-button:focus, .solid-button:hover, .solid-button:focus { background: var(--taupe); border-color: var(--taupe); color: white; }
.button-arrow { margin-left: 28px; font-size: 16px; }

.hero { position: relative; height: calc(100vh - 130px); min-height: 650px; max-height: 900px; overflow: hidden; background: var(--beige); }
.hero-media { display: block; width: 100%; height: 100%; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,245,239,.78) 0%, rgba(248,245,239,.08) 44%, transparent 70%); }
.hero-copy { position: absolute; z-index: 2; left: 8vw; top: 50%; transform: translateY(-50%); max-width: 670px; }
.kicker { font-size: 9px; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }
.hero h1, .welcome h2, .section-title h2, .editorial h2, .voucher h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 108px); line-height: .92; letter-spacing: -.045em; font-weight: 400; margin: 24px 0; }
.hero h1 em, .welcome h2 em, .voucher h2 em { font-weight: 400; }
.hero-copy > p:not(.kicker) { font-family: Georgia, serif; font-size: 17px; line-height: 1.6; max-width: 430px; margin: 28px 0; }
.hero-copy-mobile { display: none; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 30px; font-size: 9px; line-height: 1.8; letter-spacing: .16em; text-align: right; }

.welcome { padding: 130px 12vw; text-align: center; }
.welcome h2 { font-size: clamp(55px, 6.7vw, 100px); }
.lead { font-family: Georgia, serif; font-size: 19px; line-height: 1.75; max-width: 760px; margin: 35px auto 70px; color: #5f554f; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 930px; margin: auto; }
.principle-card { min-width: 0; text-align: left; }
.principle-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.principle-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.principle-card:hover .principle-image img { transform: scale(1.035); }
.principle-meta { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 18px 4px 0; }
.principle-meta span { font-size: 9px; color: var(--taupe); letter-spacing: .18em; }
.principle-meta b { color: var(--ink); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.trending { padding: 110px 0 120px; overflow: hidden; background: #f1e9e0; border-block: 1px solid var(--line); }
.trending-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; padding: 0 6vw 58px; }
.trending-intro h2 { max-width: 850px; margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 88px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.trending-intro > p { max-width: 460px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; color: #5f554f; }
.trending-viewport { width: 100%; overflow: hidden; }
.trending-track { --trending-gap: 22px; display: flex; width: max-content; will-change: transform; animation: nailounge-trending-scroll 52s linear infinite; }
.trending-viewport:hover .trending-track, .trending-viewport:focus-within .trending-track { animation-play-state: paused; }
.trending-group { display: flex; gap: var(--trending-gap); padding-right: var(--trending-gap); }
.trending-card { width: clamp(210px, 20vw, 300px); aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.trending-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.trending-card:hover img { transform: scale(1.035); }
@keyframes nailounge-trending-scroll { to { transform: translateX(-50%); } }

.section { padding: 120px 6vw; }
.services { background: var(--beige); }
.section-title { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; margin-bottom: 70px; }
.section-title h2 { font-size: clamp(50px, 6.2vw, 90px); }
.section-title > p { font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 70px 1fr 160px 60px; gap: 25px; align-items: center; padding: 28px 15px; border-bottom: 1px solid var(--line); transition: .2s; }
.service-list article:hover { background: rgba(255,255,255,.35); }
.service-number { font-size: 10px; color: var(--taupe); }
.service-list h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin: 0 0 7px; }
.service-list p { font-size: 12px; color: #645b56; margin: 0; }
.service-meta { display: flex; gap: 32px; align-items: center; }
.service-meta small { font-size: 10px; }
.service-meta b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.service-book { font-size: 23px; text-align: center; }
.treatment-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 6vw; }
.treatment-group { min-width: 0; border-top: 1px solid var(--ink); }
.treatment-group > header { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: baseline; padding: 22px 8px 18px; border-bottom: 1px solid var(--line); }
.treatment-group > header span { font-size: 9px; letter-spacing: .15em; color: var(--taupe); }
.treatment-group > header h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.15; font-weight: 400; }
.treatment-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto 32px; gap: 18px; align-items: center; min-height: 68px; padding: 14px 8px; border-bottom: 1px solid var(--line); transition: background .2s; }
.treatment-list article:hover { background: rgba(255,255,255,.35); }
.treatment-copy { min-width: 0; }
.treatment-copy h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.3; font-weight: 400; }
.treatment-copy p { margin: 5px 0 0; color: #746860; font-size: 10px; line-height: 1.4; }
.treatment-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; text-align: right; }
.treatment-meta small { color: #746860; font-size: 9px; }
.treatment-meta b { max-width: 170px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.35; font-weight: 400; white-space: normal; }
.treatment-list .service-book { font-size: 18px; }

.treatment-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 24px; }
.treatment-category-card { min-width: 0; display: block; }
.treatment-category-image { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: #d9c9bc; }
.treatment-category-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.treatment-category-card:hover .treatment-category-image img, .treatment-category-card:focus .treatment-category-image img { transform: scale(1.035); }
.treatment-category-copy { display: grid; grid-template-columns: 32px minmax(0, 1fr) 28px; gap: 12px; align-items: start; padding: 19px 4px 0; }
.treatment-category-number { padding-top: 5px; color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.treatment-category-copy strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.15; font-weight: 400; }
.treatment-category-copy small { display: block; margin-top: 9px; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.5; }
.treatment-category-arrow { padding-top: 1px; font-size: 22px; text-align: right; transition: transform .25s ease; }
.treatment-category-card:hover .treatment-category-arrow, .treatment-category-card:focus .treatment-category-arrow { transform: translateX(5px); }
.treatments-full-link { width: max-content; display: flex; align-items: center; gap: 30px; margin: 58px auto 0; padding: 13px 0; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.treatments-page { background: var(--ivory); }
.treatments-hero { padding: 115px 10vw 90px; text-align: center; border-bottom: 1px solid var(--line); }
.treatments-hero h1 { max-width: 990px; margin: 24px auto 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7.2vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.treatments-hero > p:last-child { max-width: 720px; margin: 0 auto; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.treatments-accordion-section { padding: 95px 6vw 120px; background: var(--beige); }
.treatments-accordion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.treatment-accordion { scroll-margin-top: 150px; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--ivory); }
.treatment-accordion > summary { display: grid; grid-template-columns: 180px minmax(0, 1fr) 36px; gap: 23px; align-items: center; padding: 20px; cursor: pointer; list-style: none; }
.treatment-accordion > summary::-webkit-details-marker { display: none; }
.treatment-accordion-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 17px; background: #d9c9bc; }
.treatment-accordion-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.treatment-accordion > summary:hover .treatment-accordion-image img, .treatment-accordion > summary:focus .treatment-accordion-image img { transform: scale(1.035); }
.treatment-accordion-heading { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.treatment-accordion-number { margin-bottom: 16px; color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.treatment-accordion-heading strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.08; font-weight: 400; }
.treatment-accordion-heading small { margin-top: 10px; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.48; }
.treatment-accordion-count { margin-top: 16px; color: #826e61; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.treatment-accordion-toggle { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 25px; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease; }
.treatment-accordion[open] .treatment-accordion-toggle { transform: rotate(45deg); background: var(--brown); color: white; }
.treatment-menu-list { padding: 0 20px 18px; border-top: 1px solid var(--line); }
.treatment-menu-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto 30px; gap: 15px; align-items: center; min-height: 70px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.treatment-menu-list article:last-child { border-bottom: 0; }
.treatment-menu-list h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.3; font-weight: 400; }
.treatment-menu-list .treatment-copy p { font-size: 10px; }
.treatment-menu-list .treatment-meta b { max-width: 150px; font-size: 14px; }
.treatment-menu-list .service-book { font-size: 18px; }
.treatment-menu-empty { margin: 20px 4px 4px; color: #6d625b; font-family: Georgia, serif; }
.treatments-booking-callout { padding: 100px 8vw; display: grid; grid-template-columns: 1fr .7fr auto; gap: 6vw; align-items: end; background: #d2c0b1; }
.treatments-booking-callout h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 75px); line-height: .98; font-weight: 400; }
.treatments-booking-callout > p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.65; }

.salon-page { background: var(--ivory); }
.salon-hero { padding: 105px 6vw 85px; }
.salon-hero-copy { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 8vw; align-items: end; margin-bottom: 68px; }
.salon-hero-copy .kicker { grid-column: 1 / -1; margin: 0 0 -4vw; }
.salon-hero-copy h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 7vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.salon-hero-copy > p:last-child { margin: 0 0 6px; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.72; }
.salon-hero-image { margin: 0; }
.salon-hero-image > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 68%; display: block; border-radius: 28px; }
.salon-hero-image figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 5px 0; color: #796b63; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.salon-story { padding: 115px 9vw; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 10vw; background: var(--brown); color: white; }
.salon-story-heading h2 { max-width: 590px; margin: 26px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6vw, 88px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.salon-story-copy { padding-top: 34px; }
.salon-story-copy > p { margin: 0 0 24px; color: #eee5dd; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; }
.salon-story-copy blockquote { margin: 52px 0 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.3; font-style: italic; }
.salon-values { padding: 115px 7vw 125px; background: var(--beige); }
.salon-values > header { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 65px; }
.salon-values > header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6vw, 86px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.salon-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.salon-values-grid article { min-height: 300px; padding: 32px 3vw 25px; border-right: 1px solid var(--line); }
.salon-values-grid article:first-child { padding-left: 0; }
.salon-values-grid article:last-child { padding-right: 0; border-right: 0; }
.salon-values-grid span { color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.salon-values-grid h3 { margin: 66px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.15; font-weight: 400; }
.salon-values-grid p { max-width: 330px; margin: 0; color: #645b56; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.7; }
.salon-visit { padding: 110px 9vw; display: grid; grid-template-columns: 1fr .8fr; gap: 12vw; align-items: center; background: var(--ivory); }
.salon-visit h2 { margin: 24px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6vw, 88px); line-height: .94; letter-spacing: -.04em; font-weight: 400; }
.salon-visit h2 em { font-weight: 400; }
.salon-visit-details { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.salon-visit-details > a:not(.solid-button) { padding-bottom: 12px; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.5; }
.salon-visit-details .solid-button { margin-top: 16px; }

.editorial { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; padding: 48px; background: var(--brown); color: white; }
.editorial-image { width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 24px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; display: block; transform: none; filter: saturate(.78); }
.editorial-copy { padding: 30px clamp(10px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; }
.editorial h2 { font-size: clamp(55px, 6vw, 90px); }
.editorial-copy > p:not(.kicker) { font-family: Georgia, serif; line-height: 1.8; color: #e9dfd7; }
.editorial blockquote { font-family: Georgia, serif; font-style: italic; font-size: 25px; margin: 40px 0; }
.text-button { width: max-content; border: 0; border-bottom: 1px solid currentColor; background: none; padding: 12px 0; display: inline-flex; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }

.shop { background: var(--ivory); }
.shop .section-title { grid-template-columns: 1fr auto; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.products article { background: var(--white); }
.product-image { aspect-ratio: 1; background: #e8dfd5; display: grid; place-items: center; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-object { width: 32%; height: 53%; min-width: 100px; border: 1px solid var(--brown); background: #fbf8f1; box-shadow: 15px 18px 28px rgba(64,50,42,.16); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(3deg); }
.product-object small { font-size: 7px; letter-spacing: .16em; }
.product-object b { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin-top: 12px; }
.product-copy { padding: 22px 20px 18px; display: flex; justify-content: space-between; gap: 18px; }
.product-copy h3 { font-family: Georgia, serif; font-size: 20px; font-weight: 400; margin: 0; }
.product-copy p { font-size: 10px; color: #766a62; }
.product-copy strong { font-family: Georgia, serif; font-weight: 400; }
.product-action { width: 100%; padding: 15px 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .18em; }
.product-action:hover { background: var(--brown); color: white; }

.news { background: var(--ivory); }
.news-title { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.news-intro > p { margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; color: #5f554f; }
.news-links { display: flex; flex-wrap: wrap; gap: 10px; }
.news-links a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .2s; }
.news-links a:hover, .news-links a:focus { background: var(--brown); border-color: var(--brown); color: white; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 24px; }
.news-card { min-width: 0; }
.news-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.news-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-placeholder { width: 100%; height: 100%; display: grid; place-items: center; padding: 30px; font-family: Georgia, serif; color: var(--brown); text-align: center; }
.news-card-copy { padding: 20px 4px 0; }
.news-meta { display: flex; justify-content: space-between; gap: 15px; color: #8b776a; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.news-card h3 { margin: 18px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.16; font-weight: 400; }
.news-card h3 a:hover, .news-card h3 a:focus { color: #735f52; }
.news-card-copy > p { margin: 0; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.65; }
.news-read { display: inline-flex; align-items: center; gap: 25px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.article-page, .news-archive { background: var(--ivory); }
.article-hero { padding: 105px 8vw 72px; text-align: center; }
.article-eyebrow { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: #8b776a; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.article-hero h1, .archive-hero h1 { max-width: 1080px; margin: 28px auto 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7vw, 100px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.article-deck { max-width: 760px; margin: 0 auto; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.65; }
.article-featured { width: min(760px, calc(100% - 48px)); aspect-ratio: 1 / 1; margin: 0 auto 78px; overflow: hidden; border-radius: 28px; background: var(--beige); }
.article-featured img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-content { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 105px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; color: #443b35; }
.article-content > p:first-child { font-size: 23px; line-height: 1.65; color: var(--ink); }
.article-content h2 { margin: 58px 0 20px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 39px; line-height: 1.14; font-weight: 400; letter-spacing: -.025em; }
.article-content h3 { margin: 50px 0 18px; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.article-content ul, .article-content ol { margin: 26px 0; padding-left: 25px; }
.article-content li { margin: 10px 0; }
.article-content a { border-bottom: 1px solid #9d8879; }
.article-content a:hover, .article-content a:focus { color: #735f52; }
.article-note { margin-top: 62px; padding: 22px 25px; border: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.65; color: #6d625b; }
.article-actions { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.article-actions a:hover, .article-actions a:focus { color: #735f52; }
.archive-hero { padding: 105px 8vw 70px; text-align: center; }
.archive-hero p { max-width: 680px; margin: 20px auto 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; color: #5f554f; }
.archive-grid { padding-top: 0; }
.archive-empty { padding: 100px 24px; text-align: center; }
.archive-empty h2 { font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 400; }
.archive-empty p { max-width: 580px; margin: 0 auto 30px; color: #6d625b; line-height: 1.7; }

.voucher { padding: 110px 9vw; background: #d2c0b1; display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; align-items: center; }
.voucher h2 { font-size: clamp(56px, 6.3vw, 94px); }
.voucher-copy > p:not(.kicker) { font-family: Georgia, serif; font-size: 17px; line-height: 1.7; max-width: 520px; margin-bottom: 35px; }
.voucher-card { aspect-ratio: 1.65; background: var(--ivory); border: 1px solid var(--taupe); box-shadow: 20px 25px 40px rgba(72,53,42,.2); transform: rotate(3deg); padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.voucher-card img { width: 85%; }
.voucher-card p { font-size: 9px; letter-spacing: .3em; margin-top: 35px; }
.voucher-card span { font-family: Georgia, serif; font-size: 24px; }

.contact { padding: 100px 6vw; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 22px; align-items: stretch; background: var(--ivory); }
.contact-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--beige); }
.contact-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.16); transform-origin: 50% 72%; }
.contact-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; gap: 18px; color: white; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.contact-panel { min-height: 620px; padding: clamp(42px, 5vw, 72px); display: flex; flex-direction: column; border-radius: 30px; background: var(--brown); color: white; }
.contact-panel .kicker { color: #eadfd6; }
.contact h2 { max-width: 560px; margin: 24px 0 25px; font-size: clamp(55px, 5.4vw, 82px); }
.address-link { width: max-content; max-width: 100%; color: #f5eee8; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.26); }
.contact-details div { display: flex; flex-direction: column; gap: 10px; }
.contact-details p { margin: 0 0 7px; color: #d8c9bd; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-details span, .contact-details a { color: #f5eee8; font-size: 11px; line-height: 1.45; }
.contact-details b { margin-bottom: 8px; color: white; font-family: Georgia, serif; font-weight: 400; font-size: 17px; }
.contact-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: auto; padding-top: 42px; }
.contact-action { min-height: 48px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.48); color: white; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .2s; }
.contact-action:hover, .contact-action:focus { background: white; border-color: white; color: var(--brown); }
.contact-action-primary { background: var(--ivory); border-color: var(--ivory); color: var(--brown); }

.contact-page { background: var(--ivory); }
.contact-landing-hero { padding: 105px 7vw 78px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 9vw; align-items: end; }
.contact-landing-hero h1 { max-width: 820px; margin: 24px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.contact-landing-hero h1 em { font-weight: 400; }
.contact-landing-hero > p { max-width: 510px; margin: 0 0 7px; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.72; }
.contact-landing-grid { padding: 0 6vw 110px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 22px; align-items: start; }
.contact-landing-aside { min-width: 0; }
.contact-landing-image { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 30px; background: var(--beige); }
.contact-landing-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 64%; }
.contact-landing-info { margin-top: 22px; padding: 48px; border-radius: 30px; background: var(--brown); color: white; }
.contact-landing-info .kicker { margin: 0 0 25px; color: #d8c9bd; }
.contact-landing-address { display: inline-block; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.45; }
.contact-landing-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.26); }
.contact-landing-facts > div { display: flex; flex-direction: column; gap: 9px; }
.contact-landing-facts span { margin-bottom: 8px; color: #d8c9bd; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-landing-facts b { font-size: 11px; font-weight: 400; }
.contact-landing-facts p, .contact-landing-facts a { margin: 0 0 5px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.45; }
.contact-landing-book { min-height: 52px; margin-top: 38px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.52); color: white; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .2s; }
.contact-landing-book:hover, .contact-landing-book:focus { background: white; border-color: white; color: var(--brown); }
.enquiry-card { padding: clamp(45px, 5vw, 72px); border: 1px solid var(--line); border-radius: 30px; background: white; }
.enquiry-card > header { max-width: 650px; margin-bottom: 44px; }
.enquiry-card h2 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.2vw, 76px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.enquiry-card > header > p:last-child { max-width: 560px; margin: 0; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; }
.enquiry-form { display: flex; flex-direction: column; gap: 22px; }
.enquiry-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: flex; flex-direction: column; gap: 9px; }
.enquiry-form label > span { font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.enquiry-form input, .enquiry-form select { min-height: 52px; padding: 0 15px; }
.enquiry-form textarea { min-height: 180px; padding: 15px; line-height: 1.55; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--taupe); box-shadow: 0 0 0 2px rgba(179,151,130,.2); }
.enquiry-form .enquiry-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; }
.enquiry-consent input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--brown); }
.enquiry-form .enquiry-consent span { color: #665b54; font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.enquiry-submit { width: 100%; justify-content: space-between; margin-top: 4px; }
.enquiry-privacy { margin: -7px 0 0; color: #85786f; font-size: 10px; line-height: 1.5; }
.enquiry-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-notice { margin: -12px 0 34px; padding: 18px 20px; border: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.enquiry-notice strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.enquiry-notice-success { background: #eef1e8; border-color: #cbd2bd; }
.enquiry-notice-error { background: #f4e8e5; border-color: #d9bbb4; }

.notice { background: #e8dfd5; padding: 14px 20px; text-align: center; font-size: 12px; }
.site-footer { background: var(--brown); color: white; padding: 65px 6vw 25px; display: grid; grid-template-columns: 1fr 1fr .4fr; gap: 9vw; }
.site-footer > img { width: 300px; filter: brightness(2); }
.site-footer p { font-family: Georgia, serif; font-size: 17px; }
.subscribe-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.55); }
.subscribe-form input { border: 0; background: none; color: white; width: 100%; padding: 15px 0; outline: none; }
.subscribe-form input::placeholder { color: rgba(255,255,255,.84); opacity: 1; }
.subscribe-form button { border: 0; background: none; color: white; font-size: 9px; letter-spacing: .15em; }
.subscribe-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.subscribe-consent { margin: 12px 0 0 !important; max-width: 520px; color: rgba(255,255,255,.68); font-size: 10px !important; line-height: 1.55; }
.footer-nav { display: flex; flex-direction: column; gap: 13px; }
.footer-nav a { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.25); padding-top: 22px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .15em; }

.content-page { max-width: 900px; margin: 0 auto; padding: 90px 24px; }
.content-page h1 { font-family: Georgia, serif; font-size: clamp(48px, 7vw, 80px); font-weight: 400; }
.content-page p { line-height: 1.8; }

@media (max-width: 920px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { min-height: 75px; grid-template-columns: 1fr auto auto; padding: 0 18px; }
  .brand { width: 175px; }
  .menu-toggle { display: block; border: 0; background: none; font-size: 9px; letter-spacing: .16em; margin-right: 18px; }
  .header-book { display: inline-flex; min-height: 42px; padding: 0 16px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 75px; padding: 30px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; text-align: left; }
  .nav-submenu { display: none; position: static; min-width: 0; margin: 2px 0 2px 14px; padding: 2px 0 2px 14px; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-submenu::before { display: none; }
  .nav-dropdown:hover .nav-submenu { transform: none; }
  .nav-dropdown.open .nav-submenu { display: flex; flex-direction: column; align-items: flex-start; }
  .nav-submenu a { width: 100%; padding: 11px 8px; }
  .hero { height: auto; min-height: 0; max-height: none; padding: 18px; overflow: visible; background: var(--white); }
  .hero::after { display: none; }
  .hero-media { height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 28px; background: var(--beige); }
  .hero-media img { object-position: center; }
  .hero-copy-desktop { display: none; }
  .hero-copy-mobile { display: block; position: relative; left: auto; right: auto; top: auto; bottom: auto; transform: none; max-width: none; margin-top: 18px; padding: 34px 30px; border-radius: 28px; color: var(--ink); background: linear-gradient(135deg, #f2eadf 0%, #f8f5ef 58%, #e5e5d9 100%); }
  .hero-copy-mobile .kicker { display: block; color: var(--brown); }
  .hero-copy-mobile > p:not(.kicker) { display: block; max-width: 560px; margin: 20px 0 26px; color: #5f554f; }
  .hero h1 { font-size: clamp(47px, 12vw, 72px); margin: 18px 0; }
  .hero-copy-mobile .solid-button { width: 100%; justify-content: space-between; }
  .hero-note { display: none; }
  .welcome, .section { padding: 80px 24px; }
  .principles { gap: 14px; max-width: 700px; }
  .principle-image { border-radius: 18px; }
  .principle-meta { grid-template-columns: 27px minmax(0, 1fr); gap: 6px; padding-top: 14px; }
  .principle-meta span, .principle-meta b { font-size: 8px; }
  .trending { padding: 78px 0 88px; }
  .trending-intro { display: block; padding: 0 24px 42px; }
  .trending-intro > p { margin-top: 24px; }
  .trending-track { --trending-gap: 14px; animation-duration: 42s; }
  .trending-card { width: 68vw; max-width: 280px; border-radius: 18px; }
  .section-title { display: block; }
  .section-title > p { margin-top: 28px; }
  .service-list article { grid-template-columns: 38px 1fr 30px; }
  .service-meta { grid-column: 2; grid-row: 2; }
  .service-list h3 { font-size: 23px; }
  .service-book { grid-column: 3; grid-row: 1; }
  .treatment-groups { grid-template-columns: 1fr; gap: 54px; }
  .treatment-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .treatments-hero { padding: 80px 24px 65px; }
  .treatments-accordion-section { padding: 65px 24px 80px; }
  .treatments-accordion-grid { grid-template-columns: 1fr; }
  .treatment-accordion > summary { grid-template-columns: 190px minmax(0, 1fr) 36px; }
  .treatments-booking-callout { grid-template-columns: 1fr; padding: 75px 28px; }
  .treatments-booking-callout > p { max-width: 560px; }
  .treatments-booking-callout .solid-button { width: max-content; }
  .salon-hero { padding: 78px 24px 65px; }
  .salon-hero-copy { display: block; margin-bottom: 44px; }
  .salon-hero-copy .kicker { margin: 0 0 24px; }
  .salon-hero-copy h1 { font-size: 64px; }
  .salon-hero-copy > p:last-child { max-width: 650px; margin-top: 28px; }
  .salon-story { grid-template-columns: 1fr; gap: 35px; padding: 82px 30px; }
  .salon-story-copy { padding-top: 0; }
  .salon-values { padding: 82px 28px; }
  .salon-values > header { display: block; }
  .salon-values > header h2 { margin-top: 24px; }
  .salon-values-grid { grid-template-columns: 1fr; }
  .salon-values-grid article, .salon-values-grid article:first-child, .salon-values-grid article:last-child { min-height: 0; padding: 30px 0 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .salon-values-grid article:last-child { border-bottom: 0; }
  .salon-values-grid h3 { margin: 34px 0 15px; }
  .salon-visit { grid-template-columns: 1fr; padding: 82px 30px; }
  .treatment-group > header h3 { font-size: 31px; }
  .treatment-list article { grid-template-columns: minmax(0, 1fr) auto 26px; gap: 12px; }
  .editorial { grid-template-columns: 1fr; gap: 0; padding: 24px; }
  .editorial-image { width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 22px; }
  .editorial-copy { padding: 72px 10px 52px; }
  .products { grid-template-columns: 1fr; }
  .shop .section-title { display: block; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 18px; }
  .news-title { display: block; }
  .news-intro { margin-top: 26px; }
  .article-hero, .archive-hero { padding: 75px 24px 50px; }
  .article-featured { margin-bottom: 55px; border-radius: 22px; }
  .article-content { padding-bottom: 80px; }
  .voucher { grid-template-columns: 1fr; padding: 80px 28px; }
  .voucher-card { margin-top: 20px; }
  .contact { grid-template-columns: 1fr; padding: 80px 28px; }
  .contact-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .contact-panel { min-height: 0; }
  .contact-landing-hero { display: block; padding: 78px 28px 58px; }
  .contact-landing-hero > p { margin-top: 30px; }
  .contact-landing-grid { grid-template-columns: 1fr; padding: 0 28px 85px; }
  .contact-landing-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-landing-info { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 35px; }
  .site-footer > img { width: 250px; }
  .copyright { margin-top: 20px; }
}

@media (max-width: 560px) {
  .announcement { font-size: 7px; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 8px; padding-inline: 12px; }
  .brand { width: 132px; }
  .menu-toggle { margin-right: 0; padding-inline: 6px; }
  .header-book { min-height: 38px; padding: 0 11px; font-size: 0; }
  .header-book::before { content: "Book now"; font-size: 7px; letter-spacing: .15em; }
  .hero h1 { font-size: 11vw; }
  .hero { padding: 12px; }
  .hero-media, .hero-copy-mobile { border-radius: 22px; }
  .hero-copy-mobile { padding: 30px 24px; }
  .welcome h2, .trending-intro h2, .section-title h2, .editorial h2, .voucher h2, .contact h2 { font-size: 48px; }
  .lead { font-size: 17px; }
  .principles { display: flex; max-width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .principles::-webkit-scrollbar { display: none; }
  .principle-card { flex: 0 0 min(74vw, 260px); scroll-snap-align: start; }
  .service-list article { padding: 24px 4px; }
  .service-list p { display: none; }
  .treatment-group > header { grid-template-columns: 30px 1fr; padding-inline: 2px; }
  .treatment-category-grid { grid-template-columns: 1fr; gap: 38px; }
  .treatment-category-copy strong { font-size: 23px; }
  .treatments-hero h1 { font-size: 49px; }
  .treatments-hero > p:last-child { font-size: 17px; }
  .treatments-accordion-section { padding-inline: 12px; }
  .treatment-accordion { border-radius: 20px; }
  .treatment-accordion > summary { grid-template-columns: 88px minmax(0, 1fr) 30px; gap: 14px; padding: 12px; }
  .treatment-accordion-image { border-radius: 13px; }
  .treatment-accordion-number, .treatment-accordion-heading small { display: none; }
  .treatment-accordion-heading strong { font-size: 23px; }
  .treatment-accordion-count { margin-top: 9px; font-size: 7px; }
  .treatment-accordion-toggle { width: 30px; height: 30px; font-size: 22px; }
  .treatment-menu-list { padding-inline: 12px; }
  .treatment-menu-list article { grid-template-columns: minmax(0, 1fr) auto 24px; gap: 10px; padding-inline: 0; }
  .treatment-menu-list h2 { font-size: 16px; }
  .treatment-menu-list .treatment-meta b { max-width: 112px; font-size: 13px; }
  .salon-hero { padding: 62px 12px 58px; }
  .salon-hero-copy { padding-inline: 12px; }
  .salon-hero-copy h1 { font-size: 49px; }
  .salon-hero-copy > p:last-child { font-size: 17px; }
  .salon-hero-image > img { aspect-ratio: 4 / 3; border-radius: 20px; }
  .salon-hero-image figcaption { font-size: 7px; }
  .salon-story { padding: 70px 24px; }
  .salon-story-heading h2 { font-size: 49px; }
  .salon-story-copy > p { font-size: 17px; }
  .salon-story-copy blockquote { font-size: 25px; }
  .salon-values { padding: 72px 24px; }
  .salon-values > header h2, .salon-visit h2 { font-size: 48px; }
  .salon-visit { padding: 72px 24px; }
  .salon-visit-details .solid-button { width: 100%; justify-content: space-between; }
  .treatment-copy h4 { font-size: 16px; }
  .treatment-copy p { display: block; font-size: 9px; }
  .treatment-meta b { max-width: 120px; font-size: 14px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact { padding: 60px 12px; gap: 12px; }
  .contact-visual { aspect-ratio: 1 / 1; border-radius: 22px; }
  .contact-visual figcaption { left: 16px; right: 16px; bottom: 16px; font-size: 7px; }
  .contact-panel { padding: 42px 24px 24px; border-radius: 22px; }
  .contact-details { gap: 26px; margin-top: 36px; }
  .contact-actions { grid-template-columns: 1fr; padding-top: 36px; }
  .contact-action { min-height: 50px; }
  .contact-landing-hero { padding: 64px 24px 46px; }
  .contact-landing-hero h1 { font-size: 49px; }
  .contact-landing-hero > p { font-size: 17px; }
  .contact-landing-grid { padding: 0 12px 68px; gap: 12px; }
  .contact-landing-aside { display: block; }
  .contact-landing-image { aspect-ratio: 1 / 1; border-radius: 22px; }
  .contact-landing-info { margin-top: 12px; padding: 38px 24px 24px; border-radius: 22px; }
  .contact-landing-address { font-size: 23px; }
  .contact-landing-facts { grid-template-columns: 1fr; gap: 26px; }
  .enquiry-card { padding: 42px 24px 28px; border-radius: 22px; }
  .enquiry-card h2 { font-size: 46px; }
  .enquiry-form-row { grid-template-columns: 1fr; }
  .copyright { gap: 20px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card h3 { font-size: 25px; }
  .article-hero h1, .archive-hero h1 { font-size: 48px; }
  .article-deck { font-size: 17px; }
  .article-content { font-size: 17px; }
  .article-content > p:first-child { font-size: 20px; }
  .article-content h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .trending-viewport { overflow-x: auto; scrollbar-width: none; }
  .trending-track { animation: none; }
  .trending-group[aria-hidden="true"] { display: none; }
}



/* Hero carousel */
.hero-legacy {
    display: none !important;
}

.hero-carousel {
    background: var(--white);
    padding: 34px;
}

.hero-carousel-stage {
    position: relative;
    min-height: clamp(620px, calc(100vh - 170px), 720px);
}

.hero-carousel-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.7fr) minmax(0, 1.3fr);
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-carousel-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-carousel-copy,
.hero-carousel-media {
    min-height: inherit;
    border-radius: 28px;
    overflow: hidden;
}

.hero-carousel-copy {
    padding: clamp(48px, 5.2vw, 84px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--ink);
}

.tone-sage .hero-carousel-copy {
    background: #dedcca;
}

.tone-blush .hero-carousel-copy {
    background: #efd6ca;
}

.tone-sand .hero-carousel-copy {
    background: #ddbda5;
}

.hero-carousel-copy .kicker {
    margin: 0 0 24px;
}

.hero-carousel-copy h1 {
    margin: 0;
    max-width: 7.4em;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(54px, 5.1vw, 82px);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.hero-carousel-copy h1 em {
    font-weight: 400;
}

.hero-carousel-intro {
    max-width: 31em;
    margin: 28px 0 30px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.45;
}

.hero-carousel-copy .solid-button {
    margin-top: 0;
}

.hero-carousel-address {
    margin: auto 0 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-carousel-media {
    display: block;
    background: #e5ddd2;
}

.hero-carousel-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-carousel-arrows {
    position: absolute;
    z-index: 5;
    top: 22px;
    right: 22px;
    display: flex;
    gap: 10px;
}

.hero-carousel-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.94);
    color: var(--ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(45, 36, 30, 0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
    background: #fff;
    transform: translateY(-2px);
}

.hero-carousel-dots {
    position: absolute;
    z-index: 5;
    left: 67.5%;
    bottom: 18px;
    display: flex;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.92);
    transform: translateX(-50%);
}

.hero-carousel-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(45, 36, 30, 0.25);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-carousel-dot.is-active {
    width: 24px;
    background: var(--brown);
}

@media (max-width: 920px) {
    .hero-carousel {
        padding: 18px;
    }

    .hero-carousel-stage {
        min-height: 0;
    }

    .hero-carousel-slide {
        position: relative;
        inset: auto;
        display: none;
        grid-template-columns: 1fr;
        gap: 14px;
        opacity: 1;
        visibility: visible;
    }

    .hero-carousel-slide.is-active {
        display: flex;
        flex-direction: column;
    }

    .hero-carousel-media {
        order: 1;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 26px;
    }

    .hero-carousel-copy {
        order: 2;
        min-height: 0;
        padding: 38px 30px;
        border-radius: 26px;
    }

    .hero-carousel-copy h1 {
        max-width: 7.8em;
        font-size: clamp(48px, 12.2vw, 70px);
    }

    .hero-carousel-intro {
        margin: 24px 0 28px;
        font-size: 17px;
    }

    .hero-carousel-address {
        margin-top: 32px;
    }

    .hero-carousel-arrows {
        top: 32px;
        right: 32px;
    }

    .hero-carousel-arrow {
        width: 44px;
        height: 44px;
    }

    .hero-carousel-dots {
        left: 50%;
        top: calc(100vw - 58px);
        bottom: auto;
    }
}

@media (max-width: 560px) {
    .hero-carousel {
        padding: 12px;
    }

    .hero-carousel-slide {
        gap: 12px;
    }

    .hero-carousel-media,
    .hero-carousel-copy {
        border-radius: 22px;
    }

    .hero-carousel-copy {
        padding: 34px 24px 30px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(44px, 12.8vw, 62px);
    }

    .hero-carousel-copy .kicker {
        margin-bottom: 18px;
    }

    .hero-carousel-arrows {
        top: 26px;
        right: 26px;
        gap: 8px;
    }

    .hero-carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    .hero-carousel-dots {
        top: calc(100vw - 46px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel-slide,
    .hero-carousel-dot,
    .hero-carousel-arrow {
        transition: none;
    }
}



/* Balanced hero typography and controls */
.hero-carousel-copy {
    padding: clamp(58px, 5vw, 78px) clamp(50px, 4.8vw, 76px) 46px;
}

.hero-carousel-copy .kicker {
    margin-bottom: 26px;
}

.hero-carousel-copy h1 {
    max-width: none;
    font-size: clamp(52px, 4.35vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.hero-carousel-intro {
    width: 100%;
    max-width: 360px;
    margin: 28px 0 28px;
    font-size: clamp(17px, 1.15vw, 19px);
    line-height: 1.48;
}

.hero-carousel-copy .solid-button {
    width: 210px;
    min-height: 50px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.hero-carousel-copy .solid-button .button-arrow {
    margin-left: auto;
    font-size: 18px;
    line-height: 1;
}

.hero-carousel-address {
    margin-top: auto;
    padding-top: 38px;
}

@media (max-width: 920px) {
    .hero-carousel-copy {
        padding: 40px 34px 34px;
    }

    .hero-carousel-copy .kicker {
        margin-bottom: 22px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(44px, 11.2vw, 60px);
        line-height: 0.96;
        white-space: nowrap;
    }

    .hero-carousel-intro {
        max-width: 34em;
        margin: 24px 0 26px;
        font-size: 17px;
    }

    .hero-carousel-copy .solid-button {
        width: 220px;
    }

    .hero-carousel-address {
        margin-top: 0;
        padding-top: 34px;
    }
}

@media (max-width: 560px) {
    .hero-carousel-copy {
        padding: 34px 24px 30px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(40px, 11.4vw, 52px);
    }
}

@media (max-width: 360px) {
    .hero-carousel-copy h1 {
        font-size: 38px;
    }

    .hero-carousel-copy .solid-button {
        width: 100%;
        max-width: 220px;
    }
}



/* Match approved hero reference proportions */
@media (min-width: 921px) {
    .hero-carousel-slide {
        grid-template-columns: minmax(500px, 0.82fr) minmax(0, 1.18fr);
    }

    .hero-carousel-intro {
        max-width: 410px;
    }

    .hero-carousel-copy .solid-button {
        width: 204px;
    }
}



/* Nailounge gentle gift-card motion */
.voucher-card {
  transform-origin: 52% 58%;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  animation: nailounge-gift-card-float 7.5s cubic-bezier(.45, .05, .55, .95) infinite alternate;
}

@keyframes nailounge-gift-card-float {
  0% {
    transform: translate3d(0, 2px, 0) rotate(2.7deg);
    box-shadow: 18px 23px 36px rgba(72, 53, 42, .16);
  }
  50% {
    transform: translate3d(-2px, -5px, 0) rotate(3.35deg);
    box-shadow: 21px 28px 43px rgba(72, 53, 42, .19);
  }
  100% {
    transform: translate3d(2px, -9px, 0) rotate(2.15deg);
    box-shadow: 23px 32px 48px rgba(72, 53, 42, .15);
  }
}

@media (max-width: 920px) {
  .voucher-card {
    animation-duration: 8.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voucher-card {
    animation: none !important;
    transform: rotate(3deg);
  }
}



/* Gift card motion refinement */
.voucher-card { animation-duration: 6s; }
@keyframes nailounge-gift-card-float {
  0% { transform: translate3d(0, 3px, 0) rotate(2.3deg); box-shadow: 18px 24px 38px rgba(72, 53, 42, .16); }
  50% { transform: translate3d(-3px, -7px, 0) rotate(3.6deg); box-shadow: 22px 30px 46px rgba(72, 53, 42, .2); }
  100% { transform: translate3d(3px, -15px, 0) rotate(1.9deg); box-shadow: 25px 36px 52px rgba(72, 53, 42, .15); }
}
@media (max-width: 920px) { .voucher-card { animation-duration: 7s; } }


/* Footer Instagram button */
.footer-instagram-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
}
.footer-instagram-button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.footer-instagram-button span:last-child { font-size: 16px; line-height: 1; }
.footer-instagram-button:hover,
.footer-instagram-button:focus-visible {
  background: white;
  border-color: white;
  color: var(--brown);
  transform: translateY(-2px);
}
@media (max-width: 920px) {
  .footer-instagram-cta { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .footer-instagram-button { width: 100%; justify-content: space-between; }
}


/* Voucher layout lock and clearer card motion */
@media (min-width: 1051px) {
  .voucher {
    grid-template-columns: minmax(520px, .98fr) minmax(480px, 1.02fr);
    gap: clamp(54px, 5.5vw, 82px);
    padding-inline: clamp(58px, 6vw, 88px);
  }

  .voucher-copy { min-width: 520px; }

  .voucher h2 {
    width: max-content;
    max-width: none;
    font-size: clamp(76px, 6vw, 90px);
    white-space: nowrap;
  }

  .voucher-card {
    width: clamp(480px, 38vw, 560px);
    min-width: 480px;
    justify-self: end;
  }
}

@media (min-width: 1051px) and (max-width: 1240px) {
  .voucher {
    grid-template-columns: minmax(440px, 1fr) minmax(420px, 1fr);
    gap: 48px;
    padding-inline: 48px;
  }

  .voucher-copy { min-width: 440px; }
  .voucher h2 { font-size: 72px; }
  .voucher-card { width: 100%; min-width: 420px; }
}

.voucher-card {
  transform-origin: 52% 58%;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  animation: nailounge-gift-card-float 3.8s cubic-bezier(.45, .05, .55, .95) infinite alternate;
}

@keyframes nailounge-gift-card-float {
  0% {
    transform: translate3d(-4px, 4px, 0) rotate(1.5deg);
    box-shadow: 16px 22px 34px rgba(72, 53, 42, .16);
  }
  50% {
    transform: translate3d(5px, -8px, 0) rotate(3.9deg) scale(1.012);
    box-shadow: 23px 31px 47px rgba(72, 53, 42, .22);
  }
  100% {
    transform: translate3d(-3px, -18px, 0) rotate(2deg) scale(1.018);
    box-shadow: 27px 39px 56px rgba(72, 53, 42, .16);
  }
}

@media (max-width: 1050px) {
  .voucher {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 82px clamp(28px, 7vw, 64px);
  }

  .voucher-copy { min-width: 0; }
  .voucher h2 { max-width: 720px; }
  .voucher-card {
    width: min(620px, 100%);
    min-width: 0;
    margin-top: 0;
    justify-self: start;
    animation-duration: 4.4s;
  }
}

@media (max-width: 560px) {
  .voucher { gap: 28px; padding-inline: 24px; }
  .voucher h2 { max-width: 100%; }
  .voucher-card { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .voucher-card {
    animation: none !important;
    transform: rotate(3deg);
  }
}
/*
Theme Name: The Nailounge Chiswick
Theme URI: https://thenailounge.co.uk/
Author: The Nailounge
Description: Bespoke editable WordPress theme for The Nailounge Chiswick.
Version: 1.9.0
Text Domain: nailounge
*/

:root {
  --ivory: #f8f5ef;
  --beige: #e7ddd2;
  --taupe: #b39b8c;
  --brown: #846f64;
  --ink: #28231f;
  --white: #fffdf9;
  --line: rgba(63, 50, 42, 0.2);
  --site-max-width: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #e9e2da; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
body.admin-bar .site-header { top: 32px; }
body > .announcement, body > .site-header, body > main, body > .notice, body > .site-footer { width: min(100%, var(--site-max-width)); margin-inline: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.announcement { min-height: 30px; padding: 7px 18px; background: var(--brown); color: white; display: flex; align-items: center; justify-content: center; gap: 18px; text-align: center; font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.site-header { min-height: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4vw; background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; }
.brand { width: 230px; display: block; }
.brand img { width: 100%; display: block; }
.nav { display: flex; gap: 34px; align-items: center; }
.nav a, .nav-dropdown-toggle { font-size: 10px; letter-spacing: .17em; text-transform: uppercase; padding: 10px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--taupe); transition: .25s; }
.nav a:hover::after, .nav a:focus::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { display: flex; align-items: center; gap: 7px; border: 0; background: transparent; }
.nav-dropdown-toggle span { font-size: 13px; line-height: 1; transition: transform .25s ease; }
.nav-submenu { position: absolute; top: calc(100% + 12px); left: 50%; z-index: 30; min-width: 158px; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: 0 18px 42px rgba(63, 50, 42, .13); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, -7px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.nav-submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-submenu a { display: block; padding: 12px 14px; border-radius: 9px; white-space: nowrap; }
.nav-submenu a::after { display: none; }
.nav-submenu a:hover, .nav-submenu a:focus { background: var(--beige); }
.nav-dropdown:hover .nav-submenu, .nav-dropdown.open .nav-submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown:hover .nav-dropdown-toggle span, .nav-dropdown.open .nav-dropdown-toggle span { transform: rotate(180deg); }
.header-book { justify-self: end; }
.menu-toggle { display: none; }
.outline-button, .solid-button { min-height: 48px; padding: 0 24px; border: 1px solid var(--brown); background: transparent; display: inline-flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; transition: .2s; }
.solid-button { background: var(--brown); color: white; }
.outline-button:hover, .outline-button:focus, .solid-button:hover, .solid-button:focus { background: var(--taupe); border-color: var(--taupe); color: white; }
.button-arrow { margin-left: 28px; font-size: 16px; }

.hero { position: relative; height: calc(100vh - 130px); min-height: 650px; max-height: 900px; overflow: hidden; background: var(--beige); }
.hero-media { display: block; width: 100%; height: 100%; }
.hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(248,245,239,.78) 0%, rgba(248,245,239,.08) 44%, transparent 70%); }
.hero-copy { position: absolute; z-index: 2; left: 8vw; top: 50%; transform: translateY(-50%); max-width: 670px; }
.kicker { font-size: 9px; font-weight: 700; letter-spacing: .27em; text-transform: uppercase; }
.hero h1, .welcome h2, .section-title h2, .editorial h2, .voucher h2, .contact h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7vw, 108px); line-height: .92; letter-spacing: -.045em; font-weight: 400; margin: 24px 0; }
.hero h1 em, .welcome h2 em, .voucher h2 em { font-weight: 400; }
.hero-copy > p:not(.kicker) { font-family: Georgia, serif; font-size: 17px; line-height: 1.6; max-width: 430px; margin: 28px 0; }
.hero-copy-mobile { display: none; }
.hero-note { position: absolute; z-index: 2; right: 4vw; bottom: 30px; font-size: 9px; line-height: 1.8; letter-spacing: .16em; text-align: right; }

.welcome { padding: 130px 12vw; text-align: center; }
.welcome h2 { font-size: clamp(55px, 6.7vw, 100px); }
.lead { font-family: Georgia, serif; font-size: 19px; line-height: 1.75; max-width: 760px; margin: 35px auto 70px; color: #5f554f; }
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 930px; margin: auto; }
.principle-card { min-width: 0; text-align: left; }
.principle-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.principle-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.principle-card:hover .principle-image img { transform: scale(1.035); }
.principle-meta { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: center; gap: 10px; padding: 18px 4px 0; }
.principle-meta span { font-size: 9px; color: var(--taupe); letter-spacing: .18em; }
.principle-meta b { color: var(--ink); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

.trending { padding: 110px 0 120px; overflow: hidden; background: #f1e9e0; border-block: 1px solid var(--line); }
.trending-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; padding: 0 6vw 58px; }
.trending-intro h2 { max-width: 850px; margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 6vw, 88px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.trending-intro > p { max-width: 460px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; color: #5f554f; }
.trending-viewport { width: 100%; overflow: hidden; }
.trending-track { --trending-gap: 22px; display: flex; width: max-content; will-change: transform; animation: nailounge-trending-scroll 52s linear infinite; }
.trending-viewport:hover .trending-track, .trending-viewport:focus-within .trending-track { animation-play-state: paused; }
.trending-group { display: flex; gap: var(--trending-gap); padding-right: var(--trending-gap); }
.trending-card { width: clamp(210px, 20vw, 300px); aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.trending-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .7s ease; }
.trending-card:hover img { transform: scale(1.035); }
@keyframes nailounge-trending-scroll { to { transform: translateX(-50%); } }

.section { padding: 120px 6vw; }
.services { background: var(--beige); }
.section-title { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; align-items: end; margin-bottom: 70px; }
.section-title h2 { font-size: clamp(50px, 6.2vw, 90px); }
.section-title > p { font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.service-list { border-top: 1px solid var(--ink); }
.service-list article { display: grid; grid-template-columns: 70px 1fr 160px 60px; gap: 25px; align-items: center; padding: 28px 15px; border-bottom: 1px solid var(--line); transition: .2s; }
.service-list article:hover { background: rgba(255,255,255,.35); }
.service-number { font-size: 10px; color: var(--taupe); }
.service-list h3 { font-family: Georgia, serif; font-size: 28px; font-weight: 400; margin: 0 0 7px; }
.service-list p { font-size: 12px; color: #645b56; margin: 0; }
.service-meta { display: flex; gap: 32px; align-items: center; }
.service-meta small { font-size: 10px; }
.service-meta b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.service-book { font-size: 23px; text-align: center; }
.treatment-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px 6vw; }
.treatment-group { min-width: 0; border-top: 1px solid var(--ink); }
.treatment-group > header { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: baseline; padding: 22px 8px 18px; border-bottom: 1px solid var(--line); }
.treatment-group > header span { font-size: 9px; letter-spacing: .15em; color: var(--taupe); }
.treatment-group > header h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.15; font-weight: 400; }
.treatment-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto 32px; gap: 18px; align-items: center; min-height: 68px; padding: 14px 8px; border-bottom: 1px solid var(--line); transition: background .2s; }
.treatment-list article:hover { background: rgba(255,255,255,.35); }
.treatment-copy { min-width: 0; }
.treatment-copy h4 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.3; font-weight: 400; }
.treatment-copy p { margin: 5px 0 0; color: #746860; font-size: 10px; line-height: 1.4; }
.treatment-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; text-align: right; }
.treatment-meta small { color: #746860; font-size: 9px; }
.treatment-meta b { max-width: 170px; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.35; font-weight: 400; white-space: normal; }
.treatment-list .service-book { font-size: 18px; }

.treatment-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 24px; }
.treatment-category-card { min-width: 0; display: block; }
.treatment-category-image { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: #d9c9bc; }
.treatment-category-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.treatment-category-card:hover .treatment-category-image img, .treatment-category-card:focus .treatment-category-image img { transform: scale(1.035); }
.treatment-category-copy { display: grid; grid-template-columns: 32px minmax(0, 1fr) 28px; gap: 12px; align-items: start; padding: 19px 4px 0; }
.treatment-category-number { padding-top: 5px; color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.treatment-category-copy strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.15; font-weight: 400; }
.treatment-category-copy small { display: block; margin-top: 9px; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.5; }
.treatment-category-arrow { padding-top: 1px; font-size: 22px; text-align: right; transition: transform .25s ease; }
.treatment-category-card:hover .treatment-category-arrow, .treatment-category-card:focus .treatment-category-arrow { transform: translateX(5px); }
.treatments-full-link { width: max-content; display: flex; align-items: center; gap: 30px; margin: 58px auto 0; padding: 13px 0; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }

.treatments-page { background: var(--ivory); }
.treatments-hero { padding: 115px 10vw 90px; text-align: center; border-bottom: 1px solid var(--line); }
.treatments-hero h1 { max-width: 990px; margin: 24px auto 30px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 7.2vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.treatments-hero > p:last-child { max-width: 720px; margin: 0 auto; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.treatments-accordion-section { padding: 95px 6vw 120px; background: var(--beige); }
.treatments-accordion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.treatment-accordion { scroll-margin-top: 150px; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--ivory); }
.treatment-accordion > summary { display: grid; grid-template-columns: 180px minmax(0, 1fr) 36px; gap: 23px; align-items: center; padding: 20px; cursor: pointer; list-style: none; }
.treatment-accordion > summary::-webkit-details-marker { display: none; }
.treatment-accordion-image { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 17px; background: #d9c9bc; }
.treatment-accordion-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.treatment-accordion > summary:hover .treatment-accordion-image img, .treatment-accordion > summary:focus .treatment-accordion-image img { transform: scale(1.035); }
.treatment-accordion-heading { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; }
.treatment-accordion-number { margin-bottom: 16px; color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.treatment-accordion-heading strong { font-family: Georgia, "Times New Roman", serif; font-size: 30px; line-height: 1.08; font-weight: 400; }
.treatment-accordion-heading small { margin-top: 10px; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.48; }
.treatment-accordion-count { margin-top: 16px; color: #826e61; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.treatment-accordion-toggle { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; font-family: Georgia, serif; font-size: 25px; line-height: 1; transition: transform .25s ease, background .25s ease, color .25s ease; }
.treatment-accordion[open] .treatment-accordion-toggle { transform: rotate(45deg); background: var(--brown); color: white; }
.treatment-menu-list { padding: 0 20px 18px; border-top: 1px solid var(--line); }
.treatment-menu-list article { display: grid; grid-template-columns: minmax(0, 1fr) auto 30px; gap: 15px; align-items: center; min-height: 70px; padding: 14px 4px; border-bottom: 1px solid var(--line); }
.treatment-menu-list article:last-child { border-bottom: 0; }
.treatment-menu-list h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.3; font-weight: 400; }
.treatment-menu-list .treatment-copy p { font-size: 10px; }
.treatment-menu-list .treatment-meta b { max-width: 150px; font-size: 14px; }
.treatment-menu-list .service-book { font-size: 18px; }
.treatment-menu-empty { margin: 20px 4px 4px; color: #6d625b; font-family: Georgia, serif; }
.treatments-booking-callout { padding: 100px 8vw; display: grid; grid-template-columns: 1fr .7fr auto; gap: 6vw; align-items: end; background: #d2c0b1; }
.treatments-booking-callout h2 { margin: 18px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 5vw, 75px); line-height: .98; font-weight: 400; }
.treatments-booking-callout > p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.65; }

.salon-page { background: var(--ivory); }
.salon-hero { padding: 105px 6vw 85px; }
.salon-hero-copy { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 8vw; align-items: end; margin-bottom: 68px; }
.salon-hero-copy .kicker { grid-column: 1 / -1; margin: 0 0 -4vw; }
.salon-hero-copy h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(60px, 7vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.salon-hero-copy > p:last-child { margin: 0 0 6px; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.72; }
.salon-hero-image { margin: 0; }
.salon-hero-image > img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: 50% 68%; display: block; border-radius: 28px; }
.salon-hero-image figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 15px 5px 0; color: #796b63; font-size: 8px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.salon-story { padding: 115px 9vw; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 10vw; background: var(--brown); color: white; }
.salon-story-heading h2 { max-width: 590px; margin: 26px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6vw, 88px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.salon-story-copy { padding-top: 34px; }
.salon-story-copy > p { margin: 0 0 24px; color: #eee5dd; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; }
.salon-story-copy blockquote { margin: 52px 0 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.3; font-style: italic; }
.salon-values { padding: 115px 7vw 125px; background: var(--beige); }
.salon-values > header { display: grid; grid-template-columns: .55fr 1.45fr; align-items: end; margin-bottom: 65px; }
.salon-values > header h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6vw, 86px); line-height: .96; letter-spacing: -.04em; font-weight: 400; }
.salon-values-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.salon-values-grid article { min-height: 300px; padding: 32px 3vw 25px; border-right: 1px solid var(--line); }
.salon-values-grid article:first-child { padding-left: 0; }
.salon-values-grid article:last-child { padding-right: 0; border-right: 0; }
.salon-values-grid span { color: #8b776a; font-size: 9px; letter-spacing: .18em; }
.salon-values-grid h3 { margin: 66px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 29px; line-height: 1.15; font-weight: 400; }
.salon-values-grid p { max-width: 330px; margin: 0; color: #645b56; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.7; }
.salon-visit { padding: 110px 9vw; display: grid; grid-template-columns: 1fr .8fr; gap: 12vw; align-items: center; background: var(--ivory); }
.salon-visit h2 { margin: 24px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 6vw, 88px); line-height: .94; letter-spacing: -.04em; font-weight: 400; }
.salon-visit h2 em { font-weight: 400; }
.salon-visit-details { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.salon-visit-details > a:not(.solid-button) { padding-bottom: 12px; border-bottom: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.5; }
.salon-visit-details .solid-button { margin-top: 16px; }

.editorial { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; padding: 48px; background: var(--brown); color: white; }
.editorial-image { width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 24px; }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; display: block; transform: none; filter: saturate(.78); }
.editorial-copy { padding: 30px clamp(10px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; }
.editorial h2 { font-size: clamp(55px, 6vw, 90px); }
.editorial-copy > p:not(.kicker) { font-family: Georgia, serif; line-height: 1.8; color: #e9dfd7; }
.editorial blockquote { font-family: Georgia, serif; font-style: italic; font-size: 25px; margin: 40px 0; }
.text-button { width: max-content; border: 0; border-bottom: 1px solid currentColor; background: none; padding: 12px 0; display: inline-flex; font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }

.shop { background: var(--ivory); }
.shop .section-title { grid-template-columns: 1fr auto; }
.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.products article { background: var(--white); }
.product-image { aspect-ratio: 1; background: #e8dfd5; display: grid; place-items: center; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-object { width: 32%; height: 53%; min-width: 100px; border: 1px solid var(--brown); background: #fbf8f1; box-shadow: 15px 18px 28px rgba(64,50,42,.16); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(3deg); }
.product-object small { font-size: 7px; letter-spacing: .16em; }
.product-object b { font-family: Georgia, serif; font-size: 38px; font-weight: 400; margin-top: 12px; }
.product-copy { padding: 22px 20px 18px; display: flex; justify-content: space-between; gap: 18px; }
.product-copy h3 { font-family: Georgia, serif; font-size: 20px; font-weight: 400; margin: 0; }
.product-copy p { font-size: 10px; color: #766a62; }
.product-copy strong { font-family: Georgia, serif; font-weight: 400; }
.product-action { width: 100%; padding: 15px 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .18em; }
.product-action:hover { background: var(--brown); color: white; }

.news { background: var(--ivory); }
.news-title { grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); }
.news-intro > p { margin: 0 0 26px; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; color: #5f554f; }
.news-links { display: flex; flex-wrap: wrap; gap: 10px; }
.news-links a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .2s; }
.news-links a:hover, .news-links a:focus { background: var(--brown); border-color: var(--brown); color: white; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 54px 24px; }
.news-card { min-width: 0; }
.news-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 22px; background: var(--beige); }
.news-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .65s ease; }
.news-card:hover .news-image img { transform: scale(1.035); }
.news-placeholder { width: 100%; height: 100%; display: grid; place-items: center; padding: 30px; font-family: Georgia, serif; color: var(--brown); text-align: center; }
.news-card-copy { padding: 20px 4px 0; }
.news-meta { display: flex; justify-content: space-between; gap: 15px; color: #8b776a; font-size: 8px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.news-card h3 { margin: 18px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.16; font-weight: 400; }
.news-card h3 a:hover, .news-card h3 a:focus { color: #735f52; }
.news-card-copy > p { margin: 0; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 14px; line-height: 1.65; }
.news-read { display: inline-flex; align-items: center; gap: 25px; margin-top: 22px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.article-page, .news-archive { background: var(--ivory); }
.article-hero { padding: 105px 8vw 72px; text-align: center; }
.article-eyebrow { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; color: #8b776a; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.article-hero h1, .archive-hero h1 { max-width: 1080px; margin: 28px auto 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 7vw, 100px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.article-deck { max-width: 760px; margin: 0 auto; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.65; }
.article-featured { width: min(760px, calc(100% - 48px)); aspect-ratio: 1 / 1; margin: 0 auto 78px; overflow: hidden; border-radius: 28px; background: var(--beige); }
.article-featured img { width: 100%; height: 100%; object-fit: cover; display: block; }
.article-content { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding-bottom: 105px; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; color: #443b35; }
.article-content > p:first-child { font-size: 23px; line-height: 1.65; color: var(--ink); }
.article-content h2 { margin: 58px 0 20px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 39px; line-height: 1.14; font-weight: 400; letter-spacing: -.025em; }
.article-content h3 { margin: 50px 0 18px; color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: .2em; text-transform: uppercase; }
.article-content ul, .article-content ol { margin: 26px 0; padding-left: 25px; }
.article-content li { margin: 10px 0; }
.article-content a { border-bottom: 1px solid #9d8879; }
.article-content a:hover, .article-content a:focus { color: #735f52; }
.article-note { margin-top: 62px; padding: 22px 25px; border: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.65; color: #6d625b; }
.article-actions { display: flex; justify-content: space-between; align-items: center; gap: 22px; margin-top: 56px; padding-top: 26px; border-top: 1px solid var(--line); font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.article-actions a:hover, .article-actions a:focus { color: #735f52; }
.archive-hero { padding: 105px 8vw 70px; text-align: center; }
.archive-hero p { max-width: 680px; margin: 20px auto 0; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; color: #5f554f; }
.archive-grid { padding-top: 0; }
.archive-empty { padding: 100px 24px; text-align: center; }
.archive-empty h2 { font-family: Georgia, "Times New Roman", serif; font-size: 46px; font-weight: 400; }
.archive-empty p { max-width: 580px; margin: 0 auto 30px; color: #6d625b; line-height: 1.7; }

.voucher { padding: 110px 9vw; background: #d2c0b1; display: grid; grid-template-columns: 1fr 1fr; gap: 11vw; align-items: center; }
.voucher h2 { font-size: clamp(56px, 6.3vw, 94px); }
.voucher-copy > p:not(.kicker) { font-family: Georgia, serif; font-size: 17px; line-height: 1.7; max-width: 520px; margin-bottom: 35px; }
.voucher-card { aspect-ratio: 1.65; background: var(--ivory); border: 1px solid var(--taupe); box-shadow: 20px 25px 40px rgba(72,53,42,.2); transform: rotate(3deg); padding: 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.voucher-card img { width: 85%; }
.voucher-card p { font-size: 9px; letter-spacing: .3em; margin-top: 35px; }
.voucher-card span { font-family: Georgia, serif; font-size: 24px; }

.contact { padding: 100px 6vw; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 22px; align-items: stretch; background: var(--ivory); }
.contact-visual { position: relative; min-height: 620px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--beige); }
.contact-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; transform: scale(1.16); transform-origin: 50% 72%; }
.contact-visual figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; display: flex; justify-content: space-between; gap: 18px; color: white; font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; text-shadow: 0 1px 12px rgba(0,0,0,.55); }
.contact-panel { min-height: 620px; padding: clamp(42px, 5vw, 72px); display: flex; flex-direction: column; border-radius: 30px; background: var(--brown); color: white; }
.contact-panel .kicker { color: #eadfd6; }
.contact h2 { max-width: 560px; margin: 24px 0 25px; font-size: clamp(55px, 5.4vw, 82px); }
.address-link { width: max-content; max-width: 100%; color: #f5eee8; font-family: Georgia, serif; font-size: 18px; line-height: 1.6; }
.contact-details { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 46px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.26); }
.contact-details div { display: flex; flex-direction: column; gap: 10px; }
.contact-details p { margin: 0 0 7px; color: #d8c9bd; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-details span, .contact-details a { color: #f5eee8; font-size: 11px; line-height: 1.45; }
.contact-details b { margin-bottom: 8px; color: white; font-family: Georgia, serif; font-weight: 400; font-size: 17px; }
.contact-actions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: auto; padding-top: 42px; }
.contact-action { min-height: 48px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.48); color: white; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: .2s; }
.contact-action:hover, .contact-action:focus { background: white; border-color: white; color: var(--brown); }
.contact-action-primary { background: var(--ivory); border-color: var(--ivory); color: var(--brown); }

.contact-page { background: var(--ivory); }
.contact-landing-hero { padding: 105px 7vw 78px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: 9vw; align-items: end; }
.contact-landing-hero h1 { max-width: 820px; margin: 24px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7vw, 104px); line-height: .94; letter-spacing: -.045em; font-weight: 400; }
.contact-landing-hero h1 em { font-weight: 400; }
.contact-landing-hero > p { max-width: 510px; margin: 0 0 7px; color: #5f554f; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.72; }
.contact-landing-grid { padding: 0 6vw 110px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 22px; align-items: start; }
.contact-landing-aside { min-width: 0; }
.contact-landing-image { aspect-ratio: 4 / 3; margin: 0; overflow: hidden; border-radius: 30px; background: var(--beige); }
.contact-landing-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 64%; }
.contact-landing-info { margin-top: 22px; padding: 48px; border-radius: 30px; background: var(--brown); color: white; }
.contact-landing-info .kicker { margin: 0 0 25px; color: #d8c9bd; }
.contact-landing-address { display: inline-block; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.45; }
.contact-landing-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.26); }
.contact-landing-facts > div { display: flex; flex-direction: column; gap: 9px; }
.contact-landing-facts span { margin-bottom: 8px; color: #d8c9bd; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.contact-landing-facts b { font-size: 11px; font-weight: 400; }
.contact-landing-facts p, .contact-landing-facts a { margin: 0 0 5px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 15px; line-height: 1.45; }
.contact-landing-book { min-height: 52px; margin-top: 38px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.52); color: white; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; transition: .2s; }
.contact-landing-book:hover, .contact-landing-book:focus { background: white; border-color: white; color: var(--brown); }
.enquiry-card { padding: clamp(45px, 5vw, 72px); border: 1px solid var(--line); border-radius: 30px; background: white; }
.enquiry-card > header { max-width: 650px; margin-bottom: 44px; }
.enquiry-card h2 { margin: 18px 0 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.2vw, 76px); line-height: .98; letter-spacing: -.04em; font-weight: 400; }
.enquiry-card > header > p:last-child { max-width: 560px; margin: 0; color: #6d625b; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.7; }
.enquiry-form { display: flex; flex-direction: column; gap: 22px; }
.enquiry-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.enquiry-form label { display: flex; flex-direction: column; gap: 9px; }
.enquiry-form label > span { font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: var(--ivory); font-family: Georgia, "Times New Roman", serif; font-size: 16px; }
.enquiry-form input, .enquiry-form select { min-height: 52px; padding: 0 15px; }
.enquiry-form textarea { min-height: 180px; padding: 15px; line-height: 1.55; resize: vertical; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--taupe); box-shadow: 0 0 0 2px rgba(179,151,130,.2); }
.enquiry-form .enquiry-consent { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; }
.enquiry-consent input { width: 18px; min-height: 18px; margin: 0; accent-color: var(--brown); }
.enquiry-form .enquiry-consent span { color: #665b54; font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.enquiry-submit { width: 100%; justify-content: space-between; margin-top: 4px; }
.enquiry-privacy { margin: -7px 0 0; color: #85786f; font-size: 10px; line-height: 1.5; }
.enquiry-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.enquiry-notice { margin: -12px 0 34px; padding: 18px 20px; border: 1px solid var(--line); font-size: 13px; line-height: 1.6; }
.enquiry-notice strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 400; }
.enquiry-notice-success { background: #eef1e8; border-color: #cbd2bd; }
.enquiry-notice-error { background: #f4e8e5; border-color: #d9bbb4; }

.notice { background: #e8dfd5; padding: 14px 20px; text-align: center; font-size: 12px; }
.site-footer { background: var(--brown); color: white; padding: 65px 6vw 25px; display: grid; grid-template-columns: 1fr 1fr .4fr; gap: 9vw; }
.site-footer > img { width: 300px; filter: brightness(2); }
.site-footer p { font-family: Georgia, serif; font-size: 17px; }
.subscribe-form { display: flex; border-bottom: 1px solid rgba(255,255,255,.55); }
.subscribe-form input { border: 0; background: none; color: white; width: 100%; padding: 15px 0; outline: none; }
.subscribe-form button { border: 0; background: none; color: white; font-size: 9px; letter-spacing: .15em; }
.subscribe-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.subscribe-consent { margin: 12px 0 0 !important; max-width: 520px; color: rgba(255,255,255,.68); font-size: 10px !important; line-height: 1.55; }
.footer-nav { display: flex; flex-direction: column; gap: 13px; }
.footer-nav a { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.25); padding-top: 22px; display: flex; justify-content: space-between; font-size: 8px; letter-spacing: .15em; }

.content-page { max-width: 900px; margin: 0 auto; padding: 90px 24px; }
.content-page h1 { font-family: Georgia, serif; font-size: clamp(48px, 7vw, 80px); font-weight: 400; }
.content-page p { line-height: 1.8; }

@media (max-width: 920px) {
  body.admin-bar .site-header { top: 46px; }
  .site-header { min-height: 75px; grid-template-columns: 1fr auto auto; padding: 0 18px; }
  .brand { width: 175px; }
  .menu-toggle { display: block; border: 0; background: none; font-size: 9px; letter-spacing: .16em; margin-right: 18px; }
  .header-book { display: inline-flex; min-height: 42px; padding: 0 16px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 75px; padding: 30px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav.open { display: flex; }
  .nav-dropdown { width: 100%; }
  .nav-dropdown-toggle { width: 100%; justify-content: space-between; text-align: left; }
  .nav-submenu { display: none; position: static; min-width: 0; margin: 2px 0 2px 14px; padding: 2px 0 2px 14px; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-submenu::before { display: none; }
  .nav-dropdown:hover .nav-submenu { transform: none; }
  .nav-dropdown.open .nav-submenu { display: flex; flex-direction: column; align-items: flex-start; }
  .nav-submenu a { width: 100%; padding: 11px 8px; }
  .hero { height: auto; min-height: 0; max-height: none; padding: 18px; overflow: visible; background: var(--white); }
  .hero::after { display: none; }
  .hero-media { height: auto; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 28px; background: var(--beige); }
  .hero-media img { object-position: center; }
  .hero-copy-desktop { display: none; }
  .hero-copy-mobile { display: block; position: relative; left: auto; right: auto; top: auto; bottom: auto; transform: none; max-width: none; margin-top: 18px; padding: 34px 30px; border-radius: 28px; color: var(--ink); background: linear-gradient(135deg, #f2eadf 0%, #f8f5ef 58%, #e5e5d9 100%); }
  .hero-copy-mobile .kicker { display: block; color: var(--brown); }
  .hero-copy-mobile > p:not(.kicker) { display: block; max-width: 560px; margin: 20px 0 26px; color: #5f554f; }
  .hero h1 { font-size: clamp(47px, 12vw, 72px); margin: 18px 0; }
  .hero-copy-mobile .solid-button { width: 100%; justify-content: space-between; }
  .hero-note { display: none; }
  .welcome, .section { padding: 80px 24px; }
  .principles { gap: 14px; max-width: 700px; }
  .principle-image { border-radius: 18px; }
  .principle-meta { grid-template-columns: 27px minmax(0, 1fr); gap: 6px; padding-top: 14px; }
  .principle-meta span, .principle-meta b { font-size: 8px; }
  .trending { padding: 78px 0 88px; }
  .trending-intro { display: block; padding: 0 24px 42px; }
  .trending-intro > p { margin-top: 24px; }
  .trending-track { --trending-gap: 14px; animation-duration: 42s; }
  .trending-card { width: 68vw; max-width: 280px; border-radius: 18px; }
  .section-title { display: block; }
  .section-title > p { margin-top: 28px; }
  .service-list article { grid-template-columns: 38px 1fr 30px; }
  .service-meta { grid-column: 2; grid-row: 2; }
  .service-list h3 { font-size: 23px; }
  .service-book { grid-column: 3; grid-row: 1; }
  .treatment-groups { grid-template-columns: 1fr; gap: 54px; }
  .treatment-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .treatments-hero { padding: 80px 24px 65px; }
  .treatments-accordion-section { padding: 65px 24px 80px; }
  .treatments-accordion-grid { grid-template-columns: 1fr; }
  .treatment-accordion > summary { grid-template-columns: 190px minmax(0, 1fr) 36px; }
  .treatments-booking-callout { grid-template-columns: 1fr; padding: 75px 28px; }
  .treatments-booking-callout > p { max-width: 560px; }
  .treatments-booking-callout .solid-button { width: max-content; }
  .salon-hero { padding: 78px 24px 65px; }
  .salon-hero-copy { display: block; margin-bottom: 44px; }
  .salon-hero-copy .kicker { margin: 0 0 24px; }
  .salon-hero-copy h1 { font-size: 64px; }
  .salon-hero-copy > p:last-child { max-width: 650px; margin-top: 28px; }
  .salon-story { grid-template-columns: 1fr; gap: 35px; padding: 82px 30px; }
  .salon-story-copy { padding-top: 0; }
  .salon-values { padding: 82px 28px; }
  .salon-values > header { display: block; }
  .salon-values > header h2 { margin-top: 24px; }
  .salon-values-grid { grid-template-columns: 1fr; }
  .salon-values-grid article, .salon-values-grid article:first-child, .salon-values-grid article:last-child { min-height: 0; padding: 30px 0 38px; border-right: 0; border-bottom: 1px solid var(--line); }
  .salon-values-grid article:last-child { border-bottom: 0; }
  .salon-values-grid h3 { margin: 34px 0 15px; }
  .salon-visit { grid-template-columns: 1fr; padding: 82px 30px; }
  .treatment-group > header h3 { font-size: 31px; }
  .treatment-list article { grid-template-columns: minmax(0, 1fr) auto 26px; gap: 12px; }
  .editorial { grid-template-columns: 1fr; gap: 0; padding: 24px; }
  .editorial-image { width: 100%; height: auto; aspect-ratio: 1 / 1; border-radius: 22px; }
  .editorial-copy { padding: 72px 10px 52px; }
  .products { grid-template-columns: 1fr; }
  .shop .section-title { display: block; }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 18px; }
  .news-title { display: block; }
  .news-intro { margin-top: 26px; }
  .article-hero, .archive-hero { padding: 75px 24px 50px; }
  .article-featured { margin-bottom: 55px; border-radius: 22px; }
  .article-content { padding-bottom: 80px; }
  .voucher { grid-template-columns: 1fr; padding: 80px 28px; }
  .voucher-card { margin-top: 20px; }
  .contact { grid-template-columns: 1fr; padding: 80px 28px; }
  .contact-visual { min-height: 0; aspect-ratio: 4 / 3; }
  .contact-panel { min-height: 0; }
  .contact-landing-hero { display: block; padding: 78px 28px 58px; }
  .contact-landing-hero > p { margin-top: 30px; }
  .contact-landing-grid { grid-template-columns: 1fr; padding: 0 28px 85px; }
  .contact-landing-aside { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .contact-landing-info { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; gap: 35px; }
  .site-footer > img { width: 250px; }
  .copyright { margin-top: 20px; }
}

@media (max-width: 560px) {
  .announcement { font-size: 7px; }
  .site-header { grid-template-columns: minmax(0, 1fr) auto auto; column-gap: 8px; padding-inline: 12px; }
  .brand { width: 132px; }
  .menu-toggle { margin-right: 0; padding-inline: 6px; }
  .header-book { min-height: 38px; padding: 0 11px; font-size: 0; }
  .header-book::before { content: "Book now"; font-size: 7px; letter-spacing: .15em; }
  .hero h1 { font-size: 11vw; }
  .hero { padding: 12px; }
  .hero-media, .hero-copy-mobile { border-radius: 22px; }
  .hero-copy-mobile { padding: 30px 24px; }
  .welcome h2, .trending-intro h2, .section-title h2, .editorial h2, .voucher h2, .contact h2 { font-size: 48px; }
  .lead { font-size: 17px; }
  .principles { display: flex; max-width: 100%; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .principles::-webkit-scrollbar { display: none; }
  .principle-card { flex: 0 0 min(74vw, 260px); scroll-snap-align: start; }
  .service-list article { padding: 24px 4px; }
  .service-list p { display: none; }
  .treatment-group > header { grid-template-columns: 30px 1fr; padding-inline: 2px; }
  .treatment-category-grid { grid-template-columns: 1fr; gap: 38px; }
  .treatment-category-copy strong { font-size: 23px; }
  .treatments-hero h1 { font-size: 49px; }
  .treatments-hero > p:last-child { font-size: 17px; }
  .treatments-accordion-section { padding-inline: 12px; }
  .treatment-accordion { border-radius: 20px; }
  .treatment-accordion > summary { grid-template-columns: 88px minmax(0, 1fr) 30px; gap: 14px; padding: 12px; }
  .treatment-accordion-image { border-radius: 13px; }
  .treatment-accordion-number, .treatment-accordion-heading small { display: none; }
  .treatment-accordion-heading strong { font-size: 23px; }
  .treatment-accordion-count { margin-top: 9px; font-size: 7px; }
  .treatment-accordion-toggle { width: 30px; height: 30px; font-size: 22px; }
  .treatment-menu-list { padding-inline: 12px; }
  .treatment-menu-list article { grid-template-columns: minmax(0, 1fr) auto 24px; gap: 10px; padding-inline: 0; }
  .treatment-menu-list h2 { font-size: 16px; }
  .treatment-menu-list .treatment-meta b { max-width: 112px; font-size: 13px; }
  .salon-hero { padding: 62px 12px 58px; }
  .salon-hero-copy { padding-inline: 12px; }
  .salon-hero-copy h1 { font-size: 49px; }
  .salon-hero-copy > p:last-child { font-size: 17px; }
  .salon-hero-image > img { aspect-ratio: 4 / 3; border-radius: 20px; }
  .salon-hero-image figcaption { font-size: 7px; }
  .salon-story { padding: 70px 24px; }
  .salon-story-heading h2 { font-size: 49px; }
  .salon-story-copy > p { font-size: 17px; }
  .salon-story-copy blockquote { font-size: 25px; }
  .salon-values { padding: 72px 24px; }
  .salon-values > header h2, .salon-visit h2 { font-size: 48px; }
  .salon-visit { padding: 72px 24px; }
  .salon-visit-details .solid-button { width: 100%; justify-content: space-between; }
  .treatment-copy h4 { font-size: 16px; }
  .treatment-copy p { display: block; font-size: 9px; }
  .treatment-meta b { max-width: 120px; font-size: 14px; }
  .contact-details { grid-template-columns: 1fr; }
  .contact { padding: 60px 12px; gap: 12px; }
  .contact-visual { aspect-ratio: 1 / 1; border-radius: 22px; }
  .contact-visual figcaption { left: 16px; right: 16px; bottom: 16px; font-size: 7px; }
  .contact-panel { padding: 42px 24px 24px; border-radius: 22px; }
  .contact-details { gap: 26px; margin-top: 36px; }
  .contact-actions { grid-template-columns: 1fr; padding-top: 36px; }
  .contact-action { min-height: 50px; }
  .contact-landing-hero { padding: 64px 24px 46px; }
  .contact-landing-hero h1 { font-size: 49px; }
  .contact-landing-hero > p { font-size: 17px; }
  .contact-landing-grid { padding: 0 12px 68px; gap: 12px; }
  .contact-landing-aside { display: block; }
  .contact-landing-image { aspect-ratio: 1 / 1; border-radius: 22px; }
  .contact-landing-info { margin-top: 12px; padding: 38px 24px 24px; border-radius: 22px; }
  .contact-landing-address { font-size: 23px; }
  .contact-landing-facts { grid-template-columns: 1fr; gap: 26px; }
  .enquiry-card { padding: 42px 24px 28px; border-radius: 22px; }
  .enquiry-card h2 { font-size: 46px; }
  .enquiry-form-row { grid-template-columns: 1fr; }
  .copyright { gap: 20px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card h3 { font-size: 25px; }
  .article-hero h1, .archive-hero h1 { font-size: 48px; }
  .article-deck { font-size: 17px; }
  .article-content { font-size: 17px; }
  .article-content > p:first-child { font-size: 20px; }
  .article-content h2 { font-size: 33px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .trending-viewport { overflow-x: auto; scrollbar-width: none; }
  .trending-track { animation: none; }
  .trending-group[aria-hidden="true"] { display: none; }
}



/* Hero carousel */
.hero-legacy {
    display: none !important;
}

.hero-carousel {
    background: var(--white);
    padding: 34px;
}

.hero-carousel-stage {
    position: relative;
    min-height: clamp(620px, calc(100vh - 170px), 720px);
}

.hero-carousel-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(360px, 0.7fr) minmax(0, 1.3fr);
    gap: 14px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hero-carousel-slide.is-active {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hero-carousel-copy,
.hero-carousel-media {
    min-height: inherit;
    border-radius: 28px;
    overflow: hidden;
}

.hero-carousel-copy {
    padding: clamp(48px, 5.2vw, 84px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: var(--ink);
}

.tone-sage .hero-carousel-copy {
    background: #dedcca;
}

.tone-blush .hero-carousel-copy {
    background: #efd6ca;
}

.tone-sand .hero-carousel-copy {
    background: #ddbda5;
}

.hero-carousel-copy .kicker {
    margin: 0 0 24px;
}

.hero-carousel-copy h1 {
    margin: 0;
    max-width: 7.4em;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(54px, 5.1vw, 82px);
    font-weight: 400;
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.hero-carousel-copy h1 em {
    font-weight: 400;
}

.hero-carousel-intro {
    max-width: 31em;
    margin: 28px 0 30px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(17px, 1.25vw, 21px);
    line-height: 1.45;
}

.hero-carousel-copy .solid-button {
    margin-top: 0;
}

.hero-carousel-address {
    margin: auto 0 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.hero-carousel-media {
    display: block;
    background: #e5ddd2;
}

.hero-carousel-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero-carousel-arrows {
    position: absolute;
    z-index: 5;
    top: 22px;
    right: 22px;
    display: flex;
    gap: 10px;
}

.hero-carousel-arrow {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 253, 249, 0.94);
    color: var(--ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(45, 36, 30, 0.08);
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-carousel-arrow:hover,
.hero-carousel-arrow:focus-visible {
    background: #fff;
    transform: translateY(-2px);
}

.hero-carousel-dots {
    position: absolute;
    z-index: 5;
    left: 67.5%;
    bottom: 18px;
    display: flex;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.92);
    transform: translateX(-50%);
}

.hero-carousel-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(45, 36, 30, 0.25);
    cursor: pointer;
    transition: width 0.25s ease, background 0.25s ease;
}

.hero-carousel-dot.is-active {
    width: 24px;
    background: var(--brown);
}

@media (max-width: 920px) {
    .hero-carousel {
        padding: 18px;
    }

    .hero-carousel-stage {
        min-height: 0;
    }

    .hero-carousel-slide {
        position: relative;
        inset: auto;
        display: none;
        grid-template-columns: 1fr;
        gap: 14px;
        opacity: 1;
        visibility: visible;
    }

    .hero-carousel-slide.is-active {
        display: flex;
        flex-direction: column;
    }

    .hero-carousel-media {
        order: 1;
        min-height: 0;
        aspect-ratio: 1 / 1;
        border-radius: 26px;
    }

    .hero-carousel-copy {
        order: 2;
        min-height: 0;
        padding: 38px 30px;
        border-radius: 26px;
    }

    .hero-carousel-copy h1 {
        max-width: 7.8em;
        font-size: clamp(48px, 12.2vw, 70px);
    }

    .hero-carousel-intro {
        margin: 24px 0 28px;
        font-size: 17px;
    }

    .hero-carousel-address {
        margin-top: 32px;
    }

    .hero-carousel-arrows {
        top: 32px;
        right: 32px;
    }

    .hero-carousel-arrow {
        width: 44px;
        height: 44px;
    }

    .hero-carousel-dots {
        left: 50%;
        top: calc(100vw - 58px);
        bottom: auto;
    }
}

@media (max-width: 560px) {
    .hero-carousel {
        padding: 12px;
    }

    .hero-carousel-slide {
        gap: 12px;
    }

    .hero-carousel-media,
    .hero-carousel-copy {
        border-radius: 22px;
    }

    .hero-carousel-copy {
        padding: 34px 24px 30px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(44px, 12.8vw, 62px);
    }

    .hero-carousel-copy .kicker {
        margin-bottom: 18px;
    }

    .hero-carousel-arrows {
        top: 26px;
        right: 26px;
        gap: 8px;
    }

    .hero-carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    .hero-carousel-dots {
        top: calc(100vw - 46px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-carousel-slide,
    .hero-carousel-dot,
    .hero-carousel-arrow {
        transition: none;
    }
}



/* Balanced hero typography and controls */
.hero-carousel-copy {
    padding: clamp(58px, 5vw, 78px) clamp(50px, 4.8vw, 76px) 46px;
}

.hero-carousel-copy .kicker {
    margin-bottom: 26px;
}

.hero-carousel-copy h1 {
    max-width: none;
    font-size: clamp(52px, 4.35vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.hero-carousel-intro {
    width: 100%;
    max-width: 360px;
    margin: 28px 0 28px;
    font-size: clamp(17px, 1.15vw, 19px);
    line-height: 1.48;
}

.hero-carousel-copy .solid-button {
    width: 210px;
    min-height: 50px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.16em;
    white-space: nowrap;
}

.hero-carousel-copy .solid-button .button-arrow {
    margin-left: auto;
    font-size: 18px;
    line-height: 1;
}

.hero-carousel-address {
    margin-top: auto;
    padding-top: 38px;
}

@media (max-width: 920px) {
    .hero-carousel-copy {
        padding: 40px 34px 34px;
    }

    .hero-carousel-copy .kicker {
        margin-bottom: 22px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(44px, 11.2vw, 60px);
        line-height: 0.96;
        white-space: nowrap;
    }

    .hero-carousel-intro {
        max-width: 34em;
        margin: 24px 0 26px;
        font-size: 17px;
    }

    .hero-carousel-copy .solid-button {
        width: 220px;
    }

    .hero-carousel-address {
        margin-top: 0;
        padding-top: 34px;
    }
}

@media (max-width: 560px) {
    .hero-carousel-copy {
        padding: 34px 24px 30px;
    }

    .hero-carousel-copy h1 {
        font-size: clamp(40px, 11.4vw, 52px);
    }
}

@media (max-width: 360px) {
    .hero-carousel-copy h1 {
        font-size: 38px;
    }

    .hero-carousel-copy .solid-button {
        width: 100%;
        max-width: 220px;
    }
}



/* Match approved hero reference proportions */
@media (min-width: 921px) {
    .hero-carousel-slide {
        grid-template-columns: minmax(500px, 0.82fr) minmax(0, 1.18fr);
    }

    .hero-carousel-intro {
        max-width: 410px;
    }

    .hero-carousel-copy .solid-button {
        width: 204px;
    }
}



/* Nailounge gentle gift-card motion */
.voucher-card {
  transform-origin: 52% 58%;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
  animation: nailounge-gift-card-float 7.5s cubic-bezier(.45, .05, .55, .95) infinite alternate;
}

@keyframes nailounge-gift-card-float {
  0% {
    transform: translate3d(0, 2px, 0) rotate(2.7deg);
    box-shadow: 18px 23px 36px rgba(72, 53, 42, .16);
  }
  50% {
    transform: translate3d(-2px, -5px, 0) rotate(3.35deg);
    box-shadow: 21px 28px 43px rgba(72, 53, 42, .19);
  }
  100% {
    transform: translate3d(2px, -9px, 0) rotate(2.15deg);
    box-shadow: 23px 32px 48px rgba(72, 53, 42, .15);
  }
}

@media (max-width: 920px) {
  .voucher-card {
    animation-duration: 8.5s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voucher-card {
    animation: none !important;
    transform: rotate(3deg);
  }
}



/* Gift card motion refinement */
.voucher-card { animation-duration: 6s; }
@keyframes nailounge-gift-card-float {
  0% { transform: translate3d(0, 3px, 0) rotate(2.3deg); box-shadow: 18px 24px 38px rgba(72, 53, 42, .16); }
  50% { transform: translate3d(-3px, -7px, 0) rotate(3.6deg); box-shadow: 22px 30px 46px rgba(72, 53, 42, .2); }
  100% { transform: translate3d(3px, -15px, 0) rotate(1.9deg); box-shadow: 25px 36px 52px rgba(72, 53, 42, .15); }
}
@media (max-width: 920px) { .voucher-card { animation-duration: 7s; } }


/* Footer Instagram button */
.footer-instagram-cta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2px;
}
.footer-instagram-button {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  color: white;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}
.footer-instagram-button span:last-child { font-size: 16px; line-height: 1; }
.footer-instagram-button:hover,
.footer-instagram-button:focus-visible {
  background: white;
  border-color: white;
  color: var(--brown);
  transform: translateY(-2px);
}
@media (max-width: 920px) {
  .footer-instagram-cta { justify-content: flex-start; }
}
@media (max-width: 560px) {
  .footer-instagram-button { width: 100%; justify-content: space-between; }
}
