:root {
  --teal: #1F6B72;
  --teal-deep: #164f55;
  --green: #5C7A3D;
  --cream: #F6F0E4;
  --cream-deep: #eee3d1;
  --wood: #7A4E2E;
  --gold: #D9A441;
  --ink: #2B241E;
  --muted: #6d6256;
  --white: #fffdf8;
  --line: rgba(43, 36, 30, .14);
  --shadow-soft: 0 12px 36px rgba(43, 36, 30, .08);
  --shadow-card: 0 18px 50px rgba(43, 36, 30, .11);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --gutter: clamp(1.15rem, 3vw, 2rem);
  --ease: cubic-bezier(.22, .75, .25, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
svg { display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--teal); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(100% - (var(--gutter) * 2), var(--container)); margin-inline: auto; }
.narrow { max-width: 780px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.show-mobile { display: none; }
.icon { width: 1.15em; height: 1.15em; stroke: currentColor; }
.icon--arrow { width: 1.1rem; height: 1.1rem; transition: transform .25s var(--ease); }
.text-link:hover .icon--arrow, a:hover > .icon--arrow { transform: translateX(4px); }

/* Type */
h1, h2, h3, h4 {
  margin: 0 0 .65em;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.025em;
}
h1 { font-size: clamp(2.65rem, 8vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4.6vw, 3.65rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
p { margin: 0 0 1rem; }
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--teal);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow--green { color: var(--green); }
.eyebrow--wood { color: var(--wood); }
.section-heading { align-items: end; display: flex; gap: 1.5rem; justify-content: space-between; margin-bottom: 2rem; }
.section-heading--center { display: block; margin-inline: auto; max-width: 650px; text-align: center; }
.section-heading h2 { margin-bottom: .35rem; }
.section-heading-description { color: var(--muted); max-width: 620px; }
.section-heading--center .section-heading-description { margin-inline: auto; }

/* Buttons and focus states */
.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: .8rem;
  font-weight: 700;
  gap: .55rem;
  justify-content: center;
  letter-spacing: .01em;
  min-height: 3.15rem;
  padding: .75rem 1.25rem;
  text-decoration: none;
  transition: background .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.button:hover { box-shadow: 0 8px 24px rgba(43,36,30,.16); color: var(--white); transform: translateY(-2px); }
.button--small { min-height: 2.55rem; padding: .5rem .95rem; font-size: .72rem; }
.button--teal { background: var(--teal); color: var(--white); }
.button--teal:hover { background: var(--teal-deep); }
.button--gold { background: var(--gold); color: var(--ink); }
.button--gold:hover { background: #c68f2b; color: var(--ink); }
.button--outline { border-color: rgba(255,255,255,.65); color: var(--white); }
.button--outline:hover { background: var(--white); color: var(--teal); }
.text-link { align-items: center; color: var(--teal); display: inline-flex; font-size: .77rem; font-weight: 700; gap: .38rem; text-decoration: none; }
.text-link:hover { color: var(--teal-deep); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* Header */
.site-header { background: rgba(246, 240, 228, .93); border-bottom: 1px solid transparent; left: 0; position: sticky; right: 0; top: 0; transition: background .25s ease, box-shadow .25s ease, border-color .25s ease; z-index: 50; }
.site-header.is-scrolled { background: rgba(246, 240, 228, .98); border-color: var(--line); box-shadow: 0 5px 24px rgba(43,36,30,.08); }
.header-inner { align-items: center; display: flex; gap: 1.2rem; min-height: 76px; }
.site-brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: .7rem; text-decoration: none; }
.site-brand:hover { color: var(--ink); }
.site-brand .custom-logo-link { display: block; }
.site-brand .custom-logo { height: 46px; object-fit: contain; width: auto; }
.brand-mark { align-items: center; background: var(--teal); border-radius: 50%; display: inline-flex; height: 44px; justify-content: center; overflow: hidden; position: relative; width: 44px; }
.brand-mark::before { background: var(--gold); border-radius: 50%; content: ""; height: 11px; left: 10px; position: absolute; top: 8px; width: 11px; }
.brand-mark::after { border: 1.5px solid rgba(255,255,255,.85); border-radius: 50%; content: ""; height: 28px; position: absolute; right: -8px; top: 19px; width: 46px; }
.brand-mark span { border-top: 2px solid rgba(255,255,255,.75); height: 18px; position: absolute; top: 25px; transform: rotate(-8deg); width: 37px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: "Fraunces", Georgia, serif; font-size: 1.02rem; font-weight: 600; }
.brand-copy small { color: var(--muted); font-size: .58rem; letter-spacing: .02em; margin-top: .22rem; }
.primary-navigation { margin-left: auto; }
.primary-navigation .menu, .footer-menu { align-items: center; display: flex; gap: clamp(.7rem, 1.8vw, 1.45rem); list-style: none; margin: 0; padding: 0; }
.primary-navigation a { color: var(--ink); font-size: .73rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a, .primary-navigation .current_page_item > a { color: var(--teal); }
.menu-toggle { background: transparent; border: 0; color: var(--teal); display: none; margin-left: auto; padding: .45rem; }
.menu-toggle .icon { height: 1.55rem; width: 1.55rem; }
.header-whatsapp { margin-left: .5rem; white-space: nowrap; }

/* Hero */
.hero { background: var(--teal); color: var(--white); min-height: min(720px, calc(100vh - 76px)); overflow: hidden; position: relative; }
.hero::after { background: linear-gradient(90deg, rgba(22,79,85,.82), rgba(22,79,85,.18) 72%, rgba(22,79,85,.28)); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.hero-slides { height: 100%; min-height: inherit; position: relative; }
.hero-slide { inset: 0; min-height: inherit; opacity: 0; pointer-events: none; position: absolute; transition: opacity .8s ease; }
.hero-slide.is-active { opacity: 1; pointer-events: auto; }
.hero-slide-media { height: 100%; inset: 0; object-fit: cover; object-position: center; position: absolute; width: 100%; }
.hero-slide-video { pointer-events: none; }
.hero-slide-content { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; min-height: inherit; padding-block: 7rem 6rem; position: relative; z-index: 2; }
.hero-copy { max-width: 700px; }
.hero .eyebrow { color: #f8d991; }
.hero h1, .hero p { color: var(--white); }
.hero h1 { margin-bottom: 1rem; max-width: 750px; }
.hero-lead { color: rgba(255,255,255,.87); font-size: clamp(1rem, 2vw, 1.2rem); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.2rem; }
.hero-meta { align-items: center; bottom: 2rem; display: flex; gap: .8rem; position: absolute; right: var(--gutter); z-index: 3; }
.hero-dots { display: flex; gap: .4rem; }
.hero-dot { background: rgba(255,255,255,.4); border: 0; border-radius: 999px; height: .38rem; padding: 0; transition: background .25s ease, width .25s ease; width: 1.1rem; }
.hero-dot.is-active { background: var(--gold); width: 2rem; }
.hero-arrows { display: flex; gap: .35rem; }
.hero-arrow { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: var(--white); display: inline-flex; height: 2.25rem; justify-content: center; width: 2.25rem; }
.hero-arrow:hover { background: var(--white); color: var(--teal); }
.hero-arrow--prev .icon { transform: rotate(180deg); }
.hero-caption { bottom: 2rem; color: rgba(255,255,255,.7); font-size: .68rem; left: var(--gutter); position: absolute; z-index: 3; }

/* Contour divider — the recurring Sideland terrace signature. */
.contour { bottom: -1px; height: 56px; left: 0; overflow: hidden; pointer-events: none; position: relative; width: 100%; z-index: 4; }
.contour svg { display: block; height: 100%; width: 100%; }
.contour-fill { fill: var(--cream); }
.contour-line { fill: none; stroke: rgba(43,36,30,.17); stroke-linecap: round; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.contour--cream .contour-fill { fill: var(--cream); }
.contour--white .contour-fill { fill: var(--white); }
.contour--teal .contour-fill { fill: var(--teal); }
.contour--green .contour-fill { fill: var(--green); }
.contour--wood .contour-fill { fill: var(--wood); }
.contour--teal .contour-line, .contour--green .contour-line, .contour--wood .contour-line { stroke: rgba(255,255,255,.3); }

/* Sections and stats */
.section { padding-block: clamp(4rem, 8vw, 7rem); position: relative; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--teal { background: var(--teal); color: var(--white); }
.section--teal h2, .section--teal h3, .section--teal p { color: var(--white); }
.section--teal .eyebrow, .section--green .eyebrow, .section--wood .eyebrow { color: #f8d991; }
.section--green { background: var(--green); color: var(--white); }
.section--green h2, .section--green h3, .section--green p { color: var(--white); }
.section--wood { background: var(--wood); color: var(--white); }
.section--wood h2, .section--wood h3, .section--wood p { color: var(--white); }
.section--teal .section-heading h2, .section--green .section-heading h2, .section--wood .section-heading h2 { color: var(--white); }
.section--teal .section-heading-description, .section--green .section-heading-description, .section--wood .section-heading-description { color: rgba(255,255,255,.74); }
.stats-strip { background: var(--teal); color: var(--white); padding-block: 1.15rem; }
.stats-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }
.stat { border-left: 1px solid rgba(255,255,255,.27); padding-left: 1rem; }
.stat:first-child { border-left: 0; padding-left: 0; }
.stat-number { display: block; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.35rem); line-height: 1; }
.stat-label { color: rgba(255,255,255,.72); display: block; font-size: .67rem; margin-top: .35rem; }
.feature-grid { display: grid; gap: 1rem; grid-template-columns: 1fr; }
.feature-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding: 1.55rem; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.feature-card:hover { box-shadow: var(--shadow-card); transform: translateY(-5px); }
.feature-icon { align-items: center; background: rgba(31,107,114,.1); border-radius: 14px; color: var(--teal); display: inline-flex; height: 3rem; justify-content: center; margin-bottom: 1.1rem; width: 3rem; }
.feature-icon .icon { height: 1.45rem; width: 1.45rem; }
.feature-card:nth-child(2) .feature-icon { background: rgba(122,78,46,.11); color: var(--wood); }
.feature-card:nth-child(3) .feature-icon { background: rgba(92,122,61,.13); color: var(--green); }
.feature-card h3 { font-size: 1.5rem; }
.feature-card p { color: var(--muted); font-size: .88rem; }

/* Cards, grids, filters */
.card-grid { display: grid; gap: 1.2rem; grid-template-columns: 1fr; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; overflow: hidden; transition: box-shadow .3s var(--ease), transform .3s var(--ease); }
.card:hover { box-shadow: var(--shadow-card); transform: translateY(-5px); }
.card.is-hidden { display: none; }
.card-media { background: var(--cream-deep); display: block; overflow: hidden; position: relative; }
.card-media img { aspect-ratio: 1.35 / 1; object-fit: cover; transition: transform .55s var(--ease); width: 100%; }
.card:hover .card-media img { transform: scale(1.045); }
.card-media-arrow { align-items: center; background: var(--white); border-radius: 50%; bottom: .75rem; color: var(--teal); display: inline-flex; height: 2.2rem; justify-content: center; position: absolute; right: .75rem; width: 2.2rem; }
.card-media-arrow .icon { height: 1rem; width: 1rem; }
.media-chip { align-items: center; background: rgba(43,36,30,.78); border-radius: 999px; bottom: .75rem; color: var(--white); display: inline-flex; font-size: .65rem; font-weight: 600; gap: .3rem; left: .75rem; padding: .35rem .65rem; position: absolute; }
.media-chip .icon { height: .9rem; width: .9rem; }
.card-body { display: flex; flex: 1; flex-direction: column; padding: 1.25rem 1.3rem 1.35rem; }
.card-body > p { color: var(--muted); font-size: .83rem; }
.card-title { font-size: clamp(1.28rem, 2vw, 1.65rem); margin-bottom: .45rem; }
.card-title a { text-decoration: none; }
.card-title a:hover { color: var(--teal); }
.card-body .text-link { margin-top: auto; padding-top: .9rem; }
.badge-row { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .65rem; }
.badge { background: rgba(92,122,61,.12); border-radius: 999px; color: var(--green); font-size: .62rem; font-weight: 700; letter-spacing: .04em; padding: .3rem .55rem; }
.card-footer-row { align-items: center; display: flex; gap: .8rem; justify-content: space-between; margin-top: auto; padding-top: .9rem; }
.price { color: var(--wood); font-family: "Plus Jakarta Sans", sans-serif; font-size: .95rem; font-variant-numeric: tabular-nums; }
.price small { color: var(--muted); font-size: .65rem; font-weight: 500; margin-left: .2rem; }
.meta-line { align-items: center; color: var(--muted); display: flex; font-size: .72rem !important; gap: .35rem; }
.meta-line .icon { color: var(--teal); height: .95rem; width: .95rem; }
.mini-list { color: var(--muted); font-size: .75rem; list-style: none; margin: .25rem 0 0; padding: 0; }
.mini-list li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-list li::before { color: var(--gold); content: "•"; margin-right: .45rem; }
.facility-pills { display: flex; flex-wrap: wrap; gap: .3rem; margin: .35rem 0; }
.facility-pills span { background: var(--cream); border-radius: 999px; color: var(--muted); font-size: .61rem; padding: .27rem .5rem; }
.filter-bar { align-items: center; display: flex; flex-wrap: wrap; gap: .4rem; margin: 0 0 1.8rem; }
.filter-button { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .73rem; padding: .5rem .8rem; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.filter-button:hover, .filter-button.is-active { background: var(--teal); border-color: var(--teal); color: var(--white); }
.empty-state { background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--muted); padding: 2.5rem 1.5rem; text-align: center; }
.testimonial-card { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: var(--radius-md); color: var(--white); margin: 0; padding: 1.4rem; }
.testimonial-quote-mark { color: var(--gold); display: inline-flex; margin-bottom: .6rem; }
.testimonial-quote-mark .icon { height: 1.8rem; width: 1.8rem; }
.testimonial-card blockquote { color: var(--white); font-family: "Fraunces", Georgia, serif; font-size: 1.22rem; line-height: 1.35; margin: 0 0 1.2rem; }
.testimonial-card figcaption { display: flex; flex-direction: column; font-size: .72rem; }
.testimonial-card figcaption span { color: rgba(255,255,255,.64); }

/* Page headers and detail layouts */
.page-hero { background: var(--teal); color: var(--white); min-height: 330px; overflow: hidden; position: relative; }
.page-hero::before { background: linear-gradient(90deg, rgba(22,79,85,.94), rgba(22,79,85,.35)); content: ""; inset: 0; position: absolute; }
.page-hero-media { height: 100%; inset: 0; object-fit: cover; opacity: .7; position: absolute; width: 100%; }
.page-hero .container { align-items: flex-end; display: flex; min-height: 330px; padding-block: 3rem 4.8rem; position: relative; }
.page-hero h1, .page-hero p { color: var(--white); }
.page-hero h1 { max-width: 730px; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 620px; }
.detail-header { background: var(--teal); color: var(--white); overflow: hidden; padding-block: 3.5rem 5rem; position: relative; }
.detail-header .container { position: relative; z-index: 1; }
.detail-header h1, .detail-header p { color: var(--white); }
.detail-header h1 { max-width: 820px; }
.detail-header .eyebrow { color: #f8d991; }
.detail-header p { max-width: 650px; }
.detail-grid { align-items: start; display: grid; gap: 2rem; grid-template-columns: 1fr; }
.detail-main { min-width: 0; }
.detail-aside { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); padding: 1.3rem; position: sticky; top: 100px; }
.detail-aside h2 { font-size: 1.6rem; }
.info-list { list-style: none; margin: 0; padding: 0; }
.info-list li { border-top: 1px solid var(--line); display: grid; gap: .15rem; grid-template-columns: 1.45rem 1fr; padding: .85rem 0; }
.info-list li:first-child { border-top: 0; }
.info-list .icon { color: var(--teal); margin-top: .15rem; }
.info-list strong { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.info-list span { color: var(--muted); font-size: .78rem; }
.prose { color: var(--ink); font-size: 1rem; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { font-size: 2rem; margin-top: 2.4rem; }
.prose h3 { font-size: 1.45rem; margin-top: 2rem; }
.prose p, .prose li { color: #4f463d; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose a { color: var(--teal); }
.prose blockquote { border-left: 3px solid var(--gold); color: var(--wood); font-family: "Fraunces", Georgia, serif; font-size: 1.35rem; margin: 2rem 0; padding: .2rem 0 .2rem 1.1rem; }
.gallery-grid { display: grid; gap: .65rem; grid-template-columns: repeat(2, 1fr); margin: 0 0 2rem; }
.gallery-item { background: var(--cream-deep); border: 0; border-radius: var(--radius-sm); overflow: hidden; padding: 0; }
.gallery-item img { aspect-ratio: 1 / 1; object-fit: cover; transition: transform .4s var(--ease); width: 100%; }
.gallery-item:hover img { transform: scale(1.05); }
.detail-image { border-radius: var(--radius-md); margin-bottom: 1.5rem; overflow: hidden; }
.detail-image img { aspect-ratio: 1.6 / 1; object-fit: cover; width: 100%; }
.itinerary { list-style: none; margin: 1rem 0 0; padding: 0; }
.itinerary li { border-left: 2px solid var(--gold); margin-left: .45rem; padding: .15rem 0 .9rem 1.1rem; position: relative; }
.itinerary li::before { background: var(--gold); border: 3px solid var(--cream); border-radius: 50%; content: ""; height: .65rem; left: -.43rem; position: absolute; top: .37rem; width: .65rem; }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { border-bottom: 1px solid var(--line); }
.accordion-trigger { align-items: center; background: none; border: 0; color: var(--ink); display: flex; font-weight: 700; justify-content: space-between; padding: 1rem 0; text-align: left; width: 100%; }
.accordion-trigger .icon { transition: transform .25s ease; }
.accordion-trigger[aria-expanded="true"] .icon { transform: rotate(180deg); }
.accordion-panel { display: none; padding: 0 0 1rem; }
.accordion-panel.is-open { display: block; }

/* Archive/blog */
.archive-intro { padding-block: 4rem 2rem; }
.archive-intro h1 { margin-bottom: .4rem; }
.archive-intro p { color: var(--muted); max-width: 640px; }
.post-meta { color: var(--muted); font-size: .75rem; }
.single-header { padding-block: 4rem 2rem; }
.single-header h1 { max-width: 820px; }
.single-header .post-meta { margin-bottom: 1rem; }
.post-content-wrap { padding-block: 1rem 6rem; }
.post-featured { border-radius: var(--radius-md); margin: 0 auto 2rem; max-height: 630px; object-fit: cover; width: min(100%, 920px); }
.pagination { margin-top: 2.5rem; }
.pagination .nav-links { align-items: center; display: flex; flex-wrap: wrap; gap: .45rem; }
.pagination a, .pagination span { border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: .75rem; padding: .45rem .75rem; text-decoration: none; }
.pagination .current, .pagination a:hover { background: var(--teal); border-color: var(--teal); color: var(--white); }

/* Footer */
.footer-cta { background: var(--teal); color: var(--white); overflow: hidden; position: relative; }
.footer-cta .contour { margin-top: -1px; }
.footer-cta-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; padding-block: 3.7rem 4.5rem; }
.footer-cta h2, .footer-cta p { color: var(--white); }
.footer-cta h2 { max-width: 590px; }
.footer-cta p:not(.eyebrow) { color: rgba(255,255,255,.76); max-width: 520px; }
.footer-cta .eyebrow { color: #f8d991; }
.footer-map { min-height: 250px; }
.footer-map iframe { border: 0; border-radius: var(--radius-md); height: 100%; min-height: 250px; width: 100%; }
.map-placeholder { align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.04)), repeating-linear-gradient(125deg, transparent 0 18px, rgba(255,255,255,.08) 18px 20px); border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-md); color: var(--white); display: flex; flex-direction: column; gap: .5rem; justify-content: center; min-height: 250px; padding: 1.5rem; text-align: center; }
.map-placeholder span:last-child { color: rgba(255,255,255,.7); font-size: .73rem; max-width: 280px; }
.map-placeholder-mark { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); display: inline-flex; height: 3rem; justify-content: center; width: 3rem; }
.site-footer { background: var(--ink); color: rgba(255,255,255,.72); padding-top: 3.5rem; }
.site-footer h3 { color: var(--white); font-size: 1.1rem; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: 1fr; }
.site-brand--footer { color: var(--white); margin-bottom: 1rem; }
.site-brand--footer .brand-copy small { color: rgba(255,255,255,.57); }
.footer-brand p { font-size: .8rem; max-width: 310px; }
.footer-menu { align-items: flex-start; flex-direction: column; gap: .45rem; }
.footer-menu a { color: rgba(255,255,255,.72); font-size: .78rem; text-decoration: none; }
.footer-menu a:hover { color: var(--gold); }
.footer-contact p, .footer-contact a { align-items: flex-start; color: rgba(255,255,255,.72); display: flex; font-size: .77rem; gap: .5rem; text-decoration: none; }
.footer-contact .icon { color: var(--gold); flex: 0 0 auto; height: 1rem; width: 1rem; }
.footer-contact a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); display: flex; flex-wrap: wrap; font-size: .66rem; gap: .5rem 1.5rem; justify-content: space-between; margin-top: 2.5rem; padding-block: 1.1rem; }

/* Lightbox */
.lightbox { align-items: center; background: rgba(20,16,12,.9); display: flex; inset: 0; justify-content: center; opacity: 0; padding: 2rem; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 100; }
.lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox img { border-radius: var(--radius-sm); max-height: calc(100vh - 4rem); max-width: min(100%, 1100px); object-fit: contain; }
.lightbox-close { align-items: center; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); display: inline-flex; height: 2.5rem; justify-content: center; position: absolute; right: 1rem; top: 1rem; width: 2.5rem; }

/* Scroll reveal */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--ease) var(--reveal-delay, 0ms), transform .65s var(--ease) var(--reveal-delay, 0ms); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Forms and WordPress content */
.search-form { display: flex; gap: .5rem; }
.search-form label { flex: 1; }
.search-field, input[type="text"], input[type="email"], input[type="url"], textarea, select { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); color: var(--ink); padding: .75rem .85rem; width: 100%; }
textarea { min-height: 130px; resize: vertical; }
.alignwide { margin-inline: calc(50% - 50vw); max-width: 100vw; width: 100vw; }
.wp-block-image img, .wp-block-gallery { border-radius: var(--radius-sm); }

@media (min-width: 600px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .feature-grid { grid-template-columns: repeat(3, 1fr); }
  .card-grid--two { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr .8fr 1fr; }
}

@media (min-width: 800px) {
  .card-grid--three { grid-template-columns: repeat(3, 1fr); }
  .card-grid--four { grid-template-columns: repeat(4, 1fr); }
  .detail-grid { grid-template-columns: minmax(0, 1.55fr) minmax(260px, .8fr); }
  .footer-cta-grid { align-items: center; grid-template-columns: 1fr .86fr; }
}

@media (max-width: 980px) {
  .primary-navigation .menu { gap: .75rem; }
  .primary-navigation a { font-size: .67rem; }
  .brand-copy small { display: none; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 68px; }
  .menu-toggle { display: inline-flex; }
  .header-whatsapp { margin-left: 0; }
  .header-whatsapp .show-mobile { align-items: center; display: inline-flex; }
  .header-whatsapp { min-height: 2.5rem; padding-inline: .75rem; }
  .primary-navigation { background: var(--cream); border-top: 1px solid var(--line); box-shadow: 0 20px 30px rgba(43,36,30,.12); display: none; left: 0; padding: 1rem var(--gutter) 1.4rem; position: absolute; right: 0; top: 100%; }
  .primary-navigation.is-open { display: block; }
  .primary-navigation .menu { align-items: stretch; flex-direction: column; gap: 0; }
  .primary-navigation a { display: block; font-size: .86rem; padding: .72rem 0; }
  .menu-toggle.is-open .icon--menu { display: none; }
  .menu-toggle.is-open::after { content: ""; display: block; height: 1.55rem; width: 1.55rem; background: currentColor; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m6 6 12 12M18 6 6 18' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat; }
  .hide-mobile { display: none; }
  .show-mobile { display: inline-flex; }
  .hero-slide-content { padding-block: 5rem 6rem; }
  .hero-caption { display: none; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .6rem; }
}

@media (min-width: 1000px) {
  .hero-slide-content { padding-block: 7rem 8rem; }
  .stats-grid { gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* -------------------------------------------------------------------------
   Flow skin
   A looser editorial layer for the home page: fewer boxes, more overlap,
   tactile edges, and rails that invite a thumb or mouse to move through them.
   ------------------------------------------------------------------------- */
:root {
  --paper-shadow: 0 14px 32px rgba(43, 36, 30, .08);
  --flow-line: rgba(43, 36, 30, .18);
  --hand-radius: 14px 5px 17px 7px;
}

body {
  background-color: var(--cream);
  background-image: radial-gradient(circle at 14% 18%, rgba(122, 78, 46, .045) 0 1px, transparent 1px), radial-gradient(circle at 78% 63%, rgba(31, 107, 114, .04) 0 1px, transparent 1px);
  background-size: 23px 23px, 31px 31px;
}

.is-front-page .site-header {
  background: rgba(246, 240, 228, .88);
  border-bottom-color: rgba(43, 36, 30, .08);
  box-shadow: none;
}
.is-front-page .eyebrow { letter-spacing: .1em; }
.is-front-page .site-header.is-scrolled { background: rgba(246, 240, 228, .97); box-shadow: 0 8px 24px rgba(43, 36, 30, .08); }
.is-front-page .primary-navigation a { font-size: .76rem; }
.is-front-page .header-whatsapp { border-radius: var(--hand-radius); box-shadow: 3px 3px 0 rgba(43,36,30,.15); }

/* Hero: the picture breathes slowly, while small hand-drawn marks give it a
   local/editorial feeling instead of a generic gradient hero. */
.hero--flow { min-height: min(790px, calc(100vh - 68px)); }
.hero--flow::after { background: linear-gradient(90deg, rgba(22,79,85,.83), rgba(22,79,85,.33) 56%, rgba(22,79,85,.08)); }
.hero--flow .hero-slide-media { filter: saturate(.91) contrast(.96); transform: scale(1.07); transition: transform 9s var(--ease), filter .8s ease; }
.hero--flow .hero-slide.is-active .hero-slide-media { filter: saturate(1) contrast(1); transform: scale(1); }
.hero--flow .hero-slide-content { justify-content: flex-end; padding-bottom: clamp(8rem, 13vw, 11rem); }
.hero--flow .hero-copy { max-width: 735px; }
.hero--flow h1 { font-size: clamp(3rem, 8vw, 6.7rem); letter-spacing: -.045em; }
.hero--flow .hero-lead { font-size: clamp(1rem, 1.8vw, 1.22rem); max-width: 540px; }
.hero--flow .button { border-radius: var(--hand-radius); }
.hero--flow .hero-meta { align-items: center; bottom: 2.45rem; left: var(--gutter); right: auto; }
.hero--flow .hero-caption { bottom: 2.7rem; left: auto; right: var(--gutter); }
.hero-progress { background: rgba(255,255,255,.32); display: block; height: 2px; overflow: hidden; width: clamp(80px, 13vw, 160px); }
.hero-progress i { background: var(--gold); display: block; height: 100%; transform: scaleX(0); transform-origin: left center; width: 100%; }
.hero-progress.is-running i { animation: hero-progress 7s linear infinite; }
@keyframes hero-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-orbit { border: 1px solid rgba(255,255,255,.42); border-radius: 50%; pointer-events: none; position: absolute; z-index: 2; }
.hero-orbit--one { height: 18rem; right: -7rem; top: 16%; width: 18rem; }
.hero-orbit--two { border-color: rgba(217,164,65,.72); height: 7rem; right: 13%; top: 25%; width: 7rem; }
.hero-scribble { bottom: 10%; opacity: .72; position: absolute; right: 7%; transform: rotate(-8deg); z-index: 3; }
.hero-scribble svg { fill: none; height: 4.5rem; stroke: var(--gold); stroke-linecap: round; stroke-width: 2; width: 9rem; }
.hero--flow > .contour { height: 82px; margin-top: -1px; }

/* Stats become a loose ribbon rather than four rigid columns with dividers. */
.stats-strip--flow { background: var(--teal); padding: 0; position: relative; }
.stats-strip--flow::before { background: rgba(255,255,255,.08); content: ""; height: 1px; left: 8%; position: absolute; right: 8%; top: 50%; }
.stats-flow { align-items: center; display: grid; gap: clamp(1.5rem, 5vw, 5rem); grid-template-columns: minmax(180px, .7fr) 2fr; padding-block: 2.1rem 2.7rem; position: relative; }
.stats-intro { max-width: 220px; position: relative; z-index: 1; }
.stats-intro .eyebrow { color: #f8d991; margin-bottom: .45rem; }
.stats-intro p { color: rgba(255,255,255,.7); font-size: .72rem; line-height: 1.45; margin: 0; }
.stats-list { display: grid; gap: clamp(.3rem, 1.8vw, 1.5rem); grid-template-columns: repeat(4, 1fr); position: relative; z-index: 1; }
.stats-list .stat { border: 0; min-width: 0; padding: .7rem .6rem 1rem; position: relative; }
.stats-list .stat::before { background: var(--gold); border-radius: 50%; content: ""; height: .38rem; left: .62rem; position: absolute; top: 0; width: .38rem; }
.stats-list .stat::after { background: rgba(255,255,255,.34); bottom: 0; content: ""; height: 1px; left: .6rem; position: absolute; right: 1.1rem; transform: rotate(-1.5deg); transform-origin: left; }
.stats-list .stat:nth-child(2) { transform: translateY(1rem); }
.stats-list .stat:nth-child(3) { transform: translateY(-.4rem); }
.stats-list .stat:nth-child(4) { transform: translateY(.65rem); }
.stats-list .stat-number { color: var(--white); font-size: clamp(2.15rem, 4.3vw, 4.1rem); font-variant-numeric: tabular-nums; letter-spacing: -.06em; }
.stats-list .stat-label { color: rgba(255,255,255,.72); font-size: .67rem; line-height: 1.3; }
.stats-list .stat--green::before { background: #a7c17c; }
.stats-list .stat--gold::before { background: var(--gold); }
.stats-list .stat--wood::before { background: #d7a57b; }

/* Feature cards use an editorial 12-column rhythm and only a few deliberate
   lines; the page no longer reads like a stack of identical AI cards. */
.section--flow { overflow: hidden; }
.section--flow .section-heading { max-width: 760px; }
.feature-grid--flow { display: grid; gap: 1.1rem; grid-template-columns: repeat(12, 1fr); }
.feature-grid--flow .feature-card { background: transparent; border: 0; border-top: 1px solid var(--flow-line); border-radius: 0; box-shadow: none; min-height: 280px; padding: 1.1rem .9rem 2rem; position: relative; }
.feature-grid--flow .feature-card:hover { box-shadow: none; transform: translateY(-4px); }
.feature-grid--flow .feature-card:nth-child(1) { grid-column: span 4; }
.feature-grid--flow .feature-card:nth-child(2) { grid-column: 5 / span 4; margin-top: 3.5rem; }
.feature-grid--flow .feature-card:nth-child(3) { grid-column: 9 / span 4; margin-top: 1.1rem; }
.feature-grid--flow .feature-index { color: var(--muted); display: block; font-size: .68rem; letter-spacing: .14em; margin-bottom: 2.8rem; }
.feature-grid--flow .feature-icon { background: transparent; color: var(--teal); height: auto; justify-content: flex-start; margin-bottom: .9rem; width: auto; }
.feature-grid--flow .feature-icon .icon { height: 2rem; width: 2rem; }
.feature-grid--flow .feature-card--culture .feature-icon { color: var(--wood); }
.feature-grid--flow .feature-card--people .feature-icon { color: var(--green); }
.feature-grid--flow .feature-card h3 { font-size: clamp(1.45rem, 2.4vw, 2.2rem); max-width: 240px; }
.feature-grid--flow .feature-card p { max-width: 260px; }
.feature-line { background: var(--teal); bottom: 0; display: block; height: 2px; left: .9rem; position: absolute; transform: rotate(-2deg); transform-origin: left; transition: width .4s var(--ease); width: 2.2rem; }
.feature-card:hover .feature-line { width: 6rem; }
.feature-card--culture .feature-line { background: var(--wood); }
.feature-card--people .feature-line { background: var(--green); }

/* Mood switcher: one interactive story instead of two disconnected blocks. */
.experience-flow { overflow: hidden; }
.experience-layout { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6.5rem); grid-template-columns: minmax(220px, .72fr) minmax(0, 1.28fr); }
.experience-intro h2 { font-size: clamp(2.25rem, 4.4vw, 4.1rem); }
.experience-intro > p:not(.eyebrow) { color: var(--muted); max-width: 340px; }
.experience-tabs { border-bottom: 1px solid var(--flow-line); display: flex; gap: .9rem; margin-top: 2rem; }
.experience-tab { align-items: center; background: transparent; border: 0; border-bottom: 2px solid transparent; color: var(--muted); display: inline-flex; font-size: .76rem; gap: .45rem; margin-bottom: -1px; padding: .65rem .2rem .8rem; }
.experience-tab:hover, .experience-tab.is-active { border-bottom-color: var(--teal); color: var(--ink); }
.tab-dot { border-radius: 50%; display: inline-block; height: .55rem; width: .55rem; }
.tab-dot--water { background: var(--teal); }
.tab-dot--green { background: var(--green); }
.experience-stage { min-height: 390px; position: relative; }
.experience-panel { align-items: end; display: grid; gap: clamp(1rem, 3vw, 2.6rem); grid-template-columns: minmax(200px, .9fr) minmax(180px, .8fr); }
.experience-panel.is-active { animation: experience-in .48s var(--ease) both; }
@keyframes experience-in { from { opacity: .25; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.experience-panel[hidden] { display: none; }
.experience-panel--sideland .experience-image-wrap { transform: rotate(2.2deg); }
.experience-image-wrap { position: relative; transform: rotate(-2.2deg); z-index: 0; }
.experience-image-wrap::after { border: 1px solid var(--teal); border-radius: 42% 58% 52% 48% / 49% 45% 55% 51%; content: ""; inset: 12px -12px -12px 12px; pointer-events: none; position: absolute; transform: rotate(4deg); z-index: -1; }
.experience-panel--sideland .experience-image-wrap::after { border-color: var(--green); transform: rotate(-5deg); }
.experience-image-wrap img { aspect-ratio: .9 / 1.15; border-radius: 48% 52% 47% 53% / 42% 44% 56% 58%; object-fit: cover; width: 100%; }
.experience-stamp { align-items: center; background: var(--gold); border-radius: 50%; bottom: -1.1rem; color: var(--ink); display: inline-flex; font-family: "Fraunces", Georgia, serif; font-size: 1.05rem; height: 5rem; justify-content: center; position: absolute; right: -1.1rem; transform: rotate(8deg); width: 5rem; }
.experience-panel--sideland .experience-stamp { background: var(--green); color: var(--white); transform: rotate(-8deg); }
.experience-copy { padding-bottom: .4rem; }
.experience-kicker { color: var(--muted); display: block; font-size: .68rem; letter-spacing: .11em; margin-bottom: .8rem; text-transform: uppercase; }
.experience-copy h3 { font-size: clamp(1.65rem, 3vw, 2.8rem); }
.experience-copy p { color: var(--muted); font-size: .87rem; }
.experience-copy .text-link { margin-top: .8rem; }

/* Horizontal rails are draggable on desktop and naturally swipeable on mobile. */
.section--flow-list { overflow: hidden; }
.flow-shell { position: relative; }
.flow-controls { align-items: center; display: flex; justify-content: space-between; margin: -.7rem 0 1.1rem; }
.flow-hint { color: var(--muted); font-size: .68rem; letter-spacing: .05em; }
.flow-controls > div { display: flex; gap: .35rem; }
.flow-arrow { align-items: center; background: transparent; border: 1px solid var(--flow-line); border-radius: var(--hand-radius); color: var(--teal); display: inline-flex; height: 2.55rem; justify-content: center; transition: background .25s ease, color .25s ease, transform .25s var(--ease); width: 2.55rem; }
.flow-arrow:hover { background: var(--teal); color: var(--white); transform: translateY(-2px); }
.flow-arrow--prev .icon { transform: rotate(180deg); }
.flow-track { cursor: grab; display: flex !important; gap: clamp(.8rem, 2vw, 1.5rem); grid-template-columns: none !important; overflow-x: auto; overscroll-behavior-inline: contain; padding: .5rem .3rem 1.8rem; scrollbar-width: none; scroll-snap-type: x proximity; }
.flow-track::-webkit-scrollbar { display: none; }
.flow-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.flow-track > .card { border: 0; border-radius: var(--hand-radius); box-shadow: var(--paper-shadow); flex: 0 0 clamp(280px, 37vw, 430px); scroll-snap-align: start; }
.flow-track > .card:nth-child(2) { transform: translateY(1.5rem); }
.flow-track > .card:nth-child(3) { transform: translateY(.45rem); }
.flow-track > .card:hover { box-shadow: 0 20px 38px rgba(43,36,30,.14); transform: translateY(-.2rem) rotate(-.25deg); }
.is-front-page .card-media img { filter: saturate(.92); }
.is-front-page .badge { background: transparent; border-bottom: 1px solid currentColor; border-radius: 0; padding: .12rem 0; }
.is-front-page .card-title { font-size: clamp(1.45rem, 2.3vw, 2rem); }
.is-front-page .button { border-radius: var(--hand-radius); }

/* Carry the same handmade vocabulary onto archive/detail pages. */
.button, .filter-button { border-radius: var(--hand-radius); }
.card { border-radius: var(--hand-radius); box-shadow: var(--paper-shadow); }
.badge { border-radius: 2px 9px 2px 8px; }
.detail-aside, .empty-state, .gallery-item { border-radius: var(--hand-radius); }
.primary-navigation a { position: relative; }
.primary-navigation a::after { background: var(--gold); bottom: -.22rem; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0) rotate(-1deg); transform-origin: left; transition: transform .25s var(--ease); width: 1.8rem; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item > a::after, .primary-navigation .current_page_item > a::after { transform: scaleX(1); }

/* A gentle cursor/scroll response, never essential to understanding the page. */
[data-parallax] { transition: transform .35s var(--ease); }
[data-tilt] { transform-style: preserve-3d; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
/* Content remains readable when JavaScript is disabled; motion is progressive enhancement. */
[data-reveal] { opacity: 1; transform: none; }
body.has-js [data-reveal] { opacity: 0; transform: translateY(18px); }
body.has-js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 800px) {
  .is-front-page .section { padding-block: clamp(5rem, 9vw, 8.5rem); }
  .is-front-page .section--flow-list .section-heading { margin-bottom: 1rem; }
}

@media (max-width: 799px) {
  .stats-flow { display: block; padding-block: 1.8rem 2.3rem; }
  .stats-intro { margin-bottom: 1.5rem; max-width: 300px; }
  .stats-list { display: flex; gap: .25rem; margin-inline: calc(var(--gutter) * -1); overflow-x: auto; padding: .2rem var(--gutter) 1rem; scrollbar-width: none; }
  .stats-list::-webkit-scrollbar { display: none; }
  .stats-list .stat { flex: 0 0 135px; }
  .stats-list .stat:nth-child(n) { transform: none; }
  .feature-grid--flow { display: block; }
  .feature-grid--flow .feature-card, .feature-grid--flow .feature-card:nth-child(n) { margin: 0; min-height: 0; padding-block: 1.2rem 1.8rem; }
  .feature-grid--flow .feature-index { margin-bottom: 1.2rem; }
  .experience-layout { display: block; }
  .experience-intro { margin-bottom: 2.8rem; }
  .experience-stage { min-height: 0; }
  .experience-panel { grid-template-columns: minmax(0, .95fr) minmax(130px, .8fr); }
  .experience-stamp { font-size: .85rem; height: 4rem; right: -.6rem; width: 4rem; }
  .flow-controls { margin-top: 0; }
  .flow-track { margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); }
  .flow-track > .card { flex-basis: min(82vw, 350px); }
  .hero--flow .hero-meta { bottom: 1.4rem; left: var(--gutter); }
  .hero--flow .hero-caption { display: none; }
  .hero-scribble { bottom: 17%; right: -1rem; }
  .hero-orbit--one { height: 10rem; right: -5rem; top: 22%; width: 10rem; }
  .hero-orbit--two { right: 17%; top: 29%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero--flow .hero-slide-media, [data-parallax], [data-tilt] { transform: none !important; }
  .hero-progress.is-running i { animation: none; transform: scaleX(1); }
  body.has-js [data-reveal] { opacity: 1; transform: none; }
}
