:root {
  --navy: #133d54;
  --navy-900: #092839;
  --navy-800: #103246;
  --gold: #d9a63e;
  --gold-strong: #c59228;
  --warm-white: #f8f6f2;
  --stone: #e8e3da;
  --stone-200: #f0ede7;
  --ink: #1e1e1e;
  --muted: #6f6c67;
  --line: #dedbd4;
  --white: #fff;
  --success: #35664a;
  --danger: #b44436;
  --font-sans: "Alexandria", "DM Sans", Arial, sans-serif;
  --font-display: "Alexandria", "DM Sans", Arial, sans-serif;
  --shell: 1440px;
  --gutter: clamp(20px, 3.33vw, 48px);
  --grid-gap: clamp(16px, 1.75vw, 28px);
  --radius-xs: 4px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --shadow-card: 0 9px 26px rgba(18, 35, 43, .07);
  --shadow-lift: 0 18px 40px rgba(18, 35, 43, .14);
  --transition: 220ms cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--font-sans); font-size: 14px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
h1,h2,h3,h4,p { margin: 0; }
h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.25; letter-spacing: -.025em; }
h1 { font-size: clamp(38px, 4.1vw, 64px); font-weight: 700; }
h2 { font-size: clamp(27px, 2.35vw, 38px); font-weight: 700; }
h3 { font-size: 16px; font-weight: 600; }
ul,ol { padding: 0; margin: 0; list-style: none; }
.hammam-shell { width: min(calc(100% - (var(--gutter) * 2)), var(--shell)); margin-inline: auto; }
.hammam-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); }
.screen-reader-text { position: absolute!important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: var(--radius-xs); background: var(--navy); color: var(--white); font-size: 13px; font-weight: 600; line-height: 1; text-align: center; transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .wc-block-components-button:hover { transform: translateY(-2px); background: var(--navy-900); color: var(--white); }
.button--gold { background: var(--gold); color: var(--navy-900); }
.button--gold:hover { background: var(--gold-strong); color: var(--navy-900); }
.button--ghost { border-color: rgba(255,255,255,.65); background: transparent; color: var(--white); }
.button--ghost:hover { border-color: var(--gold); background: var(--gold); color: var(--navy-900); }
.button--navy { background: var(--navy); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--gold); padding-bottom: 3px; color: var(--navy); font-size: 12px; font-weight: 600; transition: color var(--transition); }
.text-link:hover { color: var(--gold-strong); }
.text-link span { font-size: 18px; line-height: .7; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.section-heading .eyebrow { margin-bottom: 5px; }
.site-content { overflow: hidden; }
@media (max-width: 767px) { :root { --gutter: 18px; } .section-heading { margin-bottom: 18px; } .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { min-height: 45px; padding-inline: 17px; } }
