/* ==========================================================================
   GrovWeds — grovweds.css
   All styles are scoped under .gw-site so the markup can be embedded inside
   GoHighLevel (or any host page) without leaking into host styles.
   ========================================================================== */

:root {
  --gw-cream: #FCF8F2;
  --gw-ivory: #F7F1E7;
  --gw-charcoal: #22211E;
  --gw-soft-charcoal: #4A4640;
  --gw-gold: #C6A56A;
  --gw-soft-gold: #D8BE8A;
  --gw-beige: #E8DDCD;
  --gw-blush: #F4E6DE;
  --gw-white: #FFFFFF;
  --gw-serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --gw-sans: "Inter", Arial, Helvetica, sans-serif;
  --gw-header-h: 76px;
  --gw-bar-h: 60px;
  --gw-gutter: 24px;
  --gw-section-y: clamp(72px, 10vw, 140px);
}

/* Minimal, non-invasive host rules -------------------------------------- */
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--gw-cream); }
body.gw-menu-open { overflow: hidden; }

@media (max-width: 767px) {
  :root { --gw-gutter: 20px; }
  body { padding-bottom: var(--gw-bar-h); }
  html { scroll-padding-top: 80px; }
}


/* Scoped reset ----------------------------------------------------------- */
.gw-site,
.gw-site *,
.gw-site *::before,
.gw-site *::after { box-sizing: border-box; }

.gw-site {
  overflow-x: clip;
  font-family: var(--gw-sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--gw-soft-charcoal);
  background: var(--gw-cream);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.gw-site img { display: block; max-width: 100%; height: auto; }
.gw-site p { margin: 0 0 1.15em; }
.gw-site p:last-child { margin-bottom: 0; }
.gw-site h1, .gw-site h2, .gw-site h3, .gw-site h4 {
  font-family: var(--gw-serif);
  font-weight: 300;
  color: var(--gw-charcoal);
  margin: 0 0 0.5em;
}
.gw-site ul, .gw-site ol { margin: 0; padding: 0; list-style: none; }

.gw-site a { color: inherit; text-decoration: none; }
.gw-site button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
.gw-site :focus-visible,
.gw-skip:focus-visible { outline: 2px solid var(--gw-gold); outline-offset: 3px; border-radius: 1px; }

/* Type scale -------------------------------------------------------------- */
.gw-h1 { font-size: clamp(2.4rem, 6vw, 5rem); line-height: 1.08; letter-spacing: -0.01em; font-weight: 300; }
.gw-h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.15; font-weight: 300; letter-spacing: -0.005em; }
.gw-h3 { font-size: clamp(1.35rem, 2.1vw, 1.85rem); line-height: 1.25; font-weight: 400; }
.gw-h4 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.3; font-weight: 400; }

.gw-eyebrow {
  display: block;
  font-family: var(--gw-sans);
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gw-gold);
  margin: 0 0 22px;
}

.gw-lead { font-size: clamp(1.02rem, 1.3vw, 1.18rem); line-height: 1.8; max-width: 62ch; }
.gw-body { font-size: 1.0625rem; line-height: 1.8; max-width: 62ch; }
.gw-body--center { margin-left: auto; margin-right: auto; }
.gw-note { font-family: var(--gw-serif); font-style: italic; font-size: 1.05rem; color: var(--gw-gold); line-height: 1.6; }
.gw-price { font-family: var(--gw-sans); font-weight: 500; font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gw-gold); }
.gw-num { font-family: var(--gw-sans); font-weight: 500; font-size: 0.72rem; letter-spacing: 0.24em; color: var(--gw-gold); text-transform: uppercase; }
.gw-serif-num { font-family: var(--gw-serif); font-size: clamp(2.4rem, 4.5vw, 3.6rem); line-height: 1; color: var(--gw-gold); font-weight: 300; }

/* Layout ------------------------------------------------------------------ */
.gw-container { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 var(--gw-gutter); }
.gw-section { padding: var(--gw-section-y) 0; }
.gw-section--tight { padding: clamp(52px, 7vw, 96px) 0; }
.gw-section--cream { background: var(--gw-cream); }
.gw-section--ivory { background: var(--gw-ivory); }
.gw-section--blush { background: var(--gw-blush); }
.gw-rule { height: 1px; background: var(--gw-beige); border: 0; margin: 0; }
.gw-rule--gold { background: var(--gw-gold); opacity: 0.55; }
.gw-rule--short { width: 64px; }
.gw-center { text-align: center; }
.gw-maxed { max-width: 760px; margin-left: auto; margin-right: auto; }
.gw-stack-sm > * + * { margin-top: 14px; }

/* Testimonials ------------------------------------------------------------
   Editorial quotes on cream: serif words, thin gold hairlines, no cards and
   no shadows. The words themselves live in the GROVWEDS_TESTIMONIALS block
   at the top of index.html / about.html.
   ------------------------------------------------------------------------ */
.gw-quotes {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: clamp(34px, 4.4vw, 60px);
  border-top: 1px solid rgba(198, 165, 106, 0.55);
}
.gw-quote {
  margin: 0;
  padding: clamp(30px, 3.6vw, 46px) 0;
  border-bottom: 1px solid rgba(198, 165, 106, 0.3);
}
.gw-quote:last-child { border-bottom: 0; }
.gw-quote__mark {
  display: block;
  font-family: var(--gw-serif);
  font-size: 2.6rem;
  line-height: 0.7;
  font-weight: 400;
  color: var(--gw-gold);
  opacity: 0.6;
  margin-bottom: 16px;
}
.gw-quote__text {
  margin: 0;
  font-family: var(--gw-serif);
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.28rem, 1.85vw, 1.6rem);
  line-height: 1.55;
  letter-spacing: 0.005em;
  color: var(--gw-charcoal);
}
.gw-quote__text p { margin: 0; font: inherit; }
.gw-quote__by { margin-top: clamp(20px, 2.2vw, 28px); }
.gw-quote__names {
  display: block;
  font-family: var(--gw-sans);
  font-weight: 500;
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gw-charcoal);
}
.gw-quote__meta {
  display: block;
  margin-top: 9px;
  font-family: var(--gw-serif);
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--gw-gold);
}

@media (min-width: 860px) {
  .gw-quotes { grid-template-columns: repeat(3, 1fr); }
  .gw-quote {
    padding: clamp(34px, 3.2vw, 50px) clamp(22px, 2.4vw, 38px);
    border-bottom: 0;
    border-left: 1px solid rgba(198, 165, 106, 0.3);
  }
  .gw-quote:nth-child(3n + 1) { border-left: 0; padding-left: 0; }
  .gw-quote:nth-child(3n) { padding-right: 0; }
  .gw-quote:nth-child(n + 4) { border-top: 1px solid rgba(198, 165, 106, 0.3); }
}

/* The section only appears once the quotes have been painted in, so an
   empty list (or a browser with JS off) never shows a headline with
   nothing beneath it. */
.gw-testimonials { display: none; }
.gw-js .gw-testimonials { display: block; }
.gw-js .gw-testimonials[hidden] { display: none; }



.gw-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--gw-charcoal); color: var(--gw-cream);
  padding: 12px 20px; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
}
.gw-skip:focus { left: 12px; top: 12px; }

/* Buttons ----------------------------------------------------------------- */
.gw-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 17px 34px; border-radius: 2px;
  font-family: var(--gw-sans); font-weight: 500; font-size: 0.78rem;
  letter-spacing: 0.14em; text-transform: uppercase; text-align: center;
  transition: background-color .35s ease, color .35s ease, border-color .35s ease;
  cursor: pointer;
}
.gw-btn--primary { background: var(--gw-charcoal); color: var(--gw-cream); border: 1px solid var(--gw-charcoal); }
.gw-btn--primary:hover { background: #35332e; border-color: #35332e; }
.gw-btn--secondary { background: transparent; color: var(--gw-charcoal); border: 1px solid var(--gw-gold); }
.gw-btn--secondary:hover { background: var(--gw-gold); color: var(--gw-white); }
.gw-btn--small { min-height: 44px; padding: 13px 24px; font-size: 0.72rem; }
.gw-btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.gw-btn-row--center { justify-content: center; }

.gw-textlink {
  display: inline-block; position: relative;
  font-family: var(--gw-sans); font-weight: 500; font-size: 0.74rem;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--gw-charcoal);
  padding: 12px 0; min-height: 44px;
}
.gw-textlink::after {
  content: ""; position: absolute; left: 0; bottom: 8px; height: 1px; width: 100%;
  background: var(--gw-gold); transform-origin: left; transform: scaleX(0.34);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}
.gw-textlink:hover::after, .gw-textlink:focus-visible::after { transform: scaleX(1); }

/* Header ------------------------------------------------------------------ */
.gw-header {
  position: sticky; top: 0; z-index: 60;
  background: var(--gw-cream);
  border-bottom: 1px solid var(--gw-beige);
}
.gw-header.is-scrolled { border-bottom-color: var(--gw-gold); }
.gw-header__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  min-height: var(--gw-header-h);
  padding-top: 10px; padding-bottom: 10px;
}
.gw-logo { display: inline-flex; align-items: center; }
.gw-logo img { height: 44px; width: auto; }
.gw-nav { display: flex; align-items: center; gap: clamp(14px, 1.7vw, 26px); }
.gw-nav__link {
  position: relative; font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gw-charcoal); padding: 10px 0; white-space: nowrap;
  transition: color .3s ease;
}
.gw-nav__link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 1px;
  background: var(--gw-gold); opacity: 0; transition: opacity .3s ease;
}
.gw-nav__link:hover { color: var(--gw-gold); }
.gw-nav__link.is-active::after { opacity: 1; }
.gw-header__cta { margin-left: 6px; }
.gw-burger {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center; flex-direction: column; gap: 6px;
}
.gw-burger span { display: block; width: 24px; height: 1px; background: var(--gw-charcoal); transition: background .3s ease; }

@media (max-width: 1023px) {
  .gw-nav, .gw-header__cta { display: none; }
  .gw-burger { display: inline-flex; }
  .gw-logo img { height: 34px; }
  .gw-header__inner { min-height: 62px; }
}

/* Full-screen mobile menu */
.gw-menu {
  position: fixed; inset: 0; z-index: 80; background: var(--gw-cream);
  display: flex; flex-direction: column; padding: 18px var(--gw-gutter) 32px;
  opacity: 0; visibility: hidden; transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease, visibility .35s;
  overflow-y: auto;
}
.gw-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.gw-menu__top { display: flex; align-items: center; justify-content: space-between; }
.gw-menu__top img { height: 34px; width: auto; }
.gw-menu__close { width: 44px; height: 44px; font-size: 1.6rem; line-height: 1; color: var(--gw-charcoal); }
.gw-menu__links { margin: clamp(24px, 6vh, 48px) 0 auto; display: flex; flex-direction: column; gap: 2px; }
.gw-menu__link {
  font-family: var(--gw-serif); font-size: clamp(1.7rem, 8vw, 2.4rem); font-weight: 300;
  color: var(--gw-charcoal); padding: 8px 0; border-bottom: 1px solid rgba(232,221,205,.75);
}
.gw-menu__link.is-active { color: var(--gw-gold); }
.gw-menu__foot { margin-top: 28px; }
.gw-menu__foot .gw-btn { width: 100%; }
.gw-menu__tag { margin-top: 18px; font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gw-gold); text-align: center; }

/* Media / images ---------------------------------------------------------- */
.gw-media { position: relative; overflow: hidden; background: var(--gw-beige); }
.gw-media img { width: 100%; height: 100%; object-fit: cover; }
.gw-media--45 { aspect-ratio: 4 / 5; }
.gw-media--34 { aspect-ratio: 3 / 4; }
.gw-media--11 { aspect-ratio: 1 / 1; }
.gw-media--169 { aspect-ratio: 16 / 9; }
.gw-imgfb {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 14px;
  background: var(--gw-blush); color: var(--gw-gold);
  font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; text-align: center; padding: 20px;
}
.gw-imgfb::before { content: ""; width: 46px; height: 1px; background: var(--gw-gold); }

/* Hero -------------------------------------------------------------------- */
.gw-hero { background: var(--gw-cream); }
.gw-hero__grid { display: grid; grid-template-columns: 55fr 45fr; align-items: stretch; }
.gw-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 108px) clamp(24px, 5vw, 88px) clamp(48px, 8vw, 108px) 0; }
.gw-hero__copy .gw-h1 { margin-bottom: 26px; }
.gw-hero__inner { max-width: 620px; margin-left: auto; width: 100%; }
.gw-hero__media { position: relative; min-height: 100%; background: var(--gw-beige); }
.gw-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.gw-hero__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(200deg, rgba(252,248,242,.16) 0%, rgba(34,33,30,.10) 100%);
}
.gw-hero__ctas { margin-top: 34px; }
.gw-hero__note { margin-top: 22px; }

@media (min-width: 1024px) {
  .gw-hero__grid { min-height: 88vh; }
  .gw-hero__copy { padding-left: max(24px, calc((100vw - 1240px) / 2 + 24px)); }
}
@media (max-width: 1023px) {
  .gw-hero__grid { grid-template-columns: 1fr; }
  .gw-hero__copy { padding: clamp(44px, 9vw, 72px) var(--gw-gutter); }
  .gw-hero__inner { margin: 0 auto; }
  .gw-hero__media { aspect-ratio: 4 / 5; }
}

/* Pillars (01/02/03) ------------------------------------------------------ */
.gw-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(44px, 6vw, 76px); }
.gw-pillar { padding: 0 clamp(18px, 3vw, 44px); }
.gw-pillar + .gw-pillar { border-left: 1px solid var(--gw-beige); }
.gw-pillar:first-child { padding-left: 0; }
.gw-pillar:last-child { padding-right: 0; }
.gw-pillar h3 { margin: 16px 0 12px; }
@media (max-width: 767px) {
  .gw-pillars { grid-template-columns: 1fr; gap: 32px; }
  .gw-pillar { padding: 0 0 32px; border-left: 0; border-bottom: 1px solid var(--gw-beige); }
  .gw-pillar:last-child { padding-bottom: 0; border-bottom: 0; }
}

/* Product grid ------------------------------------------------------------ */
.gw-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(44px, 5vw, 80px) clamp(28px, 4vw, 56px); }
.gw-products--three { grid-template-columns: repeat(3, 1fr); }
.gw-product__media { margin-bottom: 24px; }
.gw-product__media img { transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
.gw-product:hover .gw-product__media img { transform: scale(1.03); }
.gw-product h3 { margin-bottom: 10px; }
.gw-product p { max-width: 46ch; }
.gw-product__price { display: block; margin: 16px 0 6px; }
.gw-product--wide { grid-column: 1 / -1; }
.gw-product--wide .gw-product__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; }
.gw-product--wide .gw-product__media { margin-bottom: 0; }
@media (max-width: 900px) { .gw-products--three { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) {
  .gw-products, .gw-products--three { grid-template-columns: 1fr; }
  .gw-product--wide .gw-product__inner { grid-template-columns: 1fr; }
}

/* Shop rows --------------------------------------------------------------- */
.gw-shop-item { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); align-items: center; scroll-margin-top: 110px; }
.gw-shop-item + .gw-shop-item { margin-top: clamp(56px, 7vw, 110px); padding-top: clamp(56px, 7vw, 110px); border-top: 1px solid var(--gw-beige); }
.gw-shop-item--flip .gw-shop-item__media { order: 2; }
.gw-includes { margin: 24px 0 6px; }
.gw-includes li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--gw-beige); font-size: 0.97rem; }
.gw-includes li:first-child { border-top: 1px solid var(--gw-beige); }
.gw-includes li::before { content: ""; position: absolute; left: 0; top: 24px; width: 18px; height: 1px; background: var(--gw-gold); }
@media (max-width: 767px) {
  .gw-shop-item { grid-template-columns: 1fr; }
  .gw-shop-item--flip .gw-shop-item__media { order: 0; }
}

/* Services ---------------------------------------------------------------- */
.gw-svc { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(28px, 5vw, 76px); align-items: start; scroll-margin-top: 110px; }
.gw-svc__list li { padding: 20px 0; border-top: 1px solid var(--gw-beige); }
.gw-svc__list li:last-child { border-bottom: 1px solid var(--gw-beige); }
.gw-svc__list h3 { font-size: 1.35rem; margin: 0 0 6px; }
.gw-svc__list p { font-size: 0.97rem; max-width: 56ch; }
@media (max-width: 900px) { .gw-svc { grid-template-columns: 1fr; } }

/* 10 Days timeline -------------------------------------------------------- */
.gw-timeline { position: relative; margin-top: clamp(40px, 5vw, 64px); padding-left: 30px; }
.gw-timeline::before { content: ""; position: absolute; left: 0; top: 8px; bottom: 8px; width: 1px; background: var(--gw-gold); opacity: .5; }
.gw-timeline li { position: relative; display: grid; grid-template-columns: 132px 1fr; gap: 18px; align-items: baseline; padding: 16px 0; border-bottom: 1px solid var(--gw-beige); }
.gw-timeline li:last-child { border-bottom: 0; }
.gw-timeline li::before {
  content: ""; position: absolute; left: -34px; top: 26px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gw-cream); border: 1px solid var(--gw-gold);
}
.gw-timeline .gw-timeline__title { font-family: var(--gw-serif); font-size: clamp(1.2rem, 2vw, 1.6rem); color: var(--gw-charcoal); font-weight: 400; }
@media (max-width: 600px) {
  .gw-timeline { padding-left: 22px; }
  .gw-timeline li { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .gw-timeline li::before { left: -26px; top: 22px; }
}

/* Before / after ---------------------------------------------------------- */
.gw-ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(28px, 4vw, 56px); margin-top: clamp(36px, 5vw, 60px); }
@media (max-width: 767px) { .gw-ba-grid { grid-template-columns: 1fr; } }

.gw-ba { --gw-ba-pos: 50%; position: relative; }
.gw-ba__frame { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--gw-beige); }
.gw-ba__frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gw-ba__frame .gw-ba__after { clip-path: inset(0 0 0 var(--gw-ba-pos)); }
.gw-ba__divider { position: absolute; top: 0; bottom: 0; left: var(--gw-ba-pos); width: 1px; background: var(--gw-gold); pointer-events: none; }
.gw-ba__divider::after {
  content: ""; position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; margin: -17px 0 0 -17px;
  border: 1px solid var(--gw-gold); border-radius: 50%; background: rgba(252,248,242,.82);
}
.gw-ba__range {
  position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; margin: 0;
  -webkit-appearance: none; appearance: none; background: transparent; cursor: ew-resize; opacity: 0;
}
.gw-ba__range:focus-visible + .gw-ba__divider::after { box-shadow: 0 0 0 3px rgba(198,165,106,.45); }
.gw-ba__labels { display: flex; justify-content: space-between; margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--gw-beige); }
.gw-ba__labels span { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gw-gold); }
.gw-ba__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }

/* Steps ------------------------------------------------------------------- */
.gw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3vw, 44px); margin-top: clamp(40px, 5vw, 64px); }
.gw-step { padding-top: 22px; border-top: 1px solid var(--gw-beige); }
.gw-step h3 { margin: 14px 0 10px; font-size: clamp(1.2rem, 1.8vw, 1.5rem); }
.gw-step p { font-size: 0.97rem; }
@media (max-width: 900px) { .gw-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gw-steps { grid-template-columns: 1fr; } }

.gw-process { display: grid; gap: clamp(44px, 6vw, 86px); }
.gw-process__item { display: grid; grid-template-columns: 140px 1fr; gap: clamp(20px, 3vw, 48px); align-items: start; padding-top: 30px; border-top: 1px solid var(--gw-beige); }
@media (max-width: 640px) { .gw-process__item { grid-template-columns: 1fr; gap: 10px; } }

/* Gallery ----------------------------------------------------------------- */
.gw-filters { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; justify-content: center; padding: 4px 0 0; }
.gw-filter {
  position: relative; padding: 12px 2px; min-height: 44px;
  font-weight: 500; font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gw-soft-charcoal);
  transition: color .3s ease;
}
.gw-filter::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: var(--gw-gold); opacity: 0; transition: opacity .3s ease; }
.gw-filter:hover { color: var(--gw-charcoal); }
.gw-filter[aria-pressed="true"] { color: var(--gw-charcoal); }
.gw-filter[aria-pressed="true"]::after { opacity: 1; }

.gw-gallery { margin-top: clamp(34px, 4vw, 56px); columns: 3; column-gap: clamp(18px, 2.4vw, 32px); }
.gw-gitem { break-inside: avoid; margin: 0 0 clamp(18px, 2.4vw, 32px); transition: opacity .3s ease; }
.gw-gitem.is-fading { opacity: 0; }
.gw-gitem.is-hidden { display: none; }
.gw-gitem__media { position: relative; overflow: hidden; background: var(--gw-beige); }
.gw-gitem__media img { width: 100%; height: auto; transition: transform 1.2s cubic-bezier(.22,.61,.36,1); }
.gw-gitem:hover .gw-gitem__media img { transform: scale(1.035); }
.gw-gitem__body { padding: 16px 0 0; border-top: 1px solid transparent; transition: border-color .35s ease; }
.gw-gitem:hover .gw-gitem__body { border-top-color: var(--gw-gold); }
.gw-gitem__cat { display: block; font-size: 0.64rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gw-gold); margin-bottom: 8px; }
.gw-gitem__title { font-family: var(--gw-serif); font-size: 1.35rem; color: var(--gw-charcoal); font-weight: 400; line-height: 1.25; }
.gw-play { position: absolute; left: 18px; bottom: 18px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(252,248,242,.85); border-radius: 50%; }
.gw-play svg { width: 12px; height: 12px; }
@media (max-width: 1023px) { .gw-gallery { columns: 2; } }
@media (max-width: 600px) { .gw-gallery { columns: 1; } }

/* Accordion (FAQ + blog) -------------------------------------------------- */
.gw-acc { border-top: 1px solid var(--gw-beige); }
.gw-acc__item { border-bottom: 1px solid var(--gw-beige); }
.gw-acc__btn {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; width: 100%;
  padding: 24px 0; text-align: left; font-family: var(--gw-serif); font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--gw-charcoal); font-weight: 400; line-height: 1.3; transition: color .3s ease;
}
.gw-acc__btn:hover { color: var(--gw-gold); }
.gw-acc__sign { position: relative; flex: 0 0 auto; width: 14px; height: 14px; margin-top: 8px; }
.gw-acc__sign::before, .gw-acc__sign::after { content: ""; position: absolute; background: var(--gw-gold); transition: transform .35s ease, opacity .35s ease; }
.gw-acc__sign::before { left: 0; top: 6px; width: 14px; height: 1px; }
.gw-acc__sign::after { left: 6px; top: 0; width: 1px; height: 14px; }
.gw-acc__btn[aria-expanded="true"] .gw-acc__sign::after { transform: rotate(90deg); opacity: 0; }
.gw-acc__panel { overflow: hidden; height: 0; transition: height .45s cubic-bezier(.22,.61,.36,1); }
.gw-acc__inner { padding: 0 0 28px; max-width: 68ch; }
.gw-acc__inner p { font-size: 1.0125rem; }
.gw-acc__inner h4 { margin: 26px 0 8px; font-size: 1.2rem; }

/* Blog -------------------------------------------------------------------- */
.gw-posts { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(40px, 5vw, 72px) clamp(28px, 4vw, 56px); }
.gw-post--featured { grid-column: 1 / -1; }
.gw-post--featured .gw-post__inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(26px, 4vw, 60px); align-items: center; }
.gw-post__media { margin-bottom: 22px; }
.gw-post--featured .gw-post__media { margin-bottom: 0; }
.gw-post h2, .gw-post h3 { margin: 10px 0 12px; }
.gw-post__excerpt { max-width: 52ch; }
.gw-post .gw-acc__btn { width: auto; gap: 12px; justify-content: flex-start; align-items: center; }
.gw-post .gw-acc__btn:hover { color: var(--gw-gold); }
.gw-post .gw-acc__sign { margin-top: 0; }
.gw-post .gw-acc__inner { padding-top: 8px; border-top: 1px solid var(--gw-beige); }
@media (max-width: 767px) {
  .gw-posts { grid-template-columns: 1fr; }
  .gw-post--featured .gw-post__inner { grid-template-columns: 1fr; }
}


/* Contact ----------------------------------------------------------------- */
.gw-checklist li { padding: 16px 0; border-bottom: 1px solid var(--gw-beige); display: grid; grid-template-columns: 150px 1fr; gap: 16px; align-items: baseline; }
.gw-checklist li:first-child { border-top: 1px solid var(--gw-beige); }
.gw-checklist span { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gw-gold); }
@media (max-width: 560px) { .gw-checklist li { grid-template-columns: 1fr; gap: 4px; } }
.gw-quicklinks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 clamp(24px, 4vw, 56px); }
.gw-quicklinks a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--gw-beige); min-height: 44px; transition: color .3s ease; }
.gw-quicklinks a:hover { color: var(--gw-gold); }
.gw-quicklinks strong { font-family: var(--gw-serif); font-size: 1.2rem; font-weight: 400; color: var(--gw-charcoal); }
.gw-quicklinks a:hover strong { color: var(--gw-gold); }

@media (max-width: 767px) { .gw-quicklinks { grid-template-columns: 1fr; } }

/* Page hero --------------------------------------------------------------- */
.gw-pagehero { padding: clamp(56px, 8vw, 118px) 0 clamp(40px, 5vw, 72px); background: var(--gw-cream); }
.gw-pagehero .gw-h1 { max-width: 18ch; }
.gw-pagehero--center .gw-h1 { max-width: none; }

/* CTA band ---------------------------------------------------------------- */
.gw-ctaband { text-align: center; }
.gw-ctaband .gw-h2 { max-width: 20ch; margin: 0 auto 20px; }
.gw-ctaband p { margin-left: auto; margin-right: auto; }

/* Footer ------------------------------------------------------------------ */
.gw-footer { background: var(--gw-ivory); padding: clamp(56px, 7vw, 96px) 0 40px; border-top: 1px solid var(--gw-beige); }
.gw-footer__logo { display: block; margin: 0 auto 34px; width: max-content; }
.gw-footer__logo img { height: 64px; width: auto; }
.gw-footer__cols { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: clamp(28px, 4vw, 64px); padding-top: clamp(38px, 5vw, 60px); }
.gw-footer__title { font-size: 0.68rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gw-gold); margin: 0 0 18px; font-family: var(--gw-sans); font-weight: 500; }
.gw-footer__links li a { display: inline-block; padding: 7px 0; font-size: 0.95rem; transition: color .3s ease; }
.gw-footer__links li a:hover { color: var(--gw-gold); }
.gw-footer__brandline { font-family: var(--gw-serif); font-size: clamp(1.25rem, 2vw, 1.6rem); line-height: 1.4; color: var(--gw-charcoal); max-width: 24ch; margin-bottom: 24px; }
.gw-footer__bottom {
  display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; justify-content: space-between;
  margin-top: clamp(38px, 5vw, 60px); padding-top: 24px; border-top: 1px solid var(--gw-beige);
  font-size: 0.8rem;
}
.gw-footer__tag { font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gw-gold); }
@media (min-width: 768px) { .gw-footer { padding-bottom: 104px; } }
@media (max-width: 767px) { .gw-footer__cols { grid-template-columns: 1fr; } }

/* Floating WhatsApp ------------------------------------------------------- */
.gw-wa-float {
  position: fixed; right: 24px; bottom: 24px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%; background: var(--gw-charcoal);
  display: flex; align-items: center; justify-content: center;
  box-shadow: inset 0 0 0 1px var(--gw-gold);
  opacity: 0; transform: translateY(10px); transition: opacity .5s ease, transform .5s ease, background-color .3s ease;
}
.gw-wa-float.is-in { opacity: 1; transform: none; }
.gw-wa-float:hover { background: #35332e; }
.gw-wa-float svg { width: 26px; height: 26px; fill: var(--gw-cream); }
.gw-wa-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; display: none;
  min-height: var(--gw-bar-h); align-items: center; justify-content: center; gap: 10px;
  background: var(--gw-charcoal); color: var(--gw-cream);
  font-weight: 500; font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase;
  border-top: 1px solid var(--gw-gold);
}
.gw-wa-bar svg { width: 18px; height: 18px; fill: var(--gw-cream); }
@media (max-width: 767px) {
  .gw-wa-float { display: none; }
  .gw-wa-bar { display: flex; }
}

/* Reveal animation (only when JS is active) ------------------------------- */
.gw-js .gw-reveal { opacity: 0; transform: translateY(18px); transition: opacity .9s cubic-bezier(.22,.61,.36,1), transform .9s cubic-bezier(.22,.61,.36,1); }
.gw-js .gw-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gw-site *, .gw-site *::before, .gw-site *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .gw-js .gw-reveal { opacity: 1; transform: none; }
}
