/* Valeria Olivastro Beauty — design system
   Palette/type direction inspired by laserclinics.co.uk's premium-clinical
   language (near-black + champagne-gold + coral accents, serif/grotesk
   pairing) applied to Valeria's own brand, content and photography. */

:root {
  --ink: #0a0a0a;
  --ink-soft: #141414;
  --paper: #ffffff;
  --paper-warm: #faf8f5;
  --paper-dim: #f3f1ed;
  --muted: #5c5c5c;
  --muted-2: #8a8a8a;
  --muted-3: #999999;
  --line: #e4e2dd;
  --line-soft: #ededea;
  --gold: #ccb46d;
  --gold-deep: #a98f4e;
  --coral: #ed6e52;
  --on-dark: #f0f0f0;
  --on-dark-soft: #bbbbbb;
  --on-dark-line: rgba(255,255,255,0.16);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', 'Helvetica Neue', Arial, sans-serif;
  --container: 1240px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink-soft);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }
button { font-family: inherit; }

/* language toggle plumbing */
[hidden] { display: none !important; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 48px; }
@media (max-width: 640px) { .container { padding: 0 22px; } }

.eyebrow {
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px; font-weight: 400;
}
.on-dark .eyebrow { color: var(--gold); }

h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.05; }
.h-display { font-size: clamp(40px, 6.4vw, 84px); line-height: .98; letter-spacing: -.01em; }
.h-section { font-size: clamp(32px, 4.4vw, 54px); }
.h-sub { font-size: clamp(28px, 3.4vw, 42px); }
p.lede { font-weight: 300; font-size: 17px; line-height: 1.75; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--sans); font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
  text-decoration: none; padding: 16px 38px; border: 1px solid var(--ink-soft); cursor: pointer;
  transition: background .3s ease, color .3s ease, transform .3s ease, border-color .3s ease;
  white-space: nowrap;
}
.btn-dark { background: var(--ink-soft); color: #fff; border-color: var(--ink-soft); }
.btn-dark:hover { background: var(--gold-deep); border-color: var(--gold-deep); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--ink-soft); border-color: #fff; }
.btn-light:hover { background: var(--gold); border-color: var(--gold); }
.btn-outline { background: transparent; color: var(--ink-soft); }
.btn-outline:hover { background: var(--ink-soft); color: #fff; }
.btn-outline-on-dark { background: transparent; color: var(--on-dark); border-color: rgba(255,255,255,.5); }
.btn-outline-on-dark:hover { background: var(--on-dark); color: var(--ink); }
.btn-pill { border-radius: 999px; }
.btn-sm { padding: 12px 20px; font-size: 11.5px; }
.btn-block { display: flex; width: 100%; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--ink); color: var(--on-dark); text-align: center;
  font-size: 12px; letter-spacing: .2em; text-transform: uppercase;
  padding: 11px 16px; font-weight: 300;
}
.announce .sep { color: var(--gold); margin: 0 10px; }
@media (max-width: 640px) {
  .announce { font-size: 10.5px; letter-spacing: .1em; line-height: 1.6; padding: 10px 16px; }
  .announce .sep { margin: 0 6px; }
}

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 48px; background: rgba(255,255,255,.86);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(0,0,0,.08);
  transition: box-shadow .4s ease, padding .4s ease;
}
.site-header.is-scrolled { box-shadow: 0 6px 30px rgba(0,0,0,.09); padding: 12px 48px; }
.site-header .brand { flex: 0 1 auto; min-width: 0; text-align: center; text-decoration: none; color: var(--ink-soft); overflow: hidden; }
.site-header .brand .name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-header .brand .name { font-family: var(--serif); font-size: 25px; letter-spacing: .04em; line-height: 1; font-weight: 500; }
.site-header .brand .sub { font-size: 9px; letter-spacing: .44em; text-transform: uppercase; margin-top: 5px; color: var(--gold-deep); padding-left: .44em; }

.primary-nav { display: flex; align-items: center; gap: 28px; flex: 1; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; }
.primary-nav a { color: var(--ink-soft); text-decoration: none; transition: color .3s; padding: 4px 0; border-bottom: 1px solid transparent; }
.primary-nav a:hover { color: var(--gold-deep); }
.primary-nav a.is-active { color: var(--gold-deep); border-bottom-color: var(--gold); }

.nav-dropdown { position: relative; }
.nav-dropdown-trigger {
  display: flex; align-items: center; gap: 6px; background: none; border: none; cursor: pointer;
  font: inherit; letter-spacing: inherit; text-transform: inherit; color: var(--ink-soft);
  padding: 4px 0; border-bottom: 1px solid transparent; transition: color .3s;
}
.nav-dropdown-trigger:hover, .nav-dropdown-trigger.is-active { color: var(--gold-deep); }
.nav-dropdown-trigger.is-active { border-bottom-color: var(--gold); }
.nav-dropdown-trigger .caret { transition: transform .25s ease; flex: 0 0 auto; }
.nav-dropdown.is-open .nav-dropdown-trigger .caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 14px); left: 0; background: #fff; border: 1px solid var(--line);
  min-width: 230px; box-shadow: 0 12px 30px rgba(0,0,0,.12); display: none; flex-direction: column;
  padding: 6px 0; z-index: 80;
}
.nav-dropdown.is-open .nav-dropdown-menu { display: flex; }
.nav-dropdown-link { display: block; padding: 12px 18px; white-space: nowrap; }
.nav-dropdown-link.is-active { background: var(--paper-warm); }

.header-side { display: flex; gap: 18px; flex: 1; justify-content: flex-end; align-items: center; font-size: 12.5px; letter-spacing: .1em; text-transform: uppercase; }
.header-side a.plain-link { text-decoration: none; color: var(--ink-soft); transition: color .3s; }
.header-side a.plain-link:hover { color: var(--gold-deep); }
.header-side .btn { padding: 10px 22px; }

/* language switch */
.lang-switch { position: relative; }
.lang-switch-btn {
  display: flex; align-items: center; gap: 7px; background: transparent; border: 1px solid var(--line);
  padding: 7px 12px; cursor: pointer; font-family: var(--sans); font-size: 12px; letter-spacing: .08em;
  color: var(--ink-soft); text-transform: uppercase; transition: border-color .3s, background .3s;
}
.lang-switch-btn:hover { border-color: var(--gold); background: var(--paper-warm); }
.lang-switch-btn svg { width: 18px; height: 13px; display: block; flex: 0 0 auto; border-radius: 2px; }
.lang-switch-menu {
  position: absolute; top: calc(100% + 8px); right: 0; background: #fff; border: 1px solid var(--line);
  min-width: 150px; box-shadow: 0 12px 30px rgba(0,0,0,.12); display: none; z-index: 80;
}
.lang-switch.is-open .lang-switch-menu { display: block; }
.lang-switch-option {
  display: flex; align-items: center; gap: 10px; width: 100%; background: none; border: none; cursor: pointer;
  padding: 11px 14px; font-family: var(--sans); font-size: 12.5px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--ink-soft); text-align: left; transition: background .2s;
}
.lang-switch-option:hover { background: var(--paper-dim); }
.lang-switch-option svg { width: 20px; height: 14px; border-radius: 2px; flex: 0 0 auto; }
.lang-switch-option.is-current { color: var(--gold-deep); font-weight: 500; }

/* mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 24px; height: 1.5px; background: var(--ink-soft); margin: 5px 0; transition: transform .3s, opacity .3s; }

@media (max-width: 980px) {
  .primary-nav { display: none; }
  .header-side .plain-link { display: none; }
  .header-side .btn { display: none; }
  .nav-toggle { display: block; }
  .site-header { padding: 16px 22px; }
}

@media (max-width: 480px) {
  .site-header .brand .name { font-size: 19px; }
  .site-header .brand .sub { letter-spacing: .3em; }
  .header-side { gap: 8px; }
  .lang-switch-btn span { display: none; }
  .lang-switch-btn { padding: 7px 9px; }
}

/* mobile off-canvas */
.mobile-nav {
  position: fixed; inset: 0; z-index: 90; background: var(--ink);
  transform: translateX(100%); transition: transform .4s cubic-bezier(.2,.8,.2,1);
  display: flex; flex-direction: column; padding: 24px 30px 40px;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav-top { display: flex; justify-content: flex-end; }
.mobile-nav-close { background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; line-height: 1; }
.mobile-nav nav { display: flex; flex-direction: column; gap: 6px; margin-top: 30px; }
.mobile-nav nav a { color: var(--on-dark); text-decoration: none; font-family: var(--serif); font-size: 26px; padding: 12px 0; border-bottom: 1px solid var(--on-dark-line); }
.mobile-nav-footer { margin-top: auto; display: flex; flex-direction: column; gap: 14px; }

/* ---------- Hero ---------- */
.hero { position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero-full { height: 72vh; min-height: 500px; }
.hero-mid { height: 72vh; min-height: 500px; background: var(--ink); }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero-media video, .hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(0,0,0,.76) 0%, rgba(0,0,0,.22) 48%, rgba(0,0,0,.08) 100%); }
.hero-content { position: relative; z-index: 2; padding: 0 48px 84px; max-width: 940px; }
.hero-content .eyebrow { color: #d8d8d8; letter-spacing: .32em; }
.hero-content h1 { color: #fff; }
.hero-content p.lede { color: #ededed; max-width: 540px; margin-top: 24px; }
.hero-btns { display: flex; gap: 16px; margin-top: 36px; flex-wrap: wrap; }
.hero-scrolldown { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: #ededed; font-size: 20px; animation: floatdown 2.4s ease-in-out infinite; }
@keyframes floatdown { 0%,100% { transform: translate(-50%,0); opacity:.5 } 50% { transform: translate(-50%,8px); opacity:1 } }
@media (max-width: 640px) { .hero-content { padding: 0 22px 60px; } }

/* centered text hero (used on interior pages) */
.hero-plain { padding: clamp(70px,10vw,110px) 48px clamp(40px,6vw,64px); text-align: center; }
.hero-plain .inner { max-width: 760px; margin: 0 auto; }
.hero-plain p.lede { margin: 22px auto 0; }
@media (max-width: 640px) { .hero-plain { padding: 60px 22px 34px; } }

/* split hero */
.hero-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 74vh; }
.hero-split .copy, .hero-split .panel { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,7vw,110px); }
.hero-split .media { position: relative; overflow: hidden; background: var(--paper-dim); min-height: 420px; }
.hero-split .media img { width: 100%; height: 100%; object-fit: cover; animation: slowzoom 16s ease-in-out infinite alternate; }
@keyframes slowzoom { from { transform: scale(1); } to { transform: scale(1.06); } }
@media (max-width: 900px) { .hero-split, .split-2col { grid-template-columns: 1fr; } }

/* ---------- Marquee ---------- */
.marquee { background: var(--ink); color: var(--on-dark-soft); padding: 18px 0; overflow: hidden; white-space: nowrap; }
.marquee-track { display: inline-block; animation: marquee 32s linear infinite; font-family: var(--serif); font-style: italic; font-size: 25px; }
.marquee-track span.item { padding: 0 34px; }
.marquee-track span.dot { opacity: .5; color: var(--gold); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
section { padding: 100px 48px; }
section.tight { padding: 60px 48px; }
.on-dark { background: var(--ink); color: var(--on-dark); }
.on-warm { background: var(--paper-warm); }
.on-dim { background: var(--paper-dim); }
.on-black { background: #0a0a0a; color: #cccccc; }
.section-head { text-align: center; margin-bottom: 56px; }
.section-head.left { text-align: left; }
@media (max-width: 640px) { section { padding: 64px 22px; } section.tight { padding: 40px 22px; } }

/* ---------- Trust / credentials strip ---------- */
.credentials { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; max-width: 1180px; margin: 0 auto; text-align: center; }
.credentials .mark { font-family: var(--serif); font-style: italic; font-size: 32px; color: var(--gold); margin-bottom: 12px; }
.credentials .label { font-size: 13px; letter-spacing: .04em; font-weight: 300; line-height: 1.5; }
@media (max-width: 760px) { .credentials { grid-template-columns: repeat(2,1fr); gap: 30px 20px; } }
@media (max-width: 480px) { .credentials { grid-template-columns: 1fr; gap: 32px; max-width: 320px; } }

/* ---------- Grids / cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px) { .grid-3, .grid-4, .grid-auto { grid-template-columns: 1fr; } }

.collection-card { text-decoration: none; color: var(--ink-soft); display: block; }
.collection-card .frame { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--paper-dim); }
.collection-card .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection-card:hover .frame img { transform: scale(1.05); }
.collection-card .meta { display: flex; justify-content: space-between; align-items: baseline; margin-top: 18px; }
.collection-card .meta .name { font-family: var(--serif); font-size: 24px; }
.collection-card .meta .cta { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold-deep); }

.badge { position: absolute; top: 14px; left: 14px; z-index: 3; background: var(--ink); color: var(--on-dark); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; padding: 6px 11px; }
.badge-gold { background: var(--gold); color: var(--ink); }
.badge-coral { background: var(--coral); color: #fff; }

.treatment-card { position: relative; display: block; text-decoration: none; color: var(--ink-soft); }
.treatment-card .frame { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--paper-dim); }
.treatment-card .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.treatment-card:hover .frame img { transform: scale(1.05); }
.treatment-card .book-flag {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 3; text-align: center; text-decoration: none;
  background: var(--ink); color: #fff; padding: 13px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  transform: translateY(100%); transition: transform .35s ease, background .3s;
}
.treatment-card:hover .book-flag { transform: translateY(0); }
.treatment-card .book-flag:hover { background: var(--gold-deep); }
.treatment-card .meta { margin-top: 16px; }
.treatment-card .meta .row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.treatment-card .meta .name { font-family: var(--serif); font-size: 22px; line-height: 1.15; }
.treatment-card .meta .price { font-size: 14px; letter-spacing: .02em; white-space: nowrap; }
.treatment-card .meta .note { font-size: 13px; color: var(--muted); margin-top: 7px; font-weight: 300; line-height: 1.5; }

/* menu / price list style cards (Treatments overview, prices page) */
.menu-card { border: 1px solid var(--line); padding: 0; display: flex; flex-direction: column; background: var(--paper-warm); overflow: hidden; }
.menu-card .frame { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--paper-dim); }
.menu-card .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.menu-card:hover .frame img { transform: scale(1.05); }
.menu-card-body { padding: 34px 30px; display: flex; flex-direction: column; flex: 1; }
.menu-card .name { font-family: var(--serif); font-size: 25px; line-height: 1.15; margin-bottom: 10px; }
.menu-card .desc { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.6; flex: 1; }
.menu-card .price-row { display: flex; justify-content: space-between; align-items: baseline; margin-top: 20px; padding-top: 15px; border-top: 1px solid var(--line-soft); }
.menu-card .price-row .label { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-3); }
.menu-card .price-row .val { font-family: var(--serif); font-size: 22px; }
.menu-card .benefit { font-size: 12px; letter-spacing: .04em; color: var(--gold-deep); margin-top: 10px; }
.menu-card .actions { display: flex; gap: 10px; margin-top: 22px; flex-wrap: wrap; }
.menu-card .actions .btn { flex: 1; padding: 12px 14px; font-size: 11.5px; }

/* ---------- Price rows ---------- */
.price-list-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line-soft); flex-wrap: wrap; }
.price-list-row .name-col { flex: 1; min-width: 220px; }
.price-list-row .name { font-size: 16px; }
.price-list-row .name a { text-decoration: none; color: inherit; border-bottom: 1px solid var(--line); }
.price-list-row .note { font-size: 13px; color: var(--muted-3); font-weight: 300; }
.price-list-row .dur { font-size: 13px; color: var(--muted-3); font-weight: 300; margin-top: 4px; }
.price-list-row .amounts { text-align: right; }
.price-list-row .secondary { font-size: 13px; color: var(--gold-deep); font-weight: 400; margin-top: 4px; }
.price-group-head { display: flex; justify-content: space-between; align-items: baseline; border-bottom: 1px solid var(--ink-soft); padding-bottom: 14px; margin-bottom: 4px; }
.price-group-head h2 { font-size: 28px; }
.price-group-head .more { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-3); text-decoration: none; transition: color .3s; }
.price-group-head .more:hover { color: var(--gold-deep); }

.on-dark .price-list-row { border-bottom-color: var(--on-dark-line); }
.on-dark .price-list-row .note, .on-dark .price-list-row .dur { color: var(--on-dark-soft); }
.on-dark .price-list-row .secondary { color: var(--gold); }

/* area price cards (laser areas & prices) */
.area-card { border: 1px solid var(--line); background: var(--paper-warm); display: flex; flex-direction: column; }
.area-card .frame { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--paper-dim); }
.area-card .frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.area-card:hover .frame img { transform: scale(1.05); }
.area-card .body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.area-card .name { font-family: var(--serif); font-size: 18px; line-height: 1.2; margin-bottom: 2px; }
.area-card .price-row { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; }
.area-card .price-row .label { font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-3); }
.area-card .price-row.session .val { font-family: var(--serif); font-size: 19px; }
.area-card .price-row.course .val { font-size: 12.5px; color: var(--muted); }
.area-card .price-row .save { color: var(--gold-deep); font-size: 10.5px; }
.area-card .btn { margin-top: 8px; }

.filter-tabs { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; border-bottom: 1px solid var(--line); margin-bottom: 32px; }
.filter-tab {
  background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 13px;
  letter-spacing: .1em; text-transform: uppercase; color: var(--muted-3);
  padding: 0 0 14px; border-bottom: 2px solid transparent; transition: color .3s, border-color .3s;
}
.filter-tab:hover { color: var(--ink-soft); }
.filter-tab.is-active { color: var(--ink-soft); border-bottom-color: var(--gold); }

/* pill quick nav */
.pill-nav { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; padding: 0 48px 60px; }
.pill { border: 1px solid var(--ink-soft); color: var(--ink-soft); padding: 11px 26px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; transition: background .3s, color .3s; }
.pill:hover { background: var(--ink-soft); color: #fff; }

/* tabs (laser page for-her/for-him) */
.tabbar { display: flex; justify-content: center; margin-bottom: 50px; }
.tab-btn { cursor: pointer; font-family: var(--sans); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; padding: 13px 40px; border: 1px solid var(--ink-soft); background: transparent; color: var(--ink-soft); transition: background .3s, color .3s; }
.tab-btn + .tab-btn { border-left: none; }
.tab-btn.is-active { background: var(--ink-soft); color: #fff; }

/* packages */
.package-card { border: 1px solid rgba(255,255,255,.25); padding: 40px 34px; display: flex; flex-direction: column; position: relative; background: transparent; }
.package-card.is-popular { border-color: #f0f0f0; background: rgba(255,255,255,.05); }
.package-card .tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--ink); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; padding: 5px 14px; white-space: nowrap; }
.package-card .name { font-family: var(--serif); font-size: 28px; margin-bottom: 14px; }
.package-card .areas { font-size: 14px; color: var(--on-dark-soft); font-weight: 300; line-height: 1.65; margin-bottom: 24px; }
.package-card .row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-top: 1px solid var(--on-dark-line); font-size: 15px; }
.package-card .row .lbl { color: var(--on-dark-soft); font-weight: 300; }
.package-card .save { font-size: 12px; color: var(--gold); margin-bottom: 22px; }

/* numbered steps */
.steps-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; max-width: 1240px; margin: 0 auto; }
.step { border-left: 1px solid var(--line); padding: 8px 28px; }
.step .num { font-family: var(--serif); font-style: italic; font-size: 40px; color: var(--gold); line-height: 1; }
.step .label { font-size: 13.5px; letter-spacing: .1em; text-transform: uppercase; margin: 16px 0 10px; }
.step p { font-size: 14px; color: var(--muted); font-weight: 300; line-height: 1.6; }
@media (max-width: 900px) { .steps-row { grid-template-columns: 1fr 1fr; gap: 24px; } .step { border-left: none; border-top: 1px solid var(--line); padding: 20px 0; } }
@media (max-width: 560px) { .steps-row { grid-template-columns: 1fr; } }

.mini-steps { border-top: 1px solid var(--on-dark-line); padding: 18px 0; }
.mini-steps .label { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; color: var(--gold); }
.mini-steps p { font-size: 14px; color: var(--on-dark-soft); font-weight: 300; line-height: 1.6; }

/* split 2col info panels */
.split-2col { display: grid; grid-template-columns: 1fr 1fr; }
.split-2col .panel { padding: clamp(48px,7vw,100px); }
.check-list { display: flex; flex-direction: column; gap: 14px; max-width: 460px; margin-top: 24px; }
.check-list .row { display: flex; gap: 14px; align-items: baseline; }
.check-list .row .tick { color: var(--gold); flex: 0 0 auto; }
.check-list .row span.txt { font-size: 15px; font-weight: 300; color: var(--muted); }
.on-dark .check-list .row span.txt { color: var(--on-dark-soft); }

/* ---------- FAQ accordion ---------- */
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-group-heading {
  max-width: 760px; margin: 0 auto; font-family: var(--serif); font-size: 22px; color: var(--ink-soft);
  border-bottom: 1px solid var(--ink-soft); padding-bottom: 10px; margin-top: 44px; margin-bottom: 6px;
}
.faq-group-heading:first-child { margin-top: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  background: transparent; border: none; cursor: pointer; text-align: left; padding: 21px 0;
  font-family: var(--serif); font-size: 20px; color: var(--ink-soft);
}
.faq-q .plus { font-family: var(--sans); font-size: 19px; font-weight: 300; color: var(--gold-deep); flex: 0 0 auto; transition: transform .3s; }
.faq-item.is-open .faq-q .plus { transform: rotate(45deg); }
.faq-a { font-size: 14.5px; color: var(--muted); font-weight: 300; line-height: 1.75; padding: 0 40px 22px 0; display: none; }
.faq-item.is-open .faq-a { display: block; }

/* ---------- Story section ---------- */
.story-media { position: relative; overflow: hidden; background: var(--paper-dim); min-height: 420px; }
.story-media img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { background: var(--ink); color: var(--on-dark); display: flex; flex-direction: column; justify-content: center; padding: clamp(48px,7vw,110px); }
.story-copy p { font-weight: 300; font-size: 16.5px; line-height: 1.75; color: var(--on-dark-soft); max-width: 460px; }
.story-copy p + p { margin-top: 18px; }
.story-copy .link-more { display: inline-block; align-self: flex-start; margin-top: 34px; color: var(--on-dark); text-decoration: none; font-size: 13px; letter-spacing: .16em; text-transform: uppercase; border-bottom: 1px solid var(--gold); padding-bottom: 6px; transition: color .3s; }
.story-copy .link-more:hover { color: var(--gold); }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 6px; }
.gallery-grid a { position: relative; aspect-ratio: 1; overflow: hidden; background: var(--paper-dim); display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.gallery-grid a .veil { position: absolute; inset: 0; background: rgba(0,0,0,0); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; opacity: 0; transition: opacity .35s ease, background .35s ease; }
.gallery-grid a:hover .veil { opacity: 1; background: rgba(0,0,0,.4); }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: repeat(2,1fr); } }

/* ---------- Testimonial ---------- */
.testimonial { max-width: 820px; margin: 0 auto; text-align: center; }
.testimonial .stars { font-size: 30px; color: var(--gold); margin-bottom: 26px; letter-spacing: .28em; }
.testimonial blockquote { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: clamp(24px,3.4vw,40px); line-height: 1.3; min-height: 1.3em; }
.testimonial .author { font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-soft); margin-top: 32px; }
.testimonial .dots { display: flex; gap: 10px; justify-content: center; margin-top: 32px; }
.testimonial .dots button { width: 9px; height: 9px; border-radius: 50%; cursor: pointer; border: none; padding: 0; transition: background .3s; background: rgba(255,255,255,.3); }
.testimonial .dots button.is-active { background: var(--gold); }

/* ---------- Forms ---------- */
.field { border: none; border-bottom: 1px solid var(--ink-soft); background: transparent; padding: 13px 4px; font-family: var(--sans); font-size: 15px; color: var(--ink-soft); outline: none; width: 100%; }
.field::placeholder { color: var(--muted-3); }
.newsletter-form { display: flex; gap: 0; max-width: 440px; margin: 0 auto; border-bottom: 1px solid var(--ink-soft); }
.newsletter-form .field { flex: 1; border-bottom: none; }
.newsletter-form button { border: none; background: transparent; cursor: pointer; font-family: var(--sans); font-size: 13px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); padding: 0 8px; transition: color .3s; }
.newsletter-form button:hover { color: var(--gold-deep); }
.enquiry-form { display: flex; flex-direction: column; gap: 18px; text-align: left; }
.contact-list a, .contact-list .static-row { display: flex; align-items: center; gap: 14px; padding: 17px 0; border-top: 1px solid var(--line); text-decoration: none; color: var(--ink-soft); transition: color .3s; }
.contact-list a:hover { color: var(--gold-deep); }
.contact-list a:hover .icon-badge { border-color: var(--gold-deep); background: var(--gold); color: var(--ink); }
.contact-list .static-row:last-child, .contact-list a:last-child { border-bottom: 1px solid var(--line); }
.contact-list .k { flex: 1; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted-3); }
.contact-list .v { font-size: 16px; }

.icon-badge {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--gold-deep);
  display: flex; align-items: center; justify-content: center; flex: 0 0 auto;
  color: var(--gold-deep); transition: background .25s, color .25s, border-color .25s;
}
.icon-badge svg { width: 17px; height: 17px; }

.btn-rounded { border-radius: 8px; }
.hours-row { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--on-dark-line); font-size: 15px; font-weight: 300; }
.hours-row:last-child { border-bottom: 1px solid var(--on-dark-line); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding: 18px 48px 0; font-size: 12px; color: var(--muted-3); letter-spacing: .04em; }
.breadcrumb a { color: var(--muted-3); text-decoration: none; transition: color .3s; }
.breadcrumb a:hover { color: var(--ink-soft); }
@media (max-width: 640px) { .breadcrumb { padding: 16px 22px 0; } }

/* ---------- Notice text ---------- */
.notice-text { max-width: 680px; margin: 0 auto; font-size: 13px; color: var(--muted-3); font-weight: 300; line-height: 1.8; text-align: center; }

/* ---------- Offer cards ---------- */
.offer-card { border: 1px solid var(--ink-soft); padding: 40px 34px; display: flex; flex-direction: column; }
.offer-card.is-dark { background: var(--ink); color: var(--on-dark); }
.offer-card .kicker { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 16px; }
.offer-card.is-dark .kicker { color: var(--gold); }
.offer-card .headline { font-family: var(--serif); font-size: 28px; line-height: 1.15; margin-bottom: 14px; }
.offer-card .desc { font-size: 14.5px; color: var(--muted); font-weight: 300; line-height: 1.65; flex: 1; }
.offer-card.is-dark .desc { color: var(--on-dark-soft); }

/* ---------- Footer ---------- */
.site-footer { background: #0a0a0a; color: #cccccc; padding: 76px 48px 36px; }
.site-footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: 1280px; margin: 0 auto 56px; }
.site-footer .brand-name { font-family: var(--serif); font-size: 27px; color: var(--on-dark); letter-spacing: .03em; }
.site-footer .brand-sub { font-size: 9px; letter-spacing: .44em; text-transform: uppercase; margin-top: 6px; color: var(--gold); }
.site-footer .about-p { font-weight: 400; font-size: 14px; line-height: 1.7; margin-top: 20px; max-width: 300px; color: var(--on-dark-soft); }
.site-footer h4 { font-family: var(--sans); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--on-dark); margin-bottom: 16px; font-weight: 400; }
.site-footer .links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; font-weight: 400; }
.site-footer .links a { color: var(--on-dark-soft); text-decoration: none; transition: color .3s; }
.site-footer .links a:hover { color: var(--gold); }
.site-footer .bottom { border-top: 1px solid var(--on-dark-line); padding-top: 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 13px; font-weight: 400; color: var(--on-dark-soft); max-width: 1280px; margin: 0 auto; }
@media (max-width: 860px) { .site-footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .site-footer .grid { grid-template-columns: 1fr; } .site-footer { padding: 56px 22px 30px; } }

/* ---------- Reveal on scroll ---------- */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Instagram feed tiles ---------- */
.ig-feed { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; max-width: 1180px; margin: 0 auto; }
.ig-tile { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #000; }
.ig-tile img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 900px) { .ig-feed { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .ig-feed { grid-template-columns: 1fr; } }

@media (max-width: 900px) {
  .hero-content { max-width: 100%; }
  section { padding: 72px 32px; }
}
