/* Visual polish layer — keeps the published content and SEO structure intact. */
:root{
  --layout-max:1200px;
  --layout-gutter:clamp(20px,3.2vw,40px);
  --section-space:clamp(68px,8vw,104px);
  --radius:10px;
  --shadow-soft:0 18px 50px rgba(16,46,43,.10);
}

body{overflow-x:hidden}

/* A calmer, more useful header. */
.nav{
  position:sticky;
  top:0;
  z-index:100;
  min-height:82px;
  padding-top:10px;
  padding-bottom:10px;
  background:rgba(245,239,229,.94);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.nav .brand img{width:54px;height:54px}
.nav nav a{position:relative}
.nav nav a::after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:5px;
  height:1px;
  background:var(--brown);
  transition:right .2s ease;
}
.nav nav a:hover::after{right:0}
.nav-cta,.button{border-radius:8px}

/* Consistent left alignment keeps natural word spacing. */
main h1,main h2,main h3,main .section-label,main .eyebrow{text-align:center}
main p:not(.section-label):not(.hero-language){
  text-align:left;
  text-align-last:left;
  hyphens:auto;
  -webkit-hyphens:auto;
}
.hero h1,.hero-copy,.hero-language,.hero-note,.intro h2,.intro>div p,
.photo-story-head>p:last-child,.awareness-copy>p,.steps-heading>p,
.events-head>p,.reviews>div>p,.location-copy>p,.faq>div>p{
  margin-left:auto;
  margin-right:auto;
}

/* The first screen now reads as one balanced composition. */
.hero{
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  column-gap:clamp(42px,6vw,86px);
  row-gap:0;
  padding-top:clamp(58px,7vw,88px);
  padding-bottom:clamp(64px,7vw,92px);
}
.hero>*:not(.hero-photo){grid-column:1}
.hero>.hero-photo{
  grid-column:2;
  grid-row:1/8;
  align-self:center;
  aspect-ratio:4/3;
  border-radius:var(--radius);
  box-shadow:var(--shadow-soft);
}
.hero-photo--lounge img{object-position:center 55%}
.hero .eyebrow{margin-bottom:24px}
.hero h1{
  max-width:12ch;
  margin:0 auto 24px;
  font-size:clamp(3rem,4.25vw,4.5rem);
  line-height:1.01;
  letter-spacing:-.052em;
}
.hero-copy{max-width:54ch;line-height:1.7}
.hero-language{margin-top:14px;text-align:center}
.hero-actions{justify-content:center;margin:28px 0 22px}
.hero-note{max-width:52ch;border-left:0;border-top:1px solid var(--brown);padding:14px 0 0;text-align:center}

/* Cards, photography and content blocks share the same finish. */
.intro-mark,.values article,.req-grid>div,.event-grid article,.review-action,
.agenda-dialog,.map-card{border-radius:var(--radius)}
.intro-mark{box-shadow:inset 0 0 0 1px rgba(22,60,56,.04)}
.values article,.req-grid>div,.event-grid article,.review-action{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
@media(hover:hover){
  .values article:hover,.req-grid>div:hover,.event-grid article:hover,.review-action:hover{
    transform:translateY(-3px);
    box-shadow:var(--shadow-soft);
    border-color:#bdc9bd;
  }
}
.values article,.req-grid>div{align-items:center;text-align:center}
.trust-strip>div{align-items:center;text-align:center}
.photo-story-head{align-items:end}
.photo-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}
.photo-grid figure,.photo-grid figure:nth-child(1),.photo-grid figure:nth-child(2),
.photo-grid figure:nth-child(3),.photo-grid figure:nth-child(4),.photo-grid figure:nth-child(5){
  grid-row:auto;
  margin:0;
  min-width:0;
  width:auto;
  max-width:100%;
  align-self:start;
  border-radius:8px;
}
.photo-grid img{min-width:0;max-width:100%}
.photo-grid figure:nth-child(1){grid-column:1/6;aspect-ratio:4/5}
.photo-grid figure:nth-child(2){grid-column:6/9;aspect-ratio:3/4;margin-top:48px}
.photo-grid figure:nth-child(3){grid-column:9/13;aspect-ratio:4/5}
.photo-grid figure:nth-child(4){grid-column:6/10;aspect-ratio:4/3;margin-top:-34px}
.photo-grid figure:nth-child(5){grid-column:10/13;aspect-ratio:3/4;margin-top:22px}
.awareness-copy,.steps-heading,.event-grid article,.review-action,.location-copy{align-items:center;text-align:center}
.principles>div{justify-content:center}
.steps li{grid-template-columns:42px 1fr;justify-items:start;text-align:left}
.steps li b{margin:0}
.steps li h3{text-align:center}
.steps li p{text-align:left;text-align-last:left;hyphens:auto}
.event-grid article .button,.event-grid article a{align-self:center}
.location-actions{justify-content:center}
.location-note{border-left:0;border-top:2px solid #37b9ad;padding:14px 0 0;text-align:center}
.accordion details{text-align:left}
.accordion summary{justify-content:space-between;text-align:left}

/* The privacy choice remains clear without covering most of the page. */
.consent-banner{
  width:min(560px,calc(100vw - 36px));
  padding:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  border-radius:12px;
  box-shadow:0 18px 55px rgba(16,46,43,.18);
}
.consent-banner>div{justify-content:flex-end}

@media(max-width:1000px){
  .hero{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:34px}
  .hero h1{font-size:clamp(2.75rem,5vw,3.75rem)}
  .photo-grid figure:nth-child(1){grid-column:1/7}
  .photo-grid figure:nth-child(2){grid-column:7/13;margin-top:40px}
  .photo-grid figure:nth-child(3){grid-column:1/6}
  .photo-grid figure:nth-child(4){grid-column:6/13;margin-top:26px}
  .photo-grid figure:nth-child(5){grid-column:4/10;margin-top:0}
}

@media(max-width:760px){
  :root{--layout-gutter:20px;--section-space:60px}
  .nav{position:relative;min-height:74px;padding:9px 20px;gap:10px 14px}
  .nav .brand img{width:46px;height:46px}
  .nav nav{
    order:4;
    flex-basis:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0;
    overflow:visible;
    padding:0;
    border-top:1px solid var(--line);
  }
  .nav nav a{justify-content:center;text-align:center;white-space:normal;padding:8px 6px 2px;font-size:.78rem}
  .nav nav a::after{display:none}
  .nav-cta{padding:10px 13px}
  .hero{display:flex;padding-top:42px;padding-bottom:60px}
  .hero h1{max-width:12ch;font-size:clamp(2.55rem,12vw,3.45rem)}
  .hero-copy{font-size:1rem}
  .hero-actions{width:100%}
  .hero-actions .button{width:100%}
  .hero>.hero-photo{order:6;width:calc(100% + 40px);margin:34px -20px 0;border-radius:0;box-shadow:none}
  .hero>.hero-photo--lounge{aspect-ratio:4/3}
  .hero-photo--lounge img{height:100%;object-fit:cover;object-position:center 56%}
  .intro-mark{border-radius:8px}
  .values article,.req-grid>div{align-items:center;text-align:center}
  .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .photo-grid figure:nth-child(1),.photo-grid figure:nth-child(2),
  .photo-grid figure:nth-child(3),.photo-grid figure:nth-child(4){grid-column:auto;margin:0;aspect-ratio:3/4}
  .photo-grid figure:nth-child(5){grid-column:1/-1;width:calc(50% - 5px);justify-self:center;margin:0;aspect-ratio:3/4}
  .steps li{grid-template-columns:36px 1fr;gap:16px;min-height:0}
  .steps li>b{width:34px;height:34px}
  .reviews,.location,.faq{gap:36px}
  .consent-banner{left:8px;right:8px;bottom:8px;width:auto;padding:12px}
  .consent-banner>div{display:grid;grid-template-columns:1fr 1fr}
}

@media(max-width:420px){
  .brand{letter-spacing:.14em}
  .language-menu summary{padding:6px 8px}
  .nav-cta{font-size:.8rem!important}
  .hero h1{font-size:clamp(2.35rem,11.5vw,2.9rem)}
  .hero .eyebrow{font-size:.68rem}
  .req-grid{grid-template-columns:1fr}
  .photo-grid{gap:8px}
}

@media(prefers-reduced-motion:reduce){
  .nav nav a::after,.values article,.req-grid>div,.event-grid article,.review-action{transition:none}
}

/* Compact, structured footer across every language and content page. */
/* Mobile home: readable copy, compact heading and a single visible contact CTA. */
@media(max-width:760px){
  .home-page .hero{padding-top:28px}
  .home-page .hero .eyebrow{margin-bottom:18px}
  .home-page .hero h1{
    font-size:clamp(2.15rem,9.8vw,2.8rem);
    line-height:1.08;
    max-width:15ch;
    margin-bottom:20px;
  }
  .home-page main p.hero-copy{
    text-align:left;
    text-align-last:left;
    hyphens:none;
    -webkit-hyphens:none;
  }
  .home-page .whatsapp-float.is-near-contact{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
}

footer{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,1fr);
  column-gap:clamp(24px,4vw,48px);
  row-gap:42px;
  align-items:start;
  padding-top:58px;
  padding-bottom:34px;
  background:#102e2b;
  text-align:left;
}
footer::before{
  content:"";
  position:absolute;
  top:0;
  left:max(var(--layout-gutter),calc((100vw - var(--layout-max))/2));
  width:64px;
  height:3px;
  background:var(--acid);
}
footer,footer p{font-size:.875rem;line-height:1.65;text-align:left!important;text-align-last:left!important}
footer .brand,footer .footer-brand,footer .footer-column,footer>div{
  align-items:flex-start;
  text-align:left;
}
footer .brand{gap:14px}
footer .brand img,footer .footer-brand .brand img{width:58px;height:58px}
footer .footer-brand>p{max-width:29ch;margin-top:16px}
footer .footer-column{gap:8px}
footer .footer-column strong{margin-bottom:10px;color:#e8c4a1}
footer a,footer button{transition:color .18s ease,opacity .18s ease}
footer a:hover,footer button:hover{color:#fff;opacity:.78}
.whatsapp-float.is-near-footer{
  opacity:0;
  pointer-events:none;
  transform:translateY(10px);
}
footer>.legal{
  grid-column:1/3;
  grid-row:2;
  width:100%;
  max-width:none;
  margin:0!important;
  padding-top:22px;
  border-top:1px solid #36514c;
  color:#aebfba;
}
footer>.cookie-settings{
  grid-column:3;
  grid-row:2;
  justify-self:start;
  align-self:start;
  min-height:0;
  margin:0;
  padding:22px 0 0;
  border-top:1px solid #36514c;
  text-align:left;
  text-underline-offset:4px;
}

@media(max-width:820px){
  footer{
    grid-template-columns:1fr 1fr;
    column-gap:36px;
    row-gap:34px;
  }
  footer>:first-child{grid-column:1/-1}
  footer>.legal{grid-column:1;grid-row:auto}
  footer>.cookie-settings{grid-column:2;grid-row:auto}
}

@media(max-width:560px){
  footer{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:24px;
    row-gap:24px;
    padding-top:42px;
    padding-bottom:42px;
  }
  footer>:first-child,footer>.legal,footer>.cookie-settings{grid-column:1/-1;grid-row:auto}
  footer .brand img,footer .footer-brand .brand img{width:50px;height:50px}
  footer .footer-brand>p{max-width:34ch;margin-top:12px}
  footer .footer-column{gap:6px}
  footer .footer-column strong{margin-bottom:5px}
  footer>.legal{padding-top:18px}
  footer>.cookie-settings{
    justify-self:start;
    width:100%;
    padding-top:14px;
    text-align:left;
  }
}

@media(max-width:360px){
  footer{grid-template-columns:1fr}
  footer>:not(.legal):not(.cookie-settings){grid-column:1}
}

/* Align every footer item to the same column edge. */
footer>div{min-width:0}
footer .brand{justify-content:flex-start;align-items:center}
footer p{margin-left:0;margin-right:0}
footer .footer-column p{margin-top:0;margin-bottom:4px}
footer a,footer button{overflow-wrap:anywhere;text-align:left}
footer>.cookie-settings{justify-self:stretch}
@media(max-width:560px){
  footer{grid-template-columns:minmax(0,1fr);row-gap:26px}
  footer>*{grid-column:1!important;grid-row:auto!important}
}

/* Compact reading rhythm across all three language editions. */
:root{--section-space:clamp(44px,5vw,64px)}
main h1,main h2,main h3,main .section-label,main .eyebrow{text-align:left}
main p:not(.section-label):not(.hero-language){text-align:left;text-align-last:left;hyphens:none;-webkit-hyphens:none;line-height:1.65}
.hero h1,.hero-copy,.hero-language,.hero-note,.intro h2,.intro>div p,
.photo-story-head>p:last-child,.awareness-copy>p,.steps-heading>p,
.events-head>p,.reviews>div>p,.location-copy>p,.faq>div>p{margin-left:0;margin-right:0}
.hero{padding-top:44px;padding-bottom:var(--section-space);column-gap:40px;align-items:start}
.hero h1{max-width:none;font-size:clamp(2.4rem,3.7vw,3.5rem);line-height:1.12;margin-bottom:20px}
.hero .eyebrow{margin-bottom:16px}
.hero-language,.hero-note{text-align:left}
.hero-actions,.location-actions{justify-content:flex-start}
.hero-actions{margin:20px 0 16px}
.hero>.hero-photo{grid-row:1/7;align-self:center}
.values article,.req-grid>div,.trust-strip>div,.awareness-copy,.steps-heading,
.event-grid article,.review-action,.location-copy{align-items:flex-start;text-align:left}
.steps li h3{text-align:left}
.principles>div{justify-content:flex-start}
.event-grid article .button,.event-grid article a{align-self:flex-start}
.intro,.steps,.reviews,.faq{gap:36px;align-items:start}
.intro-mark{min-height:220px}
.trust-strip{padding-top:24px;padding-bottom:36px}
.photo-story-head{gap:24px;align-items:start;margin-bottom:28px}
.awareness .awareness-image,.awareness-copy{min-height:0}
.awareness-copy{padding-top:44px;padding-bottom:44px}
.steps li{min-height:0;padding-top:20px;padding-bottom:20px}
.req-grid>div,.event-grid article{min-height:0}
.review-action{height:auto}
.location-note{text-align:left}
.final-cta h2,.final-cta .section-label,.final-cta>p{text-align:center!important;text-align-last:center!important}
@media(max-width:760px){
  :root{--section-space:44px}
  .hero{flex-direction:column;align-items:stretch;gap:0;padding-bottom:44px}
  .home-page .hero h1{max-width:none;font-size:clamp(2rem,8.5vw,2.8rem);line-height:1.14}
  .hero>.hero-photo{margin-top:24px}
  .intro,.steps,.reviews,.faq,.location{gap:24px}
  .values article,.req-grid>div{align-items:flex-start;text-align:left}
  .awareness-copy{padding:36px 20px}
}
