/* ==========================================================================
   Orsi Holdings LLC: site stylesheet (dark, rich, gold accents)
   BRAND TOKENS: every color lives here. Change these to re-theme the site.
   ========================================================================== */
:root {
  /* Backgrounds: near-black / charcoal leather */
  --color-bg: #0e0d0c;            /* page background */
  --color-bg-2: #151311;          /* alternate section */
  --color-surface: #1a1816;       /* cards, panels */
  --color-surface-2: #221f1b;     /* raised / inputs */
  --color-header: rgba(14, 13, 12, 0.94);

  /* Text (warm off-white, high contrast on dark) */
  --color-text: #efe8da;          /* body text */
  --color-heading: #f7f1e3;       /* headings */
  --color-muted: #bfb5a3;         /* secondary text */

  /* Gold */
  --color-gold: #c9a24a;          /* primary accent */
  --color-gold-light: #e6c77a;    /* gold text / links on dark */
  --color-gold-pale: #f3dc98;
  --color-gold-deep: #9c7a2e;
  --color-on-gold: #16110a;       /* text on gold buttons */
  --gold-gradient: linear-gradient(135deg, #b08a3a 0%, #d8b560 28%, #f1d98f 50%, #d2ad57 72%, #b58f3f 100%);
  --gold-gradient-hover: linear-gradient(135deg, #bf9944 0%, #e3c26d 28%, #f7e3a3 50%, #dcb862 72%, #c29b47 100%);
  --gold-rule: linear-gradient(90deg, transparent, #9c7a2e 15%, #f1d98f 50%, #9c7a2e 85%, transparent);

  /* Lines */
  --color-line: rgba(201, 162, 74, 0.22);
  --color-line-strong: rgba(201, 162, 74, 0.45);
  --color-line-soft: rgba(239, 232, 218, 0.10);

  /* Utility */
  --color-placeholder: #4a4845;   /* neutral gray photo placeholder */
  --color-placeholder-text: #f3efe7;
  --color-focus: #f1d98f;
  --grain: url("../img/grain.png");

  /* Type */
  --font-display: "Cinzel", "Trajan Pro", "Cormorant Garamond", Georgia, serif;
  --font-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  /* Layout */
  --max-width: 1180px;
  --radius: 3px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --space-section: clamp(3.5rem, 7vw, 6rem);
}

@font-face { font-family: "Cinzel"; src: url("../fonts/cinzel-var.woff2") format("woff2"); font-weight: 400 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("../fonts/cormorant-garamond-var.woff2") format("woff2"); font-weight: 300 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Inter"; src: url("../fonts/inter-var.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--color-bg); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.7;
  color: var(--color-text); background: var(--grain), var(--color-bg);
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: var(--color-gold-light); text-underline-offset: 3px; }
a:hover { color: var(--color-gold-pale); }
:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 3px; border-radius: 2px; }
[id] { scroll-margin-top: 104px; }
h1, h2, h3, h4 { color: var(--color-heading); margin: 0 0 .6em; line-height: 1.15; }
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: .02em; }
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.1vw, 2.45rem); }
h3, h4 { font-family: var(--font-serif); font-weight: 600; }
h3 { font-size: 1.6rem; }
p { margin: 0 0 1.1em; }
ul { padding-left: 1.2em; }
strong { color: var(--color-heading); }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -3rem; z-index: 100; background: var(--gold-gradient); color: var(--color-on-gold); padding: .6rem 1rem; font-weight: 700; text-decoration: none; border-radius: var(--radius); }
.skip-link:focus { top: 1rem; }
.container { width: min(100% - 2.5rem, var(--max-width)); margin-inline: auto; }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--color-gold-light); margin-bottom: 1rem; }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.22rem); color: var(--color-muted); max-width: 46rem; }
.gold-text { background: var(--gold-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.gold-rule { height: 1px; border: 0; background: var(--gold-rule); margin: 0; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 48px; padding: .8rem 1.7rem;
  border-radius: var(--radius); font-family: var(--font-body); font-size: .92rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; border: 1px solid transparent; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.btn-primary { background: var(--gold-gradient); color: var(--color-on-gold); border-color: #d9b865; box-shadow: 0 6px 18px rgba(201, 162, 74, .18), inset 0 1px 0 rgba(255, 255, 255, .35); }
.btn-primary:hover { background: var(--gold-gradient-hover); color: var(--color-on-gold); box-shadow: 0 8px 24px rgba(201, 162, 74, .3), inset 0 1px 0 rgba(255, 255, 255, .45); }
.btn-outline, .btn-dark { background: rgba(201, 162, 74, .06); color: var(--color-gold-light); border-color: var(--color-gold); }
.btn-outline:hover, .btn-dark:hover { background: rgba(201, 162, 74, .16); color: var(--color-gold-pale); border-color: var(--color-gold-pale); }
.btn-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }

/* ---------- Header / nav ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--color-header); backdrop-filter: saturate(140%) blur(8px); }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-rule); opacity: .7; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; color: var(--color-heading); }
.brand img { width: 54px; height: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .6)); }
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--font-display); font-size: 1.28rem; font-weight: 700; letter-spacing: .1em; }
.brand-sub { font-size: .6rem; letter-spacing: .34em; text-transform: uppercase; color: var(--color-muted); margin-top: .45rem; }
.nav-toggle { display: none; align-items: center; gap: .55rem; background: transparent; color: var(--color-gold-light); border: 1px solid var(--color-line-strong); border-radius: var(--radius); padding: .55rem .85rem; font: 600 .82rem var(--font-body); letter-spacing: .12em; text-transform: uppercase; cursor: pointer; min-height: 44px; }
.nav-toggle-bars { width: 18px; height: 12px; position: relative; display: inline-block; }
.nav-toggle-bars::before, .nav-toggle-bars::after, .nav-toggle-bars span { content: ""; position: absolute; left: 0; right: 0; height: 2px; background: currentColor; }
.nav-toggle-bars::before { top: 0; } .nav-toggle-bars span { top: 5px; } .nav-toggle-bars::after { bottom: 0; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .1rem; }
.site-nav a { display: block; padding: .5rem .62rem; color: var(--color-text); text-decoration: none; font-family: var(--font-display); font-size: .8rem; font-weight: 600; letter-spacing: .08em; white-space: nowrap; }
.site-nav a:hover { color: var(--color-gold-pale); }
.site-nav a[aria-current="page"] { color: var(--color-gold-light); box-shadow: inset 0 -1px 0 var(--color-gold); }
.site-nav .nav-cta a { background: var(--gold-gradient); color: var(--color-on-gold); margin-left: .6rem; padding: .62rem 1rem; border-radius: var(--radius); font-family: var(--font-body); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-size: .76rem; }
.site-nav .nav-cta a:hover { background: var(--gold-gradient-hover); color: var(--color-on-gold); }
@media (max-width: 1180px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #0e0d0c; border-bottom: 1px solid var(--color-line-strong); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .no-js .site-nav { display: block; position: static; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: .75rem 1.25rem 1.25rem; gap: 0; }
  .site-nav a { padding: .9rem .25rem; border-bottom: 1px solid var(--color-line-soft); font-size: .95rem; }
  .site-nav a[aria-current="page"] { box-shadow: inset 2px 0 0 var(--color-gold); padding-left: .9rem; }
  .site-nav .nav-cta a { margin: 1rem 0 0; text-align: center; border-bottom: 0; font-size: .9rem; padding: .9rem 1rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--grain), radial-gradient(900px 520px at 78% 45%, rgba(201, 162, 74, .14), transparent 62%), radial-gradient(1200px 700px at 20% 0%, #1f1b17 0%, #0e0d0c 70%);
  padding: clamp(3.5rem, 8vw, 6.5rem) 0 clamp(3.5rem, 7vw, 5.5rem);
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-rule); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.hero h1 { max-width: 14ch; margin-bottom: .5em; }
.hero-sub { font-size: clamp(1.1rem, 1.8vw, 1.28rem); color: var(--color-text); max-width: 38rem; margin-bottom: .8rem; }
.hero-sub strong { color: var(--color-gold-light); font-weight: 600; }
.hero-note { color: var(--color-muted); max-width: 38rem; }
.hero-points { list-style: none; padding: 0; margin: 2rem 0 0; display: flex; flex-wrap: wrap; gap: .7rem 1.8rem; font-size: .95rem; color: var(--color-text); }
.hero-points li { display: flex; align-items: center; gap: .55rem; }
.hero-points li::before { content: ""; width: 7px; height: 7px; transform: rotate(45deg); background: var(--gold-gradient); flex: none; }
.hero-logo { position: relative; display: grid; place-items: center; padding: clamp(1rem, 3vw, 2rem); }
.hero-logo::before { content: ""; position: absolute; inset: 8% 10%; background: radial-gradient(closest-side, rgba(201, 162, 74, .22), transparent 70%); filter: blur(10px); }
.hero-logo img { position: relative; width: min(100%, 480px); height: auto; filter: drop-shadow(0 16px 30px rgba(0, 0, 0, .7)); }
.hero-logo-frame { position: absolute; inset: 0; border: 1px solid var(--color-line); pointer-events: none; }
.hero-logo-frame::before, .hero-logo-frame::after { content: ""; position: absolute; width: 22px; height: 22px; border: 1px solid var(--color-gold); }
.hero-logo-frame::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.hero-logo-frame::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }

.page-hero { position: relative; background: var(--grain), radial-gradient(900px 400px at 85% 0%, rgba(201, 162, 74, .12), transparent 60%), linear-gradient(180deg, #1a1714, #0e0d0c); padding: clamp(3rem, 7vw, 5rem) 0; }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--gold-rule); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; }
.page-hero-emblem { width: 150px; opacity: .95; filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .7)); }
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); max-width: 22ch; }

/* ---------- Sections ---------- */
.section { position: relative; padding: var(--space-section) 0; }
.section-alt { background: var(--grain), var(--color-bg-2); }
.section-dark { background: var(--grain), radial-gradient(800px 360px at 15% 110%, rgba(201, 162, 74, .12), transparent 60%), var(--color-surface); }
.section-alt::before, .section-dark::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--color-line); }
.section-dark p { color: var(--color-muted); }
.section-head { max-width: 48rem; margin-bottom: 2.75rem; }
.section-head::after { content: ""; display: block; width: 72px; height: 2px; margin-top: 1.1rem; background: var(--gold-gradient); }
.center .section-head::after, .section-head.center::after { margin-inline: auto; }

.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.pillar { position: relative; background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line); border-radius: var(--radius); padding: 2rem 1.5rem 1.6rem; display: flex; flex-direction: column; box-shadow: var(--shadow); }
.pillar::before { content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 2px; background: var(--gold-gradient); }
.pillar-num { font-size: .78rem; font-weight: 700; letter-spacing: .2em; color: var(--color-gold-light); margin-bottom: .7rem; }
.pillar h3 { margin-bottom: .5rem; }
.pillar p { color: var(--color-muted); font-size: .98rem; flex: 1; }
.pillar a.more { font-weight: 600; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.pillar a.more:hover { text-decoration: underline; }

.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.split.reverse > :first-child { order: 2; }
.feature-list { list-style: none; padding: 0; margin: 1.25rem 0 0; display: grid; gap: .8rem; }
.feature-list li { position: relative; padding-left: 1.75rem; color: var(--color-text); }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; transform: rotate(45deg); border: 1.5px solid var(--color-gold); }

.panel { background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line); border-radius: var(--radius); padding: clamp(1.75rem, 3vw, 2.5rem); box-shadow: var(--shadow); position: relative; }
.panel-dark { background: var(--grain), linear-gradient(180deg, #221e1a, #171512); border-color: var(--color-line-strong); }
.panel h3 { margin-bottom: .75rem; }
.panel p { color: var(--color-muted); }

.chip-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .85rem; }
.chip { background: var(--color-surface); border: 1px solid var(--color-line); border-left: 2px solid var(--color-gold); border-radius: var(--radius); padding: 1rem 1.1rem; font-weight: 600; color: var(--color-heading); }
.chip small { display: block; font-weight: 400; color: var(--color-muted); font-size: .9rem; margin-top: .2rem; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; counter-reset: step; }
.step { position: relative; padding: 2rem 1.6rem; background: var(--color-surface); border: 1px solid var(--color-line); border-radius: var(--radius); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--color-gold); color: var(--color-gold-light); font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 1rem; }
.step h3 { font-size: 1.45rem; margin-bottom: .4rem; }
.step p { color: var(--color-muted); margin: 0; font-size: .98rem; }
.steps-compact { grid-template-columns: 1fr; gap: .75rem; }
.steps-compact .step { display: grid; grid-template-columns: 44px 1fr; column-gap: 1rem; padding: 1.1rem 1.2rem; align-items: center; background: rgba(255, 255, 255, .02); }
.steps-compact .step::before { margin: 0; grid-row: span 2; }
.steps-compact h4 { font-size: 1.32rem; margin: 0; }

.cta-band { position: relative; background: var(--grain), radial-gradient(700px 320px at 50% 120%, rgba(201, 162, 74, .2), transparent 65%), #12100e; padding: clamp(3.5rem, 7vw, 5rem) 0; text-align: center; }
.cta-band::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--gold-rule); }
.cta-band p { color: var(--color-muted); max-width: 40rem; margin-inline: auto; }
.cta-band .btn-row { justify-content: center; }
.cta-emblem { width: 88px; margin: 0 auto 1.25rem; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .7)); }

/* ---------- Photo placeholders ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.placeholder-card { margin: 0; }
.photo-placeholder { aspect-ratio: 4 / 3; background: var(--color-placeholder); border: 1px dashed #8a8782; border-radius: var(--radius); display: grid; place-items: center; text-align: center; padding: 1rem; color: var(--color-placeholder-text); font-size: .95rem; font-weight: 600; }
.placeholder-card figcaption { font-size: .9rem; color: var(--color-muted); margin-top: .6rem; }

/* ---------- About ---------- */
.prose { max-width: 42rem; }
.prose p { font-size: 1.08rem; }
.prose .opening { font-family: var(--font-serif); font-size: clamp(1.7rem, 2.6vw, 2.1rem); line-height: 1.3; color: var(--color-heading); }
.company-cards { display: grid; gap: 1.1rem; }
.company-card { background: var(--color-surface); border: 1px solid var(--color-line); border-radius: var(--radius); padding: 1.6rem; }
.company-card h3 { font-size: 1.5rem; margin-bottom: .35rem; }
.company-card p { margin: 0; color: var(--color-muted); }
.company-card .tag { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--color-gold-light); font-weight: 700; }
.company-card.primary { border-color: var(--color-line-strong); display: grid; grid-template-columns: 64px 1fr; gap: 1rem; align-items: center; }
.company-card.primary img { width: 64px; }

/* ---------- Contact / form ---------- */
.contact-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
.form-card { background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line-strong); border-radius: var(--radius); padding: clamp(1.5rem, 3vw, 2.5rem); box-shadow: var(--shadow); position: relative; }
.form-card::before { content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 2px; background: var(--gold-gradient); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.25rem; }
.form-grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: .92rem; color: var(--color-heading); margin-bottom: .4rem; }
.field .req { color: var(--color-gold-light); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: 1rem; color: var(--color-text); background: #0f0e0d; border: 1px solid #8a7444; border-radius: var(--radius); padding: .75rem .85rem; min-height: 48px; }
.field select { color-scheme: dark; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--color-focus); outline-offset: 1px; border-color: var(--color-gold); }
.field .hint { font-size: .85rem; color: var(--color-muted); margin-top: .35rem; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { margin-top: 1rem; padding: .9rem 1rem; border-radius: var(--radius); background: rgba(201, 162, 74, .14); border: 1px solid var(--color-gold); color: var(--color-heading); font-size: .95rem; }
.form-status[hidden] { display: none; }
.form-legal { font-size: .85rem; color: var(--color-muted); margin-top: 1rem; }
.contact-list { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: 1rem; }
.contact-list li { display: grid; gap: .1rem; }
.contact-list .label { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: var(--color-gold-light); font-weight: 700; }
.contact-list a, .contact-list span.val { color: var(--color-heading); font-size: 1.05rem; text-decoration: none; word-break: break-word; }
.contact-list a:hover { color: var(--color-gold-pale); text-decoration: underline; }
.disclaimer-box { border-left: 2px solid var(--color-gold); background: rgba(255, 255, 255, .03); padding: 1rem 1.2rem; font-size: .9rem; color: var(--color-muted); border-radius: 0 var(--radius) var(--radius) 0; }

/* ---------- Footer ---------- */
.site-footer { position: relative; background: var(--grain), #0a0908; color: var(--color-muted); padding: 3.5rem 0 2rem; font-size: .93rem; }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: var(--gold-rule); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 2.25rem; border-bottom: 1px solid var(--color-line); }
.site-footer h2 { font-family: var(--font-body); font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; color: var(--color-gold-light); margin-bottom: 1rem; font-weight: 700; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .5rem; }
.site-footer a { color: var(--color-text); text-decoration: none; }
.site-footer a:hover { color: var(--color-gold-pale); text-decoration: underline; }
.footer-brand img { width: 220px; height: auto; }
.footer-brand p { margin-top: 1rem; max-width: 26rem; }
.footer-legal { padding-top: 1.75rem; display: grid; gap: .75rem; font-size: .83rem; line-height: 1.6; }
.footer-legal p { margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) { .pillars { grid-template-columns: repeat(2, 1fr); } .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-logo { order: -1; max-width: 300px; margin: 0 auto -.5rem; padding: .75rem; }
  .hero-logo-frame { display: none; }
  .page-hero-emblem { display: none; }
  .page-hero-grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .split.reverse > :first-child { order: 0; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  body { font-size: 1rem; }
  .pillars, .gallery, .chip-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .btn-row .btn { width: 100%; }
  .brand img { width: 44px; }
  .brand-name { font-size: 1.05rem; letter-spacing: .08em; }
  .brand-sub { letter-spacing: .26em; }
  .hero h1 { font-size: 2.15rem; }
}
.hero h1 { max-width: none; font-size: clamp(2.1rem, 4.4vw, 3.5rem); }
.hero h1 .gold-text { display: block; }
.hero-call { margin: 1.1rem 0 0; font-size: .98rem; color: var(--color-muted); }
.hero-call a { color: var(--color-gold-light); font-weight: 600; white-space: nowrap; }
@media (min-width: 821px) { .contact-grid > .panel-dark { position: sticky; top: 108px; } }

/* ==========================================================================
   v2 (Sep 27, 2026): richer rhythm, trust bar, service area, FAQ, textures
   ========================================================================== */
:root { --pattern-lines: repeating-linear-gradient(135deg, rgba(201, 162, 74, .035) 0 1px, transparent 1px 14px); }

/* Top utility bar */
.topbar { background: #080706; border-bottom: 1px solid var(--color-line); font-size: .8rem; color: var(--color-muted); letter-spacing: .04em; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 36px; }
.topbar a { color: var(--color-gold-light); font-weight: 600; text-decoration: none; white-space: nowrap; letter-spacing: .08em; }
.topbar a:hover { color: var(--color-gold-pale); text-decoration: underline; }
@media (max-width: 720px) { .topbar-inner > span { display: none; } .topbar-inner { justify-content: center; } }

/* Eyebrow with a leading gold rule */
.eyebrow-rule { display: inline-flex; align-items: center; gap: .8rem; }
.eyebrow-rule::before { content: ""; width: 36px; height: 1px; background: var(--gold-gradient); flex: none; }

/* Larger buttons for heroes / primary actions */
.btn-lg { min-height: 54px; padding: .95rem 2rem; font-size: .95rem; }
.btn-row-center { justify-content: center; }
.btn-primary { position: relative; overflow: hidden; }

/* Hero: add fine diagonal texture + stronger gold glow */
.hero { background: var(--grain), var(--pattern-lines), radial-gradient(900px 560px at 78% 45%, rgba(201, 162, 74, .17), transparent 62%), radial-gradient(1200px 700px at 20% 0%, #211c17 0%, #0e0d0c 70%); padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem); }
.hero h1 { font-size: clamp(2.2rem, 4.6vw, 3.7rem); line-height: 1.08; }
.hero-sub { margin-top: 1.25rem; }
.hero-call a { white-space: normal; }
.page-hero { background: var(--grain), var(--pattern-lines), radial-gradient(900px 420px at 85% 0%, rgba(201, 162, 74, .14), transparent 60%), linear-gradient(180deg, #1c1814, #0e0d0c); padding: clamp(3.25rem, 7vw, 5.5rem) 0; }
.page-hero .lead { color: var(--color-text); opacity: .92; }
.page-hero-art { position: relative; display: grid; place-items: center; width: 220px; height: 220px; }
.page-hero-art::before { content: ""; position: absolute; inset: 0; border: 1px solid var(--color-line); transform: rotate(45deg); }
.page-hero-art::after { content: ""; position: absolute; inset: 18%; background: radial-gradient(closest-side, rgba(201, 162, 74, .25), transparent 70%); }
.page-hero-art img { position: relative; z-index: 1; }
@media (max-width: 860px) { .page-hero-art { display: none; } }

/* Trust bar */
.trust-bar { position: relative; background: linear-gradient(180deg, #17140f, #110f0c); border-bottom: 1px solid var(--color-line); }
.trust-list { list-style: none; margin: 0 auto; padding: 1.35rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.trust-list li { display: flex; align-items: center; gap: .85rem; color: var(--color-text); font-size: .98rem; line-height: 1.35; }
.trust-list li + li { border-left: 1px solid var(--color-line); padding-left: 1.25rem; }
.trust-list strong { color: var(--color-gold-light); font-weight: 600; }
.icon { flex: none; color: var(--color-gold); }
@media (max-width: 900px) { .trust-list { grid-template-columns: repeat(2, 1fr); } .trust-list li:nth-child(3) { border-left: 0; padding-left: 0; } }
@media (max-width: 420px) { .trust-list { gap: .9rem .75rem; } .trust-list li { font-size: .9rem; gap: .55rem; } .trust-list li + li { padding-left: .75rem; } .trust-list .icon { width: 24px; height: 24px; } }

/* Gold ornament divider: rule - diamond - rule */
.ornament { position: relative; height: 0; display: flex; justify-content: center; align-items: center; }
.ornament::before { content: ""; position: absolute; left: 50%; top: 0; width: min(560px, 70%); height: 1px; transform: translateX(-50%); background: var(--gold-rule); }
.ornament span { position: relative; width: 12px; height: 12px; transform: rotate(45deg); background: var(--color-bg); border: 1px solid var(--color-gold); box-shadow: 0 0 0 5px var(--color-bg), 0 0 18px rgba(201, 162, 74, .35); }

/* Section rhythm */
.section-head h2 { text-wrap: balance; }
.section-alt { background: var(--grain), var(--pattern-lines), var(--color-bg-2); }
.split-top { align-items: start; }
.pillars-3 { grid-template-columns: repeat(3, 1fr); }
.pillar { transition: transform .2s ease, border-color .2s ease; }
.pillar:hover { border-color: var(--color-line-strong); }

/* Panel with gold corner accents */
.panel-gilt::before, .panel-gilt::after { content: ""; position: absolute; width: 22px; height: 22px; border: 1px solid var(--color-gold); pointer-events: none; }
.panel-gilt::before { top: -1px; left: -1px; border-right: 0; border-bottom: 0; }
.panel-gilt::after { bottom: -1px; right: -1px; border-left: 0; border-top: 0; }
.panel .btn-row { margin-top: 1.5rem; }

/* Listing vs. direct comparison */
.compare-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.compare-table th, .compare-table td { text-align: left; padding: .7rem .6rem; border-bottom: 1px solid var(--color-line-soft); vertical-align: top; }
.compare-table thead th { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--color-muted); font-weight: 700; }
.compare-table thead th:last-child { color: var(--color-gold-light); }
.compare-table tbody th { color: var(--color-heading); font-weight: 600; white-space: nowrap; }
.compare-table td { color: var(--color-muted); }
.compare-table td:last-child { color: var(--color-heading); }
@media (max-width: 480px) { .compare-table { font-size: .86rem; } .compare-table th, .compare-table td { padding: .6rem .35rem; } .compare-table tbody th { white-space: normal; } }

/* Situations */
.situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.situation { background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line); border-left: 2px solid var(--color-gold); border-radius: var(--radius); padding: 1.5rem 1.4rem; }
.situation h3 { font-size: 1.45rem; margin-bottom: .35rem; }
.situation p { margin: 0; color: var(--color-muted); font-size: .97rem; }

/* Service area */
.area-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.area-grid li { position: relative; display: grid; gap: .15rem; padding: 1.1rem 1.2rem 1.1rem 2.4rem; background: rgba(255, 255, 255, .025); border: 1px solid var(--color-line); border-radius: var(--radius); }
.area-grid li::before { content: ""; position: absolute; left: 1.1rem; top: 1.45rem; width: 7px; height: 7px; transform: rotate(45deg); background: var(--gold-gradient); }
.area-name { font-family: var(--font-serif); font-weight: 600; font-size: 1.3rem; color: var(--color-heading); line-height: 1.2; }
.area-county { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--color-muted); }
.area-grid-compact { grid-template-columns: repeat(2, 1fr); margin-top: 1rem; }
.area-grid-compact li { padding: .75rem .9rem .75rem 2.1rem; }
.area-grid-compact li::before { left: .9rem; top: 1.1rem; }
.area-grid-compact .area-name { font-size: 1.12rem; }
.area-note { margin: 1.75rem 0 0; color: var(--color-muted); }

/* Devin's note */
.note { max-width: 52rem; text-align: center; }
.note-quote { margin: 0; position: relative; padding-top: 2.5rem; }
.note-quote::before { content: "\201C"; position: absolute; top: -1.2rem; left: 50%; transform: translateX(-50%); font-family: var(--font-serif); font-size: 6rem; line-height: 1; color: var(--color-gold); opacity: .55; }
.note-quote p { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.45rem, 2.6vw, 2rem); line-height: 1.4; color: var(--color-heading); }
.note-quote footer { display: grid; gap: .2rem; margin-top: 1.25rem; }
.note-name { font-family: var(--font-display); font-weight: 600; letter-spacing: .12em; color: var(--color-gold-light); }
.note-role { font-size: .85rem; color: var(--color-muted); letter-spacing: .06em; }

/* FAQ (native details/summary: no JS) */
.faq-wrap { max-width: 900px; }
.faq { display: grid; gap: .75rem; margin-bottom: 2rem; }
.faq-item { background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line); border-radius: var(--radius); }
.faq-item[open] { border-color: var(--color-line-strong); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.35rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary h3 { margin: 0; font-size: 1.35rem; }
.faq-item summary::after { content: ""; flex: none; width: 10px; height: 10px; border-right: 1.5px solid var(--color-gold); border-bottom: 1.5px solid var(--color-gold); transform: rotate(45deg); margin-top: -4px; transition: transform .2s ease; }
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: 4px; }
.faq-item summary:hover h3 { color: var(--color-gold-pale); }
.faq-answer { padding: 0 1.35rem 1.2rem; }
.faq-answer p { margin: 0; color: var(--color-muted); }

/* Steps: 4-up variant */
.steps-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .steps-4 { grid-template-columns: repeat(2, 1fr); } }

/* Internal link cards */
.link-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.1rem; }
.link-card { display: flex; flex-direction: column; gap: .35rem; padding: 1.6rem 1.5rem; background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line); border-radius: var(--radius); text-decoration: none; color: var(--color-text); transition: border-color .2s ease, transform .2s ease; }
.link-card:hover { border-color: var(--color-gold); transform: translateY(-2px); color: var(--color-text); }
.link-card .eyebrow { margin: 0; font-size: .7rem; }
.link-card-title { font-family: var(--font-serif); font-weight: 600; font-size: 1.45rem; color: var(--color-heading); line-height: 1.2; }
.link-card-text { color: var(--color-muted); font-size: .95rem; flex: 1; }
.link-card .more { margin-top: .6rem; font-weight: 600; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; color: var(--color-gold-light); }

/* Placeholders: keep them clearly placeholders, but on-brand */
.photo-placeholder { background: repeating-linear-gradient(135deg, rgba(255, 255, 255, .03) 0 10px, transparent 10px 20px), var(--color-placeholder); }
.photo-placeholder span { border: 1px solid rgba(243, 239, 231, .45); padding: .45rem .9rem; letter-spacing: .08em; text-transform: uppercase; font-size: .78rem; }

/* Contact */
.form-intro { color: var(--color-muted); margin-top: -.25rem; }
.form-actions { margin-top: 1.5rem; }
.panel-title { font-family: var(--font-serif); font-weight: 600; font-size: 1.6rem; letter-spacing: 0; margin-bottom: .75rem; }
.aside-links { font-size: .95rem; }

/* Footer: 4 columns */
.footer-grid { grid-template-columns: 1.3fr .8fr 1fr 1fr; }
.footer-areas { margin: 0; line-height: 1.7; }

@media (max-width: 1000px) { .pillars-3, .situation-grid { grid-template-columns: repeat(2, 1fr); } .area-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
  .pillars-3, .situation-grid, .steps-4 { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .area-grid li { padding: .8rem .8rem .8rem 1.9rem; }
  .area-grid li::before { left: .8rem; top: 1.15rem; }
  .area-name { font-size: 1.08rem; }
  .area-county { font-size: .68rem; letter-spacing: .08em; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2.1rem; }
  .btn-lg { min-height: 52px; }
}
.nowrap { white-space: nowrap; }
.ornament { z-index: 3; }
@media (min-width: 861px) { .hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); } }
.area-grid li { align-content: start; }
@media (max-width: 560px) { .eyebrow-rule::before { display: none; } }
.hero h1 { font-size: clamp(2.1rem, 3.9vw, 3.25rem); }

/* ---------- Background music toggle (bottom-left; OFF by default) ---------- */
.music-toggle {
  position: fixed; z-index: 40;
  left: max(1rem, env(safe-area-inset-left)); bottom: max(1rem, env(safe-area-inset-bottom));
  display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: .5rem .95rem .5rem .8rem;
  font-family: var(--font-body); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--color-gold-light); background: rgba(14, 13, 12, .92); border: 1px solid var(--color-gold); border-radius: 999px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .45); cursor: pointer; -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(6px); transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.music-toggle:hover { color: var(--color-gold-pale); border-color: var(--color-gold-pale); background: #1a1714; }
.music-toggle:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 3px; }
.music-toggle[aria-pressed="true"] { background: var(--gold-gradient); color: var(--color-on-gold); border-color: #d9b865; }
.music-icon { flex: none; }
.music-eq { display: none; align-items: flex-end; gap: 2px; height: 12px; }
.music-eq span { width: 2px; height: 100%; background: currentColor; border-radius: 1px; transform-origin: bottom; transform: scaleY(.45); }
.music-toggle[aria-pressed="true"] .music-eq { display: inline-flex; }
.music-toggle[aria-pressed="true"] .music-eq span { animation: music-eq 1.1s ease-in-out infinite alternate; }
.music-toggle[aria-pressed="true"] .music-eq span:nth-child(2) { animation-delay: -.35s; }
.music-toggle[aria-pressed="true"] .music-eq span:nth-child(3) { animation-delay: -.7s; }
@keyframes music-eq { from { transform: scaleY(.3); } to { transform: scaleY(1); } }
@media (prefers-reduced-motion: reduce) { .music-toggle[aria-pressed="true"] .music-eq span { animation: none; transform: scaleY(.8); } }
.no-js .music-toggle { display: none; }
@media print { .music-toggle { display: none; } }
/* Keep the last footer line clear of the fixed button when scrolled to the very bottom. */
.site-footer { padding-bottom: 5.25rem; }

/* ==========================================================================
   v4 (Sep 27, 2026): Vacation rentals (Deep Creek Lake cabin, booked on Vrbo)
   ========================================================================== */
.section-stay { background: var(--grain), radial-gradient(900px 420px at 12% 0%, rgba(201, 162, 74, .10), transparent 62%), var(--color-bg); }
.stay-card {
  position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.75rem);
  padding: clamp(1rem, 2vw, 1.4rem); background: linear-gradient(180deg, #1e1b18, #151310); border: 1px solid var(--color-line-strong);
  border-radius: var(--radius); box-shadow: var(--shadow);
}
.stay-card::before { content: ""; position: absolute; left: -1px; right: -1px; top: -1px; height: 2px; background: var(--gold-gradient); }
.stay-card::after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 22px; height: 22px; border: 1px solid var(--color-gold); border-left: 0; border-top: 0; pointer-events: none; }
.stay-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: minmax(0, 1fr) auto; gap: .6rem; }
.stay-photo { position: relative; margin: 0; overflow: hidden; border-radius: 2px; aspect-ratio: 1 / 1; background: var(--color-surface-2); }
.stay-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(201, 162, 74, .28); pointer-events: none; }
.stay-photo-main { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.stay-photo img { width: 100%; height: 100%; object-fit: cover; }
.stay-body { display: flex; flex-direction: column; padding: clamp(.5rem, 1.5vw, 1.25rem) clamp(.25rem, 1.5vw, 1.25rem) clamp(.5rem, 1.5vw, 1rem) 0; }
.stay-body > .eyebrow { margin-bottom: .75rem; }
.stay-title { font-size: clamp(1.75rem, 2.5vw, 2.25rem); line-height: 1.12; margin-bottom: .6rem; text-wrap: balance; }
.stay-location { display: flex; align-items: center; gap: .5rem; margin: 0 0 1.1rem; color: var(--color-muted); font-size: .98rem; }
.stay-location .icon { color: var(--color-gold); }
.stay-specs {
  display: flex; flex-wrap: wrap; align-items: center; gap: .35rem .9rem; margin: 0 0 1.35rem; padding: .85rem 0;
  border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line);
  font-family: var(--font-display); font-weight: 600; font-size: 1.08rem; letter-spacing: .1em; color: var(--color-gold-light);
}
.stay-specs .sep { color: var(--color-gold-deep); font-weight: 400; }
.stay-highlights { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: .8rem; }
.stay-highlights li { display: flex; align-items: center; gap: .85rem; color: var(--color-text); }
.stay-highlights .icon { width: 40px; height: 40px; padding: 7px; border: 1px solid var(--color-line-strong); border-radius: 50%; background: rgba(201, 162, 74, .06); }
.stay-highlights strong { color: var(--color-heading); font-weight: 600; }
.stay-highlights sup, .stay-note sup { color: var(--color-gold-light); }
.stay-desc { color: var(--color-muted); font-size: 1rem; margin-bottom: .75rem; }
.stay-extras { margin: 0; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--color-muted); }
.stay-book { margin-top: 1.6rem; }
.btn .icon { color: currentColor; }
.btn-book .icon-ext { width: 16px; height: 16px; margin-left: .1rem; }
.stay-note { margin: 1rem 0 0; font-size: .85rem; line-height: 1.55; color: var(--color-muted); }
@media (min-width: 901px) { .stay-photo-main { aspect-ratio: auto; min-height: 340px; } }
@media (max-width: 900px) {
  .stay-card { grid-template-columns: 1fr; }
  .stay-gallery { grid-template-rows: auto; }
  .stay-body { padding: .25rem .5rem .75rem; }
}
@media (max-width: 560px) {
  .stay-card { padding: .75rem; }
  .stay-gallery { gap: .45rem; }
  .stay-specs { font-size: 1rem; letter-spacing: .08em; gap: .3rem .7rem; }
}

/* Home page teaser */
.section-teaser { padding-top: 0; }
.stay-teaser {
  position: relative; display: grid; grid-template-columns: minmax(0, 420px) minmax(0, 1fr); align-items: stretch;
  background: linear-gradient(180deg, #1e1b18, #171512); border: 1px solid var(--color-line-strong); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden;
}
.stay-teaser::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--gold-gradient); z-index: 1; }
.stay-teaser-photo { display: block; min-height: 240px; }
.stay-teaser-photo img { width: 100%; height: 100%; object-fit: cover; }
.stay-teaser-body { padding: clamp(1.5rem, 3vw, 2.5rem); align-self: center; }
.stay-teaser-body .eyebrow { margin-bottom: .7rem; }
.stay-teaser-body h2 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: .6rem; }
.stay-teaser-body p { color: var(--color-muted); }
.stay-teaser-body .more { font-weight: 600; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.stay-teaser-body .more:hover { text-decoration: underline; }
@media (max-width: 820px) {
  .stay-teaser { grid-template-columns: 1fr; }
  .stay-teaser-photo { aspect-ratio: 16 / 10; min-height: 0; }
}
