/* Allan Benoit Studios — Shop main page (/shop)
   Minimal cream/blue redesign. Scoped to .ab-page.ab-shop only. */

:root {
  --ab-ink: #1A2A4A;
  --ab-bg: #F8F6F1;
  --ab-gold: #F5C842;
  --ab-sky: #7BB3D4;
  --ab-hair: #E2DDD0;
}

.ab-page.ab-shop * {
  box-sizing: border-box;
}

.ab-page.ab-shop {
  background: var(--ab-bg);
  color: var(--ab-ink);
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 400;
}

.ab-page.ab-shop .ab-wrap {
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  width: 100% !important;
}

.ab-page.ab-shop .ab-hero-eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ab-sky);
  font-weight: 500;
  margin-bottom: 18px;
}

.ab-page.ab-shop .ab-pagehead {
  padding: 60px 0 50px;
  border-bottom: 1px solid var(--ab-hair);
}

.ab-page.ab-shop .ab-pagehead h1 {
  font-weight: 300;
  font-size: 42px;
  letter-spacing: -0.01em;
  margin-bottom: 22px;
}

.ab-page.ab-shop .ab-pagehead h1 em {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.ab-page.ab-shop .ab-pagehead p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5572;
  max-width: 560px;
  margin-bottom: 0;
}

/* Room preview — minimal overrides (gallery page keeps old room-preview.css) */
.ab-page.ab-shop .room-preview-section {
  padding: 70px 0 90px;
  background: transparent;
  width: 100%;
}

.ab-page.ab-shop .room-preview-section .section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.ab-page.ab-shop .room-preview-section .section-title {
  font-family: 'Jost', Arial, sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: var(--ab-ink);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}

.ab-page.ab-shop .room-preview-section .section-title span {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--ab-ink);
}

.ab-page.ab-shop .room-preview-section .section-sub {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 15px;
  color: #4a5572;
  opacity: 1;
  max-width: 320px;
  text-align: right;
  line-height: 1.7;
  margin: 0;
}

.ab-page.ab-shop .room-lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 56px;
}

.ab-page.ab-shop .room-lifestyle-card {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  transition: opacity 0.2s;
}

.ab-page.ab-shop .room-lifestyle-card:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.92;
}

.ab-page.ab-shop .room-lifestyle-card:focus-visible {
  outline: 2px solid var(--ab-sky);
  outline-offset: 4px;
}

.ab-page.ab-shop .room-lifestyle-card__images {
  aspect-ratio: 4 / 3;
  border: none;
  border-bottom: none;
  overflow: hidden;
  background: var(--ab-bg);
}

.ab-page.ab-shop .room-lifestyle-card__meta {
  padding: 14px 0 0;
  gap: 6px;
}

.ab-page.ab-shop .room-lifestyle-card__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 20px;
  color: var(--ab-ink);
  margin: 0;
}

.ab-page.ab-shop .room-lifestyle-card__price {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8472;
  margin: 0;
}

.ab-page.ab-shop .room-lifestyle-card__cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: 8px;
  padding: 0;
  background: transparent;
  color: var(--ab-ink);
  font-family: 'Jost', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: var(--ab-gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  border: none;
  border-radius: 0;
  transition: opacity 0.2s;
}

.ab-page.ab-shop .room-lifestyle-card:hover .room-lifestyle-card__cta {
  background: transparent;
  transform: none;
  opacity: 0.75;
}

.ab-page.ab-shop .room-picker {
  background: var(--ab-bg);
  border: 1px solid var(--ab-hair);
  border-radius: 0;
  padding: 28px;
  box-shadow: none;
}

.ab-page.ab-shop .room-picker__stage {
  border: 1px solid var(--ab-hair);
  border-radius: 0;
  background: var(--ab-bg);
}

.ab-page.ab-shop .room-picker__thumb {
  border: 1px solid var(--ab-hair);
  border-radius: 0;
  background: var(--ab-bg);
}

.ab-page.ab-shop .room-picker__thumb.is-selected {
  border-color: var(--ab-ink);
  box-shadow: none;
}

.ab-page.ab-shop .room-picker__thumbs {
  scrollbar-color: var(--ab-sky) var(--ab-bg);
}

.ab-page.ab-shop .ab-room-toggle {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--ab-ink);
  background: rgba(248, 246, 241, 0.92);
  border: 1px solid var(--ab-hair);
  border-radius: 0;
}

.ab-page.ab-shop .ab-room-toggle:hover,
.ab-page.ab-shop .ab-room-toggle[aria-pressed="true"] {
  background: var(--ab-ink);
  color: var(--ab-bg);
}

.ab-page.ab-shop .ab-room-modal__panel {
  background: var(--ab-bg);
  border: 1px solid var(--ab-hair);
  border-radius: 0;
  box-shadow: none;
}

.ab-page.ab-shop .ab-room-modal__close {
  border: 1px solid var(--ab-hair);
  border-radius: 0;
  background: var(--ab-bg);
  color: var(--ab-ink);
}

.ab-page.ab-shop .ab-room-modal__close:hover {
  background: var(--ab-ink);
  color: var(--ab-bg);
}

.ab-page.ab-shop .ab-room-modal__title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-size: 26px;
  color: var(--ab-ink);
}

.ab-page.ab-shop .ab-room-modal__price {
  font-family: 'Jost', Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8a8472;
}

.ab-page.ab-shop .ab-room-modal__link {
  display: inline-block;
  padding: 14px 30px;
  background: var(--ab-ink);
  color: var(--ab-bg);
  font-family: 'Jost', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  border-radius: 0;
}

.ab-page.ab-shop .ab-room-modal__link:hover {
  background: var(--ab-ink);
  opacity: 0.9;
}

@media (max-width: 760px) {
  .ab-page.ab-shop .ab-wrap {
    padding: 0 24px !important;
  }

  .ab-page.ab-shop .ab-pagehead {
    padding: 40px 0 36px;
  }

  .ab-page.ab-shop .ab-pagehead h1 {
    font-size: 32px;
  }

  .ab-page.ab-shop .room-preview-section {
    padding: 48px 0 64px;
  }

  .ab-page.ab-shop .room-preview-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .ab-page.ab-shop .room-preview-section .section-sub {
    text-align: left;
    max-width: none;
  }

  .ab-page.ab-shop .room-lifestyle-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ab-page.ab-shop .room-picker {
    padding: 16px;
  }
}
