/* Diane T — shared styles (light theme, ivory + plum + brass) */
:root {
  --ivory: #faf8f4;
  --white: #ffffff;
  --ink: #262126;
  --ink-soft: #6b6168;
  --plum: #5c2a41;
  --plum-deep: #431e30;
  --plum-tint: #f3e9ee;
  --brass: #b08d57;
  --line: #e6e0da;
  --font-display: "Italiana", "Didot", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", system-ui, sans-serif;
  --shadow: 0 14px 40px -18px rgba(38, 33, 38, 0.25);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { font-family: var(--font-body); background: var(--ivory); color: var(--ink); line-height: 1.7; font-size: 1.03rem; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.08; }
h2 { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: 0.01em; }
.eyebrow { font-size: 0.72rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--brass); font-weight: 700; display: block; margin-bottom: 14px; }
.section { padding: clamp(64px, 9vw, 116px) 0; }
.rule { width: 56px; height: 1px; background: var(--brass); margin: 22px 0; }
.center { text-align: center; }

.btn { display: inline-block; text-decoration: none; cursor: pointer; font-family: var(--font-body); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 15px 32px; border-radius: 3px; border: 1px solid transparent; transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s; }
.btn-solid { background: var(--plum); color: #fff; }
.btn-solid:hover { background: var(--plum-deep); transform: translateY(-1px); }
.btn-line { border-color: rgba(255,255,255,0.7); color: #fff; }
.btn-line:hover { background: rgba(255,255,255,0.14); }
.btn-line-dark { border-color: var(--plum); color: var(--plum); }
.btn-line-dark:hover { background: var(--plum-tint); }

/* nav */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(250,248,244,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.wordmark { text-decoration: none; color: var(--ink); display: flex; align-items: center; gap: 12px; }
.wordmark img { width: 44px; height: 44px; border-radius: 4px; object-fit: cover; }
.wordmark .wm-text { display: flex; align-items: baseline; gap: 10px; }
.wordmark strong { font-family: var(--font-display); font-weight: 400; font-size: 1.7rem; letter-spacing: 0.14em; color: var(--ink); }
.wordmark span { font-size: 0.62rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--brass); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a:not(.btn) { text-decoration: none; color: var(--ink-soft); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; transition: color 0.2s; padding-bottom: 4px; border-bottom: 1.5px solid transparent; }
.nav-links a:not(.btn):hover { color: var(--plum); }
.nav-links a.active { color: var(--plum); border-bottom-color: var(--brass); }
.nav .btn { padding: 10px 20px; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* page header */
.page-head { background: linear-gradient(180deg, var(--plum-tint), var(--ivory)); border-bottom: 1px solid var(--line); padding: clamp(48px, 7vw, 84px) 0; }
.page-head h1 { font-size: clamp(2.4rem, 5vw, 3.6rem); }
.page-head p { color: var(--ink-soft); max-width: 560px; margin-top: 12px; }
.crumbs { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; }
.crumbs a { color: var(--plum); text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }

/* hero (home) */
.hero { position: relative; min-height: 82vh; display: flex; align-items: flex-end; isolation: isolate; }
.hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(200deg, rgba(38,33,38,0) 30%, rgba(48,26,38,0.72) 78%, rgba(38,20,30,0.88) 100%); }
.hero-card { color: #fff; padding: 0 0 clamp(48px, 7vw, 88px); max-width: 640px; }
.hero-card .eyebrow { color: #e5c99a; }
.hero-card h1 { font-size: clamp(2.8rem, 6.5vw, 4.8rem); color: #fff; }
.hero-card p { margin: 18px 0 30px; color: rgba(255,255,255,0.88); font-size: 1.1rem; max-width: 480px; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

/* trust strip */
.trust { background: var(--white); border-bottom: 1px solid var(--line); padding: 20px 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 38px; justify-content: center; }
.trust-chip { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; color: var(--plum); display: flex; align-items: center; gap: 9px; }
.trust-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--brass); }

/* offerings — editorial list */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
.offer { border-top: 1px solid var(--ink); padding-top: 20px; transition: border-color 0.25s; }
.offer:hover { border-top-color: var(--brass); }
.offer .num { font-family: var(--font-display); font-size: 0.95rem; color: var(--brass); letter-spacing: 0.2em; }
.offer h3 { font-size: 1.55rem; margin: 8px 0 8px; }
.offer p { font-size: 0.94rem; color: var(--ink-soft); }

/* split */
.split-section { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.split-media { position: relative; }
.split-media img { width: 100%; height: clamp(360px, 42vw, 520px); object-fit: cover; box-shadow: var(--shadow); }
.split-media::after { content: ""; position: absolute; top: 18px; left: 18px; right: -18px; bottom: -18px; border: 1px solid var(--brass); z-index: -1; }
.style-list { list-style: none; display: grid; gap: 18px; margin-top: 26px; }
.style-list li { padding-left: 30px; position: relative; color: var(--ink-soft); font-size: 0.98rem; }
.style-list li::before { content: "—"; position: absolute; left: 0; color: var(--brass); }
.style-list strong { color: var(--ink); font-weight: 700; }

/* about / visit card */
.about-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.about p { color: var(--ink-soft); margin-bottom: 14px; }
.badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.badge { font-size: 0.78rem; letter-spacing: 0.06em; font-weight: 600; background: var(--plum-tint); color: var(--plum); padding: 9px 16px; border-radius: 3px; }
.visit-card { background: var(--plum); color: #fff; padding: clamp(30px, 4vw, 46px); }
.visit-card h3 { font-size: 1.9rem; color: #fff; margin-bottom: 14px; }
.visit-card p { color: rgba(255,255,255,0.85); font-size: 0.96rem; margin-bottom: 20px; }
.visit-card a.btn { background: #fff; color: var(--plum); }
.visit-card a.btn:hover { background: var(--ivory); }
.visit-line { display: flex; gap: 12px; align-items: baseline; font-size: 0.95rem; margin-bottom: 10px; color: rgba(255,255,255,0.92); }
.visit-line span:first-child { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: #e5c99a; min-width: 74px; }

/* promise band */
.band { text-align: center; padding: clamp(64px, 9vw, 110px) 0; background: linear-gradient(180deg, var(--ivory), var(--plum-tint)); }
.band h2 { max-width: 640px; margin: 0 auto 18px; }
.band p { max-width: 560px; margin: 0 auto 30px; color: var(--ink-soft); }
.band .mark { font-family: var(--font-display); font-size: 2.2rem; color: var(--brass); display: block; margin-bottom: 10px; }

/* hours */
.hours-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.hours-card { background: var(--white); border: 1px solid var(--line); padding: clamp(26px, 3.5vw, 40px); }
.hrow { display: flex; align-items: baseline; gap: 12px; padding: 11px 0; font-size: 0.98rem; }
.hrow + .hrow { border-top: 1px dashed var(--line); }
.hrow .day { min-width: 110px; font-weight: 600; }
.hrow .dots { flex: 1; border-bottom: 1px dotted #cfc6bd; transform: translateY(-4px); }
.hrow .time { color: var(--ink-soft); }
.hrow.open .time { color: var(--plum); font-weight: 700; }
.hrow.today { background: var(--plum-tint); margin: 0 -14px; padding-left: 14px; padding-right: 14px; }
.hrow.today .day::after { content: "today"; margin-left: 8px; font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); }

/* contact */
.contact { background: var(--white); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.c-list { list-style: none; display: grid; gap: 20px; margin: 26px 0; }
.c-list small { display: block; font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--brass); font-weight: 700; margin-bottom: 3px; }
.c-list a { color: var(--ink); text-decoration: none; font-weight: 600; font-size: 1.05rem; }
.c-list a:hover { color: var(--plum); text-decoration: underline; }
.contact-img img { width: 100%; height: 260px; object-fit: cover; margin-top: 26px; box-shadow: var(--shadow); }
.form-card { background: var(--ivory); border: 1px solid var(--line); padding: clamp(26px, 3.5vw, 40px); }
.form-card h3 { font-size: 1.8rem; margin-bottom: 8px; }
.form-card > p { font-size: 0.9rem; color: var(--ink-soft); margin-bottom: 22px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 700; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 3px; font-family: var(--font-body); font-size: 0.98rem; background: var(--white); color: var(--ink); transition: border-color 0.2s; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--plum); }

/* footer */
footer { background: var(--plum-deep); color: #d9c9d1; padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
footer .wordmark strong { color: #fff; }
footer h4 { color: #fff; font-size: 0.74rem; letter-spacing: 0.26em; text-transform: uppercase; margin-bottom: 16px; }
footer p, footer a { font-size: 0.93rem; color: #d9c9d1; text-decoration: none; }
footer a:hover { color: #fff; text-decoration: underline; }
footer ul { list-style: none; display: grid; gap: 8px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 0.8rem; color: #b39aa7; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (max-width: 900px) {
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .split, .about-grid, .hours-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-media { order: -1; }
  .foot-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero { min-height: 68vh; }
}
@media (max-width: 640px) {
  .offer-grid { grid-template-columns: 1fr; }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; background: var(--ivory); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; padding: 20px 24px; gap: 18px; display: none; }
  .nav-links.open { display: flex; }
  .hamburger { display: block; }
}

/* SYNTH-NOJS-FALLBACK: show scroll-reveal content when JS is blocked/unavailable */
html:not(.js) .reveal,html:not(.js) .svc-card,html:not(.js) .svc{opacity:1!important;transform:none!important}
