@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600&family=Montserrat:wght@400;500;600;700&display=swap');

:root {
  color-scheme: dark;
  --ink: #0d0d0d;
  --ink-soft: #171717;
  --ink-muted: #252525;
  --gold: #d4af37;
  --gold-pale: #efd77b;
  --paper: #f7f6f2;
  --white: #fff;
  --muted: #b9b6ae;
  --line: rgba(212, 175, 55, .28);
  --serif: "Cinzel", "Times New Roman", serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.7; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { color: var(--gold-pale); text-transform: uppercase; letter-spacing: .19em; font-size: .76rem; font-weight: 600; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 3; height: 94px; border-bottom: 1px solid rgba(255,255,255,.12); }
.nav { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-lockup { width: 168px; height: auto; flex: 0 0 auto; }
.brand-name { font-family: var(--serif); letter-spacing: .14em; font-size: 1.06rem; line-height: 1.15; }
.brand-sub { display: block; margin-top: 4px; color: var(--muted); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,.86); font-size: .81rem; }
.nav-links a:hover { color: var(--gold-pale); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font: 600 .78rem var(--sans); letter-spacing: .03em; text-decoration: none; transition: .2s ease; }
.nav-cta:hover, .button:hover { background: var(--gold-pale); border-color: var(--gold-pale); transform: translateY(-1px); }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.42); }
.button-outline:hover { background: rgba(255,255,255,.08); border-color: var(--gold); }
.hero { min-height: 770px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, .88fr); padding-top: 94px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 76px max(46px, calc((100vw - 1160px) / 2)) 76px max(24px, calc((100vw - 1160px) / 2)); }
.status { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-pale); font-size: .73rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.status::before { content: ""; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 14px rgba(212,175,55,.75); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 670px; margin: 25px 0 18px; font: 500 clamp(2.4rem, 4.4vw, 4.45rem)/1.13 var(--serif); letter-spacing: -.025em; }
.hero-lead { max-width: 570px; margin-bottom: 30px; color: #d1cec7; font-size: 1.05rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-caption { margin-top: 32px; color: var(--muted); font-size: .8rem; }
.hero-caption strong { color: var(--white); font-weight: 500; }
.hero-image { position: relative; min-height: 676px; background: #141414; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; min-height: 676px; object-fit: cover; object-position: 50% 48%; }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,13,13,.16), transparent 30%), linear-gradient(0deg, rgba(13,13,13,.52), transparent 45%); }
.hero-image figcaption { position: absolute; z-index: 1; bottom: 25px; left: 28px; color: rgba(255,255,255,.8); font-size: .74rem; letter-spacing: .04em; }
.intro { padding: 98px 0 92px; background: var(--paper); color: var(--ink); }
.intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 72px; align-items: start; }
.intro .eyebrow { color: #8f7421; }
.intro h2, .section-heading h2 { margin: 12px 0 0; font: 500 clamp(2rem, 3.2vw, 3.15rem)/1.2 var(--serif); }
.intro-copy { max-width: 650px; color: #4b4a46; font-size: 1.02rem; }
.intro-copy strong { color: var(--ink); }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pill { padding: 9px 13px; border: 1px solid #d7d4cb; border-radius: 2px; color: #393832; font-size: .77rem; }
.services { padding: 105px 0; background: var(--ink-soft); }
.section-heading { max-width: 690px; margin-bottom: 46px; }
.section-heading p { margin: 18px 0 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.service-card { min-height: 235px; padding: 30px; background: var(--ink-soft); }
.service-index { color: var(--gold); font: 500 .75rem var(--serif); letter-spacing: .1em; }
.service-card h3 { margin: 22px 0 11px; font: 500 1.22rem var(--serif); }
.service-card p { margin-bottom: 0; color: #bcb9b2; font-size: .9rem; line-height: 1.75; }
.notice { margin-top: 22px; color: #a9a69f; font-size: .78rem; }
.care { padding: 100px 0; background: var(--paper); color: var(--ink); }
.care .eyebrow { color: #8f7421; }
.care .section-heading p { color: #5e5b54; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 46px; border-top: 1px solid #d5d0c4; }
.step { padding: 23px 22px 0 0; }
.step-num { color: #9c802c; font: 500 1rem var(--serif); }
.step h3 { margin: 11px 0 8px; font: 500 1.08rem var(--serif); }
.step p { margin: 0; color: #5e5b54; font-size: .86rem; }
.location { padding: 94px 0; background: var(--ink); }
.location-card { display: grid; grid-template-columns: 1fr auto; gap: 38px; align-items: center; padding: 43px; border: 1px solid var(--line); background: linear-gradient(120deg, #151515, #101010); }
.location h2 { margin: 10px 0 12px; font: 500 clamp(1.8rem, 2.7vw, 2.7rem)/1.2 var(--serif); }
.location p { margin: 0; color: var(--muted); }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.preopen { padding: 60px 0; text-align: center; background: #171717; border-top: 1px solid rgba(255,255,255,.06); }
.preopen h2 { margin: 10px 0 12px; font: 500 clamp(1.65rem, 2.5vw, 2.4rem) var(--serif); }
.preopen p { max-width: 740px; margin: 0 auto; color: var(--muted); font-size: .9rem; }
.footer { padding: 26px 0; color: #aaa79f; font-size: .74rem; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--gold-pale); }
.muro-hero { min-height: 100vh; display: grid; grid-template-columns: 1fr .88fr; }
.muro-photo { min-height: 100vh; }
.muro-photo img { width: 100%; height: 100%; min-height: 100vh; object-fit: cover; object-position: center; }
.muro-content { display: flex; flex-direction: column; justify-content: center; padding: 56px clamp(28px, 6vw, 86px); }
.muro-content .brand { margin-bottom: 65px; }
.muro-content h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.muro-content address { margin: 8px 0 27px; color: #d1cec7; font-style: normal; }
.muro-links { display: grid; gap: 12px; max-width: 360px; }
.muro-note { margin-top: 28px; color: var(--muted); font-size: .78rem; }
@media (max-width: 900px) {
  .wrap { width: min(100% - 36px, 700px); }
  .nav-links { gap: 18px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { min-height: 0; grid-template-columns: 1fr; padding-top: 94px; }
  .hero-copy { padding: 68px max(22px, calc((100vw - 700px) / 2)) 52px; }
  .hero-image, .hero-image img { min-height: 530px; max-height: 690px; }
  .intro-grid { grid-template-columns: 1fr; gap: 26px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .location-card { grid-template-columns: 1fr; padding: 32px; }
  .muro-hero { grid-template-columns: 1fr; }
  .muro-photo, .muro-photo img { min-height: 42vh; max-height: 54vh; }
  .muro-content { padding: 42px 26px 52px; }
  .muro-content .brand { margin-bottom: 34px; }
}
@media (max-width: 560px) {
  body { font-size: 15px; }
  .wrap { width: calc(100% - 34px); }
  .site-header, .nav { height: 78px; min-height: 78px; }
  .brand-lockup { width: 142px; }
  .brand-name { font-size: .9rem; }
  .brand-sub { font-size: .49rem; }
  .nav-cta { min-height: 42px; padding: 0 12px; font-size: .68rem; }
  .hero { padding-top: 78px; }
  .hero-copy { padding: 52px 22px 40px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3.15rem); }
  .hero-lead { font-size: .96rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-image, .hero-image img { min-height: 440px; max-height: 560px; }
  .intro, .services, .care { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 25px; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-top: 17px; }
  .location { padding: 68px 0; }
  .location-card { padding: 25px 22px; }
  .location-actions { display: grid; }
  .location-actions .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .muro-photo, .muro-photo img { min-height: 38vh; max-height: 46vh; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
