@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

/* === Tokens === */
:root{
  --max: 1120px;
  --radius: 18px;
  --radius2: 26px;
  --top-info-height: 34px;
  --top-main-height: 76px;
  --top-total-height: calc(var(--top-info-height) + var(--top-main-height));

  /* Palette */
  --black: #000000;
  --white: #ffffff;
  --gray-900: #111111;
  --gray-800: #1a1a1a;
  --gray-700: #2a2a2a;
  --gray-600: #3a3a3a;
  --gray-500: #6b6b6b;
  --gray-300: #cfcfcf;
  --gray-200: #e6e6e6;
  --gray-100: #f2f2f2;

  --accent: #d60000;
  --accent2: #b80000;

  --font-display: "Inter", system-ui, sans-serif;
}

/* === Base === */
*{ box-sizing:border-box;}
html{ scroll-behavior:smooth; width:100%; max-width:100%; overflow-x:hidden; }

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *,*::before,*::after{
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}


body[data-theme="dark"]{
  --bg: #0b0b0b;
  --surface: rgba(255,255,255,.06);
  --surface2: rgba(255,255,255,.10);
  --line: rgba(255,255,255,.14);
  --text: #f5f5f5;
  --muted: rgba(245,245,245,.72);
  --shadow: 0 18px 60px rgba(0,0,0,.55);
  --header: rgba(11,11,11,.55);
  --grid: rgba(255,255,255,.06);

  --tabBg: rgba(255,255,255,.06);
  --tabActiveBg: rgba(255,255,255,.16);
  --tabActiveText: rgba(255,255,255,.98);

  --cellBg: rgba(255,255,255,.03);
  --cellHover: rgba(255,255,255,.06);
  --timeBg: rgba(255,255,255,.06);

  --flash0: rgba(255,255,255,.28);
  --flash1: rgba(255,255,255,.14);
  --flashGlow: rgba(255,255,255,.18);
  --flashInset: rgba(255,255,255,.36);

  --logoFilter: invert(1) brightness(1.15) contrast(1.1);

  --paper: #111111;
  --paper2: #151515;


  --solidBtnBg: #111111;
  --solidBtnText: #ffffff;
}

body[data-theme="light"]{
  --bg: #e6e6e6;
  --surface: rgba(0,0,0,.05);
  --surface2: rgba(0,0,0,.08);
  --line: rgba(0,0,0,.14);
  --text: #111111;
  --muted: rgba(17,17,17,.84);
  --shadow: 0 18px 60px rgba(0,0,0,.18);
  --header: rgba(230,230,230,.92);
  --grid: rgba(0,0,0,.06);

  --tabBg: rgba(0,0,0,.06);
  --tabActiveBg: rgba(0,0,0,.16);
  --tabActiveText: rgba(17,17,17,.98);

  --cellBg: rgba(242,242,242,.82);
  --cellHover: rgba(0,0,0,.06);
  --timeBg: rgba(0,0,0,.06);

  --flash0: rgba(214,0,0,.78);
  --flash1: rgba(214,0,0,.28);
  --flashGlow: rgba(214,0,0,.55);
  --flashInset: rgba(0,0,0,.18);

  --logoFilter: none;

  --paper: #f2f2f2;
  --paper2: #e6e6e6;

  --solidBtnBg: #f2f2f2;
  --solidBtnText: #111111;
}

body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  padding-top: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 800px at 75% 15%, var(--surface2), transparent 55%),
    radial-gradient(900px 700px at 20% 35%, var(--surface), transparent 60%),
    var(--bg);
}

img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
a:hover{ opacity:.98; }


/* === Layout === */
.container{
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}



.reviews_title{
  margin:0 0 14px;
  color: var(--muted);
}

.skip{
  position:absolute;
  left:-999px;
  top:12px;
  background:#fff;
  color:#000;
  padding:10px 12px;
  border-radius:10px;
  z-index:9999;
}
.skip:focus{ left:12px; }

.heroGolf{
  position: relative;
  min-height: calc(100vh - 74px);
  display:flex;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}

.heroBg{
  position:absolute;
  inset:0;
  background-image:url("assets/hero.png");
  background-size:cover;
  background-position:center;
  transform: scale(1.02);
}

.heroOverlay{
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.62), rgba(0,0,0,.45) 45%, rgba(0,0,0,.58));
}

.heroInner{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position:relative;
  z-index:1;
  text-align:center;
  color:#fff;
  padding: 120px 0 72px;
}

.heroKicker{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:0 0 18px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  color: rgba(255,255,255,.88);
}

.heroLine{
  width:110px;
  height:1px;
  background: rgba(255,255,255,.35);
}

#heroTitle{
  margin:0 auto 18px;
  max-width: 980px;
  font-size: clamp(44px, 6.6vw, 92px);
  line-height: .92;
  letter-spacing: .06em;
  text-transform:uppercase;
  font-weight:800;
}

#heroLead{
  margin:0 auto 34px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.heroActionsCenter{
  display:flex;
  gap:18px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
}

.heroBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:54px;
  padding:0 28px;
  border-radius: 6px;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-weight:700;
  font-size:16px;
  border:1px solid rgba(255,255,255,.35);
  backdrop-filter: blur(6px);
  transition: transform .18s ease, filter .18s ease, background .18s ease, opacity .18s ease;
}

.heroBtnPrimary{
  background: var(--accent);
  border-color: transparent;
  color:#fff;
  box-shadow: 0 14px 40px rgba(0,0,0,.28);
}

.heroBtnPrimary:hover{ filter: brightness(1.03); transform: translateY(-1px);}

.heroBtnOutline{
  background: rgba(0,0,0,.18);
  color:#fff;
}

.heroBtnOutline:hover{ background: rgba(0,0,0,.28); transform: translateY(-1px); }

.heroSocial{
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display:flex;
  flex-direction:column;
  gap:12px;
  z-index: 3;
}

.heroSocialLink{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  position:relative;
  color:#ffffff;
  transition: transform .18s ease, color .18s ease;
}

.heroSocialLink::before,
.heroSocialLink::after{
  content:"";
  position:absolute;
  inset:0;
  clip-path: polygon(28% 0, 72% 0, 100% 28%, 100% 72%, 72% 100%, 28% 100%, 0 72%, 0 28%);
}

.heroSocialLink::before{
  background: rgba(140,140,140,.95);
}

.heroSocialLink::after{
  inset:3px;
  background: rgba(20,20,20,.52);
}

.heroSocialLink svg{
  width:27px;
  height:27px;
  fill: currentColor;
  position:relative;
  z-index:1;
}

.heroSocialLink:hover,
.heroSocialLink:focus-visible{
  transform: translateY(-1px);
  color: #ffffff;
}

.heroSocialLink[data-net="fb"]:hover::after,
.heroSocialLink[data-net="fb"]:focus-visible::after{ background:#1877F2; }

.heroSocialLink[data-net="ig"]:hover::after,
.heroSocialLink[data-net="ig"]:focus-visible::after{
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 10%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.heroSocialLink[data-net="mail"]:hover::after,
.heroSocialLink[data-net="mail"]:focus-visible::after{ background:#b3261e; }
.heroSocialLink[data-net="tel"]:hover::after,
.heroSocialLink[data-net="tel"]:focus-visible::after{ background:#177245; }


@media (min-width: 721px){
  .heroInner{ padding-left: 108px; }
}

@media (max-width: 720px){
  .heroInner{ padding: 96px 0 56px; text-align:left; }
  .heroSocial{ display:none; }
  .heroKicker{ justify-content:flex-start; gap:12px; }
  .heroLine{ width:44px; }
  #heroTitle{ letter-spacing: .04em; }
  .heroActionsCenter{ justify-content:flex-start; }
}


/* === Sections === */
#classes{
  padding: 2em;
  scroll-margin-top: 80px;
}

#home,
#reviews,
#contact{
  padding: 0;
  scroll-margin-top: 80px;
}

#schedule{
  padding: 4em 0;
  scroll-margin-top: 80px;
}

#moments{
  padding: 6em 0;
  scroll-margin-top: 80px;
}


/* === Header === */
#topbar{
  position:relative;
  z-index:100;
  padding-bottom: var(--top-total-height);
}

#topInfoBar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 140;
  background: #1e1e1e;
  border-bottom: 0;
}

#topInfoInner{
  min-height: var(--top-info-height);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  color:#ffffff;
  font-size: 11px;
  letter-spacing: .03em;
  text-transform: uppercase;
}


#topInfoAddress{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#ffffff;
}

#topInfoContacts,
#topInfoEmail,
#topInfoPhone{
  margin:0;
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#ffffff;
}

#topInfoContacts{ gap:18px; }
#topInfoInner svg{ width:15px; height:15px; fill: currentColor; }

#topbarMain{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 20px;
  width:100%;
  max-width:none;
  box-sizing:border-box;
  position: fixed;
  top: var(--top-info-height);
  left:0;
  right:0;
  z-index:130;
  border-bottom:1px solid rgba(0,0,0,.12);
  background: #ffffff;
  backdrop-filter: blur(12px);
}

#brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:13px;
  padding:10px 12px;
}

#brandLogo{
  width:22px;
  height:22px;
  filter: var(--logoFilter);
  transition: filter .35s ease;
}

#nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:6px;
}

#nav a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  border-radius:999px;
  color: rgba(0, 0, 0, 0.779);
  transition: .25s ease-out;
  font-size: 13px;
}


#nav a svg{
  width:18px;
  height:18px;
  fill: currentColor;
}

#nav a:hover{  transition: .2s ease-in;}



#topControls{
  display:flex;
  align-items:center;
  gap:8px;
}



#themeToggle svg{
  width:20px;
  height:20px;
  fill: currentColor;
}

body[data-theme="dark"] #themeSun{ display:block; }
body[data-theme="dark"] #themeMoon{ display:none; }
body[data-theme="light"] #themeSun{ display:none; }
body[data-theme="light"] #themeMoon{ display:block; }

#langWrap{ position:relative; }

#langToggle{
  border:1px solid color-mix(in srgb, var(--accent) 35%, var(--line));
  background: var(--header);
  color: color-mix(in srgb, var(--accent) 88%, #ff4a4a);
  height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  padding:0 12px;
  transition: .5s ease;
}

#langToggle:hover{
  background: var(--surface);
  transition: .5s ease;
}

#langCode{
  color: #ff2a2a;
  font-weight:900;
  letter-spacing:.06em;
  font-size:12px;
}

#langToggle:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:2px;
}

body[data-theme="light"] #langToggle{
  color:#111111;
  background: color-mix(in srgb, var(--white) 72%, var(--header));
}

body[data-theme="light"] #langToggle:hover{
  background: color-mix(in srgb, var(--white) 62%, var(--surface));
}

#langFlag svg{
  width:18px;
  height:18px;
  display:block;
  border-radius:4px;
  overflow:hidden;
}


#langFlag svg,
#langMenu button span[data-flag] svg{
  filter: saturate(1.35) contrast(1.08);
}

#langMenu{
  position:absolute;
  right:0;
  top:52px;
  min-width: 220px;
  border-radius: 16px;
  border:1px solid var(--line);
  background: var(--solidBtnBg);
  color: var(--solidBtnText);
  box-shadow: var(--shadow);
  padding:8px;
  display:none;
}

body[data-langmenu="open"] #langMenu{ display:block; }

#langMenu button{
  width:100%;
  text-align:left;
  border:1px solid rgba(0,0,0,0);
  background: transparent;
  color: inherit;
  padding:10px 10px;
  border-radius: 12px;
  cursor:pointer;
  font: inherit;
  display:flex;
  align-items:center;
  gap:10px;
}

#langMenu button span[data-flag] svg{
  width:18px;
  height:18px;
  display:block;
  border-radius:4px;
}

#langMenu button:hover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
}

body[data-theme="light"] #langMenu button:hover{
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.14);
}

#menuButton{
  display:none;
  border:1px solid var(--line);
  background: var(--solidBtnBg);
  color: var(--solidBtnText);
  padding:10px 12px;
  border-radius:999px;
  font:inherit;
  cursor:pointer;
}

section{ padding:54px 0; }

.sectionHeader{ 
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom:18px; 
  }

.sectionHeader h2{
  margin:0 0 8px;
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing:0.3em;
  font-size: 36px;
  margin-bottom: 24px;
}

.sectionHeader p{
  margin:0;
  color: var(--muted);
  line-height:1.6;
}

#hero{
  padding:64px 0 40px;
  position:relative;
}

#hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, var(--grid) 1px, transparent 1px) 0 0 / 60px 60px,
    linear-gradient(var(--grid) 1px, transparent 1px) 0 0 / 60px 60px;
  opacity:.35;
  pointer-events:none;
  mask-image: radial-gradient(closest-side at 50% 20%, #000 45%, transparent 75%);
}



#heroEyebrow{
  margin:0 0 14px;
  color: var(--accent);
  letter-spacing:.60em;
  text-transform:uppercase;
  font-weight: bold;
  font-size:18px;
}

#heroTitle{
  margin:0 0 12px;
  font-size: clamp(42px, 5vw, 56px);
  line-height:1.12;
  letter-spacing:.08em;
}

#heroSubtitle{
  margin:0 0 24px;
  color: var(--accent);
  font-size: 18px;
  font-weight: 800;
  line-height:1.35;
}


#heroLead{
  margin:0 0 22px;
  color: var(--golfBeig);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 300;
  line-height:1.5;
  justify-content: center;
}

#heroActions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

#heroCta svg,
#heroSecondary svg{
  width:25px;
  height:25px;
  fill: currentColor;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background: linear-gradient(180deg, var(--surface2), var(--surface));
  color: var(--text);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
  cursor:pointer;
}

.button:hover{ transform: translateY(-1px); }
.button:active{ transform: translateY(0); }





#heroMedia img{
  width:100%;
  height:100%;
  object-fit:cover;
}






.card p{ margin:0; color: var(--muted); line-height:1.6; font-size:14px; }



.icon svg{ width:22px; height:22px; fill: var(--text); }












.modalityText p{ margin:0; color: var(--muted); line-height:1.55; font-size:15px; }




#scheduleWidget input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}



#scheduleTabs label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  cursor:pointer;
  font-weight:900;
  letter-spacing:.02em;
  color: var(--muted);
  user-select:none;
}

#dojoTab:checked ~ #scheduleTabs label[for="dojoTab"],
#ringTab:checked ~ #scheduleTabs label[for="ringTab"]{
  background: var(--tabActiveBg);
  color: var(--tabActiveText);
}








body[data-theme="light"] .scheduleTitle{
  background: rgba(0,0,0,.08);
}



body[data-theme="light"] .scheduleTable{
  background: rgba(255,255,255,.65);
}

.scheduleTable table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 920px;
}

.scheduleTable thead th{
  position:sticky;
  top:0;
  z-index:1;
  background: rgba(0,0,0,.22);
  color: var(--muted);
  padding:16px 14px;
  text-align:center;
  font-size:12px;
  letter-spacing:.10em;
  text-transform:uppercase;
  border-bottom:1px solid var(--line);
}

body[data-theme="light"] .scheduleTable thead th{
  background: rgba(0,0,0,.06);
  color: rgba(0,0,0,.70);
}

.scheduleTable thead th:first-child{ text-align:left; }

.scheduleTable tbody td{
  padding:22px 14px;
  text-align:center;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  font-weight:900;
  color: var(--text);
  background: var(--cellBg);
}

.scheduleTable tbody td:last-child{ border-right:0; }
.scheduleTable tbody tr:last-child td{ border-bottom:0; }

.scheduleTime{
  text-align:left !important;
  white-space:nowrap;
  background: var(--timeBg) !important;
  font-weight:900;
}



.scheduleTable tbody tr:hover td{ background: var(--cellHover); }
.scheduleTable tbody tr:hover td.scheduleTime{ background: var(--timeBg) !important; }

.scheduleFlash{ animation: slotFlash 15s ease-out forwards; }
.scheduleFlashTime{ animation: timeFlash 15s ease-out forwards; }

@keyframes slotFlash{
  0%{
    background: var(--flash0);
    box-shadow: 0 0 0 2px var(--flashInset) inset, 0 0 32px var(--flashGlow);
    transform: translateZ(0);
  }
  18%{
    background: var(--flash1);
    box-shadow: 0 0 0 2px var(--flashInset) inset, 0 0 24px var(--flashGlow);
  }
  100%{
    background: var(--cellBg);
    box-shadow:none;
  }
}

@keyframes timeFlash{
  0%{
    background: var(--flash0);
    box-shadow: 0 0 0 2px var(--flashInset) inset, 0 0 24px var(--flashGlow);
  }
  18%{
    background: var(--flash1);
    box-shadow: 0 0 0 2px var(--flashInset) inset, 0 0 18px var(--flashGlow);
  }
  100%{
    background: var(--timeBg);
    box-shadow:none;
  }
}





.momentsViewport,
.momentsTrack,
.momentsItem,
.momentsItem img{
  user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  -webkit-touch-callout:none;
}



.momentsTrack, .momentsItem, .momentsItem *{
  user-select:none;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}






.momentsItem img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
  pointer-events:none;
}



















.review p{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  font-size:14px;
  user-select:none;
  -webkit-user-select:none;
}







.review img,
.review svg{
  pointer-events:none;
}



body[data-theme="light"] #reviewsPrev,
body[data-theme="light"] #reviewsNext{
  background: rgba(255,255,255,.85);
  color: rgba(0,0,0,.9);
}




#socialStrip a{
  width:54px;
  height:54px;
  border-radius:999px;
  border:1px solid var(--line);
  background: var(--surface);
  display:grid;
  place-items:center;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

#socialStrip svg{
  width:22px;
  height:22px;
  fill: var(--text);
  transition: fill .18s ease;
}

#socialStrip a:hover{ transform: translateY(-1px); }

#socialFacebook:hover{ background:#d60000; border-color:#d60000; }
#socialInstagram:hover{ background:#d60000; border-color:#d60000; }
#socialEmail:hover{ background:#d60000; border-color:#d60000; }





.field label{
  display:block;
  font-size:13px;
  color: var(--muted);
  margin-bottom:8px;
  font-weight:700;
}

.field input,
.field textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.18);
  color: var(--text);
  font:inherit;
}

body[data-theme="light"] .field input,
body[data-theme="light"] .field textarea{
  background: rgba(255,255,255,.85);
}

.field textarea{ resize:vertical; }

.field input:focus,
.field textarea:focus{
  outline:none;
  border-color: rgba(255,255,255,.55);
}

body[data-theme="light"] .field input:focus,
body[data-theme="light"] .field textarea:focus{
  border-color: rgba(0,0,0,.55);
}

#contactSend svg{ width:18px; height:18px; fill: currentColor; }

#formStatus{
  margin:2px 0 0;
  min-height: 18px;
  color: var(--muted);
  font-size:13px;
}









.contactCard p{
  margin:0 0 12px;
  color: var(--muted);
  line-height:1.6;
  font-size:14px;
}

.contactCard strong{ color: var(--text); }

.contactCard span{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.contactCard span svg{
  width:16px;
  height:16px;
  fill: currentColor;
  color: var(--text);
  opacity:.9;
}

#mapFrame{
  border-radius: var(--radius2);
  border:1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow:hidden;
  min-height: 360px;
}

#mapFrame iframe{
  width:100%;
  height:460px;
  border:0;
  display:block;
}

#mapActions{
  margin-top:12px;
  display:flex;
  align-items: center;
  justify-content:center;
}


/* === Footer === */
#footer{
  border-top:1px solid var(--line);
  padding:24px 0 36px;
}

#footer p{
  margin:0;
  color: var(--muted);
  font-size:13px;
}

@media (max-width: 980px){
  #nav{ display:none; }
  #menuButton{ display:inline-flex; }
  #topControls{ margin-left:auto; }

  
  

  

  
  
  
  

  

  .scheduleTable table{ min-width: 720px; }
  .momentsItem img{ height:420px; }
}

body[data-menu="open"] #nav{
  display:flex;
  position:fixed;
  inset: calc(var(--top-total-height) + 8px) 12px auto 12px;
  flex-direction:column;
  align-items:stretch;
  gap:6px;
  padding:10px;
  border-radius:20px;
  border:1px solid var(--line);
  background: var(--bg);
  box-shadow: var(--shadow);
}

body[data-menu="open"] #nav a{
  background: var(--surface);
}



.heroBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}

.btnIcon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}



.aboutGolf{
  background: var(--paper);
  padding: 96px 0;
}

.aboutGrid{
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: center;
}

.aboutMedia{
  border-radius: 0;
  overflow:hidden;
}

.aboutMedia img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  aspect-ratio: 1 / 1.1;
}

.aboutContent{
  max-width: 520px;
}

.aboutKicker{
  display:flex;
  align-items:center;
  gap:16px;
  margin:0 0 22px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:700;
  font-size:13px;
  color: var(--accent);
}

.aboutLine{
  height:1px;
  width: 72px;
  background: var(--line);
}

.aboutTitle{
  margin:0 0 18px;
  font-size: 56px;
  line-height: 1.02;
  letter-spacing: .03em;
  text-transform:uppercase;
}

.aboutText{
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}

.aboutBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 56px;
  padding: 0 26px;
  border-radius: 4px;
  background: var(--accent);
  color: #fff;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-top: 18px;
}

.aboutBtn:hover{
  filter: brightness(.95);
}

.featuresGolf{
  background:
    radial-gradient(120% 180% at 10% 10%, rgba(120, 0, 0, .55) 0%, rgba(20, 0, 0, .92) 48%, #000 100%),
    linear-gradient(90deg, #090000 0%, #2a0000 26%, #0e0000 58%, #1a0000 78%, #050000 100%);
  padding: 12px 0;
}

.featuresGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  align-items:start;
  text-align:center;
}

.featureIcon{
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  color: #ffffff;
}

.featureIcon svg{
  width:100%;
  height:100%;
  display:block;
}

.featureTitle{
  margin: 0 0 14px;
  font-size: 28px;
  letter-spacing:.06em;
  text-transform:uppercase;
  color: #e6e6e6;
}

.featureText{
  margin:0 auto;
  max-width: 360px;
  font-size: 18px;
  line-height: 1.8;
  color: #bdbdbd;
}

@media (max-width: 980px){
  .aboutGrid{ grid-template-columns: 1fr; gap: 40px; }
  .aboutContent{ max-width: none; }
  .aboutTitle{ font-size: 46px; }
  .featuresGrid{ grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 520px){
  .aboutTitle{ font-size: 38px; }
}


.outlineWord{
  color:#fff;
  -webkit-text-fill-color:#fff;
  -webkit-text-stroke:1px var(--accent);
  paint-order: stroke fill;
  letter-spacing: inherit;
  text-rendering: geometricPrecision;
  font-family: var(--font-display), system-ui, sans-serif;
}

@supports not (-webkit-text-stroke: 1px red){
  .outlineWord{
    text-shadow:
      1px 0 0 var(--accent),
      -1px 0 0 var(--accent),
      0 1px 0 var(--accent),
      0 -1px 0 var(--accent),
      1px 1px 0 var(--accent),
      -1px -1px 0 var(--accent),
      1px -1px 0 var(--accent),
      -1px 1px 0 var(--accent);
  }
}

#heroTitle,
.aboutTitle,
.programsTitle,
.scheduleHeading,
.contactTitle,
.momentsBig,
.reviews_title,
#map_title,
.statNum{
  font-family: var(--font-display), system-ui, sans-serif;
}

/* Programs (Modalidades) - layout semelhante ao exemplo */
.programs{
  padding: 120px 0;
  background: var(--paper);
}

.programsHeader{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.sectionIntro{
  position:relative;
  padding-left:22px;
}
.sectionIntro::before{
  content:"";
  position:absolute;
  left:0;
  top:6px;
  bottom:6px;
  width:4px;
  background:var(--accent);
  border-radius:2px;
}
.sectionIntro--left{
  text-align: left;
}
.sectionIntro--inline{
  display:inline-block;
  text-align:left;
}

.programsHeaderText{
  position:relative;
  padding-left:22px;
}

.programsHeaderText::before{
  content:"";
  position:absolute;
  top:6px;
  bottom:6px;
  left:0;
  width:4px;
  border-radius:2px;
  background: var(--accent);
}

.programsTitle{
  margin:0 0 10px;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-wrap: balance;
}

.programsSub{
  margin:0;
  font-size: 18px;
  color: var(--muted);
  max-width: 36ch;
  text-wrap: pretty;
}

.programsTopBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height: 54px;
  padding: 0 22px;
  border-radius: 12px;
  background: var(--accent);
  color: #fff;
  text-decoration:none;
  font-weight: 700;
  white-space: nowrap;
}

.programsTopBtn:hover{ filter: brightness(.95); }

.programs :is(a, button):focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}

.programsLayout{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 28px;
  align-items: stretch;
}

.programsGrid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.programCard{
  position: relative;
  overflow: hidden;
  display:flex;
  flex-direction:column;
  gap: 14px;
  padding: 22px 22px 18px;
  border-radius: 14px;
  background: rgba(0,0,0,.02);
  border: 1px solid rgba(0,0,0,.10);
  text-decoration:none;
  color: var(--text);
  min-height: 190px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.programCard:hover,
.programCard:focus-visible{
  transform: translateY(-2px) scale(1.015);
  border-color: rgba(0,0,0,.18);
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  outline: none;
}


.programCardBg{
  position:absolute;
  inset:0;
  background-size: cover;
  background-position: center;
  opacity:0;
  transform: scale(1.06);
  transition: opacity .22s ease, transform .28s ease;
  will-change: opacity, transform;
}

.programCardOverlay{
  position:absolute;
  inset:0;
  opacity:0;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.86));
  transition: opacity .22s ease;
}

.programCard:hover .programCardBg,
.programCard:focus-visible .programCardBg{
  opacity:1;
  transform: scale(1.00);
}

.programCard:hover .programCardOverlay,
.programCard:focus-visible .programCardOverlay{
  opacity:1;
}

.programCard > *{
  position: relative;
  z-index: 1;
}
.programIcon{
  width: 44px;
  height: 44px;
  display:grid;
  place-items:center;
  color: var(--accent);
}

.programIcon svg{
  width: 44px;
  height: 44px;
  stroke: currentColor;
}

.programName{
  margin: 2px 0 0;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.programJoin{
  margin-top:auto;
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-weight: 700;
  color: rgba(17,17,17,.78);
}

.programJoinArrow{
  font-size: 20px;
  line-height: 1;
  color: #d60000;
}

.programsPreview{
  border-radius: 16px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.programsPreview img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  min-height: 420px;
}

@media (max-width: 980px){
  .programsTitle{ font-size: 48px; }
  .programsLayout{ grid-template-columns: 1fr; }
  .programsGrid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .programsGrid > .programCard:last-child:nth-child(odd),
  .programsGrid > .programCard[data-modality="karate"]{ grid-column: 1 / -1; }
  .programsPreview img{ min-height: 360px; }
}

@media (max-width: 760px){
  .programsHeader{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .programsTitle{
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
  }

  .programsSub{
    font-size: 16px;
    line-height: 1.42;
    max-width: 22ch;
  }

  .programsTopBtn{
    height: 50px;
    padding: 0 18px;
    font-size: 18px;
    border-radius: 16px;
    gap: 8px;
  }

  .programsTopBtn .btnArrow{
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 560px){
  #heroTitle{
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.08;
    letter-spacing: .03em;
  }

  #heroLead{
    font-size: 16px;
    line-height: 1.45;
  }

  .heroBtn{
    height: 48px;
    padding: 0 18px;
    font-size: 14px;
  }

  .programs{
    padding: 84px 0;
  }

  .programsHeader{
    margin-bottom: 24px;
  }

  .programsHeaderText{
    padding-left: 14px;
    width: 100%;
  }

  .programsHeaderText::before{
    top: 4px;
    bottom: 4px;
  }

  .programsTitle [data-i18n-html],
  .programsTitle .outlineWord{
    display: block;
  }

  .programsTitle{
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.08;
    margin-bottom: 8px;
  }

  .programsSub{
    font-size: 15px;
    line-height: 1.45;
  }

  .programsGrid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .programsGrid > .programCard:last-child:nth-child(odd),
  .programsGrid > .programCard[data-modality="karate"]{
    grid-column: 1 / -1;
  }

  .programCard{
    min-height: 148px;
    padding: 14px 12px;
    gap: 8px;
    border-radius: 12px;
  }

  .programIcon{
    width: 28px;
    height: 28px;
  }

  .programIcon svg{
    width: 28px;
    height: 28px;
  }

  .programName{
    font-size: 17px;
    line-height: 1.12;
  }

  .programJoin{
    font-size: 14px;
    gap: 6px;
  }

  .programJoinArrow svg{
    width: 18px;
    height: 18px;
  }

  .programsPreview{ display:none; }
}

@media (max-width: 390px){
  .container{
    width: min(var(--max), calc(100% - 24px));
  }

  #heroTitle{
    font-size: clamp(26px, 9vw, 34px);
    line-height: 1.06;
    letter-spacing: .02em;
  }

  #heroLead{
    font-size: 15px;
    line-height: 1.4;
  }

  .heroBtn{
    height: 46px;
    padding: 0 16px;
    font-size: 13px;
  }

  .programsTopBtn{
    font-size: 17px;
    height: 46px;
    padding: 0 16px;
  }
}



/* Moments — Oxbridge-style filmstrip */
.momentsStrip--ox{
  position:relative;
  overflow:hidden;
  padding: 22px 0 18px;
}

.momentsMarquee{
  display:flex;
  align-items:flex-end;
  gap: 28px;
  width: max-content;
  will-change: transform;
  animation: moments-marquee var(--momentsSpeed, 52s) linear infinite;
}

.momentsStrip--ox:hover .momentsMarquee{
  animation-play-state: paused;
}

@keyframes moments-marquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(var(--momentsLoopX, -50%)); }
}

.momentsCard{
  margin:0;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  background: var(--paper);
  width: var(--mw, 420px);
  height: var(--mh, 280px);
  transform: translateZ(0);
}

.momentsCard img{
  display:block;
  width:100%;
  height:100%;
  object-fit: cover;
  pointer-events:none;
}

@media (max-width: 980px){
  .momentsMarquee{ gap: 18px; }
  .momentsCard{ width: var(--mw, 320px); height: var(--mh, 230px); }
}

@media (prefers-reduced-motion: reduce){
  .momentsMarquee{ animation: none !important; transform: none !important; }
}

/* Header strike-through effect */
#nav a{
  position: relative;
}
#nav a::after{
  content:"";
  position:absolute;
  left:12px;
  right:12px;
  top:50%;
  height:2px;
  background: rgba(0,0,0,.85);
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  pointer-events:none;
}
#nav a:hover::after,
#nav a:focus-visible::after{
  transform: translateY(-50%) scaleX(1);
}

/* Loader */
html.is-loading body{
  overflow:hidden;
}

html.is-loading #pageLoader{
  opacity: 1;
  pointer-events: auto;
}



/* Botões de destaque (accent) */
.aboutBtn{
  background: var(--accent) !important;
  color:#fff !important;
  border: 0 !important;
  position: relative;
  overflow: hidden;
}

.programsTopBtn{
  background: var(--accent) !important;
  color:white !important;
  border: 0 !important;
  position: relative;
  overflow: hidden;
}
.aboutBtn{
  gap: 10px;
}
.programsTopBtn{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  padding-right: 22px;
}
.btnArrow{
  color:#111;
}

.aboutBtn .btnArrow{
  color:#fff;
}
.aboutBtn::before,
.programsTopBtn::before{
  content:"";
  position:absolute;
  inset:-40% -60%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.55) 30%, transparent 60%);
  transform: translateX(-60%);
  opacity: 0;
}
.aboutBtn:hover::before,
.programsTopBtn:hover::before{
  opacity: 1;
  animation: btnShimmer 1.1s ease forwards;
}
@keyframes btnShimmer{
  to{ transform: translateX(60%); }
}

/* Programs hover: image appears inside the card, right preview stays unchanged */
.programCardBg{
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .35s ease, transform .55s ease;
}
.programCard:hover .programCardBg,
.programCard:focus-visible .programCardBg{
  opacity: 1;
  transform: scale(1.08);
}
.programCard{
  transition: transform .25s ease, box-shadow .25s ease;
}
.programCard:hover,
.programCard:focus-visible{
  transform: scale(1.02);
}
.programCardOverlay{
  opacity: .0;
  transition: opacity .25s ease;
}
.programCard:hover .programCardOverlay,
.programCard:focus-visible .programCardOverlay{
  opacity: .55;
}

.programJoinArrow svg{
  display:block;
}
.programJoinArrow{
  color: #d60000;
}

/* Schedule (filtered board) */
.scheduleDark{
  background: #1a1a1a;
  color: #ffffff;
  padding: 84px 0;
  position: relative;
}
.scheduleTop{
  text-align:left;
  margin-bottom: 20px;
  position: relative;
}
.scheduleHeading{
  font-size: clamp(34px, 5vw, 56px);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.scheduleLead{
  margin:0 0 10px;
  color: rgba(255,255,255,.75);
}
.scheduleGuide{
  margin: 0 0 10px;
  max-width: 980px;
  color: rgba(255,255,255,.78);
  line-height: 1.7;
}
.scheduleHeaderRow{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:24px;
  margin: 0 0 18px;
}
.scheduleFilters{
  display:flex;
  flex-wrap:nowrap;
  gap:10px;
  overflow-x:auto;
  padding-bottom:4px;
}
.scheduleFilterPill{
  border:1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  color: #f0f0f0;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.scheduleFilterPill:hover{
  background: rgba(255,255,255,.18);
  border-color: rgba(214,0,0,.45);
}
.scheduleFilterPill.isActive,
.scheduleFilterPill[aria-selected="true"]{
  border-color: var(--cal-accent);
  box-shadow: inset 0 0 0 1px rgba(214,0,0,.18);
  background: rgba(255,255,255,.18);
}
.scheduleFilterPill:focus-visible{
  outline: 2px solid var(--cal-accent);
  outline-offset: 2px;
}
.scheduleBoard{
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0,0,0,.32);
  position: relative;
}
.scheduleBoardInner{ overflow:auto; }
.scheduleGrid{ width:100%; border-collapse: collapse; min-width: 980px; }
.scheduleGrid th,
.scheduleGrid td{
  border-right: 1px solid rgba(255,255,255,.10);
  border-bottom: 1px solid rgba(255,255,255,.10);
  padding: 18px 16px;
  vertical-align: top;
}
.scheduleGrid thead th{
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.82);
  background: rgba(0,0,0,.18);
}
.scheduleCorner{ width: 120px; background: rgba(0,0,0,.18); }
.scheduleTimeCell{ font-size: 13px; font-weight: 700; color: rgba(255,255,255,.65); background: rgba(0,0,0,.18); text-align:center; }
.slotEmpty{ background: rgba(0,0,0,.08); text-align:center; }
.slotPlaceholder{ color:rgba(255,255,255,.35); font-size: 16px; line-height: 1; }
.slot{
  border-radius: 10px;
  padding: 12px 12px 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.16);
}
.slot:hover{ border-color: rgba(214,0,0,.35); }
.slotTop{ display:flex; align-items:center; justify-content:space-between; gap: 10px; margin-bottom: 10px; }
.slotPlace{
  display:inline-flex;
  align-items:center;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 900;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #f3f3f3;
  border: 1px solid rgba(255,255,255,.24);
}

.slotPlaceBadge{
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  opacity: .92;
}
.slotPlaceBadge svg{ display:block; }
.slotPlace--dojo{
  background: rgba(214,0,0,.20);
  border-color: rgba(214,0,0,.58);
  color: #ffe9e9;
}
.slotPlace--ring{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.28);
  color: #e5e5e5;
}
.slotIcon img{ filter: saturate(1); }
.slotTime{ font-size: 12px; color: rgba(255,255,255,.72); margin-bottom: 6px; }
.slotName{ font-size: 13px; font-weight: 900; letter-spacing: .08em; color:#ffffff; }
.scheduleSlot.isHidden{ display:none; }
.scheduleLegend{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-start;
  gap: 10px 16px;
  margin: 0;
  color: rgba(255,255,255,.75);
  font-size: 12px;
}
.scheduleLegend--under{
  display:flex;
  justify-content:center;
  width: 100%;
  margin-top:16px;
}
.legendItem{ display:flex; align-items:center; gap: 8px; }
.legendSwatch{ width: 16px; height: 16px; border-radius: 3px; border:1px solid rgba(255,255,255,.28); display:inline-flex; align-items:center; justify-content:center; color: currentColor; }
.legendSwatch--dojo{ background: rgba(214,0,0,.45); border-color: rgba(214,0,0,.8); }
.legendSwatch--ring{ background: rgba(255,255,255,.24); }

/* Reviews (Oxbridge-style) */








.reviewsStats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  text-align:center;
}
.statNum{
  font-size: 38px;
  font-weight: 900;
  letter-spacing: .06em;
  color: #d60000;
}
.statTitle{
  font-weight: 900;
  margin-top: 6px;
}
.statText{
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(0,0,0,.6);
  line-height: 1.5;
}
@media (max-width: 920px){
  .reviewsStats{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .scheduleGrid{ min-width: 820px; }
  .scheduleHeaderRow{ flex-direction:column; }
  .scheduleFilters{ width:100%; }
  .scheduleLegend{ justify-content:center; }
}


/* Reviews - dark */
.reviewsDark{
  background: #111111;
  color: rgba(255,255,255,.92);
  padding: 92px 0;
}

.sectionHeaderDark .sectionKicker{
  color: var(--accent);
}





.quoteCard{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  padding: 34px 34px 30px;
  position: relative;
}

.quoteMark{
  position:absolute;
  left: 24px;
  top: 18px;
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
  opacity: .9;
  color: rgba(255,255,255,.9);
}

.quoteText{
  margin: 18px 0 28px;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

.quoteAuthor{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  margin-top: 8px;
}



.quoteName{
  font-size: 22px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.quoteRole{
  font-size: 14px;
  margin-top: 2px;
  opacity: .72;
}

.reviewsStats{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.stat{
  text-align:center;
  padding: 6px 10px;
}

.statNum{
  font-size: 44px;
  font-weight: 900;
  letter-spacing: .02em;
  color: var(--accent);
}


.statNum .outlineWord{
  display:inline-block;
  min-width: 4ch;
  color: #ff2b2b;
  -webkit-text-fill-color: #ff2b2b;
  -webkit-text-stroke: 1px #8b0000;
  text-shadow: 0 0 10px rgba(214, 0, 0, 0.45), 0 2px 10px rgba(214, 0, 0, 0.35);
  transition: opacity .22s ease, transform .22s ease, text-shadow .22s ease;
}
.statNum .outlineWord.is-counting{
  opacity:.95;
  transform: translateY(-1px) scale(1.02);
  text-shadow: 0 0 14px rgba(214, 0, 0, 0.6), 0 2px 12px rgba(214, 0, 0, 0.45);
}

.statTitle{
  margin-top: 8px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.statText{
  margin-top: 8px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 900px){
  
  .reviewsStats{ grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px){
  .reviewsStats{ grid-template-columns: 1fr; }
  .quoteCard{ padding: 28px 22px 24px; }
  .quoteText{ font-size: 18px; }
}


/* Contact - split (white) */
.contactSplit{
  padding: 0;
  background: var(--paper);
}

.contactSplitGrid{
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  padding-top: 10em;
}

.contactMedia img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: translateZ(0);
}

.contactPanel{
  padding: 54px 52px;
  background: var(--paper);
}

.contactTitle{
  margin: 0 0 28px;
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.08;
  color: var(--text);
}

.contactFormModern{
  display:flex;
  flex-direction:column;
  gap: 22px;
}

.lineField{
  display:flex;
  flex-direction:column;
  gap: 10px;
  font-size: 14px;
  color: var(--muted);
}

.lineField input,
.lineField textarea{
  border: none;
  border-bottom: 1px solid var(--line);
  padding: 12px 2px;
  font-size: 18px;
  outline: none;
  background: transparent;
  color: var(--text);
}

.lineField textarea{
  resize: vertical;
  min-height: 120px;
}

.lineField input:focus,
.lineField textarea:focus{
  border-bottom-color: rgba(214,0,0,.9);
}

.buttonGreen{
  margin-top: 10px;
  background: var(--accent);
  color: #ffffff;
  border-radius: 0;
  padding: 18px 22px;
  font-weight: 900;
  font-size: 20px;
  width: 240px;
}

.buttonGreen:hover{
  filter: brightness(1.05);
}

@media (max-width: 980px){
  .contactSplitGrid{ grid-template-columns: 1fr; border-radius: 18px; }
  .contactPanel{ padding: 42px 26px; }
  .contactTitle{ font-size: 38px; }
}


/* Reviews: single centered card */
.sectionHeaderCentered{ text-align:center; }
.quoteStage{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 24px;
  margin-top: 34px;
}
.quoteNav{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: transparent;
  color: rgba(255,255,255,.9);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.quoteNav:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.06); }
.quoteNav:focus-visible{ outline: 3px solid rgba(214,0,0,.6); outline-offset: 3px; }
.quoteCardSolo{
  width: min(980px, 100%);
  border-radius: 16px;
  padding: 64px 72px 54px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
}
.quoteAuthorCenter{
  margin-top: 40px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
}
.quoteAvatarImg{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid rgba(214,0,0,.75);
}
@media (max-width: 800px){
  .quoteStage{ gap: 14px; }
  .quoteCardSolo{ padding: 38px 22px 34px; }
  .quoteNav{ width: 46px; height: 46px; }
}


/* Social band: simple rectangular strip */
#socialBand{
  background: var(--paper);
  padding: 0;
  padding-bottom: 6em;
}
#socialStrip{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 16px;
  padding: 22px 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.socialBtn{
  width: 54px;
  height: 54px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 999px;
  background: var(--accent);
  border: 0;
  color: #ffffff;
  transition: transform .18s ease, filter .18s ease, background .18s ease;
}
.socialBtn svg{ width: 22px; height: 22px; fill: currentColor; }
.socialBtn:hover{ transform: translateY(-1px); }
.socialBtn[data-net="fb"]:hover{ background: var(--accent); color: #fff; }
.socialBtn[data-net="ig"]:hover{ background: var(--accent); color: #fff; }
.socialBtn[data-net="wa"]:hover{ background: var(--accent); color: #fff; }
.socialBtn[data-net="tel"]:hover{ background: var(--accent); color: #fff; }
.socialBtn[data-net="mail"]:hover{ background: var(--gray-900); color: #fff; }

/* Dark section helper (used for Localização) */
.sectionDark{
  background: #0b0b0b;
  color: #fff;
  padding: 84px 0;
}

#map_title{
  font-size: clamp(34px, 5vw, 56px);
}

.sectionDark .sectionHeader h2,
.sectionDark .sectionHeader p{ color:#fff; }
.sectionDark .sectionHeader p{ color: rgba(255,255,255,.72); }

.reviewsDark .reviews_title{
  font-size: clamp(34px, 5vw, 56px);
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
}

.reviewsIntro,
.mapIntro{
  margin-bottom: 20px;
}

.reviews_sub{
  margin:0;
  max-width: 920px;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}




#mapFrame{
  margin-top: 26px;
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
#mapFrame iframe{
  display:block;
  width:100%;
  height:420px;
  border:0;
  filter: grayscale(.1) contrast(1.05) saturate(.9);
}
#mapActions{
  margin-top: 18px;
  display:flex;
  justify-content:center;
}

.sectionDark #mapActions .ghost{
  border-color: rgba(255,255,255,.18);
  color:#fff;
}
.sectionDark #mapActions .ghost:hover{
  border-color: rgba(255,255,255,.35);
  background: rgba(255,255,255,.06);
}

/* Footer */
#footer.footerDark{
  background: var(--paper);
  color: var(--text);
  padding: 64px 0 28px;
  border-top: 1px solid var(--line);
}

.footerGrid{
  display:grid;
  grid-template-columns: 1.2fr .8fr 1fr 1.1fr;
  gap: 34px;
  align-items:start;
}

.footerLogo{
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:13px;
  color: var(--text);
}

.footerLogo img{
  border-radius: 12px;
}

.footerTagline{
  margin:14px 0 0;
  color: var(--muted);
  max-width: 38ch;
  line-height:1.6;
}

.footerTitle{
  margin: 6px 0 14px;
  font-size: 12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color: var(--muted);
}

.footerLinks,
.footerMeta{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap: 10px;
}

.footerLinks a{
  color: var(--text);
  text-decoration:none;
  opacity:.84;
}

.footerLinks a:hover{
  opacity:1;
  text-decoration:underline;
}

.footerMetaLink{
  display:grid;
  gap:4px;
  text-decoration:none;
  color: var(--text);
  opacity:.9;
}

.footerMetaLabel{
  font-size:12px;
  color: var(--muted);
}

.footerMetaValue{
  font-size:14px;
}

.footerAddress{
  margin:0 0 14px;
  color: var(--muted);
  line-height:1.6;
}

.footerBottom{
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  margin-top: 10px;
}

.footerBottom p{
  margin:0;
  color: var(--muted);
  font-size: 13px;
}
/* --- SOCIAL BUTTONS: cores de hover e ícones controlados por currentColor --- */

/* Forçar os SVGs dos botões a usarem a cor do texto (currentColor) */
#socialStrip .socialBtn svg,
#socialStrip .socialBtn svg path,
#socialStrip .socialBtn svg circle,
#socialStrip .socialBtn svg g {
  fill: currentColor;
  transition: fill .18s ease;
}

/* WhatsApp — hover (accent) */
#socialStrip .socialBtn[data-net="wa"]:hover{
  background: var(--accent);
  color: #ffffff;
}

/* Telefone — hover (accent) */
#socialStrip .socialBtn[data-net="tel"]:hover{
  background: var(--accent);
  color: #ffffff;
}

/* Intro da secção Moments - estilo semelhante à referência */
.momentsIntro{
  max-width: 860px;
  margin: 0 auto 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.momentsTopLine{
  width: min(86%, 700px);
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #000000 0%, #000000 60%, #d60000 100%);
  margin: 0 auto 24px;
  animation: moments-line-slide 5.8s ease-in-out infinite alternate;
}

@keyframes moments-line-slide{
  from{ transform: translateX(-10px); opacity:.92; }
  to{ transform: translateX(10px); opacity:1; }
}

.momentsBig{
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #000000;
  text-transform: none;
}

.momentsBig .outlineWord,
.momentsBig span{
  color: #000000;
  -webkit-text-fill-color: #000000;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.momentsLead{
  margin: 0 auto 28px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(26,26,26, .82);
}

.momentsCta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 6px;
  background: var(--accent);
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(214,0,0, .22);
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.momentsCta svg{
  width: 18px;
  height: 18px;
  display: block;
}

.momentsCta:hover{
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow: 0 18px 38px rgba(214,0,0, .28);
}

/* opcional: mais espaço entre intro e carrossel */
#moments .momentsStrip{
  margin-top: 8px;
}

@media (max-width: 720px){
  .momentsIntro{
    margin-bottom: 34px;
    align-items:center;
    text-align:center;
  }

  .momentsBig{
    font-size: clamp(32px, 9vw, 44px);
  }

  .momentsLead{
    font-size: 16px;
    line-height: 1.7;
  }

  .momentsCta{
    min-height: 50px;
    padding: 0 18px;
    font-size: 14px;
  }
}
/* Botão "Abrir no Google Maps" com estilo próprio (sem herdar CTA vermelho) */
.momentsCta{
  position:relative;
  overflow:hidden;
}

.momentsCta::before{
  content:"";
  position:absolute;
  inset:-40% -60%;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.55) 30%, transparent 60%);
  transform: translateX(-60%);
  opacity:0;
}

.momentsCta:hover::before{
  opacity:1;
  animation: btnShimmer 1.1s ease forwards;
}

.momentsCta:focus-visible{
  outline: 3px solid rgba(214,0,0,.35);
  outline-offset: 3px;
}

#mapOpen{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:0 22px;
  border-radius:12px;
  background:#fff;
  color:#111;
  text-decoration:none;
  font-weight:700;
  font-size:15px;
  white-space:nowrap;
  border:1px solid var(--gray-300);
  box-shadow:none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

#mapOpen svg{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 auto;
  color: currentColor;
}

#mapOpen:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,0,0,.28);
  border-color: var(--gray-200);
  background:#fff;
  color:#111;
}

#mapOpen:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}

.mapBtnIcon{
  width:18px;
  height:18px;
  display:block;
}


/* Social band states (neutral base + brand hover/focus) */
#socialStrip .socialBtn{
  width: 58px;
  height: 58px;
  background: var(--gray-100);
  border:1px solid var(--line);
  color: var(--gray-900);
  border-radius: 0;
  clip-path: polygon(25% 6%, 75% 6%, 94% 50%, 75% 94%, 25% 94%, 6% 50%);
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}

#socialStrip .socialBtn svg,
#socialStrip .socialBtn svg path,
#socialStrip .socialBtn svg circle,
#socialStrip .socialBtn svg g{
  fill: currentColor;
}

#socialStrip .socialBtn:hover,
#socialStrip .socialBtn:focus-visible{
  transform: translateY(-1px);
  color:#fff;
  border-color: transparent;
}

#socialStrip .socialBtn[data-net="fb"]:hover,
#socialStrip .socialBtn[data-net="fb"]:focus-visible{ background:#1877F2; }

#socialStrip .socialBtn[data-net="ig"]:hover,
#socialStrip .socialBtn[data-net="ig"]:focus-visible{
  background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 10%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

#socialStrip .socialBtn[data-net="mail"]:hover,
#socialStrip .socialBtn[data-net="mail"]:focus-visible{ background:#b3261e; }

#socialStrip .socialBtn[data-net="tel"]:hover,
#socialStrip .socialBtn[data-net="tel"]:focus-visible{ background:#177245; }


#socialStrip .socialBtn:focus-visible{
  outline:2px solid var(--accent);
  outline-offset:3px;
}

/* Modality pages */
.modalityHeroBasic{
  --modality-tone: var(--accent);
  background: var(--paper);
  padding: 66px 0 38px;
  position: relative;
  overflow: clip;
}
.modalityHeroBasicGrid{
  position: relative;
  z-index: 1;
  display:grid;
  grid-template-columns: .98fr 1.02fr;
  gap: 46px;
  align-items:center;
}
.modalityHeroMedia{ position: relative; isolation: isolate; }
.modalityHeroImg{
  width:100%;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  object-fit:cover;
  min-height: 450px;
  border: 1px solid color-mix(in srgb, var(--line) 76%, transparent);
  box-shadow: 0 28px 54px rgba(11, 16, 24, .24);
}
.modalityHeroAccentBar{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--modality-tone) 92%, #a20000), color-mix(in srgb, var(--modality-tone) 74%, #ff3a3a));
}
.heroShape{ position:absolute; z-index:-1; pointer-events:none; }
.heroShape--diamond{
  width: 112px;
  aspect-ratio: 1;
  border: 2px solid color-mix(in srgb, var(--modality-tone) 76%, #fff);
  top: -18px;
  left: -24px;
  transform: rotate(45deg);
  opacity: .56;
  animation: heroFloat 7s ease-in-out infinite;
}
.heroShape--ring{
  width: 154px;
  height: 154px;
  border-radius: 0;
  border: 1px dashed color-mix(in srgb, var(--modality-tone) 62%, #fff);
  right: -28px;
  bottom: -28px;
  opacity: .44;
  transform: rotate(8deg);
  animation: heroRotate 16s linear infinite;
}
.heroShape--dot{
  width: 64px;
  height: 64px;
  border-radius: 0;
  clip-path: polygon(0 18%, 18% 0, 100% 0, 100% 82%, 82% 100%, 0 100%);
  background: linear-gradient(130deg, color-mix(in srgb, var(--modality-tone) 78%, #fff), color-mix(in srgb, var(--modality-tone) 44%, #101010));
  right: -14px;
  top: -14px;
  opacity: .6;
  animation: heroPulse 4.2s ease-in-out infinite;
}
.modalityEyebrow{
  margin: 0 0 12px;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 0;
  border: 1px solid color-mix(in srgb, var(--modality-tone) 24%, transparent);
  background: color-mix(in srgb, var(--modality-tone) 7%, #fff);
  color: color-mix(in srgb, var(--modality-tone) 74%, #111);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.modalityKicker{
  margin: 0 0 13px;
  color: color-mix(in srgb, var(--modality-tone) 62%, var(--text));
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.modalityHeroText .modalityTitle{
  margin:0 0 14px;
  font-size: clamp(44px, 5.7vw, 82px);
  line-height:.9;
  text-transform:uppercase;
  letter-spacing: .04em;
  font-weight: 700;
  text-wrap: balance;
}
.modalityHeroText .modalitySub{
  margin:0;
  color: color-mix(in srgb, var(--muted) 88%, #0f172a);
  font-size: clamp(18px, 1.9vw, 20px);
  max-width: 52ch;
  letter-spacing: .02em;
  font-weight: 400;
  line-height: 1.64;
}
.modalityFocusLine{
  margin: 15px 0 0;
  color: color-mix(in srgb, var(--modality-tone) 66%, var(--text));
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 1.6;
  max-width: 58ch;
}
.modalityHeroFacts{
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.modalityHeroFacts span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  border: 1px solid color-mix(in srgb, var(--line) 68%, transparent);
  background: color-mix(in srgb, #fff 88%, var(--modality-tone));
  color: color-mix(in srgb, var(--gray-900) 84%, var(--modality-tone));
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
  transition: transform .2s ease, border-color .2s ease;
}
.modalityHeroFacts span:hover{
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--modality-tone) 44%, transparent);
}

.modalityLongText{
  --modality-tone: var(--accent);
  background: var(--paper);
  padding: 28px 0 48px;
}
.modalityLongText .container{ position: relative; isolation: isolate; }

.modalityHeroText > *{ animation: fadeInUp .7s ease both; }
.modalityHeroText > :nth-child(2){ animation-delay: .06s; }
.modalityHeroText > :nth-child(3){ animation-delay: .11s; }
.modalityHeroText > :nth-child(4){ animation-delay: .16s; }
.modalityHeroText > :nth-child(5){ animation-delay: .21s; }
.modalityHeroText > :nth-child(6){ animation-delay: .26s; }

.modalityHeroMedia{ animation: fadeInScale .7s ease .08s both; }
.modalityArticleHeader{ animation: fadeInUp .7s ease .08s both; }
.modalityParagraphCard{ animation: fadeInUp .66s ease both; }
.modalityParagraphCard:nth-child(1){ animation-delay: .04s; }
.modalityParagraphCard:nth-child(2){ animation-delay: .08s; }
.modalityParagraphCard:nth-child(3){ animation-delay: .12s; }
.modalityParagraphCard:nth-child(4){ animation-delay: .16s; }
.modalityParagraphCard:nth-child(5){ animation-delay: .2s; }

.scheduleDark--compact .slot{
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.scheduleDark--compact .slot:hover{
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 42%, transparent);
  box-shadow: 0 12px 20px rgba(0,0,0,.22);
}

.modalityLongText .container::before,
.modalityLongText .container::after{
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
}
.modalityLongText .container::before{
  width: 92px;
  height: 92px;
  top: -20px;
  right: -10px;
  border: 1px dashed color-mix(in srgb, var(--modality-tone) 50%, transparent);
  transform: rotate(11deg);
  animation: heroRotate 18s linear infinite;
}
.modalityLongText .container::after{
  width: 74px;
  height: 74px;
  bottom: -12px;
  left: -10px;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: color-mix(in srgb, var(--modality-tone) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--modality-tone) 38%, transparent);
  animation: heroFloat 7s ease-in-out infinite;
}
.modalityArticleHeader{
  position: relative;
  max-width: 840px;
  margin: 0 0 28px;
}
.modalityArticleHeader p{
  margin: 0 0 10px;
  color: color-mix(in srgb, var(--modality-tone) 74%, var(--text));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.modalityArticleHeader h2{
  margin: 0;
  font-size: clamp(29px, 4vw, 48px);
  line-height: 1.03;
  letter-spacing: .008em;
  text-wrap: balance;
}
.modalityArticleGrid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-left: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
}
.modalityParagraphCard{
  position: relative;
  margin: 0;
  padding: 24px 24px 22px;
  border-right: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-radius: 0;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--modality-tone) 5%, transparent), transparent 48%),
    color-mix(in srgb, var(--paper) 93%, #fff);
  transition: background .24s ease;
  aspect-ratio: 1 / 1;
  display:flex;
  flex-direction:column;
}
.modalityParagraphCard--wide{
  grid-column: 1 / -1;
  aspect-ratio: auto;
  min-height: 280px;
}
.modalityParagraphCard:hover{
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--modality-tone) 10%, transparent), transparent 55%),
    color-mix(in srgb, var(--paper) 90%, #fff);
}
.paragraphIndex{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 50px;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 0;
  border: 1px solid color-mix(in srgb, var(--modality-tone) 44%, transparent);
  background: transparent;
  color: color-mix(in srgb, var(--modality-tone) 75%, #111);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}
.modalityParagraphCard h3{
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
  letter-spacing: .01em;
}
.modalityParagraphCard p{
  margin: 0;
  color: color-mix(in srgb, var(--muted) 88%, #0f172a);
  line-height: 1.84;
  font-size: clamp(16px, 1.7vw, 18px);
  letter-spacing: .006em;
}
.modalityParagraphCard .leadParagraph{ color: var(--gray-900); }
.modalityParagraphCard .leadParagraph::first-letter{
  float: left;
  font-size: 2.85em;
  line-height: .9;
  margin: .07em .13em 0 0;
  font-weight: 800;
  color: color-mix(in srgb, var(--modality-tone) 78%, #111);
}

@media (max-width: 1080px){
  .modalityHeroBasic{ padding: 52px 0 30px; }
  .modalityHeroBasicGrid{ grid-template-columns: 1fr; gap: 26px; }
  .modalityHeroImg{ min-height: 360px; }
  .modalityArticleGrid{ grid-template-columns: 1fr; }
  .modalityParagraphCard,
  .modalityParagraphCard--wide{ aspect-ratio: auto; min-height: auto; }
}

@media (max-width: 640px){
  .modalityHeroBasic{ padding-top: 36px; }
  .modalityHeroText .modalityTitle{ letter-spacing: .03em; }
  .modalityHeroText .modalitySub{ font-size: 17px; letter-spacing: .015em; }
  .modalityHeroFacts{ gap: 6px; margin-top: 16px; }
  .modalityHeroFacts span{ min-height: 32px; padding: 6px 10px; font-size: 9px; }
  .modalityHeroImg{ min-height: 290px; clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%); }
  .modalityHeroAccentBar{ height: 32px; }
  .heroShape--diamond{ width: 88px; top: -12px; left: -14px; }
  .heroShape--ring{ width: 112px; height: 112px; right: -16px; bottom: -16px; }
  .heroShape--dot{ width: 52px; height: 52px; right: -10px; }
  .modalityArticleHeader h2{ font-size: clamp(24px, 6vw, 35px); }
  .modalityParagraphCard{ padding: 20px 16px 18px; }
  .modalityParagraphCard .leadParagraph::first-letter{ font-size: 2.6em; }
}

.modalitySimpleSchedule{ background: #111; color: #fff; padding: 64px 0; }
.modalitySimpleSchedule h2{ margin:0 0 8px; font-size: clamp(30px, 4.5vw, 48px); text-transform: uppercase; }
.modalitySimpleSchedule p{ margin:0 0 18px; color: rgba(255,255,255,.74); }
.modalitySimpleBoard{ display:grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.simpleDayCard{ border:1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 14px 12px; background: rgba(255,255,255,.05); }
.simpleDayCard h3{ margin:0 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.simpleDayCard ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:10px; }
.simpleDayCard li{ display:flex; flex-direction:column; gap:3px; }
.simpleDayCard li strong{ font-size: 12px; color:#fff; }
.simpleDayCard li span{ font-size: 12px; color: rgba(255,255,255,.74); }
.simpleEmpty{ margin:0; font-size:12px; color: rgba(255,255,255,.55); }


.modalityContactBand{
  margin: 8em 0;
  padding: 44px 0;
  background: var(--paper);
  border-top: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
}
.modalityContactBandInner{
  text-align:center;
  color: var(--text);
  animation: fadeInUp .7s ease both;
}
.modalityContactBandInner h2{ margin:0 0 10px; font-size: clamp(28px, 4vw, 46px); text-transform: uppercase; letter-spacing: .035em; }
.modalityContactBandInner p{ margin:0 0 18px; color: var(--muted); }
.modalityContactBandInner a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:50px;
  padding:0 22px;
  border-radius: 0;
  background: var(--accent);
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.modalityContactBandInner a:hover,
.modalityContactBandInner a:focus-visible{
  transform: translateY(-2px);
  box-shadow: 0 14px 26px color-mix(in srgb, var(--accent) 34%, transparent);
  filter: saturate(1.06);
}

.scheduleDark--compact{ padding: 56px 0; }
.scheduleDark--compact .scheduleTop{ display:block; margin-bottom:14px; animation: fadeInUp .6s ease both; }
.scheduleDark--compact .scheduleGuide,
.scheduleDark--compact .scheduleHeaderRow{ display:none; }
.scheduleDark--compact .scheduleLegend--under{ display:flex; justify-content:center; margin-top:14px; align-items: ;}
.scheduleDark--compact .scheduleGrid{ min-width: 760px; }
.scheduleDark--compact .scheduleGrid th,
.scheduleDark--compact .scheduleGrid td{ padding: 12px 10px; }
.scheduleDark--compact .slot{ padding: 9px 9px 8px; border-radius:8px; }
.scheduleDark--compact .slotTime{ font-size:11px; margin-bottom:4px; }
.scheduleDark--compact .slotName{ font-size:12px; }

@media (max-width: 720px){
  .scheduleDark,
  .scheduleDark--compact{ padding: 48px 0; }

  .scheduleTop{ margin-bottom: 14px; }
  .scheduleGuide{ font-size: 14px; line-height: 1.5; }
  .scheduleHeaderRow{ margin-bottom: 14px; }

  .scheduleFilters{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding-bottom: 0;
  }

  .scheduleFilterPill{
    width: 100%;
    min-height: 36px;
    padding: 7px 8px;
    font-size: 10px;
    letter-spacing: .05em;
    text-align: center;
  }

  .scheduleBoard{ border-radius: 14px; }
  .scheduleBoardInner{ overflow: visible; }
  .scheduleGrid,
  .scheduleDark--compact .scheduleGrid{
    min-width: 0;
    width: 100%;
  }

  .scheduleGrid thead{ display: none; }
  .scheduleGrid tbody,
  .scheduleGrid tr,
  .scheduleGrid th,
  .scheduleGrid td{
    display: block;
    width: 100%;
    border-right: 0;
  }

  .scheduleGrid tr{
    margin: 0 0 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(0,0,0,.18);
  }

  .scheduleGrid tr:last-child{ margin-bottom: 0; }

  .scheduleGrid .scheduleTimeCell{
    text-align: left;
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: .08em;
    background: rgba(0,0,0,.32);
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .scheduleGrid td{
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .scheduleGrid td:last-child{ border-bottom: 0; }

  .scheduleGrid td::before{
    display: block;
    margin-bottom: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255,255,255,.70);
  }

  .scheduleGrid td:nth-child(2)::before{ content: "Segunda"; }
  .scheduleGrid td:nth-child(3)::before{ content: "Terça"; }
  .scheduleGrid td:nth-child(4)::before{ content: "Quarta"; }
  .scheduleGrid td:nth-child(5)::before{ content: "Quinta"; }
  .scheduleGrid td:nth-child(6)::before{ content: "Sexta"; }

  .slot,
  .scheduleDark--compact .slot{
    padding: 8px;
    border-radius: 8px;
  }

  .slotTop{ margin-bottom: 6px; }
  .slotTime,
  .scheduleDark--compact .slotTime{ font-size: 10px; }
  .slotName,
  .scheduleDark--compact .slotName{ font-size: 11px; letter-spacing: .04em; }
  .slotLevel{ font-size: 10px; }
}

@media (max-width: 520px){
  .scheduleFilters{ grid-template-columns: 1fr; }
}

@media (max-width: 640px){
  .quoteCard,
  .quoteCardSolo{ padding: 22px 14px 20px; }

  .quoteText{
    font-size: 18px;
    line-height: 1.55;
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .quoteCardSolo{
    border-radius: 14px;
    padding: 26px 18px 22px;
  }

  .quoteAuthor,
  .quoteAuthorCenter{
    justify-content: flex-start;
    margin-top: 18px;
  }

  .quoteName{ font-size: 34px; }
  .quoteRole{ font-size: 16px; }
}

@media (max-width: 720px){
  #mapFrame{ margin-top: 16px; border-radius: 14px; }
  #mapFrame iframe{ height: 280px; }
  #mapActions{ margin-top: 12px; }

  #footer.footerDark{ padding: 48px 0 24px; }
  .footerGrid{ grid-template-columns: 1fr; gap: 22px; }
  .footerBottom{ margin-top: 2px; padding-top: 14px; }
}

@media (max-width: 640px){
  .modalityHeroMedia{ display: none; }
  .modalityHeroBasicGrid{ grid-template-columns: 1fr; }
  .modalityHeroBasic{ padding-top: 28px; }
  .modalityContactBand{ margin: 3.5em 0; padding: 28px 0; }
}


/* Floating WhatsApp button */
.whatsappFloat{
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(145deg, #25D366, #1fb85a);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(0,0,0,.35);
  z-index: 60;
  overflow: hidden;
  transition: width .25s ease, padding .25s ease, transform .18s ease, filter .18s ease;
}

.whatsappFloat .floatIcon{
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex: 0 0 auto;
  display:block;
  margin:0 auto;
}

.whatsappFloat span{
  white-space: nowrap;
  max-width: 0;
  opacity: 0;
  transition: max-width .25s ease, opacity .2s ease;
}

.whatsappFloat:hover,
.whatsappFloat:focus-visible{
  width: 182px;
  padding: 0 14px;
  gap: 8px;
  transform: translateY(-2px) scale(1.03);
  filter: saturate(1.12) brightness(1.03);
}

.whatsappFloat:hover span,
.whatsappFloat:focus-visible span{
  max-width: 130px;
  opacity: 1;
}

.whatsappFloat:focus-visible{
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

@media (max-width: 640px){
  .whatsappFloat{
    right: 14px;
    bottom: 14px;
    width: 54px;
    padding: 0;
  }

  .whatsappFloat:hover,
  .whatsappFloat:focus-visible{
    width: 54px;
    padding: 0;
  }

  .whatsappFloat .floatIconBubble,
  .whatsappFloat:hover .floatIconBubble,
  .whatsappFloat:focus-visible .floatIconBubble{
    width: 24px;
    opacity: 1;
  }

  .whatsappFloat .floatIconPhone,
  .whatsappFloat:hover .floatIconPhone,
  .whatsappFloat:focus-visible .floatIconPhone{
    width: 0;
    opacity: 0;
  }

  .whatsappFloat span{ display:none; }
}

@media (max-width: 900px){
  :root{ --top-info-height: 56px; }

  #topInfoInner{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 4px 0;
    font-size: 10px;
    letter-spacing: .02em;
  }

  #topInfoAddress,
  #topInfoEmail,
  #topInfoPhone{
    gap: 6px;
    font-size: 10px;
    line-height: 1.15;
  }

  #topInfoContacts{
    width: auto;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }

  #langMenu button[data-lang="ar"]{
    display:none;
  }
}

/* Arabic safety overrides: preserve layout and readable Arabic typography */
body[data-lang="ar"]{
  font-family: "Noto Naskh Arabic", "Tajawal", "Cairo", "Tahoma", "Segoe UI", "Arial", sans-serif;
}

body[data-lang="ar"] :is(
  #heroTitle,
  #heroEyebrow,
  .heroKicker,
  .heroBtn,
  .button,
  .sectionHeader h2,
  .programName,
  .programJoin,
  #menuButton,
  #nav a,
  #langToggle,
  .reviews_title,
  .scheduleFilters button,
  .simpleDayCard h3
){
  letter-spacing: normal !important;
  text-transform: none !important;
}

body[data-lang="ar"] :is(p, li, label, input, textarea){
  line-height: 1.75;
  overflow-wrap: break-word;
  word-break: normal;
}

body[data-lang="ar"] :is(h1, h2, h3, h4, h5, h6, a, button, span){
  overflow-wrap: break-word;
  word-break: normal;
}

html[dir="rtl"] #topbarMain{
  direction: rtl;
}

html[dir="rtl"] #nav{
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] #topInfoInner,
html[dir="rtl"] #topInfoContacts{
  flex-wrap: wrap;
  justify-content: center;
}

html[dir="rtl"] #topInfoAddress,
html[dir="rtl"] #topInfoEmail,
html[dir="rtl"] #topInfoPhone{
  white-space: normal;
}

html[dir="rtl"] .heroInner{
  text-align: center;
}

html[dir="rtl"] .programsHeaderText{
  padding-left: 0;
  padding-right: 22px;
}

html[dir="rtl"] .programsHeader{
  align-items: flex-end;
}

html[dir="rtl"] .programsSub,
html[dir="rtl"] .programsTitle,
html[dir="rtl"] .aboutText,
html[dir="rtl"] .contactLead,
html[dir="rtl"] .mapIntro p{
  text-align: right;
}

html[dir="rtl"] .scheduleTabs,
html[dir="rtl"] .scheduleTableWrap,
html[dir="rtl"] .scheduleTable{
  direction: ltr;
}

html[dir="rtl"] .scheduleTabs label,
html[dir="rtl"] .scheduleTable th,
html[dir="rtl"] .scheduleTable td{
  text-align: center;
}

html[dir="rtl"] .programsHeaderText::before{
  left: auto;
  right: 0;
}

@media (max-width: 560px){
  html[dir="rtl"] .programsHeaderText{
    padding-right: 14px;
  }
}

html[dir="rtl"] #langMenu{
  left: 0;
  right: auto;
}

html[dir="rtl"] #langMenu button{
  text-align: right;
}

html[dir="rtl"] .momentsStrip--ox,
html[dir="rtl"] .momentsMarquee{
  direction: ltr;
}

html[dir="rtl"] .momentsIntro{
  direction: rtl;
}

html[dir="rtl"] .programJoinArrow svg{
  transform: scaleX(-1);
}

@keyframes heroFloat{
  0%,100%{ transform: rotate(45deg) translateY(0); }
  50%{ transform: rotate(45deg) translateY(-9px); }
}

@keyframes heroRotate{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}


@keyframes heroPulse{
  0%,100%{ transform: scale(1); opacity: .56; }
  50%{ transform: scale(1.08); opacity: .78; }
}


@keyframes fadeInUp{
  from{ opacity:0; transform: translateY(14px); }
  to{ opacity:1; transform: translateY(0); }
}

@keyframes fadeInScale{
  from{ opacity:0; transform: scale(.98); }
  to{ opacity:1; transform: scale(1); }
}
