﻿  * { margin:0; padding:0; box-sizing:border-box; }
  html,body { height:100%; }
  body {
    font-family:'Manrope', sans-serif;
    background:#FCF0E7;
  }

  .hero {
    position:relative;
    min-height:100vh;
    overflow:hidden;
    background:
      radial-gradient(120% 90% at 50% 10%, #FDC530 0%, #FDC530 35%, #FF8F15 62%, #F47621 82%, #DE5026 100%);
    display:flex;
    flex-direction:column;
  }

  /* top nav */
  .nav {
    position:relative;
    z-index:5;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:26px 5%;
  }
  .nav .logo-word {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-style:italic;
    font-size:22px;
    color:#fff;
    letter-spacing:0.01em;
  }
  .nav a.cta-nav {
    font-family:'Manrope', sans-serif;
    font-weight:700;
    font-size:14px;
    color:#DE5026;
    background:#fff;
    padding:11px 22px;
    border-radius:30px;
    text-decoration:none;
    box-shadow:0 6px 18px rgba(0,0,0,0.12);
  }

  /* decorative blobs */
  .blob {
    position:absolute;
    border-radius:50%;
    filter:blur(0px);
    opacity:0.35;
  }
  .blob-1 { width:520px; height:520px; background:#fff; opacity:0.08; top:-160px; left:-140px; }
  .blob-2 { width:340px; height:340px; background:#fff; opacity:0.07; bottom:60px; right:-100px; }

  .hero-content {
    position:relative;
    z-index:3;
    flex:1;
    display:flex;
    align-items:center;
    max-width:1180px;
    margin:0 auto;
    width:100%;
    padding:20px 5% 0;
    gap:40px;
  }

  .copy {
    flex:1 1 480px;
    max-width:560px;
    color:#fff;
  }
  .eyebrow {
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    background:rgba(255,255,255,0.18);
    border:1px solid rgba(255,255,255,0.35);
    padding:7px 16px 7px 14px;
    border-radius:30px;
    margin-bottom:26px;
  }
  .eyebrow .dot { width:7px; height:7px; border-radius:50%; background:#fff; }

  .hero-title {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:clamp(34px, 5vw, 54px);
    line-height:1.1;
    color:#fff;
    margin-bottom:20px;
    text-shadow:0 4px 24px rgba(0,0,0,0.12);
  }
  .hero-title em {
    font-style:italic;
    font-weight:600;
    color:#fff;
    display:block;
    font-size:clamp(18px, 3vw, 30px);
    line-height:1.3;
    margin-top:6px;
  }

  .sub {
    font-size:17px;
    line-height:1.65;
    max-width:460px;
    margin-bottom:32px;
    color:rgba(255,255,255,0.95);
  }

  .cta-row {
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:36px;
  }
  .hero .cta-row { justify-content:flex-start; }
  .btn-primary {
    font-family:'Manrope', sans-serif;
    font-weight:700;
    font-size:16px;
    color:#DE5026;
    background:#fff;
    padding:16px 32px;
    border-radius:40px;
    text-decoration:none;
    box-shadow:0 10px 28px rgba(0,0,0,0.16);
    transition:transform 0.15s ease;
  }
  .btn-secondary {
    font-family:'Manrope', sans-serif;
    font-weight:600;
    font-size:15px;
    color:#fff;
    text-decoration:underline;
    text-underline-offset:4px;
    opacity:0.9;
  }
  .hero-schedule-btn {
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-family:'Manrope', sans-serif;
    font-weight:600;
    font-size:14.5px;
    color:#fff;
    text-decoration:none;
    background:rgba(255,255,255,0.16);
    border:1px solid rgba(255,255,255,0.35);
    padding:12px 20px;
    border-radius:40px;
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
    transition:background 0.15s ease;
  }
  .hero-schedule-btn:hover { background:rgba(255,255,255,0.26); }
  .hero-schedule-btn svg { flex-shrink:0; opacity:0.9; }

  .hero-kicker {
    font-family:'Manrope', sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:rgba(255,255,255,0.85);
    margin-bottom:14px;
  }
  .hero-dances {
    font-size:13px;
    line-height:1.7;
    color:rgba(255,255,255,0.65);
    max-width:460px;
  }
  @media (min-width: 861px) {
    .hero-dances { font-size:15.5px; color:rgba(255,255,255,0.8); }
  }

  .trust-row {
    display:flex;
    gap:28px;
    flex-wrap:wrap;
    font-size:13.5px;
    font-weight:600;
    color:rgba(255,255,255,0.92);
  }
  .trust-row span { display:flex; align-items:center; gap:8px; }
  .trust-row svg { flex-shrink:0; }

  .visual {
    flex:1 1 380px;
    position:relative;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    height:100%;
    min-height:520px;
  }
  .visual img {
    max-height:88vh;
    height:640px;
    width:auto;
    object-fit:contain;
    position:relative;
    z-index:2;
    filter:drop-shadow(0 30px 40px rgba(0,0,0,0.25));
  }
  .visual .ring {
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    border:1.5px dashed rgba(255,255,255,0.4);
    bottom:10px;
  }

  .wave {
    position:relative;
    z-index:4;
    width:100%;
    display:block;
    margin-top:-2px;
  }

  @media (max-width: 860px) {
    .hero-content { flex-direction:column-reverse; text-align:center; padding-top:10px; }
    .copy { max-width:100%; }
    .sub { margin-left:auto; margin-right:auto; }
    .cta-row { justify-content:center; }
    .trust-row { justify-content:center; }
    .visual img { height:420px; }
    .nav .logo-word { font-size:18px; }
    .hero-dances { margin:0 auto 28px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#FCF0E7; }

  .section {
    max-width:1180px;
    margin:0 auto;
    padding:90px 5% 100px;
  }

  .head {
    text-align:center;
    max-width:680px;
    margin:0 auto 64px;
  }
  .eyebrow {
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#DE5026;
    background:#FBDEB9;
    padding:7px 18px;
    border-radius:30px;
    margin-bottom:22px;
  }
  h2 {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:clamp(28px, 4vw, 40px);
    line-height:1.25;
    color:#2b2118;
    margin-bottom:18px;
  }
  h2 em { font-style:italic; color:#DE5026; }
  .head p {
    font-size:16.5px;
    line-height:1.7;
    color:#6b5c4f;
  }

  .cards {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:32px;
    margin-bottom:64px;
  }
  .card {
    background:#fff;
    border-radius:20px;
    padding:42px 32px;
    box-shadow:0 10px 30px rgba(60,40,20,0.06);
    position:relative;
    text-align:center;
  }
  .card .icon {
    width:52px; height:52px;
    border-radius:16px;
    background:#FFF1E4;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:26px;
  }
  .card h3 {
    font-family:'Playfair Display', serif;
    font-weight:600;
    font-style:italic;
    font-size:20px;
    color:#2b2118;
    margin-bottom:14px;
  }
  .card p {
    font-size:14.5px;
    line-height:1.65;
    color:#7a6a5c;
  }

  .bridge {
    text-align:center;
    max-width:620px;
    margin:0 auto;
  }
  .bridge .line {
    width:1px;
    height:48px;
    background:linear-gradient(#DE5026, transparent);
    margin:0 auto 24px;
  }
  .bridge p {
    font-family:'Manrope', sans-serif;
    font-style:normal;
    font-weight:600;
    font-size:20px;
    line-height:1.6;
    color:#6b5c4f;
  }
  .bridge p span { color:#DE5026; }

  .class-banner {
    position:relative;
    width:100%;
    height:660px;
    overflow:hidden;
  }
  .class-banner img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 25%;
    display:block;
  }
  .class-banner-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(33,26,20,0.15) 0%, rgba(33,26,20,0.55) 65%, rgba(33,26,20,0.75) 100%);
  }
  .class-banner-content {
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    text-align:center;
    padding:0 6% 48px;
  }
  .class-banner-eyebrow {
    background:rgba(255,255,255,0.15);
    color:#fff;
    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);
  }
  .class-banner-eyebrow .dot { background:#FDC530; }
  .class-banner-title {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:clamp(26px, 4vw, 42px);
    line-height:1.25;
    color:#fff;
    max-width:640px;
    text-shadow:0 2px 16px rgba(0,0,0,0.25);
  }
  .class-banner-title em { font-style:italic; color:#FDC530; }
  .class-banner-sub {
    font-size:16px;
    line-height:1.6;
    color:rgba(255,255,255,0.92);
    max-width:520px;
    margin-top:16px;
    text-shadow:0 1px 12px rgba(0,0,0,0.3);
  }

  @media (max-width: 860px) {
    .cards { grid-template-columns:1fr; }
    .section { padding:64px 6% 72px; }
    .class-banner { height:420px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#fff; color:#2b2118; }

  .eyebrow {
    display:inline-block; font-size:13px; font-weight:700; letter-spacing:0.08em;
    text-transform:uppercase; color:#DE5026; background:#FBDEB9;
    padding:7px 18px; border-radius:30px; margin-bottom:22px;
  }
  h2 {
    font-family:'Playfair Display', serif; font-weight:700;
    font-size:clamp(28px, 4vw, 40px); line-height:1.22; margin-bottom:18px;
  }
  h2 em { font-style:italic; color:#DE5026; }
  .section-head { max-width:680px; margin:0 auto 50px; padding:0 5%; text-align:center; }
  .section-head p { font-size:16.5px; line-height:1.7; color:#6b5c4f; }

  .dances {
    background: radial-gradient(120% 90% at 50% 0%, #FDC530 0%, #FDC530 30%, #FF8F15 60%, #F47621 82%, #DE5026 100%);
    padding:100px 0;
  }
  .dances .section-head h2 { color:#fff; }
  .dances .section-head h2 em { color:#2b2118; font-style:italic; }
  .dances .section-head p { color:rgba(255,255,255,0.92); }
  .dances::before { display:none; }
  .dances .eyebrow { background:rgba(255,255,255,0.85) !important; }

  .slider-wrap { position:relative; max-width:1180px; margin:0 auto; padding:0 5%; }

  .slider {
    display:flex; gap:22px; overflow-x:auto;
    scroll-snap-type:x mandatory; scroll-behavior:smooth;
    padding:6px 0 20px; -webkit-overflow-scrolling:touch;
  }
  .slider::-webkit-scrollbar { display:none; }
  .slider { scrollbar-width:none; }

  .d-card {
    flex:0 0 auto;
    width:min(300px, 72vw);
    scroll-snap-align:start;
    background:#fff; border-radius:20px; overflow:hidden;
    box-shadow:0 8px 24px rgba(60,40,20,0.08);
    display:flex; flex-direction:column;
  }
  .d-photo {
    width:100%; max-width:150px; height:110px;
    display:flex; align-items:center; justify-content:center;
    margin:26px auto 0;
    flex-shrink:0;
  }
  .d-photo img { max-width:100%; max-height:100%; width:auto; height:auto; object-fit:contain; display:block; }
  .d-body { padding:14px 22px 26px; display:flex; flex-direction:column; gap:8px; align-items:center; text-align:center; }
  .d-card h3 {
    font-family:'Playfair Display', serif; font-weight:700; font-style:italic;
    font-size:19px; color:#2b2118;
  }
  .d-origin { font-size:12px; color:#a8886f; font-weight:600; }
  .d-card p { font-size:13.5px; line-height:1.65; color:#7a6a5c; }

  .arrows { display:flex; gap:12px; justify-content:center; margin-top:28px; }
  .arrow-btn {
    width:46px; height:46px; border-radius:50%;
    border:1.5px solid #F0DCC7; background:#fff; color:#2b2118;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; transition:background 0.15s, border-color 0.15s;
  }
  .arrow-btn:hover { background:#FFF1E4; border-color:#F47621; color:#F47621; }

  .dots { display:flex; gap:8px; justify-content:center; margin-top:16px; }
  .dot { width:7px; height:7px; border-radius:50%; background:#F0DCC7; transition:background 0.2s, width 0.2s; }
  .dot.active { background:#F47621; width:20px; border-radius:4px; }

  @media (max-width:700px) {
    .d-card { width:78vw; }
    .dances { padding:64px 0 72px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#fff; }

  /* ===== GUIDE ===== */
  .guide {
    background:#fff;
    padding:100px 5%;
  }
  .guide-inner {
    max-width:1180px;
    margin:0 auto;
    display:flex;
    align-items:center;
    gap:60px;
  }
  .guide-copy { flex:1 1 480px; }
  .eyebrow {
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:#DE5026;
    background:#FBDEB9;
    padding:7px 18px;
    border-radius:30px;
    margin-bottom:22px;
  }
  h2 {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:clamp(28px, 4vw, 40px);
    line-height:1.22;
    color:#2b2118;
    margin-bottom:20px;
  }
  h2 em { font-style:italic; color:#DE5026; }
  .guide-copy > p {
    font-size:16.5px;
    line-height:1.75;
    color:#6b5c4f;
    margin-bottom:32px;
    max-width:480px;
  }
  .guide-copy > p .highlight { color:#DE5026; font-weight:700; }
  .stats {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
    max-width:480px;
  }
  .stat { border-left:2px solid #FBDEB9; padding-left:16px; }
  .stat .num {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:28px;
    color:#DE5026;
    display:block;
    line-height:1;
    margin-bottom:6px;
  }
  .stat .lbl { font-size:12.5px; color:#8a7a6c; line-height:1.4; }

  .guide-visual {
    flex:1 1 340px;
    display:flex;
    justify-content:center;
    position:relative;
  }
  .guide-visual .glow {
    position:absolute;
    width:340px; height:340px;
    background:radial-gradient(circle, #FDC530 0%, transparent 70%);
    opacity:0.35;
    top:20px;
    z-index:0;
  }
  .guide-visual img {
    height:560px;
    width:auto;
    object-fit:contain;
    position:relative;
    z-index:1;
    filter:drop-shadow(0 24px 32px rgba(0,0,0,0.14));
  }

  @media (max-width: 900px) {
    .guide-inner { flex-direction:column; text-align:center; }
    .guide-copy > p { margin-left:auto; margin-right:auto; }
    .stats { margin:0 auto; grid-template-columns:1fr 1fr 1fr; }
    .stat { text-align:left; }
    .guide-visual img { height:420px; }
  }

  /* ===== PLAN ===== */
  .plan {
    background:#FCF0E7;
    padding:100px 5%;
  }
  .plan-inner { max-width:1180px; margin:0 auto; }
  .plan-head { text-align:center; max-width:640px; margin:0 auto 64px; }
  .plan-head p { font-size:16.5px; line-height:1.7; color:#6b5c4f; }

  /* ===== TVOJ PLAN — KORACI (accordion) ===== */
  .steps-acc { display:flex; flex-direction:column; gap:12px; max-width:640px; margin:0 auto; }
  .step-acc-item { background:#fff; border-radius:16px; overflow:hidden; box-shadow:0 2px 10px rgba(60,40,20,0.05); }
  .step-acc-head {
    width:100%; display:flex; align-items:center; gap:14px;
    padding:18px 20px; background:none; border:none; cursor:pointer; text-align:left;
    font-family:inherit;
  }
  .step-acc-num {
    flex-shrink:0; width:34px; height:34px; border-radius:50%;
    background:linear-gradient(135deg, #FDC530, #F47621);
    color:#fff;
    font-family:'Playfair Display', serif; font-weight:700; font-size:15px;
    display:flex; align-items:center; justify-content:center;
  }
  .step-acc-title {
    flex:1; font-family:'Playfair Display', serif; font-weight:600; font-style:italic;
    font-size:16.5px; color:#2b2118;
  }
  .step-acc-chevron { flex-shrink:0; color:#a8886f; transition:transform 0.25s; }
  .step-acc-item.open .step-acc-chevron { transform:rotate(180deg); }
  .step-acc-body { max-height:0; overflow:hidden; transition:max-height 0.3s ease; }
  .step-acc-body-inner { padding:0 20px 20px 68px; }
  .step-acc-body-inner p { font-size:14px; line-height:1.6; color:#7a6a5c; }

  .packages {
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:28px;
    align-items:stretch;
  }
  @media (max-width: 1100px) {
    .packages { grid-template-columns:1fr 1fr; }
  }
  .pkg {
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 32px rgba(60,40,20,0.08);
    text-align:center;
    display:flex;
    flex-direction:column;
    transition:transform 0.25s ease, box-shadow 0.25s ease;
  }
  .pkg-accent {
    width:100%;
    height:7px;
    flex-shrink:0;
    background:linear-gradient(90deg, #FDC530, #F47621);
  }
  .pkg.plamen .pkg-accent {
    background:linear-gradient(90deg, #FDC530, #F47621);
  }
  .pkg.srednja .pkg-accent {
    background:linear-gradient(90deg, #F47621, #DE5026);
  }
  .pkg-body {
    padding:32px 32px 36px;
    display:flex;
    flex-direction:column;
    flex:1 1 auto;
  }
  .pkg-body .btn { margin-top:auto; }
  .pkg .pkg-tag {
    display:inline-block;
    font-size:12px;
    font-weight:700;
    letter-spacing:0.06em;
    text-transform:uppercase;
    color:#fff;
    background:#F47621;
    padding:6px 14px;
    border-radius:20px;
    margin-bottom:18px;
  }
  .pkg.plamen .pkg-tag { background:#DE5026; }
  .pkg.srednja .pkg-tag { background:#B8390F; }
  .pkg h3 {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:24px;
    color:#2b2118;
    margin-bottom:6px;
  }
  .pkg .pkg-dances {
    font-size:14.5px;
    color:#a8886f;
    font-weight:600;
    margin-bottom:20px;
  }
  .pkg p.desc {
    font-size:14.5px;
    line-height:1.65;
    color:#7a6a5c;
    margin-bottom:24px;
  }
  .pkg .price-row {
    display:flex;
    align-items:baseline;
    gap:10px;
    margin-bottom:24px;
  }
  .pkg .price { font-family:'Playfair Display', serif; font-weight:700; font-size:30px; color:#2b2118; }
  .pkg .price-sub { font-size:13px; color:#a8886f; }
  .pkg a.btn {
    display:inline-block;
    width:100%;
    text-align:center;
    background:#2b2118;
    color:#fff;
    font-weight:700;
    font-size:15px;
    padding:15px;
    border-radius:14px;
    text-decoration:none;
  }
  .pkg.plamen a.btn { background:#DE5026; }
  .pkg.srednja a.btn { background:#B8390F; }

  @media (max-width: 860px) {
    .packages { grid-template-columns:1fr; }
    .packages .pkg.plamen { transform:none; box-shadow:0 12px 32px rgba(60,40,20,0.08); }
    .guide, .plan { padding:64px 6% 72px; }
  }

  /* ===== STUDIO PHOTO BREAK ===== */
  .studio-break {
    position:relative;
    width:100%;
    height:500px;
    overflow:hidden;
  }
  .studio-break img {
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:68% 55%;
    display:block;
  }
  .studio-break-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(33,26,20,0.1) 0%, rgba(33,26,20,0.45) 60%, rgba(33,26,20,0.72) 100%);
  }
  .studio-break-content {
    position:absolute;
    inset:0;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    text-align:center;
    padding:0 6% 40px;
  }
  .studio-break-title {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-size:clamp(22px, 4vw, 34px);
    line-height:1.35;
    color:#fff;
    max-width:560px;
    text-shadow:0 2px 20px rgba(0,0,0,0.4);
  }
  .studio-break-title em { font-style:italic; color:#FDC530; }

  @media (max-width: 700px) {
    .studio-break { height:320px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#fff; color:#2b2118; }

  .eyebrow {
    display:inline-block; font-size:13px; font-weight:700; letter-spacing:0.08em;
    text-transform:uppercase; color:#DE5026; background:#FBDEB9;
    padding:7px 18px; border-radius:30px; margin-bottom:22px;
  }
  h2 {
    font-family:'Playfair Display', serif; font-weight:700;
    font-size:clamp(28px, 4vw, 40px); line-height:1.22; margin-bottom:18px;
  }
  h2 em { font-style:italic; color:#DE5026; }
  .section-head { max-width:640px; margin:0 auto 50px; padding:0 5%; text-align:center; }
  .section-head p { font-size:16.5px; line-height:1.7; color:#6b5c4f; }

  .testimonials { background:#fff; padding:100px 0 100px; }

  .slider-wrap { position:relative; max-width:1180px; margin:0 auto; padding:0 5%; }

  .slider {
    display:flex;
    gap:24px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    padding:6px 0 20px;
    -webkit-overflow-scrolling:touch;
  }
  .slider::-webkit-scrollbar { display:none; }
  .slider { scrollbar-width:none; }

  .t-card {
    flex:0 0 auto;
    width:100%;
    scroll-snap-align:start;
    background:#FCF0E7;
    border-radius:22px;
    padding:36px 34px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
    text-align:center;
  }
  .t-top { display:flex; flex-direction:column; align-items:center; gap:12px; }
  .avatar {
    width:50px; height:50px; border-radius:50%;
    background:#F47621; color:#fff; font-family:'Playfair Display', serif;
    font-weight:700; font-size:18px; display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
  }
  .t-name-line { font-weight:700; font-size:15.5px; }
  .t-age { font-weight:500; font-size:14px; color:#a8886f; }
  .t-card p.pull {
    font-family:'Playfair Display', serif;
    font-weight:700;
    font-style:italic;
    font-size:19px;
    line-height:1.4;
    color:#2b2118;
    margin-bottom:12px;
  }
  .quote-mark { font-family:'Playfair Display', serif; font-size:44px; color:#F47621; line-height:0.3; opacity:0.5; display:block; margin-bottom:4px; }
  .t-card p.quote { font-size:15px; line-height:1.75; color:#5c4d40; }

  .arrows { display:flex; gap:12px; justify-content:center; margin-top:32px; }
  .arrow-btn {
    width:46px; height:46px; border-radius:50%;
    border:1.5px solid #F0DCC7; background:#fff; color:#2b2118;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer; transition:background 0.15s, border-color 0.15s;
  }
  .arrow-btn:hover { background:#FFF1E4; border-color:#F47621; color:#F47621; }

  .dots { display:flex; gap:8px; justify-content:center; margin-top:18px; }
  .dot { width:7px; height:7px; border-radius:50%; background:#F0DCC7; transition:background 0.2s, width 0.2s; }
  .dot.active { background:#F47621; width:20px; border-radius:4px; }

  @media (max-width: 700px) {
    .t-card { padding:28px 26px; }
    .testimonials { padding:64px 0 72px; }
  }

  @media (min-width: 861px) {
    .t-card { width:auto; flex:0 0 calc((100% - 48px) / 3); }
  }


  * { margin:0; padding:0; box-sizing:border-box; }

  /* ===== SCHEDULE (accordion list) ===== */
  .schedule { background:#FCF0E7; padding:90px 5%; }
  .s-inner { max-width:780px; margin:0 auto; }

  .loc-list { display:flex; flex-direction:column; gap:12px; }
  .loc-row {
    background:#fff; border-radius:16px;
    box-shadow:0 4px 16px rgba(60,40,20,0.05);
    overflow:hidden;
  }
  .loc-row-head {
    width:100%; background:none; border:none; cursor:pointer;
    display:flex; align-items:center; gap:16px;
    padding:18px 22px;
    text-align:left;
    font-family:'Manrope', sans-serif;
  }
  .loc-pin {
    width:38px; height:38px; border-radius:11px; flex-shrink:0;
    background:#FFF1E4;
    display:flex; align-items:center; justify-content:center;
  }
  .loc-row-info { flex:1 1 auto; min-width:0; }
  .loc-row-name {
    font-family:'Playfair Display', serif; font-weight:700; font-style:italic;
    font-size:17px; color:#2b2118;
  }
  .loc-days-badge {
    flex-shrink:0;
    font-size:12px; font-weight:700; color:#F47621;
    background:#FFF1E4; padding:6px 13px; border-radius:20px;
    white-space:nowrap;
  }
  .loc-chevron {
    flex-shrink:0; color:#c9a98a;
    display:flex; align-items:center; justify-content:center;
    transition:transform 0.3s ease;
  }
  .loc-row.open .loc-chevron { transform:rotate(180deg); color:#F47621; }

  .loc-row-body {
    max-height:0; overflow:hidden;
    transition:max-height 0.4s ease;
  }
  .loc-row-body-inner {
    padding:4px 28px 30px 28px;
  }
  .loc-row-addr-full {
    font-size:14px; color:#a8886f;
    padding-bottom:18px;
    margin-bottom:10px;
    border-bottom:1px solid #F4E9DD;
  }
  .loc-times-table {
    display:flex; flex-direction:column;
  }
  .loc-time-row {
    display:grid;
    grid-template-columns:120px 1fr;
    align-items:center;
    gap:12px;
    font-size:14px; padding:10px 0;
    border-top:1px solid #F4E9DD;
  }
  .loc-time-row:first-child { border-top:none; }
  .loc-time-row .time { color:#a8886f; font-weight:600; white-space:nowrap; }
  .loc-time-row .what { color:#2b2118; font-weight:600; text-align:left; }

  .loc-map-link {
    display:flex; align-items:center; justify-content:center; gap:9px;
    font-size:14px; font-weight:700; color:#fff;
    background:#F47621;
    text-decoration:none;
    margin-top:22px;
    padding:14px;
    border-radius:12px;
    transition:background 0.15s;
  }
  .loc-map-link:hover { background:#DE5026; }
  .loc-map-link svg { stroke:#fff; flex-shrink:0; }

  @media (max-width:600px) {
    .loc-row-head { padding:15px 16px; gap:10px; }
    .loc-row-body-inner { padding:4px 18px 24px 18px; }
    .loc-days-badge { font-size:11px; padding:5px 10px; }
    .loc-time-row { grid-template-columns:96px 1fr; font-size:13.5px; }
  }

  /* ===== PRICING ===== */
  .pricing { background:#fff; padding:90px 5% 70px; }
  .p-inner { max-width:980px; margin:0 auto; }

  /* ===== DANCE CALENDAR (progress bar + expandable accordion) ===== */
  .dance-cal { background:#FCF0E7; padding:90px 5%; }

  .cycle-stepper {
    max-width:640px; margin:0 auto 28px;
    display:flex; align-items:center; gap:14px;
    background:#fff; border-radius:16px;
    box-shadow:0 4px 16px rgba(60,40,20,0.05);
    padding:18px 16px;
  }
  .cs-arrow {
    flex-shrink:0;
    width:38px; height:38px;
    border-radius:50%;
    border:1.5px solid #F0DCC7; background:#fff; color:#2b2118;
    display:flex; align-items:center; justify-content:center;
    cursor:pointer;
    transition:background 0.15s, border-color 0.15s;
  }
  .cs-arrow:hover { background:#FFF1E4; border-color:#F47621; color:#F47621; }
  .cs-arrow:disabled { opacity:0.35; cursor:default; }
  .cs-arrow:disabled:hover { background:#fff; border-color:#F0DCC7; color:#2b2118; }
  .cs-body { flex:1 1 auto; min-width:0; display:flex; flex-direction:column; gap:6px; }
  .cs-row { display:flex; align-items:center; justify-content:space-between; gap:12px; font-size:14px; }
  .cs-label { color:#a8886f; font-weight:600; }
  .cs-dates { color:#2b2118; font-weight:700; }
  .cs-row.cs-current .cs-dates { color:#DE5026; }

  .dc-list { max-width:640px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
  .dc-item {
    background:#fff; border-radius:16px;
    box-shadow:0 4px 16px rgba(60,40,20,0.05);
    overflow:hidden;
  }
  .dc-head {
    width:100%; display:block;
    background:none; border:none; cursor:pointer; text-align:left;
    font-family:'Manrope', sans-serif;
    padding:20px 22px;
  }
  .dbar-head {
    display:flex; align-items:baseline; justify-content:space-between; gap:12px;
    margin-bottom:12px; flex-wrap:wrap;
  }
  .dbar-name {
    font-family:'Playfair Display', serif; font-weight:700; font-style:italic;
    font-size:18px; color:#2b2118;
  }
  .dbar-now { font-size:13.5px; font-weight:600; color:#DE5026; }
  .dbar-track { display:flex; gap:3px; height:14px; border-radius:8px; overflow:hidden; }
  .dbar-seg { background:#F0DCC7; }
  .dbar-seg.current { background:linear-gradient(90deg, #FDC530, #DE5026); }
  .dc-next-row { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:10px; }
  .dbar-next { font-size:13px; color:#a8886f; }
  .dc-chevron {
    flex-shrink:0; color:#c9a98a;
    display:flex; align-items:center; justify-content:center;
    transition:transform 0.3s ease;
  }
  .dc-item.open .dc-chevron { transform:rotate(180deg); color:#F47621; }

  .dc-item-body { max-height:0; overflow:hidden; transition:max-height 0.4s ease; }
  .dc-item-body-inner { padding:4px 22px 22px; }
  .dc-row {
    display:flex; align-items:baseline; justify-content:space-between; gap:12px;
    font-size:14px; padding:10px 0;
    border-top:1px solid #F4E9DD;
  }
  .dc-row:first-child { border-top:none; }
  .dc-row .dance { color:#2b2118; font-weight:600; flex-shrink:0; }
  .dc-row .dates { color:#a8886f; text-align:right; }

  @media (max-width:600px) {
    .dance-cal { padding:64px 6% 72px; }
    .dc-head { padding:16px 18px; }
    .dc-item-body-inner { padding:4px 18px 18px; }
    .dance-cal .section-head h2 { font-size:23px; }
    .cycle-stepper { padding:14px 12px; gap:10px; margin-bottom:22px; }
    .cs-arrow { width:34px; height:34px; }
    .cs-row { font-size:13px; }
  }

  /* Standalone pricing section with photo background, separated from packages above */
  .pricing-photo-section {
    position:relative;
    padding:100px 5%;
    background-image:url("../images/pricing-bg.jpg");
    background-size:cover;
    background-position:center;
    background-attachment:scroll;
    isolation:isolate;
  }
  .pricing-photo-overlay {
    position:absolute; inset:0;
    background:linear-gradient(180deg, rgba(43,33,24,0.72) 0%, rgba(43,33,24,0.82) 100%);
    z-index:0;
  }
  .pricing-photo-section .section-head { position:relative; z-index:1; margin-bottom:44px; }
  .pricing-photo-section .eyebrow {
    background:rgba(255,255,255,0.25) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,0.4) !important;
    text-shadow:0 1px 8px rgba(0,0,0,0.3);
    backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px);
  }
  .pricing-photo-section .section-head h2 { color:#fff; text-shadow:0 2px 20px rgba(33,26,20,0.45); }
  .pricing-photo-section .section-head h2 em { color:#FDC530; font-style:italic; text-shadow:0 2px 16px rgba(33,26,20,0.55); }
  .pricing-photo-section .section-head p { color:rgba(255,255,255,0.85); }
  .price-grid { position:relative; z-index:1; display:grid; grid-template-columns:1fr; max-width:440px; margin:0 auto; gap:28px; }
  .price-card {
    border:2px solid #FBDEB9; border-radius:22px; padding:34px 32px;
    box-shadow:0 20px 50px rgba(0,0,0,0.25);
  }
  .price-card.highlight { border-color:#F47621; background:#FFF9F3; }
  .price-card h3 { font-family:'Playfair Display', serif; font-weight:700; font-size:21px; margin-bottom:18px; }
  .price-list { list-style:none; display:flex; flex-direction:column; gap:12px; }
  .price-list li {
    display:flex; justify-content:space-between; gap:16px;
    font-size:14.5px; color:#5c4d40; padding-bottom:12px; border-bottom:1px solid #F4E9DD;
  }
  .price-list li:last-child { border-bottom:none; padding-bottom:0; }
  .price-list .val { font-weight:700; color:#2b2118; white-space:nowrap; }
  .price-list .old { text-decoration:line-through; color:#c9baa9; font-weight:400; margin-right:6px; }
  .note-box {
    background:#FCF0E7; border-radius:16px; padding:22px 26px; font-size:13.5px;
    line-height:1.7; color:#6b5c4f;
  }
  .note-box strong { color:#DE5026; }

  @media (max-width:860px) {
    .price-grid { grid-template-columns:1fr; }
    .testimonials, .schedule, .pricing { padding:64px 6% 72px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#fff; color:#2b2118; }

  .eyebrow {
    display:inline-block; font-size:13px; font-weight:700; letter-spacing:0.08em;
    text-transform:uppercase; color:#DE5026; background:#FBDEB9;
    padding:7px 18px; border-radius:30px; margin-bottom:22px;
  }
  h2 {
    font-family:'Playfair Display', serif; font-weight:700;
    font-size:clamp(28px, 4vw, 40px); line-height:1.22; margin-bottom:18px;
  }
  h2 em { font-style:italic; color:#DE5026; }
  .section-head { max-width:640px; margin:0 auto 50px; padding:0 5%; text-align:center; }
  .section-head p { font-size:16.5px; line-height:1.7; color:#6b5c4f; }

  /* ===== FAQ ===== */
  .faq { background:#fff; padding:100px 5%; }
  .faq-inner { max-width:820px; margin:0 auto; }
  .faq-item {
    border-bottom:1px solid #F0DCC7;
  }
  .faq-q {
    width:100%;
    text-align:left;
    background:none;
    border:none;
    padding:24px 0;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    cursor:pointer;
    font-family:'Manrope', sans-serif;
    font-weight:700;
    font-size:16px;
    color:#2b2118;
  }
  .faq-q .plus {
    flex-shrink:0;
    width:28px; height:28px;
    border-radius:50%;
    border:1.5px solid #F47621;
    color:#F47621;
    display:flex; align-items:center; justify-content:center;
    font-size:16px;
    transition:transform 0.25s ease;
  }
  .faq-item.open .faq-q .plus { transform:rotate(45deg); }
  .faq-a {
    max-height:0;
    overflow:hidden;
    transition:max-height 0.3s ease;
  }
  .faq-a p {
    font-size:14.5px;
    line-height:1.75;
    color:#6b5c4f;
    padding-bottom:24px;
    max-width:640px;
  }

  .faq-whatsapp {
    max-width:420px;
    margin:56px auto 0;
    text-align:center;
  }
  .faq-whatsapp p {
    font-size:15.5px;
    font-weight:600;
    color:#5a4c3f;
    margin-bottom:18px;
  }
  .wa-btn {
    display:flex; align-items:center; justify-content:center; gap:10px;
    background:#25D366;
    color:#fff;
    font-family:'Manrope', sans-serif;
    font-weight:700; font-size:15px;
    padding:16px 20px;
    border-radius:12px;
    text-decoration:none;
    transition:background 0.15s ease;
  }
  .wa-btn svg { flex-shrink:0; }
  .wa-btn:hover { background:#1EBE5B; }

  /* ===== CLOSING CTA ===== */
  .closing {
    position:relative;
    background:#211a14;
    padding:190px 5%;
    text-align:center;
    overflow:hidden;
  }
  .closing-bg {
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:50% 20%;
    z-index:0;
  }
  .closing-overlay {
    position:absolute;
    inset:0;
    z-index:1;
    background:radial-gradient(120% 100% at 50% 0%, rgba(253,197,48,0.5) 0%, rgba(255,143,21,0.52) 55%, rgba(244,118,33,0.58) 82%, rgba(222,80,38,0.62) 100%);
  }
  .closing-inner { max-width:640px; margin:0 auto; position:relative; z-index:3; }
  .closing .eyebrow { background:rgba(255,255,255,0.25); color:#fff; border:1px solid rgba(255,255,255,0.4); text-shadow:0 1px 8px rgba(0,0,0,0.3); backdrop-filter:blur(4px); -webkit-backdrop-filter:blur(4px); }
  .closing h2 { color:#fff; text-shadow:0 2px 20px rgba(33,26,20,0.45); font-size:clamp(22px, 3vw, 28px); line-height:1.15; }
  .closing h2 em { color:#FDC530; text-shadow:0 2px 16px rgba(33,26,20,0.55); font-size:clamp(28px, 4vw, 40px); display:block; margin-top:6px; }
  .closing p.sub {
    font-size:16.5px; line-height:1.7; color:rgba(255,255,255,0.95);
    margin-bottom:38px;
    text-shadow:0 1px 12px rgba(33,26,20,0.4);
  }
  .cta-row { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; margin-bottom:14px; }
  .btn-primary {
    font-weight:700; font-size:16px; color:#DE5026; background:#fff;
    padding:16px 34px; border-radius:40px; text-decoration:none;
    box-shadow:0 10px 28px rgba(0,0,0,0.16);
  }
  .btn-secondary {
    font-weight:600; font-size:15px; color:#fff; text-decoration:underline;
    text-underline-offset:4px; opacity:0.9; align-self:center;
  }
  .closing .microcopy { font-size:13px; color:rgba(255,255,255,0.85); }
  .closing .blob { position:absolute; border-radius:50%; background:#fff; opacity:0.07; z-index:2; }
  .closing .blob-a { width:420px; height:420px; top:-140px; left:-120px; }
  .closing .blob-b { width:300px; height:300px; bottom:-100px; right:-80px; }

  /* ===== FOOTER ===== */
  .footer {
    background:#211a14;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 26px);
    color:#e9ddd0; padding:70px 5% 40px; text-align:center;
  }
  .footer-inner {
    max-width:820px; margin:0 auto;
    display:grid; grid-template-columns:1.2fr 1fr; gap:48px;
    padding-bottom:40px; border-bottom:1px solid rgba(255,255,255,0.1);
    text-align:center;
  }
  .footer-brand .logo-word {
    font-family:'Playfair Display', serif; font-style:italic; font-weight:700;
    font-size:22px; color:#fff; margin-bottom:14px;
  }
  .footer-brand p { font-size:13.5px; line-height:1.7; color:#b3a493; max-width:320px; margin:0 auto; }
  .footer-col h4 {
    font-size:13px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase;
    color:#F0A94A; margin-bottom:18px;
  }
  .footer-col a, .footer-col p {
    display:block; font-size:14px; color:#d8cabb; text-decoration:none;
    margin-bottom:12px; line-height:1.6;
  }
  .footer-col a:hover { color:#fff; }
  .socials { display:flex; gap:12px; margin-top:6px; justify-content:center; }
  .socials a {
    width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,0.08);
    display:flex; align-items:center; justify-content:center; margin-bottom:0;
  }
  .footer-bottom {
    max-width:1180px; margin:0 auto; padding-top:26px;
    display:flex; justify-content:center; flex-wrap:wrap; gap:12px;
    font-size:12.5px; color:#8a7c6c; text-align:center;
  }
  .footer-bottom a { color:#8a7c6c; text-decoration:underline; }

  @media (max-width:860px) {
    .faq, .closing { padding:64px 6% 72px; }
    .footer-inner { grid-template-columns:1fr; gap:32px; padding-bottom:32px; }
    .cta-row { flex-direction:column; align-items:center; }
  }

  /* ===== EVENTS ===== */
  .events { background:#fff; padding:100px 5%; }
  .events-list { max-width:700px; margin:0 auto 40px; display:flex; flex-direction:column; gap:16px; }
  .event-row {
    display:flex; align-items:center; gap:20px;
    background:#FCF0E7;
    border-radius:16px;
    padding:20px 24px;
  }
  .event-date {
    flex-shrink:0;
    width:58px; height:58px;
    border-radius:14px;
    background:linear-gradient(160deg, #F47621 0%, #DE5026 100%);
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    color:#fff;
  }
  .event-date .num { font-family:'Playfair Display', serif; font-weight:700; font-size:20px; line-height:1; }
  .event-date .mon { font-size:10.5px; font-weight:700; letter-spacing:0.06em; text-transform:uppercase; opacity:0.9; margin-top:2px; }
  .event-info h3 { font-family:'Playfair Display', serif; font-weight:700; font-style:italic; font-size:17px; color:#2b2118; margin-bottom:4px; }
  .event-info p { font-size:13.5px; line-height:1.55; color:#7a6a5c; }
  .events-btn {
    display:block;
    max-width:700px; margin:0 auto;
    text-align:center;
    background:#2b2118; color:#fff;
    font-weight:700; font-size:15px;
    padding:16px; border-radius:14px;
    text-decoration:none;
    transition:background 0.15s;
  }
  .events-btn:hover { background:#3a2c20; }

  @media (max-width:600px) {
    .events { padding:64px 6% 72px; }
    .event-row { padding:16px 18px; gap:14px; }
    .event-date { width:50px; height:50px; }
    .event-date .num { font-size:17px; }
  }


  * { margin:0; padding:0; box-sizing:border-box; }
  body { font-family:'Manrope', sans-serif; background:#F3E6D4; }

  .wrap { max-width:820px; margin:0 auto; padding:80px 5%; }

  .teaser {
    background:#211a14;
    background-image:
      repeating-linear-gradient(45deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 26px);
    border-radius:20px;
    padding:36px 40px 40px;
    text-align:center;
  }

  .eyebrow {
    display:flex; align-items:center; justify-content:center; gap:7px;
    font-size:12.5px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
    color:#F0A94A; margin-bottom:14px;
  }
  .teaser h3 {
    font-family:'Playfair Display', serif; font-weight:700;
    font-size:22px; color:#fff; margin-bottom:12px;
  }
  .teaser .subtitle {
    font-size:14.5px; line-height:1.6; color:#b3a493;
    max-width:520px; margin:0 auto 24px;
  }

  .toggle-btn {
    display:inline-flex; align-items:center; gap:8px;
    background:none;
    border:1.5px solid rgba(240,169,74,0.5);
    color:#F0A94A;
    font-family:'Manrope', sans-serif; font-weight:700; font-size:14px;
    padding:11px 24px; border-radius:30px;
    cursor:pointer;
  }
  .toggle-btn:hover { background:rgba(240,169,74,0.08); }
  .toggle-btn svg { transition:transform 0.25s ease; }
  .teaser.open .toggle-btn svg { transform:rotate(180deg); }

  .teaser-body {
    max-height:0;
    overflow:hidden;
    transition:max-height 0.4s ease;
    text-align:left;
  }
  .teaser-body-inner { padding-top:28px; }

  .teaser-body-inner p.lead {
    font-size:14.5px; line-height:1.75; color:#d8cabb; margin-bottom:26px;
  }

  .block { margin-bottom:22px; }
  .block h4 {
    font-family:'Manrope', sans-serif; font-weight:700; font-size:15px;
    color:#F0A94A; margin-bottom:14px;
  }
  .block ul { list-style:none; display:flex; flex-direction:column; gap:11px; }
  .block li {
    display:flex; gap:10px; align-items:flex-start;
    font-size:14px; line-height:1.55; color:#d8cabb;
  }
  .block li svg { flex-shrink:0; margin-top:3px; stroke:#DE7A4A; }

  .closing-line {
    font-size:14.5px; line-height:1.75; color:#d8cabb; margin:22px 0 26px;
  }

  .cta-bar {
    display:flex; align-items:center; justify-content:center; gap:10px;
    background:#DE5026;
    color:#fff;
    font-weight:700; font-size:15px;
    padding:16px 20px;
    border-radius:12px;
    text-decoration:none;
  }
  .cta-bar:hover { background:#c8461f; }

  @media (max-width:700px) {
    .teaser { padding:30px 24px 34px; }
    .wrap { padding:64px 6%; }
  }



/* ===== STICKY HEADER ===== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  background: transparent;
  transition: background 0.35s ease, box-shadow 0.35s ease, padding 0.35s ease;
}
.site-header-inner {
  max-width: 1180px; margin: 0 auto; padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
}
.site-header .logo-word {
  font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic;
  font-size: 20px; color: #fff; transition: color 0.35s ease;
}
.site-header .cta-nav {
  font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13.5px;
  color: #DE5026; background: #fff; padding: 10px 20px; border-radius: 30px;
  text-decoration: none; box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform 0.2s ease;
}
.site-header .cta-nav:hover { transform: translateY(-1px); }
.site-header.scrolled {
  background: linear-gradient(135deg, #FDC530 0%, #FF8F15 55%, #F47621 100%);
  backdrop-filter: none;
  box-shadow: 0 4px 20px rgba(222,80,38,0.25);
  padding: 12px 0;
}
.site-header.scrolled .logo-word { color: #fff; }
.site-header.scrolled .cta-nav { color: #DE5026; background: #fff; }

.hero { padding-top: 88px; }

/* ===== SCROLL REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-stagger.in-view { transition-delay: var(--stagger, 0s); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ===== SECTION WAVE DIVIDERS ===== */
.section-wave { display: block; width: 100%; position: relative; z-index: 2; margin: 0; }
.section-wave svg { display: block; width: 100%; height: 60px; }

@media (max-width: 700px) {
  .site-header { padding: 14px 6%; }
  .site-header .logo-word { font-size: 15px; white-space: nowrap; }
  .site-header .cta-nav { font-size: 12.5px; padding: 9px 14px; white-space: nowrap; }
  .hero { padding-top: 76px; }
  .section-wave svg { height: 34px; }
}

/* ===== REDESIGNED EYEBROW BADGE (overrides all earlier .eyebrow rules) ===== */
.eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  font-family: 'Manrope', sans-serif;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: #B8390F !important;
  background: linear-gradient(135deg, #FFE1B8, #FFD08A) !important;
  border: none !important;
  padding: 8px 18px 8px 14px !important;
  border-radius: 30px !important;
  box-shadow: 0 3px 10px rgba(222, 80, 38, 0.18);
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #DE5026;
  flex-shrink: 0;
}
.closing .eyebrow, .instructor .eyebrow {
  background: rgba(255,255,255,0.85) !important;
  color: #B8390F !important;
}

/* ===== WARM DECORATIVE ACCENTS (more life through white/cream sections) ===== */
.section, .dances, .guide, .plan, .testimonials, .schedule, .pricing, .faq, .events {
  position: relative;
  overflow: hidden;
}
.section::before, .dances::before, .guide::before, .plan::before,
.testimonials::before, .schedule::before, .pricing::before, .faq::before, .events::before {
  content: '';
  position: absolute;
  width: 480px; height: 480px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253,197,48,0.16) 0%, rgba(244,118,33,0.08) 45%, transparent 75%);
  z-index: 0;
  pointer-events: none;
}
.section::before { top: -220px; right: -160px; }
.dances::before { bottom: -240px; left: -180px; }
.guide::before { top: -200px; left: -200px; }
.plan::before { bottom: -220px; right: -160px; }
.testimonials::before { top: -220px; left: -160px; }
.schedule::before { bottom: -200px; right: -180px; }
.pricing::before { top: -220px; right: -200px; }
.faq::before { bottom: -220px; left: -180px; }
.events::before { top: -220px; right: -160px; }

.section > *, .dances > *, .guide > *, .plan > *,
.testimonials > *, .schedule > *, .pricing > *, .faq > *, .events > * {
  position: relative;
  z-index: 1;
}


@media (max-width: 700px) {
  .section::before, .dances::before, .guide::before, .plan::before,
  .testimonials::before, .schedule::before, .pricing::before, .faq::before, .events::before {
    width: 320px; height: 320px;
  }
}

/* ===== EVENTS PAGE (events.html) ===== */
.events-hero {
  padding: 150px 5% 70px;
  text-align: center;
  background:
    radial-gradient(120% 90% at 50% 10%, #FDC530 0%, #FDC530 35%, #FF8F15 62%, #F47621 82%, #DE5026 100%);
}
.events-hero-inner { max-width: 680px; margin: 0 auto; }
.events-back {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,0.85);
  text-decoration: none; margin-bottom: 22px;
}
.events-back:hover { color: #fff; }
.events-hero h1 {
  font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic;
  font-size: clamp(32px, 5vw, 46px); color: #fff; margin-bottom: 14px;
  text-shadow: 0 2px 20px rgba(43,33,24,0.2);
}
.events-hero p { font-size: 16.5px; color: rgba(255,255,255,0.92); }

.events-page { background: #fff; padding: 90px 5% 110px; }
.events-page-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; }
.event-post {
  display: flex; align-items: flex-start; gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid #F0DCC7;
}
.event-post:first-child { padding-top: 0; }
.event-post:last-child { border-bottom: none; }
.event-post-date {
  flex-shrink: 0;
  width: 64px; height: 64px;
  border-radius: 16px;
  background: linear-gradient(160deg, #F47621 0%, #DE5026 100%);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: #fff;
}
.event-post-date .num { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px; line-height: 1; }
.event-post-date .mon { font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.9; margin-top: 3px; }
.event-post-tag {
  display: inline-block;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: #fff; background: #F47621;
  padding: 5px 13px; border-radius: 20px; margin-bottom: 12px;
}
.event-post-tag.tag-party { background: #B8390F; }
.event-post-body h2 {
  font-family: 'Playfair Display', serif; font-weight: 700; font-style: italic;
  font-size: 21px; color: #2b2118; margin-bottom: 10px;
}
.event-post-body p { font-size: 14.5px; line-height: 1.7; color: #6b5c4f; max-width: 560px; }

@media (max-width: 600px) {
  .events-hero { padding: 130px 6% 56px; }
  .events-page { padding: 64px 6% 80px; }
  .event-post { gap: 16px; padding: 28px 0; }
  .event-post-date { width: 52px; height: 52px; border-radius: 13px; }
  .event-post-date .num { font-size: 18px; }
  .event-post-body h2 { font-size: 18px; }
}

/* ===== LEGAL PAGES (privacy.html / terms.html) ===== */
.legal-page { background: #fff; padding: 90px 5% 110px; }
.legal-page-inner { max-width: 760px; margin: 0 auto; }
.legal-notice {
  background: #FBDEB9; border: 1px solid #F0C98A; border-radius: 14px;
  padding: 18px 22px; font-size: 14px; line-height: 1.65; color: #6b4a1e;
  margin-bottom: 48px;
}
.legal-notice strong { color: #B8390F; }
.legal-page h2 {
  font-family: 'Playfair Display', serif; font-weight: 700; font-size: 22px;
  color: #2b2118; margin: 40px 0 14px;
}
.legal-page h2:first-of-type { margin-top: 0; }
.legal-page p, .legal-page li { font-size: 15px; line-height: 1.75; color: #5c4d40; }
.legal-page p { margin-bottom: 14px; }
.legal-page ul { margin: 0 0 14px; padding-left: 20px; }
.legal-page li { margin-bottom: 8px; }
.legal-page .updated {
  font-size: 13px; color: #a8886f; margin-top: 60px; padding-top: 20px;
  border-top: 1px solid #F0DCC7;
}
@media (max-width: 600px) {
  .legal-page { padding: 64px 6% 80px; }
}


