/* ===== Festive Fixtures — Luxury, mobile-first ===== */

:root {
  --bg: #0E0F12;
  --bg-alt: #131519;
  --card: #16181d;
  --border: rgba(245, 241, 232, .12);
  --text: #F5F1E8;
  --text-dim: rgba(245, 241, 232, .68);
  --text-faint: rgba(245, 241, 232, .42);

  --gold: #C9A96A;
  --gold-dim: rgba(201, 169, 106, .55);

  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --header-h: 84px;
  --sticky-h: 68px;
  --maxw: 1180px;

  --space: 1;
}

/* Luxury is a single deliberate world — no light-mode remap.
   The palette itself is the brand, in any system theme. */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-bottom: var(--sticky-h);
}

img { max-width: 100%; display: block; }

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

@media (min-width: 760px) {
  .wrap { padding: 0 48px; }
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 11.5px;
  font-weight: 500;
  color: var(--gold);
  margin: 0 0 22px;
}

.eyebrow-light { color: var(--gold); }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.01em;
  margin: 0 0 .5em;
  color: var(--text);
}

p { margin: 0 0 1em; color: var(--text-dim); font-weight: 300; }

a { color: inherit; text-decoration: none; }

.hairline {
  height: 1px;
  background: var(--border);
  border: none;
  margin: 40px 0;
}

.hairline-short {
  width: 64px;
  height: 1px;
  background: var(--gold);
  opacity: .6;
  margin: 28px 0 32px;
}

/* ===== Scroll reveal ===== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .9s cubic-bezier(.16,.8,.24,1), transform .9s cubic-bezier(.16,.8,.24,1);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===== Buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 34px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: .14em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s ease;
  text-align: center;
  white-space: normal;
  border-radius: 1px;
}
.btn:active { transform: scale(0.98); }

.btn-gold {
  background: var(--gold);
  color: #17130a;
  border-color: var(--gold);
}
.btn-gold:hover { background: transparent; color: var(--gold); }

.btn-line {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}
.btn-line:hover { border-color: var(--gold); color: var(--gold); }

.btn-block { width: 100%; }

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(14,15,18,.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .01em;
  color: var(--text);
}
.logo img { border-radius: 3px; flex-shrink: 0; }
.logo em { font-style: normal; color: var(--gold); }

.desktop-nav {
  display: none;
  gap: 40px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--text-dim);
}
.desktop-nav a { transition: color .25s ease; }
.desktop-nav a:hover { color: var(--gold); }

.header-cta {
  padding: 12px 24px;
  font-size: 11px;
}

@media (min-width: 900px) {
  .desktop-nav { display: flex; }
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--bg);
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14,15,18,.75) 0%, rgba(14,15,18,.15) 35%, rgba(14,15,18,.35) 60%, rgba(14,15,18,.96) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 64px;
  padding-bottom: 88px;
}

.hero h1 {
  font-size: clamp(34px, 8vw, 68px);
  color: #fff;
  margin-bottom: .35em;
  text-shadow: 0 4px 30px rgba(0,0,0,.4);
}

.hero-lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(17px, 2.8vw, 22px);
  color: var(--gold);
  max-width: 560px;
  margin-bottom: 14px;
}

.hero-sub {
  font-size: clamp(15px, 2.4vw, 18px);
  color: rgba(245,241,232,.82);
  max-width: 560px;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.7;
}

.hero-text-link {
  display: inline-block;
  margin-top: 24px;
  font-size: 12.5px;
  letter-spacing: .04em;
  color: rgba(245,241,232,.62);
  border-bottom: 1px solid transparent;
  transition: color .25s ease, border-color .25s ease;
}
.hero-text-link:hover { color: var(--gold); border-color: var(--gold-dim); }

.hero-ctas {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
}

@media (min-width: 560px) {
  .hero-ctas { flex-direction: row; align-items: center; }
}

.hero-phone {
  font-size: 13px;
  letter-spacing: .08em;
  color: rgba(245,241,232,.85);
  border-bottom: 1px solid var(--gold-dim);
  padding-bottom: 3px;
  transition: color .25s ease, border-color .25s ease;
}
.hero-phone:hover { color: var(--gold); border-color: var(--gold); }

.hero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 44px;
  background: linear-gradient(180deg, transparent, var(--gold-dim));
  z-index: 2;
  display: none;
}
@media (min-width: 760px) { .hero-scroll { display: block; } }

/* ===== Trust line ===== */
.trust-line {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}

.trust-line p {
  margin: 0;
  text-align: center;
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--text-faint);
}

/* ===== Sections ===== */
.section { padding: 110px 0; }
.section-alt { background: var(--bg-alt); }

.section-title {
  font-size: clamp(28px, 5vw, 44px);
  text-align: center;
  margin-bottom: .35em;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-left {
  font-size: clamp(28px, 4.5vw, 42px);
  margin-bottom: .3em;
}

.section-sub {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 64px;
  font-size: 16px;
  color: var(--text-dim);
}

.eyebrow { text-align: center; }
.quote-intro .eyebrow, .commercial-copy .eyebrow { text-align: left; }

@media (min-width: 900px) {
  .wrap > .eyebrow:first-child,
  .section-title { }
}

/* ===== Steps ===== */
.steps {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr;
  margin-top: 20px;
}

@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 48px; }
}

.step {
  text-align: left;
  border-top: 1px solid var(--border);
  padding-top: 28px;
}

.step-num {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gold);
  margin-bottom: 18px;
}

.step h3 { font-size: 21px; margin-bottom: .5em; }
.step p { font-size: 14.5px; margin: 0; line-height: 1.75; }

/* ===== Gallery ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  margin-top: 64px;
}

@media (min-width: 760px) {
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
}

.gallery-grid-6 {
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 640px) {
  .gallery-grid-6 { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 900px) {
  .gallery-grid-6 { grid-template-columns: repeat(6, 1fr); }
}

.gallery-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s cubic-bezier(.16,.8,.24,1);
}
.gallery-item:hover img { transform: scale(1.07); }

.gallery-item-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background:
    radial-gradient(circle at 50% 35%, rgba(201,169,106,.10), transparent 60%),
    linear-gradient(160deg, var(--bg-alt), var(--bg));
  border: 1px solid var(--border);
}

.placeholder-mark {
  font-size: 22px;
  color: var(--gold);
  opacity: .8;
}

.gallery-item-placeholder figcaption {
  position: static;
  background: none;
  padding: 0;
  color: var(--text-dim);
}

.gallery-item figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 20px 18px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent);
}

/* ===== Day/Night slider ===== */
.dn-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-top: 8px;
  cursor: ew-resize;
  user-select: none;
  touch-action: pan-y;
}

@media (min-width: 760px) {
  .dn-slider { aspect-ratio: 16/8; }
}

.dn-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.dn-clip {
  position: absolute;
  inset: 0;
  width: 50%;
  overflow: hidden;
}

.dn-clip .dn-img {
  width: var(--dn-width, 100%);
  max-width: none;
}

.dn-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--gold);
  transform: translateX(-50%);
  cursor: ew-resize;
}

.dn-handle-grip {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--gold);
  color: #17130a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 6px 20px rgba(0,0,0,.4);
}

.dn-label {
  position: absolute;
  top: 20px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #fff;
  background: rgba(14,15,18,.55);
  padding: 6px 14px;
  z-index: 2;
  pointer-events: none;
}
.dn-label-night { right: 20px; }
.dn-label-day { left: 20px; }

/* ===== The Investment ===== */
.the-math { background: var(--bg-alt); }

.the-math-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 860px) {
  .the-math-inner { grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
}

.the-math-lede {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 2.6vw, 23px);
  color: var(--text);
  line-height: 1.6;
}

/* ===== FAQ ===== */
.faq-list {
  max-width: 760px;
  margin: 56px auto 0;
}

.faq-item {
  border-top: 1px solid var(--border);
  padding: 26px 0;
}
.faq-item:last-child { border-bottom: 1px solid var(--border); }

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--serif);
  font-size: clamp(17px, 2.4vw, 20px);
  color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 300;
  color: var(--gold);
  transition: transform .3s ease;
}
.faq-item[open] summary::after { content: "+"; transform: rotate(45deg); }

.faq-item p {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.75;
  max-width: 620px;
}

/* ===== Meet the owner ===== */
.owner-section { padding: 96px 0; }

.owner-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  text-align: center;
}

@media (min-width: 700px) {
  .owner-inner { grid-template-columns: auto 1fr; text-align: left; gap: 44px; }
  .owner-copy .eyebrow, .owner-copy .section-title-left { text-align: left; }
}

.owner-photo {
  display: flex;
  justify-content: center;
}

@media (min-width: 700px) {
  .owner-photo { justify-content: flex-start; }
}

.owner-copy .eyebrow { text-align: center; }
.owner-copy .section-title-left {
  font-size: clamp(26px, 4vw, 34px);
  text-align: center;
}
.owner-copy p:not(.eyebrow) { max-width: 520px; }

@media (min-width: 700px) {
  .owner-copy .eyebrow, .owner-copy .section-title-left { text-align: left; }
  .owner-copy p:not(.eyebrow) { margin-left: 0; }
}

/* ===== Testimonials ===== */
.reviews-list {
  max-width: 760px;
  margin: 56px auto 0;
}

.review { text-align: center; padding: 12px 0; }

.review p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 2.6vw, 23px);
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 18px;
}

.review span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--text-faint);
}

/* ===== Commercial ===== */
.commercial-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

@media (min-width: 900px) {
  .commercial-inner { grid-template-columns: 1fr 1fr; gap: 72px; }
}

.commercial-media { overflow: hidden; }

.commercial-media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.16,.8,.24,1);
}
.commercial-media:hover img { transform: scale(1.05); }

.commercial-copy h2 { font-size: clamp(26px, 4.5vw, 36px); }

.commercial-list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.commercial-list li {
  font-size: 14.5px;
  color: var(--text-dim);
  padding-left: 24px;
  position: relative;
}

.commercial-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 1px;
  background: var(--gold);
}

/* ===== Quote form ===== */
.quote-section { background: var(--bg-alt); }

.quote-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}

@media (min-width: 900px) {
  .quote-wrap { grid-template-columns: .9fr 1.1fr; align-items: start; }
  .quote-intro { position: sticky; top: calc(var(--header-h) + 40px); }
}

.quote-lede { font-size: 15.5px; max-width: 380px; }

.quote-trust {
  display: grid;
  gap: 12px;
  font-size: 13.5px;
  color: var(--text-dim);
}

.quote-urgency {
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  color: var(--gold);
  margin-top: 28px;
  line-height: 1.6;
}

.quote-text-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: .02em;
  color: var(--text-faint);
  border-bottom: 1px solid var(--border);
  transition: color .25s ease, border-color .25s ease;
}
.quote-text-link:hover { color: var(--gold); border-color: var(--gold); }

.quote-form {
  display: grid;
  gap: 26px;
}

.form-row { display: grid; gap: 8px; }

.form-row label,
.fieldset-label {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-faint);
}

.optional { text-transform: none; letter-spacing: 0; font-weight: 400; color: var(--text-faint); }

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  padding: 13px 2px;
  border: none;
  border-bottom: 1px solid var(--border);
  background: transparent;
  color: var(--text);
  font-size: 16px;
  font-family: var(--sans);
  font-weight: 300;
  appearance: none;
  border-radius: 0;
  transition: border-color .25s ease;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%23C9A96A' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}

select option { background: var(--bg-alt); color: var(--text); }

input:focus, select:focus {
  outline: none;
  border-color: var(--gold);
}

.toggle-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 4px;
}

.toggle-group input { position: absolute; opacity: 0; pointer-events: none; }

.toggle-btn {
  text-align: center;
  padding: 13px 10px;
  border: 1px solid var(--border);
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--text-dim);
  cursor: pointer;
  transition: all .25s ease;
}

.toggle-group input:checked + .toggle-btn {
  border-color: var(--gold);
  color: var(--gold);
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}

.form-note {
  font-size: 11.5px;
  color: var(--text-faint);
  margin: 4px 0 0;
  text-align: center;
}

.form-status {
  text-align: center;
  font-size: 13px;
  letter-spacing: .04em;
  min-height: 1.2em;
}
.form-status.success { color: var(--gold); }
.form-status.error { color: #c47a5a; }

/* ===== Footer ===== */
.site-footer {
  background: #08090b;
  color: var(--text-dim);
  padding: 72px 0 28px;
}

.site-footer .logo { color: #fff; }

.footer-inner {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

@media (min-width: 760px) {
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
}

.footer-brand p { color: var(--text-faint); font-size: 13.5px; margin-top: 18px; max-width: 320px; line-height: 1.8; }

.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h4 {
  color: var(--text);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 6px;
}
.footer-col a, .footer-col span { color: var(--text-faint); font-size: 14px; transition: color .25s ease; }
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--text-faint);
}

/* ===== Sticky mobile call bar ===== */
.sticky-call {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  gap: 1px;
  padding: 0 0 env(safe-area-inset-bottom);
  background: var(--border);
  border-top: 1px solid var(--border);
}

.sticky-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 6px;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: var(--bg);
  color: var(--text-dim);
  text-align: center;
}

.sticky-call-btn {
  color: var(--text);
}

.sticky-quote {
  color: var(--gold);
}

@media (min-width: 900px) {
  .sticky-call { display: none; }
  body { padding-bottom: 0; }
}
