/* Components: header, footer, buttons, cards, forms, navigation, modals */

/* Header system */
.ehba-top-bar{background:var(--ehba-deep-burgundy);color:var(--ehba-white);width:100%}
.ehba-top-bar .ehba-container{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-block:10px}
.ehba-top-bar a{color:var(--ehba-white);opacity:.92}
.ehba-top-left,.ehba-top-right,.ehba-contact,.ehba-top-account-link,.ehba-top-logout-link{display:flex;align-items:center;gap:8px}
.ehba-top-left,.ehba-top-right{flex-wrap:wrap}
.ehba-top-right{justify-content:flex-end;row-gap:8px}
.ehba-contact{opacity:.96}
.ehba-contact__icon,.ehba-top-action__icon{width:16px;height:16px;flex:0 0 16px}
.ehba-top-account-link{min-height:32px;justify-content:center;padding:6px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;opacity:1!important;white-space:nowrap;flex:0 0 auto}
.ehba-top-logout-link{min-height:32px;padding:6px 10px;white-space:nowrap;flex:0 0 auto}
.ehba-top-social-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid rgba(255,255,255,.24);border-radius:50%;opacity:1!important;transition:background .2s ease,transform .2s ease}
.ehba-top-social-link:hover,.ehba-top-social-link:focus-visible{background:rgba(255,255,255,.16);transform:translateY(-1px)}
.ehba-top-social-link__icon{width:15px;height:15px}
.ehba-auth-button{display:inline-flex;align-items:center;justify-content:center;padding:7px 13px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-size:.9rem;font-weight:700;line-height:1;opacity:1!important}
.ehba-auth-button--login{border-color:rgba(255,255,255,.64)}
.ehba-auth-button--register{background:var(--ehba-white);color:var(--ehba-primary)!important}
.ehba-site-header{position:sticky;top:0;z-index:1000;padding-block:0;overflow:visible;background:var(--glass-surface);border-bottom:1px solid var(--ehba-line);box-shadow:var(--shadow-soft);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ehba-site-header .ehba-container{padding-block:14px}
body.admin-bar .ehba-site-header{top:32px}
.ehba-header-wrapper{width:100%;background:transparent}
.ehba-header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-width:0}
.ehba-branding{flex-shrink:0;min-width:0}
.ehba-branding .custom-logo-link{display:block;width:clamp(150px,17vw,230px)}
.ehba-branding .custom-logo{display:block;width:100%;height:auto;max-height:82px;object-fit:contain}
.ehba-branding .ehba-site-title{font-family:var(--font-heading);font-size:1.125rem;color:var(--ehba-deep-burgundy)}
.ehba-primary-nav{flex:1;display:flex;justify-content:center;min-width:0}
.ehba-primary-nav .ehba-menu{list-style:none;margin:0;padding:0;display:flex;gap:20px;align-items:center;flex-wrap:wrap}
.ehba-primary-nav a{color:var(--ehba-charcoal);padding:8px 6px;transition:color var(--transition-base),transform var(--transition-base)}
.ehba-primary-nav a:hover,.ehba-primary-nav a:focus-visible{color:var(--ehba-burgundy);transform:translateY(-1px)}
.ehba-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;min-width:0}
.ehba-account-link,.ehba-academy-link,.ehba-cart-link{background:var(--ehba-surface);border:1px solid var(--glass-border);padding:8px 12px;border-radius:var(--radius-sm);color:var(--ehba-charcoal);box-shadow:var(--shadow-soft);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ehba-account-link{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border-radius:50%}
.ehba-academy-link{display:inline-flex;align-items:center;gap:7px;text-decoration:none;font-weight:700}
.ehba-account-link:hover,.ehba-academy-link:hover,.ehba-cart-link:hover{background:var(--ehba-surface-strong)}
.ehba-header-action__icon{width:18px;height:18px;flex:0 0 18px}
.ehba-cart-wrapper{position:relative;display:flex;align-items:center}
.ehba-cart-wrapper .ehba-cart-link{position:relative;display:inline-flex;align-items:center;gap:8px}
.ehba-cart-count{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--ehba-white);background:var(--ehba-burgundy);border-radius:999px;padding:0 6px;line-height:1}
.ehba-mini-cart{position:absolute;right:0;top:calc(100% + 12px);width:min(420px, 100vw);max-height:calc(80vh);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(12px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease;z-index:1100}
.ehba-mini-cart.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.ehba-mini-cart .widget_shopping_cart_content{background:rgba(255,255,255,.96);border-radius:20px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.08);border:1px solid rgba(255,255,255,.82);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ehba-mini-cart .woocommerce-mini-cart{margin:0}
.ehba-mini-cart .woocommerce-mini-cart__empty-message{padding:24px;text-align:center;color:var(--ehba-charcoal)}
.ehba-mini-cart .woocommerce-mini-cart__buttons,.ehba-mini-cart .woocommerce-mini-cart__total{padding:18px 24px;display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}
.ehba-mini-cart .woocommerce-mini-cart__buttons .button,.ehba-mini-cart .woocommerce-mini-cart .button{width:100%;text-align:center}
.ehba-mini-cart .woocommerce-mini-cart__buttons .button:first-child{flex:1}
.ehba-mini-cart .woocommerce-mini-cart__buttons .button:last-child{flex:1}
.ehba-mini-cart .woocommerce-mini-cart__product-image{width:72px;min-width:72px;border-radius:14px;overflow:hidden}
.ehba-mini-cart .woocommerce-mini-cart-item{display:flex;align-items:flex-start;gap:14px;padding:18px 24px;border-bottom:1px solid rgba(92,16,40,.06)}
.ehba-mini-cart .woocommerce-mini-cart-item:last-child{border-bottom:none}
.ehba-mini-cart .woocommerce-mini-cart-item .product-name{margin:0;font-weight:600;color:var(--ehba-charcoal)}
.ehba-mini-cart .woocommerce-mini-cart-item .quantity{color:var(--ehba-charcoal);opacity:.8;margin-top:6px}
.ehba-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item__remove{color:var(--ehba-deep-burgundy);font-size:.95rem}
.ehba-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item__remove:hover{color:var(--ehba-burgundy)}
.ehba-mini-cart .woocommerce-mini-cart-item .price{font-weight:700;color:var(--ehba-deep-burgundy)}
.ehba-mini-cart .woocommerce-mini-cart__buttons{border-top:1px solid rgba(92,16,40,.08);margin-top:0;padding-top:18px}
.ehba-booking-button{box-shadow:0 20px 48px rgba(140,29,64,.16);border:1px solid rgba(255,255,255,.7)}

/* Mini cart drawer on mobile */
@media (max-width: 768px) {
	.ehba-mini-cart{position:fixed;top:0;right:0;bottom:0;width:min(100vw,420px);max-width:100%;transform:translateX(100%);opacity:1;visibility:hidden;pointer-events:none;transition:transform .24s ease,visibility .24s ease;z-index:1200;}
	.ehba-mini-cart.open{transform:translateX(0);visibility:visible;pointer-events:auto;}
	.ehba-mini-cart .widget_shopping_cart_content{height:100%;border-radius:0;}
	.ehba-mini-cart .woocommerce-mini-cart{display:flex;flex-direction:column;height:100%;}
	.ehba-mini-cart .woocommerce-mini-cart__empty-message{padding:32px 24px;}
	.ehba-mini-cart .woocommerce-mini-cart__buttons{display:flex;flex-direction:column;gap:14px;padding:18px 24px;}
	.ehba-mini-cart .woocommerce-mini-cart__buttons .button{width:100%;}
}

.ehba-header-actions .ehba-button{white-space:nowrap;max-width:100%}
.woocommerce.widget_shopping_cart, .widget_shopping_cart, .woocommerce-mini-cart{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.82);box-shadow:0 28px 70px rgba(0,0,0,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}

/* Mobile menu (hidden by default) */
.ehba-mobile-menu{display:none;position:fixed;inset:0;background:rgba(36,36,36,.88);z-index:1100;padding:24px 0;overflow-y:auto}
.ehba-mobile-menu.open{display:block}
body.ehba-mobile-menu-open{overflow:hidden}
.ehba-mobile-menu .ehba-container{display:flex;flex-direction:column;gap:20px;background:var(--ehba-white);border-radius:var(--radius-lg);padding:24px;min-height:calc(100vh - 48px);max-width:100%;width:min(100%, calc(100vw - 32px));box-sizing:border-box}
.ehba-mobile-menu__top{display:flex;justify-content:flex-end}
.ehba-mobile-close{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:var(--ehba-blush);color:var(--ehba-deep-burgundy);font-size:1.4rem}
.ehba-mobile-nav{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ehba-mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid rgba(92,16,40,.08);color:var(--ehba-charcoal)}
.ehba-mobile-booking{margin-top:8px}
.ehba-mobile-contact-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}
.ehba-mobile-contact-actions .ehba-button{width:100%;}
.ehba-whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:1300;display:inline-flex;align-items:center;justify-content:center;transition:transform .24s ease,box-shadow .24s ease;}
.ehba-whatsapp-float__link{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:999px;background:linear-gradient(135deg, #25d366, #128C7E);color:var(--ehba-white);text-decoration:none;font-weight:700;box-shadow:0 20px 48px rgba(18,140,126,.22);border:1px solid rgba(255,255,255,.3)}
.ehba-whatsapp-float__icon{font-size:1.2rem;line-height:1}
.ehba-whatsapp-float:hover .ehba-whatsapp-float__link,.ehba-whatsapp-float:focus-within .ehba-whatsapp-float__link{transform:translateY(-2px);box-shadow:0 24px 56px rgba(18,140,126,.26)}
.ehba-whatsapp-float__label{white-space:nowrap}
.ehba-mobile-toggle{display:none;align-items:center;justify-content:center;gap:4px;flex-direction:column;width:46px;height:46px;border:1px solid rgba(92,16,40,.12);border-radius:999px;background:var(--ehba-white);padding:0}
.ehba-mobile-toggle span{display:block;width:20px;height:2px;background:var(--ehba-deep-burgundy);border-radius:999px}

/* Home and inner-page hero system. Background, overlay and content remain separate layers. */
.ehba-hero--home{display:flex;align-items:center;min-height:clamp(620px,72vh,780px);padding-block:clamp(72px,8vw,120px);background:var(--ehba-primary);isolation:isolate}
.ehba-hero--home .hero-background,.ehba-mini-hero__background{position:absolute;inset:0;z-index:0;pointer-events:none;background-color:var(--ehba-dark);background-image:var(--ehba-hero-image,none);background-position:center;background-repeat:no-repeat;background-size:cover}
.ehba-hero--home .hero-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(var(--ehba-primary-rgb),.90) 0%,rgba(var(--ehba-primary-rgb),.55) 40%,rgba(var(--ehba-primary-rgb),.15) 70%,rgba(var(--ehba-primary-rgb),0) 100%)}
.ehba-hero--home .ehba-container{position:relative;z-index:2}
.ehba-hero--home .hero-content{max-width:680px;color:var(--ehba-white)}
.ehba-hero--home .hero-content h1,.ehba-hero--home .hero-content .lead{color:var(--ehba-white);text-shadow:0 2px 18px rgba(23,19,24,.18)}
.ehba-hero--home .hero-content .lead{max-width:620px;opacity:.94}
.ehba-hero--home .hero-content .eyebrow{color:var(--ehba-white);background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32)}
.ehba-hero--home .hero-cta-panel{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28);box-shadow:0 24px 54px rgba(23,19,24,.15);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.ehba-hero--home .hero-cta-note,.ehba-hero--home .ehba-conversion-badges li{color:var(--ehba-white)}
.ehba-hero--home .ehba-conversion-badges li{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.26)}

.ehba-mini-hero{position:relative;display:flex;align-items:center;min-height:clamp(240px,32vw,340px);padding-block:clamp(52px,7vw,88px);overflow:hidden;background:var(--ehba-primary);isolation:isolate}
.ehba-mini-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(var(--ehba-primary-rgb),.92) 0%,rgba(var(--ehba-primary-rgb),.64) 48%,rgba(var(--ehba-primary-rgb),.12) 78%,rgba(var(--ehba-primary-rgb),0) 100%)}
.ehba-mini-hero .ehba-container{position:relative;z-index:2}
.ehba-mini-hero__content{max-width:760px;color:var(--ehba-white)}
.ehba-mini-hero__content h1{margin:0;color:var(--ehba-white);font-size:clamp(2rem,4.2vw,3.75rem);text-shadow:0 2px 18px rgba(23,19,24,.18)}
.ehba-mini-hero__subtitle{max-width:620px;margin:14px 0 0;color:rgba(255,255,255,.94);font-size:1.06rem}
.ehba-mini-hero .ehba-breadcrumbs,.ehba-mini-hero .ehba-breadcrumbs a{color:rgba(255,255,255,.92)}
.ehba-mini-hero .ehba-breadcrumbs{margin-bottom:16px}

@media (max-width:782px){body.admin-bar .ehba-site-header{top:46px}}

/* Related ecosystem blocks */
.ehba-related-ecosystem{margin-top:48px}
.ehba-related-cards{margin-top:24px}
.ehba-trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:center}
.ehba-trust-item{display:flex;justify-content:center}
.ehba-related-ecosystem .ehba-card-wrapper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.ehba-related-ecosystem .ehba-card{height:100%}

/* Buttons */
.ehba-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--ehba-burgundy), var(--ehba-deep-burgundy));color:var(--ehba-white);border:1px solid transparent;text-decoration:none;cursor:pointer;font-weight:600;line-height:1.2;transition:transform var(--transition-base),box-shadow var(--transition-base),background-color var(--transition-base),border-color var(--transition-base)}
.ehba-button__icon{width:17px;height:17px;flex:0 0 17px}
.ehba-button.primary,.ehba-button.premium{background:linear-gradient(135deg, var(--ehba-burgundy), var(--ehba-deep-burgundy));color:var(--ehba-white);box-shadow:0 16px 34px rgba(140,29,64,.16)}
.ehba-button.secondary{background:var(--ehba-surface);color:var(--ehba-deep-burgundy);border:1px solid var(--ehba-line);box-shadow:inset 0 0 0 1px rgba(255,255,255,.35)}
.ehba-button.ghost{background:transparent;color:var(--ehba-charcoal);border:1px solid rgba(92,16,40,.14)}
.ehba-button:hover,.ehba-button:focus-visible{transform:translateY(-1px);box-shadow:0 20px 36px rgba(140,29,64,.18);border-color:rgba(92,16,40,.18)}
.ehba-button.secondary:hover,.ehba-button.secondary:focus-visible{background:var(--ehba-surface-strong);color:var(--ehba-burgundy);border-color:rgba(92,16,40,.18)}

/* Cards */
.ehba-card{position:relative;background:var(--ehba-surface-strong);border-radius:var(--radius-lg);border:1px solid var(--ehba-line);box-shadow:var(--shadow-soft);padding:24px;display:flex;flex-direction:column;gap:16px;transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);min-width:0;overflow:hidden}
.ehba-card::before{content:'';position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));opacity:.8;z-index:-1}
.ehba-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-card);border-color:rgba(140,29,64,.18)}
.ehba-card:hover::before{opacity:.4}
.ehba-card .ehba-card-media{border-radius:var(--radius-md);overflow:hidden}
.ehba-card .ehba-card-media img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .65s ease,opacity .65s ease}
.ehba-card:hover .ehba-card-media img{transform:scale(1.03)}
.ehba-card .ehba-card-body{flex:1;min-width:0}
.ehba-card h3{margin:0 0 8px;overflow-wrap:anywhere}

/* Glass utility classes */
.ehba-glass-surface{background:var(--glass-surface);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ehba-glass-panel{background:var(--ehba-surface);border:1px solid var(--glass-border);box-shadow:var(--shadow-soft);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.ehba-glass-card{background:var(--ehba-surface);border:1px solid var(--glass-border);box-shadow:var(--shadow-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.ehba-glass-cta{background:var(--ehba-surface-strong);border:1px solid var(--glass-border);box-shadow:var(--shadow-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ehba-booking-cta{margin-top:32px}
.ehba-booking-cta__panel{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,1fr);gap:32px;padding:clamp(28px,4vw,44px);align-items:center;border:1px solid rgba(140,29,64,.12);background:linear-gradient(135deg, rgba(255,250,248,.98), rgba(246,232,236,.9));box-shadow:0 24px 60px rgba(0,0,0,.08);border-radius:var(--radius-lg)}
.ehba-booking-cta__content .eyebrow,.ehba-booking-cta__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-size:.9rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.ehba-booking-cta__content h2,.ehba-booking-cta__title{margin:0 0 16px;max-width:620px;font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:1.18}
.ehba-booking-cta__content p,.ehba-booking-cta__description{margin:0 0 24px;max-width:620px;color:var(--ehba-charcoal);line-height:1.75}
.ehba-booking-cta__panel .ehba-conversion-actions{justify-content:flex-start;gap:12px;margin-top:0}
.ehba-booking-cta__highlights{display:flex;justify-content:flex-end}
.ehba-booking-cta__highlights-list{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:0;padding:0;list-style:none}
.ehba-booking-cta__highlights-list li{padding:10px 14px;border-radius:999px;background:rgba(246,232,236,.78);color:var(--ehba-charcoal);font-size:.95rem;box-shadow:0 10px 24px rgba(140,29,64,.06)}
@media (max-width: 900px){.ehba-booking-cta__panel{grid-template-columns:1fr}.ehba-booking-cta__highlights{justify-content:flex-start}.ehba-booking-cta__highlights-list{flex-direction:row;flex-wrap:wrap}}
@media (max-width: 768px){.ehba-community-grid{grid-template-columns:1fr}.ehba-community-card-head{flex-direction:column;align-items:flex-start}}

/* Premium cards */
.ehba-luxury-card{background:var(--ehba-surface-strong);border:1px solid var(--glass-border);box-shadow:var(--shadow-card);border-radius:var(--radius-lg)}
.ehba-card.ehba-luxury-card,.ehba-glass-card{position:relative;overflow:hidden}
.ehba-card.ehba-luxury-card::after,.ehba-glass-card::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,0));pointer-events:none}
.ehba-reveal.is-visible{opacity:1;transform:translateY(0)}
.ehba-section-reveal{opacity:0;transform:translateY(18px);transition:opacity .85s ease,transform .85s ease}
.ehba-section-reveal.is-visible{opacity:1;transform:translateY(0)}
.ehba-image-reveal img{opacity:0;transform:translateY(14px) scale(1.04);transition:opacity .9s ease,transform .9s ease}
.ehba-image-reveal.is-visible img{opacity:1;transform:translateY(0) scale(1)}
.ehba-glass{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(18px);box-shadow:0 20px 45px rgba(0,0,0,.08)}
.ehba-float{animation:ehba-float 9s ease-in-out infinite;will-change:transform}
@keyframes ehba-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* Reduced motion preference */
html.reduced-motion .ehba-reveal, html.reduced-motion .ehba-section-reveal, html.reduced-motion .ehba-image-reveal img, html.reduced-motion .ehba-float{transition:none!important;animation:none!important;transform:none!important;opacity:1!important}

/* Conversion and trust components */
.ehba-conversion-meta{margin-top:24px;display:grid;gap:16px}
.ehba-conversion-badges{list-style:none;display:flex;flex-wrap:wrap;gap:10px;padding:0;margin:0}
.ehba-conversion-badges li{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(140,29,64,.12);font-size:.9rem;color:var(--ehba-charcoal)}
.ehba-conversion-stats{display:flex;flex-wrap:wrap;gap:12px}
.ehba-hero .hero-content{width:100%;max-width:700px;min-width:0}
.ehba-hero .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-size:.9rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.ehba-hero .hero-cta-panel{margin-top:28px;padding:22px 24px;border:1px solid rgba(140,29,64,.12);border-radius:var(--radius-lg);background:linear-gradient(135deg, rgba(255,250,248,.96), rgba(246,232,236,.9));box-shadow:0 20px 40px rgba(0,0,0,.06)}
.ehba-hero .hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.ehba-hero .hero-actions__primary,.ehba-hero .hero-actions__secondary{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.ehba-hero .hero-cta-note{margin:12px 0 0;max-width:560px;color:var(--ehba-charcoal);font-size:.95rem;line-height:1.7}
.ehba-hero .hero-actions .ehba-button{white-space:nowrap}
.ehba-hero .hero-media{display:flex;justify-content:flex-end}
.ehba-hero .hero-media img{width:100%;max-width:560px;border-radius:32px;box-shadow:0 28px 70px rgba(0,0,0,.12);border:1px solid rgba(255,255,255,.8)}
.ehba-stat-pill{display:flex;flex-direction:column;gap:4px;min-width:120px;padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(140,29,64,.12);box-shadow:0 16px 34px rgba(0,0,0,.06)}
.ehba-stat-pill strong{font-size:1.1rem;color:var(--ehba-deep-burgundy)}
.ehba-stat-pill span{font-size:.82rem;color:var(--ehba-charcoal);opacity:.8}
.ehba-conversion-panel{display:grid;grid-template-columns:1.25fr auto;gap:24px;align-items:center;padding:28px 32px;margin-bottom:28px;border-radius:var(--radius-lg);background:linear-gradient(135deg, rgba(255,250,248,.98), rgba(246,232,236,.9));border:1px solid rgba(140,29,64,.12);box-shadow:0 24px 56px rgba(0,0,0,.08)}
.ehba-conversion-panel--compact{grid-template-columns:1fr;align-items:stretch}
.ehba-conversion-panel--inline{margin-top:24px;margin-bottom:0;grid-template-columns:1.2fr auto}
.ehba-conversion-panel h3{margin:8px 0 10px;font-size:clamp(1.25rem,2vw,1.6rem);color:var(--ehba-deep-burgundy)}
.ehba-conversion-panel p{margin:0;color:var(--ehba-charcoal);line-height:1.7}
.ehba-conversion-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}
.ehba-brand-pillars__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}
.ehba-brand-pillar{height:100%}
.ehba-brand-pillar h3{font-size:1.15rem;margin-bottom:8px}
.ehba-brand-pillar p{margin:0;color:var(--ehba-text-muted);line-height:1.7}

/* Forms */
.ehba-form label{display:block;margin-bottom:8px;font-weight:600;color:var(--ehba-charcoal)}
.ehba-form input,.ehba-form textarea,.ehba-form select{width:100%;padding:12px 14px;border:1px solid var(--ehba-line);border-radius:var(--radius-sm);background:var(--ehba-surface-strong);color:var(--ehba-charcoal);box-shadow:inset 0 1px 0 rgba(255,255,255,.3)}
.ehba-form input:focus,.ehba-form textarea:focus,.ehba-form select:focus{outline:none;border-color:var(--ehba-burgundy);box-shadow:0 0 0 3px rgba(140,29,64,.12)}
.ehba-form textarea{min-height:140px}

.ehba-booking-error{padding:18px;border:1px solid var(--ehba-line);border-radius:var(--radius-md);background:rgba(246,232,236,.72);}
.ehba-booking-error p{margin:0 0 16px;color:var(--ehba-charcoal);line-height:1.6;}

/* Modal (accessible) */
.ehba-modal{position:fixed;inset:0;padding:20px;display:flex;align-items:center;justify-content:center;background:rgba(15,15,15,.48);z-index:9999;overflow-y:auto}
.ehba-modal[aria-hidden="true"]{display:none!important}
.ehba-modal.open[aria-hidden="false"]{display:flex}
body.ehba-modal-open{overflow:hidden}
.ehba-modal .ehba-modal-dialog{background:var(--ehba-surface);border-radius:var(--radius-lg);width:min(100%, 720px);max-width:calc(100vw - 40px);padding:24px;max-height:calc(100vh - 40px);overflow-y:auto;margin:0 auto;box-sizing:border-box;border:1px solid var(--glass-border);box-shadow:0 32px 98px rgba(0,0,0,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ehba-modal .ehba-modal-content{background:transparent}

/* Community experience */
.ehba-community-card{display:flex;flex-direction:column;gap:20px}
.ehba-community-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}
.ehba-community-header .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;padding:8px 12px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.ehba-community-header h3{margin:0 0 8px;font-size:clamp(1.3rem,2.2vw,1.7rem)}
.ehba-community-intro{margin:0;color:var(--ehba-charcoal);max-width:680px;line-height:1.7}
.ehba-community-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.ehba-community-card-item{height:100%;gap:14px}
.ehba-community-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.ehba-community-card-head h4{margin:0;font-size:1.05rem}
.ehba-community-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-size:.78rem;font-weight:700;white-space:nowrap}
.ehba-community-list{margin:0;padding-left:18px;display:grid;gap:6px;color:var(--ehba-charcoal)}
.ehba-community-meta{display:flex;flex-wrap:wrap;gap:8px}
.ehba-community-meta span{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:var(--ehba-surface);border:1px solid rgba(140,29,64,.1);font-size:.8rem;color:var(--ehba-charcoal)}
.ehba-community-card-item .ehba-button{margin-top:auto;width:fit-content}

/* Footer */
.ehba-site-footer{background:linear-gradient(145deg,var(--ehba-dark),#2a2027);color:rgba(255,255,255,.84);padding:64px 0 0}
.ehba-site-footer .ehba-footer-main{padding-bottom:42px}
.ehba-footer-grid{gap:28px}
.ehba-footer-column{min-width:0}
.ehba-footer-branding .custom-logo-link{display:inline-block;max-width:200px}
.ehba-footer-branding .custom-logo{display:block;max-width:100%;height:auto;max-height:72px;object-fit:contain}
.ehba-footer-site-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:var(--ehba-white);text-decoration:none}
.ehba-footer-branding p{max-width:280px;margin:18px 0 0;line-height:1.7}
.ehba-footer-title{margin:0 0 16px;color:var(--ehba-white);font-size:1rem;letter-spacing:.04em}
.ehba-footer-links{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.ehba-footer-links a{color:rgba(255,255,255,.76);text-decoration:none}
.ehba-footer-links a:hover,.ehba-footer-links a:focus-visible{color:var(--ehba-white);text-decoration:underline}
.ehba-footer-bottom{background:rgba(0,0,0,.15);border-top:1px solid rgba(255,255,255,.14);padding:18px 0}
.ehba-footer-bottom__inner{display:flex;align-items:center;gap:18px;flex-wrap:wrap}
.ehba-footer-copyright{margin:0;color:rgba(255,255,255,.72)}
.ehba-footer-policy-links ul{display:flex;gap:14px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.ehba-footer-policy-links a,.ehba-designer-credit{color:rgba(255,255,255,.78);text-decoration:none}
.ehba-designer-credit{margin-left:auto;white-space:nowrap}
.ehba-designer-credit:hover,.ehba-designer-credit:focus-visible{color:var(--ehba-white);text-decoration:underline}

/* Hero video */
.ehba-hero-video-column{display:flex;align-self:stretch;align-items:center;justify-content:flex-end;min-width:0}
.ehba-hero-video-trigger{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin:0;border:1px solid rgba(255,255,255,.7);border-radius:50%;background:rgba(255,255,255,.15);color:var(--ehba-white);box-shadow:0 14px 32px rgba(23,19,24,.2);backdrop-filter:blur(10px);cursor:pointer;transition:transform var(--transition-base),background-color var(--transition-base)}
.ehba-hero-video-trigger:hover,.ehba-hero-video-trigger:focus-visible{background:var(--ehba-white);color:var(--ehba-primary);transform:scale(1.06)}
.ehba-hero-video-trigger__icon{width:25px;height:25px}
.ehba-video-modal{padding:clamp(16px,3vw,36px);background:radial-gradient(circle at center,rgba(126,24,56,.28),rgba(10,7,9,.88) 64%,rgba(5,4,5,.96));opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.ehba-video-modal.open[aria-hidden="false"]{opacity:1;visibility:visible}
.ehba-video-modal.is-closing[aria-hidden="false"]{opacity:0;visibility:hidden}
.ehba-video-modal .ehba-modal-overlay{position:absolute;inset:0;cursor:pointer}
.ehba-video-modal .ehba-modal-dialog{position:relative;z-index:1;width:min(100%,960px);max-width:100%;max-height:calc(100vh - 32px);padding:clamp(10px,1.5vw,16px);overflow:hidden;border:1px solid rgba(224,181,150,.42);border-radius:clamp(18px,2.4vw,30px);background:linear-gradient(145deg,rgba(49,19,31,.98),rgba(11,8,10,.99));box-shadow:0 34px 100px rgba(0,0,0,.62),0 0 0 1px rgba(255,255,255,.08) inset;transform:translateY(12px) scale(.975);transition:transform .22s ease,opacity .22s ease}
.ehba-video-modal.open .ehba-modal-dialog{transform:translateY(0) scale(1)}
.ehba-video-modal.is-closing .ehba-modal-dialog{transform:translateY(8px) scale(.98)}
.ehba-video-modal .ehba-modal-close{position:absolute;z-index:2;top:clamp(16px,2vw,24px);right:clamp(16px,2vw,24px);display:grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(16,11,13,.76);color:var(--ehba-white);font-size:2rem;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.24);cursor:pointer;transition:transform var(--transition-base),background-color var(--transition-base),border-color var(--transition-base)}
.ehba-video-modal .ehba-modal-close:hover,.ehba-video-modal .ehba-modal-close:focus-visible{border-color:var(--ehba-rose-gold);background:var(--ehba-primary);transform:scale(1.06)}
.ehba-video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:calc(clamp(18px,2.4vw,30px) - 7px);background:#000;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}
.ehba-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media (prefers-reduced-motion:reduce){.ehba-video-modal,.ehba-video-modal .ehba-modal-dialog,.ehba-video-modal .ehba-modal-close{transition:none}}
@media (max-width:992px){.ehba-hero-video-column{justify-content:center;margin-top:24px}}

/* Small helpers */
.ehba-badge{display:inline-block;padding:6px 10px;border-radius:999px;background:var(--ehba-rose-gold);color:var(--ehba-white);font-weight:700}

/* Make card columns equal height for different content sizes */
.ehba-card-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.ehba-card-wrapper .ehba-card{height:100%}
.ehba-course-filter-panel{padding:28px 26px;margin-bottom:24px}
.ehba-course-filter-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:flex-end}
.ehba-course-filter-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.ehba-course-filter-form .ehba-form-field{display:block}
.ehba-course-filter-form .ehba-form-field span{display:block;font-size:.95rem;font-weight:600;color:var(--ehba-charcoal);margin-bottom:8px}
.ehba-course-filter-form input[type="search"],.ehba-course-filter-form select{width:100%;padding:12px 14px;border:1px solid var(--ehba-line);border-radius:var(--radius-sm);background:var(--ehba-surface-strong);color:var(--ehba-charcoal);box-shadow:inset 0 1px 0 rgba(255,255,255,.3)}
.ehba-course-filter-form input[type="search"]::placeholder{color:rgba(34,34,34,.5)}

.ehba-shop-filter-section{margin-bottom:36px}
.ehba-shop-filter-panel{padding:28px 28px;margin-bottom:24px;border-radius:var(--radius-xl)}
.ehba-shop-filter-grid{display:grid;grid-template-columns:1.2fr minmax(300px,1fr);gap:24px;align-items:start}
.ehba-shop-filter-copy .eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:8px 14px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.ehba-shop-filter-copy .title{margin:0 0 14px;font-size:clamp(1.65rem,2.4vw,2rem);line-height:1.05}
.ehba-shop-filter-copy .description{max-width:620px;color:var(--ehba-charcoal);line-height:1.75}
.ehba-shop-category-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}
.ehba-shop-category-link{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.9);color:var(--ehba-charcoal);border:1px solid var(--glass-border);text-decoration:none;transition:transform var(--transition-base),box-shadow var(--transition-base),background-color var(--transition-base)}
.ehba-shop-category-link:hover,.ehba-shop-category-link:focus-visible{background:var(--ehba-surface-strong);transform:translateY(-1px);box-shadow:0 16px 36px rgba(140,29,64,.08)}
.ehba-shop-category-link.is-active{background:linear-gradient(135deg, rgba(140,29,64,.12), rgba(199,154,109,.12));border-color:rgba(140,29,64,.18);color:var(--ehba-deep-burgundy)}
.ehba-shop-search-form{display:grid;gap:16px;margin-top:4px}
.ehba-shop-search-form .ehba-search-input{width:100%;padding:14px 16px;border:1px solid rgba(92,16,40,.15);border-radius:var(--radius-sm);background:var(--ehba-white);color:var(--ehba-charcoal)}
.ehba-shop-search-form .ehba-search-input:focus{outline:none;box-shadow:0 0 0 3px rgba(140,29,64,.12);border-color:var(--ehba-burgundy)}
.ehba-shop-search-form .ehba-button{width:100%;padding:14px 18px}

.ehba-product-card{display:flex;flex-direction:column;gap:18px;padding:24px;min-height:100%}
.ehba-product-card-media{display:block;border-radius:calc(var(--radius-lg) - 4px);overflow:hidden}
.ehba-product-card-media img{width:100%;height:auto;display:block;object-fit:cover;transition:transform .6s ease,opacity .6s ease}
.ehba-product-card:hover .ehba-product-card-media img{transform:scale(1.03)}
.ehba-product-card-body{display:flex;flex-direction:column;gap:16px;min-height:0}
.ehba-product-card-cats{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.ehba-product-card-cats a{font-size:.85rem;font-weight:700;color:var(--ehba-deep-burgundy);text-decoration:none}
.ehba-product-card-title{margin:0;font-size:1.2rem;line-height:1.2}
.ehba-product-card-title a{color:var(--ehba-charcoal);text-decoration:none}
.ehba-product-card-title a:hover{color:var(--ehba-burgundy)}
.ehba-product-rating{font-size:.95rem;color:var(--ehba-charcoal)}
.ehba-product-card-copy{color:var(--ehba-charcoal);line-height:1.75;min-height:4.5rem}
.ehba-product-card-meta{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.ehba-product-card-price{font-size:1.15rem;font-weight:800;color:var(--ehba-deep-burgundy)}
.ehba-product-detail-section{margin-top:48px}
.ehba-product-detail-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ehba-product-panel{padding:26px;background:var(--glass-surface);border-radius:var(--radius-xl);border:1px solid var(--glass-border);box-shadow:var(--shadow-soft)}
.ehba-product-panel h2{margin-top:0;font-size:1.2rem;color:var(--ehba-deep-burgundy);margin-bottom:18px}
.ehba-product-usage{color:var(--ehba-charcoal);line-height:1.8}
.ehba-list-check{list-style:none;margin:0;padding:0}
.ehba-list-check li{position:relative;padding-left:24px;margin-bottom:12px;color:var(--ehba-charcoal);line-height:1.75}
.ehba-list-check li:before{content:'\2713';position:absolute;left:0;top:0;color:var(--ehba-burgundy);font-size:.95rem}
.ehba-product-single-wrap{margin-top:32px}
.ehba-product-single-grid{display:grid;grid-template-columns:1.15fr minmax(320px,1fr);gap:32px;align-items:start}
.ehba-product-visual{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.1);}
.ehba-product-hero-summary{display:flex;flex-direction:column;gap:20px}
.ehba-product-categories{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.ehba-product-categories a{font-size:.85rem;font-weight:700;color:var(--ehba-deep-burgundy);text-decoration:none}
.ehba-product-categories a:hover{color:var(--ehba-burgundy)}
@media (max-width: 900px){.ehba-shop-filter-grid{grid-template-columns:1fr}.ehba-product-detail-panels{grid-template-columns:1fr}.ehba-product-single-grid{grid-template-columns:1fr}.ehba-product-card-meta{grid-template-columns:1fr;justify-content:stretch}}
.ehba-breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.95rem;color:var(--ehba-charcoal);margin-bottom:24px}
.ehba-breadcrumbs a{color:var(--ehba-deep-burgundy);text-decoration:none}
.ehba-breadcrumbs a:hover{text-decoration:underline}
.ehba-breadcrumb-separator{opacity:.6}
.ehba-post-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.95rem;color:var(--ehba-charcoal);margin-bottom:16px}
.ehba-post-meta span{opacity:.8}
.ehba-search-summary{margin-bottom:20px;color:var(--ehba-charcoal)}
.ehba-search-form{display:grid;gap:16px;margin-top:20px}
.ehba-search-input{width:100%;padding:12px 14px;border:1px solid rgba(92,16,40,.15);border-radius:var(--radius-sm);background:var(--ehba-white);color:var(--ehba-charcoal)}
.ehba-search-input:focus{outline:none;box-shadow:0 0 0 3px rgba(140,29,64,.12);border-color:var(--ehba-burgundy)}
.ehba-form-control{width:100%;padding:12px 14px;border:1px solid rgba(92,16,40,.15);border-radius:var(--radius-sm);background:var(--ehba-white);color:var(--ehba-charcoal)}
.ehba-service-filter-panel{padding:28px 26px;margin-bottom:24px}
.ehba-service-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:flex-end}
.ehba-service-filter-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.ehba-search-summary{margin-bottom:20px;color:var(--ehba-charcoal)}
.ehba-article-content{margin-top:24px;line-height:1.85;color:var(--ehba-charcoal)}
.ehba-article-media{margin-top:24px;border-radius:var(--radius-sm);overflow:hidden}
.ehba-article-footer{margin-top:32px;display:grid;gap:16px}
.ehba-article-tags{font-size:.95rem;color:var(--ehba-charcoal)}
.ehba-article-tags strong{font-weight:700;margin-right:8px}
.ehba-blog-card .ehba-card-title a{color:var(--ehba-charcoal);text-decoration:none}
.ehba-blog-card .ehba-card-title a:hover{color:var(--ehba-burgundy)}
.ehba-post-excerpt{color:var(--ehba-charcoal);line-height:1.75;margin-bottom:18px}
.ehba-card-actions{margin-top:auto}
.ehba-no-results{display:grid;gap:18px}
.ehba-list{display:grid;gap:10px;padding:0;margin:0;list-style:none}
.ehba-list--inline{display:flex;flex-wrap:wrap;gap:12px}

.ehba-course-card{display:flex;flex-direction:column;gap:18px}
.ehba-course-card-media img{width:100%;height:auto;display:block}
.ehba-course-card-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:16px}
.ehba-course-card-category{font-size:.9rem;font-weight:700;color:var(--ehba-burgundy)}
.ehba-course-level{background:var(--ehba-rose-gold);color:var(--ehba-white);padding:.3rem .75rem;border-radius:999px;font-size:.85rem}
.ehba-course-card-title{font-size:1.25rem;margin:0}
.ehba-course-card-instructor{color:var(--ehba-charcoal);font-size:.95rem}
.ehba-course-card-detail-item{display:inline-block;font-size:.95rem;color:var(--ehba-charcoal);margin-right:12px}
.ehba-course-card-footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}
.ehba-course-price{font-size:1.1rem;font-weight:700;color:var(--ehba-deep-burgundy)}
.ehba-course-detail-card{display:grid;gap:32px}
.ehba-course-detail-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:32px;align-items:start}
.ehba-course-detail-media{border-radius:var(--radius-lg);overflow:hidden}
.ehba-course-detail-media img{width:100%;height:auto;display:block}
.ehba-course-detail-content h1{margin:0 0 18px;font-size:clamp(2rem,2.7vw,2.8rem);line-height:1.05}
.ehba-course-instructor{margin-bottom:18px;color:var(--ehba-charcoal);font-size:.95rem}
.ehba-course-category-list{display:inline-block;margin-bottom:14px;color:var(--ehba-deep-burgundy);font-weight:700}
.ehba-course-summary{margin-bottom:24px;font-size:1rem;color:var(--ehba-charcoal);line-height:1.8}
.ehba-course-review-summary{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding:18px 20px;border-radius:var(--radius-md);background:rgba(255,249,247,.85);border:1px solid rgba(140,29,64,.12);}
.ehba-course-rating-score{font-weight:800;font-size:1.3rem;color:var(--ehba-deep-burgundy)}
.ehba-course-review-summary p{margin:0;color:var(--ehba-charcoal);opacity:.85}
.ehba-course-detail-body{margin-top:10px}
.ehba-course-detail-panels{margin-top:24px}
.ehba-course-detail-panels-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ehba-course-panel{padding:24px;background:var(--ehba-surface);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}
.ehba-course-panel h2{margin-top:0;font-size:1.1rem;color:var(--ehba-deep-burgundy)}
.ehba-list-check{list-style:none;margin:0;padding:0}
.ehba-list-check li{position:relative;padding-left:24px;margin-bottom:10px}
.ehba-list-check li:before{content:'\2713';position:absolute;left:0;top:0;color:var(--ehba-burgundy);font-size:.95rem}
.ehba-list-simple{list-style:none;margin:0;padding:0}
.ehba-list-simple li{padding:10px 0;border-bottom:1px solid rgba(34,34,34,.08)}
.ehba-list-simple li:last-child{border-bottom:none}
@media (max-width: 900px){.ehba-course-detail-grid{grid-template-columns:1fr}.ehba-course-detail-panels-grid{grid-template-columns:1fr}.ehba-course-filter-grid{grid-template-columns:1fr}.ehba-course-filter-actions{justify-content:flex-start}}.ehba-academy-hero .ehba-hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}
.ehba-academy-sidebar .ehba-category-list,.ehba-instructor-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.ehba-academy-sidebar .ehba-category-list li a,.ehba-instructor-list li a{color:var(--ehba-charcoal);text-decoration:none}
.ehba-course-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.ehba-col-8{grid-column:span 8}
.ehba-academy-home .ehba-course-card{height:100%;gap:0;padding:0}
.ehba-academy-home .ehba-course-card-media{aspect-ratio:16/9;overflow:hidden}
.ehba-academy-home .ehba-course-card-media img{width:100%;height:100%;object-fit:cover}
.ehba-academy-home .ehba-course-card .ehba-card-body{display:flex;flex:1;flex-direction:column;gap:14px;padding:22px}
.ehba-academy-home .ehba-course-card-footer{margin-top:auto}
.ehba-trust-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:center}
.ehba-trust-bar{padding:20px 0;background:linear-gradient(180deg, rgba(255,250,248,.95), rgba(255,255,255,.85));border-top:1px solid rgba(140,29,64,.08);border-bottom:1px solid rgba(140,29,64,.08)}
.ehba-trust-panel{padding:18px 0}
.ehba-trust-item{display:flex;justify-content:center}
.ehba-trust-item .ehba-badge{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(135deg, var(--ehba-rose-gold), var(--ehba-burgundy));box-shadow:0 18px 48px rgba(140,29,64,.12)}
.ehba-trust-item__icon{width:19px;height:19px;flex:0 0 19px}

.ehba-trust-system-top{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:32px}
.ehba-trust-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ehba-stat-pill{padding:26px 24px;border-radius:var(--radius-xl);background:rgba(255,255,255,.92);border:1px solid rgba(140,29,64,.12);box-shadow:var(--shadow-soft);display:grid;gap:8px}
.ehba-stat-pill strong{display:block;font-size:1.85rem;line-height:1;color:var(--ehba-deep-burgundy)}
.ehba-stat-pill span{font-size:.95rem;color:var(--ehba-charcoal);opacity:.85}
.ehba-trust-highlight{padding:32px;min-height:100%;display:flex;flex-direction:column;gap:20px}
.ehba-trust-highlight .ehba-trust-quote{margin:0;padding:24px;border-radius:var(--radius-lg);background:rgba(246,232,236,.7);border:1px solid rgba(140,29,64,.12);font-size:1rem;line-height:1.8;color:var(--ehba-charcoal)}
.ehba-trust-highlight .ehba-trust-quote-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:.95rem;color:var(--ehba-charcoal);font-weight:600}
.ehba-trust-highlights{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.ehba-trust-highlights li{padding:14px 16px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(140,29,64,.08);color:var(--ehba-charcoal)}

.ehba-trust-showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}
.ehba-trust-showcase-panel{padding:28px;min-height:100%}
.ehba-team-cred-grid{display:grid;gap:18px}
.ehba-team-cred-card{display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:start;padding:20px;border-radius:var(--radius-lg);background:rgba(255,255,255,.82);border:1px solid rgba(140,29,64,.12)}
.ehba-team-cred-avatar{width:76px;height:76px;border-radius:999px;overflow:hidden;flex-shrink:0}
.ehba-team-cred-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ehba-team-cred-copy h3{margin:0;font-size:1.05rem}
.ehba-team-cred-copy .team-role{color:var(--ehba-deep-burgundy);font-weight:700;margin-bottom:6px}
.ehba-team-meta{font-size:.95rem;color:var(--ehba-charcoal);opacity:.8;margin-bottom:8px}
.ehba-team-certifications{font-size:.95rem;color:var(--ehba-charcoal);margin-bottom:12px}
.ehba-gallery-card-grid{display:grid;gap:18px}
.ehba-trust-before-after-header{margin-top:36px}
.ehba-trust-before-after-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.ehba-trust-review-header{margin-top:36px}

@media (max-width: 900px){
    .ehba-trust-system-top,
    .ehba-trust-showcase-grid,
    .ehba-trust-before-after-grid{grid-template-columns:1fr}
    .ehba-stat-pill{padding:22px}
}

.ehba-section-footer--centered{margin-top:32px;display:flex;justify-content:center}
.ehba-academy-sidebar{display:grid;gap:24px;align-content:start}
.ehba-academy-sidebar-card{padding:24px;background:var(--ehba-white);border-radius:var(--radius-md);box-shadow:var(--elev-1)}
.ehba-academy-banner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:28px;background:var(--ehba-rose-gold);border-radius:var(--radius-lg);color:var(--ehba-white)}
.ehba-dashboard-layout{display:grid;grid-template-columns:minmax(240px,280px) minmax(0,1fr);gap:32px;align-items:flex-start}
.ehba-dashboard-sidebar{display:grid;gap:24px}
.ehba-dashboard-main{display:grid;gap:24px}
.ehba-dashboard-card{background:rgba(255,255,255,.88);border-radius:var(--radius-md);box-shadow:0 28px 70px rgba(0,0,0,.08);padding:24px;border:1px solid rgba(255,255,255,.75);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.ehba-dashboard-profile-card{text-align:center}
.ehba-dashboard-avatar{margin:0 auto 16px;width:96px;height:96px;border-radius:9999px;overflow:hidden}
.ehba-dashboard-avatar img{width:100%;height:100%;object-fit:cover}
.ehba-dashboard-status{color:var(--ehba-deep-burgundy);font-weight:700}
.ehba-dashboard-summary-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.ehba-dashboard-summary-list li{display:flex;justify-content:space-between;gap:12px}
.ehba-dashboard-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ehba-dashboard-metric{display:grid;gap:8px;padding:18px;border-radius:var(--radius-md);background:rgba(140,29,64,.04);border:1px solid rgba(140,29,64,.08)}
.ehba-dashboard-metric-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ehba-charcoal);opacity:.75}
.ehba-dashboard-metric strong{font-size:1.5rem;color:var(--ehba-deep-burgundy)}
.ehba-dashboard-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.ehba-instructor-dashboard-layout{align-items:start}
.ehba-order-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.ehba-order-list li{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:.9rem 1rem;border-radius:var(--radius-sm);background:rgba(140,29,64,.05)}
.ehba-order-list li a{font-weight:700;color:var(--ehba-deep-burgundy);text-decoration:none}
.ehba-dashboard-welcome-card{background:linear-gradient(135deg,rgba(140,29,64,.08),rgba(199,154,109,.12));border:1px solid rgba(140,29,64,.14)}
.ehba-dashboard-welcome-content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}
.ehba-dashboard-welcome-content h3{margin:0 0 8px;font-size:clamp(1.4rem,2vw,1.9rem);color:var(--ehba-deep-burgundy)}
.ehba-dashboard-welcome-content p{margin:0;max-width:640px;color:var(--ehba-charcoal);opacity:.8}
.ehba-dashboard-quick-links{display:flex;flex-wrap:wrap;gap:12px}
.ehba-dashboard-achievement-list,.ehba-dashboard-upcoming-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.ehba-dashboard-achievement-list li,.ehba-dashboard-upcoming-list li{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 18px;border-radius:var(--radius-md);background:rgba(255,255,255,.78);border:1px solid rgba(140,29,64,.08)}
.ehba-dashboard-achievement-list strong,.ehba-dashboard-upcoming-list h4{display:block;margin:0 0 4px;color:var(--ehba-deep-burgundy)}
.ehba-dashboard-achievement-list span,.ehba-dashboard-upcoming-list p{margin:0;color:var(--ehba-charcoal);opacity:.8}
.ehba-dashboard-upcoming-list h4 a{color:inherit;text-decoration:none}
.ehba-dashboard-upcoming-list h4 a:hover,.ehba-dashboard-upcoming-list h4 a:focus-visible{color:var(--ehba-burgundy)}
.ehba-dashboard-upcoming-list li > div{display:grid;gap:4px}
.ehba-dashboard-recommended-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.ehba-dashboard-course-card{display:grid;gap:16px}
.ehba-dashboard-course-media img{width:100%;height:auto;display:block;border-radius:var(--radius-sm)}
.ehba-progress-bar{background:rgba(140,29,64,.1);border-radius:999px;height:12px;overflow:hidden;margin-top:12px}
.ehba-progress-bar-fill{background:var(--ehba-burgundy);height:100%;width:0;transition:width .3s ease}
.ehba-progress-label{display:block;margin-top:10px;font-size:.95rem;color:var(--ehba-charcoal)}
.ehba-dashboard-course-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}
.ehba-certificate-card .ehba-card-body{display:grid;gap:14px}
.ehba-membership-gate,.ehba-membership-notice{padding:20px;border:1px solid rgba(140,29,64,.12);border-radius:var(--radius-md);background:rgba(246,232,236,.72);display:grid;gap:12px}
.ehba-membership-gate p,.ehba-membership-notice p{margin:0;color:var(--ehba-charcoal);line-height:1.6}

/* Gallery and testimonial content */
.ehba-gallery-grid,.ehba-testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ehba-gallery-card,.testimonial-card{height:100%}
.ehba-gallery-card .ehba-card-media img,.testimonial-card .ehba-card-media img{width:100%;height:220px;object-fit:cover;display:block}
.ehba-gallery-card .ehba-card-body,.testimonial-card .ehba-card-body{display:grid;gap:12px}
.ehba-gallery-card .ehba-card-meta{display:flex;flex-wrap:wrap;gap:8px}
.ehba-gallery-card .ehba-card-copy,.testimonial-card .testimonial-content{color:var(--ehba-charcoal);line-height:1.65}
.testimonial-card .testimonial-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:center}
.testimonial-card .rating{display:inline-block;padding:4px 8px;border-radius:999px;background:rgba(140,29,64,.08);color:var(--ehba-deep-burgundy);font-weight:700;font-size:.9rem}
.testimonial-card .testimonial-related{font-size:.95rem;color:var(--ehba-charcoal);opacity:.85}

/* Make interactive elements keyboard friendly */
button, a[role="button"]{transition:transform .18s ease}
button:focus, a[role="button"]:focus{transform:translateY(-2px)}
.ehba-hero .hero-content{width:100%;max-width:700px;min-width:0}
.ehba-section-header .title,.ehba-section-subheader h3{overflow-wrap:anywhere}

/* Header desktop structure and Academy/About landing pages. */
.ehba-site-header{width:100%;background:rgba(255,249,247,.96)}
@media (min-width:993px){
  .ehba-site-header .ehba-container{max-width:1600px}
  .ehba-header-inner{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(0,1.85fr) auto;gap:clamp(12px,1.5vw,24px);flex-wrap:nowrap}
  .ehba-branding .custom-logo-link{width:clamp(145px,12vw,190px)}
  .ehba-primary-nav{justify-content:center}
  .ehba-primary-nav .ehba-menu{flex-wrap:nowrap;gap:clamp(8px,1.1vw,16px);white-space:nowrap}
  .ehba-primary-nav a{padding-inline:4px;font-size:clamp(.88rem,.9vw,1rem)}
  .ehba-header-actions{flex-wrap:nowrap;gap:8px;justify-content:flex-end}
  .ehba-header-actions .ehba-academy-link,.ehba-header-actions .ehba-cart-link{padding:8px 10px}
  .ehba-header-actions .ehba-booking-button{padding-inline:14px}
}
@media (min-width:993px) and (max-width:1280px){
  .ehba-academy-link span,.ehba-cart-label{display:none}
  .ehba-primary-nav .ehba-menu{gap:8px}
  .ehba-primary-nav a{font-size:.86rem}
  .ehba-header-actions .ehba-booking-button{padding-inline:12px;font-size:.9rem}
}

.ehba-academy-landing-hero,.ehba-about-landing-hero{position:relative;isolation:isolate;display:flex;align-items:center;min-height:clamp(520px,65vh,700px);overflow:hidden;background:var(--ehba-primary);color:var(--ehba-white)}
.ehba-academy-home-hero{min-height:calc(100svh - 76px)}
.ehba-academy-landing-hero__background,.ehba-about-landing-hero__background{position:absolute;inset:0;z-index:0;background:var(--ehba-dark) var(--ehba-academy-hero-image,var(--ehba-about-hero-image)) center/cover no-repeat}
.ehba-academy-landing-hero__overlay,.ehba-about-landing-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(218,19,82,.94),rgba(218,19,82,.70) 48%,rgba(23,19,24,.18) 100%)}
.ehba-academy-landing-hero__content,.ehba-about-landing-hero__content{position:relative;z-index:2;max-width:780px;padding-block:80px}
.ehba-academy-landing-hero .eyebrow,.ehba-about-landing-hero .eyebrow{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.35);color:var(--ehba-white)}
.ehba-academy-landing-hero h1,.ehba-about-landing-hero h1{margin:.3rem 0 1rem;color:var(--ehba-white);font-size:clamp(2.65rem,5.7vw,5.35rem);line-height:1.02;text-shadow:0 3px 24px rgba(23,19,24,.22)}
.ehba-academy-landing-hero p{max-width:720px;font-size:1.1rem;line-height:1.75;color:rgba(255,255,255,.95)}
.ehba-about-landing-hero{min-height:clamp(330px,42vw,460px)}
.ehba-landing-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.ehba-academy-landing-hero .ehba-button.secondary,.ehba-academy-final-cta .ehba-button.secondary{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.44);color:var(--ehba-white)}
.ehba-landing-narrow{max-width:850px}
.ehba-landing-narrow h2,.ehba-section-header h2{margin:.4rem 0 1rem;font-size:clamp(2rem,3.8vw,3.4rem);line-height:1.08}
.ehba-landing-narrow p,.ehba-section-header p{line-height:1.8;color:var(--ehba-text)}
.ehba-landing-muted{background:var(--ehba-soft-gray)}
.ehba-landing-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ehba-landing-card-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}
.ehba-landing-card{display:flex;flex-direction:column;gap:12px;padding:28px;border:1px solid var(--ehba-border);border-radius:20px;background:var(--ehba-white);box-shadow:0 16px 36px rgba(23,19,24,.05)}
.ehba-landing-card h3{margin:0;color:var(--ehba-dark);font-size:1.13rem}.ehba-landing-card p{margin:0;color:var(--ehba-text);line-height:1.7}.ehba-landing-card .ehba-button{margin-top:auto;align-self:flex-start}
.ehba-landing-card__icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:var(--ehba-primary-light);color:var(--ehba-primary)}
.ehba-landing-card__icon .ehba-icon{width:22px;height:22px}
.ehba-landing-dark{background:var(--ehba-dark);color:var(--ehba-white)}
.ehba-landing-dark h2,.ehba-landing-dark p{color:var(--ehba-white)}
.ehba-landing-split,.ehba-landing-duo,.ehba-landing-founder,.ehba-location-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-items:center}
.ehba-landing-check-list,.ehba-landing-contact-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.ehba-landing-check-list li{padding:13px 16px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:rgba(255,255,255,.08)}
.ehba-landing-placeholder{padding:30px;border:1px dashed var(--ehba-border);border-radius:18px;background:var(--ehba-white);color:var(--ehba-text)}
.ehba-landing-placeholder p{margin:0;line-height:1.7}
.ehba-landing-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ehba-landing-gallery figure{margin:0;overflow:hidden;border-radius:18px;background:var(--ehba-soft-gray)}.ehba-landing-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.ehba-landing-gallery figcaption{padding:12px 14px;color:var(--ehba-text)}
.ehba-landing-mission{background:linear-gradient(135deg,var(--ehba-primary),var(--ehba-primary-dark));color:var(--ehba-white)}.ehba-landing-mission article{padding:28px;border:1px solid rgba(255,255,255,.22);border-radius:20px;background:rgba(255,255,255,.10)}.ehba-landing-mission h2,.ehba-landing-mission p,.ehba-landing-mission .eyebrow{color:var(--ehba-white)}.ehba-landing-mission p{line-height:1.8}.ehba-landing-mission .eyebrow{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.28)}
.ehba-academy-final-cta{background:var(--ehba-dark);color:var(--ehba-white);text-align:center}.ehba-academy-final-cta .ehba-landing-narrow{margin:auto}.ehba-academy-final-cta h2,.ehba-academy-final-cta p{color:var(--ehba-white)}.ehba-academy-final-cta .ehba-landing-actions{justify-content:center}.ehba-academy-final-cta .eyebrow{color:var(--ehba-white);background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25)}
.ehba-instructor-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px}.ehba-instructor-card__role{font-weight:700;color:var(--ehba-primary)!important}.ehba-instructor-card a{color:var(--ehba-primary);font-weight:700;text-decoration:none}
.ehba-landing-programmes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ehba-landing-programmes article{padding:22px;border-left:3px solid var(--ehba-primary);background:var(--ehba-white);border-radius:0 14px 14px 0}.ehba-landing-programmes h3{margin:0 0 8px}.ehba-landing-programmes p{margin:0;line-height:1.65;color:var(--ehba-text)}
.ehba-landing-founder__image img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:22px}.ehba-landing-founder h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.08}.ehba-landing-founder p{line-height:1.8;color:var(--ehba-text)}
.ehba-landing-contact-list li{display:flex;align-items:flex-start;gap:12px;color:var(--ehba-text);line-height:1.6}.ehba-landing-contact-list .ehba-icon{width:20px;height:20px;flex:0 0 20px;color:var(--ehba-primary)}.ehba-landing-contact-list a{color:inherit}.ehba-location-map{min-height:320px}.ehba-location-map iframe{display:block;width:100%;height:100%;min-height:320px;border:0;border-radius:20px}.ehba-location-map .ehba-landing-placeholder{height:100%;display:flex;align-items:center;justify-content:center}.ehba-landing-note{color:var(--ehba-text);font-size:.94rem}
.ehba-landing-contact{background:var(--ehba-soft-gray)}.ehba-landing-contact .ehba-fluent-form,.ehba-landing-contact .ehba-form{margin-top:24px;padding:28px;border-radius:20px;background:var(--ehba-white);box-shadow:0 16px 36px rgba(23,19,24,.05)}
.ehba-salon-services-hero{padding:clamp(76px,10vw,132px) 0;background:linear-gradient(118deg,var(--ehba-primary-dark),var(--ehba-primary) 55%,#ef6b9a);color:var(--ehba-white)}.ehba-salon-services-hero__content{max-width:850px}.ehba-salon-services-hero .ehba-breadcrumbs{margin-bottom:24px}.ehba-salon-services-hero .ehba-breadcrumbs,.ehba-salon-services-hero .ehba-breadcrumbs a{color:rgba(255,255,255,.9)}.ehba-salon-services-hero .eyebrow{color:var(--ehba-white);background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.34)}.ehba-salon-services-hero h1{margin:.4rem 0 .7rem;color:var(--ehba-white);font-size:clamp(2.5rem,5vw,4.75rem);line-height:1.05}.ehba-salon-services-hero p{max-width:760px;margin:0 0 14px;color:rgba(255,255,255,.94);font-size:1.06rem;line-height:1.75}.ehba-salon-services-hero p.ehba-salon-services-hero__subtitle{font-size:clamp(1.15rem,2.1vw,1.5rem);font-weight:700;letter-spacing:.01em}.ehba-salon-services-hero .ehba-button{margin-top:12px;background:var(--ehba-white);border-color:var(--ehba-white);color:var(--ehba-primary)}.ehba-salon-service-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ehba-salon-service-overview__list,.ehba-academy-training-list{display:grid;gap:8px;margin:2px 0 0;padding:0;list-style:none;color:var(--ehba-text);font-size:.94rem;line-height:1.45}.ehba-salon-service-overview__list li,.ehba-academy-training-list li{position:relative;padding-left:17px}.ehba-salon-service-overview__list li::before,.ehba-academy-training-list li::before{position:absolute;left:0;content:'•';color:var(--ehba-primary);font-weight:700}.ehba-salon-booking-cta{text-align:center}.ehba-salon-booking-cta .ehba-landing-narrow{margin:auto}.ehba-salon-booking-cta .ehba-button{margin-top:8px}.ehba-salon-booking-cta .ehba-landing-note{margin:20px auto 0;max-width:760px}.ehba-academy-training-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ehba-academy-training-card h2{margin:0;color:var(--ehba-dark);font-size:clamp(1.35rem,2vw,1.7rem);line-height:1.2}.ehba-academy-training-card p{margin:0}.ehba-academy-live-courses{margin-top:8px}
@media (max-width:992px){.ehba-landing-card-grid--five{grid-template-columns:repeat(3,minmax(0,1fr))}.ehba-landing-split,.ehba-landing-duo,.ehba-landing-founder,.ehba-location-grid{gap:28px}}
@media (max-width:768px){.ehba-academy-landing-hero,.ehba-about-landing-hero{min-height:auto}.ehba-academy-landing-hero__content,.ehba-about-landing-hero__content{padding-block:72px}.ehba-landing-card-grid,.ehba-landing-card-grid--five,.ehba-landing-gallery,.ehba-salon-service-overview__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ehba-academy-training-grid,.ehba-landing-split,.ehba-landing-duo,.ehba-landing-founder,.ehba-location-grid{grid-template-columns:1fr}.ehba-landing-founder__image{max-width:460px}.ehba-landing-actions .ehba-button{flex:1 1 180px}}
@media (max-width:576px){.ehba-academy-landing-hero__content,.ehba-about-landing-hero__content{padding-block:58px}.ehba-landing-card-grid,.ehba-landing-card-grid--five,.ehba-landing-gallery,.ehba-landing-programmes,.ehba-salon-service-overview__grid{grid-template-columns:1fr}.ehba-landing-actions{flex-direction:column}.ehba-landing-actions .ehba-button{width:100%}.ehba-landing-card{padding:22px}.ehba-salon-services-hero{padding-block:64px}.ehba-salon-services-hero h1{font-size:clamp(2.25rem,11vw,3.25rem)}}
