*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sun: #C8451A; --sun-light: #E05A2B; --sun-dim: rgba(200,69,26,0.13);
  --dark: #111213; --dark2: #181A1B; --dark3: #1E2022;
  --text: #F0EEEA; --muted: #6E7175; --warm-line: rgba(200,69,26,0.2);
}
html { scroll-behavior: smooth; }
/* overflow-x: clip (not hidden) prevents horizontal scroll WITHOUT making body a
   scroll container — on iOS Safari `hidden` here re-anchors position:fixed
   descendants (the chat widget) to the body box, dropping them into page flow. */
body { font-family: 'Inter', sans-serif; background: var(--dark); color: var(--text); line-height: 1.6; overflow-x: clip; }
body::before { content:''; position:fixed; inset:0; z-index:-1; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255,255,255,0.008) 3px, rgba(255,255,255,0.008) 4px); pointer-events:none; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 1.1rem 2rem; background: rgba(17,18,19,0.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--warm-line); }
.nav-logo { display:flex; align-items:center; gap:0.4rem; text-decoration:none; }
.nav-logo-spf { font-family:'Playfair Display',serif; font-style:italic; font-weight:700; font-size:1.4rem; color:var(--text); }
.nav-logo-num { font-size:0.8rem; font-weight:300; color:var(--text); letter-spacing:0.12em; }
.nav-logo-wt { font-size:0.56rem; font-weight:700; letter-spacing:0.22em; text-transform:uppercase; color:var(--sun); margin-left:0.2rem; }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { background: var(--sun); color: #fff; padding: 0.5rem 1.2rem; border-radius: 3px; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; transition: background 0.2s; white-space: nowrap; flex-shrink: 0; }
.nav-cta:hover { background: var(--sun-light); }

.nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 30px; height: 30px; background: transparent; border: none; padding: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform 0.2s, opacity 0.2s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.page-hero { min-height: 60vh; display: flex; flex-direction: column; justify-content: center; padding: 8rem 2rem 4rem; position: relative; overflow: hidden; }
.page-hero.tall { min-height: 92vh; }
.hero-img { position: absolute; inset: 0; z-index: 0; background-size: cover; background-position: center; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(105deg, rgba(17,18,19,0.94) 0%, rgba(17,18,19,0.78) 55%, rgba(17,18,19,0.35) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1100px; margin: 0 auto; width: 100%; }
.hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sun); font-weight: 500; margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
.hero-eyebrow::before { content: ''; display: block; width: 26px; height: 1px; background: var(--sun); }
.hero-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(3rem, 8vw, 6.5rem); line-height: 0.95; letter-spacing: 0.02em; margin-bottom: 1.25rem; }
.hero-title .sun { color: var(--sun); }
.hero-sub { font-size: 0.98rem; color: rgba(240,238,234,0.72); max-width: 520px; margin-bottom: 2rem; font-weight: 300; line-height: 1.8; }
.btn-primary { background: var(--sun); color: #fff; padding: 0.85rem 2rem; border-radius: 3px; font-weight: 600; font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; display: inline-block; transition: background 0.2s; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--sun-light); }
.btn-outline { border: 1px solid rgba(200,69,26,0.6); color: var(--sun); padding: 0.85rem 2rem; border-radius: 3px; font-weight: 500; font-size: 0.86rem; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; display: inline-block; background: rgba(17,18,19,0.4); }
.btn-outline:hover { background: var(--sun-dim); }

section { padding: 5rem 2rem; }
.max-w { max-width: 1100px; margin: 0 auto; }
.section-eyebrow { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sun); font-weight: 500; margin-bottom: 0.6rem; display: flex; align-items: center; gap: 0.75rem; }
.section-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--sun); }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2.2rem, 4.5vw, 3.6rem); line-height: 1; letter-spacing: 0.03em; margin-bottom: 0.75rem; }
.section-sub { color: rgba(240,238,234,0.48); font-weight: 300; max-width: 560px; line-height: 1.75; font-size: 0.93rem; }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 3rem; }
.card { background: var(--dark2); border: 1px solid rgba(200,69,26,0.14); border-radius: 8px; padding: 1.75rem; }
.card h3 { font-weight: 600; font-size: 0.95rem; margin-bottom: 0.5rem; }
.card p { font-size: 0.83rem; color: rgba(240,238,234,0.45); line-height: 1.7; }
.card .price { margin-top: 1rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.35rem; color: var(--sun); letter-spacing: 0.04em; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 6px; margin-top: 2.5rem; }
.gallery-item { overflow: hidden; border-radius: 4px; position: relative; }
.gallery-item img { width: 100%; height: 210px; object-fit: cover; display: block; transition: transform 0.4s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.5rem 0.8rem; background: linear-gradient(transparent, rgba(17,18,19,0.9)); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(240,238,234,0.85); font-weight: 500; }

.area-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }
.area-chip { background: var(--dark3); border: 1px solid rgba(200,69,26,0.16); padding: 0.4rem 0.95rem; border-radius: 100px; font-size: 0.76rem; color: rgba(240,238,234,0.62); }
.area-chip a { color: inherit; text-decoration: none; }

.contact-row { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.contact-pill { display: flex; align-items: center; gap: 0.6rem; background: var(--dark3); border: 1px solid rgba(200,69,26,0.2); padding: 0.65rem 1.3rem; border-radius: 100px; font-size: 0.84rem; color: var(--text); text-decoration: none; transition: border-color 0.2s; }
.contact-pill:hover { border-color: var(--sun); }
.contact-pill svg { width: 15px; height: 15px; stroke: var(--sun); fill: none; stroke-width: 2; }

footer { padding: 2.5rem 2rem; border-top: 1px solid rgba(255,255,255,0.05); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-links a { color: var(--muted); font-size: 0.74rem; text-decoration: none; }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 0.7rem; color: var(--muted); }

.badge-strip { background: var(--dark2); border-top: 1px solid var(--warm-line); border-bottom: 1px solid var(--warm-line); padding: 1rem 2rem; display: flex; justify-content: center; gap: 2.25rem; flex-wrap: wrap; letter-spacing: 0.12em; }
.badge-item { display: flex; align-items: center; gap: 0.55rem; font-size: 0.72rem; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.badge-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sun); flex-shrink: 0; }

.blog-article { color: rgba(240,238,234,0.72); font-size: 0.98rem; line-height: 1.85; }
.blog-article h2 { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; letter-spacing: 0.02em; color: var(--text); margin: 2.5rem 0 1rem; }
.blog-article h3 { font-size: 1.1rem; font-weight: 600; color: var(--text); margin: 2rem 0 0.75rem; }
.blog-article p { margin-bottom: 1.25rem; }
.blog-article ul, .blog-article ol { margin: 0 0 1.25rem 1.25rem; }
.blog-article li { margin-bottom: 0.5rem; }
.blog-article a { color: var(--sun); }
.blog-article strong { color: var(--text); }
.blog-article blockquote { border-left: 3px solid var(--sun); padding-left: 1.25rem; margin: 1.5rem 0; color: rgba(240,238,234,0.6); font-style: italic; }

@media (max-width: 480px) {
  .nav-logo-wt { display: none; }
}

@media (max-width: 820px) {
  nav { padding: 0.9rem 1rem; justify-content: flex-start; }
  .nav-cta { margin-left: auto; margin-right: 0.7rem; }
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; margin: 0; list-style: none; background: rgba(17,18,19,0.98); backdrop-filter: blur(14px); border-bottom: 1px solid var(--warm-line); padding: 0.25rem 1.25rem 1rem; }
  .nav-links.open { display: flex; }
  .nav-links li { border-top: 1px solid rgba(255,255,255,0.06); }
  .nav-links a { display: block; padding: 0.95rem 0.1rem; }
  section { padding: 3.5rem 1.25rem; }
  .page-hero { padding: 7rem 1.25rem 3rem; }
}

/* ── AI RECEPTIONIST CHAT WIDGET ─────────────────────────────── */
.rcpt { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 200; font-family: 'Inter', sans-serif; }
.rcpt-bubble { position: relative; width: 58px; height: 58px; border-radius: 50%; background: var(--sun); color: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 22px rgba(0,0,0,0.4); transition: background 0.2s, transform 0.2s; }
.rcpt-bubble:hover { background: var(--sun-light); transform: translateY(-2px); }
.rcpt-bubble .rcpt-ico-chat { display: block; }
.rcpt-bubble .rcpt-ico-close { display: none; }
.rcpt.rcpt-open .rcpt-bubble .rcpt-ico-chat { display: none; }
.rcpt.rcpt-open .rcpt-bubble .rcpt-ico-close { display: block; }
.rcpt-badge { position: absolute; top: 3px; right: 3px; width: 13px; height: 13px; border-radius: 50%; background: var(--sun-light); border: 2px solid var(--dark); display: none; }
.rcpt.rcpt-unread .rcpt-badge { display: block; }
.rcpt.rcpt-unread .rcpt-bubble { animation: rcptPulse 2.6s ease-out infinite; }
.rcpt.rcpt-unread.rcpt-open .rcpt-badge { display: none; }
.rcpt.rcpt-unread.rcpt-open .rcpt-bubble { animation: none; }
@keyframes rcptPulse {
  0% { box-shadow: 0 6px 22px rgba(0,0,0,0.4), 0 0 0 0 rgba(224,90,43,0.55); }
  70% { box-shadow: 0 6px 22px rgba(0,0,0,0.4), 0 0 0 13px rgba(224,90,43,0); }
  100% { box-shadow: 0 6px 22px rgba(0,0,0,0.4), 0 0 0 0 rgba(224,90,43,0); }
}
@media (prefers-reduced-motion: reduce) {
  .rcpt.rcpt-unread .rcpt-bubble { animation: none; }
}

.rcpt-panel { position: absolute; right: 0; bottom: 72px; width: 360px; max-width: calc(100vw - 2.5rem); height: 520px; max-height: calc(100vh - 120px); display: flex; flex-direction: column; background: var(--dark2); border: 1px solid var(--warm-line); border-radius: 12px; overflow: hidden; box-shadow: 0 12px 40px rgba(0,0,0,0.55); }
.rcpt-panel[hidden] { display: none; }
.rcpt-head { padding: 1rem 1.1rem; background: var(--dark3); border-bottom: 1px solid var(--warm-line); }
.rcpt-head-title { display: flex; align-items: center; gap: 0.5rem; font-family: 'Bebas Neue', sans-serif; font-size: 1.25rem; letter-spacing: 0.04em; color: var(--text); }
.rcpt-head-sub { font-size: 0.72rem; color: rgba(240,238,234,0.5); margin-top: 0.2rem; font-weight: 300; }
.rcpt-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 3px var(--sun-dim); }

.rcpt-log { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; padding: 1rem; display: flex; flex-direction: column; gap: 0.6rem; }
.rcpt-msg { display: flex; }
.rcpt-msg-user { justify-content: flex-end; }
.rcpt-bubble-msg { max-width: 82%; padding: 0.6rem 0.85rem; border-radius: 12px; font-size: 0.86rem; line-height: 1.5; white-space: pre-wrap; word-wrap: break-word; }
.rcpt-msg-assistant .rcpt-bubble-msg { background: var(--dark3); color: var(--text); border: 1px solid rgba(200,69,26,0.14); border-bottom-left-radius: 3px; }
.rcpt-msg-user .rcpt-bubble-msg { background: var(--sun); color: #fff; border-bottom-right-radius: 3px; }

.rcpt-dot-anim { display: inline-block; width: 6px; height: 6px; margin: 0 1px; border-radius: 50%; background: rgba(240,238,234,0.5); animation: rcptBlink 1.2s infinite both; }
.rcpt-dot-anim:nth-child(2) { animation-delay: 0.2s; }
.rcpt-dot-anim:nth-child(3) { animation-delay: 0.4s; }
@keyframes rcptBlink { 0%, 80%, 100% { opacity: 0.25; } 40% { opacity: 1; } }

.rcpt-inputrow { display: flex; gap: 0.5rem; padding: 0.75rem; border-top: 1px solid var(--warm-line); background: var(--dark2); }
.rcpt-input { flex: 1; min-width: 0; background: var(--dark); border: 1px solid var(--warm-line); border-radius: 8px; padding: 0.6rem 0.75rem; color: var(--text); font-size: 0.86rem; font-family: inherit; transition: border-color 0.15s, box-shadow 0.15s; }
.rcpt-input:focus { outline: none; border-color: var(--sun); box-shadow: 0 0 0 3px var(--sun-dim); }
.rcpt-input::placeholder { color: var(--muted); }
.rcpt-send { flex-shrink: 0; width: 42px; border: none; border-radius: 8px; background: var(--sun); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.rcpt-send:hover { background: var(--sun-light); }

@media (max-width: 480px) {
  .rcpt { right: 1rem; bottom: 1rem; }
  .rcpt-panel {
    width: calc(100vw - 2rem);
    height: auto;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    bottom: 68px;
  }
  /* 16px minimum keeps iOS Safari from auto-zooming the page on input focus. */
  .rcpt-input { font-size: 16px; }
}
