/* LH Foot Massage — Burien.
   One stylesheet, no framework, no webfonts.

   THE PALETTE IS HERS, NOT A CHOICE. Every color below was sampled from
   photographs of her own walls, lanterns and fans: #842424, #9c3c3c,
   #6c2424, lifted to #cc5454. Her room is deep lacquer red with gold and
   paper lanterns, and a site the color of the room a customer walks into
   is defensible in a way that a merely striking one is not.

   IT IS ALSO DELIBERATELY UNLIKE THE OTHER TWO. Healing Touch (sage) and
   Natural Essence (terracotta) share a cream background and one skeleton:
   photo hero, serif headline with an italic accent, two buttons, a facts
   strip. Three of those on one brochure would read as one template three
   times. So this is dark rather than pale, split rather than full-bleed,
   and leads with price where they lead with mood. */

:root {
  --red:        #9c2b2b;   /* the walls */
  --red-deep:   #6c1f1f;
  --red-dark:   #4a1414;   /* the dark end, for panels */
  --red-black:  #2a0c0c;
  --red-lift:   #cc5454;   /* the lantern light */
  --gold:       #e3b25b;   /* the 福 characters and the fan mounts */
  --gold-soft:  #f0d49a;
  --cream:      #fdf7f0;
  --paper:      #ffffff;
  --ink:        #2c1a17;
  --text:       #4a3a36;
  --muted:      #7d6a65;
  --line:       #ead9d2;
  --wrap:       1140px;
  --shadow:     0 1px 2px rgba(44,26,23,.06), 0 12px 32px rgba(44,26,23,.09);
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.65;
  color: var(--text); background: var(--paper); -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: var(--serif); color: var(--ink); line-height: 1.14; margin: 0 0 .5em; }
h1 { font-size: clamp(2.3rem, 5.6vw, 3.7rem); letter-spacing: -.015em; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
h3 { font-size: 1.15rem; font-family: var(--sans); font-weight: 700; letter-spacing: .01em; }
p { margin: 0 0 1em; }
a { color: var(--red); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.wrap.narrow { max-width: 800px; }

.preview-bar { background: var(--red-black); color: #f3ddd4; font-size: 14px; padding: 9px 0; }
.preview-bar a { color: var(--gold-soft); }

/* ── header ───────────────────────────────────────────────────────── */
.site-header {
  background: var(--red-black); position: sticky; top: 0; z-index: 40;
  border-bottom: 1px solid rgba(227,178,91,.22);
}
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding-top: 14px; padding-bottom: 14px;
}
.brand { text-decoration: none; display: block; }
.brand-name {
  display: block; font-family: var(--serif); font-size: 1.35rem;
  color: var(--cream); letter-spacing: .01em;
}
.brand-sub {
  display: block; font-size: 11.5px; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold);
}
.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  color: #f0ddd6; text-decoration: none; font-weight: 600; font-size: 15.5px;
  padding: 9px 13px; border-radius: 6px;
}
.nav a:hover { background: rgba(255,255,255,.09); color: #fff; }

/* ── buttons ──────────────────────────────────────────────────────── */
.btn {
  display: inline-block; text-decoration: none; font-weight: 700; font-size: 16px;
  padding: 13px 24px; border-radius: 4px; border: 0; cursor: pointer;
  background: var(--gold); color: var(--red-black) !important;
  transition: transform .14s ease, filter .14s ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.06); }
.btn-lg { padding: 16px 30px; font-size: 17px; }
.btn-sm { padding: 9px 16px; font-size: 15px; }
.btn-ghost {
  background: transparent; color: var(--cream) !important;
  border: 1px solid rgba(240,212,154,.5);
}
.btn-ghost:hover { background: rgba(240,212,154,.14); }

/* ── hero: split, not full-bleed ──────────────────────────────────── */
.hero {
  background:
    radial-gradient(760px 420px at 8% 0%, rgba(204,84,84,.34), transparent 62%),
    linear-gradient(160deg, var(--red-deep) 0%, var(--red-black) 74%);
  color: #f6e6df;
}
.hero-grid {
  display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px;
  align-items: center; padding-top: 66px; padding-bottom: 66px;
}
.hero h1 { color: var(--cream); }
.gold { color: var(--gold); }
.eyebrow {
  text-transform: uppercase; letter-spacing: .17em; font-size: 12px;
  font-weight: 700; color: var(--gold); margin: 0 0 16px;
}
.lede { font-size: 19px; color: var(--muted); max-width: 46ch; }
.hero .lede { color: #edd6cd; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

/* Three facts, not a wall of them. Each one is a reason to choose her that
   her competitors mostly cannot claim: open late, no appointment, cheap. */
.hero-facts {
  list-style: none; margin: 34px 0 0; padding: 26px 0 0;
  border-top: 1px solid rgba(240,212,154,.26);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.hero-facts b { display: block; color: var(--gold-soft); font-size: 16px; }
.hero-facts span { display: block; color: #d9bcb2; font-size: 14px; margin-top: 2px; }

.hero-photo img {
  width: 100%; border-radius: 3px;
  border: 1px solid rgba(240,212,154,.3);
  box-shadow: 0 26px 60px rgba(0,0,0,.5);
}

/* ── sections ─────────────────────────────────────────────────────── */
.sec { padding: 78px 0; }
.sec-head { max-width: 60ch; margin-bottom: 40px; }
.sec-prices { background: var(--cream); border-bottom: 1px solid var(--line); }
.sec-dark {
  background: linear-gradient(170deg, var(--red-dark), var(--red-black));
  color: #eddcd5;
}
.sec-dark h2, .sec-dark h3 { color: var(--cream); }
.sec-dark .lede { color: #e0c4bb; }

/* ── prices ───────────────────────────────────────────────────────── */
.price-cols {
  display: grid; gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.price-block {
  background: var(--paper); border: 1px solid var(--line);
  border-top: 3px solid var(--red); border-radius: 3px;
  padding: 26px 24px; box-shadow: var(--shadow);
}
.price-wide { grid-column: 1 / -1; }
.price-block h3 { color: var(--red-deep); margin-bottom: .8em; }
.price-list { margin: 0; }
.price-list > div {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 18px; padding: 9px 0; border-bottom: 1px dotted var(--line);
}
.price-list > div:last-child { border-bottom: 0; }
.price-list dt { color: var(--text); }
.price-list dd {
  margin: 0; font-family: var(--serif); font-size: 1.3rem;
  font-weight: 700; color: var(--red-deep); white-space: nowrap;
}
.price-wide .price-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 34px; }
.price-note { margin-top: 26px; color: var(--muted); }

/* ── gallery ──────────────────────────────────────────────────────── */
.gallery {
  display: grid; gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 210px;
}
.gallery figure { margin: 0; overflow: hidden; border-radius: 3px; background: var(--red-black); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }
/* The lantern-lit room is the best frame in the set, so it gets the space. */
.g-tall { grid-row: span 2; grid-column: span 2; }

/* ── booking ──────────────────────────────────────────────────────── */
.book-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 34px; align-items: start; }
.book-frame {
  border: 1px solid var(--line); border-radius: 3px; overflow: hidden;
  box-shadow: var(--shadow); background: var(--paper);
}
.book-frame iframe { width: 100%; height: 640px; border: 0; display: block; }
.book-side {
  background: var(--cream); border: 1px solid var(--line);
  border-left: 3px solid var(--gold); border-radius: 3px; padding: 26px;
}
.big-tel {
  font-family: var(--serif); font-size: 1.75rem; font-weight: 700;
  color: var(--red-deep); text-decoration: none;
}
.big-tel:hover { text-decoration: underline; }
.muted { color: var(--muted); font-size: 15.5px; }
.sec-dark .muted { color: #cbaba1; }

/* ── find us ──────────────────────────────────────────────────────── */
.visit-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.addr { font-family: var(--serif); font-size: 1.3rem; color: var(--cream); line-height: 1.45; }
.hours { border-collapse: collapse; width: 100%; max-width: 340px; }
.hours th, .hours td { text-align: left; padding: 7px 0; font-weight: 400; font-size: 16px; }
.hours th { color: #cbaba1; }
.hours td { color: var(--cream); text-align: right; }

/* ── footer ───────────────────────────────────────────────────────── */
.site-footer { background: var(--red-black); color: #d9bcb2; padding: 56px 0 26px; }
.site-footer a { color: var(--gold-soft); }
.site-footer h3 { color: var(--cream); font-size: .95rem; }
.foot-name { font-family: var(--serif); font-size: 1.3rem; color: var(--cream); margin-bottom: .4em; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.foot-legal {
  margin: 36px 0 0; padding-top: 20px; font-size: 14px; color: #a98a80;
  border-top: 1px solid rgba(255,255,255,.1);
}

/* ── the open-points block (removed before go-live) ───────────────── */
.sec-notes { background: #fbf7f4; border-top: 1px solid var(--line); }
.flag {
  background: #fff8e8; border: 1px solid #f0dca8; border-left: 4px solid #e0a93c;
  border-radius: 4px; padding: 16px 18px; margin-bottom: 14px; font-size: 16px;
}
.notes-foot { margin-top: 22px; color: var(--muted); font-size: 15.5px; }

/* ── mobile drawer — the estate pattern ───────────────────────────── */
.burger {
  display: none; width: 44px; height: 40px; padding: 0; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px; margin-left: auto;
  background: rgba(255,255,255,.07); border: 1px solid rgba(240,212,154,.35); border-radius: 5px;
}
.burger span { display: block; height: 2px; width: 20px; margin-inline: auto; background: var(--gold-soft); border-radius: 2px; transition: transform .25s ease, opacity .2s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.drawer {
  position: fixed; left: 0; right: 0; top: 96px; z-index: 39;
  background: var(--red-black); border-bottom: 1px solid rgba(240,212,154,.22);
  transform: translateY(-140%); transition: transform .28s ease;
  box-shadow: 0 18px 40px rgba(0,0,0,.45);
}
.drawer.open { transform: translateY(0); }
.drawer a { display: block; padding: 15px 24px; color: #f0ddd6; text-decoration: none; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.08); }
.drawer .d-call { color: var(--gold); border-bottom: 0; }

/* ── responsive ───────────────────────────────────────────────────── */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 48px; padding-bottom: 48px; }
  .hero-photo { max-width: 460px; }
  .price-cols { grid-template-columns: repeat(2, 1fr); }
  .book-grid, .visit-grid, .foot-grid { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; }
  .sec { padding: 56px 0; }
}
@media (max-width: 780px) {
  .nav { display: none; }
  .burger { display: flex; }
}
@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .hero-facts { grid-template-columns: 1fr; gap: 14px; }
  .price-cols, .price-wide .price-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .g-tall { grid-row: span 1; grid-column: span 1; }
  .hero-actions .btn { width: 100%; text-align: center; }
  .book-frame iframe { height: 560px; }
}
@media print { .preview-bar, .burger, .drawer, #open-points, .book-frame { display: none; } }
