/* =========================================================================
   OFFICE BUDDY — Sections & pages (depends on brand.css)
   ========================================================================= */

/* =========================================================================
   HERO (home)
   ========================================================================= */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: flex; align-items: center;
  overflow: hidden;
  background: var(--navy);
}
.hero__bg { position: absolute; inset: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(12,43,67,0.58) 0%, rgba(12,43,67,0.38) 38%, rgba(12,43,67,0.14) 72%, rgba(12,43,67,0.08) 100%);
}
.hero__inner { position: relative; width: 100%; padding-top: var(--s16); padding-bottom: var(--s20); display: flex; flex-direction: column; align-items: flex-start; --logo-w: min(380px, 72%); }
.hero__inner .hero__quote, .hero__inner .hero__cta { max-width: 620px; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 16px 8px 12px; border-radius: var(--r-pill);
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22);
  color: #fff; font-family: var(--f-accent); font-weight: 800; font-size: 13px; letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}
.hero__badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 4px rgba(0,163,239,0.35); animation: pulse 2s var(--ease) infinite; }
@keyframes pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(0,163,239,0.35);} 50% { box-shadow: 0 0 0 8px rgba(0,163,239,0);} }
.hero__inner--center { text-align: center; align-items: center; }
.hero__inner--center .hero__logo { margin: 0 auto var(--s6); }
.hero__inner--center .hero__quote { margin-left: auto; margin-right: auto; }
.hero__inner--center .hero__cta { justify-content: center; }
.hero__logo { display: block; height: auto; width: var(--logo-w); margin: 0 0 var(--s4); filter: drop-shadow(0 8px 22px rgba(0,0,0,0.45)) drop-shadow(0 2px 6px rgba(0,0,0,0.35)); }
.hero__logo--white { }
.hero h1.hero__title { color: #fff; max-width: 14ch; }
.hero__quote { color: #fff; max-width: 560px; margin: 0 0 var(--s12) calc(var(--logo-w) * 0.0303); font-size: clamp(22px, 2.6vw, 32px); line-height: 1.3; font-family: var(--f-display); font-weight: 500; letter-spacing: -0.01em; }
.hero__quote b { color: #FEFFE4; font-weight: 600; }
.hero__sub { color: rgba(255,255,255,0.82); max-width: 540px; margin-top: var(--s4); font-size: 18px; }
.hero__cta { display: flex; gap: var(--s3); flex-wrap: wrap; margin-top: 0; }
.hero__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: var(--s5); }
.hero__tag svg { width: 15px; height: 15px; }
.hero__tag .dot { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.hero__tag .dot--green { background: #35D07F; box-shadow: 0 0 0 3px rgba(53,208,127,0.3); }
.hero__tag {
  display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  padding: 8px 16px; border-radius: var(--r-pill);
  background: rgba(255,255,255,0.10); border: 1px solid rgba(255,255,255,0.18);
  color: #fff; font-size: 14px; font-weight: 500; font-family: var(--f-display);
}
.hero__tag--accent { background: var(--blue); border-color: var(--blue); }
.hero__scroll {
  position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,0.7); font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px; font-family: var(--f-accent); font-weight: 700;
}
.hero__scroll svg { width: 20px; height: 20px; animation: bob 1.8s var(--ease) infinite; }
@keyframes bob { 0%,100% { transform: translateY(0);} 50% { transform: translateY(6px);} }

/* Section heading block */
.sec-head { max-width: 720px; margin-bottom: var(--s12); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow { justify-content: center; }
.sec-head h2 { margin-top: var(--s4); }
.sec-head p { margin-top: var(--s5); }

/* =========================================================================
   BUDDIES — mood board
   ========================================================================= */
.buddies { background-color: #7A4E22; background-image: url('../assets/cork-board.png?v=3'); background-size: cover; background-position: center; position: relative; overflow: hidden; padding: var(--s10) 0; }12) 0; }
.buddies::before {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 120px rgba(30,14,2,0.55), inset 0 0 30px rgba(30,14,2,0.4);
  pointer-events: none;
}
.buddies .sec-head h2 { color: #FFF7EA; text-shadow: 0 2px 10px rgba(50,26,4,0.4); }
.buddies .sec-head p { color: rgba(255,247,234,0.92); }
.buddies .eyebrow { color: #FFE0A6; }
.buddies .eyebrow::before { background: #FFE0A6; }
.buddies__inner { position: relative; }
.board {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--s3);
  margin-top: var(--s5);
}
.pin-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(40,20,4,0.35), 0 3px 8px rgba(40,20,4,0.28);
  padding: 14px 14px 18px;
  position: relative;
}
.pin-card::before { /* tape */
  content: ""; position: absolute; top: -12px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  width: 92px; height: 26px;
  background: rgba(0,163,239,0.22);
  border: 1px dashed rgba(0,163,239,0.5);
  border-radius: 2px;
}
.pin-card img { width: 100%; height: 100%; object-fit: cover; border-radius: 3px; display: block; }
.pin-card__cap { font-family: var(--f-accent); font-weight: 800; color: var(--navy); text-align: center; padding-top: 12px; font-size: 15px; }

/* pin dot instead of tape variant */
.pin-card--pin::before {
  width: 16px; height: 16px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ff7a7a, #d63a3a);
  border: none; box-shadow: 0 2px 4px rgba(0,0,0,0.3); top: 10px;
}

.note {
  border-radius: 4px;
  padding: var(--s6);
  box-shadow: 0 12px 26px rgba(40,20,4,0.38), 0 4px 10px rgba(40,20,4,0.30);
  font-family: var(--f-accent);
  color: var(--navy);
  position: relative;
  display: flex; flex-direction: column; justify-content: center;
}
.note::before { /* pin */
  content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #ffd27a, #e0a32e);
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}
.note--yellow { background: #FFE8A3; }
.note--blue { background: var(--blue); color: #fff; }
.note--blue::before { background: radial-gradient(circle at 35% 30%, #fff, #cbe); }
.note--white { background: #fff; }
.note__q { font-size: clamp(22px, 2.4vw, 30px); font-weight: 900; line-height: 1.15; }
.note__body { font-size: 16px; font-weight: 700; line-height: 1.5; }
.note__body.big { font-size: 17px; }

.board__story { background: #fff; border-radius: var(--r-md); box-shadow: var(--sh-md); padding: var(--s8); }
.board__story h3 { margin-bottom: var(--s3); }
.board__story p { color: var(--ink-2); font-size: 16px; }
.board__story p + p { margin-top: var(--s3); }
.board__sign { font-family: var(--f-accent); font-weight: 800; color: var(--blue-deep); margin-top: var(--s5); }

/* rotations for organic feel */
.rot-l2 { transform: rotate(-2deg); }
.rot-l1 { transform: rotate(-1deg); }
.rot-r1 { transform: rotate(1.4deg); }
.rot-r2 { transform: rotate(2.2deg); }
.pin-card, .note { transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease); }
.pin-card:hover, .note:hover { transform: rotate(0deg) translateY(-4px) scale(1.02); box-shadow: 0 22px 44px rgba(40,20,4,0.42), 0 8px 16px rgba(40,20,4,0.3); z-index: 3; }

/* board placement (12-col) */
.g-story  { grid-column: span 5; grid-row: span 2; }
.buddies .sec-head { margin-bottom: var(--s10); }
.g-photo1 { grid-column: span 4; height: 160px; }
.g-photo2 { grid-column: span 3; height: 130px; }
.g-photo3 { grid-column: span 5; height: 145px; }
.g-photo4 { grid-column: span 3; height: 145px; }
.board__story { padding: var(--s5); }
.g-note-q1{ grid-column: span 3; }
.g-note-q2{ grid-column: span 4; }
.g-note-w { grid-column: span 4; }

/* =========================================================================
   ALL INCLUDED — amenities
   ========================================================================= */
.included { background: var(--paper); position: relative; overflow: hidden; }
.included .wrap { position: relative; z-index: 1; }
.included__banner {
  display: flex; align-items: center; gap: var(--s6); flex-wrap: wrap;
  background: rgba(0,163,239,0.12);
  backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid rgba(0,163,239,0.32);
  color: var(--navy); border-radius: var(--r-xl); padding: var(--s10) var(--s12);
  margin-bottom: var(--s12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 12px 30px rgba(0,163,239,0.12);
  position: relative; overflow: hidden;
}
.included__banner::before {
  content: ""; position: absolute; right: -50px; bottom: -90px; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(0,163,239,0.22), transparent 68%);
  filter: blur(12px); pointer-events: none;
}
.included__banner::after {
  content: ""; position: absolute; left: 5%; right: 5%; top: 0; height: 42%;
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0));
  border-radius: var(--r-xl) var(--r-xl) 50% 50% / var(--r-xl) var(--r-xl) 100% 100%;
  pointer-events: none;
}
.included__banner h2 { color: var(--navy); flex: 1; min-width: 280px; position: relative; }
.included__banner .price-hl { color: var(--blue-deep); }
.included__banner p { color: var(--ink-2); max-width: 340px; font-size: 16px; position: relative; }
.amen-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s5); }
.amen {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: var(--s6); display: flex; flex-direction: column; gap: var(--s3);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}
.amen:hover { transform: translateY(-4px); box-shadow: var(--sh-md); border-color: var(--blue-tint); }
.amen__ic {
  width: 52px; height: 52px; border-radius: var(--r-md);
  background: var(--blue-wash); color: var(--blue-deep);
  display: flex; align-items: center; justify-content: center;
}
.amen:hover .amen__ic { background: var(--blue); color: #fff; }
.amen__ic svg { width: 26px; height: 26px; }
.amen h4 { font-size: 17px; }
.amen p { color: var(--ink-2); font-size: 14.5px; line-height: 1.5; }

/* =========================================================================
   STATS BANNER (blue)
   ========================================================================= */
.stats {
  position: relative; padding: var(--s20) 0;
  background: var(--navy) url('../assets/ob-coworking.jpg') center/cover fixed;
  color: #fff; overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(0,110,175,0.72), rgba(12,43,67,0.72));
}
.stats__grid {
  position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s6); text-align: center;
  max-width: 980px; margin: 0 auto; padding: var(--s12) var(--s8);
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--r-xl);
  box-shadow: 0 20px 60px rgba(6,30,50,0.35), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(255,255,255,0.12);
}
.stats__grid::before {
  content: ""; position: absolute; left: 6%; right: 6%; top: 0; height: 45%;
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0));
  border-radius: var(--r-xl) var(--r-xl) 50% 50% / var(--r-xl) var(--r-xl) 100% 100%;
  pointer-events: none;
}
.stat__n { font-family: var(--f-display); font-weight: 700; font-size: clamp(52px, 8vw, 92px); line-height: 1; letter-spacing: -0.03em; }
.stat__l { font-family: var(--f-accent); font-weight: 800; font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: var(--s3); color: rgba(255,255,255,0.9); }
.stat + .stat { border-left: 1px solid rgba(255,255,255,0.3); }

/* =========================================================================
   SPACES — cards grid (3 per row)
   ========================================================================= */
.spaces { position: relative; background: linear-gradient(180deg, #EEF7FD 0%, #E4F2FB 100%); overflow: hidden; }
.spaces .sec-head { max-width: 900px; position: relative; z-index: 1; }
.spaces .sec-head h2 { white-space: nowrap; }
.spaces__orb { display: none; }
.spaces::before { content: ""; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 900px; height: 500px; border-radius: 50%; background: radial-gradient(ellipse, rgba(255,255,255,0.7), transparent 70%); pointer-events: none; }
.spaces::after { content: none; }
.spaces > .wrap { position: relative; z-index: 1; }
.spaces .space-card {
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(20px) saturate(150%); -webkit-backdrop-filter: blur(20px) saturate(150%);
  border: 1px solid rgba(255,255,255,0.8);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9), 0 12px 34px rgba(12,43,67,0.09);
}
.spaces__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s6); }
.space-card {
  background: #fff; border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); display: flex; flex-direction: column;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
}
.space-card:hover { transform: translateY(-6px); box-shadow: var(--sh-lg); }
.space-card__media { position: relative; height: 240px; overflow: hidden; background: var(--navy); }
.space-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.space-card:hover .space-card__media img { transform: scale(1.05); }
.space-card__tag {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 13px; border-radius: var(--r-pill);
  background: rgba(255,255,255,0.95); color: var(--navy);
  font-family: var(--f-accent); font-weight: 800; font-size: 12px; letter-spacing: 0.04em;
  box-shadow: var(--sh-sm);
}
.space-card__tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); }
.space-card__body { padding: var(--s6); display: flex; flex-direction: column; gap: var(--s3); flex: 1; }
.space-card__top { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--s3); }
.space-card__name { font-family: var(--f-display); font-weight: 600; font-size: 22px; color: var(--navy); }
.space-card__cap { font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.space-card__price { text-align: right; flex-shrink: 0; }
.space-card__price b { font-family: var(--f-display); font-weight: 700; font-size: 26px; color: var(--navy); display: block; line-height: 1; }
.space-card__price span { font-size: 13px; color: var(--ink-3); }
.space-card__desc { color: var(--ink-2); font-size: 15px; line-height: 1.55; }
.space-card__feats { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: var(--r-pill);
  background: var(--blue-wash); color: var(--blue-deep);
  font-size: 13px; font-weight: 600;
}
.space-card__actions { margin-top: auto; display: flex; gap: var(--s3); padding-top: var(--s2); }
.space-card__actions .btn { flex: 1; }

/* Note under spaces about expandability */
.spaces__note { text-align: center; margin-top: var(--s10); color: var(--ink-2); font-size: 15px; }
.spaces__note b { color: var(--blue-deep); }

/* =========================================================================
   ITEM DETAIL PAGE
   ========================================================================= */
.item-hero { padding-top: var(--s12); }
.crumbs { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--ink-3); margin-bottom: var(--s6); }
.crumbs a { color: var(--ink-2); font-weight: 500; }
.crumbs a:hover { color: var(--blue-deep); }
.crumbs svg { width: 14px; height: 14px; }

.item-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: var(--s12); align-items: start; }
.item-gallery { display: flex; flex-direction: column; gap: var(--s4); position: sticky; top: calc(var(--header-h) + 20px); }
.item-gallery__main { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); background: var(--navy); aspect-ratio: 4/3; }
.item-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.item-gallery__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s4); }
.item-gallery__thumb { border-radius: var(--r-md); overflow: hidden; aspect-ratio: 4/3; cursor: pointer; border: 3px solid transparent; background: var(--navy); transition: border-color 0.15s var(--ease); }
.item-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.item-gallery__thumb.is-active { border-color: var(--blue); }

.item-info__tag {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 14px; border-radius: var(--r-pill); background: var(--blue-wash); color: var(--blue-deep);
  font-family: var(--f-accent); font-weight: 800; font-size: 13px; letter-spacing: 0.04em; margin-bottom: var(--s5);
}
.item-info h1 { font-size: clamp(34px, 4.5vw, 54px); }
.item-info__lede { font-size: 18px; color: var(--ink-2); margin-top: var(--s4); line-height: 1.6; }
.item-price-row { display: flex; align-items: baseline; gap: 10px; margin: var(--s8) 0; padding: var(--s6) 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.item-price-row b { font-family: var(--f-display); font-weight: 700; font-size: 48px; color: var(--navy); line-height: 1; }
.item-price-row span { color: var(--ink-2); font-size: 17px; }
.item-price-row .item-price-note { margin-left: auto; font-size: 14px; color: var(--ink-3); max-width: 180px; text-align: right; }
.item-specs { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); margin: var(--s8) 0; }
.item-spec { display: flex; gap: 14px; align-items: flex-start; }
.item-spec__ic { width: 44px; height: 44px; border-radius: var(--r-md); background: var(--blue-wash); color: var(--blue-deep); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.item-spec__ic svg { width: 22px; height: 22px; }
.item-spec b { display: block; font-family: var(--f-display); font-weight: 600; color: var(--navy); font-size: 15px; }
.item-spec span { font-size: 14px; color: var(--ink-2); }
.item-includes { margin: var(--s8) 0; }
.item-includes h4 { margin-bottom: var(--s4); }
.item-includes ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3); }
.item-includes li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; color: var(--ink); }
.item-includes svg { width: 20px; height: 20px; color: var(--blue); flex-shrink: 0; margin-top: 1px; }
.item-cta { display: flex; gap: var(--s3); flex-wrap: wrap; margin-top: var(--s8); }

/* =========================================================================
   BOOK PAGE
   ========================================================================= */
.book-hero { text-align: center; padding: var(--s16) 0 var(--s10); }
.book-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.book-hero h1 .hl { color: var(--blue); }
.book-hero p { max-width: 540px; margin: var(--s5) auto 0; }
.book-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: var(--s10); align-items: start; padding-bottom: var(--s24); }
.book-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); padding: var(--s10); }
.book-card h3 { margin-bottom: var(--s6); }
.field { margin-bottom: var(--s5); }
.field label { display: flex; align-items: center; gap: 8px; font-family: var(--f-display); font-weight: 500; font-size: 14.5px; color: var(--navy); margin-bottom: 8px; }
.field label svg { width: 17px; height: 17px; color: var(--blue-deep); }
.field .req { color: var(--blue-deep); }
.input, .select, .textarea {
  width: 100%; height: 52px; padding: 0 16px;
  font-family: var(--f-body); font-size: 16px; color: var(--ink);
  background: var(--paper); border: 1.5px solid var(--line-2); border-radius: var(--r-md);
  transition: border-color 0.15s var(--ease), box-shadow 0.15s var(--ease), background 0.15s var(--ease);
}
.textarea { height: auto; min-height: 120px; padding: 14px 16px; resize: vertical; line-height: 1.5; }
.select { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%230784C2' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 16px center; padding-right: 44px;
}
.input:focus, .select:focus, .textarea:focus { outline: none; border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px var(--blue-tint); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.book-side { display: flex; flex-direction: column; gap: var(--s6); }
.next-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-sm); padding: var(--s8); }
.next-card h3 { margin-bottom: var(--s6); }
.next-step { display: flex; gap: var(--s4); margin-bottom: var(--s5); }
.next-step:last-child { margin-bottom: 0; }
.next-step__n { width: 34px; height: 34px; border-radius: 50%; background: var(--blue); color: #fff; font-family: var(--f-display); font-weight: 600; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.next-step b { display: block; font-family: var(--f-display); font-weight: 600; color: var(--navy); }
.next-step span { font-size: 14.5px; color: var(--ink-2); }
.help-card { background: linear-gradient(130deg, var(--blue), #12B4FF); color: #fff; border-radius: var(--r-lg); padding: var(--s8); box-shadow: var(--sh-blue); }
.help-card h3 { color: #fff; margin-bottom: var(--s3); }
.help-card p { color: rgba(255,255,255,0.9); font-size: 15px; }
.help-card__row { display: flex; align-items: center; gap: 10px; margin-top: var(--s4); font-weight: 600; }
.help-card__row svg { width: 19px; height: 19px; }
.book-side__photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--sh-md); aspect-ratio: 4/3; }
.book-side__photo img { width: 100%; height: 100%; object-fit: cover; }

.book-success {
  display: none;
  flex-direction: column; align-items: center; text-align: center; gap: var(--s4);
  padding: var(--s10) var(--s6);
}
.book-success.show { display: flex; }
.book-success__ring { width: 84px; height: 84px; border-radius: 50%; background: var(--blue-wash); color: var(--blue-deep); display: flex; align-items: center; justify-content: center; animation: pop 0.4s var(--ease-bounce); }
.book-success__ring svg { width: 42px; height: 42px; }
@keyframes pop { from { transform: scale(0);} to { transform: scale(1);} }
.book-form.hide { display: none; }

/* =========================================================================
   PAGE HEADER STRIP (for spaces/generic pages)
   ========================================================================= */
.page-head { background: var(--navy); color: #fff; padding: var(--s16) 0 var(--s16); position: relative; overflow: hidden; }
.page-head::after { content: ""; position: absolute; right: -60px; bottom: -80px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(0,163,239,0.35), transparent 70%); }
.page-head__inner { position: relative; }
.page-head .eyebrow { color: var(--sky); }
.page-head .eyebrow::before { background: var(--sky); }
.page-head h1 { color: #fff; margin-top: var(--s4); max-width: 16ch; }
.page-head p { color: rgba(255,255,255,0.82); max-width: 560px; margin-top: var(--s5); font-size: 18px; }

/* =========================================================================
   REVEAL ANIMATION
   ========================================================================= */
/* Hero "Book your workspace" — frosted glass matching Book Now, tuned for the dark hero */
.hero__cta .btn--primary {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
  backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
.hero__cta .btn--primary::before { display: none; }
.hero__cta .btn--primary:hover {
  background: rgba(255,255,255,0.24);
  border-color: rgba(255,255,255,0.7);
  color: #fff; transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 8px 22px rgba(0,0,0,0.22);
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1000px) {
  .amen-grid { grid-template-columns: repeat(2, 1fr); }
  .spaces__grid { grid-template-columns: repeat(2, 1fr); }
  .item-grid { grid-template-columns: 1fr; gap: var(--s8); }
  .item-gallery { position: static; }
  .book-grid { grid-template-columns: 1fr; }
  /* mood board collapses */
  .board { grid-template-columns: repeat(6, 1fr); }
  .g-story { grid-column: span 6; grid-row: auto; }
  .g-photo1, .g-photo3 { grid-column: span 6; }
  .g-photo2, .g-photo4 { grid-column: span 3; }
  .g-note-q1, .g-note-q2, .g-note-w { grid-column: span 3; }
}
@media (max-width: 640px) {
  .section { padding: var(--s16) 0; }
  .spaces__grid { grid-template-columns: 1fr; }
  .amen-grid { grid-template-columns: 1fr 1fr; }
  .stats__grid { grid-template-columns: 1fr; gap: var(--s10); }
  .stat + .stat { border-left: none; border-top: 1px solid rgba(255,255,255,0.25); padding-top: var(--s10); }
  .included__banner { padding: var(--s8); }
  .item-specs, .item-includes ul, .field-row { grid-template-columns: 1fr; }
  .item-price-row { flex-wrap: wrap; }
  .item-price-row .item-price-note { text-align: left; margin-left: 0; }
  .board { grid-template-columns: repeat(4, 1fr); }
  .g-photo2, .g-photo4, .g-note-q1, .g-note-q2, .g-note-w { grid-column: span 4; }
  .book-card, .next-card { padding: var(--s6); }
}
