:root {
  --gold: #ffbf00;
  --gold-2: #ffd55a;
  --ink: #0b0b0c;
  --ink-2: #171719;
  --paper: #ffffff;
  --paper-2: #f6f5f1;
  --muted: #707078;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 20px;
  --max: 1180px;
  --header-h: 82px;
}

html[data-theme="dark"] {
  --bg: #080809;
  --surface: #111113;
  --surface-2: #171719;
  --text: #f7f7f6;
  --text-soft: #c8c8ca;
  --border: rgba(255,255,255,.12);
  --header-bg: rgba(8,8,9,.89);
  --card-shadow: 0 20px 55px rgba(0,0,0,.32);
}

html[data-theme="light"] {
  --bg: #f7f6f2;
  --surface: #ffffff;
  --surface-2: #eeece6;
  --text: #151516;
  --text-soft: #56565d;
  --border: rgba(0,0,0,.11);
  --header-bg: rgba(255,255,255,.92);
  --card-shadow: 0 20px 50px rgba(20,20,20,.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; transition: background .25s ease, color .25s ease; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; left: 12px; top: -80px; background: var(--gold); color: #111; padding: 10px 14px; z-index: 9999; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.section-shell { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.eyebrow { margin: 0 0 10px; color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 900; }
.section-heading { max-width: 800px; margin-bottom: 34px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .why-intro h2, .faq-intro h2, .estimate-copy h2 { margin: 0 0 14px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: .98; letter-spacing: -.045em; }
.section-heading p, .why-intro p, .faq-intro p, .estimate-copy p { color: var(--text-soft); }

.site-header { position: sticky; top: 0; z-index: 1000; background: var(--header-bg); backdrop-filter: blur(18px); border-bottom: 1px solid var(--border); }
.header-inner { width: min(1320px, calc(100% - 28px)); min-height: var(--header-h); margin: auto; display: grid; grid-template-columns: 160px 1fr auto auto auto; align-items: center; gap: 18px; }
.header-logo { width: 145px; min-width: 145px; }
.header-logo .logo { width: 145px; height: 70px; object-fit: contain; }
.logo-light { display: none; }
html[data-theme="light"] .logo-dark { display: none !important; }
html[data-theme="light"] .logo-light { display: block !important; }
.header-phone { justify-self: end; display: flex; align-items: center; gap: 10px; color: var(--gold); white-space: nowrap; }
.header-phone strong { display: block; font-size: 1.04rem; line-height: 1; }
.header-phone small { display: block; color: var(--text-soft); font-size: .72rem; margin-top: 4px; text-align: right; }
.phone-icon { font-size: 1.2rem; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 20px; font-size: .88rem; font-weight: 700; }
.header-book { min-height: 42px; padding-inline: 18px; white-space: nowrap; font-size: .8rem; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--gold); transition: right .2s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.theme-toggle { width: 58px; height: 34px; border-radius: 999px; border: 1px solid var(--border); background: var(--surface-2); cursor: pointer; display: flex; align-items: center; justify-content: space-around; padding: 0 7px; }
.theme-toggle .sun, .theme-toggle .moon { font-size: .9rem; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--border); background: var(--surface); border-radius: 10px; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; background: var(--text); margin: 5px 0; }
.mobile-nav { border-top: 1px solid var(--border); padding: 10px 20px 18px; background: var(--header-bg); }
.mobile-nav a { display: block; padding: 12px 4px; border-bottom: 1px solid var(--border); font-weight: 750; }
.mobile-nav .mobile-call { color: var(--gold); }


.hero-shell { position: relative; isolation: isolate; min-height: 650px; overflow: hidden; background: #09090a; color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-background { position: absolute; inset: 0; z-index: -3; background-position: center center; background-size: cover; background-repeat: no-repeat; transform: scale(1.01); transition: background-image .25s ease, filter .25s ease; }
html[data-theme="dark"] .hero-background { background-image: url("assets/hero-dark.jpg"); }
html[data-theme="light"] .hero-background { background-image: url("assets/hero-light.jpg"); }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,0,0,.93) 0%, rgba(0,0,0,.82) 31%, rgba(0,0,0,.42) 58%, rgba(0,0,0,.18) 100%), linear-gradient(0deg, rgba(0,0,0,.28), rgba(0,0,0,.06)); transition: background .25s ease; }
html[data-theme="light"] .hero-shade { background: linear-gradient(90deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.72) 30%, rgba(255,255,255,.18) 58%, rgba(255,255,255,.03) 100%), linear-gradient(0deg, rgba(255,255,255,.08), rgba(255,255,255,0)); }
html[data-theme="light"] .hero-copy h1 { color: #111; text-shadow: none; }
html[data-theme="light"] .hero-lead { color: rgba(15,15,16,.83); text-shadow: none; }
html[data-theme="light"] .hero-eyebrow { color: #8a6700; }
.hero-content { min-height: 585px; display: flex; align-items: center; padding-block: 64px 86px; }
.hero-copy { width: min(650px, 54%); }
.hero-brand { width: min(470px, 92%); max-height: 270px; object-fit: contain; object-position: left center; margin-bottom: 18px; filter: drop-shadow(0 10px 28px rgba(0,0,0,.28)); }
.hero-brand-light { display: none; }
html[data-theme="light"] .hero-brand-dark { display: none; }
html[data-theme="light"] .hero-brand-light { display: block; filter: none; }
.hero-eyebrow { color: var(--gold); }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; color: #fff; max-width: 660px; }
.hero-copy h1 span { color: var(--gold); }
.hero-lead { max-width: 640px; margin: 0; color: rgba(255,255,255,.84); font-size: clamp(1rem, 1.35vw, 1.16rem); }
.hero-actions { margin-top: 28px; }
.hero-trustbar { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background: linear-gradient(90deg, rgba(8,8,9,.96), rgba(15,15,16,.90)); border-top: 1px solid rgba(255,255,255,.1); }
.hero-trustbar-inner { min-height: 86px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.hero-trustbar-inner div { padding: 14px 26px; border-right: 1px solid rgba(255,255,255,.11); display: grid; gap: 2px; }
.hero-trustbar-inner div:last-child { border-right: 0; }
.hero-trustbar-inner strong { color: var(--gold); font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; }
.hero-trustbar-inner span { color: rgba(255,255,255,.76); font-size: .82rem; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 12px; padding: 13px 18px; border: 1px solid transparent; font-weight: 900; text-transform: uppercase; letter-spacing: .02em; font-size: .86rem; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #141414; box-shadow: 0 10px 30px rgba(255,191,0,.18); }
.button-outline { border-color: var(--border); background: transparent; color: var(--text); }

.services { padding-block: 100px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--card-shadow); display: flex; flex-direction: column; height: 100%; }
.service-card > img { width: 100%; aspect-ratio: 1.35 / 1; object-fit: cover; }
.service-body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.service-body h3 { margin: 0 0 10px; font-size: 1.35rem; line-height: 1.05; }
.service-body p { color: var(--text-soft); min-height: 132px; }
.service-actions { display: grid; gap: 10px; margin-top: auto; padding-top: 18px; }
.service-actions .button { width: 100%; }
.service-call { text-align: center; font-weight: 900; text-transform: uppercase; font-size: .82rem; padding-top: 4px; }
.service-call:hover { color: var(--gold); }

.why-section { background: var(--surface); border-block: 1px solid var(--border); }
.why-layout { padding-block: 100px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: start; }
.why-intro { position: sticky; top: calc(var(--header-h) + 30px); }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.why-grid article { border: 1px solid var(--border); background: var(--bg); border-radius: 18px; padding: 24px; }
.why-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 950; margin-bottom: 18px; }
.why-grid h3 { margin: 0 0 8px; }
.why-grid p { margin: 0; color: var(--text-soft); }

.offer-card { grid-column: 1 / -1; border: 1px solid rgba(255,191,0,.45); border-radius: 18px; padding: 24px; background: linear-gradient(135deg, rgba(255,191,0,.14), rgba(255,191,0,.04)); }
.offer-kicker { display: block; color: var(--gold); text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .72rem; margin-bottom: 7px; }
.offer-card strong { display: block; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.05; }
.offer-card p { margin: 8px 0 0; color: var(--text-soft); }

.service-area { padding-block: 90px; }
.city-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.city-list span { text-align: center; padding: 18px 8px; border: 1px solid var(--border); border-radius: 14px; background: var(--surface); font-weight: 850; }

.faq-section { background: var(--surface); border-block: 1px solid var(--border); }
.faq-layout { padding-block: 100px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 60px; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 30px); align-self: start; }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid var(--border); background: var(--bg); border-radius: 16px; padding: 0 20px; }
.accordion summary { cursor: pointer; list-style: none; padding: 20px 35px 20px 0; font-weight: 850; position: relative; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 1.4rem; color: var(--gold); }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0 0 22px; color: var(--text-soft); }

.estimate-section { padding-block: 100px; background: radial-gradient(circle at 10% 10%, rgba(255,191,0,.13), transparent 28%), var(--bg); }
.estimate-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 54px; align-items: start; }
.estimate-copy { position: sticky; top: calc(var(--header-h) + 30px); }
.estimate-notes { display: grid; gap: 10px; margin-top: 28px; color: var(--text-soft); }
.estimate-form { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 28px; box-shadow: var(--card-shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.estimate-form label { display: grid; gap: 7px; font-size: .84rem; font-weight: 800; color: var(--text); }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border-radius: 11px; border: 1px solid var(--border); background: var(--bg); color: var(--text); padding: 13px 14px; outline: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,191,0,.12); }
.full-field { margin-top: 16px; }
.upload-field { margin-top: 16px; border: 1px dashed var(--border); border-radius: 14px; padding: 16px; }
.upload-field small { color: var(--text-soft); font-weight: 500; }
.submit-button { width: 100%; margin-top: 18px; min-height: 52px; }
.form-note { color: var(--text-soft); font-size: .78rem; margin: 12px 0 0; }
.hidden-field { position: absolute; left: -9999px; }

.contact-section { padding-block: 100px 120px; }
.contact-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.contact-grid a { display: grid; place-items: center; text-align: center; gap: 7px; padding: 24px 12px; border: 1px solid var(--border); border-radius: 16px; background: var(--surface); min-width: 0; }
.contact-grid a:hover { border-color: var(--gold); }
.contact-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: #111; font-weight: 950; font-size: 1.25rem; }
.contact-grid strong { font-size: .9rem; text-transform: uppercase; letter-spacing: .05em; }
.contact-grid small { max-width: 100%; overflow-wrap: anywhere; color: var(--text-soft); }

.site-footer { border-top: 1px solid var(--border); background: #09090a; color: #f5f5f3; }
.footer-grid { padding-block: 46px; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; align-items: center; }
.footer-brand .logo { width: 180px; max-height: 105px; object-fit: contain; object-position: left center; }
.footer-brand p { margin: 12px 0 0; color: #c4c4c4; }
.footer-links, .footer-contact { display: grid; gap: 10px; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold); }
.footer-contact span { color: #b7b7b7; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #a9a9aa; font-size: .8rem; }

.mobile-contact-bar { display: none; }

.service-dialog { width: min(980px, calc(100% - 28px)); max-height: min(88vh, 900px); border: 1px solid var(--border); border-radius: 22px; background: var(--surface); color: var(--text); padding: 0; box-shadow: 0 40px 100px rgba(0,0,0,.45); }
.service-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(6px); }
.dialog-inner { position: relative; padding: 34px; overflow: auto; max-height: 88vh; }
.dialog-close { position: sticky; float: right; top: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border); background: var(--bg); color: var(--text); font-size: 1.5rem; cursor: pointer; z-index: 5; }
.dialog-inner h2 { margin: 0 0 12px; font-size: clamp(2rem, 4vw, 3rem); line-height: 1; }
.dialog-inner > p:not(.eyebrow) { color: var(--text-soft); max-width: 790px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 26px; }
.detail-grid article { border: 1px solid var(--border); border-radius: 15px; background: var(--bg); padding: 20px; }
.detail-grid h3 { margin: 0 0 8px; font-size: 1.04rem; }
.detail-grid p { margin: 0; color: var(--text-soft); }
.dialog-actions { display: flex; gap: 12px; margin-top: 24px; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 150px 1fr auto auto; }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; padding-top: 44px; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 520px; }
  .hero-visual img { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .city-list { grid-template-columns: repeat(3, 1fr); }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 820px) {
  :root { --header-h: 72px; }
  .section-shell { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: var(--header-h); grid-template-columns: 120px 1fr auto auto; gap: 10px; }
  .header-logo, .header-logo .logo { width: 116px; min-width: 116px; height: 58px; }
  .header-phone { justify-self: end; }
  .header-phone small { display: none; }
  .header-phone strong { font-size: .88rem; }
  .hero { min-height: auto; padding-block: 42px 60px; gap: 26px; }
  .hero-logo-wrap { width: min(460px, 96%); }
  .hero-copy h1 { font-size: clamp(2.6rem, 12vw, 4.9rem); }
  .hero-visual { min-height: 470px; border-radius: 20px; }
  .hero-visual img { min-height: 470px; }
  .promo-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
  .promo-inner div { align-items: flex-start; flex-direction: column; gap: 7px; }
  .services, .service-area, .contact-section { padding-block: 76px; }
  .why-layout, .faq-layout, .estimate-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 76px; }
  .why-intro, .faq-intro, .estimate-copy { position: static; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .header-phone { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 8px; }
  .header-logo { justify-self: start; }
  .hero-logo-wrap { width: 100%; }
  .hero-copy h1 { font-size: clamp(2.45rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-trust { display: grid; }
  .hero-visual { min-height: 410px; }
  .hero-visual img { min-height: 410px; }
  .hero-visual-overlay { left: 20px; right: 20px; bottom: 20px; }
  .hero-visual-overlay h2 { font-size: 1.55rem; }
  .service-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .city-list { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-block: 16px; }
  .detail-grid { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column; }
  .mobile-contact-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 900; display: grid; grid-template-columns: 1fr 1fr; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.12); }
  .mobile-contact-bar a { min-height: 52px; display: grid; place-items: center; background: #141415; color: white; font-weight: 900; text-transform: uppercase; font-size: .84rem; }
  .mobile-contact-bar a:last-child { background: var(--gold); color: #111; }
}


@media (max-width: 1100px) {
  .hero-shell { min-height: 660px; }
  .hero-content { min-height: 575px; }
  .hero-copy { width: min(680px, 65%); }
  .hero-background { background-position: 58% center; }
}

@media (max-width: 820px) {
  .hero-shell { min-height: 730px; }
  .hero-content { min-height: 640px; align-items: flex-end; padding-block: 80px 105px; }
  .hero-copy { width: 100%; max-width: 650px; }
  .hero-brand { width: min(430px, 82%); }
  .hero-background { background-position: 57% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.26) 0%, rgba(0,0,0,.54) 38%, rgba(0,0,0,.94) 78%, rgba(0,0,0,.98) 100%); }
  .hero-trustbar-inner { grid-template-columns: 1fr 1fr 1fr; }
  .hero-trustbar-inner div { padding-inline: 14px; }
}

@media (max-width: 620px) {
  .hero-shell { min-height: 760px; }
  .hero-content { min-height: 650px; padding-top: 235px; padding-bottom: 116px; align-items: flex-end; }
  .hero-brand { width: min(380px, 96%); margin-bottom: 14px; }
  .hero-copy h1 { font-size: clamp(2.25rem, 12.8vw, 3.6rem); }
  .hero-lead { font-size: .98rem; }
  .hero-background { background-position: 58% center; background-size: cover; background-repeat: no-repeat; background-color: #080809; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.28) 26%, rgba(0,0,0,.91) 51%, #080809 72%); }
  .hero-trustbar-inner { grid-template-columns: 1fr; padding-block: 10px; }
  .hero-trustbar-inner div { display: none; border: 0; padding: 5px 0; }
  .hero-trustbar-inner div:first-child { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
/* Footer stays on a dark surface in both themes, so always use the white/gold logo there. */
html[data-theme="light"] .site-footer .logo-dark { display: block !important; }
html[data-theme="light"] .site-footer .logo-light { display: none !important; }

html[data-theme="light"] .hero-trustbar { background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(247,246,242,.90)); border-top-color: rgba(0,0,0,.10); }
html[data-theme="light"] .hero-trustbar-inner div { border-right-color: rgba(0,0,0,.10); }
html[data-theme="light"] .hero-trustbar-inner strong { color: #8a6700; }
html[data-theme="light"] .hero-trustbar-inner span { color: rgba(15,15,16,.72); }

.offer-check { margin-top: 18px; display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 12px !important; padding: 16px 18px; border: 1px solid rgba(255,191,0,.42); border-radius: 14px; background: linear-gradient(135deg, rgba(255,191,0,.12), rgba(255,191,0,.035)); cursor: pointer; }
.offer-check input { width: 20px !important; height: 20px; margin-top: 2px; accent-color: var(--gold); flex: 0 0 auto; }
.offer-check span { display: grid; gap: 3px; }
.offer-check strong { font-size: .92rem; }
.offer-check small { color: var(--text-soft); font-weight: 500; }

@media (max-width: 1100px) {
  .header-book { justify-self: end; }
}
@media (max-width: 820px) {
  .header-book { padding: 10px 13px; min-height: 38px; font-size: .72rem; border-radius: 10px; }
}
@media (max-width: 620px) {
  .header-book { padding: 9px 10px; min-height: 36px; font-size: .68rem; }
  .theme-toggle { width: 48px; }
  .header-actions { gap: 6px; }
  .hero-background { background-position: 58% center; background-size: cover; }
  html[data-theme="light"] .hero-shade { background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.12) 25%, rgba(255,255,255,.86) 53%, #f7f6f2 76%); }
  html[data-theme="light"] .hero-copy h1 { color: #111; }
  html[data-theme="light"] .hero-lead { color: #333; }
}
.mobile-nav .mobile-book { color: #111; background: var(--gold); border-radius: 10px; margin-top: 8px; padding-inline: 12px; }

/* Careers + dedicated internal pages */
.careers-strip { border-block: 1px solid var(--border); background: linear-gradient(135deg, rgba(255,191,0,.09), transparent 45%), var(--surface); }
.careers-strip-inner { min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 42px; padding-block: 54px; }
.careers-strip-inner > div { max-width: 760px; }
.careers-strip h2 { margin: 0 0 10px; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; letter-spacing: -.045em; }
.careers-strip p:not(.eyebrow) { margin: 0; color: var(--text-soft); }

.page-hero { padding: 78px 0 58px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 15% 10%, rgba(255,191,0,.14), transparent 30%), var(--surface); }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: end; }
.page-hero h1 { margin: 0 0 14px; font-size: clamp(2.7rem, 6vw, 5.4rem); line-height: .93; letter-spacing: -.055em; text-transform: uppercase; }
.page-hero p:not(.eyebrow) { max-width: 760px; margin: 0; color: var(--text-soft); font-size: 1.06rem; }
.page-main { padding-block: 80px 110px; }
.page-two-col { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: start; }
.page-info-card { position: static; border: 1px solid var(--border); border-radius: 22px; background: var(--surface); padding: 28px; box-shadow: var(--card-shadow); }
.page-info-card h2 { margin: 0 0 12px; font-size: 1.8rem; line-height: 1.05; }
.page-info-card p { color: var(--text-soft); }
.page-info-list { display: grid; gap: 11px; margin-top: 22px; }
.page-info-list a, .page-info-list span { display: block; padding: 12px 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--bg); overflow-wrap: anywhere; }
.standalone-form { background: var(--surface); border: 1px solid var(--border); border-radius: 24px; padding: 30px; box-shadow: var(--card-shadow); }
.standalone-form h2 { margin: 0 0 8px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.standalone-form > p { margin: 0 0 24px; color: var(--text-soft); }
.standalone-form label { display: grid; gap: 7px; font-size: .84rem; font-weight: 800; }
.standalone-form input, .standalone-form select, .standalone-form textarea { width: 100%; border-radius: 11px; border: 1px solid var(--border); background: var(--bg); color: var(--text); padding: 13px 14px; outline: none; }
.standalone-form input:focus, .standalone-form select:focus, .standalone-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(255,191,0,.12); }
.form-help { color: var(--text-soft); font-size: .8rem; }
.back-home { font-weight: 850; color: var(--gold); }
.thanks-card { max-width: 760px; margin: 90px auto 120px; padding: 38px; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); text-align: center; box-shadow: var(--card-shadow); }
.thanks-card h1 { margin: 0 0 14px; font-size: clamp(2.3rem, 5vw, 4rem); line-height: .98; }
.thanks-card p { color: var(--text-soft); }
.thanks-card .button { margin-top: 12px; }

@media (max-width: 900px) {
  .careers-strip-inner { align-items: flex-start; flex-direction: column; }
  .page-hero-grid, .page-two-col { grid-template-columns: 1fr; }
  .page-info-card { position: static; }
}
@media (max-width: 620px) {
  .page-hero { padding-top: 54px; }
  .page-main { padding-block: 56px 88px; }
  .standalone-form, .page-info-card { padding: 22px; }
  .careers-strip-inner { min-height: 0; padding-block: 46px; }
}


/* Final theme polish: preload both hero photos in CSS and crossfade them so the first theme toggle never flashes blank. */
.hero-background {
  background-image: none !important;
  overflow: hidden;
  transform: none;
}
.hero-background::before,
.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background-position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.01);
  transition: opacity .38s ease, filter .38s ease;
  will-change: opacity;
}
.hero-background::before { background-image: url("assets/hero-dark.jpg"); opacity: 1; }
.hero-background::after { background-image: url("assets/hero-light.jpg"); opacity: 0; }
html[data-theme="light"] .hero-background::before { opacity: 0; }
html[data-theme="light"] .hero-background::after { opacity: 1; }

/* Dedicated Contact and Apply pages scroll as a unified two-column section. */
.page-two-col { align-items: start; }
.page-info-card { position: static !important; top: auto !important; align-self: start; }
