/* ============================================================
   ACCESSIBLE BATHROOM REMODELING — San Diego
   Page layout — uses site tokens from main.css
   ============================================================ */

.page-access [id] { scroll-margin-top: 92px; }
.page-access #lead-form { scroll-margin-top: 96px; }

/* ── Shared section head ── */
.page-access .abr-head { max-width: 720px; margin-bottom: 56px; }
.page-access .abr-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  font-weight: 600;
  color: var(--clr-teal);
  letter-spacing: -.02em;
  margin-bottom: 16px;
}
.page-access .abr-head p {
  color: #4a5c62;
  font-size: 16.5px;
  line-height: 1.75;
  margin: 0;
}
.page-access .abr-head--light h2 { color: var(--clr-white); }
.page-access .abr-head--light p { color: rgba(255,255,255,.78); }
.page-access .abr-head--center { text-align: center; margin-left: auto; margin-right: auto; }

/* ═══════════════════════════════════════════════════════════════
   §1  LEAD FORM
═══════════════════════════════════════════════════════════════ */
.page-access .abr-studio {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: var(--clr-sand) !important;
  border-bottom: 1px solid var(--clr-limestone);
}
.page-access .abr-studio::before { display: none; }

.page-access .abr-studio-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 1.18fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.page-access .abr-studio-story { display: block; }

.page-access .abr-studio .form-intro-column {
  padding: 36px 40px 40px;
  background: #f3eee6;
  border: 1px solid rgba(18,59,74,.08);
  border-radius: var(--radius-card);
}

.page-access .abr-studio .form-intro-card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  backdrop-filter: none;
}
.page-access .abr-studio .form-intro-eyebrow {
  color: var(--clr-terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.page-access .abr-studio .form-intro-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--clr-teal);
  margin-bottom: 16px;
  max-width: none;
}
.page-access .abr-studio .form-intro-rule {
  width: 48px;
  height: 3px;
  background: var(--clr-terracotta);
  border-radius: 100px;
  margin-bottom: 20px;
}
.page-access .abr-studio .form-intro-card p {
  color: #4a5c62;
  font-size: 15.5px;
  line-height: 1.72;
}
.page-access .abr-studio .form-intro-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(18,59,74,.12);
}
.page-access .abr-studio .form-intro-features li {
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-teal);
  padding-left: 0;
  position: static;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-access .abr-studio .form-intro-features li::before {
  content: '';
  position: static;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: var(--clr-terracotta) url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9l3.5 3.5L14 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 14px no-repeat;
  box-shadow: none;
}
.page-access .abr-studio .form-intro-cta { margin-top: 28px; }

.page-access .abr-studio .estimate-card {
  background: var(--clr-white);
  border-radius: var(--radius-card);
  padding: clamp(24px, 3vw, 40px) clamp(24px, 3vw, 36px);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(18,59,74,.06);
  position: relative;
  overflow: hidden;
}
.page-access .abr-studio .estimate-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--clr-terracotta), var(--clr-eucalyptus));
}
.page-access .abr-studio .form-heading {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  color: var(--clr-teal);
  margin-bottom: 8px;
}
.page-access .abr-studio .form-subhead {
  color: #7a8a90;
  font-size: 14.5px;
  margin-bottom: 24px;
}

/* ═══════════════════════════════════════════════════════════════
   §2  PLANNING ZONES
═══════════════════════════════════════════════════════════════ */
.page-access .abr-atlas {
  padding: 96px 0 104px;
  background: var(--clr-teal);
  color: var(--clr-white);
  position: relative;
  overflow: hidden;
}
.page-access .abr-atlas::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px solid rgba(184,206,199,.12);
  pointer-events: none;
}

.page-access .abr-atlas-stage { margin-bottom: 64px; }
.page-access .abr-atlas-photo {
  position: relative;
  margin: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-lift);
  border: 1px solid rgba(255,255,255,.1);
}
.page-access .abr-atlas-photo img {
  width: 100%;
  min-height: 340px;
  max-height: 520px;
  object-fit: cover;
  display: block;
}
.page-access .abr-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  pointer-events: none;
  opacity: .7;
}
.page-access .abr-pins {
  position: absolute;
  inset: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-access .abr-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--clr-terracotta);
  color: var(--clr-white);
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.35), 0 0 0 3px rgba(255,255,255,.25);
}
.page-access .abr-chips {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-access .abr-chips span {
  background: rgba(18,59,74,.88);
  backdrop-filter: blur(6px);
  color: var(--clr-seaglass);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 100px;
  border: 1px solid rgba(184,206,199,.25);
  letter-spacing: .03em;
}

.page-access .abr-zones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}
.page-access .abr-zone {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.page-access .abr-zone:hover {
  transform: translateY(-4px);
  border-color: rgba(184,206,199,.3);
  box-shadow: 0 20px 48px rgba(0,0,0,.25);
}
.page-access .abr-zone figure {
  margin: 0;
  aspect-ratio: 16/10;
  overflow: hidden;
  position: relative;
}
.page-access .abr-zone figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.page-access .abr-zone:hover figure img { transform: scale(1.05); }
.page-access .abr-zone-copy {
  padding: 24px 22px 28px;
  flex: 1;
  position: relative;
}
.page-access .abr-num {
  position: absolute;
  top: -18px;
  left: 22px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--clr-terracotta);
  color: var(--clr-white);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}
.page-access .abr-zone-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: rgba(184,206,199,.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  margin-top: 8px;
}
.page-access .abr-zone h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--clr-white);
  margin-bottom: 10px;
}
.page-access .abr-zone p {
  font-size: 14.5px;
  line-height: 1.68;
  color: rgba(255,255,255,.72);
  margin: 0;
  max-width: none;
}

/* ═══════════════════════════════════════════════════════════════
   §3  FOLIO
═══════════════════════════════════════════════════════════════ */
.page-access .abr-folio {
  padding: 100px 0;
  background: var(--clr-sand);
}
.page-access .abr-folio-row {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 88px;
}
.page-access .abr-folio-row:last-child { margin-bottom: 0; }
.page-access .abr-folio-row--flip { grid-template-columns: 1.05fr .95fr; }
.page-access .abr-folio-row--flip .abr-folio-photo { order: 2; }
.page-access .abr-folio-row--flip .abr-folio-copy { order: 1; }

.page-access .abr-folio-photo {
  margin: 0;
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.page-access .abr-folio-photo::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(18,59,74,.08);
  z-index: 1;
  pointer-events: none;
}
.page-access .abr-folio-photo img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}
.page-access .abr-folio-chip {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  background: var(--clr-teal);
  color: var(--clr-seaglass);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.page-access .abr-folio-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  font-weight: 600;
  color: var(--clr-teal);
  margin-bottom: 20px;
  letter-spacing: -.02em;
}
.page-access .abr-folio-copy p {
  color: #4a5c62;
  font-size: 16px;
  line-height: 1.78;
}

/* ═══════════════════════════════════════════════════════════════
   §4  MOSAIC
═══════════════════════════════════════════════════════════════ */
.page-access .abr-mosaic {
  padding: 96px 0 104px;
  background: var(--clr-limestone);
  position: relative;
}
.page-access .abr-mosaic::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(18,59,74,.1), transparent);
}

.page-access .abr-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-access .abr-tile {
  background: var(--clr-white);
  border-radius: var(--radius-card);
  overflow: hidden;
  border: 1px solid rgba(18,59,74,.08);
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur-base) var(--ease-out), transform var(--dur-base) var(--ease-out);
}
.page-access .abr-tile:hover {
  box-shadow: var(--shadow-lift);
  transform: translateY(-3px);
}
.page-access .abr-tile--wide { grid-column: span 2; }
.page-access .abr-tile figure {
  margin: 0;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.page-access .abr-tile--wide figure { aspect-ratio: 21/9; }
.page-access .abr-tile:not(.abr-tile--wide) figure { aspect-ratio: 4/3; }
.page-access .abr-tile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.page-access .abr-tile:hover figure img { transform: scale(1.04); }
.page-access .abr-tile-copy { padding: 22px 24px 26px; flex: 1; }
.page-access .abr-tile-copy h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--clr-teal);
  margin-bottom: 10px;
}
.page-access .abr-tile-copy p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #4a5c62;
  margin: 0;
  max-width: none;
}

/* ═══════════════════════════════════════════════════════════════
   §5  CHOICE
═══════════════════════════════════════════════════════════════ */
.page-access .abr-choice {
  padding: 96px 0;
  background: var(--clr-sand);
}
.page-access .abr-choice-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
}
.page-access .abr-choice-card {
  margin: 0;
  position: relative;
  border-radius: var(--radius-card);
  overflow: hidden;
  aspect-ratio: 5/4;
  box-shadow: var(--shadow-card);
}
.page-access .abr-choice-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18,59,74,.75) 0%, transparent 55%);
  pointer-events: none;
}
.page-access .abr-choice-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.page-access .abr-choice-card:hover img { transform: scale(1.04); }
.page-access .abr-choice-note {
  font-size: 15.5px;
  color: #4a5c62;
  line-height: 1.72;
  max-width: 72ch;
  padding: 24px 28px;
  background: rgba(184,206,199,.35);
  border-radius: var(--radius-sm);
  border-left: 4px solid var(--clr-eucalyptus);
}

/* ═══════════════════════════════════════════════════════════════
   §6  CTA
═══════════════════════════════════════════════════════════════ */
.page-access .abr-call {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-access .abr-call-photo {
  position: absolute;
  inset: 0;
  margin: 0;
}
.page-access .abr-call-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-access .abr-call-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(18,59,74,.88) 0%, rgba(31,90,87,.72) 50%, rgba(18,59,74,.85) 100%);
}
.page-access .abr-call-panel {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 64px 24px;
  max-width: 640px;
}
.page-access .abr-call-panel h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 14px;
}
.page-access .abr-call-panel .text-light-muted {
  font-size: 17px;
  margin-bottom: 28px;
  opacity: .85;
}
.page-access .abr-call-panel .cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ═══════════════════════════════════════════════════════════════
   §7  FAQ
═══════════════════════════════════════════════════════════════ */
.page-access .abr-ask {
  padding: 96px 0 104px;
  background: var(--clr-white);
}
.page-access .abr-ask-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}
.page-access .abr-ask-top .section-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  color: var(--clr-teal);
}
.page-access .abr-ask-strip {
  display: flex;
  gap: 12px;
}
.page-access .abr-ask-strip figure {
  margin: 0;
  width: 120px;
  height: 96px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.page-access .abr-ask-strip figure:nth-child(2) { transform: translateY(-12px); }
.page-access .abr-ask-strip figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-access .abr-ask-list { max-width: 860px; }
.page-access .abr-ask-list .faq-item {
  border: 1px solid rgba(18,59,74,.08);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  overflow: hidden;
  background: var(--clr-sand);
  transition: border-color .2s, box-shadow .2s;
}
.page-access .abr-ask-list .faq-item:hover,
.page-access .abr-ask-list .faq-item:has(.faq-question[aria-expanded="true"]) {
  border-color: var(--clr-eucalyptus);
  box-shadow: var(--shadow-card);
}
.page-access .abr-ask-list .faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-teal);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.page-access .abr-ask-list .faq-answer { padding: 0 24px 20px; }
.page-access .abr-ask-list .faq-answer p {
  font-size: 15px;
  line-height: 1.72;
  color: #4a5c62;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .page-access .abr-studio-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .page-access .abr-zones { grid-template-columns: repeat(2, 1fr); }
  .page-access .abr-folio-row,
  .page-access .abr-folio-row--flip {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .page-access .abr-folio-row--flip .abr-folio-photo,
  .page-access .abr-folio-row--flip .abr-folio-copy { order: unset; }
  .page-access .abr-tiles { grid-template-columns: repeat(2, 1fr); }
  .page-access .abr-tile--wide { grid-column: span 2; }
  .page-access .abr-ask-top { grid-template-columns: 1fr; }
  .page-access .abr-ask-strip { justify-content: flex-start; }
}

@media (max-width: 768px) {
  .page-access .abr-studio { padding: 64px 0; }
  .page-access .abr-studio .form-intro-column { padding: 28px 24px 32px; }
  .page-access .abr-studio .form-intro-features { grid-template-columns: 1fr; }
  .page-access .abr-atlas,
  .page-access .abr-folio,
  .page-access .abr-mosaic,
  .page-access .abr-choice,
  .page-access .abr-ask { padding: 64px 0; }
  .page-access .abr-zones { grid-template-columns: 1fr; }
  .page-access .abr-tiles,
  .page-access .abr-tile--wide { grid-template-columns: 1fr; grid-column: auto; }
  .page-access .abr-choice-pair { grid-template-columns: 1fr; }
  .page-access .abr-choice-card { aspect-ratio: 16/10; }
  .page-access .abr-folio-row { margin-bottom: 56px; }
  .page-access .abr-folio-photo img { min-height: 280px; }
  .page-access .abr-pin { width: 28px; height: 28px; font-size: 10px; }
  .page-access .abr-ask-strip figure { width: 88px; height: 72px; }
}

@media (max-width: 480px) {
  .page-access .abr-studio .estimate-card { padding: 28px 22px 24px; }
  .page-access .abr-call-panel .cta-band-actions { flex-direction: column; }
  .page-access .abr-call-panel .cta-band-actions a { width: 100%; text-align: center; }
  .page-access .abr-ask-strip { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-access .abr-zone:hover,
  .page-access .abr-tile:hover,
  .page-access .abr-zone:hover figure img,
  .page-access .abr-tile:hover figure img,
  .page-access .abr-choice-card:hover img { transform: none; transition: none; }
}
