@font-face {
  font-display: swap;
  font-family: "Bodoni Moda";
  font-style: normal;
  font-weight: 400 900;
  src: url("../fonts/BodoniModa-Variable.ttf") format("truetype");
}

:root {
  --ink: #342925;
  --brown: #49342d;
  --brown-deep: #2b201d;
  --gold: #b9894d;
  --gold-dark: #916535;
  --cream: #f7f1e8;
  --paper: #fffdf9;
  --blush: #eaded2;
  --muted: #71655f;
  --line: #e2d6c8;
  --white: #fff;
  --shadow: 0 20px 55px rgba(55, 37, 29, .11);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
}

html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: var(--gold-dark); text-decoration: none; }
a:hover { color: var(--brown); }
img { max-width: 100%; }
h1, h2, h3, .brand-name { font-family: Georgia, "Times New Roman", serif; }
.luxtra-wordmark { font-family: "Bodoni Moda", "Bodoni MT", Didot, Georgia, serif; font-optical-sizing: auto; font-weight: 600; letter-spacing: .035em; white-space: nowrap; }
h1, h2, h3 { color: var(--brown-deep); font-weight: 500; line-height: 1.08; }
h1 { font-size: clamp(3.6rem, 6vw, 6.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.35rem, 4vw, 4.1rem); letter-spacing: -.04em; }
h3 { font-size: 1.55rem; }
p:last-child { margin-bottom: 0; }

.skip-link {
  background: var(--white);
  border-radius: 0 0 8px 8px;
  box-shadow: var(--shadow);
  left: 16px;
  padding: 10px 16px;
  position: fixed;
  top: -60px;
  z-index: 9999;
}
.skip-link:focus { top: 0; }
:focus-visible { outline: 3px solid #e6b56f; outline-offset: 3px; }

.sidebar {
  background: var(--brown-deep);
  bottom: 0;
  color: var(--white);
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1030;
}
.sidebar-sticky {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  overflow-y: auto;
  padding: 40px clamp(24px, 3vw, 52px);
}
.brand {
  align-items: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(36px, 6vh, 70px);
  text-align: center;
}
.brand:hover { color: var(--white); }
.brand-logo { border-radius: 50%; box-shadow: 0 14px 36px rgba(0,0,0,.2); display: block; height: auto; width: min(175px, 80%); }
.sidebar .nav { gap: 6px; margin: 0 auto; max-width: 240px; width: 100%; }
.sidebar .nav-link {
  align-items: center;
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  display: flex;
  font-size: .82rem;
  font-weight: 700;
  gap: 13px;
  letter-spacing: .12em;
  padding: 11px 18px;
  text-transform: uppercase;
  transition: .2s ease;
}
.sidebar .nav-link i { color: #d2a56f; font-size: 1rem; }
.sidebar .nav-link:hover, .sidebar .nav-link.active { background: rgba(255,255,255,.09); color: var(--white); }
.sidebar-contact { border-top: 1px solid rgba(255,255,255,.12); margin: clamp(35px, 6vh, 70px) auto 0; max-width: 240px; padding-top: 24px; width: 100%; }
.sidebar-contact p { color: rgba(255,255,255,.58); font-size: .8rem; line-height: 1.6; margin: 0 0 11px; }
.sidebar-contact strong { color: var(--white); }
.sidebar-phone { color: #e9c28f; font-size: .88rem; font-weight: 700; }
.sidebar-phone i { margin-right: 9px; }

.mobile-header {
  align-items: center;
  background: var(--brown-deep);
  display: flex;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 18px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.mobile-brand { align-items: center; color: var(--white); display: flex; font-family: Georgia, serif; font-size: 1.2rem; gap: 10px; }
.mobile-brand:hover { color: var(--white); }
.mobile-brand .luxtra-wordmark { font-size: 1.32rem; }
.mobile-logo { border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.mobile-header .navbar-toggler { border: 1px solid rgba(255,255,255,.25); box-shadow: none; }
.mobile-header .navbar-toggler-icon { background-image: none; border-bottom: 2px solid var(--white); border-top: 2px solid var(--white); height: 18px; position: relative; width: 24px; }
.mobile-header .navbar-toggler-icon::after { border-top: 2px solid var(--white); content: ""; left: 0; position: absolute; right: 0; top: 6px; }

.hero-section { align-items: center; display: flex; min-height: 760px; overflow: hidden; position: relative; }
.hero-image { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-overlay { background: linear-gradient(90deg, rgba(28,20,18,.92) 0%, rgba(41,27,21,.72) 48%, rgba(31,22,19,.15) 100%); inset: 0; position: absolute; }
.hero-content { padding-bottom: 80px; padding-top: 80px; position: relative; z-index: 2; }
.eyebrow, .section-kicker { color: var(--gold-dark); font-size: .76rem; font-weight: 800; letter-spacing: .2em; margin-bottom: 20px; text-transform: uppercase; }
.eyebrow { color: #e8c99f; }
.eyebrow i { margin-right: 8px; }
.hero-section h1 { color: var(--white); margin-bottom: 28px; }
.hero-section h1 .slogan-accent { color: #ebc493; font-style: normal; font-weight: 400; }
.hero-copy { color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.7vw, 1.35rem); line-height: 1.6; max-width: 680px; }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { border-radius: 999px; font-size: .82rem; font-weight: 800; letter-spacing: .08em; padding: 13px 23px; text-transform: uppercase; }
.btn i { margin-right: 8px; }
.btn-gold { background: var(--gold); border-color: var(--gold); color: var(--white); }
.btn-gold:hover, .btn-gold:focus { background: var(--gold-dark); border-color: var(--gold-dark); color: var(--white); }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: var(--white); }
.btn-outline-light:hover { background: var(--white); color: var(--brown); }
.btn-outline-gold { border-color: var(--gold); color: var(--gold-dark); }
.btn-outline-gold:hover { background: var(--gold); color: var(--white); }
.scroll-cue { align-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; bottom: 30px; color: var(--white); display: flex; height: 46px; justify-content: center; left: 50%; position: absolute; transform: translateX(-50%); width: 46px; z-index: 2; }
.scroll-cue:hover { background: var(--white); color: var(--brown); }

.trust-strip { background: var(--cream); display: grid; grid-template-columns: repeat(3, 1fr); padding: 26px clamp(24px, 5vw, 70px); }
.trust-item { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 16px; justify-content: center; padding: 5px 20px; }
.trust-item:last-child { border: 0; }
.trust-item > i { color: var(--gold-dark); font-size: 1.55rem; }
.trust-item span { color: var(--muted); font-size: .8rem; line-height: 1.45; }
.trust-item strong { color: var(--ink); display: block; font-size: .86rem; }

.section-padding { padding: clamp(85px, 11vw, 150px) clamp(16px, 4vw, 48px); }
.section-padding .container { max-width: 1160px; }
.about-section { background: var(--paper); }
.about-section h2 { margin: 0; }
.about-section p { color: var(--muted); }
.lead-copy { color: var(--ink) !important; font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.5; }
.consult-note { align-items: flex-start; background: var(--cream); border-left: 3px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; display: flex; gap: 16px; margin-top: 28px; padding: 20px 22px; }
.consult-note i { color: var(--gold-dark); font-size: 1.5rem; }
.consult-note p { font-size: .9rem; line-height: 1.6; margin: 0; }

.services-section { background: #efe5da; }
.section-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 50px; }
.section-heading h2 { margin: 0; max-width: 680px; }
.text-link { border-bottom: 1px solid var(--gold); flex: 0 0 auto; font-size: .83rem; font-weight: 800; letter-spacing: .06em; padding-bottom: 4px; text-transform: uppercase; }
.service-card { background: rgba(255,255,255,.75); border: 1px solid rgba(185,137,77,.2); border-radius: var(--radius-md); box-shadow: 0 12px 28px rgba(78,55,45,.05); height: 100%; min-height: 280px; overflow: hidden; padding: 30px; position: relative; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.service-icon { align-items: center; background: var(--cream); border-radius: 50%; color: var(--gold-dark); display: flex; font-size: 1.4rem; height: 52px; justify-content: center; margin-bottom: 26px; width: 52px; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { color: var(--muted); font-size: .91rem; line-height: 1.65; }
.service-card > span:last-child { color: var(--gold-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.featured-card { background: var(--brown); }
.featured-card h3, .featured-card p, .featured-card > span:last-child { color: var(--white); }
.featured-card p { color: rgba(255,255,255,.7); }
.service-badge { background: var(--gold); border-radius: 999px; color: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .06em; padding: 6px 10px; position: absolute; right: 18px; text-transform: uppercase; top: 18px; }
.promo-footnote { color: var(--muted); font-size: .77rem; margin: 26px 0 0; }

.price-section { background: var(--paper); }
#prices { scroll-margin-top: 72px; }
.price-disclaimer { background: var(--cream); border-radius: var(--radius-sm); color: var(--muted); display: flex; font-size: .8rem; gap: 12px; line-height: 1.55; padding: 18px; }
.price-disclaimer i { color: var(--gold-dark); font-size: 1.15rem; }
.price-tools { align-items: center; display: flex; gap: 18px; justify-content: space-between; margin-bottom: 8px; }
.search-field { align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 999px; display: flex; flex: 1 1 440px; max-width: 540px; padding: 0 18px; }
.search-field i { color: var(--gold-dark); }
.search-field input { background: transparent; border: 0; color: var(--ink); outline: 0; padding: 13px 12px; width: 100%; }
.search-field input::placeholder { color: #9e928b; }
.price-buttons { display: flex; gap: 8px; }
.tool-button { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .07em; padding: 9px 14px; text-transform: uppercase; }
.tool-button:hover { border-color: var(--gold); color: var(--gold-dark); }
.search-status { color: var(--muted); font-size: .77rem; min-height: 24px; }
.price-groups { display: grid; gap: 14px; margin-top: 16px; }
.price-group { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); overflow: hidden; }
.price-group[hidden] { display: none; }
.price-group summary { align-items: center; cursor: pointer; display: flex; gap: 15px; justify-content: space-between; list-style: none; padding: 22px 26px; }
.price-group summary::-webkit-details-marker { display: none; }
.price-group summary > span { align-items: center; color: var(--ink); display: flex; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; gap: 13px; }
.price-group summary > span i { color: var(--gold-dark); font-family: bootstrap-icons; }
.price-group summary small { color: var(--muted); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price-group summary::after { color: var(--gold-dark); content: "+"; font-size: 1.55rem; line-height: 1; margin-left: 5px; }
.price-group[open] summary::after { content: "−"; }
.price-group[open] summary { background: var(--cream); }
.price-group-body { border-top: 1px solid var(--line); padding: 20px 26px 28px; }
.price-group-body h3 { color: var(--gold-dark); font-family: inherit; font-size: 1rem; font-weight: 900; letter-spacing: .12em; margin: 30px 0 14px; text-transform: uppercase; }
.price-group-body h3:first-child { margin-top: 2px; }
.price-row { align-items: baseline; display: flex; gap: 12px; padding: 8px 0; }
.price-row[hidden] { display: none; }
.price-row > span { color: var(--ink); font-size: .91rem; }
.price-row > span small { color: var(--muted); display: block; font-size: .72rem; line-height: 1.35; }
.price-row > i { border-bottom: 1px dotted #d7c8b7; flex: 1 1 auto; min-width: 20px; }
.price-row > strong { color: var(--gold-dark); flex: 0 0 auto; font-size: .87rem; white-space: nowrap; }
.deal-notice { align-items: center; background: #f1e3ce; border-radius: var(--radius-sm); color: var(--brown); display: flex; font-size: .84rem; gap: 13px; margin-bottom: 24px; padding: 15px 18px; }
.deal-notice i { font-size: 1.3rem; }
.price-source { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: .77rem; gap: 20px; justify-content: space-between; margin-top: 28px; padding-top: 22px; }
.price-source p { color: var(--muted); margin: 0; }
.price-source a { flex: 0 0 auto; font-weight: 800; }
.noscript-note { background: #fff2cc; border-radius: var(--radius-sm); padding: 16px; }

.visit-section { background: var(--cream); }
.visit-panel { background: var(--white); border-radius: var(--radius-lg); box-shadow: var(--shadow); overflow: hidden; }
.visit-copy { padding: clamp(38px, 6vw, 75px); }
.visit-copy h2 { margin-bottom: 38px; }
.contact-list { display: grid; gap: 22px; }
.contact-item { align-items: flex-start; display: flex; gap: 17px; }
.contact-item > i { align-items: center; background: var(--cream); border-radius: 50%; color: var(--gold-dark); display: flex; flex: 0 0 auto; font-size: 1rem; height: 42px; justify-content: center; width: 42px; }
.contact-item strong, .contact-item span { display: block; }
.contact-item strong { color: var(--ink); font-size: .9rem; }
.contact-item strong a { color: var(--ink); }
.contact-item span { color: var(--muted); font-size: .8rem; line-height: 1.55; margin-top: 2px; }
.visit-visual { align-items: center; background: var(--brown); color: var(--white); display: flex; flex-direction: column; justify-content: center; min-height: 430px; padding: 45px; text-align: center; }
.visit-logo { border-radius: 50%; box-shadow: 0 14px 38px rgba(0,0,0,.22); height: 150px; margin-bottom: 28px; object-fit: cover; width: 150px; }
.visit-visual p { font-family: Georgia, serif; font-size: clamp(1.5rem, 2.5vw, 2.25rem); line-height: 1.4; }
.visit-visual .slogan-accent { color: #e9c18f; font-style: normal; }

.site-footer { background: var(--brown-deep); color: rgba(255,255,255,.55); padding: 36px clamp(20px, 4vw, 48px); }
.footer-row { align-items: center; display: flex; gap: 24px; justify-content: space-between; }
.footer-row div strong, .footer-row div span { display: block; }
.footer-row div strong { color: var(--white); font-family: Georgia, serif; font-size: 1rem; }
.footer-row div span, .footer-row p { font-size: .73rem; margin: 0; }

.floating-call { align-items: center; background: var(--gold); border-radius: 999px; bottom: 20px; box-shadow: 0 10px 30px rgba(55,37,29,.22); color: var(--white); display: none; font-size: .75rem; font-weight: 800; gap: 9px; left: 16px; opacity: 0; padding: 11px 17px; pointer-events: none; position: fixed; text-transform: uppercase; transform: translateY(8px); transition: .2s ease; z-index: 1020; }
.floating-call.visible { opacity: 1; pointer-events: auto; transform: none; }
.floating-call:hover { background: var(--gold-dark); color: var(--white); }
.back-to-top { align-items: center; background: var(--brown); border-radius: 50%; bottom: 20px; color: var(--white); display: flex; height: 44px; justify-content: center; opacity: 0; pointer-events: none; position: fixed; right: 20px; transform: translateY(8px); transition: .2s ease; width: 44px; z-index: 1020; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-to-top:hover { background: var(--gold); color: var(--white); }

@media (max-width: 991.98px) {
  .hero-section { min-height: 680px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-item { border-bottom: 1px solid var(--line); border-right: 0; justify-content: flex-start; padding: 14px 20px; }
  .trust-item:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .visit-visual { min-height: 320px; }
}

@media (max-width: 767.98px) {
  body { padding-top: 72px; }
  .sidebar { bottom: auto; padding-top: 72px; width: 100%; }
  .sidebar-sticky { height: calc(100vh - 72px); justify-content: flex-start; padding: 34px 24px; }
  .brand { display: none; }
  .sidebar .nav { margin-top: 12px; }
  .sidebar .nav-link { font-size: .9rem; padding: 14px 19px; }
  .sidebar-contact { margin-top: 35px; }
  .hero-section { min-height: calc(100vh - 72px); }
  .hero-overlay { background: linear-gradient(90deg, rgba(28,20,18,.92), rgba(41,27,21,.67)); }
  .hero-content { padding: 70px 22px 100px; }
  .section-padding { padding-left: 12px; padding-right: 12px; }
  .price-tools { align-items: stretch; flex-direction: column; }
  .search-field { flex-basis: auto; max-width: none; }
  .price-buttons { justify-content: flex-start; }
  .price-source { align-items: flex-start; flex-direction: column; }
  .footer-row { align-items: flex-start; flex-direction: column; }
  .floating-call { display: flex; }
  .back-to-top { bottom: 20px; }
}

@media (max-width: 479.98px) {
  h1 { font-size: 3.35rem; }
  .hero-actions .btn, .visit-actions .btn { justify-content: center; text-align: center; width: 100%; }
  .price-group summary { align-items: flex-start; padding: 18px; }
  .price-group summary > span { font-size: 1rem; }
  .price-group summary small { display: none; }
  .price-group-body { padding: 16px 18px 22px; }
  .price-group-body h3 { font-size: 1.05rem; letter-spacing: .09em; line-height: 1.3; }
  .price-row { align-items: flex-start; flex-wrap: wrap; gap: 2px 10px; padding: 10px 0; }
  .price-row > span { flex: 1 1 100%; }
  .price-row > i { display: none; }
  .price-row > strong { font-size: .83rem; }
  .visit-copy { padding: 34px 24px; }
  .visit-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  .sidebar, .mobile-header, .hero-section, .trust-strip, .about-section, .services-section, .visit-section, .site-footer, .floating-call, .back-to-top, .price-tools { display: none !important; }
  main { margin: 0 !important; width: 100% !important; }
  .price-section { padding: 0; }
  .price-group { break-inside: avoid; }
  .price-group-body { display: block !important; }
}
