
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; }
body.gw {
  font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
  color: #19282e;
  background: #fafcfc;
  line-height: 1.65;
}
a { color: inherit; }
.gw-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.gw-narrow { max-width: 760px; }
.gw-main { min-height: 55vh; }

/* header ------------------------------------------------------------ */
.gw-header { position: sticky; top: 0; z-index: 60; background: #ffffff; border-bottom: 1px solid rgba(25, 40, 46, 0.14); }
.gw-header-inner { display: flex; align-items: center; gap: 18px; min-height: 68px; }
.gw-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.gw-brand img { max-height: 40px; width: auto; }
.gw-nav { margin-left: auto; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.gw-nav a { text-decoration: none; font-weight: 600; font-size: .92rem; color: #4b5b63; padding: 6px 2px; border-bottom: 2px solid transparent; }
.gw-nav a:hover { color: #19282e; border-bottom-color: #1215c5; }
.gw-header-cta { white-space: nowrap; }

/* buttons ------------------------------------------------------------ */
.gw-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 999px; font-weight: 700; font-size: .95rem; text-decoration: none; border: 1px solid rgba(25, 40, 46, 0.24); background: #ffffff; color: #19282e; transition: transform .15s ease, box-shadow .15s ease; }
.gw-btn:hover { transform: translateY(-1px); box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-btn--primary { background: #085f87; color: #ffffff; border-color: #085f87; }
.gw-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* hero ---------------------------------------------------------------- */
.gw-hero { position: relative; }
.gw-kicker { text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 700; color: #1215c5; margin-bottom: 14px; }
.gw-hero h1 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(2.2rem, 6vw, 4rem); line-height: 1.06; letter-spacing: -0.02em; }
.gw-lead { margin-top: 16px; font-size: clamp(1.02rem, 2.2vw, 1.25rem); color: #4b5b63; max-width: 44ch; }
.gw-rating { display: inline-flex; align-items: center; gap: 10px; margin-top: 18px; padding: 8px 16px; border-radius: 999px; background: rgba(14, 165, 233, 0.1); font-weight: 600; font-size: .9rem; }
.gw-stars { color: #1215c5; letter-spacing: 2px; }

.gw-hero--immersive { min-height: min(88vh, 760px); display: flex; align-items: flex-end; overflow: hidden; }
.gw-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-hero-scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12, 10, 8, 0.45) 20%, rgba(0,0,0,.15) 60%, rgba(0,0,0,.35)); }
.gw-hero--immersive .gw-hero-inner { position: relative; padding: 96px 0 72px; color: #fff; }
.gw-hero--immersive h1 { color: #fff; }
.gw-hero--immersive .gw-lead { color: rgba(255,255,255,.88); }
.gw-hero--immersive .gw-rating { background: rgba(255,255,255,.14); color: #fff; backdrop-filter: blur(6px); }

.gw-hero--split .gw-hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; padding: 84px 0; }
.gw-hero-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-hero--centered .gw-hero-inner { padding: 96px 0 72px; text-align: center; }
.gw-hero--centered .gw-lead, .gw-hero--centered .gw-cta-row { margin-left: auto; margin-right: auto; justify-content: center; }

/* sections + grids ----------------------------------------------------- */
.gw-section { padding: 72px 0; }
.gw-section h2 { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: clamp(1.5rem, 3.4vw, 2.2rem); letter-spacing: -0.015em; margin-bottom: 28px; }
.gw-section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.gw-more { font-weight: 700; font-size: .92rem; color: #0a7bad; text-decoration: none; }
.gw-more:hover { text-decoration: underline; }
.gw-grid { display: grid; gap: 22px; }
.gw-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* cards ----------------------------------------------------------------- */
.gw-card { background: #ffffff; border: 1px solid rgba(25, 40, 46, 0.14); border-radius: 18px; overflow: hidden; transition: transform .18s ease, box-shadow .18s ease; }
.gw-card:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); }
.gw-card-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.gw-card-body, .gw-card > h3, .gw-service { padding: 0; }
.gw-card-body { padding: 18px 20px 20px; }
.gw-service, .gw-review, .gw-location { padding: 22px; }
.gw-card h3 { font-size: 1.06rem; font-weight: 700; letter-spacing: -0.01em; }
.gw-card p { margin-top: 8px; font-size: .93rem; color: #4b5b63; }
.gw-badge { display: inline-block; margin-left: 6px; padding: 2px 10px; border-radius: 999px; background: rgba(99, 102, 241, 0.12); color: #1215c5; font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; vertical-align: middle; }
.gw-price { margin-top: 10px; font-weight: 800; color: #0a7bad; }

/* reviews ---------------------------------------------------------------- */
.gw-review blockquote { margin-top: 10px; font-size: .95rem; line-height: 1.6; }
.gw-review figcaption { margin-top: 12px; font-size: .85rem; color: #4b5b63; }

/* gallery ---------------------------------------------------------------- */
.gw-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gw-gallery-grid figure:first-child { grid-row: span 2; }
.gw-gallery-img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; aspect-ratio: 4 / 3; }
.gw-gallery-grid figure:first-child .gw-gallery-img { aspect-ratio: auto; min-height: 100%; }
.gw-social-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gw-social-card { overflow: hidden; }
.gw-social-card .gw-gallery-img { border-radius: 0; }
.gw-social-card figcaption { display: grid; gap: 7px; padding: 14px 16px; color: #4b5b63; font-size: .9rem; line-height: 1.5; }
.gw-social-card figcaption small { font-weight: 700; color: #19282e; }

/* menu book ---------------------------------------------------------------- */
.gw-menu-book { columns: 2; column-gap: 64px; padding: 72px 0; }
.gw-menu-book-section { break-inside: avoid; margin-bottom: 44px; }
.gw-menu-book-list { list-style: none; }
.gw-menu-book-list li { margin-top: 18px; }
.gw-menu-line { display: flex; align-items: baseline; gap: 8px; }
.gw-menu-name { font-weight: 700; }
.gw-menu-dots { flex: 1; border-bottom: 2px dotted rgba(25, 40, 46, 0.24); transform: translateY(-4px); }
.gw-menu-desc { font-size: .88rem; color: #4b5b63; margin-top: 4px; max-width: 52ch; }

/* facts / hours -------------------------------------------------------------- */
.gw-facts-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: start; }
.gw-fact { display: grid; gap: 2px; margin-bottom: 16px; }
.gw-fact strong { font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; color: #4b5b63; }
.gw-fact a { color: #0a7bad; font-weight: 600; text-decoration: none; }
.gw-hours { width: 100%; border-collapse: collapse; background: #ffffff; border: 1px solid rgba(25, 40, 46, 0.14); border-radius: 18px; overflow: hidden; }
.gw-hours caption { text-align: left; font-weight: 800; padding: 14px 18px 6px; }
.gw-hours th, .gw-hours td { text-align: left; padding: 10px 18px; font-size: .92rem; border-top: 1px solid rgba(25, 40, 46, 0.14); }
.gw-hours th { font-weight: 600; color: #4b5b63; }

/* banner ----------------------------------------------------------------------- */
.gw-banner-inner { background: linear-gradient(120deg, #085f87, #0ea5e9); color: #ffffff; border-radius: 28px; padding: 52px; text-align: center; }
.gw-banner-inner h2 { color: inherit; }
.gw-banner-inner .gw-cta-row { justify-content: center; }

/* crosslinks + footer ------------------------------------------------------------ */
.gw-crosslinks { padding: 0 0 56px; font-weight: 600; }
.gw-crosslinks a { color: #0a7bad; text-decoration: none; }
.gw-footer { border-top: 1px solid rgba(25, 40, 46, 0.14); background: #f1f5f6; padding: 44px 0 18px; }
.gw-footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.gw-footer-brand { font-family: "Fraunces", Georgia, serif; font-size: 1.3rem; font-weight: 600; margin-bottom: 8px; }
.gw-footer p { font-size: .9rem; color: #4b5b63; }
.gw-footer-nav { display: flex; flex-direction: column; gap: 8px; }
.gw-footer-nav a { text-decoration: none; font-size: .92rem; color: #4b5b63; }
.gw-footer-nav a:hover { color: #19282e; }
.gw-powered { text-align: center; margin-top: 34px; font-size: .78rem; color: #4b5b63; opacity: .7; }

/* faq (shared component rendered by the generator) --------------------------------- */
.gloo-faq { padding: 0 0 72px; }
.gloo-faq h2 { font-family: "Fraunces", Georgia, serif; font-size: 1.5rem; margin-bottom: 16px; }
.gloo-faq details { border: 1px solid rgba(25, 40, 46, 0.14); border-radius: 12px; padding: 14px 18px; margin-bottom: 10px; background: #ffffff; }
.gloo-faq summary { cursor: pointer; font-weight: 700; }
.gloo-faq .gloo-faq-a { margin-top: 8px; color: #4b5b63; line-height: 1.6; }
.gloo-faq-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* legacy content compatibility (assistant embeds + custom HTML pages) --------------- */
.content-section { padding: 56px 0; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.seo-card { background: #ffffff; border: 1px solid rgba(25, 40, 46, 0.14); border-radius: 18px; padding: 22px; }
.seo-card p { margin-top: 8px; font-size: .93rem; }
.gallery-item img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 12px; }
.links-row { display: flex; flex-wrap: wrap; gap: 12px; padding: 0 0 56px; }
.btn { display: inline-flex; align-items: center; padding: 12px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; border: 1px solid rgba(25, 40, 46, 0.24); background: #ffffff; color: #19282e; font-size: .95rem; }
.btn-primary { background: #085f87; color: #ffffff; border-color: #085f87; }
.hero { padding: 72px 0 0; }
.hero h1 { font-family: "Fraunces", Georgia, serif; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.08; letter-spacing: -0.02em; }
.hero .lead { margin-top: 14px; color: #4b5b63; font-size: 1.1rem; }

/* whatsapp fab ----------------------------------------------------------------------- */
.wa-fab { position: fixed; right: 18px; bottom: 18px; width: 58px; height: 58px; border-radius: 999px; background: #25D366; color: #fff; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28); z-index: 50; text-decoration: none; }
.wa-fab svg { width: 30px; height: 30px; }

/* reveal animation hooks (site.js) ---------------------------------------------------- */
.reveal-on-scroll { opacity: 0; transform: translateY(10px); transition: opacity .3s ease, transform .3s ease; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

/* responsive --------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-hero--split .gw-hero-split { grid-template-columns: 1fr; gap: 28px; padding: 56px 0; }
  .gw-facts-grid { grid-template-columns: 1fr; }
  .gw-menu-book { columns: 1; }
}
@media (max-width: 640px) {
  .gw-grid--3, .gw-gallery-grid, .gw-social-gallery-grid, .signature-grid { grid-template-columns: 1fr; }
  .gw-header-inner { flex-wrap: wrap; padding: 10px 0; }
  .gw-nav { order: 3; width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }
  .gw-header-cta { margin-left: auto; }
  .gw-section { padding: 52px 0; }
  .gw-hero--immersive { min-height: 72vh; }
  .gw-banner-inner { padding: 34px 22px; }
}

/* meridian personality ------------------------------------------------ */
body.gw--meridian { background: linear-gradient(180deg, #ffffff 0%, #fafcfc 30%, #fafcfc 100%); }
.gw--meridian .gw-header { background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(12px); }
.gw--meridian .gw-brand span { font-family: "Fraunces", Georgia, serif; font-weight: 600; font-size: 1.15rem; }
.gw--meridian .gw-hero--split .gw-hero-media { position: relative; }
.gw--meridian .gw-hero--split .gw-hero-media::after { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 1px solid rgba(18, 21, 197, 0.55); border-radius: 28px; z-index: -1; }
.gw--meridian .gw-kicker { color: #0a7bad; }
.gw--meridian .gw-card { border-radius: 18px; box-shadow: 0 1px 0 rgba(25, 40, 46, 0.14); }
.gw--meridian .gw-card:hover { border-color: rgba(14, 165, 233, 0.35); }
.gw--meridian .gw-section { padding: 88px 0; }
.gw--meridian .gw-section h2 { font-weight: 500; }
.gw--meridian .gw-rating { background: rgba(14, 165, 233, 0.1); border: 1px solid rgba(14, 165, 233, 0.2); }
.gw--meridian .gw-service { border-top: 3px solid rgba(14, 165, 233, 0.35); }
.gw--meridian .gw-hours { box-shadow: 0 24px 60px rgba(23, 18, 12, 0.12); border: none; }
.gw--meridian .gw-banner-inner { background: #f1f5f6; color: #19282e; border: 1px solid rgba(25, 40, 46, 0.14); }
.gw--meridian .gw-footer { background: #fff; }
@media (max-width: 960px) { .gw--meridian .gw-hero--split .gw-hero-media::after { display: none; } }
