.abgs {
  --abgs-ink: #26322d;
  --abgs-muted: #657169;
  --abgs-line: #dfe6dc;
  --abgs-soft: #f4f7f0;
  --abgs-blue: #454e9f;
  --abgs-blue-dark: #303878;
  --abgs-green: #5f863c;
  --abgs-lime: #bed500;
  --abgs-danger: #a23a32;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 38px);
  color: var(--abgs-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.abgs *, .abgs *::before, .abgs *::after { box-sizing: border-box; }
.abgs button, .abgs input, .abgs select, .abgs textarea { font: inherit; }
.abgs [hidden] { display: none !important; }

.abgs-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 30px;
  border-bottom: 4px solid var(--abgs-lime);
}

.abgs-brand-row { display: flex; align-items: center; gap: 22px; }
.abgs-mark {
  width: 92px;
  height: 92px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 28px;
  color: white;
  background: linear-gradient(145deg, var(--abgs-blue), var(--abgs-blue-dark));
  box-shadow: 0 12px 30px rgba(48, 56, 120, .18);
}
.abgs-mark .dashicons { width: 48px; height: 48px; font-size: 48px; }
.abgs-kicker { color: var(--abgs-green); font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.abgs h1 { margin: 6px 0 8px; color: var(--abgs-blue-dark); font-size: clamp(34px, 5vw, 52px); line-height: 1.04; letter-spacing: -.035em; }
.abgs h2 { margin: 5px 0; color: var(--abgs-blue-dark); font-size: clamp(25px, 3vw, 32px); line-height: 1.15; letter-spacing: -.02em; }
.abgs p { margin: 0; }
.abgs-hero p, .abgs-form-heading p { color: var(--abgs-muted); }
.abgs-office-link { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; padding: 11px 14px; border: 1px solid var(--abgs-line); border-radius: 999px; color: var(--abgs-blue-dark); font-size: 14px; font-weight: 750; text-decoration: none; }
.abgs-office-link:hover { border-color: var(--abgs-green); color: var(--abgs-green); }

.abgs-alert, .abgs-form-alert { border: 1px solid #b7d59c; border-left: 4px solid var(--abgs-green); border-radius: 10px; background: #f0f8e9; color: #365622; padding: 14px 16px; }
.abgs-alert { margin: 22px 0; }
.abgs-form-alert { margin: 18px 0 2px; }
.abgs-form-alert.is-error { border-color: #e0b5b1; border-left-color: var(--abgs-danger); background: #fff3f2; color: #7c2822; }

.abgs-services { margin: 32px 0; }
.abgs-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.abgs-request-layout { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(0, 1.18fr); gap: 16px; align-items: stretch; }
.abgs-service {
  min-height: 88px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 21px;
  border: 1px solid var(--abgs-line);
  border-radius: 17px;
  color: var(--abgs-blue-dark);
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.abgs-service:hover { border-color: #9fb78b; }
.abgs-service:focus-visible, .abgs button:focus-visible, .abgs input:focus-visible, .abgs select:focus-visible, .abgs textarea:focus-visible, .abgs a:focus-visible { outline: 3px solid rgba(69, 78, 159, .3); outline-offset: 3px; }
.abgs-service strong, .abgs-service small { display: block; }
.abgs-service strong { font-size: 18px; line-height: 1.25; }
.abgs-service small { margin-top: 6px; color: var(--abgs-muted); font-size: 13px; line-height: 1.4; }
.abgs-icon { width: 50px !important; height: 50px !important; display: grid !important; place-items: center; border-radius: 15px; color: var(--abgs-green); background: #eef4e8; font-size: 26px !important; }
.abgs-arrow { color: #9aa49e; font-size: 23px; transition: transform .16s ease; }
.abgs-service:hover .abgs-arrow { transform: translateX(3px); }

.abgs-service--featured { min-height: 100%; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; align-items: start; padding: 28px; border: 0; color: #253b23; background: linear-gradient(145deg, #eaf3e3, #dcebcf); box-shadow: inset 0 0 0 1px #cddfbe; }
.abgs-service--featured:hover { box-shadow: inset 0 0 0 2px var(--abgs-green), 0 10px 26px rgba(56, 83, 42, .1); transform: translateY(-2px); }
.abgs-service--featured .abgs-icon { grid-column: 1; grid-row: 1; width: 58px !important; height: 58px !important; color: white; background: var(--abgs-green); font-size: 30px !important; }
.abgs-service--featured > span:nth-child(2) { grid-column: 1 / -1; grid-row: 2; align-self: end; padding-top: 45px; }
.abgs-service--featured strong { font-size: 25px; color: #31502c; }
.abgs-service--featured small { max-width: 28ch; color: #53674d; font-size: 14px; }
.abgs-service--featured .abgs-arrow { grid-column: 2; grid-row: 1; color: var(--abgs-green); }

.abgs-help-panel { overflow: hidden; border: 1px solid var(--abgs-line); border-radius: 17px; background: white; }
.abgs-help-intro { display: flex; align-items: baseline; gap: 10px; padding: 16px 19px; background: var(--abgs-soft); }
.abgs-help-intro strong { color: var(--abgs-blue-dark); font-size: 15px; }
.abgs-help-intro span { color: var(--abgs-muted); font-size: 12px; }
.abgs-service--row { width: 100%; min-height: 88px; padding: 14px 18px; border: 0; border-top: 1px solid var(--abgs-line); border-radius: 0; }
.abgs-service--row:hover { background: #fafcf8; box-shadow: none; transform: none; }
.abgs-service--row .abgs-icon { width: 44px !important; height: 44px !important; font-size: 23px !important; }
.abgs-service--row strong { font-size: 16px; }
.abgs-service--row small { margin-top: 3px; }

.abgs-wifi { display: grid; grid-template-columns: minmax(210px, .8fr) 1.4fr; align-items: center; gap: 28px; padding: 28px; border-radius: 20px; color: white; background: linear-gradient(135deg, var(--abgs-blue-dark), var(--abgs-blue)); box-shadow: 0 14px 34px rgba(48, 56, 120, .17); }
.abgs-wifi-heading { display: flex; align-items: center; gap: 14px; }
.abgs-wifi-icon { width: 38px !important; height: 38px !important; color: var(--abgs-lime); font-size: 38px !important; }
.abgs-wifi .abgs-kicker { color: #d7e47a; }
.abgs-wifi h2 { color: white; font-size: 25px; }
.abgs-wifi-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.abgs-wifi-details > div { min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2px 10px; padding: 13px 14px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 12px; background: rgba(255, 255, 255, .08); }
.abgs-wifi-details > div > span { grid-column: 1; color: #d9dcf2; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.abgs-wifi-details strong { grid-column: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.abgs-copy { grid-column: 2; grid-row: 1 / span 2; align-self: center; display: inline-flex; align-items: center; gap: 4px; padding: 7px 8px; border: 0; border-radius: 8px; color: white; background: rgba(255, 255, 255, .13); font-size: 12px; cursor: pointer; }
.abgs-copy:hover { background: rgba(255, 255, 255, .22); }
.abgs-wifi-support { grid-column: 1 / -1; min-height: 43px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 10px; color: white; background: rgba(255, 255, 255, .08); text-align: left; cursor: pointer; }
.abgs-wifi-support:hover { background: rgba(255, 255, 255, .15); }
.abgs-wifi-support strong { color: var(--abgs-lime); }

.abgs-modal { position: fixed; z-index: 999999; inset: 0; }
.abgs-backdrop { position: absolute; inset: 0; background: rgba(32, 37, 77, .78); backdrop-filter: blur(3px); }
.abgs-sheet { position: absolute; top: 0; right: 0; width: min(620px, 100%); height: 100%; overflow: auto; padding: 38px clamp(22px, 6vw, 48px) 48px; border-top: 6px solid var(--abgs-lime); background: white; box-shadow: -16px 0 50px rgba(26, 30, 62, .2); }
.abgs-close { position: absolute; top: 22px; right: 22px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--abgs-line); border-radius: 50%; color: var(--abgs-blue-dark); background: var(--abgs-soft); font-size: 27px; line-height: 1; cursor: pointer; }
.abgs-form-heading { padding-right: 52px; }
.abgs-form-heading p { margin-top: 8px; }
.abgs form { margin-top: 22px; }
.abgs label, .abgs fieldset { display: flex; flex-direction: column; gap: 8px; margin: 18px 0; padding: 0; border: 0; color: #39453f; font-size: 13px; font-weight: 760; }
.abgs legend, .abgs-legend { margin: 0; color: #39453f; font-size: 13px; font-weight: 760; }
.abgs-legend { padding-top: 18px; }
.abgs input, .abgs select, .abgs textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #cbd4c8; border-radius: 10px; color: var(--abgs-ink); background: white; }
.abgs input::placeholder, .abgs textarea::placeholder { color: #8d9690; }
.abgs input[aria-invalid="true"], .abgs textarea[aria-invalid="true"] { border-color: var(--abgs-danger); box-shadow: 0 0 0 2px rgba(162, 58, 50, .1); }
.abgs textarea { min-height: 112px; resize: vertical; }
.abgs-two { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.abgs-optional { margin-left: 5px; color: var(--abgs-muted); font-size: 11px; font-weight: 500; }
.abgs-choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.abgs-choice { min-height: 88px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 8px; border: 1px solid #d6ded2; border-radius: 12px; color: var(--abgs-blue-dark); background: white; font-size: 12px; font-weight: 750; text-align: center; cursor: pointer; }
.abgs-choice .dashicons { color: var(--abgs-green); }
.abgs-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 2px; }
.abgs-pill { min-height: 42px; padding: 9px 14px; border: 1px solid #d6ded2; border-radius: 999px; color: var(--abgs-blue-dark); background: white; font-size: 13px; font-weight: 680; cursor: pointer; }
.abgs-choice[aria-pressed="true"], .abgs-pill[aria-pressed="true"] { border-color: var(--abgs-green); background: #edf5e7; box-shadow: inset 0 0 0 1px var(--abgs-green); }
.abgs-field-note { margin-top: -10px; color: var(--abgs-muted); font-size: 12px; }
.abgs-character-count { align-self: flex-end; color: var(--abgs-muted); font-size: 11px; font-weight: 500; }
.abgs-submit { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 22px; padding: 14px; border: 0; border-radius: 11px; color: white; background: var(--abgs-blue); font-weight: 780; cursor: pointer; }
.abgs-submit:hover { background: var(--abgs-blue-dark); }
.abgs-submit:disabled { cursor: wait; opacity: .72; }
.abgs-spinner { display: none; width: 17px; height: 17px; border: 2px solid rgba(255, 255, 255, .45); border-top-color: white; border-radius: 50%; animation: abgs-spin .7s linear infinite; }
.abgs-submit:disabled .abgs-spinner { display: block; }
.abgs-required-note { margin-top: 10px !important; color: var(--abgs-muted); font-size: 11px; text-align: center; }
.abgs-honeypot { position: absolute !important; left: -9999px !important; }
body.abgs-modal-open { overflow: hidden; }

@keyframes abgs-spin { to { transform: rotate(360deg); } }

@media (max-width: 760px) {
  .abgs { padding: 16px; }
  .abgs-hero { align-items: flex-start; flex-direction: column; }
  .abgs-brand-row { align-items: flex-start; gap: 14px; }
  .abgs-mark { width: 68px; height: 68px; border-radius: 21px; }
  .abgs-mark .dashicons { width: 36px; height: 36px; font-size: 36px; }
  .abgs h1 { font-size: 34px; }
  .abgs-office-link { margin-left: 82px; }
  .abgs-request-layout { grid-template-columns: 1fr; }
  .abgs-service--featured { min-height: 220px; padding: 23px; }
  .abgs-service--featured > span:nth-child(2) { padding-top: 28px; }
  .abgs-service--row { min-height: 84px; padding: 14px 16px; }
  .abgs-wifi { grid-template-columns: 1fr; gap: 18px; padding: 22px; }
  .abgs-wifi-details { grid-template-columns: 1fr; }
  .abgs-two { grid-template-columns: 1fr; gap: 0; }
  .abgs-choices { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .abgs-sheet { padding-top: 32px; }
}

@media (max-width: 390px) {
  .abgs-brand-row { display: block; }
  .abgs-mark { margin-bottom: 15px; }
  .abgs-office-link { margin-left: 0; }
  .abgs-service { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 11px; }
  .abgs-icon { width: 44px !important; height: 44px !important; font-size: 23px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .abgs *, .abgs *::before, .abgs *::after { scroll-behavior: auto !important; transition: none !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 2.0 guest portal */
.abgs {
  --abgs-ink: #30366f;
  --abgs-muted: #67706d;
  --abgs-line: #dce6df;
  --abgs-soft: #f2f6f0;
  --abgs-blue: #464ea1;
  --abgs-blue-dark: #303878;
  --abgs-green: #678f3d;
  --abgs-lime: #d6df22;
  max-width: 1120px;
  padding: 0 clamp(18px, 5vw, 58px) 36px;
  border: 1px solid #e0e9e2;
  border-radius: 28px;
  background: #fbfcf9;
  box-shadow: 0 24px 70px rgba(24, 57, 47, .1);
  overflow: hidden;
}
.abgs-topbar { min-height: 78px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--abgs-line); }
.abgs-wordmark { display: block; text-decoration: none; }
.abgs-wordmark img { width: 82px; height: 62px; display: block; object-fit: contain; }
.abgs-top-actions { display: flex; align-items: center; gap: 22px; }
.abgs-top-actions a { color: var(--abgs-ink); font-size: 13px; font-weight: 750; text-decoration: none; }
.abgs-top-actions .abgs-call-pill { display: inline-flex; align-items: center; gap: 6px; padding: 9px 13px; border-radius: 999px; color: white; background: var(--abgs-blue); }
.abgs-top-actions .dashicons { width: 16px; height: 16px; font-size: 16px; }
.abgs-hero { position: relative; min-height: 390px; align-items: center; padding: 68px 0; border-bottom: 0; }
.abgs-hero::after { content: ""; position: absolute; right: -90px; top: 24px; width: 440px; height: 340px; border-radius: 52% 48% 42% 58%; background: radial-gradient(circle at 34% 30%, rgba(214,223,34,.78) 0 2%, transparent 3%), linear-gradient(145deg, #e9ebfb, #cdd1ef); opacity: .92; transform: rotate(-5deg); }
.abgs-hero::before { content: ""; position: absolute; z-index: 1; right: 65px; bottom: 39px; width: 250px; height: 145px; border-radius: 50% 50% 12px 12px; background: linear-gradient(160deg, transparent 0 34%, #678f3d 35% 42%, transparent 43%), linear-gradient(20deg, transparent 0 45%, #464ea1 46% 53%, transparent 54%); opacity: .32; }
.abgs-brand-row { position: relative; z-index: 2; max-width: 610px; }
.abgs h1 { max-width: 650px; margin: 10px 0 18px; color: var(--abgs-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 7vw, 78px); font-weight: 500; line-height: .95; letter-spacing: -.045em; }
.abgs h1 em { color: var(--abgs-green); font-weight: 400; }
.abgs-hero p { max-width: 490px; color: #536b61; font-size: 18px; line-height: 1.65; }
.abgs-camp-stamp { position: relative; z-index: 2; width: 178px; height: 178px; display: grid; place-items: center; margin-right: 37px; border: 1px solid rgba(70,78,161,.22); border-radius: 50%; background: rgba(255,255,255,.72); transform: rotate(3deg); }
.abgs-camp-stamp img { width: 145px; height: 145px; object-fit: contain; }
.abgs-services { margin: 0 0 42px; padding-top: 30px; }
.abgs-section-heading { align-items: end; padding-bottom: 22px; border-bottom: 1px solid var(--abgs-line); }
.abgs-section-heading p { max-width: 250px; padding-bottom: 5px; color: var(--abgs-muted); font-size: 13px; text-align: right; }
.abgs h2 { color: var(--abgs-ink); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.abgs-request-layout { gap: 18px; margin-top: 22px; }
.abgs-service { border-color: var(--abgs-line); border-radius: 16px; box-shadow: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.abgs-service:hover { border-color: #9fbc9f; box-shadow: 0 12px 28px rgba(24,57,47,.08); transform: translateY(-2px); }
.abgs-service--featured { position: relative; overflow: hidden; background: linear-gradient(145deg, var(--abgs-blue), var(--abgs-blue-dark)); }
.abgs-service--featured::after { content: ""; position: absolute; right: -42px; bottom: -58px; width: 190px; height: 190px; border: 34px solid rgba(213,229,93,.12); border-radius: 50%; }
.abgs-service--featured .abgs-icon { color: var(--abgs-ink); background: var(--abgs-lime); }
.abgs-service--featured small { color: #d4e0db; }
.abgs-help-panel { border-radius: 16px; background: white; }
.abgs-wifi { border-radius: 18px; background: linear-gradient(135deg, #303878, #464ea1); box-shadow: 0 18px 38px rgba(48,56,120,.18); }
.abgs-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--abgs-line); }
.abgs-footer div { display: flex; flex-direction: column; }
.abgs-footer strong { color: var(--abgs-ink); font-size: 13px; }
.abgs-footer span { color: var(--abgs-muted); font-size: 11px; }
.abgs-footer a { color: var(--abgs-green); font-size: 12px; font-weight: 800; text-decoration: none; }
.abgs-sheet { border-top-color: var(--abgs-lime); }
.abgs-submit { background: var(--abgs-blue); }

@media (max-width: 760px) {
  .abgs { padding: 0 18px 24px; border-radius: 18px; }
  .abgs-topbar { min-height: 68px; }
  .abgs-top-actions { gap: 12px; }
  .abgs-top-actions > a:first-child { display: none; }
  .abgs-hero { min-height: 365px; padding: 54px 0 90px; }
  .abgs-hero::after { right: -170px; top: 110px; width: 350px; height: 270px; }
  .abgs-hero::before { right: -5px; bottom: 35px; width: 150px; }
  .abgs h1 { font-size: clamp(45px, 14vw, 62px); }
  .abgs-hero p { max-width: 82%; font-size: 15px; }
  .abgs-camp-stamp { display: none; }
  .abgs-section-heading { align-items: flex-start; flex-direction: column; }
  .abgs-section-heading p { text-align: left; }
  .abgs-footer { align-items: flex-start; flex-direction: column; }
}

/* 2.1 — AmesBrook.com-inspired guest experience */
.abgs { background: #fff; }
.abgs-topbar { min-height: 108px; }
.abgs-wordmark img { width: 142px; height: 94px; }
.abgs-top-actions > a:first-child { position: relative; }
.abgs-top-actions > a:first-child::before { content: "●"; margin-right: 7px; color: var(--abgs-lime); font-size: 9px; }
.abgs-call-pill { box-shadow: 0 7px 18px rgba(70,78,161,.16); }
.abgs-hero { min-height: 455px; margin: 0 calc(clamp(18px, 5vw, 58px) * -1); padding: 78px clamp(18px, 5vw, 58px); background: linear-gradient(90deg, #f8f8f1 0%, #fff 62%, #f1f3e7 100%); }
.abgs-hero::after { right: -65px; top: 36px; width: 470px; height: 365px; }
.abgs-nh-badge { display: table; margin-bottom: 20px; padding: 7px 11px; border: 1px solid rgba(103,143,61,.35); border-radius: 4px; color: var(--abgs-green); background: rgba(255,255,255,.66); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.abgs-hero h1 { max-width: 720px; color: var(--abgs-blue-dark); font-family: Inter, ui-sans-serif, system-ui, sans-serif; font-weight: 850; line-height: .98; }
.abgs-hero h1 em { color: var(--abgs-green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.abgs-camp-stamp { width: 210px; height: 210px; margin-right: 20px; border: 0; border-radius: 28px; background: rgba(255,255,255,.8); box-shadow: 0 18px 45px rgba(48,56,120,.12); transform: rotate(2deg); }
.abgs-camp-stamp img { width: 185px; height: 185px; }
.abgs-services { padding-top: 48px; }
.abgs-request-layout { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: stretch; }
.abgs-shop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.abgs-shop-grid .abgs-service--featured { min-height: 330px; }
.abgs-shop-grid .abgs-service--featured.propane { background: linear-gradient(145deg, #678f3d, #50752c); }
.abgs-shop-grid .abgs-service--featured.propane .abgs-icon { color: white; background: rgba(255,255,255,.18); }
.abgs-help-panel { height: 100%; }
.abgs-help-intro { padding: 19px 18px 15px; }
.abgs-help-intro strong { color: var(--abgs-blue-dark); font-size: 16px; }
.abgs-help-intro span { display: block; margin-top: 3px; }
.abgs-choice { min-height: 104px; padding: 10px; }
.abgs-choice .dashicons { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #eef2e9; font-size: 22px; }
.abgs-noise-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.abgs-noise-choice { min-height: 116px; }
.abgs-noise-choice .dashicons { color: var(--abgs-blue); background: #eef0fb; }
.abgs-choice { position: relative; }
.abgs-choice[aria-pressed="true"] { border-color: var(--abgs-blue); color: white; background: var(--abgs-blue); box-shadow: 0 8px 18px rgba(70,78,161,.2); }
.abgs-choice[aria-pressed="true"] .dashicons { color: var(--abgs-blue); background: white; }
.abgs-choice[aria-pressed="true"]::after { content: "✓"; position: absolute; top: 7px; right: 7px; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--abgs-blue); background: var(--abgs-lime); font-size: 12px; font-weight: 950; }
.abgs-choice:active { transform: scale(.98); }
.abgs-service-note { display: grid; grid-template-columns: 36px 1fr; gap: 10px; margin: 13px 0 !important; padding: 12px; border: 1px solid #dfe7d8; border-radius: 10px; color: #5e6c65; background: #f5f8f1; font-size: 12px; }
.abgs-service-note > .dashicons { color: var(--abgs-green); }
.abgs-service-note strong { display: block; margin-bottom: 2px; color: var(--abgs-ink); font-size: 12px; }
.abgs-charge-confirm { display: grid !important; grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; margin: 16px 0 !important; padding: 14px; border: 1px solid #cfd8ef !important; border-radius: 10px; background: #f2f3fb; cursor: pointer; }
.abgs-charge-confirm input { width: 18px; min-height: 18px; margin: 2px 0 0; accent-color: var(--abgs-blue); }
.abgs-charge-confirm strong { display: block; color: var(--abgs-blue-dark); font-size: 13px; }
.abgs-charge-confirm > span { color: #67706d; font-size: 12px; font-weight: 500; line-height: 1.45; }
.abgs-text-consent { margin-top: 10px !important; border-color: #d9e4d2 !important; background: #f5f8f2; }
.abgs-type.type-propane { color: #4f6f31; background: #eef5e6; }

@media (max-width: 900px) {
  .abgs-request-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .abgs-topbar { min-height: 86px; }
  .abgs-wordmark img { width: 108px; height: 72px; }
  .abgs-hero { min-height: 430px; margin: 0 -18px; padding: 58px 18px 90px; }
  .abgs-hero h1 { font-size: clamp(42px, 12vw, 58px); }
  .abgs-nh-badge { margin-bottom: 16px; }
  .abgs-shop-grid { grid-template-columns: 1fr; }
  .abgs-shop-grid .abgs-service--featured { min-height: 235px; }
  .abgs-noise-choices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .abgs-noise-choice { min-height: 96px; font-size: 11px; }
}

/* 2.2 — scalable tab model and compact service cards */
.abgs-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin: 22px 0 18px; padding: 6px; border: 1px solid var(--abgs-line); border-radius: 15px; background: #f3f5f0; }
.abgs-tabs button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 14px; border: 0; border-radius: 10px; color: #66716c; background: transparent; font-size: 13px; font-weight: 800; cursor: pointer; }
.abgs-tabs button[aria-selected="true"] { color: white; background: var(--abgs-blue); box-shadow: 0 7px 16px rgba(70,78,161,.18); }
.abgs-tabs button:focus-visible { outline: 3px solid rgba(214,223,34,.8); outline-offset: 2px; }
.abgs-tab-panel { scroll-margin-top: 18px; }
.abgs-shop-grid .abgs-service--featured { min-height: 218px; padding: 21px; }
.abgs-shop-grid .abgs-service--featured > span:nth-child(2) { padding-top: 14px; }
.abgs-shop-grid .abgs-service--featured strong { font-size: 20px; }
.abgs-shop-grid .abgs-service--featured small { margin-top: 7px; font-size: 12px; line-height: 1.45; }
.abgs-price { display: inline-flex; align-items: center; gap: 7px; margin-top: 13px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: white; background: rgba(255,255,255,.1); font-size: 12px; font-weight: 850; }
.abgs-price small { margin: 0 !important; color: var(--abgs-lime) !important; font-size: 8px !important; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.abgs-shop-grid .abgs-service--featured .abgs-icon { width: 48px !important; height: 48px !important; font-size: 23px !important; }
.abgs-campfire::before { content: "🔥"; display: block; font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif; font-size: 25px; line-height: 1; }
.abgs-help-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.abgs-service--help-card { min-height: 142px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 18px; background: white; text-align: left; }
.abgs-service--help-card .abgs-icon { width: 44px !important; height: 44px !important; display: grid; place-items: center; border-radius: 12px; color: var(--abgs-blue); background: #eef0fb; font-size: 22px !important; }
.abgs-service--help-card strong { display: block; color: var(--abgs-blue-dark); font-size: 15px; }
.abgs-service--help-card small { display: block; margin-top: 4px; color: var(--abgs-muted); font-size: 11px; line-height: 1.4; }
.abgs-tab-panel .abgs-wifi { margin-top: 0; }

@media (max-width: 760px) {
  .abgs-tabs { position: sticky; z-index: 5; top: 0; margin-inline: -5px; }
  .abgs-tabs button { min-height: 46px; padding: 8px 5px; font-size: 11px; }
  .abgs-tabs .dashicons { width: 16px; height: 16px; font-size: 16px; }
  .abgs-shop-grid { grid-template-columns: 1fr 1fr; }
  .abgs-shop-grid .abgs-service--featured { min-height: 210px; padding: 17px; }
  .abgs-shop-grid .abgs-service--featured { grid-template-columns: 1fr auto; }
  .abgs-shop-grid .abgs-service--featured > span:nth-child(2) { grid-column: 1 / -1; }
  .abgs-help-grid { grid-template-columns: 1fr; }
  .abgs-service--help-card { min-height: 100px; }
}

@media (max-width: 430px) {
  .abgs-shop-grid { grid-template-columns: 1fr; }
  .abgs-shop-grid .abgs-service--featured { min-height: 175px; }
}

/* 2.5 — iOS-inspired visual system */
.abgs {
  --abgs-ink: #1c1c1e;
  --abgs-muted: #6e6e73;
  --abgs-line: rgba(60, 60, 67, .13);
  --abgs-soft: #f2f2f7;
  max-width: 1080px;
  padding: 0 clamp(18px, 4vw, 46px) 34px;
  border: 0;
  border-radius: 34px;
  color: var(--abgs-ink);
  background: #f2f2f7;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .12);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", Inter, sans-serif;
}
.abgs-topbar { min-height: 88px; border-bottom-color: var(--abgs-line); }
.abgs-wordmark img { width: 124px; height: 76px; }
.abgs-top-actions { gap: 10px; }
.abgs-top-actions > a:first-child { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.72); }
.abgs-top-actions > a:first-child::before { display: none; }
.abgs-top-actions .abgs-call-pill { padding: 10px 15px; border-radius: 999px; background: var(--abgs-blue); box-shadow: 0 6px 14px rgba(70,78,161,.18); }
.abgs-inline-symbol { font-size: 15px; line-height: 1; }
.abgs-hero { min-height: 360px; margin: 0 calc(clamp(18px, 4vw, 46px) * -1); padding: 62px clamp(18px, 4vw, 46px); background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(245,246,251,.96)); }
.abgs-hero::after { right: -45px; top: 30px; width: 405px; height: 310px; border-radius: 44% 56% 62% 38%; background: linear-gradient(145deg, rgba(214,223,34,.24), rgba(70,78,161,.16)); filter: blur(.2px); }
.abgs-hero::before { display: none; }
.abgs-nh-badge { margin-bottom: 16px; padding: 6px 10px; border: 0; border-radius: 999px; color: var(--abgs-green); background: rgba(103,143,61,.11); letter-spacing: .12em; }
.abgs-kicker { letter-spacing: .12em; }
.abgs-hero h1 { max-width: 650px; margin: 9px 0 15px; color: #111; font-family: inherit; font-size: clamp(44px, 6.2vw, 68px); font-weight: 760; line-height: .98; letter-spacing: -.05em; }
.abgs-hero h1 em { color: var(--abgs-blue); font-family: inherit; font-style: normal; font-weight: 760; }
.abgs-hero p { max-width: 500px; color: var(--abgs-muted); font-size: 17px; line-height: 1.5; }
.abgs-camp-stamp { width: 174px; height: 174px; margin-right: 24px; border-radius: 38px; background: rgba(255,255,255,.72); box-shadow: 0 18px 44px rgba(48,56,120,.12); backdrop-filter: blur(18px); transform: none; }
.abgs-camp-stamp img { width: 148px; height: 148px; }
.abgs-services { padding-top: 34px; }
.abgs-section-heading { padding: 0 2px 16px; border-bottom: 0; }
.abgs-section-heading h2 { font-family: inherit; font-size: 31px; font-weight: 720; letter-spacing: -.03em; }
.abgs-tabs { gap: 4px; margin: 14px 0 18px; padding: 4px; border: 0; border-radius: 13px; background: rgba(118,118,128,.12); }
.abgs-tabs button { min-height: 42px; gap: 6px; border-radius: 10px; color: #636366; font-size: 12px; font-weight: 650; }
.abgs-tabs button[aria-selected="true"] { color: #111; background: white; box-shadow: 0 2px 8px rgba(0,0,0,.10), 0 0 0 .5px rgba(0,0,0,.04); }
.abgs-tab-icon { width: 20px; height: 20px; display: inline-grid; place-items: center; font-size: 17px; font-weight: 500; }
.abgs-shop-grid { gap: 12px; }
.abgs-service, .abgs-shop-grid .abgs-service--featured, .abgs-shop-grid .abgs-service--featured.propane {
  color: var(--abgs-ink);
  border: .5px solid rgba(60,60,67,.12);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 24px rgba(0,0,0,.055);
}
.abgs-service:hover { border-color: rgba(70,78,161,.26); box-shadow: 0 14px 32px rgba(0,0,0,.09); transform: translateY(-2px); }
.abgs-service--featured::after { display: none; }
.abgs-shop-grid .abgs-service--featured { min-height: 192px; padding: 20px; }
.abgs-shop-grid .abgs-service--featured strong, .abgs-service--help-card strong { color: #1c1c1e; font-weight: 700; letter-spacing: -.015em; }
.abgs-shop-grid .abgs-service--featured small { max-width: 34ch; color: var(--abgs-muted); }
.abgs-icon, .abgs-shop-grid .abgs-service--featured .abgs-icon, .abgs-service--help-card .abgs-icon {
  width: 48px !important;
  height: 48px !important;
  display: grid !important;
  place-items: center;
  border: 0;
  border-radius: 14px;
  color: white;
  background: linear-gradient(145deg, #5a63b7, #3d4595);
  box-shadow: inset 0 1px rgba(255,255,255,.24), 0 6px 14px rgba(70,78,161,.20);
  font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", sans-serif;
  font-size: 23px !important;
  font-weight: 650;
  line-height: 1;
}
.abgs-service--featured.propane .abgs-icon { color: white; background: linear-gradient(145deg, #79a84c, #587e34); box-shadow: inset 0 1px rgba(255,255,255,.24), 0 6px 14px rgba(103,143,61,.22); }
.abgs-service--help-card { min-height: 112px; padding: 15px; border-radius: 21px; }
.abgs-service--help-card .abgs-icon { color: var(--abgs-blue); background: #f0f1fa; box-shadow: none; }
.abgs-arrow { color: #8e8e93; font-size: 28px; font-weight: 300; }
.abgs-price { padding: 5px 9px; border: 0; color: var(--abgs-blue); background: #f0f1fa; }
.abgs-price small { color: var(--abgs-green) !important; }
.abgs-wifi { gap: 20px; padding: 22px; border: .5px solid rgba(60,60,67,.12); border-radius: 24px; color: var(--abgs-ink); background: white; box-shadow: 0 8px 24px rgba(0,0,0,.055); }
.abgs-wifi-icon { width: 48px !important; height: 48px !important; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(145deg, #5a63b7, #3d4595); font-size: 28px !important; }
.abgs-wifi .abgs-kicker { color: var(--abgs-green); }
.abgs-wifi h2 { color: var(--abgs-ink); font-family: inherit; font-weight: 700; }
.abgs-wifi-details > div, .abgs-wifi-support { border: 0; color: var(--abgs-ink); background: #f2f2f7; }
.abgs-wifi-details > div > span { color: var(--abgs-muted); }
.abgs-copy { color: var(--abgs-blue); background: white; }
.abgs-copy:hover { background: #e9e9ee; }
.abgs-wifi-support { color: var(--abgs-ink); }
.abgs-wifi-support strong { color: var(--abgs-blue); }
.abgs-footer { border-top-color: var(--abgs-line); }
.abgs-modal .abgs-backdrop { background: rgba(0,0,0,.36); backdrop-filter: blur(10px); }
.abgs-sheet { width: min(600px, 100%); border-top: 0; border-radius: 30px 0 0 30px; background: #f2f2f7; box-shadow: -18px 0 50px rgba(0,0,0,.18); }
.abgs-close { border: 0; color: #636366; background: #e3e3e8; }
.abgs-sheet h2 { color: var(--abgs-ink); font-family: inherit; font-weight: 730; letter-spacing: -.03em; }
.abgs-sheet label, .abgs-sheet fieldset { color: #3a3a3c; }
.abgs-sheet input, .abgs-sheet select, .abgs-sheet textarea { min-height: 48px; border: .5px solid rgba(60,60,67,.13); border-radius: 13px; background: white; box-shadow: 0 1px 2px rgba(0,0,0,.03); }
.abgs-choice { min-height: 92px; border: .5px solid rgba(60,60,67,.12); border-radius: 17px; color: var(--abgs-ink); background: white; box-shadow: 0 3px 12px rgba(0,0,0,.035); }
.abgs-choice-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--abgs-blue); background: #f0f1fa; font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", sans-serif; font-size: 21px; line-height: 1; }
.abgs-choice[aria-pressed="true"] { border-color: var(--abgs-blue); color: white; background: var(--abgs-blue); }
.abgs-choice[aria-pressed="true"] .abgs-choice-icon { background: white; }
.abgs-pill { border: .5px solid rgba(60,60,67,.12); border-radius: 999px; color: var(--abgs-ink); background: white; }
.abgs-pill[aria-pressed="true"] { border-color: var(--abgs-blue); color: white; background: var(--abgs-blue); box-shadow: none; }
.abgs-service-note, .abgs-charge-confirm { border: .5px solid rgba(60,60,67,.12) !important; border-radius: 16px; background: white; }
.abgs-note-symbol { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: var(--abgs-green); background: #eef5e8; font-size: 20px; }
.abgs-submit { min-height: 52px; border-radius: 15px; background: var(--abgs-blue); box-shadow: 0 8px 18px rgba(70,78,161,.20); }

@media (max-width: 760px) {
  .abgs { padding: 0 14px 24px; border-radius: 0; box-shadow: none; }
  .abgs-topbar { min-height: 78px; }
  .abgs-hero { min-height: 360px; margin: 0 -14px; padding: 46px 18px 70px; }
  .abgs-hero h1 { font-size: clamp(40px, 12vw, 54px); }
  .abgs-tabs { position: sticky; top: 6px; border: .5px solid rgba(60,60,67,.1); backdrop-filter: blur(18px); }
  .abgs-tabs button { min-height: 43px; }
  .abgs-shop-grid { grid-template-columns: 1fr; }
  .abgs-shop-grid .abgs-service--featured { min-height: 154px; }
  .abgs-sheet { border-radius: 28px 28px 0 0; }
}

/* 2.5.2 — functional top actions */
.abgs-top-actions > button[data-abgs-open-tab] {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--abgs-ink);
  background: rgba(255,255,255,.76);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}
.abgs-top-actions > button[data-abgs-open-tab]:hover { background: white; }
.abgs-top-actions .abgs-call-pill { white-space: nowrap; }

@media (max-width: 520px) {
  .abgs-top-actions .abgs-call-pill { padding-inline: 11px; font-size: 11px; }
  .abgs-top-actions > button[data-abgs-open-tab] { padding-inline: 11px; font-size: 11px; }
}

/* 2.6 — EZ Texting click-to-text */
.abgs-text-us {
  position: fixed;
  z-index: 999990;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 56px;
  padding: 9px 18px 9px 10px;
  border: .5px solid rgba(255,255,255,.35);
  border-radius: 18px;
  color: white !important;
  background: rgba(70,78,161,.94);
  box-shadow: 0 12px 34px rgba(31,35,84,.30);
  backdrop-filter: blur(18px);
  text-decoration: none !important;
  transform: translateX(-50%);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.abgs-text-us:hover { color: white; background: #3d4595; box-shadow: 0 16px 38px rgba(31,35,84,.36); transform: translateX(-50%) translateY(-2px); }
.abgs-text-us:focus-visible { outline: 3px solid rgba(214,223,34,.9); outline-offset: 3px; }
.abgs-text-us-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--abgs-blue); background: white; font-size: 20px; line-height: 1; }
.abgs-text-us > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.abgs-text-us strong { color: white; font-size: 14px; font-weight: 750; letter-spacing: -.01em; text-transform: none; }
.abgs-text-us small { margin-top: 4px; color: rgba(255,255,255,.75); font-size: 10px; font-weight: 600; }

@media (max-width: 520px) {
  .abgs-text-us { right: 14px; left: auto; bottom: max(12px, env(safe-area-inset-bottom)); min-height: 52px; padding: 7px 14px 7px 8px; border-radius: 16px; transform: none; }
  .abgs-text-us:hover { transform: translateY(-2px); }
  .abgs-text-us-icon { width: 36px; height: 36px; }
}

/* 2.9 — approved 2027 after-hours assistant */
.abgs .screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px, 1px, 1px, 1px) !important; white-space: nowrap !important; }
.abgs-tabs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.abgs-chat { overflow: hidden; border: .5px solid rgba(60,60,67,.12); border-radius: 22px; background: #f7f7fa; box-shadow: 0 12px 28px rgba(31,35,84,.08); }
.abgs-chat-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px 12px; background: white; }
.abgs-chat-heading h2 { margin-top: 3px; color: var(--abgs-ink); font-size: 25px; }
.abgs-chat-status { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border-radius: 999px; color: #6e6e73; background: rgba(118,118,128,.12); font-size: 11px; font-weight: 750; }
.abgs-chat-status::before { width: 8px; height: 8px; border-radius: 50%; background: #8e8e93; content: ""; }
.abgs-chat-status.is-online { color: #31502c; background: #edf5e7; }
.abgs-chat-status.is-online::before { background: #4b7f3d; }
.abgs-chat-disclosure { margin: 0; padding: 0 24px 18px; color: #6e6e73; background: white; font-size: 12px; line-height: 1.5; }
.abgs-chat-offline { margin: 0 24px 18px; padding: 13px 15px; border-radius: 13px; color: #6e6e73; background: white; font-size: 13px; line-height: 1.5; }
.abgs-chat-form-primary { margin: 0 !important; padding: 20px 24px 0 !important; border-top: .5px solid rgba(60,60,67,.1); }
.abgs-chat-form-primary label { color: var(--abgs-ink); font-size: 15px; font-weight: 750; }
.abgs-chat-form-primary input { border: 1.5px solid rgba(70,78,161,.35); background: white; font-size: 15px; }
.abgs-chat-form-primary input:focus { border-color: var(--abgs-blue); box-shadow: 0 0 0 3px rgba(70,78,161,.12); outline: 0; }
.abgs-chat-form-primary button { min-width: 72px; font-size: 14px; }
.abgs-chat-starter-drawer { margin: 8px 24px 18px; border: .5px solid rgba(60,60,67,.13); border-radius: 14px; background: white; }
.abgs-chat-starter-drawer > summary { min-height: 50px; display: grid; grid-template-columns: 28px minmax(0, 1fr); grid-template-rows: auto auto; align-content: center; column-gap: 9px; padding: 9px 13px; color: var(--abgs-ink); cursor: pointer; list-style: none; }
.abgs-chat-starter-drawer > summary::-webkit-details-marker { display: none; }
.abgs-chat-starter-drawer > summary > span { grid-row: 1 / 3; align-self: center; color: var(--abgs-blue); font-size: 20px; transition: transform .18s ease; }
.abgs-chat-starter-drawer[open] > summary > span { transform: rotate(45deg); }
.abgs-chat-starter-drawer > summary strong { align-self: end; font-size: 13px; }
.abgs-chat-starter-drawer > summary small { align-self: start; color: #6e6e73; font-size: 11px; }
.abgs-chat-starter-drawer > summary:focus-visible { border-radius: 14px; outline: 3px solid rgba(70,78,161,.22); outline-offset: 2px; }
.abgs-chat-starters { margin: 0; padding: 14px 15px 15px; border-top: .5px solid rgba(60,60,67,.1); }
.abgs-chat-starters h3 { margin: 3px 0 0; color: var(--abgs-ink); font-size: 18px; }
.abgs-chat-starters > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.abgs-chat-starters button { min-height: 40px; padding: 9px 12px; border: .5px solid rgba(70,78,161,.25); border-radius: 999px; color: var(--abgs-blue); background: #f7f7fa; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.abgs-chat-starters button:hover { border-color: var(--abgs-blue); background: #f0f1fa; }
.abgs-chat-starters button:focus-visible { outline: 3px solid rgba(70,78,161,.22); outline-offset: 2px; }
.abgs-chat-starters button:disabled { cursor: not-allowed; opacity: .55; }
.abgs-chat-browse { margin-top: 20px; padding: 18px 24px 4px; border-top: .5px solid rgba(60,60,67,.1); }
.abgs-chat-browse-heading h3 { margin: 3px 0 0; color: var(--abgs-ink); font-size: 18px; }
.abgs-chat-categories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; padding: 12px 0 14px; }
.abgs-chat-categories button { min-height: 68px; display: grid; grid-template-columns: 32px minmax(0,1fr); grid-template-rows: auto auto; align-content: center; gap: 1px 9px; padding: 10px 11px; border: .5px solid rgba(60,60,67,.13); border-radius: 13px; color: var(--abgs-ink); background: white; text-align: left; cursor: pointer; }
.abgs-chat-categories button[aria-pressed="true"] { border-color: var(--abgs-blue); box-shadow: inset 0 0 0 1px var(--abgs-blue); }
.abgs-chat-categories button:disabled { cursor: not-allowed; opacity: .55; }
.abgs-chat-categories button > span { grid-row: 1 / 3; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; color: var(--abgs-blue); background: #f0f1fa; font-size: 15px; font-weight: 750; }
.abgs-chat-categories strong { align-self: end; font-size: 13px; }
.abgs-chat-categories small { align-self: start; color: #6e6e73; font-size: 11px; line-height: 1.35; }
.abgs-chat-examples, .abgs-chat-answer { border: .5px solid rgba(60,60,67,.13); border-radius: 18px; background: white; }
.abgs-chat-answer { margin: 16px 24px 0; border-color: rgba(70,78,161,.24); box-shadow: 0 8px 22px rgba(31,35,84,.07); }
.abgs-chat-examples { margin: 0 0 14px; }
.abgs-chat-examples { padding: 16px 18px; }
.abgs-chat-examples h3, .abgs-chat-response h3 { margin: 3px 0 0; color: var(--abgs-ink); font-size: 18px; }
.abgs-chat-examples > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.abgs-chat-examples button, .abgs-chat-answer-choices button, .abgs-chat-answer-choices a { min-height: 44px; display: flex; align-items: center; padding: 10px 12px; border: .5px solid rgba(70,78,161,.24); border-radius: 12px; color: var(--abgs-blue); background: #f7f7fa; font: inherit; font-size: 12px; font-weight: 700; text-align: left; text-decoration: none; cursor: pointer; }
.abgs-chat-question { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; padding: 11px 15px; border-bottom: .5px solid rgba(60,60,67,.13); color: #6e6e73; font-size: 12px; }
.abgs-chat-question strong { color: var(--abgs-ink); }
.abgs-chat-response { padding: 17px 18px; }
.abgs-chat-response > p { margin: 9px 0 0; color: #3a3a3c; font-size: 14px; line-height: 1.5; }
.abgs-chat-answer-choices { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 14px; }
.abgs-chat-next { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 14px 18px; border-top: .5px solid rgba(60,60,67,.13); background: #f2f2f7; }
.abgs-chat-next > div:first-child { min-width: 0; }
.abgs-chat-next strong { color: var(--abgs-ink); font-size: 13px; }
.abgs-chat-next p { margin: 3px 0 0; color: #6e6e73; font-size: 11px; line-height: 1.4; }
.abgs-chat-yes-no { flex: 0 0 auto; display: flex; gap: 8px; }
.abgs-chat-yes-no button { min-height: 42px; padding: 9px 13px; border: 0; border-radius: 12px; color: white; background: var(--abgs-blue); font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.abgs-chat-yes-no button[data-abgs-chat-no] { border: .5px solid rgba(60,60,67,.16); color: var(--abgs-ink); background: white; }
.abgs-chat-declined { flex: 0 0 auto; padding: 9px 11px; border-radius: 11px; color: #31502c !important; background: white; font-weight: 700; }
.abgs-chat-form { margin: 0 !important; padding: 0 24px 16px; }
.abgs-chat-form label { margin: 0 0 7px; }
.abgs-chat-form > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; }
.abgs-chat-form input { min-height: 48px; margin: 0; border-radius: 14px; }
.abgs-chat-form button { min-height: 44px; padding: 10px 16px; border: 0; border-radius: 13px; color: white; background: var(--abgs-blue); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.abgs-chat-form button:disabled { background: #aeaeb2; cursor: not-allowed; }
.abgs-chat-emergency { margin: 0; padding: 13px 24px 18px; border-top: .5px solid rgba(60,60,67,.1); color: #6e6e73; background: white; font-size: 12px; line-height: 1.45; }
.abgs-chat-emergency strong { color: #9b332d; }

.abgs-guide-section { padding: clamp(20px, 4vw, 34px); border: 1px solid var(--abgs-line); border-radius: 20px; background: #fff; }
.abgs-guide-section > p { max-width: 68ch; margin: 8px 0 20px; color: var(--abgs-muted); }
.abgs-calendar-frame { position: relative; min-height: 560px; overflow: hidden; border: 1px solid var(--abgs-line); border-radius: 16px; background: var(--abgs-soft); }
.abgs-calendar-frame iframe { width: 100%; height: 620px; display: block; border: 0; }
.abgs-filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0; }
.abgs-filter-row button { min-height: 42px; padding: 8px 14px; border: 1px solid var(--abgs-line); border-radius: 999px; color: var(--abgs-blue-dark); background: #fff; font-weight: 750; cursor: pointer; }
.abgs-filter-row button[aria-pressed="true"] { border-color: var(--abgs-blue); color: #fff; background: var(--abgs-blue); }
.abgs-attraction-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.abgs-attraction { display: flex; flex-direction: column; min-height: 210px; padding: 18px; border: 1px solid var(--abgs-line); border-radius: 16px; background: #fbfcfa; }
.abgs-attraction > span { color: var(--abgs-green); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.abgs-attraction h3 { margin: 6px 0 8px; color: var(--abgs-blue-dark); font-size: 18px; line-height: 1.25; }
.abgs-attraction p { flex: 1; color: var(--abgs-muted); font-size: 13px; line-height: 1.5; }
.abgs-attraction a { align-self: flex-start; margin-top: 14px; color: var(--abgs-blue); font-size: 13px; font-weight: 750; text-decoration: none; }
.abgs-rides { margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--abgs-line); }
.abgs-rides > p { max-width: 68ch; margin: 8px 0 16px; color: var(--abgs-muted); }
.abgs-rides-placeholder { display: grid; grid-template-columns: auto 1fr; gap: 2px 12px; align-items: center; padding: 18px; border: 1px dashed #a8b6a0; border-radius: 16px; background: var(--abgs-soft); }
.abgs-rides-placeholder > span { grid-row: 1 / span 2; font-size: 32px; }
.abgs-rides-placeholder strong { color: var(--abgs-blue-dark); }
.abgs-rides-placeholder small { color: var(--abgs-muted); }

@media (max-width: 520px) {
  .abgs-tabs button { gap: 3px; padding-inline: 3px; font-size: 10px; }
  .abgs-tab-icon { display: none; }
  .abgs-chat-heading, .abgs-chat-disclosure, .abgs-chat-form, .abgs-chat-emergency { padding-right: 16px; padding-left: 16px; }
  .abgs-chat-heading { align-items: flex-start; }
  .abgs-chat-starter-drawer { margin-right: 16px; margin-left: 16px; }
  .abgs-chat-starters > div:last-child { display: grid; grid-template-columns: 1fr; }
  .abgs-chat-browse { padding-right: 16px; padding-left: 16px; }
  .abgs-chat-categories, .abgs-chat-examples > div:last-child, .abgs-chat-answer-choices { grid-template-columns: 1fr; }
  .abgs-chat-answer { margin-right: 16px; margin-left: 16px; }
  .abgs-chat-next { align-items: stretch; flex-direction: column; }
  .abgs-chat-yes-no { flex-direction: column-reverse; }
  .abgs-chat-yes-no button { width: 100%; }
  .abgs-chat-form > div { grid-template-columns: 1fr; }
  .abgs-calendar-frame { min-height: 520px; }
  .abgs-calendar-frame iframe { height: 540px; }
  .abgs-attraction-grid { grid-template-columns: 1fr; }
  .abgs-attraction { min-height: 0; }
}
