@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --forest: #123c2f;
  --forest-dark: #0a261e;
  --forest-soft: #e9f0ec;
  --gold: #c8a45b;
  --gold-soft: #f6f0e2;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --ink: #17221e;
  --muted: #69736f;
  --line: #dfe4e1;
  --green: #188454;
  --green-soft: #dff3e8;
  --amber: #a76613;
  --amber-soft: #fff0d8;
  --red: #a73932;
  --shadow: 0 18px 50px rgba(16, 46, 36, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.hidden { display: none !important; }

.site-shell { min-height: 100vh; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; height: 72px; padding: 0 max(18px, calc((100vw - 1180px) / 2)); background: rgba(255, 254, 250, .92); border-bottom: 1px solid rgba(18,60,47,.1); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: "Playfair Display", serif; font-size: 20px; color: var(--forest); }
.brand small { margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.brand-mark { display: grid; flex: 0 0 auto; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 47% 53% / 44% 45% 55% 56%; color: #fff; background: var(--forest); font-family: "Playfair Display", serif; font-size: 21px; box-shadow: inset 0 0 0 2px rgba(200,164,91,.45); }
.header-call { padding: 10px 14px; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); font-size: 13px; font-weight: 700; text-decoration: none; }

main { overflow: hidden; }
.hero { display: grid; grid-template-columns: 1.45fr .75fr; gap: 44px; align-items: center; min-height: 500px; padding: 70px max(22px, calc((100vw - 1180px) / 2)); color: #fff; background: radial-gradient(circle at 78% 28%, rgba(200,164,91,.24), transparent 27%), linear-gradient(128deg, #0b2b22, #174a39 62%, #12372c); }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(42px, 6vw, 74px); line-height: .98; letter-spacing: -.035em; }
.hero-intro { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }
.hero-stats span { display: flex; gap: 7px; align-items: baseline; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.72); font-size: 13px; background: rgba(255,255,255,.05); }
.hero-stats strong { color: #fff; }
.hero-card { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); box-shadow: 0 24px 60px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.hero-card h2 { margin: 22px 0 14px; font-family: "Playfair Display", serif; font-size: 27px; }
.hero-card ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.hero-card li { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.82); counter-increment: steps; }
.hero-card li::before { display: grid; flex: 0 0 auto; place-items: center; width: 29px; height: 29px; border-radius: 50%; color: var(--forest-dark); background: var(--gold); font-weight: 800; content: counter(steps); }
.live-dot { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; background: rgba(37,198,119,.14); color: #79e8af; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.live-dot::before { width: 7px; height: 7px; border-radius: 50%; background: #50d994; box-shadow: 0 0 0 5px rgba(80,217,148,.12); content: ""; }

.notice { display: flex; gap: 14px; max-width: 1180px; margin: 30px auto 0; padding: 17px 20px; border: 1px solid #ead6aa; border-radius: 14px; color: #604a22; background: var(--gold-soft); }
.notice svg { flex: 0 0 auto; width: 22px; height: 22px; fill: var(--amber); }
.notice p { margin: 0; font-size: 13px; line-height: 1.55; }

.map-section { max-width: 1220px; margin: 0 auto; padding: 72px 20px 40px; }
.section-heading { display: flex; justify-content: space-between; gap: 25px; align-items: end; margin-bottom: 24px; }
.section-heading h2, .overview-section h2 { margin: 0; color: var(--forest); font-family: "Playfair Display", serif; font-size: clamp(31px, 4vw, 46px); letter-spacing: -.025em; }
.availability-summary { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.availability-summary span { display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 12px; }
.legend-swatch { width: 10px; height: 10px; border-radius: 3px; }
.legend-swatch.available { border: 1px solid #8b9993; background: #fff; }
.legend-swatch.booked { background: var(--green); }
.legend-swatch.sold { background: #064b31; }

.plan-selector { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 12px; }
.plan-option { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 64px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 14px; color: var(--forest); background: #fff; text-align: left; }
.plan-option span { display: grid; gap: 3px; }
.plan-option strong { font-size: 14px; }
.plan-option small { color: var(--muted); font-size: 11px; }
.plan-option::after { display: grid; flex: 0 0 auto; place-items: center; width: 25px; height: 25px; border: 1px solid #bdc8c3; border-radius: 50%; color: transparent; content: "✓"; font-size: 13px; font-weight: 900; }
.plan-option[aria-selected="true"] { border-color: var(--forest); background: var(--mint); box-shadow: 0 0 0 2px rgba(18,60,47,.08); }
.plan-option[aria-selected="true"]::after { border-color: var(--forest); color: #fff; background: var(--forest); }

.find-bar { display: grid; grid-template-columns: 1fr 160px auto; gap: 10px; align-items: end; margin-bottom: 18px; padding: 13px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
label { display: grid; gap: 7px; }
label > span { color: #4e5b56; font-size: 12px; font-weight: 700; }
input, select { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #cbd3cf; border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
input:focus, select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(18,60,47,.1); }
.button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 10px; font-weight: 800; }
.button.primary { color: #fff; background: var(--forest); }
.button.secondary { border: 1px solid var(--forest); color: var(--forest); background: transparent; }
.button.danger { border: 1px solid #e5b6b3; color: var(--red); background: #fff3f2; }

.section-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 12px; padding: 2px 2px 7px; scrollbar-width: thin; }
.section-tab { flex: 0 0 auto; padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; color: #53605b; background: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; }
.section-tab[aria-selected="true"] { border-color: var(--forest); color: #fff; background: var(--forest); }
.map-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 14px; border: 1px solid var(--line); border-bottom: 0; border-radius: 16px 16px 0 0; background: #fff; }
.map-toolbar > div:first-child { display: grid; gap: 2px; }
.map-toolbar strong { color: var(--forest); font-size: 14px; }
.map-toolbar small { color: var(--muted); font-size: 11px; }
.zoom-controls { display: flex; align-items: center; gap: 5px; }
.zoom-controls button { min-width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 9px; color: var(--forest); background: #fff; font-size: 20px; font-weight: 800; }
.zoom-controls output { min-width: 50px; text-align: center; color: var(--muted); font-size: 12px; }
.zoom-controls .reset-view { width: auto; padding: 0 10px; font-size: 11px; }
.map-viewer { position: relative; height: min(82vh, 920px); min-height: 620px; overflow: auto; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: #e6e9e7; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.map-stage { position: relative; flex: 0 0 auto; margin-inline: auto; transform-origin: 0 0; background: #fff; }
.map-stage img, .plot-overlay { display: block; width: 100%; height: 100%; }
.map-stage img { user-select: none; pointer-events: none; }
.plot-overlay { position: absolute; inset: 0; }
.plot-hit { fill: rgba(0,0,0,0); stroke: rgba(18,60,47,0); stroke-width: 2px; cursor: pointer; vector-effect: non-scaling-stroke; transition: fill .16s ease, stroke .16s ease; }
.plot-hit:hover, .plot-hit:focus { fill: rgba(200,164,91,.34); stroke: #9a742c; outline: none; }
.plot-hit.is-booked { fill: rgba(24,132,84,.55); stroke: #075e36; }
.plot-hit.is-selected { fill: rgba(232,165,47,.57); stroke: #8b5b08; stroke-width: 3px; }
.plot-hit.is-sold, .plot-hit.is-sold.is-selected { fill: rgba(6,75,49,.86); stroke: #033522; cursor: not-allowed; }
.plot-hit.is-sold.is-selected { stroke: #d8aa48; stroke-width: 3px; }
.sold-label { pointer-events: none; font-family: Inter,system-ui,sans-serif; font-weight: 900; dominant-baseline: central; }
.sold-number-circle { fill: #fff; stroke: #073f2d; stroke-width: 2px; }
.sold-number { fill: #073f2d; font-size: 20px; text-anchor: middle; }
.sold-word { fill: #fff; stroke: #033522; stroke-width: 3px; paint-order: stroke; font-size: 20px; letter-spacing: .02em; }
.map-help { margin: 10px 2px 0; color: var(--muted); font-size: 12px; }

.overview-section { display: flex; justify-content: space-between; gap: 30px; align-items: center; max-width: 1180px; margin: 35px auto 80px; padding: 38px; border-radius: 24px; color: #fff; background: var(--forest); }
.overview-section h2 { color: #fff; font-size: 36px; }
.overview-section p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.7); line-height: 1.6; }
.overview-button { flex: 0 0 auto; min-height: 48px; padding: 0 18px; border: 1px solid rgba(255,255,255,.5); border-radius: 10px; color: #fff; background: transparent; font-weight: 800; }
footer { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; padding: 32px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: #fff; }
footer p { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
footer > a { color: var(--forest); font-size: 12px; font-weight: 700; }

.modal { position: fixed; inset: 0; width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 16px; border: 0; background: transparent; overflow: hidden; }
.modal[open] { display: grid; place-items: center; }
.modal::backdrop, .overview-modal::backdrop { background: rgba(4,19,14,.72); backdrop-filter: blur(5px); }
.modal-card { position: relative; width: min(100%, 470px); max-height: calc(100dvh - 32px); overflow: auto; padding: 30px; border: 0; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.modal-card.compact { width: min(100%, 420px); }
.modal-card h2 { margin: 0 0 10px; color: var(--forest); font-family: "Playfair Display", serif; font-size: 32px; line-height: 1.05; }
.modal-card > p:not(.eyebrow):not(.form-error):not(.modal-disclaimer) { color: var(--muted); line-height: 1.55; }
.modal-card form, .modal-card label { margin-top: 15px; }
.modal-brand { margin-bottom: 20px; }
.modal-card .button { width: 100%; margin-top: 18px; }
.privacy-note { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }
.form-error { min-height: 18px; margin: 8px 0 0; color: var(--red); font-size: 12px; }
#contactForm { padding-block: 24px; }
#contactForm .modal-brand { margin-bottom: 14px; }
#contactForm label { margin-top: 12px; }
#contactForm .button { margin-top: 14px; }
#contactForm .privacy-note { margin-top: 8px; }
.lock-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; color: var(--gold); background: var(--forest); }
.close-button { position: absolute; top: 14px; right: 14px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: #fff; font-size: 24px; line-height: 1; }
.plot-card { width: min(100%, 520px); padding-top: 34px; }
.plot-status-pill { display: inline-flex; margin-bottom: 16px; padding: 7px 10px; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.plot-status-pill.open { color: var(--green); background: var(--green-soft); }
.plot-status-pill.waiting { color: var(--amber); background: var(--amber-soft); }
.plot-status-pill.sold { color: #fff; background: #064b31; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 22px 0; }
.detail-item { padding: 13px 11px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.detail-item span { display: block; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.detail-item strong { display: block; margin-top: 5px; color: var(--forest); font-size: 15px; }
.waiting-message { margin: 14px 0; padding: 14px; border: 1px solid #efd4a8; border-radius: 12px; color: #674814; background: var(--amber-soft); }
.waiting-message p { margin: 5px 0 0; font-size: 12px; line-height: 1.5; }
.sold-message { margin: 14px 0; padding: 14px; border: 1px solid #7ba994; border-radius: 12px; color: #fff; background: #064b31; }
.sold-message p { margin: 5px 0 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }
.modal-disclaimer { margin: 14px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.button.reserve-action { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; color: #fff; background: #188b55; }
.button.reserve-action[hidden] { display: none; }
.button.reserve-action svg { width: 22px; height: 22px; }
.overview-modal { position: fixed; width: min(96vw, 1350px); height: 94vh; padding: 52px 12px 12px; border: 0; border-radius: 18px; background: #252a28; }
.overview-modal img { display: block; width: 100%; height: 100%; object-fit: contain; }
.overview-close { z-index: 2; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100vw - 32px); padding: 12px 16px; border-radius: 10px; color: #fff; background: var(--forest-dark); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.gate-screen { display: grid; min-height: 100vh; place-items: center; padding: 22px; color: #fff; background: radial-gradient(circle at 50% 20%, #1b5140, var(--forest-dark)); }
.gate-card { max-width: 520px; padding: 42px; text-align: center; }
.gate-card .brand-mark { margin: 0 auto 24px; }
.gate-card h1 { margin: 0; font-family: "Playfair Display", serif; font-size: 44px; }
.gate-card p:not(.eyebrow) { color: rgba(255,255,255,.7); line-height: 1.65; }
.support-line a { color: #fff; font-weight: 700; }

/* Admin */
.admin-body { background: #eef1ef; }
.admin-login { display: grid; min-height: 100vh; place-items: center; padding: 20px; background: radial-gradient(circle at top, #1f5845, var(--forest-dark)); }
.admin-login-card { width: min(94vw, 430px); padding: 34px; border-radius: 22px; background: var(--paper); box-shadow: var(--shadow); }
.admin-login-card h1 { margin: 18px 0 8px; color: var(--forest); font-family: "Playfair Display", serif; }
.admin-login-card > p:not(.eyebrow) { color: var(--muted); }
.admin-login-card label { margin-top: 20px; }
.admin-login-card .button { width: 100%; }
.admin-login-card > small { display: block; margin-top: 14px; color: var(--muted); text-align: center; }
.admin-header { position: sticky; top: 0; z-index: 20; display: flex; justify-content: space-between; align-items: center; min-height: 72px; padding: 10px max(18px, calc((100vw - 1240px) / 2)); color: #fff; background: var(--forest-dark); }
.admin-header .brand strong { color: #fff; }
.admin-header .brand small { color: rgba(255,255,255,.55); }
.admin-header > div:last-child { display: flex; align-items: center; gap: 8px; }
.admin-header button, .admin-public-link { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; color: #fff; background: transparent; font-size: 12px; text-decoration: none; }
.admin-main { max-width: 1240px; margin: 0 auto; padding: 38px 18px 80px; }
.admin-title { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 26px; }
.admin-title h1 { margin: 0; color: var(--forest); font-family: "Playfair Display", serif; font-size: 42px; }
.admin-title p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); }
.admin-event-pill { padding: 8px 12px; border-radius: 999px; color: var(--green); background: var(--green-soft); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.metric-grid article { padding: 19px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.metric-grid span, .metric-grid small { display: block; color: var(--muted); font-size: 11px; }
.metric-grid strong { display: block; margin: 8px 0 3px; color: var(--forest); font-family: "Playfair Display", serif; font-size: 36px; }
.admin-panel { margin-top: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.panel-heading { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.panel-heading h2 { margin: 0; color: var(--forest); font-family: "Playfair Display", serif; font-size: 26px; }
.panel-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.danger-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.danger-row p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.admin-filter { width: min(330px, 100%); }
.table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.admin-table th { padding: 10px; color: var(--muted); background: #f4f6f5; text-align: left; white-space: nowrap; }
.admin-table td { padding: 12px 10px; border-bottom: 1px solid #edf0ee; vertical-align: top; }
.admin-table strong, .admin-table small { display: block; }
.admin-table small { margin-top: 3px; color: var(--muted); }
.row-badge { display: inline-flex; padding: 5px 7px; border-radius: 999px; font-size: 10px; font-weight: 800; }
.row-badge.primary { color: var(--green); background: var(--green-soft); }
.row-badge.waitlist { color: var(--amber); background: var(--amber-soft); }
.row-badge.marked { color: var(--green); background: var(--green-soft); }
.row-badge.clear { color: var(--muted); background: #eef1ef; }
.unmark-button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 7px; color: var(--forest); background: #fff; font-size: 10px; font-weight: 700; }
.unmark-button:disabled { opacity: .4; cursor: default; }
.empty-state { padding: 28px; color: var(--muted); text-align: center; }

@media (max-width: 820px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 58px; padding-bottom: 55px; }
  .hero-card { max-width: 520px; }
  .notice { margin: 18px 16px 0; }
  .section-heading { align-items: start; flex-direction: column; }
  .availability-summary { justify-content: flex-start; }
  .overview-section { margin-right: 16px; margin-left: 16px; align-items: start; flex-direction: column; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer .brand { justify-content: center; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .settings-grid { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .site-header { height: 64px; }
  .brand-mark { width: 34px; height: 34px; }
  .header-call { padding: 8px 11px; }
  .hero { padding: 46px 20px 45px; gap: 30px; }
  .hero h1 { font-size: 43px; }
  .hero-intro { font-size: 15px; }
  .hero-stats { gap: 7px; }
  .hero-stats span { padding: 8px 10px; font-size: 11px; }
  .hero-card { padding: 22px; }
  .notice { align-items: flex-start; }
  .map-section { padding: 54px 12px 30px; }
  .plan-selector { grid-template-columns: 1fr; }
  .find-bar { grid-template-columns: 1fr 108px; }
  .find-bar .button { grid-column: 1 / -1; }
  .map-toolbar { align-items: flex-start; flex-direction: column; }
  .zoom-controls { width: 100%; justify-content: flex-end; }
  .map-viewer { height: 78svh; min-height: 560px; max-height: 820px; }
  .map-help { padding: 0 4px; }
  .overview-section { padding: 28px 24px; }
  .overview-section h2 { font-size: 31px; }
  .overview-button { width: 100%; }
  .modal-card { padding: 25px 20px; }
  .modal-card h2 { font-size: 29px; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .admin-header { align-items: flex-start; }
  .admin-public-link { display: none; }
  .admin-main { padding: 26px 12px 60px; }
  .admin-title { align-items: start; flex-direction: column; }
  .admin-title h1 { font-size: 34px; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-grid article { padding: 14px; }
  .metric-grid strong { font-size: 30px; }
  .admin-panel { padding: 16px; }
  .panel-heading { align-items: start; flex-direction: column; }
  .admin-filter { width: 100%; }
  .danger-row { align-items: stretch; flex-direction: column; }
  .danger-row .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
.floating-support{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;align-items:center;gap:10px;min-height:52px;padding:10px 18px 10px 10px;border-radius:999px;background:#25d366;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 12px 32px rgba(7,59,44,.28);transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.floating-support:hover{background:#20c95c;box-shadow:0 15px 36px rgba(7,59,44,.34);transform:translateY(-2px)}.floating-support:focus-visible{outline:3px solid #fff;outline-offset:3px}.floating-support img{display:block;width:32px;height:32px;flex:none}@media(max-width:620px){.floating-support{right:14px;bottom:14px;min-width:52px;padding:10px;justify-content:center}.floating-support img{width:32px;height:32px}.floating-support span{display:none}}

/* Apple event cinematic cover; poster remains if motion is unavailable. */
.hero{position:relative;isolation:isolate;background:linear-gradient(112deg,rgba(5,30,25,.94),rgba(9,43,33,.78) 55%,rgba(7,34,28,.86)),url('/events/media/apple-industrial-estate-cover.webp') center/cover no-repeat}.hero::before{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,22,18,.84),rgba(3,22,18,.42) 58%,rgba(3,22,18,.66));content:"";pointer-events:none}.hero-background{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hero>.hero-copy,.hero>.hero-card{position:relative;z-index:2}@media(prefers-reduced-motion:reduce){.hero-background{display:none}}
