/*
 * Golf Registration page template (golf-registration.php) — styles.
 *
 * Scoped to .greg-body so nothing bleeds into other pages. Reproduces the
 * clean white/black porsche.com look from the "REĢISTRĀCIJA" design:
 * full-bleed hero, left-aligned story, dark event card, centered RSVP form
 * (static scaffold + CF7 output share the same look) and the global footer.
 *
 * PorscheNext (self-hosted, 400/700) is registered in additional.css and
 * preloaded in temp/golf_reg.php; we just reference it via --sans.
 */

.greg-body{
  --bg:#0E0E12;             /* page background (dark theme) */
  --fg:#FBFCFF;             /* primary text */
  --fg-strong:#FFFFFF;      /* headings + inverted button fills */
  --fg-muted:#A8A9AD;       /* secondary text */
  --surface:#15161C;        /* input / card fill on the dark page */
  --white:#15161C;          /* alias kept for surfaces (inputs, cards) */
  --on-light:#0E0E12;       /* text/icon colour that sits on a light fill */
  --line:#6B6D70;
  --line-soft:rgba(255,255,255,.14);
  --footer-bg:#0E0E12;
  --footer-fg:#FBFCFF;
  --footer-muted:#88898C;
  --green:#2EA043;         /* venue map pin */
  --radius-card:32px;
  --sans:"PorscheNext","Helvetica Neue",Arial,sans-serif;
  --ease:cubic-bezier(.2,.7,.2,1);
}
.greg-body,.greg-body *{box-sizing:border-box}
.greg-body{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:var(--sans);font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}
.greg-body img{max-width:100%;display:block}
.greg-body a{color:inherit;text-decoration:none}
.greg-body ul,.greg-body li{list-style:none;margin:0;padding:0}
.greg-body svg{display:block}

.greg-body .greg-wrap{max-width:1536px;margin:0 auto;padding:0 48px;width:100%}
@media (max-width:768px){.greg-body .greg-wrap{padding:0 24px}}

/* ============================ HERO ============================ */
.greg-body .greg-hero{position:relative;height:clamp(560px,70vh,823px);min-height:520px;overflow:hidden;background:#000;color:var(--footer-fg)}
.greg-body .greg-hero-bg{position:absolute;inset:0;z-index:0}
.greg-body .greg-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 42%}
.greg-body .greg-hero::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,0) 34%,rgba(0,0,0,.55) 78%,rgba(0,0,0,.82) 100%)}

.greg-body .greg-hero-top{position:absolute;left:0;right:0;top:0;z-index:3;display:flex;justify-content:center;padding:36px 0 0}
.greg-body .greg-wordmark{width:clamp(150px,20vw,210px);height:auto;color:#fff;opacity:.96}

.greg-body .greg-hero-inner{position:absolute;left:0;right:0;bottom:clamp(48px,7vw,76px);z-index:3}
.greg-body .greg-hero-inner h1{margin:0 0 20px;font-size:clamp(38px,5vw,67px);font-weight:400;line-height:1.08;letter-spacing:-.01em;color:var(--footer-fg);max-width:1100px}
.greg-body .greg-hero-inner h1 em{font-style:italic}
.greg-body .greg-hero-sub{margin:0 0 28px;font-size:clamp(16px,1.5vw,21px);line-height:1.42;color:var(--footer-fg);max-width:900px}
.greg-body .greg-hero-ctas{display:flex;flex-wrap:wrap;gap:20px}

/* Ghost buttons (hero, on dark) */
.greg-body .greg-btn{display:inline-flex;align-items:center;justify-content:center;min-width:200px;height:48px;padding:0 24px;font-family:inherit;font-size:16px;line-height:1;cursor:pointer;transition:background .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease)}
.greg-body .greg-btn--ghost{border:1px solid #fff;border-radius:8px;color:#fff;background:transparent}
.greg-body .greg-btn--ghost:hover{background:rgba(255,255,255,.12)}
@media (max-width:520px){.greg-body .greg-btn{min-width:0;flex:1 1 auto}}

/* ============================ INTRO ============================ */
.greg-body .greg-intro{padding:clamp(72px,9vw,120px) 0 0}
.greg-body .greg-intro-title{margin:0 0 28px;font-size:clamp(32px,4vw,50px);font-weight:600;line-height:1.2;letter-spacing:-.01em;color:var(--fg-strong);max-width:1010px}
.greg-body .greg-intro-prose{max-width:1170px}
.greg-body .greg-intro-prose p{margin:0 0 18px;font-size:clamp(17px,1.5vw,21px);line-height:1.45;color:var(--fg)}
.greg-body .greg-intro-prose p:last-child{margin-bottom:0}
/* The theme's Meyer reset (main.css) forces `font-weight:inherit` on b/strong,
   so inline bold in prose collapses to the paragraph weight. Restore it. */
.greg-body .greg-intro-prose strong,.greg-body .greg-intro-prose b{font-weight:700}

/* ========================= EVENT CARD ========================= */
.greg-body .greg-info{padding:clamp(48px,6vw,88px) 0 0}
.greg-body .greg-info-card{position:relative;overflow:hidden;min-height:clamp(360px,32vw,471px);display:flex;align-items:center;background:#000}
.greg-body .greg-info-bg{position:absolute;inset:0;z-index:0}
.greg-body .greg-info-bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.greg-body .greg-info-card::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(0,0,0,.68) 0%,rgba(0,0,0,.5) 42%,rgba(0,0,0,.16) 70%,rgba(0,0,0,0) 100%)}
.greg-body .greg-info-card .greg-wrap{position:relative;z-index:2}
.greg-body .greg-info-list{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,26px);padding:clamp(40px,5vw,64px) 0;color:#fff;width:100%;text-shadow:0 1px 12px rgba(0,0,0,.55)}
.greg-body .greg-info-row{display:flex;align-items:center;gap:22px;font-size:clamp(16px,1.4vw,21px);line-height:1.35}
.greg-body .greg-info-row>span:last-child{max-width:660px}
.greg-body .greg-info-row--prize{align-items:flex-start}
.greg-body .greg-info-prize{font-weight:700;max-width:460px}
.greg-body .greg-info-ic{flex:0 0 auto;width:32px;height:32px;color:#fff}
.greg-body .greg-icon,.greg-body .greg-info-ic svg{display:block;width:100%;height:100%}
.greg-body .greg-info-row--prize .greg-info-ic{margin-top:2px}

/* ========================= RSVP FORM ========================= */
.greg-body .greg-form-section{padding:clamp(72px,9vw,120px) 0}
.greg-body .greg-form-head{text-align:center;max-width:760px;margin:0 auto clamp(28px,4vw,44px)}
.greg-body .greg-form-eyebrow{margin:0 0 10px;font-size:clamp(16px,1.4vw,21px);font-weight:600;color:var(--fg)}
.greg-body .greg-form-title{margin:0 0 14px;font-size:clamp(32px,4vw,50px);font-weight:600;line-height:1.2;letter-spacing:-.01em;color:var(--fg-strong)}
.greg-body .greg-form-subtitle{margin:0;font-size:16px;line-height:1.5;color:var(--fg-muted)}

.greg-body .greg-form-inner{max-width:584px;margin:0 auto}

/* Shared field skin — applies to the static scaffold AND CF7 output. */
.greg-body .greg-form,
.greg-body .greg-form-inner .wpcf7-form{display:flex;flex-direction:column;gap:16px}
.greg-body .greg-field{display:flex;flex-direction:column}
.greg-body .greg-field label,
.greg-body .greg-field .greg-field-label,
.greg-body .greg-form-inner .wpcf7-form label{font-size:16px;line-height:1.5;color:var(--fg);margin:0 0 8px}
.greg-body .greg-req,.greg-body .greg-form-inner .wpcf7-form .wpcf7-not-valid-tip{color:inherit}
.greg-body .greg-req{color:var(--fg)}

.greg-body .greg-form input[type=text],
.greg-body .greg-form input[type=email],
.greg-body .greg-form input[type=tel],
.greg-body .greg-form select,
.greg-body .greg-form-inner .wpcf7-form input[type=text],
.greg-body .greg-form-inner .wpcf7-form input[type=email],
.greg-body .greg-form-inner .wpcf7-form input[type=tel],
.greg-body .greg-form-inner .wpcf7-form input[type=number],
.greg-body .greg-form-inner .wpcf7-form select,
.greg-body .greg-form-inner .wpcf7-form textarea{
  width:100%;height:54px;padding:0 18px;font-family:inherit;font-size:16px;color:var(--fg);
  background:var(--white);border:2px solid var(--line);border-radius:4px;outline:none;
  transition:border-color .2s var(--ease);-webkit-appearance:none;appearance:none;
}
.greg-body .greg-form-inner .wpcf7-form textarea{height:auto;min-height:120px;padding:12px 18px;resize:vertical}
.greg-body .greg-form input:focus,
.greg-body .greg-form select:focus,
.greg-body .greg-form-inner .wpcf7-form input:focus,
.greg-body .greg-form-inner .wpcf7-form select:focus,
.greg-body .greg-form-inner .wpcf7-form textarea:focus{border-color:var(--fg-strong)}

/* Select arrow */
.greg-body .greg-select-wrap,
.greg-body .greg-form-inner .wpcf7-form-control-wrap:has(select){position:relative}
.greg-body .greg-select-wrap::after,
.greg-body .greg-form-inner .wpcf7-form-control-wrap:has(select)::after{content:"";position:absolute;right:20px;top:calc(50% - 4px);width:10px;height:10px;border-right:2px solid var(--line);border-bottom:2px solid var(--line);transform:rotate(45deg);pointer-events:none}

/* Radio "boxes" — Pavadošā persona (two bordered cells side by side) */
.greg-body .greg-radio-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.greg-body .greg-radio{display:flex;align-items:center;justify-content:center;gap:12px;height:54px;padding:0 18px;border:2px solid var(--line);border-radius:4px;cursor:pointer;transition:border-color .2s var(--ease)}
/* Neutralise CF7's default list-item left margin so the CF7 radio centers too. */
.greg-body .greg-radio .wpcf7-list-item{margin:0}
.greg-body .greg-radio .wpcf7-form-control-wrap,.greg-body .greg-radio .wpcf7-radio,.greg-body .greg-radio .wpcf7-list-item label{display:inline-flex;align-items:center;gap:12px}
.greg-body .greg-radio:hover{border-color:var(--fg-strong)}
.greg-body .greg-radio input[type=radio]{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:22px;height:22px;margin:0;border:2px solid var(--line);border-radius:50%;position:relative;cursor:pointer}
.greg-body .greg-radio input[type=radio]:checked{border-color:var(--fg-strong)}
.greg-body .greg-radio input[type=radio]:checked::after{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--fg-strong)}

/* Consent checkbox */
.greg-body .greg-consent,
.greg-body .greg-form-inner .wpcf7-form .wpcf7-acceptance .wpcf7-list-item{display:flex;align-items:flex-start;gap:16px;margin:8px 0 0}
.greg-body .greg-form-inner .wpcf7-form .wpcf7-acceptance .wpcf7-list-item{margin-left:0}
.greg-body .greg-consent input[type=checkbox],
.greg-body .greg-form-inner .wpcf7-form input[type=checkbox]{appearance:none;-webkit-appearance:none;flex:0 0 auto;width:24px;height:24px;margin:0;border:2px solid var(--line);border-radius:6px;cursor:pointer;position:relative;background:var(--white)}
.greg-body .greg-consent input[type=checkbox]:checked,
.greg-body .greg-form-inner .wpcf7-form input[type=checkbox]:checked{border-color:var(--fg-strong);background:var(--fg-strong)}
.greg-body .greg-consent input[type=checkbox]:checked::after,
.greg-body .greg-form-inner .wpcf7-form input[type=checkbox]:checked::after{content:"";position:absolute;left:7px;top:3px;width:6px;height:11px;border:solid var(--on-light);border-width:0 2px 2px 0;transform:rotate(45deg)}
.greg-body .greg-consent > span,
.greg-body .greg-form-inner .wpcf7-form .wpcf7-acceptance .wpcf7-list-item-label{font-size:14px;line-height:1.6;color:var(--fg)}
.greg-body .greg-consent a,
.greg-body .greg-consent .greg-consent-link,
.greg-body .greg-form-inner .wpcf7-form .wpcf7-acceptance a{text-decoration:underline}

/* Submit */
.greg-body .greg-submit,
.greg-body .greg-form-inner .wpcf7-form input.wpcf7-submit,
.greg-body .greg-form-inner .wpcf7-form button[type=submit]{
  width:100%;height:48px;margin-top:8px;font-family:inherit;font-size:16px;color:var(--on-light);cursor:pointer;
  background:var(--fg);border:1px solid var(--fg);border-radius:8px;transition:opacity .2s var(--ease);
}
.greg-body .greg-submit:hover,
.greg-body .greg-form-inner .wpcf7-form input.wpcf7-submit:hover,
.greg-body .greg-form-inner .wpcf7-form button[type=submit]:hover{opacity:.86}
.greg-body .greg-submit:disabled,
.greg-body .greg-form-inner .wpcf7-form input.wpcf7-submit:disabled{opacity:.45;cursor:not-allowed}

/* CF7 response + validation states (key off :empty per project convention) */
.greg-body .greg-form-inner .wpcf7-form .wpcf7-response-output{margin:22px 0 0;padding:14px 18px;border-radius:4px;font-size:14px;line-height:1.5}
.greg-body .greg-form-inner .wpcf7-form .wpcf7-response-output:empty{display:none}
.greg-body .greg-form-inner .wpcf7-form.invalid .wpcf7-response-output,
.greg-body .greg-form-inner .wpcf7-form.unaccepted .wpcf7-response-output{border:1px solid #D5001C;color:#D5001C;background:rgba(213,0,28,.05)}
.greg-body .greg-form-inner .wpcf7-form.sent .wpcf7-response-output{border:1px solid #018A16;color:#018A16;background:rgba(1,138,22,.05)}
.greg-body .greg-form-inner .wpcf7-form .wpcf7-not-valid-tip{display:block;margin-top:6px;font-size:13px;color:#D5001C}
.greg-body .greg-form-inner .wpcf7-form .wpcf7-not-valid{border-color:#D5001C!important}
.greg-body .greg-form-inner .wpcf7-spinner{margin:0 auto}

/* ========================= LOCATION ========================= */
.greg-body .greg-location{position:relative;padding:clamp(72px,9vw,120px) 0;background-image:var(--greg-loc-bg);background-size:cover;background-position:center}
.greg-body .greg-location::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.28)}
.greg-body .greg-loc-card{position:relative;z-index:1;background:var(--white);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-card);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;box-shadow:0 30px 80px rgba(0,0,0,.45)}
@media (max-width:900px){.greg-body .greg-loc-card{grid-template-columns:1fr}}
.greg-body .greg-loc-map{position:relative;min-height:360px;background:#0A0A0D;overflow:hidden}
.greg-body .greg-loc-map img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.greg-body .greg-loc-map--empty{display:flex;align-items:center;justify-content:center}
.greg-body .greg-loc-pin{width:56px;height:56px;color:var(--fg-strong);opacity:.5}
.greg-body .greg-loc-pin svg{width:100%;height:100%}

.greg-body .greg-loc-body{padding:clamp(32px,4.5vw,56px) clamp(28px,4.5vw,72px)}
.greg-body .greg-loc-title{margin:0 0 16px;font-size:clamp(30px,3.6vw,50px);font-weight:600;line-height:1.18;letter-spacing:-.01em;color:var(--fg-strong)}
.greg-body .greg-loc-address{margin:0 0 24px;font-size:clamp(16px,1.5vw,21px);line-height:1.4;color:var(--fg-strong)}
.greg-body .greg-loc-divider{border:0;border-top:1px solid var(--fg-strong);margin:0 0 24px}
.greg-body .greg-loc-contact{display:flex;flex-direction:column;gap:18px;margin:0 0 28px}
.greg-body .greg-loc-row{display:flex;align-items:center;gap:18px;font-size:clamp(16px,1.5vw,21px);line-height:1.35;color:var(--fg-strong)}
.greg-body .greg-loc-row a{color:var(--fg-strong);transition:opacity .2s var(--ease)}
.greg-body .greg-loc-row a:hover{opacity:.65}
.greg-body .greg-loc-ic{flex:0 0 auto;width:26px;height:26px;color:var(--fg-strong)}
.greg-body .greg-loc-ic svg{width:100%;height:100%}
.greg-body .greg-loc-actions{display:flex;flex-wrap:wrap;gap:24px}
.greg-body .greg-loc-btn{display:inline-flex;align-items:center;gap:12px;height:56px;padding:0 22px;border:2px solid var(--fg-strong);border-radius:4px;font-size:18px;color:var(--fg-strong);background:var(--white);transition:background .2s var(--ease),color .2s var(--ease)}
.greg-body .greg-loc-btn:hover{background:var(--fg-strong);color:var(--on-light)}
.greg-body .greg-loc-btn-ic{width:24px;height:24px;flex:0 0 auto}
.greg-body .greg-loc-btn-ic svg{width:100%;height:100%}

/* ========================= FOOTER (minimal, matches Opening Event) ========================= */
.greg-body .greg-footer{border-top:1px solid var(--line-soft);padding:48px clamp(20px,6vw,64px);background:#050505}
.greg-body .greg-footer__inner{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center}
.greg-body .greg-footer__brand svg{height:16px;width:auto;max-width:200px;color:var(--footer-muted);display:block}
.greg-body .greg-footer__social{display:inline-flex;gap:16px;justify-self:end}
.greg-body .greg-footer__social a{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--footer-muted);transition:color .3s ease}
.greg-body .greg-footer__social a:hover{color:#fff}
.greg-body .greg-footer__social svg{width:100%;height:100%}
.greg-body .greg-footer__copy{grid-column:1/-1;text-align:center;color:var(--footer-muted);font-size:11px;letter-spacing:.2em;text-transform:uppercase;padding-top:16px}
@media (max-width:1024px){.greg-body .greg-footer__inner{grid-template-columns:1fr;justify-items:center;text-align:center}.greg-body .greg-footer__social{justify-self:center}}

/* ===================== "Nevarēšu ierasties" decline modal ===================== */
.greg-no-scroll{overflow:hidden}
.greg-body .greg-decline{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .22s var(--ease)}
.greg-body .greg-decline.is-open{opacity:1}
.greg-body .greg-decline[hidden]{display:none}
.greg-body .greg-decline__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}
.greg-body .greg-decline__panel{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 48px);overflow-y:auto;background:var(--surface);border:1px solid var(--line-soft);border-radius:16px;padding:clamp(28px,4vw,44px);transform:translateY(12px);transition:transform .22s var(--ease)}
.greg-body .greg-decline.is-open .greg-decline__panel{transform:none}
.greg-body .greg-decline__close{position:absolute;top:14px;right:14px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--fg-muted);cursor:pointer;border-radius:8px}
.greg-body .greg-decline__close:hover{color:var(--fg);background:rgba(255,255,255,.06)}
.greg-body .greg-decline__close svg{width:22px;height:22px}
.greg-body .greg-decline__eyebrow{margin:0 0 8px;font-size:14px;font-weight:600;color:var(--fg-muted)}
.greg-body .greg-decline__title{margin:0 0 12px;font-size:clamp(24px,3vw,32px);font-weight:600;letter-spacing:-.01em;color:var(--fg-strong)}
.greg-body .greg-decline__intro{margin:0 0 24px;font-size:15px;line-height:1.55;color:var(--fg-muted)}
.greg-body .greg-decline__form{display:flex;flex-direction:column;gap:16px}
.greg-body .greg-decline__form[hidden],.greg-body .greg-decline__success[hidden],.greg-body .greg-decline__error[hidden]{display:none}
.greg-body .greg-decline__form input[type=text]{width:100%;height:54px;padding:0 18px;font-family:inherit;font-size:16px;color:var(--fg);background:var(--white);border:2px solid var(--line);border-radius:4px;outline:none;-webkit-appearance:none;appearance:none;transition:border-color .2s var(--ease)}
.greg-body .greg-decline__form input[type=text]:focus{border-color:var(--fg-strong)}
.greg-body .greg-decline__submit{margin-top:4px}
.greg-body .greg-decline__submit.is-busy{opacity:.6;pointer-events:none}
.greg-body .greg-decline__error{margin:0;font-size:14px;color:#ff6b6b}
.greg-body .greg-decline__success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:8px 0}
.greg-body .greg-decline__check{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(46,160,67,.16);color:var(--green)}
.greg-body .greg-decline__check svg{width:30px;height:30px}
.greg-body .greg-decline__success p{margin:0;font-size:16px;line-height:1.55;color:var(--fg)}

/* ===================== Form: split-name row + companion block ===================== */
.greg-body .greg-field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:520px){.greg-body .greg-field-row{grid-template-columns:1fr}}
.greg-body .greg-companion-block{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid var(--line-soft);border-radius:8px;background:rgba(255,255,255,.02)}
.greg-body .greg-field-hint{margin:-2px 0 2px;font-size:13px;line-height:1.4;color:var(--fg-muted)}
.greg-body .greg-companion-block[hidden]{display:none}
.greg-body .greg-training-block{display:flex;flex-direction:column;gap:16px}
.greg-body .greg-training-block[hidden]{display:none}

/* Post-submit success panel — replaces the form on wpcf7mailsent. */
.greg-body .greg-form-section.is-thanks .greg-form-inner{display:none}
.greg-body .greg-thanks{max-width:640px;margin:8px auto 0;padding:clamp(32px,4vw,48px) clamp(24px,3vw,40px);display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;border:1px solid var(--line-soft);border-radius:16px;background:rgba(255,255,255,.02)}
.greg-body .greg-thanks__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(46,160,67,.16);color:var(--green)}
.greg-body .greg-thanks__eyebrow{margin:0;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#E8A735}
.greg-body .greg-thanks__text{margin:0;font-size:16px;line-height:1.6;color:var(--fg);white-space:pre-line}
.greg-body .greg-thanks--waitlist .greg-thanks__icon{background:rgba(232,167,53,.16);color:#E8A735}

/* Waitlist notice — shown when a full handicap group is selected. */
.greg-body .greg-waitlist-notice{margin:-6px 0 4px;padding:14px 16px;border:1px solid rgba(232,167,53,.5);border-left-width:3px;border-radius:8px;background:rgba(232,167,53,.08);color:var(--fg);font-size:14px;line-height:1.5}
.greg-body .greg-waitlist-notice p{margin:0}
.greg-body .greg-waitlist-notice[hidden]{display:none}

/* ===================== Leaflet venue map (green pin) ===================== */
.greg-body .greg-loc-map .leaflet-container{width:100%;height:100%;position:absolute;inset:0;background:#1a1d22;font-family:inherit}
/* Lighter dark basemap — bump brightness on the road geometry (same as the
   opening-event map) while toning the baked-in labels down separately. */
.greg-body .greg-loc-map .greg-map-base{filter:brightness(1.45) contrast(.85) saturate(.6)}
.greg-body .greg-loc-map .greg-map-labels{filter:brightness(.85) contrast(.85);opacity:.8}
.greg-body .greg-loc-map .leaflet-control-zoom{display:none}
.greg-body .greg-loc-map .leaflet-control-attribution{background:rgba(0,0,0,.5);color:rgba(255,255,255,.6);font-size:10px;padding:2px 8px}
.greg-body .greg-loc-map .leaflet-control-attribution a{color:rgba(255,255,255,.82);text-decoration:none}
.greg-body .greg-loc-map .leaflet-control-attribution a:hover{color:#fff}
.greg-body .greg-map-pin-wrap{pointer-events:none}
.greg-body .greg-map-pin{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.greg-body .greg-map-pin__core{width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px rgba(46,160,67,.32);position:relative;z-index:2}
.greg-body .greg-map-pin__pulse{position:absolute;top:50%;left:50%;width:14px;height:14px;border-radius:50%;background:var(--green);transform:translate(-50%,-50%);animation:gregPulse 2.4s cubic-bezier(.2,.7,.2,1) infinite;opacity:.6;z-index:1}
@keyframes gregPulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.6}100%{transform:translate(-50%,-50%) scale(3.2);opacity:0}}
