.ekp-profile {
  --ekp-blue: #013547;
  --ekp-blue-dark: #0a2d3d;
  --ekp-blue-light: #1a4a5f;
  --ekp-sand: #ddba9b;
  --ekp-beige: #f2f0ec;
  --ekp-offwhite: #f9f9f9;
  --ekp-border: #ebebeb;
  --ekp-text: #222;
  --ekp-muted: #6c6f6e;
  color: var(--ekp-text);
  font-family: Roboto, Inter, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  width: 100%;
}

.ekp-profile *, .ekp-profile *::before, .ekp-profile *::after { box-sizing: border-box; }
.ekp-profile a { color: inherit; text-decoration: none; }
.ekp-profile p { color: #444; font-size: 17px; line-height: 1.7; margin: 0 0 12px; }
.ekp-profile h1, .ekp-profile h2, .ekp-profile h3 { font-family: Inter, system-ui, sans-serif; }
.ekp-container { margin: 0 auto; max-width: 1600px; padding: 0 40px; width: 100%; }

.ekp-breadcrumb { background: var(--ekp-offwhite); border-bottom: 1px solid var(--ekp-border); color: var(--ekp-muted); font-size: 13px; padding: 12px 0; }
.ekp-breadcrumb .ekp-container { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.ekp-breadcrumb a:hover { color: var(--ekp-blue); }

.ekp-hero { background: linear-gradient(135deg, var(--ekp-blue-dark) 0%, var(--ekp-blue) 50%, var(--ekp-blue-light) 100%); overflow: hidden; padding: 90px 0 0; }
.ekp-hero-inner { align-items: end; display: grid; gap: 60px; grid-template-columns: minmax(0, 1fr) 400px; }
.ekp-hero-text { padding-bottom: 50px; }
.ekp-tagline { color: var(--ekp-sand); display: block; font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 3px; margin-bottom: 14px; text-transform: uppercase; }
.ekp-profile .ekp-hero h1 { color: #fff; font-size: clamp(34px, 5vw, 52px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.12; margin: 0 0 14px; }
.ekp-profile .ekp-role { color: rgba(255,255,255,.72); font-size: 17px; margin: 0 0 28px; }
.ekp-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.ekp-badge { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 100px; color: #fff; font-size: 13px; padding: 8px 16px; }
.ekp-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ekp-button-row-center { justify-content: center; }
.ekp-btn { align-items: center; border: 1px solid transparent; border-radius: 12px; display: inline-flex; font-family: Inter, sans-serif; font-size: 15px; font-weight: 700; justify-content: center; min-height: 50px; padding: 13px 26px; transition: all .22s ease; }
.ekp-btn:hover { transform: translateY(-2px); }
.ekp-btn-white { background: #fff; color: var(--ekp-blue); }
.ekp-btn-white:hover { background: var(--ekp-sand); color: var(--ekp-blue); }
.ekp-btn-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); color: #fff !important; }
.ekp-btn-ghost:hover { background: rgba(255,255,255,.16); color: #fff !important; }
.ekp-btn-primary { background: var(--ekp-blue); color: #fff; }
.ekp-btn-primary:hover { background: #024a62; color: #fff; }
.ekp-photo { align-self: end; display: flex; justify-content: flex-end; }
.ekp-photo img { border-radius: 20px 20px 0 0; box-shadow: 0 -20px 60px rgba(0,0,0,.3); display: block; max-height: 510px; max-width: 380px; object-fit: cover; object-position: center top; width: 100%; }

.ekp-content-section { background: #fff; padding: 90px 0; }
.ekp-info-grid { align-items: start; display: grid; gap: 40px; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); }
.ekp-main, .ekp-sidebar { max-width: 100%; min-width: 0; }
.ekp-tabs-nav { border-bottom: 2px solid var(--ekp-border); display: flex; margin-bottom: 30px; overflow: visible; }
.ekp-tabs-nav button { background: transparent !important; border: 0; border-bottom: 2px solid transparent; border-radius: 0 !important; box-shadow: none !important; color: var(--ekp-muted); cursor: pointer; flex: 0 0 auto; font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; margin-bottom: -2px; padding: 12px 22px; }
.ekp-tabs-nav button[aria-selected="true"] { border-bottom-color: var(--ekp-sand); color: var(--ekp-blue); }
.ekp-tabs-nav button:focus-visible { outline: 2px solid var(--ekp-sand); outline-offset: -2px; }
.ekp-tab-panel { display: none; }
.ekp-tab-panel.is-active { display: block; }
.ekp-tab-panel[hidden] { display: none !important; }
.ekp-profile .ekp-tab-panel > h2, .ekp-profile .ekp-qualification-list > h2 { color: var(--ekp-text); font-size: 24px; margin: 0 0 20px; }
.ekp-description { margin-bottom: 24px; }
.ekp-description > :last-child { margin-bottom: 0; }
.ekp-spectrum-grid { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ekp-spec-item { align-items: center; background: var(--ekp-beige); border-radius: 12px; display: flex; gap: 12px; min-height: 64px; padding: 16px 20px; transition: all .2s ease; }
a.ekp-spec-item:hover { box-shadow: 0 8px 24px rgba(1,53,71,.1); transform: translateY(-2px); }
.ekp-spec-icon { display: inline-flex; flex: 0 0 20px; }
.ekp-spec-icon svg { fill: var(--ekp-sand); height: 20px; width: 20px; }
.ekp-spec-item strong { color: var(--ekp-blue); display: block; font-family: Inter, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.35; }
.ekp-spec-item small { color: var(--ekp-muted); display: block; font-size: 13px; line-height: 1.45; margin-top: 4px; }
.ekp-feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.ekp-feature-card { background: var(--ekp-beige); border-radius: 20px; padding: 30px; transition: all .25s ease; }
.ekp-feature-card:hover { background: var(--ekp-blue); box-shadow: 0 18px 48px rgba(1,53,71,.16); transform: translateY(-5px); }
.ekp-feature-icon { align-items: center; background: #fff; border-radius: 14px; display: flex; height: 52px; justify-content: center; margin-bottom: 18px; width: 52px; }
.ekp-feature-icon svg { fill: var(--ekp-blue); height: 22px; width: 22px; }
.ekp-profile .ekp-feature-card h3 { color: var(--ekp-text); font-size: 18px; margin: 0 0 10px; }
.ekp-profile .ekp-feature-card p { font-size: 14px; margin: 0; }
.ekp-feature-card:hover h3, .ekp-feature-card:hover p { color: #fff; }
.ekp-qualification-list { margin-top: 34px; }
.ekp-qualification-row { align-items: flex-start; border-bottom: 1px solid var(--ekp-border); display: grid; gap: 14px; grid-template-columns: 22px 1fr; padding: 15px 4px; }
.ekp-qualification-row > span { display: flex; padding-top: 2px; }
.ekp-qualification-row svg { fill: var(--ekp-sand); height: 20px; width: 20px; }
.ekp-qualification-row strong { color: var(--ekp-blue); font-size: 15px; }
.ekp-profile .ekp-qualification-row p { font-size: 14px; margin: 4px 0 0; }
.ekp-qualification-row small { color: var(--ekp-muted); display: block; font-size: 12px; margin-top: 4px; }
.ekp-hours-table { border: 1px solid var(--ekp-border); border-radius: 14px; overflow: hidden; }
.ekp-hours-row { display: grid; grid-template-columns: minmax(130px, 1fr) 2fr; }
.ekp-hours-row:nth-child(odd) { background: var(--ekp-offwhite); }
.ekp-hours-row span { border-bottom: 1px solid var(--ekp-border); color: #333; font-size: 15px; padding: 14px 16px; }
.ekp-hours-row span + span { border-left: 1px solid var(--ekp-border); }
.ekp-hours-row:last-child span { border-bottom: 0; }
.ekp-hours-head { background: var(--ekp-beige) !important; }
.ekp-hours-head span { color: var(--ekp-blue); font-size: 14px; font-weight: 700; }
.ekp-tab-booking { margin-top: 24px; }
.ekp-empty { background: var(--ekp-offwhite); border-radius: 12px; color: var(--ekp-muted) !important; padding: 18px 20px; }

.ekp-sidebar > * + * { margin-top: 20px; }
.ekp-review-card, .ekp-side-card, .ekp-contact-card { border-radius: 20px; padding: 28px; }
.ekp-review-card { align-items: center; background: var(--ekp-blue); color: #fff; display: flex; flex-direction: column; text-align: center; }
.ekp-stars { color: var(--ekp-sand); font-size: 26px; letter-spacing: 2px; line-height: 1; }
.ekp-review-card > strong { font-family: Inter, sans-serif; font-size: 32px; margin-top: 10px; }
.ekp-review-card > span { color: rgba(255,255,255,.72); font-size: 14px; }
.ekp-review-card a { color: var(--ekp-sand); font-size: 12px; margin-top: 8px; text-decoration: underline; text-underline-offset: 3px; }
.ekp-side-card { background: var(--ekp-offwhite); }
.ekp-profile .ekp-side-card h2, .ekp-profile .ekp-contact-card h2 { color: var(--ekp-sand); font-size: 13px; font-weight: 700; letter-spacing: 1.5px; margin: 0 0 16px; text-transform: uppercase; }
.ekp-seal { align-items: center; background: #fff; border: 1px solid var(--ekp-border); border-radius: 12px; display: flex; gap: 11px; margin-top: 10px; padding: 12px 14px; }
.ekp-seal > span { color: var(--ekp-sand); font-size: 18px; }
.ekp-seal strong { color: var(--ekp-blue); font-size: 13px; line-height: 1.4; }
.ekp-award { border-color: var(--ekp-sand); }
.ekp-focus-list { display: flex; flex-direction: column; gap: 8px; }
.ekp-focus-list a, .ekp-focus-list span { background: #fff; border: 1px solid var(--ekp-border); border-radius: 8px; color: var(--ekp-muted); display: block; font-size: 13px; padding: 8px 12px; }
.ekp-focus-list a:hover { border-color: var(--ekp-sand); color: var(--ekp-blue); }
.ekp-languages { color: var(--ekp-muted) !important; font-size: 14px !important; margin: 0 !important; }
.ekp-contact-card { background: var(--ekp-blue); }
.ekp-contact-row { align-items: flex-start; color: #fff; display: flex; gap: 12px; margin-bottom: 13px; overflow-wrap: anywhere; }
.ekp-contact-row svg { fill: var(--ekp-sand); flex: 0 0 18px; height: 18px; margin-top: 3px; width: 18px; }
.ekp-contact-row a, .ekp-contact-row span { color: #fff; font-size: 14px; line-height: 1.5; }
.ekp-contact-row a:hover { color: var(--ekp-sand); }
.ekp-booking-notes { color: rgba(255,255,255,.75) !important; font-size: 13px !important; margin: 18px 0 !important; }
.ekp-contact-button { margin-top: 14px; width: 100%; }

.ekp-cta-section { background: #fff; padding: 0 0 90px; }
.ekp-cta { background: var(--ekp-blue); border-radius: 28px; padding: 70px 60px; text-align: center; }
.ekp-profile .ekp-cta h2 { color: #fff; font-size: clamp(25px, 3vw, 36px); margin: 0 0 16px; }
.ekp-profile .ekp-cta p { color: rgba(255,255,255,.76); margin: 0 auto 30px; max-width: 560px; }

.elementor-widget-shortcode:has(.ekp-profile), .elementor-shortcode:has(.ekp-profile) { margin: 0 !important; width: 100%; }

@media (max-width: 1024px) {
  .ekp-container { padding: 0 24px; }
  .ekp-hero-inner { gap: 36px; grid-template-columns: 1fr; }
  .ekp-hero-text { padding-bottom: 10px; }
  .ekp-photo { justify-content: center; }
  .ekp-photo img { max-width: 340px; }
  .ekp-info-grid { grid-template-columns: minmax(0, 1fr); }
  .ekp-sidebar { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ekp-sidebar > * + * { margin-top: 0; }
}

@media (max-width: 700px) {
  .ekp-container { padding: 0 18px; }
  .ekp-hero { padding-top: 54px; }
  .ekp-profile .ekp-hero h1 { font-size: clamp(31px, 10vw, 42px); }
  .ekp-hero-text { padding-bottom: 22px; }
  .ekp-photo img { max-height: 430px; max-width: 300px; }
  .ekp-content-section { padding: 54px 0; }
  .ekp-tabs-nav button { font-size: 14px; padding: 11px 16px; }
  .ekp-tabs-nav { overflow-x: auto; scrollbar-width: none; }
  .ekp-tabs-nav::-webkit-scrollbar { display: none; }
  .ekp-spectrum-grid, .ekp-feature-grid, .ekp-sidebar { grid-template-columns: 1fr; }
  .ekp-hours-row { grid-template-columns: 110px 1fr; }
  .ekp-hours-row span { font-size: 14px; padding: 13px 12px; }
  .ekp-cta-section { padding-bottom: 54px; }
  .ekp-cta { border-radius: 20px; padding: 44px 24px; }
}

@media (max-width: 460px) {
  .ekp-container { padding: 0 16px; }
  .ekp-breadcrumb { font-size: 12px; }
  .ekp-btn { padding: 12px 19px; width: 100%; }
  .ekp-photo img { max-width: 270px; }
  .ekp-tabs-nav { margin-left: -16px; margin-right: -16px; padding-left: 5px; }
  .ekp-hours-row { grid-template-columns: 1fr; }
  .ekp-hours-row span + span { border-left: 0; }
  .ekp-hours-row span:first-child { border-bottom: 0; padding-bottom: 4px; }
  .ekp-hours-row span:last-child { padding-top: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .ekp-profile *, .ekp-profile *::before, .ekp-profile *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Dynamic team overview */
.ekto-overview {
  --ekto-blue: #013547;
  --ekto-sand: #ddba9b;
  --ekto-beige: #f2f0ec;
  --ekto-offwhite: #f9f9f9;
  --ekto-border: #ebebeb;
  --ekto-muted: #6c6f6e;
  color: #222;
  font-family: Inter, system-ui, sans-serif;
  width: 100%;
}
.ekto-overview *, .ekto-overview *::before, .ekto-overview *::after { box-sizing: border-box; }
.ekto-overview a { color: inherit; text-decoration: none; }
.ekto-container { margin: 0 auto; max-width: 1600px; padding: 0 40px; width: 100%; }
.ekto-breadcrumb { background: var(--ekto-offwhite); border-bottom: 1px solid var(--ekto-border); color: var(--ekto-muted); font-size: 13px; padding: 12px 0; }
.ekto-breadcrumb .ekto-container { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.ekto-breadcrumb a:hover { color: var(--ekto-blue); }
.ekto-hero { background: var(--ekto-beige); padding: 80px 0 90px; }
.ekto-tagline { color: var(--ekto-sand); display: block; font-size: 12px; font-weight: 700; letter-spacing: 2.8px; margin-bottom: 14px; text-transform: uppercase; }
.ekto-overview .ekto-hero h1 { color: var(--ekto-blue); font-size: clamp(40px, 5vw, 58px); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; margin: 0 0 20px; max-width: 1000px; }
.ekto-overview .ekto-hero p { color: #333; font-size: 19px; line-height: 1.65; margin: 0; max-width: 780px; }
.ekto-content { background: #fff; padding: 80px 0 90px; }
.ekto-overview .ekto-intro { color: #333; font-size: 18px; line-height: 1.7; margin: 0 0 54px; max-width: 800px; }
.ekto-group + .ekto-group { margin-top: 4px; }
.ekto-overview .ekto-group > h2 { border-bottom: 2px solid var(--ekto-sand); color: var(--ekto-blue); display: inline-block; font-size: 22px; font-weight: 700; line-height: 1.25; margin: 0 0 30px; padding-bottom: 12px; }
.ekto-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-bottom: 60px; }
.ekto-card { background: #fff; border-radius: 20px; box-shadow: 0 2px 12px rgba(1,53,71,.06); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: box-shadow .3s ease, transform .3s ease; }
.ekto-card:hover { box-shadow: 0 16px 48px rgba(1,53,71,.12); transform: translateY(-6px); }
.ekto-photo { background: #e8edf0; display: block; flex: 0 0 280px; height: 280px; overflow: hidden; }
.ekto-photo img { background: #e8edf0; display: block; height: 100%; object-fit: contain; object-position: top center; transition: transform .35s ease; width: 100%; }
.ekto-card:hover .ekto-photo img { transform: scale(1.025); }
.ekto-card-body { display: flex; flex: 1 1 auto; flex-direction: column; padding: 26px; }
.ekto-card-copy { flex: 1 1 auto; }
.ekto-overview .ekto-card h3 { color: var(--ekto-blue); font-size: 20px; font-weight: 700; line-height: 1.28; margin: 0 0 6px; }
.ekto-overview .ekto-card h3 a:hover { color: #07516a; }
.ekto-role { color: var(--ekto-sand); display: block; font-size: 12px; font-weight: 700; letter-spacing: .9px; line-height: 1.5; margin-bottom: 14px; text-transform: uppercase; }
.ekto-overview .ekto-card p { color: var(--ekto-muted); font-size: 13px; line-height: 1.62; margin: 0 0 9px; overflow-wrap: anywhere; }
.ekto-overview .ekto-card p strong { color: #4e5150; }
.ekto-card-footer { margin-top: 18px; }
.ekto-contact { background: var(--ekto-offwhite); border-radius: 10px; color: var(--ekto-blue); display: flex; flex-direction: column; gap: 5px; margin-bottom: 16px; padding: 12px 16px; }
.ekto-contact strong { color: var(--ekto-sand); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
.ekto-contact span { font-size: 13px; line-height: 1.6; }
.ekto-links { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 18px; }
.ekto-links a { color: var(--ekto-blue); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.ekto-links a:hover, .ekto-links .ekto-book { color: var(--ekto-sand); }
.ekto-job { background: var(--ekto-beige); border-radius: 20px; margin-top: -4px; padding: 40px; }
.ekto-overview .ekto-job h2 { color: var(--ekto-blue); font-size: 25px; margin: 0 0 12px; }
.ekto-overview .ekto-job p { color: #444; font-size: 16px; line-height: 1.65; margin: 0 0 22px; max-width: 760px; }
.ekto-job > a { background: var(--ekto-blue); border-radius: 10px; color: #fff; display: inline-flex; font-size: 14px; font-weight: 700; padding: 13px 22px; }
.ekto-job > a:hover { background: #07516a; color: #fff; }
.elementor-widget-shortcode:has(.ekto-overview), .elementor-shortcode:has(.ekto-overview) { margin: 0 !important; width: 100%; }

@media (max-width: 1024px) {
  .ekto-container { padding: 0 24px; }
  .ekto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .ekto-container { padding: 0 18px; }
  .ekto-hero { padding: 54px 0 60px; }
  .ekto-overview .ekto-hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .ekto-overview .ekto-hero p, .ekto-overview .ekto-intro { font-size: 16px; }
  .ekto-content { padding: 54px 0; }
  .ekto-grid { grid-template-columns: minmax(0, 1fr); margin-bottom: 50px; }
  .ekto-photo { flex-basis: 270px; height: 270px; }
  .ekto-job { padding: 30px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .ekto-overview *, .ekto-overview *::before, .ekto-overview *::after { transition: none !important; }
}
