:root{
  --navy:#09285b;--navy2:#061e46;--pink:#ff4f78;--coral:#ff6b63;--orange:#ff8b3d;--gold:#ffbd22;
  --blue:#44b5f3;--mint:#6ed6bd;--green:#57a94b;--cream:#fff8ef;--paper:#fffdf8;--ink:#102f5e;--muted:#53647e;
  --soft-blue:#dff1ff;--soft-mint:#e1f5ea;--soft-peach:#ffe7d9;--soft-pink:#ffe2ec;--line:#d9e1eb;
  --shadow:0 18px 55px rgba(14,45,86,.13);--radius:26px;--max:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--navy);font-family:"Trebuchet MS",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.45}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.skip-link{position:absolute;left:-9999px;top:0;background:#fff;padding:10px;z-index:100}.skip-link:focus{left:10px}.site-header{height:88px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:28px;padding:10px clamp(20px,5vw,64px);position:sticky;top:0;z-index:50;background:rgba(255,253,248,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(9,40,91,.06)}.logo{display:flex;flex-direction:column;justify-self:start}.logo-script{font-family:"Comic Sans MS","Segoe Print",cursive;font-size:29px;line-height:.9;font-weight:800;letter-spacing:-1.2px}.logo-script small{font-family:inherit;font-size:15px;font-style:normal}.logo-script em{color:var(--pink);font-style:normal;font-size:34px}.logo-script b{color:var(--pink);font-size:25px}.logo-tagline{font-size:8px;letter-spacing:.23em;margin-top:7px;color:#5d6773;font-weight:900}.main-nav{display:flex;gap:27px;align-items:center;font-size:14px;font-weight:800}.main-nav a{padding:9px 0;position:relative}.main-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;background:var(--navy)}.menu-toggle{display:none;background:none;border:0;font-size:26px}.pill-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 25px;border-radius:999px;border:0;font-weight:900;transition:.2s ease;cursor:pointer}.pill-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(9,40,91,.15)}.header-cta,.primary{background:linear-gradient(135deg,var(--pink),var(--coral));color:#fff}.outline{border:2px solid var(--navy);background:#fff}.hero{min-height:640px;display:grid;grid-template-columns:.88fr 1.12fr;max-width:var(--max);margin:0 auto;padding:0 24px;overflow:hidden}.hero-copy{padding:72px 16px 45px 0;align-self:center;position:relative;z-index:2}.eyebrow{font-weight:950;letter-spacing:.13em;font-size:12px;margin:0 0 13px;color:var(--navy)}.hero h1{font-family:"Comic Sans MS","Segoe Print",cursive;font-size:clamp(50px,6vw,83px);line-height:.97;letter-spacing:-3px;margin:0;max-width:600px}.hero h1 span{position:relative}.scribble-line{width:290px;height:8px;border-bottom:6px solid var(--gold);border-radius:50%;transform:rotate(-2deg);margin:3px 0 22px 140px}.hero-lede{font-size:20px;max-width:530px;margin:0 0 23px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.hero-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:540px}.hero-benefits>div{text-align:center;font-size:12px;line-height:1.15}.benefit-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin:0 auto 8px;color:#fff;font-size:24px}.orange{background:var(--orange)}.green{background:var(--green)}.blue{background:var(--blue)}.pink{background:var(--pink)}.hero-photo-wrap{position:relative;min-height:640px;align-self:stretch;overflow:hidden;border-radius:0 0 0 32px}.hero-photo{width:100%;height:100%;object-fit:cover;object-position:50% 44%}.hero-photo-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,248,.28),transparent 20%,transparent 80%)}.sticky-note{position:absolute;z-index:3;background:#fff0bf;color:var(--navy);padding:15px 18px;font:800 24px/1.03 "Comic Sans MS","Segoe Print",cursive;box-shadow:0 9px 24px rgba(0,0,0,.1);transform:rotate(-4deg)}.note-one{left:18px;top:50px}.note-two{right:14px;top:55px;background:#fff4ef;transform:rotate(5deg);text-align:center}.intro-card{position:absolute;z-index:3;right:16px;bottom:24px;width:min(320px,70%);padding:15px 18px;border-radius:14px;background:rgba(255,255,255,.93);box-shadow:var(--shadow)}.intro-card strong,.intro-card span{display:block}.intro-card strong{font-size:17px;margin-bottom:2px}.intro-card span{font-size:14px}.section{max-width:var(--max);margin:0 auto;padding:76px 24px}.section-white{background:#fff}.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:27px}.section h2,.booking-section h2,.contact-section h2{font-size:clamp(35px,4vw,58px);line-height:1.02;letter-spacing:-2px;margin:0}.section-subtitle{margin:7px 0 0;color:var(--muted)}.hand-note,.text-arrow{font:800 17px "Comic Sans MS","Segoe Print",cursive;transform:rotate(-2deg);color:var(--navy)}.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.offer-card{border-radius:18px;padding:27px 24px 24px;min-height:290px;display:flex;flex-direction:column;border:1px solid rgba(9,40,91,.04);box-shadow:0 7px 20px rgba(17,48,91,.04)}.blue-card{background:var(--soft-blue)}.mint-card{background:var(--soft-mint)}.peach-card{background:var(--soft-peach)}.pink-card{background:var(--soft-pink)}.big-icon{font-size:42px;margin-bottom:13px}.offer-card h3{font-size:22px;margin:0 0 9px}.offer-card p{font-size:15px;margin:0;color:#314a6d;flex:1}.card-link{background:transparent;border:0;padding:18px 0 0;text-align:left;font-weight:900;color:var(--navy);cursor:pointer}.videos-section{padding-top:62px}.youtube span{display:inline-grid;place-items:center;width:32px;height:24px;background:#ef3f4f;color:#fff;border-radius:7px;margin-right:6px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.video-card{cursor:pointer}.thumb-wrap{aspect-ratio:16/10;border-radius:15px;overflow:hidden;position:relative;background:#ddd}.thumb-wrap img{width:100%;height:100%;object-fit:cover}.video-card:nth-child(1) .thumb-wrap img{object-position:50% 32%}.video-card:nth-child(2) .thumb-wrap img{object-position:50% 28%}.video-card:nth-child(3) .thumb-wrap img{object-position:50% 43%}.thumb-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,20,48,.18),transparent 52%)}.thumb-note{position:absolute;left:17px;top:17px;z-index:2;background:#fff0c7;padding:10px 12px;font:800 21px/1.05 "Comic Sans MS","Segoe Print",cursive;transform:rotate(-3deg);box-shadow:0 6px 16px rgba(0,0,0,.1)}.play-button{position:absolute;z-index:3;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;border:3px solid white;color:#fff;background:rgba(8,36,81,.6);font-size:22px;display:grid;place-items:center;cursor:pointer}.duration{position:absolute;z-index:3;right:10px;bottom:9px;background:rgba(0,0,0,.75);color:#fff;font-size:12px;padding:3px 6px;border-radius:5px}.video-card h3{font-size:19px;margin:11px 0 2px}.video-card p{margin:0;color:var(--muted);font-size:14px}.practice-section{display:grid;grid-template-columns:.72fr 1.15fr .9fr;gap:30px;align-items:stretch}.quote-card,.practice-card,.world-card{border-radius:22px;padding:28px;position:relative;min-height:280px}.quote-card{background:#fff7ef;transform:rotate(-1.5deg)}.quote-mark{font:900 80px Georgia,serif;color:var(--orange);height:58px}.quote-card p{font:800 36px/1.15 "Comic Sans MS","Segoe Print",cursive;margin:12px 0}.quote-card p span{color:var(--pink)}.quote-card small{display:block;text-align:right;font:800 18px "Comic Sans MS","Segoe Print",cursive}.practice-card{background:#e6f5ff;border:1px solid #d2e8f7}.practice-card h2{font-size:36px}.prompt{font-size:24px;font-weight:900;line-height:1.17;margin:20px 0 12px}.prompt-tip{color:#425a78;background:rgba(255,255,255,.8);padding:12px 14px;border-radius:12px}.world-card{background:#fff;display:grid;grid-template-columns:.8fr 1fr;align-items:center;border:1px solid var(--line)}.globe{font-size:100px}.world-card ul{list-style:none;padding:0;margin:0;font:800 19px/1.65 "Comic Sans MS","Segoe Print",cursive}.world-card li:before{content:"✓ ";color:var(--navy)}.mini-sticky{position:absolute;right:16px;top:-12px;background:#fff07b;padding:9px 11px;font:800 15px/1.05 "Comic Sans MS","Segoe Print",cursive;transform:rotate(5deg)}.about-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:62px;align-items:center}.about-photo-card{position:relative;background:#fff;padding:13px 13px 50px;box-shadow:var(--shadow);transform:rotate(-2deg);max-width:390px;justify-self:center}.about-photo-card img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 25%}.polaroid-caption{position:absolute;bottom:14px;left:0;right:0;text-align:center;font:800 24px "Comic Sans MS","Segoe Print",cursive}.about-copy p{font-size:18px;color:#334d6e}.about-values{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.about-values span{background:#fff3f6;border-radius:999px;padding:9px 13px;font-weight:900;font-size:14px}.booking-section{background:linear-gradient(180deg,#8ce1db 0%,#5ccbc2 100%);position:relative;margin-top:40px}.booking-wave{position:absolute;left:0;right:0;top:-35px;height:72px;background:var(--paper);clip-path:polygon(0 25%,12% 55%,25% 33%,38% 60%,51% 30%,65% 54%,80% 32%,100% 59%,100% 0,0 0)}.booking-inner{padding-top:90px}.booking-copy{display:grid;grid-template-columns:.85fr 1.15fr;gap:50px;align-items:end}.booking-copy h2{font-family:"Comic Sans MS","Segoe Print",cursive;letter-spacing:-2px}.booking-copy>p{max-width:530px}.booking-options{display:grid;grid-template-columns:1fr 1fr;gap:13px}.booking-options article{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;background:rgba(255,255,255,.86);padding:15px;border-radius:17px}.booking-options article>span{font-size:30px}.booking-options strong,.booking-options small{display:block}.booking-options small{color:#49637a}.booking-options b:empty{display:none}.book-option{grid-column:1/-1;border:1.5px solid var(--navy);border-radius:999px;padding:7px 10px;text-align:center;font-size:13px;font-weight:900}.book-option[aria-disabled="true"]{opacity:.6}.booking-steps{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:12px;align-items:center;margin:50px 0 30px;text-align:center}.booking-steps>div{display:flex;flex-direction:column;align-items:center}.step-icon{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:29px;margin-bottom:9px}.step-arrow{font-size:27px;font-weight:900}.booking-steps small{display:block}.booking-main-button{display:flex;width:max-content;margin:0 auto;background:linear-gradient(135deg,var(--pink),var(--coral));color:#fff;font-size:18px}.booking-status{text-align:center;font-size:12px;margin:13px 0 0;color:#235d65}.faq-section{display:grid;grid-template-columns:.72fr 1.28fr;gap:60px}.faq-list details{background:#fff;border-bottom:1px solid var(--line);padding:18px 0}.faq-list summary{font-weight:900;font-size:18px;cursor:pointer}.faq-list p{color:var(--muted)}.contact-section{max-width:var(--max);margin:0 auto;padding:80px 24px;display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.contact-section h2{font-family:"Comic Sans MS","Segoe Print",cursive}.contact-card{background:#fff4f7;border-radius:26px;padding:34px;box-shadow:var(--shadow);position:relative}.contact-heart{position:absolute;right:20px;top:13px;color:var(--pink);font-size:43px}.contact-card h3{font-size:26px;margin:0 0 9px}.contact-card p{color:var(--muted);margin-bottom:20px}footer{background:var(--navy2);color:#fff;padding:29px clamp(20px,5vw,64px);display:grid;grid-template-columns:1fr auto auto;gap:28px;align-items:center}.footer-logo .logo-script{font-size:21px}.footer-logo .logo-script em{font-size:26px}.footer-links{display:flex;gap:18px;font-size:13px}footer p{font-size:12px;color:#b9c5d6}dialog{width:min(650px,calc(100% - 28px));border:0;border-radius:24px;padding:35px;color:var(--navy);box-shadow:0 35px 110px rgba(0,0,0,.33)}dialog::backdrop{background:rgba(3,18,44,.65);backdrop-filter:blur(4px)}.modal-close{position:absolute;right:14px;top:12px;border:0;background:#edf1f6;width:36px;height:36px;border-radius:50%;font-size:24px;cursor:pointer}.modal-title{font-size:34px;margin:4px 0 12px}.lesson-example{background:#f4f8fd;padding:12px 14px;border-radius:11px;margin:9px 0}.modal-note{background:#fff1bd;border-radius:12px;padding:12px 14px;margin-top:16px}.toast{position:fixed;right:20px;bottom:20px;z-index:100;background:var(--navy);color:white;padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);opacity:0;transform:translateY(12px);pointer-events:none;transition:.22s}.toast.show{opacity:1;transform:none}
@media(max-width:1050px){.main-nav{gap:16px}.offer-grid{grid-template-columns:repeat(2,1fr)}.practice-section{grid-template-columns:1fr 1fr}.world-card{grid-column:1/-1}.hero{grid-template-columns:1fr 1fr}.hero-benefits{grid-template-columns:repeat(2,1fr)}.booking-copy{grid-template-columns:1fr}.booking-options{max-width:760px}.sticky-note{font-size:18px}}
@media(max-width:820px){.site-header{grid-template-columns:1fr auto}.header-cta{display:none}.menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:82px;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:16px;display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav a{padding:10px}.hero{grid-template-columns:1fr;padding:0}.hero-copy{padding:54px 24px 38px}.hero-photo-wrap{min-height:520px;border-radius:0}.video-grid{grid-template-columns:1fr}.practice-section,.about-section,.faq-section,.contact-section{grid-template-columns:1fr}.booking-steps{grid-template-columns:1fr 1fr;gap:24px}.step-arrow{display:none}.footer-links{display:none}footer{grid-template-columns:1fr auto}.video-title-row{align-items:start}}
@media(max-width:560px){.site-header{height:75px;padding:8px 15px}.logo-script{font-size:22px}.logo-script em{font-size:26px}.logo-tagline{display:none}.main-nav{top:70px}.hero h1{font-size:48px}.scribble-line{width:210px;margin-left:75px}.hero-lede{font-size:17px}.hero-photo-wrap{min-height:460px}.note-one{left:10px;top:25px}.note-two{right:7px;top:26px}.sticky-note{font-size:16px;padding:10px}.intro-card{left:14px;right:14px;bottom:15px;width:auto}.section{padding:58px 17px}.section-title-row{align-items:flex-start;flex-direction:column}.offer-grid{grid-template-columns:1fr}.practice-section{grid-template-columns:1fr}.world-card{grid-column:auto}.booking-options{grid-template-columns:1fr}.booking-steps{grid-template-columns:1fr 1fr}.booking-inner{padding-top:80px}.contact-section{padding:65px 17px}.hero-benefits{gap:18px 8px}.hero-actions .pill-button{width:100%}footer{grid-template-columns:1fr}.quote-card p{font-size:30px}}

/* ===== V4 flowing visual system ===== */
:root{
  --hero-cream:#fff6ef;
  --hero-blush:#fff0f5;
  --hero-mint:#eefbf6;
}
body{overflow-x:hidden}
.site-header{grid-template-columns:1fr auto auto auto;gap:18px}
.language-switcher{display:flex;align-items:center;gap:4px;padding:4px;background:#fff;border:1px solid rgba(9,40,91,.1);border-radius:999px;box-shadow:0 5px 18px rgba(9,40,91,.05)}
.language-switcher a{display:grid;place-items:center;min-width:34px;height:30px;padding:0 8px;border-radius:999px;font-size:11px;font-weight:950;letter-spacing:.06em;color:#516178}
.language-switcher a[aria-current="page"]{background:var(--navy);color:#fff}

.hero{
  position:relative;
  min-height:660px;
  max-width:none;
  margin:0;
  padding:0 max(0px,calc((100vw - var(--max))/2));
  grid-template-columns:minmax(430px,.88fr) minmax(560px,1.12fr);
  background:
    radial-gradient(circle at 13% 16%,rgba(255,79,120,.11),transparent 27%),
    radial-gradient(circle at 37% 82%,rgba(110,214,189,.13),transparent 30%),
    linear-gradient(105deg,var(--hero-blush) 0%,var(--hero-cream) 39%,#fff9f0 49%,#f6fbf7 100%);
  overflow:hidden;
  isolation:isolate;
}
.hero-copy{
  padding:80px 28px 92px 24px;
  align-self:center;
  position:relative;
  z-index:6;
}
.hero-copy:before{
  content:"";
  position:absolute;
  z-index:-1;
  width:440px;height:250px;
  left:-150px;top:4%;
  border-radius:48% 52% 42% 58% / 55% 42% 58% 45%;
  background:rgba(255,255,255,.42);
  filter:blur(1px);
}
.hero-copy:after{
  content:"";
  position:absolute;
  z-index:-1;
  right:-150px;top:0;bottom:0;width:230px;
  background:linear-gradient(90deg,rgba(255,246,239,.98) 0%,rgba(255,246,239,.82) 35%,rgba(255,246,239,0) 100%);
  pointer-events:none;
}
.hero h1{font-size:clamp(50px,5.6vw,80px);max-width:650px}
.hero-lede{max-width:570px}
.hero-photo-wrap{
  min-height:660px;
  margin-left:-74px;
  border-radius:0 0 0 42% / 0 0 0 18%;
  overflow:hidden;
  z-index:2;
  box-shadow:-26px 0 60px rgba(255,246,239,.35);
}
.hero-photo{object-position:50% 42%}
.hero-photo-wrap:after{background:linear-gradient(90deg,rgba(255,246,239,.58) 0%,rgba(255,246,239,.08) 25%,transparent 52%);z-index:1;pointer-events:none}
.hero-image-blend{
  position:absolute;inset:0 auto 0 0;width:44%;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,var(--hero-cream) 0%,rgba(255,246,239,.96) 12%,rgba(255,246,239,.72) 35%,rgba(255,246,239,.24) 68%,rgba(255,246,239,0) 100%);
  mix-blend-mode:normal;
}
.hero-curve{
  position:absolute;
  z-index:10;
  left:-4%;right:-4%;bottom:-68px;
  height:145px;
  background:var(--paper);
  border-radius:50% 50% 0 0 / 78% 78% 0 0;
  transform:rotate(-1.2deg);
  pointer-events:none;
}
.sticky-note{z-index:6;isolation:isolate}.sticky-note,.sticky-note *{opacity:1}.note-one{left:27%;top:58px;color:var(--navy)}.note-one strong{color:inherit}
.note-two{right:4%;top:72px}
.intro-card{right:6%;bottom:74px}

.curved-section{position:relative;padding-top:90px}
.curved-section:before{
  content:"";position:absolute;right:-110px;top:52px;width:290px;height:160px;z-index:-1;
  border-radius:45% 55% 62% 38% / 54% 40% 60% 46%;
  background:rgba(68,181,243,.07);transform:rotate(8deg)
}
.videos-section{position:relative;margin-top:16px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(223,241,255,.18) 55%,rgba(255,255,255,0))}
.videos-section:before{content:"";position:absolute;left:-160px;top:18%;width:330px;height:220px;border-radius:48% 52% 37% 63% / 52% 42% 58% 48%;background:rgba(255,190,34,.08);z-index:-1}
.practice-section{position:relative}
.practice-section:after{content:"";position:absolute;right:-140px;bottom:-40px;width:260px;height:180px;border-radius:58% 42% 63% 37% / 50% 60% 40% 50%;background:rgba(110,214,189,.11);z-index:-1}
.soft-curve-section{position:relative;margin-top:30px;padding-top:110px;padding-bottom:110px}
.soft-curve-section:before{
  content:"";position:absolute;z-index:-2;left:50%;top:18px;width:100vw;height:calc(100% - 35px);transform:translateX(-50%);
  background:linear-gradient(125deg,#fff7ef 0%,#fff3f7 42%,#eefaf7 100%);
  clip-path:ellipse(76% 49% at 50% 50%);
}
.soft-curve-section:after{content:"";position:absolute;z-index:-1;right:4%;top:8%;width:190px;height:115px;border-radius:45% 55% 63% 37% / 55% 42% 58% 45%;background:rgba(255,189,34,.12)}

.booking-section{
  margin-top:62px;
  background:linear-gradient(155deg,#9fe8df 0%,#71d9d0 45%,#52c5bc 100%);
  border-radius:48% 48% 0 0 / 7% 7% 0 0;
  overflow:hidden;
}
.booking-wave{top:-1px;height:92px;background:var(--paper);clip-path:ellipse(58% 58% at 50% 0%)}
.booking-inner{padding-top:118px;padding-bottom:88px}
.booking-section:after{content:"";position:absolute;right:-90px;bottom:-50px;width:330px;height:210px;border-radius:50%;background:rgba(255,255,255,.12)}

.offer-card,.thumb-wrap,.practice-card,.world-card,.contact-card{border-radius:24px}
.offer-card{transition:transform .2s ease,box-shadow .2s ease}.offer-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(17,48,91,.08)}

@media(max-width:1180px){
  .site-header{gap:12px}.main-nav{gap:14px}.language-switcher a{min-width:31px;padding:0 7px}
  .hero{grid-template-columns:minmax(390px,.95fr) minmax(510px,1.05fr)}
  .hero-photo-wrap{margin-left:-52px}.sticky-note{font-size:18px}.note-one{left:22%}
}
@media(max-width:930px){
  .site-header{grid-template-columns:1fr auto auto}.header-cta{display:none}.main-nav{gap:12px}
  .hero{grid-template-columns:1fr 1fr}.hero-photo-wrap{margin-left:-30px}.hero-copy{padding-left:24px;padding-right:10px}.hero h1{font-size:55px}
  .note-one{left:12%}.note-two{right:3%}
}
@media(max-width:820px){
  .site-header{grid-template-columns:1fr auto auto}.language-switcher{order:2}.menu-toggle{order:3}
  .main-nav{top:82px}
  .hero{grid-template-columns:1fr;padding:0;background:linear-gradient(165deg,var(--hero-blush) 0%,var(--hero-cream) 48%,#f6fbf7 100%)}
  .hero-copy{padding:52px 24px 38px;z-index:5}
  .hero-copy:after{display:none}
  .hero-photo-wrap{margin-left:0;min-height:540px;border-radius:40% 0 0 0 / 11% 0 0 0;box-shadow:none}
  .hero-image-blend{inset:0 0 auto 0;width:100%;height:34%;background:linear-gradient(180deg,var(--hero-cream) 0%,rgba(255,246,239,.86) 22%,rgba(255,246,239,.38) 62%,transparent 100%)}
  .hero-photo-wrap:after{background:linear-gradient(180deg,rgba(255,246,239,.12),transparent 38%)}
  .hero-curve{bottom:-58px;height:120px;border-radius:50% 50% 0 0 / 70% 70% 0 0}
  .note-one{left:18px;top:36px}.note-two{right:14px;top:55px}.intro-card{right:18px;left:18px;bottom:62px;width:auto}
  .curved-section{padding-top:86px}
  .soft-curve-section{padding-top:84px;padding-bottom:84px}.soft-curve-section:before{clip-path:ellipse(108% 49% at 50% 50%)}
  .booking-section{border-radius:50% 50% 0 0 / 3% 3% 0 0}.booking-wave{height:72px;clip-path:ellipse(72% 55% at 50% 0%)}
}
@media(max-width:560px){
  .site-header{height:78px;padding:8px 12px;gap:8px}.language-switcher{padding:3px}.language-switcher a{min-width:30px;height:28px;font-size:10px;padding:0 6px}
  .main-nav{top:73px}
  .hero h1{font-size:44px;letter-spacing:-2px}.hero-copy{padding-top:44px}.hero-lede{font-size:17px}.hero-benefits{grid-template-columns:repeat(2,1fr)}
  .hero-photo-wrap{min-height:470px;border-radius:32% 0 0 0 / 8% 0 0 0}.hero-image-blend{height:29%}.hero-curve{bottom:-48px;height:95px}
  .note-one{top:24px;left:10px}.note-two{top:32px;right:8px}.sticky-note{font-size:15px;padding:9px 10px}.intro-card{bottom:47px}
  .scribble-line{margin-left:54px;width:190px}
  .soft-curve-section:before{clip-path:ellipse(150% 49% at 50% 50%)}
  .booking-section{margin-top:35px;border-radius:50% 50% 0 0 / 2% 2% 0 0}.booking-inner{padding-top:94px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pill-button,.offer-card{transition:none}}


/* ===== V4.2 SEO and AI-readable content ===== */
.facts-section{padding-top:52px;padding-bottom:68px}
.facts-heading{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:26px;align-items:end;margin-bottom:28px}
.facts-heading h2{margin:.2rem 0 .35rem}
.facts-heading>p:last-child{margin:0;color:var(--muted);font-size:17px;line-height:1.65}
.facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.facts-grid article{min-width:0;padding:24px 22px;border:1px solid rgba(9,40,91,.08);border-radius:24px;background:linear-gradient(145deg,#fff,#fffaf7);box-shadow:0 8px 24px rgba(9,40,91,.04)}
.facts-grid article:nth-child(2){background:linear-gradient(145deg,#f6fbff,#f2fbff)}
.facts-grid article:nth-child(3){background:linear-gradient(145deg,#f4fcf8,#effbf6)}
.facts-grid article:nth-child(4){background:linear-gradient(145deg,#fff8f1,#fff4ea)}
.facts-grid span{display:block;font-size:26px;margin-bottom:12px}
.facts-grid h3{margin:0 0 8px;font-size:19px}
.facts-grid p{margin:0;color:var(--muted);line-height:1.55}
@media(max-width:900px){.facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facts-heading{grid-template-columns:1fr}}
@media(max-width:560px){.facts-section{padding-top:38px;padding-bottom:52px}.facts-grid{grid-template-columns:1fr}.facts-grid article{padding:20px}}


/* ===== V4.3 visible release history ===== */
.footer-meta{justify-self:end;text-align:right;min-width:0}
.footer-meta p{margin:0}
.footer-meta strong{color:#fff;font-weight:900}
.footer-separator{padding:0 5px;color:#71829a}
.version-history{position:relative;margin-top:7px;color:#dbe4ef;font-size:11px}
.version-history summary{cursor:pointer;list-style:none;font-weight:800;color:#dbe4ef;display:inline-flex;align-items:center;gap:5px}
.version-history summary::-webkit-details-marker{display:none}
.version-history summary:after{content:"＋";font-size:12px}
.version-history[open] summary:after{content:"−"}
.version-history ul{position:absolute;right:0;bottom:calc(100% + 9px);width:min(330px,80vw);margin:0;padding:13px 15px 13px 31px;text-align:left;background:#fff;color:var(--navy);border-radius:14px;box-shadow:0 16px 42px rgba(0,0,0,.2);line-height:1.45;z-index:10}
.version-history li+li{margin-top:6px}
@media(max-width:820px){.footer-meta{justify-self:end}}
@media(max-width:560px){.footer-meta{justify-self:start;text-align:left}.footer-separator{padding:0 2px}.version-history ul{left:0;right:auto;width:min(330px,calc(100vw - 34px))}}
