:root {
  --bg: #0d0d0b;
  --bg-soft: #171711;
  --gold: #f7d51f;
  --gold-dark: #c99f13;
  --white: #ffffff;
  --ink: #151515;
  --muted: #686866;
  --line: rgba(255,255,255,.14);
  --paper: #f6f4ee;
  --card: #ffffff;
  --shadow: 0 24px 70px rgba(0,0,0,.22);
  --radius: 26px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 12px; background: var(--gold); color: #000; padding: 12px 16px; border-radius: 12px; z-index: 10; }
.skip-link:focus { left: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(13,13,11,.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand img { width: 52px; height: 52px; object-fit: contain; border-radius: 14px; }
.brand strong { display: block; font-size: 1.02rem; letter-spacing: .03em; text-transform: uppercase; }
.brand small { color: #d7d2c6; }
.main-nav { display: flex; align-items: center; gap: 22px; color: #e9e5d9; font-weight: 700; font-size: .95rem; }
.main-nav a { opacity: .9; }
.main-nav a:hover { color: var(--gold); opacity: 1; }
.menu-btn { display: none; border: 1px solid rgba(255,255,255,.2); background: transparent; color: var(--white); border-radius: 999px; padding: 10px 14px; }

.section { padding: 88px 0; }
.section-dark { background: var(--bg); color: var(--white); position: relative; overflow: hidden; }
.section-dark::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto auto;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(247,213,31,.24), transparent 60%);
  pointer-events: none;
}
.section-muted { background: #eae6dc; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-weight: 900; letter-spacing: .13em; text-transform: uppercase; font-size: .78rem; }
.section-dark .eyebrow { color: var(--gold); }
h1, h2, h3 { line-height: 1.05; margin: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.8rem); max-width: 850px; letter-spacing: -0.07em; }
h1 span, h2 span { color: var(--gold); }
h2 { font-size: clamp(2.1rem, 4vw, 4.2rem); letter-spacing: -0.055em; }
h3 { font-size: 1.35rem; letter-spacing: -0.025em; }
p { margin: 0; }
.lead { font-size: clamp(1.08rem, 2vw, 1.35rem); color: #e8e2d7; max-width: 720px; margin-top: 22px; }

.hero { padding: 84px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr); gap: 48px; align-items: center; position: relative; z-index: 1; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border-radius: 999px; font-weight: 900; border: 0; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--gold); color: #111; box-shadow: 0 12px 30px rgba(247,213,31,.25); }
.btn-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.06); }
.btn-dark { color: var(--white); background: #111; }
.full-width { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 34px; max-width: 760px; }
.trust-row div { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.055); border-radius: 18px; padding: 16px; }
.trust-row strong { display: block; color: var(--gold); font-size: 1.05rem; }
.trust-row span { display: block; color: #d9d3c8; font-size: .9rem; }
.hero-card { display: grid; gap: 16px; justify-items: center; }
.logo-frame { width: min(420px,100%); border-radius: 36px; padding: 18px; background: linear-gradient(145deg, rgba(247,213,31,.24), rgba(255,255,255,.04)); border: 1px solid rgba(247,213,31,.35); box-shadow: var(--shadow); }
.logo-frame img { border-radius: 24px; }
.quick-card { width: min(420px,100%); background: #fff; color: var(--ink); padding: 22px; border-radius: 24px; box-shadow: var(--shadow); }
.quick-card p { color: var(--muted); font-weight: 800; margin-bottom: 2px; }
.quick-card strong { display: block; font-size: 1.25rem; letter-spacing: -.03em; }
.quick-card span { display: block; color: var(--muted); margin-top: 8px; }

.info-band { background: var(--gold); color: #111; padding: 24px 0; }
.band-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.band-grid small { display: block; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; opacity: .75; }
.band-grid strong { font-size: 1.08rem; }
.section-heading { max-width: 820px; margin-bottom: 38px; }
.section-heading p:not(.eyebrow) { color: #55514b; font-size: 1.08rem; margin-top: 14px; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { background: var(--card); border: 1px solid rgba(0,0,0,.08); border-radius: var(--radius); padding: 24px; display: flex; flex-direction: column; min-height: 360px; box-shadow: 0 14px 34px rgba(0,0,0,.07); position: relative; overflow: hidden; }
.service-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: linear-gradient(90deg,var(--gold),var(--gold-dark)); }
.service-badge { align-self: flex-start; background: #111; color: var(--gold); border-radius: 999px; padding: 7px 11px; font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 18px; }
.service-card h3 { margin-bottom: 12px; }
.price-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 16px 0; padding: 16px 0; border-top: 1px solid #ece7dd; border-bottom: 1px solid #ece7dd; }
.price-row strong { font-size: 1.65rem; letter-spacing: -.05em; }
.price-row span { color: var(--muted); font-weight: 800; }
.service-card p { color: #504d47; }
.service-note { margin-top: auto; padding-top: 18px; color: #5f594d; font-size: .94rem; }
.service-card .btn { margin-top: 18px; width: 100%; }

.booking-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(340px,1.15fr); gap: 34px; align-items: start; }
.booking-copy { position: sticky; top: 104px; }
.approval-box { margin-top: 22px; background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 26px rgba(0,0,0,.06); }
.approval-box ol { margin: 14px 0 0 20px; padding: 0; }
.approval-box li { margin: 9px 0; }
.small-note { color: #5f594d; margin-top: 18px; }
.booking-form { background: #fff; border-radius: 30px; padding: 24px; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.08); }
.form-top { background: #111; color: #fff; border-radius: 22px; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.form-top span { color: var(--gold); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.form-top strong { text-align: right; }
label { display: block; font-weight: 900; margin: 15px 0 7px; }
input, select, textarea { width: 100%; border: 1px solid #d7d0c1; background: #fbfaf7; color: #181815; border-radius: 15px; padding: 13px 14px; outline: none; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 4px rgba(247,213,31,.18); }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; margin-top: 20px; }
.form-message { min-height: 24px; margin-top: 14px; color: #2d5c27; font-weight: 800; }
.form-message.error { color: #9a281f; }

.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid rgba(0,0,0,.08); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.step-card span { display: inline-flex; width: 46px; height: 46px; align-items: center; justify-content: center; border-radius: 50%; background: var(--gold); font-weight: 1000; margin-bottom: 28px; }
.step-card h3 { margin-bottom: 10px; }
.step-card p { color: #55514b; }

.detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.9fr); gap: 34px; align-items: center; position: relative; z-index: 1; }
.detail-grid p:not(.eyebrow) { color: #e5dfd2; margin-top: 16px; font-size: 1.08rem; }
.checklist { display: grid; gap: 12px; }
.checklist div { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 16px; display: flex; align-items: flex-start; gap: 12px; }
.checklist span { color: var(--gold); font-weight: 1000; }

.reviews-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.7fr); gap: 26px; align-items: center; }
.review-card { background: #fff; border-radius: 32px; padding: 30px; box-shadow: var(--shadow); border: 1px solid rgba(0,0,0,.08); }
.stars { color: var(--gold-dark); font-size: 1.5rem; letter-spacing: .08em; }
.review-card p { font-size: 1.35rem; line-height: 1.25; margin: 14px 0; font-weight: 800; }
.review-card span { color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.75fr); gap: 32px; align-items: center; }
.contact-card { background: #111; color: #fff; border-radius: 32px; padding: 28px; box-shadow: var(--shadow); }
.contact-card img { width: 210px; margin: 0 auto 20px; border-radius: 20px; }
.contact-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.contact-card strong { color: var(--gold); }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.social-links a { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; padding: 9px 13px; font-weight: 900; }
.social-links a:hover { background: var(--gold); color: #111; }
.site-footer { background: #080807; color: #d7d0c6; padding: 28px 0; }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.footer-grid strong { color: #fff; }
.footer-grid div:last-child { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.footer-grid a { color: var(--gold); font-weight: 900; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-btn { display: inline-flex; }
  .main-nav { position: absolute; top: 78px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; background: #12120f; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 16px; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .hero-grid, .booking-grid, .detail-grid, .reviews-grid, .contact-grid { grid-template-columns: 1fr; }
  .booking-copy { position: static; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 700px) {
  .container { width: min(var(--max), calc(100% - 22px)); }
  .section { padding: 62px 0; }
  .hero { padding: 58px 0 46px; }
  .trust-row, .band-grid, .services-grid, .steps-grid, .two-col { grid-template-columns: 1fr; }
  .form-top { align-items: flex-start; flex-direction: column; }
  .form-top strong { text-align: left; }
  .footer-grid { flex-direction: column; align-items: flex-start; }
  .footer-grid div:last-child { justify-content: flex-start; }
  .brand img { width: 44px; height: 44px; }
  .brand strong { font-size: .9rem; }
  .brand small { font-size: .78rem; }
}


/* Showcase section */
.showcase-section { background: #f6f4ee; }
.showcase-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.showcase-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(220px,.32fr); gap: 20px; align-items: center; background: #111; color: #fff; border-radius: 32px; padding: 28px; margin-bottom: 22px; overflow: hidden; position: relative; }
.showcase-feature::before { content: ""; position: absolute; inset: auto -80px -140px auto; width: 300px; height: 300px; border-radius: 50%; background: rgba(247,213,31,.25); }
.showcase-feature > * { position: relative; z-index: 1; }
.showcase-feature h3 { font-size: clamp(1.7rem,3vw,2.7rem); max-width: 820px; }
.showcase-feature p { color: #e7dfd0; margin-top: 14px; max-width: 760px; }
.showcase-feature strong { color: var(--gold); }
.showcase-stat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 26px; padding: 20px; text-align: center; }
.showcase-stat strong { display: block; font-size: 3.2rem; line-height: 1; color: var(--gold); letter-spacing: -.06em; }
.showcase-stat span { display: block; color: #ded8c9; font-weight: 800; margin-top: 8px; }
.showcase-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.showcase-card { min-height: 250px; border-radius: 26px; overflow: hidden; position: relative; background: #151515; box-shadow: 0 18px 44px rgba(0,0,0,.16); border: 1px solid rgba(0,0,0,.08); }
.showcase-card.feature { grid-column: span 2; grid-row: span 2; min-height: 520px; }
.showcase-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .35s ease; }
.showcase-card:hover img { transform: scale(1.045); }
.showcase-overlay { position: absolute; inset: auto 0 0; padding: 22px; color: #fff; background: linear-gradient(180deg, transparent, rgba(0,0,0,.84)); }
.showcase-overlay span { display: inline-flex; background: var(--gold); color: #111; border-radius: 999px; padding: 6px 10px; font-size: .72rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 10px; }
.showcase-overlay h3 { font-size: 1.28rem; margin-bottom: 4px; text-shadow: 0 2px 12px rgba(0,0,0,.55); }
.showcase-overlay p { color: #ebe4d8; font-weight: 800; font-size: .94rem; }
.showcase-card.image-failed::after { content: "Photo is ready to replace with a Fivemanage link"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: 24px; text-align: center; color: var(--gold); font-weight: 1000; background: #111; }
.showcase-empty { grid-column: 1 / -1; background: #fff; border-radius: 26px; padding: 28px; border: 1px solid rgba(0,0,0,.08); }
@media (max-width: 980px) {
  .showcase-intro { align-items: flex-start; flex-direction: column; }
  .showcase-feature { grid-template-columns: 1fr; }
  .showcase-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .showcase-card.feature { grid-column: span 2; min-height: 420px; }
}
@media (max-width: 700px) {
  .showcase-grid { grid-template-columns: 1fr; }
  .showcase-card, .showcase-card.feature { grid-column: auto; grid-row: auto; min-height: 330px; }
}

/* Review and owner-completion flow */
.no-margin { margin-bottom: 0; }
.reviews-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.review-system-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(320px,1.15fr); gap: 22px; align-items: stretch; margin-bottom: 24px; }
.verified-review { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: center; }
.review-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; }
.verified-pill { display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; padding: 8px 11px; background: #111; color: var(--gold); font-weight: 1000; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.verified-pill::before { content: "✓"; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--gold); color: #111; font-size: .75rem; }
.review-flow-card, .review-form-panel, .owner-panel, .owner-result { background: #fff; border: 1px solid rgba(0,0,0,.08); border-radius: 32px; padding: 28px; box-shadow: 0 16px 42px rgba(0,0,0,.08); }
.review-flow-card h3 { margin-bottom: 14px; }
.review-flow-card ol { margin: 0 0 18px 20px; padding: 0; }
.review-flow-card li { margin: 12px 0; color: #4f4b44; }
.text-link { color: #111; font-weight: 1000; border-bottom: 2px solid var(--gold); }
.review-form-panel { display: grid; grid-template-columns: minmax(0,.72fr) minmax(340px,1.28fr); gap: 24px; align-items: start; }
.review-note { color: #5c564c; margin-top: 12px; }
.verified-alert { margin-top: 18px; border-radius: 18px; padding: 14px 16px; background: rgba(247,213,31,.18); border: 1px solid rgba(201,159,19,.35); color: #241f0b; font-weight: 900; }
.review-form { background: #fbfaf7; border: 1px solid #ece7dd; border-radius: 26px; padding: 20px; }
.check-label { display: flex; align-items: flex-start; gap: 10px; background: #fff; border: 1px solid #ece7dd; padding: 13px; border-radius: 16px; font-weight: 800; }
.check-label input { width: auto; margin-top: 6px; }
.owner-page { background: var(--paper); }
.owner-hero { padding: 70px 0 28px; }
.owner-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(340px,1.18fr); gap: 26px; align-items: start; }
.owner-card-dark { background: #111; color: #fff; border-radius: 32px; padding: 28px; box-shadow: var(--shadow); }
.owner-card-dark p { color: #ded8c9; margin-top: 16px; }
.owner-card-dark img { width: 180px; border-radius: 20px; margin-bottom: 20px; }
.owner-card-dark a { color: var(--gold); font-weight: 1000; }
.owner-actions { display: grid; gap: 12px; margin-top: 18px; }
.owner-result { margin-top: 18px; display: none; }
.owner-result.show { display: block; }
.owner-result textarea { min-height: 96px; }
.copy-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
.notice-box { background: rgba(247,213,31,.16); border: 1px solid rgba(201,159,19,.32); border-radius: 20px; padding: 16px; margin-top: 18px; color: #2b2512; }
@media (max-width: 980px) {
  .reviews-head, .review-system-grid, .review-form-panel, .owner-grid { grid-template-columns: 1fr; }
  .reviews-head { align-items: flex-start; flex-direction: column; }
}

/* Fivemanage upload + backend-ready additions */
.storage-box { margin-top: 18px; border-radius: 20px; padding: 16px; background: #111; color: #fff; box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.storage-box strong { color: var(--gold); display: block; margin-bottom: 6px; }
.storage-box span { color: #e6dfd1; }
.upload-hint { margin-top: -6px; color: #686158; font-size: .92rem; line-height: 1.45; }
.upload-preview { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin: 10px 0 14px; }
.upload-preview figure { margin: 0; border: 1px solid #e8e0d3; border-radius: 16px; overflow: hidden; background: #fff; }
.upload-preview img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; }
.upload-preview figcaption { padding: 7px 8px; font-size: .72rem; color: #635c52; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
input[type="file"] { padding: 13px; background: #fff; border-style: dashed; cursor: pointer; }
.form-message.success { color: #174a26; background: rgba(47, 145, 75, .12); border-color: rgba(47,145,75,.28); }
.form-submit[disabled] { opacity: .72; cursor: wait; transform: none; }
.owner-backend-panel { margin: 24px 0; padding: 22px; border-radius: 26px; background: #fbfaf7; border: 1px solid #ece7dd; }
.owner-backend-panel code { background: #111; color: var(--gold); padding: 2px 7px; border-radius: 7px; }
@media (max-width: 700px) { .upload-preview { grid-template-columns: repeat(2, minmax(0,1fr)); } }
