/* ==========================================================================
   Cocostay — stylesheet (carbon copy of live cocostay.in design)
   Self-contained: no WordPress/Elementor/jQuery dependency.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

:root{
  --orange: #F87628;
  --orange-dark: #DE5E10;
  --black: #17130F;
  --ink: #2B2621;
  --cream: #F4EEE1;
  --gray-card: #F4F4F4;
  --line: rgba(23,19,15,0.12);
  --radius: 22px;
  --max: 1240px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }

body{
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img{ max-width: 100%; display: block; }
a{ color: inherit; text-decoration: none; }

h1, h2, h3, h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 16px;
  color: var(--black);
}

.container{ max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section{ padding: 72px 0; }
section.tight{ padding: 44px 0; }

/* ---------- Marquee ticker ---------- */
.ticker{
  background: var(--orange);
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 9px 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.ticker-track{
  display: inline-flex;
  animation: ticker-scroll 26s linear infinite;
}
.ticker-track span{ padding: 0 28px; display: inline-flex; align-items: center; gap: 10px; }
.ticker-track span::before{ content: "•"; opacity: 0.8; }
@keyframes ticker-scroll{
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---------- Header ---------- */
header.site-header{
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-wrap{
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand{ display: flex; align-items: center; gap: 9px; }
.brand img{ height: 44px; width: auto; }
nav.main-nav{ display: flex; align-items: center; gap: 6px; }
nav.main-nav a{
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--black);
  padding: 9px 18px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
nav.main-nav a:hover{ color: var(--orange); }
nav.main-nav a.active{ border-color: var(--orange); color: var(--orange); }
.nav-actions{ display: flex; align-items: center; gap: 16px; }
.nav-icon-btn{
  width: 22px; height: 22px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--orange);
  background: none; border: none; cursor: pointer; padding: 0;
}
.nav-icon-btn svg{ width: 100%; height: 100%; }
.nav-divider{ width: 1px; height: 26px; background: var(--line); }
.nav-toggle{ display: inline-flex; }

@media (max-width: 900px){
  nav.main-nav{
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 24px;
    gap: 8px;
    display: none;
  }
  nav.main-nav.open{ display: flex; }
  nav.main-nav a{ width: 100%; }
}

/* ---------- Hero (home) ---------- */
.home-hero{ padding: 40px 0 64px; }
.home-hero .hero-grid{
  display: flex;
  gap: 26px;
  align-items: stretch;
  flex-wrap: wrap;
}
.hero-panel{
  background: var(--orange);
  border-radius: var(--radius);
  padding: 46px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  flex: 20 1 380px;
}
.hero-panel .eyebrow{ font-size: 0.85rem; font-weight: 600; opacity: 0.95; margin: 0 0 16px; max-width: 20ch; }
.hero-badge{
  display: inline-flex;
  align-self: flex-start;
  background: #fff;
  color: var(--orange);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 5px 16px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.hero-panel h1{ color: #fff; font-size: clamp(2.1rem, 4.2vw, 2.9rem); margin: 0 0 18px; }
.hero-panel p.lede{ color: rgba(255,255,255,0.92); font-size: 0.98rem; max-width: 34ch; margin: 0 0 30px; }
.hero-ctas{ display: flex; gap: 12px; flex-wrap: wrap; }
.hero-photo{ border-radius: var(--radius); overflow: hidden; flex: 23 1 420px; }
.hero-photo img{ width: 100%; height: 100%; object-fit: cover; min-height: 320px; }

@media (max-width: 860px){
  .home-hero .hero-grid{ gap: 20px; }
  .hero-photo img{ min-height: 240px; }
}

/* ---------- Inner page photo hero ---------- */
.photo-hero{
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  color: #fff;
}
.photo-hero img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.photo-hero::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,8,6,0.55), rgba(10,8,6,0.72));
  z-index: 1;
}
.photo-hero .inner{ position: relative; z-index: 2; padding: 60px 24px; max-width: 760px; }
.photo-hero h1{ color: #fff; font-size: clamp(2.2rem, 5vw, 3.2rem); }
.photo-hero p{ color: rgba(255,255,255,0.9); font-size: 1.02rem; max-width: 46ch; margin: 0 auto; }
.photo-hero.contact-hero{ min-height: 380px; text-align: left; }
.photo-hero.contact-hero .inner{ max-width: var(--max); width: 100%; padding: 70px 24px; }
.photo-hero.contact-hero h1{ text-align: left; margin-bottom: 18px; }
.photo-hero.contact-hero h1 .accent{ color: var(--orange); }
.photo-hero.contact-hero p{ margin: 0 0 34px; text-align: left; }
.call-out{ font-size: 0.85rem; color: rgba(255,255,255,0.8); margin: 0 0 4px; }
.call-out strong{ display: block; font-size: 1.3rem; color: #fff; font-weight: 700; margin-top: 4px; }

/* ---------- Cream page hero (Coco Stories / About) ---------- */
.cream-hero{
  background: var(--cream);
  text-align: center;
  padding: 64px 0 56px;
}
.cream-hero h1{ font-size: clamp(2.4rem, 6vw, 3.6rem); margin-bottom: 18px; }
.breadcrumb{ font-size: 0.92rem; font-weight: 600; color: var(--black); }
.breadcrumb a{ color: var(--black); }
.breadcrumb a:hover{ color: var(--orange); }
.breadcrumb .sep{ margin: 0 8px; opacity: 0.5; }
.breadcrumb .current{ color: var(--orange); }

/* ---------- Buttons ---------- */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.btn svg{ width: 13px; height: 13px; }
.btn-white{ background: #fff; color: var(--orange); }
.btn-white:hover{ transform: translateY(-2px); }
.btn-outline-white{ background: transparent; color: #fff; border-color: rgba(255,255,255,0.6); }
.btn-outline-white:hover{ border-color: #fff; }
.btn-orange{ background: var(--orange); color: #fff; }
.btn-orange:hover{ background: var(--orange-dark); transform: translateY(-2px); }
.btn-outline-orange{ background: transparent; color: var(--orange); border-color: var(--orange); }
.btn-outline-orange:hover{ background: var(--orange); color: #fff; }
.btn-black{ background: var(--black); color: #fff; }
.btn-black:hover{ background: #000; transform: translateY(-2px); }

/* ---------- Amenities carousel ---------- */
.amenities-wrap{ position: relative; }
.amenities-track{
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 4px 4px 8px;
  scrollbar-width: none;
}
.amenities-track::-webkit-scrollbar{ display: none; }
.amenity{
  flex: 0 0 auto;
  width: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  scroll-snap-align: start;
}
.amenity .icon-circle{
  width: 66px; height: 66px;
  border-radius: 50%;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.amenity .icon-circle svg{ width: 30px; height: 30px; color: #fff; }
.amenity span{ font-size: 0.8rem; font-weight: 600; color: var(--black); }
.carousel-dots{ display: flex; gap: 6px; justify-content: center; margin-top: 18px; }
.carousel-dots span{ width: 6px; height: 6px; border-radius: 50%; background: var(--line); }
.carousel-dots span.on{ background: var(--orange); width: 16px; border-radius: 4px; }

/* ---------- Section headings ---------- */
.section-head{ text-align: center; margin: 0 auto 40px; }
.section-head h2{ font-size: clamp(1.8rem, 4vw, 2.5rem); color: var(--orange); }

/* ---------- Room cards ---------- */
.room-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.room-card{ position: relative; border-radius: var(--radius); overflow: hidden; }
.room-card .thumb{ aspect-ratio: 4/3; }
.room-card .thumb img{ width: 100%; height: 100%; object-fit: cover; }
.room-card .tag{
  position: absolute;
  left: 14px; right: 14px; bottom: 14px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}
.room-card h3{ font-size: 1.02rem; margin: 0 0 4px; }
.room-card .price{ font-size: 0.85rem; color: var(--ink); font-weight: 600; margin: 0; }
.room-card .arrow-btn{
  flex-shrink: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.room-card .arrow-btn svg{ width: 15px; height: 15px; }

@media (max-width: 700px){
  .room-grid{ grid-template-columns: 1fr; }
}

/* ---------- Stats ---------- */
.stats-row{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-icon{
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
}
.stat-icon svg{ width: 26px; height: 26px; color: #fff; }
.stat .num{ font-size: clamp(1.7rem, 3.6vw, 2.2rem); font-weight: 800; color: var(--black); }
.stat .label{ font-size: 0.85rem; color: var(--ink); margin-top: 4px; }

@media (max-width: 700px){
  .stats-row{ grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
}

/* ---------- Category split panels ---------- */
.cat-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 340px;
}
.cat-block .cat-text{ padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; }
.cat-block .cat-photo{ position: relative; }
.cat-block .cat-photo img{ width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.cat-block.orange .cat-text{ background: var(--orange); color: #fff; }
.cat-block.orange h3{ color: #fff; }
.cat-block.orange p{ color: rgba(255,255,255,0.92); }
.cat-block.orange ul li{ color: #fff; }
.cat-block.orange .ideal strong{ color: #fff; }
.cat-block.light .cat-text{ background: #fff; }
.cat-block.light h3{ color: var(--orange); }
.cat-block.reverse{ direction: rtl; }
.cat-block.reverse .cat-text{ direction: ltr; }
.cat-block h3{ font-size: 1.7rem; margin-bottom: 12px; }
.cat-block p.desc{ margin: 0 0 14px; font-size: 0.96rem; }
.cat-block .ideal{ font-size: 0.86rem; margin-bottom: 18px; }
.cat-block ul{ list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 9px; }
.cat-block li{ display: flex; align-items: center; gap: 9px; font-size: 0.9rem; }
.cat-block li svg{ width: 15px; height: 15px; color: #fff; flex-shrink: 0; }
.cat-block.light li svg{ color: var(--orange); }

@media (max-width: 800px){
  .cat-block, .cat-block.reverse{ grid-template-columns: 1fr; direction: ltr; }
  .cat-block .cat-photo{ min-height: 240px; }
}

/* ---------- Share experience ---------- */
.share-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.share-photos{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.share-photos img{ border-radius: 12px; aspect-ratio: 1/1; object-fit: cover; }
.share-grid .eyebrow{ font-size: 0.85rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.share-grid h2{ color: var(--orange); font-size: clamp(1.8rem, 4vw, 2.4rem); }

@media (max-width: 800px){
  .share-grid{ grid-template-columns: 1fr; }
}

/* ---------- Skewed ticker ribbon ---------- */
.ribbon-wrap{ padding: 30px 0; overflow: hidden; }
.ribbon{
  background: var(--black);
  color: rgba(255,255,255,0.85);
  transform: rotate(-1.6deg);
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}
.ribbon-track{ display: inline-flex; animation: ticker-scroll 22s linear infinite; }
.ribbon-track span{ padding: 0 30px; font-size: 1.1rem; font-weight: 700; }

/* ---------- Reviews ---------- */
.reviews-head{ text-align: center; margin-bottom: 34px; }
.reviews-head .excellent{ font-size: 1.1rem; font-weight: 800; letter-spacing: 0.06em; margin-bottom: 8px; }
.stars{ color: #F7B500; font-size: 1.3rem; letter-spacing: 3px; margin-bottom: 8px; }
.reviews-head .based{ font-size: 0.9rem; color: var(--ink); margin-bottom: 10px; }
.reviews-head .google-badge{ display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 1.1rem; }

.reviews-track{
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
  scrollbar-width: none;
}
.reviews-track::-webkit-scrollbar{ display: none; }
.review-card{
  flex: 0 0 auto;
  width: 300px;
  background: var(--gray-card);
  border-radius: 16px;
  padding: 22px;
  scroll-snap-align: start;
}
.review-top{ display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.review-avatar{
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 0.95rem;
  flex-shrink: 0;
}
.review-name{ font-weight: 700; font-size: 0.92rem; display: flex; align-items: center; gap: 5px; }
.review-name svg{ width: 13px; height: 13px; color: #4285F4; }
.review-time{ font-size: 0.76rem; color: var(--ink); opacity: 0.7; }
.review-stars{ color: #F7B500; font-size: 0.85rem; margin-bottom: 8px; letter-spacing: 2px; }
.review-text{ font-size: 0.88rem; color: var(--ink); margin: 0; }
.review-text .read-more{ color: var(--ink); opacity: 0.6; font-weight: 600; }

/* ---------- Footer ---------- */
footer.site-footer{ background: var(--orange); color: #fff; padding-top: 64px; }
.footer-top{ display: flex; gap: 40px; padding-bottom: 44px; flex-wrap: wrap; }
.footer-top > div:first-child{ flex: 13 1 320px; }
.footer-top > .footer-directories{ flex: 10 1 220px; }
.footer-top h2{ color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.1rem); max-width: 16ch; }
.footer-info{ margin-top: 18px; font-size: 0.94rem; display: flex; flex-direction: column; gap: 6px; }
.footer-info strong{ display: block; margin-top: 10px; }
.footer-directories .dir-head{ display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.footer-directories h4{ color: #fff; font-family: 'Poppins'; font-weight: 700; font-size: 1.05rem; margin: 0; }
.footer-directories ul{ list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-directories a{ font-size: 0.94rem; font-weight: 600; }
.footer-directories a:hover{ opacity: 0.8; }
.footer-social{ display: flex; gap: 12px; }
.footer-social a{
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.6);
  display: flex; align-items: center; justify-content: center;
}
.footer-social svg{ width: 16px; height: 16px; }
.footer-social a:hover{ background: #fff; color: var(--orange); }
.footer-logo{ text-align: center; padding: 34px 0 18px; border-top: 1px solid rgba(255,255,255,0.25); }
.footer-logo img{ height: 130px; margin: 0 auto; }
.footer-bottom{
  text-align: right;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.85);
  padding: 0 0 20px;
}

@media (max-width: 800px){
  .footer-top{ gap: 30px; }
}

.scroll-top{
  position: fixed;
  right: 22px; bottom: 22px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--black);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  z-index: 50;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.scroll-top.show{ opacity: 1; pointer-events: auto; }
.scroll-top svg{ width: 18px; height: 18px; }

/* ---------- Gallery masonry ---------- */
.gallery-grid{ columns: 3 260px; column-gap: 16px; }
.gallery-grid figure{ margin: 0 0 16px; break-inside: avoid; border-radius: 14px; overflow: hidden; }
.gallery-grid img{ width: 100%; display: block; }

/* ---------- Contact info section ---------- */
.contact-info-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info-grid h2{ font-size: clamp(1.9rem, 4vw, 2.6rem); }
.info-pair{ display: flex; gap: 60px; margin-top: 26px; flex-wrap: wrap; }
.info-pair strong{ display: block; margin-bottom: 6px; font-size: 0.92rem; }
.info-pair span{ font-size: 0.92rem; color: var(--ink); }
.map-embed{ border-radius: var(--radius); overflow: hidden; height: 100%; min-height: 320px; }
.map-embed iframe{ width: 100%; height: 100%; min-height: 320px; border: 0; }

@media (max-width: 800px){ .contact-info-grid{ grid-template-columns: 1fr; } }

/* ---------- Ask a question ---------- */
.ask-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.ask-grid img{ border-radius: var(--radius); width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.ask-grid h2{ font-size: clamp(1.9rem, 4vw, 2.6rem); }
.field-row{ display: flex; gap: 30px; flex-wrap: wrap; }
.field-underline{ flex: 1; min-width: 200px; margin-bottom: 26px; }
.field-underline label{ display: block; font-size: 0.88rem; font-weight: 700; margin-bottom: 8px; }
.field-underline input, .field-underline textarea{
  width: 100%;
  border: none;
  border-bottom: 1.5px solid var(--line);
  background: transparent;
  font-family: inherit;
  font-size: 0.96rem;
  padding: 6px 0 10px;
  resize: vertical;
  color: var(--ink);
}
.field-underline input:focus, .field-underline textarea:focus{ outline: none; border-color: var(--orange); }
.form-success{
  display: none;
  margin-top: 16px;
  background: var(--gray-card);
  color: var(--ink);
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
}
.form-success.show{ display: block; }

@media (max-width: 800px){ .ask-grid{ grid-template-columns: 1fr; } .ask-grid img{ min-height: 220px; } }

/* ---------- FAQ (About Us) ---------- */
.faq-list{ max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item{ background: var(--gray-card); border-radius: 14px; overflow: hidden; }
.faq-item summary{
  list-style: none; cursor: pointer;
  padding: 18px 22px;
  display: flex; align-items: center; justify-content: space-between;
  font-weight: 700; font-size: 0.98rem;
}
.faq-item summary::-webkit-details-marker{ display: none; }
.faq-item summary .plus{
  flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%;
  background: var(--orange); color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; transition: transform 0.25s ease;
}
.faq-item[open] summary .plus{ transform: rotate(45deg); }
.faq-item .faq-body{ padding: 0 22px 20px; color: var(--ink); font-size: 0.94rem; }

/* ---------- Services grid (About) ---------- */
.service-grid{ display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.service-card{ background: var(--gray-card); border-radius: 16px; padding: 26px 16px; text-align: center; }
.service-card .icon-circle{ width: 56px; height: 56px; margin: 0 auto 14px; }
.service-card .icon-circle svg{ width: 26px; height: 26px; }
.service-card span{ font-size: 0.86rem; font-weight: 600; }

/* ---------- Split content (About) ---------- */
.split{ display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split img{ border-radius: var(--radius); width: 100%; }
@media (max-width: 800px){ .split{ grid-template-columns: 1fr; gap: 32px; } }

/* ---------- About Us: photo hero with tilted badge ---------- */
.about-hero{
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  border-radius: 0 0 var(--radius) var(--radius);
}
.about-hero img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.about-hero::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(8,6,5,0.15) 20%, rgba(8,6,5,0.78) 55%);
  z-index: 1;
}
.about-hero .inner{ position: relative; z-index: 2; margin-left: auto; width: 58%; padding: 60px 24px; }
.tilt-badge{
  display: inline-block;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 7px 20px;
  border-radius: 8px;
  transform: rotate(-3deg);
  margin-bottom: 18px;
}
.about-hero h1{ color: #fff; font-size: clamp(2.1rem, 4.4vw, 3rem); }
.about-hero p{ color: rgba(255,255,255,0.88); font-size: 0.98rem; max-width: 46ch; }

@media (max-width: 800px){
  .about-hero .inner{ width: 100%; }
}

/* ---------- Full-width photo CTA card ---------- */
.photo-card{
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 70px 24px;
}
.photo-card img{ position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.photo-card::after{ content:""; position:absolute; inset:0; background: rgba(10,8,6,0.62); z-index:1; }
.photo-card .inner{ position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.photo-card p{ color: rgba(255,255,255,0.92); font-size: 1rem; margin-bottom: 20px; }

/* ---------- Cream services card ---------- */
.services-card{ background: var(--cream); border-radius: var(--radius); padding: 56px 40px; text-align: center; }
.services-card .section-head h2{ color: var(--black); }
.service-grid3{ display: flex; flex-wrap: wrap; justify-content: center; gap: 40px 5%; text-align: center; }
.service-grid3 .service-item{ width: 27%; min-width: 150px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.service-icon-frame{
  width: 64px; height: 64px;
  border-radius: 16px;
  border: 1.6px solid var(--black);
  display: flex; align-items: center; justify-content: center;
  color: var(--black);
}
.service-icon-frame svg{ width: 28px; height: 28px; }
.service-grid3 span{ font-size: 0.92rem; font-weight: 600; color: var(--black); }

/* ---------- FAQ: left list + right photo ---------- */
.faq-split{ display: flex; gap: 60px; flex-wrap: wrap; align-items: flex-start; }
.faq-col{ flex: 11 1 380px; }
.faq-col h2{ font-size: clamp(1.8rem, 4vw, 2.5rem); text-align: left; margin-bottom: 30px; }
.faq-photo{ flex: 9 1 320px; align-self: stretch; }
.faq-photo img{ border-radius: var(--radius); width: 100%; height: 100%; object-fit: cover; min-height: 420px; }
.faq-row{ border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq-row summary{
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  font-weight: 700; font-size: 1rem; color: var(--black);
}
.faq-row summary::-webkit-details-marker{ display: none; }
.faq-row summary .arr{
  flex-shrink: 0; width: 20px; height: 20px; color: var(--black);
  transition: transform 0.2s ease;
}
.faq-row[open] summary .arr{ transform: rotate(45deg); }
.faq-row .faq-body{ padding-top: 14px; color: var(--ink); font-size: 0.92rem; max-width: 60ch; }

@media (max-width: 900px){
  .faq-photo{ order: -1; width: 100%; }
  .faq-photo img{ min-height: 240px; }
}
.badge-soon{
  display: inline-block;
  background: #fff;
  color: var(--orange);
  font-weight: 700;
  font-size: 0.78rem;
  padding: 6px 18px;
  border-radius: 999px;
  margin-bottom: 14px;
}

/* ---------- Utilities ---------- */
.text-center{ text-align: center; }
