:root{--orange:#d94b0b;--gold:#eba915;--pink:#d61671;--purple:#6f1b7a;--ink:#211824;--muted:#6e6571;--soft:#fff7ef;--line:#eadfe5;--shadow:0 20px 55px rgba(61,20,50,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,sans-serif;color:var(--ink);line-height:1.65}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}header{position:sticky;top:0;z-index:20;background:#fffffff2;backdrop-filter:blur(14px);border-bottom:1px solid #eee}.nav{height:86px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:58px;height:58px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand b{color:var(--orange)}.brand small{color:var(--muted)}nav{display:flex;gap:24px;align-items:center;font-weight:700}nav a:hover{color:var(--pink)}.pill{padding:10px 18px;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--orange),var(--pink))}.menu{display:none;border:0;background:none;font-size:1.6rem}.hero{padding:78px 0 92px;background:linear-gradient(135deg,#fff,#fff8f2 60%,#fbf2ff)}.hero-grid,.split,.why,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.eyebrow{display:inline-block;color:var(--pink);text-transform:uppercase;letter-spacing:.13em;font-size:.77rem;font-weight:800;margin-bottom:14px}.eyebrow:before{content:"";display:inline-block;width:32px;height:3px;background:linear-gradient(90deg,var(--orange),var(--gold));margin-right:8px;vertical-align:middle}h1,h2{font-family:"Playfair Display",serif;line-height:1.12;letter-spacing:-.03em}h1{font-size:clamp(3rem,6vw,5.6rem);margin:0 0 24px}h2{font-size:clamp(2.25rem,4vw,3.8rem);margin:0 0 20px}h3{line-height:1.2}.hero p,.section p{color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;cursor:pointer}.primary{background:linear-gradient(135deg,var(--orange),var(--pink));color:#fff;box-shadow:0 12px 28px rgba(214,22,113,.22)}.secondary{border-color:var(--purple);color:var(--purple);background:#fff}.ticks{display:flex;gap:16px;flex-wrap:wrap;font-weight:700;font-size:.88rem}.ticks span:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--gold);color:#fff;margin-right:6px}.hero-art img,.visual img{width:100%;height:650px;object-fit:cover;object-position:top;border-radius:28px;box-shadow:var(--shadow);border:7px solid #fff}.section{padding:96px 0}.values{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.values article{border:1px solid var(--line);border-radius:16px;padding:18px}.values b{display:block;color:var(--orange)}.values span{color:var(--muted);font-size:.88rem}.soft{background:var(--soft)}.heading{text-align:center;max-width:780px;margin:0 auto 45px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cards article{background:#fff;border:1px solid #eee;border-radius:22px;padding:28px;box-shadow:0 12px 32px rgba(61,20,50,.07)}.cards i{font-style:normal;font-size:1.8rem}.cards p{font-size:.92rem}.reverse>div:first-child{order:1}.reverse>div:last-child{order:2}.check{list-style:none;padding:0;display:grid;gap:11px;margin:25px 0 30px}.check li:before{content:"✓";display:inline-grid;place-items:center;width:25px;height:25px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--orange));color:white;margin-right:10px}.dark{background:#1f1422;color:#fff}.light h2{color:#fff}.why{grid-template-columns:1.1fr .9fr}.points{display:grid;gap:17px}.points article{display:grid;grid-template-columns:50px 1fr;gap:15px;padding:20px;border:1px solid #ffffff20;border-radius:18px;background:#ffffff0d}.points article>b{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange),var(--pink))}.points h3{margin:0 0 5px}.points p{margin:0;color:#d9ccdc}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gallery figure{margin:0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.gallery img{height:470px;width:100%;object-fit:cover;object-position:top}.gallery figcaption{padding:16px 19px;font-weight:800;color:var(--purple)}.contact{background:linear-gradient(135deg,#fff8f1,#fff)}.details p{border-left:4px solid var(--gold);padding:14px 17px;background:#fff;border-radius:0 14px 14px 0}.details b{color:var(--orange)}form{background:#fff;padding:30px;border-radius:24px;box-shadow:var(--shadow)}.row{display:grid;grid-template-columns:1fr 1fr;gap:15px}label{display:block;font-weight:800;font-size:.86rem;margin-bottom:15px}input,select,textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #ded3dc;border-radius:12px;font:inherit}textarea{resize:vertical}form small{display:block;color:var(--muted);margin-top:12px}footer{background:#150e18;color:#fff;padding:30px 0}.foot{display:flex;justify-content:space-between;align-items:center;gap:20px}.foot .brand img{background:#fff;border-radius:50%;padding:4px}.foot small{color:#d3c7d6}@media(max-width:900px){.menu{display:block}nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:22px 30px;box-shadow:0 20px 35px #0001}nav.open{display:flex}.hero-grid,.split,.why,.contact-grid{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.reverse>div:first-child,.reverse>div:last-child{order:initial}.gallery{grid-template-columns:1fr}.gallery img{height:620px}}@media(max-width:620px){.container{width:calc(100% - 26px)}.brand small{display:none}.hero{padding:55px 0 68px}.section{padding:70px 0}.cards,.values,.row{grid-template-columns:1fr}.hero-art img,.visual img,.gallery img{height:450px}.foot{flex-direction:column;text-align:center}}

/* Service cards with dedicated photography */
.service-image-cards article{padding:0;overflow:hidden;display:flex;flex-direction:column}
.service-image-cards article>img{width:100%;height:210px;object-fit:cover;transition:transform .35s ease}
.service-image-cards article:hover>img{transform:scale(1.035)}
.service-image-cards .card-body{padding:24px 26px 28px;position:relative;flex:1}
.service-image-cards .card-body i{position:absolute;right:20px;top:-29px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#f29f05,#d61671);box-shadow:0 10px 25px rgba(111,27,122,.22);font-style:normal;font-size:1.55rem;border:4px solid #fff}
.service-image-cards .card-body h3{padding-right:52px}
@media(max-width:640px){.service-image-cards article>img{height:230px}}

.profile-highlight{padding-top:78px;padding-bottom:48px}.profile-banner{background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f0e5eb}.profile-banner img{width:100%;height:auto;display:block}@media(max-width:620px){.profile-highlight{padding-top:50px;padding-bottom:30px}}

.about-visual{background:linear-gradient(135deg,#fff,#fff7ef 60%,#fcf1ff);padding:18px;display:flex;align-items:center;justify-content:center;min-height:650px}.about-visual .about-image{width:100%;height:auto;max-height:610px;object-fit:contain;object-position:center;border-radius:22px;border:0;box-shadow:none}@media(max-width:620px){.about-visual{min-height:auto;padding:12px}.about-visual .about-image{max-height:none}}

.about-text-only{max-width:920px;margin-inline:auto;text-align:center}.about-text-only>div>p{max-width:780px;margin-left:auto;margin-right:auto}.about-text-only .values{text-align:left;margin-top:34px}

.page-hero{padding:88px 0 72px;background:linear-gradient(135deg,#fff,#fff8f2 60%,#fbf2ff);text-align:center}.page-hero .container{max-width:900px}.page-hero h1{font-size:clamp(2.8rem,5vw,5rem);margin:0 0 18px}.page-hero p{color:var(--muted);font-size:1.08rem}.about-text-only{max-width:1000px}.about-heading{max-width:850px}.about-values{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.page-hero{padding:64px 0 52px}.about-values,.gallery{grid-template-columns:1fr}}

/* Kids burger-making programme */
nav{gap:17px}
.kids-home-feature{background:linear-gradient(135deg,#fff,#fff7ee 58%,#fbf0ff)}
.kids-home-image{position:relative;display:block;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:7px solid #fff}
.kids-home-image img{width:100%;height:420px;object-fit:cover}
.play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;display:grid;place-items:center;background:rgba(111,27,122,.9);color:#fff;font-size:2rem;border:6px solid rgba(255,255,255,.9);box-shadow:0 14px 34px rgba(33,24,36,.24);padding-left:5px}
.kids-training-feature{align-items:center}
.kids-hero{padding:76px 0 86px;background:linear-gradient(135deg,#fff,#fff7ed 58%,#fbf0ff)}
.kids-hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.kids-hero-copy h1{font-size:clamp(3.1rem,6vw,5.8rem);color:var(--orange);margin:0 0 22px}
.kids-hero-copy p{font-size:1.1rem;color:var(--muted);max-width:620px}
.kids-mini-benefits{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}
.kids-mini-benefits span{background:#fff;padding:10px 14px;border-radius:999px;font-weight:800;font-size:.86rem;box-shadow:0 8px 22px rgba(61,20,50,.08)}
.kids-video-wrap{background:#1d121f;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);border:7px solid #fff}
.kids-video-wrap video{display:block;width:100%;aspect-ratio:16/9;background:#130c15}
.video-caption{margin:0;padding:12px 18px;color:#efe5f0!important;font-size:.82rem;text-align:center}
.learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.learn-grid article{padding:26px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 32px rgba(61,20,50,.07)}
.learn-grid i{font-style:normal;font-size:2rem;display:block;margin-bottom:10px}
.learn-grid h3{margin:0 0 8px;color:var(--purple)}
.learn-grid p{margin:0;font-size:.92rem}
.kids-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.info-panel{padding:34px;border-radius:26px;box-shadow:0 14px 40px rgba(61,20,50,.08)}
.info-panel h2{font-size:2.2rem}
.orange-panel{background:linear-gradient(135deg,#fff9ee,#fff);border:1px solid #f3c76f}
.orange-panel h2{color:var(--orange)}
.purple-panel{background:linear-gradient(135deg,#fbf2ff,#fff);border:1px solid #d9bbdf}
.purple-panel h2{color:var(--purple)}
.kids-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.kids-gallery figure{margin:0;border-radius:22px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.kids-gallery img{width:100%;height:300px;object-fit:cover;object-position:center}
.kids-gallery figure:nth-child(2) img{object-position:top}
.kids-gallery figcaption{padding:15px 18px;font-weight:800;color:var(--purple)}
.kids-cta{background:linear-gradient(120deg,var(--orange),var(--pink) 56%,var(--purple));color:#fff}
.kids-cta .eyebrow,.kids-cta h2,.kids-cta p,.kids-cta a{color:#fff}
.kids-cta .eyebrow:before{background:linear-gradient(90deg,#fff,var(--gold))}
.kids-cta-inner{display:grid;grid-template-columns:1.35fr .65fr;gap:50px;align-items:center}
.cta-white{background:#fff;color:var(--purple)!important;margin-bottom:15px;box-shadow:0 12px 28px rgba(0,0,0,.16)}
@media(max-width:1050px){nav{gap:12px;font-size:.88rem}}
@media(max-width:900px){.kids-hero-grid,.kids-info-grid,.kids-cta-inner{grid-template-columns:1fr}.learn-grid{grid-template-columns:repeat(2,1fr)}.kids-gallery{grid-template-columns:1fr}.kids-gallery img{height:430px}.kids-home-image img{height:auto}}
@media(max-width:620px){.learn-grid{grid-template-columns:1fr}.kids-hero{padding:58px 0 66px}.kids-hero-copy h1{font-size:3rem}.kids-gallery img{height:300px}.play-badge{width:64px;height:64px;font-size:1.5rem}.info-panel{padding:24px}}

/* Contact-page website and social media links */
.details a{color:var(--purple);font-weight:700;overflow-wrap:anywhere}.details a:hover{color:var(--pink);text-decoration:underline}.social-contact{margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(61,20,50,.07)}.social-contact h3{margin:0 0 7px;color:var(--purple)}.social-contact>p{margin:0 0 18px;font-size:.92rem}.social-links{display:grid;grid-template-columns:1fr 1fr;gap:13px}.social-link{display:flex;align-items:center;gap:12px;padding:14px;border-radius:15px;border:1px solid var(--line);background:linear-gradient(135deg,#fff,#fff8fb);transition:transform .2s ease,box-shadow .2s ease}.social-link:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(61,20,50,.12)}.social-link>span:last-child{display:flex;flex-direction:column;line-height:1.25}.social-link small{color:var(--muted);margin-top:3px}.social-icon{width:44px;height:44px;flex:0 0 44px;border-radius:13px;display:grid;place-items:center;color:#fff;font-weight:800;font-size:.8rem}.instagram .social-icon{background:linear-gradient(135deg,#7b2cbf,#d61671,#eba915)}.tiktok .social-icon{background:linear-gradient(135deg,#171217,#6f1b7a)}@media(max-width:620px){.social-links{grid-template-columns:1fr}}

/* Larger logo on the main home page */
.home-page header .brand img{width:68px;height:68px}
@media(max-width:620px){.home-page header .brand img{width:56px;height:56px}}
