:root {
  --webtm-primary: #5e8ef7;
  --webtm-secondary: #1f2c4d;
  --webtm-accent: #dbe7ff;
  --webtm-surface: #f5f7fc;
  --webtm-text: #1d2740;
  --webtm-muted: #6d7794;
  --webtm-body-glow-left: rgba(94,142,247,1);
  --webtm-body-glow-right: rgba(219,231,255,1);
  --webtm-body-base-start: #ffffff;
  --webtm-body-base-end: #f5f7fc;
  --webtm-body-background:
    radial-gradient(circle at top left, var(--webtm-body-glow-left) 0%, transparent 30%),
    radial-gradient(circle at top right, var(--webtm-body-glow-right) 0%, transparent 26%),
    linear-gradient(180deg, var(--webtm-body-base-start) 0%, var(--webtm-body-base-end) 100%);
  --webtm-topbar-start: #1f2c4d;
  --webtm-topbar-end: #5e8ef7;
  --webtm-topbar-background: linear-gradient(90deg, var(--webtm-topbar-start), var(--webtm-topbar-end));
  --webtm-topbar-text: #ffffff;
  --webtm-header-main-bg: #ffffff;
  --webtm-header-main-text: #1f2c4d;
  --webtm-header-link: #1d2740;
  --webtm-header-link-hover: #1f2c4d;
  --webtm-header-border: #dce3f1;
  --webtm-site-width: 1380px;
  --webtm-narrow-width: 980px;
  --webtm-logo-width: 172px;
  --webtm-menu-size: 12px;
  --webtm-menu-gap: 26px;
  --webtm-menu-letter: 0.08em;
  --webtm-menu-transform: uppercase;
  --webtm-radius: 28px;
  --webtm-radius-lg: 40px;
  --webtm-shadow: 0 14px 34px rgba(29, 39, 64, 0.1);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--webtm-text);
  background: var(--webtm-body-background);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { line-height: 1.75; }
.site-main { padding-bottom: 90px; }
.webtm-shell { width: min(calc(100% - 48px), var(--webtm-site-width)); margin: 0 auto; }
.webtm-shell--content { width: min(calc(100% - 48px), var(--webtm-narrow-width)); margin: 0 auto; }
.webtm-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--webtm-secondary);
}
.webtm-kicker::before { content: ''; width: 22px; height: 1px; background: currentColor; }
.site-header {
  position: relative;
  z-index: 30;
  background: var(--webtm-header-main-bg);
  box-shadow: 0 14px 30px rgba(34, 26, 45, 0.05);
}
.webtm-builder-row {
  width: 100%;
}
@media (min-width: 1025px) {
  .webtm-builder-hide-desktop {
    display: none !important;
  }
  body.webtm-sticky-desktop .site-header {
    position: sticky;
    top: 0;
  }
  body.admin-bar.webtm-sticky-desktop .site-header {
    top: 32px;
  }
}
@media (min-width: 781px) and (max-width: 1024px) {
  .webtm-builder-hide-tablet {
    display: none !important;
  }
  body.webtm-sticky-tablet .site-header {
    position: sticky;
    top: 0;
  }
  body.admin-bar.webtm-sticky-tablet .site-header {
    top: 32px;
  }
}
@media (max-width: 780px) {
  .webtm-builder-hide-mobile {
    display: none !important;
  }
  body.webtm-sticky-mobile .site-header {
    position: sticky;
    top: 0;
  }
  body.admin-bar.webtm-sticky-mobile .site-header {
    top: 46px;
  }
}
.webtm-topbar { background: var(--webtm-topbar-background); color: var(--webtm-topbar-text); }
.webtm-topbar__inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; letter-spacing: .02em; }
.webtm-topbar__left,
.webtm-topbar__right { min-width: 0; }
.webtm-topbar__inner p { margin: 0; }
.webtm-topbar__contact { display: flex; gap: 18px; }
.webtm-topbar__widget-area,
.webtm-header-actions__widgets { min-width: 0; }
.webtm-topbar__widget-area .widget,
.webtm-header-actions__widgets .widget { margin: 0; }
.webtm-topbar__widget-area .widget + .widget,
.webtm-header-actions__widgets .widget + .widget { margin-top: 8px; }
.webtm-topbar__widget-area p,
.webtm-topbar__widget-area ul,
.webtm-topbar__widget-area ol,
.webtm-header-actions__widgets p,
.webtm-header-actions__widgets ul,
.webtm-header-actions__widgets ol { margin: 0; }
.webtm-topbar__widget-area .wp-block-group,
.webtm-topbar__widget-area .wp-block-buttons,
.webtm-header-actions__widgets .wp-block-group,
.webtm-header-actions__widgets .wp-block-buttons { margin: 0; }

/* Elementor fixed-background alignment helper without scroll listeners. */
.webtm-fixed-bg-adjust {
  --webtm-fixed-bg-offset-local: var(--webtm-fixed-bg-offset, 0px) !important;
}
.webtm-fixed-bg-adjust[data-settings*='"background_attachment":"fixed"'],
.elementor-element.webtm-fixed-bg-adjust[data-settings*='"background_attachment":"fixed"'] {
  background-position: center calc(var(--webtm-fixed-bg-base-y, 50%) + var(--webtm-fixed-bg-offset-local, 0px));
}

.webtm-header-main-wrap {
  background: var(--webtm-header-main-bg);
  color: var(--webtm-header-main-text);
  border-bottom: 1px solid var(--webtm-header-border);
}
.webtm-header-mobile-wrap {
  display: none;
  background: var(--webtm-header-main-bg);
  color: var(--webtm-header-main-text);
  border-bottom: 1px solid var(--webtm-header-border);
}
.webtm-header-main {
  display: grid;
  gap: 20px;
  align-items: center;
  min-height: 124px;
  padding-inline: 22px;
  background: transparent;
  color: inherit;
}
.webtm-header-main--split_center,
.webtm-header-main--split-center {
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
}
.webtm-header-main--logo_left,
.webtm-header-main--logo-left {
  grid-template-columns: auto minmax(0,1fr) auto;
}
.webtm-header-main--logo_right,
.webtm-header-main--logo-right {
  grid-template-columns: minmax(0,1fr) auto auto;
}
.webtm-header-main--center_stack,
.webtm-header-main--center-stack {
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
}
.webtm-header-main__left,
.webtm-header-main__right,
.webtm-header-main__stack {
  min-width: 0;
}
.webtm-header-main__left,
.webtm-header-main__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
.webtm-header-main__right {
  justify-content: flex-end;
}
.webtm-header-main__stack {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 14px;
}
.site-branding { justify-self: center; }
.webtm-header-main--logo_left .site-branding,
.webtm-header-main--logo-left .site-branding {
  justify-self: start;
}
.webtm-header-main--logo_right .site-branding,
.webtm-header-main--logo-right .site-branding {
  justify-self: end;
}
.webtm-header-main--center_stack .site-branding,
.webtm-header-main--center-stack .site-branding {
  justify-self: center;
}
.webtm-header-main--center_stack .webtm-header-main__stack,
.webtm-header-main--center-stack .webtm-header-main__stack {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
}
.custom-logo { width: var(--webtm-logo-width); height: auto; }
.webtm-brand-link { display: flex; flex-direction: column; align-items: center; }
.webtm-brand-title { font-family: 'Cormorant Garamond', serif; font-size: 50px; font-weight: 600; line-height: .92; color: var(--webtm-header-main-text); }
.webtm-brand-tagline { font-size: 13px; color: var(--webtm-muted); }
.main-navigation ul,
.main-navigation .menu,
.site-footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.main-navigation ul {
  gap: var(--webtm-menu-gap);
  font-weight: 700;
  font-size: var(--webtm-menu-size);
  letter-spacing: var(--webtm-menu-letter);
  text-transform: var(--webtm-menu-transform);
}
.webtm-header-main--split_center .main-navigation--left .menu,
.webtm-header-main--split-center .main-navigation--left .menu {
  justify-content: flex-start;
}
.webtm-header-main--split_center .main-navigation--right .menu,
.webtm-header-main--split-center .main-navigation--right .menu {
  justify-content: flex-end;
}
.webtm-header-main__stack .main-navigation ul {
  justify-content: center;
}
.webtm-header-main--logo_right .webtm-header-main__nav ul,
.webtm-header-main--logo-right .webtm-header-main__nav ul {
  justify-content: flex-start;
}
.webtm-header-main--logo_left .webtm-header-main__nav ul,
.webtm-header-main--logo-left .webtm-header-main__nav ul {
  justify-content: flex-end;
}
.webtm-header-main--center_stack .webtm-header-main__nav ul,
.webtm-header-main--center-stack .webtm-header-main__nav ul {
  justify-content: center;
}
.main-navigation a {
  position: relative;
  display: inline-flex;
  padding-bottom: 4px;
  color: var(--webtm-header-link);
  transition: color .2s ease;
}
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation a:hover { color: var(--webtm-header-link-hover); }
.main-navigation li.current-menu-item > a::after,
.main-navigation li.current_page_item > a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: var(--webtm-header-link-hover);
}
.webtm-header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.webtm-header-actions__widgets { display: flex; align-items: center; gap: 12px; }
.webtm-header-main--center_stack .webtm-header-actions,
.webtm-header-main--center-stack .webtm-header-actions {
  justify-self: center;
  justify-content: center;
  width: 100%;
}
.webtm-header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 82px;
  padding: 12px 14px;
}
.webtm-header-mobile__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: auto;
}
.webtm-menu-toggle {
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(31,44,77,.16);
  background: rgba(255,255,255,.92);
  color: var(--webtm-header-link);
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.webtm-menu-toggle__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.webtm-menu-toggle__icon svg {
  width: 18px;
  height: 18px;
}
.main-navigation--mobile {
  display: none;
  width: 100%;
}
.webtm-header-mobile__nav.is-open .main-navigation--mobile {
  display: block;
}
.webtm-header-mobile .webtm-header-actions {
  justify-self: auto;
  gap: 10px;
}
.webtm-header-mobile .webtm-header-actions__widgets {
  flex-wrap: wrap;
}
.webtm-social-links { display: inline-flex; align-items: center; gap: 8px; }
.webtm-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(31,44,77,.14);
  background: rgba(255,255,255,.82);
  color: var(--webtm-secondary);
  transition: transform .2s ease, background-color .2s ease, color .2s ease;
}
.webtm-social-link:hover {
  transform: translateY(-1px);
  background: var(--webtm-secondary);
  color: #fff;
}
.webtm-social-link .dashicons { font-size: 16px; width: 16px; height: 16px; line-height: 16px; }
.button,
.webtm-header-cta,
.search-submit,
.webtm-newsletter-form button,
.webtm-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--webtm-primary), var(--webtm-secondary));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 38px rgba(31,44,77,.2);
}
.button-ghost,
.webtm-cart-link {
  background: rgba(255,255,255,.82);
  color: var(--webtm-text);
  border-color: rgba(31,44,77,.14);
  box-shadow: none;
}
.webtm-cart-link { min-height: 50px; padding: 0 18px; }
.webtm-cart-link em { font-style: normal; opacity: .7; margin-left: 8px; }
.webtm-home-hero { padding: 42px 0 22px; }
.webtm-home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 0;
  border-radius: var(--webtm-radius-lg);
  overflow: hidden;
  box-shadow: var(--webtm-shadow);
  background: rgba(255,255,255,.82);
}
.webtm-home-hero__media img { width: 100%; min-height: 700px; object-fit: cover; }
.webtm-home-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px 64px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92)),
    radial-gradient(circle at bottom right, rgba(94,142,247,.16), transparent 34%);
}
.webtm-home-hero__copy,
.webtm-section-intro,
.webtm-welcome__text,
.webtm-showcase-band__panel,
.webtm-testimonial-copy,
.webtm-page-split__copy,
.webtm-process-band__copy,
.webtm-contact-band__form,
.webtm-page-hero__inner,
.webtm-contact-card--form {
  text-wrap: balance;
}
.webtm-home-hero__copy h1,
.webtm-section-intro h2,
.webtm-showcase-band__panel h2,
.webtm-testimonial-copy h2,
.webtm-page-hero h1,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.site-footer h2,
.site-footer h3,
.webtm-promo-tile span,
.webtm-banner-card h3 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -.03em;
  line-height: .96;
}
.webtm-home-hero__copy h1 { font-size: clamp(4rem, 6.2vw, 6.4rem); margin: 18px 0 18px; max-width: 7.9ch; }
.webtm-home-hero__copy p { max-width: 46ch; color: var(--webtm-muted); font-size: 1.05rem; }
.webtm-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px; }
.webtm-feature-ribbon { padding: 18px 0 44px; }
.webtm-feature-ribbon__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.webtm-feature-ribbon__grid article { padding: 24px 28px; color: #fff; }
.webtm-feature-ribbon__grid article:nth-child(1) { background: linear-gradient(135deg, var(--webtm-primary), var(--webtm-secondary)); }
.webtm-feature-ribbon__grid article:nth-child(2) { background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)); }
.webtm-feature-ribbon__grid article:nth-child(3) { background: linear-gradient(155deg, var(--webtm-primary), var(--webtm-secondary)); }
.webtm-feature-ribbon__grid h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 0 0 6px; }
.webtm-feature-ribbon__grid p { margin: 0; color: rgba(255,255,255,.92); }
.webtm-home-story { padding: 56px 0 28px; }
.webtm-home-story__grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  gap: 34px;
  align-items: center;
}
.webtm-home-story__copy h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 4.6vw, 5rem);
  line-height: .95;
  margin: 16px 0 14px;
}
.webtm-home-story__copy p { color: var(--webtm-muted); max-width: 48ch; }
.webtm-home-story__visual img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: var(--webtm-radius-lg);
  box-shadow: var(--webtm-shadow);
}
.webtm-home-story__metrics {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.webtm-home-story__metrics li {
  padding: 18px 18px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(31,44,77,.1);
  box-shadow: var(--webtm-shadow);
}
.webtm-home-story__metrics strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: var(--webtm-secondary);
}
.webtm-home-story__metrics span { color: var(--webtm-muted); font-size: .95rem; }
.webtm-welcome,
.webtm-products-section,
.webtm-journal-section { padding: 58px 0; }
.webtm-welcome__grid,
.webtm-section-intro { max-width: 1120px; margin: 0 auto 34px; }
.webtm-welcome__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: end; }
.webtm-section-intro { text-align: center; }
.webtm-section-intro--left { text-align: left; margin: 0; }
.webtm-section-intro h2 { font-size: clamp(2.6rem, 4.2vw, 4.6rem); margin: 14px 0 12px; }
.webtm-section-intro p,
.webtm-welcome__text p { color: var(--webtm-muted); }
.webtm-service-cards,
.webtm-journal-cards,
.webtm-team-grid,
.webtm-service-grid { display: grid; gap: 22px; }
.webtm-service-cards,
.webtm-team-grid,
.webtm-service-grid { grid-template-columns: repeat(3, 1fr); }
.webtm-service-card,
.webtm-journal-card,
.webtm-page-article,
.webtm-not-found,
.webtm-product-card,
.webtm-team-card,
.webtm-service-detail {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(31,44,77,.1);
  border-radius: var(--webtm-radius);
  box-shadow: var(--webtm-shadow);
  overflow: hidden;
}
.webtm-service-card__image,
.webtm-team-card__image {
  min-height: 220px;
  background-size: cover;
  background-position: center;
}
.webtm-service-card__body,
.webtm-team-card,
.webtm-service-detail,
.webtm-journal-card__body,
.webtm-page-article,
.webtm-not-found { padding: 28px; }
.webtm-service-card h3,
.webtm-team-card h3,
.webtm-service-detail h3,
.webtm-journal-card h3,
.webtm-product-copy h3 { font-family: 'Cormorant Garamond', serif; }
.webtm-service-card h3,
.webtm-team-card h3,
.webtm-service-detail h3 { font-size: 2rem; margin: 0 0 10px; }
.webtm-service-card p,
.webtm-team-card p,
.webtm-service-detail p,
.webtm-journal-card p,
.entry-content,
.taxonomy-description { color: var(--webtm-muted); }
.webtm-journal-card {
  transition: transform .24s ease, box-shadow .24s ease;
}
.webtm-journal-card:hover,
.webtm-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(34, 26, 45, 0.12);
}
.webtm-journal-card__image {
  min-height: 188px;
  background-size: cover;
  background-position: center;
}
.webtm-journal-card__body h3 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 0 10px;
}
.webtm-promo-banner-row { padding: 6px 0 56px; }
.webtm-promo-banner-row__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.webtm-banner-card {
  min-height: 220px;
  padding: 34px;
  border-radius: var(--webtm-radius);
  box-shadow: var(--webtm-shadow);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.webtm-banner-card h3 { font-size: 3rem; margin: 10px 0 0; max-width: 10ch; }
.webtm-banner-card--dark { color: #fff; background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)), var(--webtm-bg-texture, url('../images/generic/abstract-texture.svg')) center/cover; }
.webtm-banner-card--light { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,255,255,.9)), var(--webtm-bg-panel, url('../images/generic/abstract-panel.svg')) center/cover; }
.webtm-showcase-band { padding: 14px 0 62px; }
.webtm-showcase-band__inner {
  background: var(--webtm-secondary);
  color: #fff;
  border-radius: var(--webtm-radius-lg);
  box-shadow: var(--webtm-shadow);
  padding: 52px;
}
.webtm-showcase-band__frame {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}
.webtm-showcase-band__image img { width: 100%; min-height: 430px; object-fit: cover; border-radius: 26px; }
.webtm-showcase-band__panel { background: rgba(255,255,255,.97); color: var(--webtm-text); border-radius: 26px; padding: 38px; }
.webtm-showcase-band__panel h2 { font-size: clamp(2.4rem, 4vw, 4.1rem); margin: 16px 0 14px; max-width: 10ch; }
.webtm-showcase-band__panel p { color: var(--webtm-muted); }
.webtm-icon-points { list-style: none; margin: 26px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.webtm-icon-points li { position: relative; padding-left: 16px; color: rgba(255,255,255,.9); }
.webtm-icon-points li::before { content: '•'; position: absolute; left: 0; color: var(--webtm-accent); }
.webtm-icon-points--centered { margin-top: 28px; }
.webtm-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.webtm-product-media { width: 100%; aspect-ratio: .82; object-fit: cover; display: block; margin: 0; }
.webtm-product-copy { padding: 24px; }
.webtm-product-tag { display: inline-block; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--webtm-secondary); }
.webtm-product-copy h3 { font-size: 2rem; line-height: 1; margin: 10px 0 8px; }
.webtm-product-copy .price { color: var(--webtm-secondary); font-weight: 800; }
.webtm-products-section .webtm-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.webtm-editorial-pair { padding: 8px 0 62px; }
.webtm-editorial-pair__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.webtm-editorial-panel {
  min-height: 320px;
  border-radius: var(--webtm-radius-lg);
  overflow: hidden;
  box-shadow: var(--webtm-shadow);
}
.webtm-editorial-panel--dark {
  padding: 38px;
  color: #fff;
  background:
    linear-gradient(rgba(31,24,41,.68), rgba(31,24,41,.9)),
    var(--webtm-bg-texture, url('../images/generic/abstract-texture.svg')) center/cover;
}
.webtm-editorial-panel--dark h3,
.webtm-editorial-panel__copy h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: .96;
  margin: 14px 0;
}
.webtm-editorial-panel--dark p { color: rgba(255,255,255,.8); max-width: 36ch; }
.webtm-editorial-panel--light {
  display: grid;
  grid-template-columns: minmax(240px, .9fr) minmax(0, 1.1fr);
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(31,44,77,.1);
}
.webtm-editorial-panel__image {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}
.webtm-editorial-panel__copy {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.webtm-editorial-panel__copy .button { align-self: flex-start; margin-top: 10px; }
.webtm-testimonial-split { padding: 16px 0 68px; }
.webtm-testimonial-split__grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 28px; align-items: stretch; }
.webtm-testimonial-copy { padding: 18px 0; }
.webtm-testimonial-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); margin: 16px 0 14px; }
.webtm-testimonial-copy p { color: var(--webtm-muted); }
.webtm-testimonial-banner {
  min-height: 440px;
  border-radius: var(--webtm-radius-lg);
  overflow: hidden;
  box-shadow: var(--webtm-shadow);
  background: linear-gradient(rgba(31,44,77,.18), rgba(31,44,77,.18)), var(--webtm-bg-hero, url('../images/generic/abstract-hero.svg')) center/cover;
  display: flex;
  align-items: flex-end;
}
.webtm-testimonial-banner > div { width: min(480px, calc(100% - 54px)); margin: 0 0 34px 34px; background: rgba(255,255,255,.88); border-radius: 24px; padding: 28px; }
.webtm-testimonial-banner h3 { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; line-height: .96; margin: 14px 0; }
.webtm-contact-band { padding: 12px 0 0; }
.webtm-contact-band__grid,
.webtm-contact-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 0; overflow: hidden; border-radius: var(--webtm-radius-lg); box-shadow: var(--webtm-shadow); }
.webtm-contact-band__form,
.webtm-contact-card--form { background: linear-gradient(135deg, var(--webtm-primary), var(--webtm-secondary)); color: #fff; padding: 40px; }
.webtm-contact-band__form h2,
.webtm-contact-card--form h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4vw, 3.8rem); line-height: .98; margin: 16px 0; }
.webtm-contact-band__map,
.webtm-contact-card--map { background: rgba(255,255,255,.94); padding: 0; }
.webtm-map-placeholder {
  min-height: 100%;
  background: linear-gradient(135deg, var(--webtm-primary), var(--webtm-accent));
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: var(--webtm-secondary);
}
.webtm-map-placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 56px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  font-weight: 700;
}
.webtm-contact-form { display: grid; gap: 12px; margin-top: 20px; }
.webtm-contact-form input,
.webtm-contact-form textarea,
.search-field,
.webtm-newsletter-form input { width: 100%; border: 1px solid rgba(255,255,255,.24); border-radius: 16px; background: rgba(255,255,255,.16); color: inherit; padding: 14px 16px; font: inherit; }
.webtm-contact-form textarea { min-height: 130px; resize: vertical; }
.webtm-contact-form input::placeholder,
.webtm-contact-form textarea::placeholder { color: rgba(255,255,255,.78); }
.webtm-page-hero {
  min-height: 340px;
  display: grid;
  align-items: end;
  background-position: center;
  background-size: cover;
  color: #fff;
}
.webtm-page-hero__inner { padding: 94px 0 64px; }
.webtm-page-hero h1 { font-size: clamp(3.2rem, 5.4vw, 5.4rem); margin: 18px 0 8px; }
.webtm-page-hero p { max-width: 58ch; margin: 0; color: rgba(255,255,255,.84); }
.webtm-page-shell { padding-top: 42px; }
.webtm-page-shell--wide { width: min(calc(100% - 48px), 1120px); margin: 0 auto; }
.webtm-layout-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 28px;
  align-items: start;
}
.webtm-layout-with-sidebar--left {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}
.webtm-layout-with-sidebar > * {
  min-width: 0;
}
.webtm-layout-with-sidebar__content {
  min-width: 0;
}
.webtm-layout-triple-sidebar {
  width: min(calc(100% - 48px), var(--webtm-site-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr) minmax(220px, 300px);
  gap: 24px;
  align-items: start;
  padding: 24px 0;
}
.webtm-layout-triple-sidebar--full {
  width: 100%;
  max-width: none;
  padding-left: clamp(16px, 3.2vw, 64px);
  padding-right: clamp(16px, 3.2vw, 64px);
}
.webtm-page-article--sidebar { min-height: 100%; }
.webtm-widget-area {
  display: grid;
  gap: 16px;
}
.webtm-page-sidebar {
  align-self: start;
  width: 100%;
  min-width: 260px;
  max-width: 320px;
}
.webtm-layout-with-sidebar--left .webtm-page-sidebar {
  grid-column: 1;
}
.webtm-layout-with-sidebar--right .webtm-page-sidebar {
  grid-column: 2;
}
.webtm-widget-area .widget {
  margin: 0;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(31,44,77,.1);
  border-radius: 22px;
  box-shadow: var(--webtm-shadow);
  padding: 22px;
}
.webtm-widget-area .widget-title {
  margin: 0 0 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  line-height: .96;
}
.webtm-widget-area ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}
.webtm-widget-area .search-field {
  border-color: rgba(31,44,77,.18);
  background: #fff;
  color: var(--webtm-text);
}
.webtm-widget-area .search-submit {
  width: 100%;
  margin-top: 10px;
}
.webtm-homepage-builder,
.webtm-page-builder { padding-bottom: 24px; }
.webtm-homepage-builder > *:first-child,
.webtm-page-builder > *:first-child { margin-top: 0; }
.entry-content > * { max-width: 100%; }
.entry-content img { border-radius: 18px; }

.webtm-page-section { padding: 22px 0 64px; }
.webtm-page-split { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); gap: 34px; align-items: center; }
.webtm-page-split__media img { width: 100%; min-height: 420px; object-fit: cover; border-radius: var(--webtm-radius); box-shadow: var(--webtm-shadow); }
.webtm-page-split__copy h2,
.webtm-offer-panel h2,
.webtm-process-band__copy h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.4rem, 4vw, 4rem); line-height: .97; margin: 16px 0; }
.webtm-page-split__copy p,
.webtm-offer-panel p,
.webtm-contact-points span,
.webtm-process-band__steps li { color: var(--webtm-muted); }
.webtm-page-split--services-showcase { margin-top: 42px; }
.webtm-service-checklist {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.webtm-service-checklist li {
  position: relative;
  padding-left: 20px;
  color: var(--webtm-muted);
}
.webtm-service-checklist li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--webtm-secondary);
}
.webtm-team-grid--compact { margin-top: 26px; }
.webtm-team-grid--compact .webtm-team-card h3 {
  font-size: 1.9rem;
}
.webtm-offer-panel { margin-top: 44px; background: rgba(255,255,255,.88); border: 1px solid rgba(31,44,77,.1); border-radius: var(--webtm-radius-lg); box-shadow: var(--webtm-shadow); padding: 42px; }
.webtm-offer-panel__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.webtm-offer-panel__grid h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin: 0 0 10px; }
.webtm-team-card { text-align: center; padding: 0 0 24px; }
.webtm-team-card h3 { margin: 20px 0 6px; font-size: 2rem; }
.webtm-team-card p { margin: 0; }
.webtm-service-grid--wide { width: min(calc(100% - 48px), 1180px); margin: 0 auto 36px; }
.webtm-process-band { width: min(calc(100% - 48px), 1180px); margin: 0 auto; background: #fff; border-radius: var(--webtm-radius-lg); box-shadow: var(--webtm-shadow); padding: 42px; }
.webtm-process-band__steps { margin: 26px 0 0; padding-left: 18px; display: grid; gap: 12px; }
.webtm-contact-points { display: grid; gap: 16px; padding: 28px; }
.webtm-contact-points strong { display: block; margin-bottom: 6px; }
.webtm-woo-main { padding: 56px 0 90px; }
.site-footer {
  background:
    linear-gradient(var(--webtm-footer-background, rgba(17,28,52,.92)), var(--webtm-footer-background, rgba(17,28,52,.92))),
    var(--webtm-bg-texture, url('../images/generic/abstract-texture.svg')) center top/cover;
  color: var(--webtm-footer-text, rgba(255,255,255,.82));
  padding: 74px 0 24px;
}
.webtm-footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,420px);
  gap: 30px;
  align-items: center;
  padding: 30px 34px 44px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: var(--webtm-footer-panel, rgba(255,255,255,.08));
}
.webtm-footer-builder-slot,
.webtm-footer-bottom-slot {
  min-width: 0;
}
.webtm-footer-builder-slot > *:first-child,
.webtm-footer-bottom-slot > *:first-child {
  margin-top: 0;
}
.webtm-footer-builder-slot .widget,
.webtm-footer-bottom-slot .widget {
  margin: 0;
}
.webtm-footer-builder-slot .widget + .widget,
.webtm-footer-bottom-slot .widget + .widget {
  margin-top: 18px;
}
.webtm-footer-newsletter h2 { font-size: clamp(2rem, 3vw, 3.2rem); margin: 14px 0 0; color: var(--webtm-footer-heading, #fff); }
.webtm-footer-newsletter__content > *:first-child { margin-top: 0; }
.webtm-footer-newsletter__content > *:last-child { margin-bottom: 0; }
.webtm-footer-newsletter__content a { color: var(--webtm-footer-link, #fff); }
.webtm-newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.webtm-newsletter-form input { border-radius: 999px; min-height: 50px; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: var(--webtm-footer-heading, #fff); }
.webtm-newsletter-form input::placeholder { color: rgba(255,255,255,.72); }
.webtm-footer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding-top: 34px; border-top: 1px solid var(--webtm-footer-border, rgba(255,255,255,.08)); }
.site-footer h3 { font-size: 2rem; margin: 0 0 10px; color: var(--webtm-footer-heading, #fff); }
.webtm-footer-column .widget + .widget { margin-top: 22px; }
.webtm-footer-column .widget-title { margin: 0 0 10px; color: var(--webtm-footer-heading, #fff); }
.webtm-footer-column .widget ul { margin: 0; padding-left: 18px; }
.webtm-footer-column .widget a { color: var(--webtm-footer-link, #fff); }
.webtm-footer-column__content > *:first-child { margin-top: 0; }
.webtm-footer-column__content > *:last-child { margin-bottom: 0; }
.webtm-footer-column__content p,
.webtm-footer-column__content ul,
.webtm-footer-column__content ol { margin: 0 0 14px; }
.webtm-footer-column__content ul,
.webtm-footer-column__content ol { padding-left: 18px; }
.webtm-footer-column__content a {
  color: var(--webtm-footer-link, #fff);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.webtm-footer-bottom { display: flex; justify-content: space-between; gap: 18px; align-items: center; border-top: 1px solid var(--webtm-footer-border, rgba(255,255,255,.08)); margin-top: 34px; padding-top: 18px; font-size: 14px; }
.webtm-footer-bottom--widgets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.webtm-footer-bottom-slot {
  display: grid;
  gap: 14px;
}
.webtm-footer-bottom-slot--center {
  justify-items: center;
  text-align: center;
}
.webtm-footer-bottom-slot--right {
  justify-items: end;
  text-align: right;
}
.site-footer .menu { gap: 16px; }
.webtm-footer-meta { display: grid; justify-items: end; gap: 4px; }
.webtm-footer-meta p { margin: 0; }
.webtm-footer-creditbar {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--webtm-footer-border, rgba(255,255,255,.08));
}
.webtm-footer-credit {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
  color: var(--webtm-footer-credit-color, rgba(255,255,255,.86));
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .01em;
}
.webtm-footer-credit__line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin: 0;
}
.webtm-footer-credit__prefix {
  color: inherit;
}
.webtm-footer-credit a {
  color: var(--webtm-footer-credit-color, #fff);
  text-decoration: none;
  text-underline-offset: 2px;
}
.webtm-footer-credit a:hover,
.webtm-footer-credit a:focus {
  text-decoration: underline;
}
.webtm-footer-credit__accent {
  color: var(--webtm-footer-credit-accent, #b31d1d);
  font-family: 'Yellowtail', 'Brush Script MT', 'Segoe Script', cursive;
  font-size: 1.62em;
  line-height: 1;
  letter-spacing: .02em;
  font-weight: 400;
  transform: translateY(1px);
}
.webtm-footer-credit__line--secondary a {
  font-weight: 600;
}
.webtm-social-links--footer .webtm-social-link {
  background: rgba(255,255,255,.06);
  border-color: var(--webtm-footer-border, rgba(255,255,255,.24));
  color: var(--webtm-footer-link, #fff);
}
.webtm-social-links--footer .webtm-social-link:hover {
  background: var(--webtm-footer-link, #fff);
  color: var(--webtm-secondary);
}
.site-footer .wp-block-social-links a {
  color: inherit;
}
.site-footer .wp-block-image img,
.site-footer .widget_media_image img {
  height: auto;
  max-width: 100%;
}
.site-footer .wp-block-buttons {
  margin-top: 0;
}
.site-footer .wp-block-group,
.site-footer .wp-block-columns,
.site-footer .wp-block-column {
  min-width: 0;
}

@supports ((-webkit-backdrop-filter: blur(6px)) or (backdrop-filter: blur(6px))) {
  @media (min-width: 1025px) {
    .webtm-map-placeholder span {
      background: rgba(255,255,255,.76);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
    }

    .webtm-footer-newsletter {
      background: rgba(255,255,255,.04);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .webtm-social-link:hover,
  .webtm-journal-card:hover,
  .webtm-product-card:hover {
    transform: none;
    box-shadow: var(--webtm-shadow);
  }
}

@media (max-width: 1200px) {
  .webtm-home-hero__grid,
  .webtm-welcome__grid,
  .webtm-home-story__grid,
  .webtm-feature-ribbon__grid,
  .webtm-showcase-band__frame,
  .webtm-product-grid,
  .webtm-editorial-pair__grid,
  .webtm-testimonial-split__grid,
  .webtm-journal-cards,
  .webtm-contact-band__grid,
  .webtm-contact-layout,
  .webtm-page-split,
  .webtm-layout-with-sidebar,
  .webtm-layout-with-sidebar--left,
  .webtm-layout-triple-sidebar,
  .webtm-offer-panel__grid,
  .webtm-team-grid,
  .webtm-service-grid,
  .webtm-footer-newsletter,
  .webtm-footer-grid { grid-template-columns: 1fr 1fr; }
  .webtm-layout-triple-sidebar { grid-template-columns: 1fr; }
  .webtm-page-sidebar {
    min-width: 0;
    max-width: none;
  }
  .webtm-products-section .webtm-product-grid { grid-template-columns: 1fr 1fr; }
  .webtm-icon-points { grid-template-columns: 1fr 1fr; }
  .webtm-home-story__metrics { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 960px) {
  .webtm-topbar { display: none; }
  .webtm-header-main {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 12px 14px;
    border-radius: 0 0 18px 18px;
  }
  .webtm-header-main .main-navigation--split,
  .webtm-header-main .webtm-header-main__nav {
    display: none;
  }
  .webtm-header-main__left,
  .webtm-header-main__stack {
    display: none;
  }
  .webtm-header-main .site-branding {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }
  .custom-logo { width: min(128px, var(--webtm-logo-width)); }
  .webtm-brand-title { font-size: 2.8rem; }
  .webtm-header-main .webtm-header-actions,
  .webtm-header-main__right .webtm-header-actions {
    display: none;
  }
  .webtm-header-main .webtm-cart-link,
  .webtm-header-main .webtm-social-links--header { display: none; }
  .webtm-header-mobile-wrap {
    display: block;
  }
  .webtm-menu-toggle {
    display: inline-flex;
    min-width: 96px;
    justify-content: center;
  }
  .main-navigation--mobile {
    display: none;
    margin-top: 10px;
    width: min(360px, 92vw);
  }
  .webtm-header-mobile__nav.is-open .main-navigation--mobile {
    display: block;
  }
  .main-navigation--mobile .menu,
  .main-navigation--mobile ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(31,44,77,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
  }
  .main-navigation--mobile a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
  }
  .main-navigation--mobile li.current-menu-item > a::after,
  .main-navigation--mobile li.current_page_item > a::after {
    display: none;
  }

  .webtm-header-main--logo_right,
  .webtm-header-main--logo-right {
    grid-template-columns: auto 1fr;
  }
  .webtm-header-main--logo_right .site-branding,
  .webtm-header-main--logo-right .site-branding {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .webtm-header-main--logo_right .webtm-header-main__mobile-nav,
  .webtm-header-main--logo-right .webtm-header-main__mobile-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }
  .webtm-header-main--logo_right .main-navigation--mobile,
  .webtm-header-main--logo-right .main-navigation--mobile {
    margin-left: 0;
  }

  .webtm-header-main--logo_left,
  .webtm-header-main--logo-left {
    grid-template-columns: 1fr auto;
  }
  .webtm-header-main--logo_left .site-branding,
  .webtm-header-main--logo-left .site-branding {
    grid-column: 1;
    justify-self: start;
  }
  .webtm-header-main--logo_left .webtm-header-main__mobile-nav,
  .webtm-header-main--logo-left .webtm-header-main__mobile-nav {
    grid-column: 2;
    justify-self: end;
  }
  .webtm-header-main--logo_left .main-navigation--mobile,
  .webtm-header-main--logo-left .main-navigation--mobile {
    margin-left: auto;
  }

  .webtm-header-main--split_center,
  .webtm-header-main--split-center {
    grid-template-columns: auto 1fr auto;
  }
  .webtm-header-main--split_center .webtm-header-main__right,
  .webtm-header-main--split-center .webtm-header-main__right {
    grid-column: 3;
    grid-row: 1;
    min-width: 110px;
    visibility: hidden;
  }
  .webtm-header-main--split_center .site-branding,
  .webtm-header-main--split-center .site-branding {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }
  .webtm-header-main--split_center .webtm-header-main__mobile-nav,
  .webtm-header-main--split-center .webtm-header-main__mobile-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .webtm-header-main--center_stack,
  .webtm-header-main--center-stack {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .webtm-header-main--center_stack .site-branding,
  .webtm-header-main--center-stack .site-branding {
    justify-self: center;
  }
  .webtm-header-main--center_stack .webtm-header-main__mobile-nav,
  .webtm-header-main--center-stack .webtm-header-main__mobile-nav {
    justify-self: center;
    width: 100%;
    text-align: center;
  }
  .webtm-header-main--center_stack .main-navigation--mobile,
  .webtm-header-main--center-stack .main-navigation--mobile {
    margin-left: auto;
    margin-right: auto;
  }

  /* Keep logo perfectly centered by balancing the burger column on the right. */
  .webtm-header-main::after {
    content: '';
    display: block;
    grid-column: 3;
    grid-row: 1;
    width: 96px;
    height: 1px;
  }

  /* Final alignment override for all header layouts at tablet size. */
  .webtm-header-main {
    grid-template-columns: auto 1fr auto;
  }
  .webtm-header-main .site-branding {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    text-align: center;
  }
  .webtm-header-main .webtm-header-main__mobile-nav {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    text-align: left;
  }
  .webtm-header-main--split_center .webtm-header-main__right,
  .webtm-header-main--split-center .webtm-header-main__right {
    display: none;
    min-width: 0;
  }
}
@media (max-width: 780px) {
  .webtm-topbar { display: none; }
  .webtm-header-mobile-wrap {
    display: block;
  }
  .webtm-menu-toggle span:last-child { display: none; }
  .webtm-menu-toggle {
    min-width: 44px;
    justify-content: center;
    padding: 0 10px;
  }
  .webtm-shell,
  .webtm-shell--content,
  .webtm-page-shell--wide,
  .webtm-service-grid--wide,
  .webtm-process-band { width: min(calc(100% - 24px), 100%); }
  .webtm-topbar__inner,
  .webtm-topbar__contact,
  .webtm-topbar__widget-area,
  .webtm-header-actions__widgets,
  .webtm-feature-ribbon__grid,
  .webtm-home-story__grid,
  .webtm-showcase-band__frame,
  .webtm-icon-points,
  .webtm-product-grid,
  .webtm-editorial-pair__grid,
  .webtm-testimonial-split__grid,
  .webtm-journal-cards,
  .webtm-contact-band__grid,
  .webtm-contact-layout,
  .webtm-page-split,
  .webtm-offer-panel__grid,
  .webtm-layout-triple-sidebar,
  .webtm-team-grid,
  .webtm-service-grid,
  .webtm-footer-newsletter,
  .webtm-footer-grid,
  .webtm-newsletter-form { display: grid; grid-template-columns: 1fr; }
  .webtm-footer-bottom { display: grid; justify-items: start; }
  .webtm-footer-meta { justify-items: start; }
  .custom-logo { width: min(112px, var(--webtm-logo-width)); }
  .webtm-brand-title { font-size: 2.6rem; }
  .webtm-header-mobile {
    flex-wrap: wrap;
    gap: 10px;
    min-height: 68px;
    padding: 10px 0;
  }
  .webtm-header-mobile .site-branding {
    order: 1;
    width: calc(100% - 56px);
    text-align: left;
  }
  .webtm-header-mobile__nav {
    order: 2;
    width: auto;
  }
  .webtm-header-mobile .webtm-header-actions {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .webtm-home-hero__copy,
  .webtm-banner-card,
  .webtm-showcase-band__inner,
  .webtm-showcase-band__panel,
  .webtm-page-article,
  .webtm-not-found,
  .webtm-contact-band__form,
  .webtm-contact-card--form,
  .webtm-offer-panel,
  .webtm-process-band { padding: 24px 20px; }
  .webtm-home-hero__media img,
  .webtm-home-story__visual img,
  .webtm-showcase-band__image img,
  .webtm-testimonial-banner,
  .webtm-page-split__media img { min-height: 320px; }
  .webtm-home-story__metrics,
  .webtm-products-section .webtm-product-grid { grid-template-columns: 1fr; }
  .webtm-home-hero__copy h1 { font-size: 3.1rem; }
  .webtm-banner-card h3,
  .webtm-testimonial-banner h3 { font-size: 2.2rem; }
  .webtm-testimonial-banner > div { width: calc(100% - 24px); margin: 0 12px 12px; }
  .webtm-editorial-panel--light { grid-template-columns: 1fr; }
  .webtm-editorial-panel__image { min-height: 240px; }
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: var(--webtm-text);
  border: 1px solid rgba(31, 44, 77, 0.18);
  box-shadow: none;
}
.has-primary-background-color { background-color: var(--webtm-primary) !important; }
.has-navy-background-color { background-color: var(--webtm-secondary) !important; }
.has-powder-background-color { background-color: var(--webtm-accent) !important; }
.has-mist-background-color { background-color: var(--webtm-surface) !important; }
.has-ink-background-color { background-color: var(--webtm-text) !important; }
.has-primary-color { color: var(--webtm-primary) !important; }
.has-navy-color { color: var(--webtm-secondary) !important; }
.has-powder-color { color: var(--webtm-accent) !important; }
.has-mist-color { color: var(--webtm-surface) !important; }
.has-ink-color { color: var(--webtm-text) !important; }
.entry-content .wp-block-button:not(.is-style-outline) .wp-block-button__link,
.webtm-pattern .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  background: linear-gradient(135deg, var(--webtm-primary), var(--webtm-secondary)) !important;
  color: #fff !important;
  border-color: transparent !important;
}
.entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.webtm-pattern .wp-block-button.is-style-outline .wp-block-button__link {
  color: var(--webtm-text) !important;
  border-color: var(--webtm-secondary) !important;
}

.webtm-template .entry-content > .webtm-pattern:first-child { padding-top: 42px; }
.webtm-template .entry-content > .webtm-pattern:last-child { padding-bottom: 24px; }

/* Keep Elementor sections editable: do not force starter backgrounds/colors globally. */

.webtm-pattern { padding: 56px 0; }
.webtm-pattern-shell { width: min(calc(100% - 48px), var(--webtm-site-width)); margin: 0 auto; }
.webtm-pattern-grid { gap: 32px; align-items: center; }
.webtm-pattern-copy { text-wrap: balance; }
.webtm-pattern-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: .95;
  letter-spacing: -.03em;
  margin: 18px 0 14px;
}
.webtm-pattern-text {
  max-width: 52ch;
  color: var(--webtm-muted);
  font-size: 1rem;
  line-height: 1.75;
}
.webtm-pattern-text--center { margin-inline: auto; }
.webtm-pattern-buttons { margin-top: 24px; gap: 14px; }
.webtm-pattern-image img,
.webtm-pattern-image--hero img,
.webtm-pattern-image--card img,
.webtm-pattern-image--band img,
.webtm-pattern-image--panel img,
.webtm-pattern-image--service img {
  width: 100%;
  border-radius: 32px;
  box-shadow: var(--webtm-shadow);
  object-fit: cover;
}
.webtm-pattern-image--hero img { min-height: 520px; }
.webtm-pattern-image--band img { min-height: 420px; }
.webtm-pattern-image--panel img { min-height: 420px; }
.webtm-pattern-image--service img,
.webtm-pattern-image--card img { min-height: 210px; }
.webtm-pattern-image--offset { margin-top: 18px; }
.webtm-pattern-media-frame {
  min-height: 520px;
  border-radius: 32px;
  box-shadow: var(--webtm-shadow);
  background: var(--webtm-bg-hero, url('../images/generic/abstract-hero.svg')) center/cover no-repeat;
}

.webtm-pattern--hero-split .webtm-pattern-grid {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(31, 44, 77, 0.08);
  border-radius: 38px;
  padding: 34px;
}
.webtm-pattern-media-stack { gap: 18px; }

.webtm-pattern--editorial .webtm-pattern-shell,
.webtm-pattern--services .webtm-pattern-shell { max-width: 1240px; }

.webtm-mini-metrics { margin-top: 28px; gap: 16px; }
.webtm-mini-metric,
.webtm-services-grid > .wp-block-column,
.webtm-pattern--contact .webtm-pattern-copy {
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(31, 44, 77, 0.08);
  border-radius: 28px;
  box-shadow: var(--webtm-shadow);
}
.webtm-mini-metric { padding: 22px; }
.webtm-mini-metric h4,
.webtm-services-grid h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin: 0 0 8px;
}
.webtm-services-grid { margin-top: 34px; gap: 20px; }
.webtm-services-grid > .wp-block-column { padding: 20px; }
.webtm-services-grid .wp-block-image { margin-bottom: 18px; }

.webtm-pattern--contact .webtm-pattern-grid,
.webtm-pattern--story .webtm-pattern-grid {
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.88));
  border-radius: 38px;
  padding: 34px;
  box-shadow: var(--webtm-shadow);
}
.webtm-pattern-list { margin: 22px 0 0 18px; color: var(--webtm-muted); }
.webtm-pattern-list li { margin-bottom: 10px; }

.webtm-cta-band {
  background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary));
  padding: 30px 34px;
  border-radius: 34px;
  box-shadow: var(--webtm-shadow);
}
.webtm-cta-band .webtm-kicker,
.webtm-cta-band .webtm-pattern-title { color: #fff; }
.webtm-cta-band .webtm-kicker::before { background: rgba(255,255,255,.7); }
.webtm-cta-band .webtm-pattern-title { font-size: clamp(2.2rem, 4vw, 3.6rem); margin-bottom: 0; }
.webtm-cta-band .wp-block-button__link { background: #fff; color: var(--webtm-secondary); box-shadow: none; }

.webtm-business-stats-grid { margin-top: 26px; gap: 16px; }
.webtm-business-stats-grid > .wp-block-column { min-width: 0; }
.webtm-pattern--business-stats .webtm-mini-metric { height: 100%; border-radius: 14px; border: 1px solid rgba(31,44,77,.14); }

.webtm-pattern--creative .webtm-pattern-grid {
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(243,220,232,.42));
  border-radius: 44px;
  padding: 34px;
  box-shadow: var(--webtm-shadow);
}
.webtm-pattern--creative .webtm-pattern-copy .webtm-pattern-image--card img { min-height: 180px; }

body.webtm-theme-business-clean {
  --webtm-radius: 12px;
  --webtm-radius-lg: 18px;
  --webtm-shadow: 0 18px 42px rgba(11, 23, 62, 0.14);
}
body.webtm-theme-business-clean .webtm-pattern-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: clamp(18px, 4.2vw, 86px);
  padding-right: clamp(18px, 4.2vw, 86px);
}
body.webtm-theme-business-clean .webtm-pattern-shell > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
body.webtm-theme-business-clean .button,
body.webtm-theme-business-clean .webtm-header-cta,
body.webtm-theme-business-clean .search-submit,
body.webtm-theme-business-clean .webtm-newsletter-form button,
body.webtm-theme-business-clean .webtm-contact-form button {
  border-radius: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-pattern-grid,
body.webtm-theme-business-clean .webtm-pattern--contact .webtm-pattern-grid,
body.webtm-theme-business-clean .webtm-pattern--story .webtm-pattern-grid,
body.webtm-theme-business-clean .webtm-pattern--creative .webtm-pattern-grid,
body.webtm-theme-business-clean .webtm-cta-band { border-radius: 12px; }
body.webtm-theme-business-clean .main-navigation ul { letter-spacing: .1em; }
body.webtm-theme-business-clean .webtm-cta-band {
  background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)) !important;
}
body.webtm-theme-business-clean .webtm-pattern {
  padding-top: 0;
  padding-bottom: 0;
}
body.webtm-theme-business-clean .webtm-pattern--hero-split {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  background:
    linear-gradient(rgba(8, 17, 49, 0.86), rgba(8, 17, 49, 0.9)),
    var(--webtm-bg-hero, url('../images/generic/abstract-hero.svg')) center/cover no-repeat;
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-pattern-shell {
  padding-left: clamp(18px, 9vw, 290px);
  padding-right: clamp(18px, 9vw, 290px);
  padding-top: clamp(70px, 9vw, 116px);
  padding-bottom: clamp(62px, 8vw, 96px);
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-pattern-grid {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  max-width: 1240px;
  margin: 0 auto;
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-kicker,
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-pattern-title,
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-pattern-text {
  color: #fff;
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .webtm-kicker::before {
  background: rgba(255,255,255,.72);
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .wp-block-button__link {
  background: var(--webtm-primary);
  color: #fff;
  border: 1px solid var(--webtm-primary);
}
body.webtm-theme-business-clean .webtm-pattern--hero-split .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.7);
}
body.webtm-theme-business-clean .webtm-pattern--business-stats {
  margin-top: 0;
  padding-top: clamp(18px, 3.2vw, 42px);
  padding-bottom: clamp(40px, 4.4vw, 64px);
  background:
    radial-gradient(circle at 10% 40%, rgba(255,255,255,.12), transparent 22%),
    linear-gradient(135deg, var(--webtm-primary), var(--webtm-secondary)) !important;
}
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-pattern-shell {
  padding-left: clamp(18px, 6vw, 220px);
  padding-right: clamp(18px, 6vw, 220px);
}
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-kicker,
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-pattern-title,
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-pattern-text {
  color: #fff;
}
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-kicker::before {
  background: rgba(255,255,255,.72);
}
body.webtm-theme-business-clean .webtm-pattern--business-stats .webtm-mini-metric {
  border-radius: 10px;
  border: 0;
  box-shadow: none;
}
body.webtm-theme-business-clean .webtm-pattern--services .webtm-pattern-shell,
body.webtm-theme-business-clean .webtm-pattern--story .webtm-pattern-shell,
body.webtm-theme-business-clean .webtm-pattern--contact .webtm-pattern-shell {
  padding-top: clamp(48px, 5vw, 80px);
  padding-bottom: clamp(36px, 4.4vw, 64px);
}
body.webtm-theme-business-clean .webtm-pattern--services,
body.webtm-theme-business-clean .webtm-pattern--story,
body.webtm-theme-business-clean .webtm-pattern--contact {
  background: var(--webtm-header-main-bg);
}
body.webtm-theme-business-clean .webtm-pattern--cta {
  padding-top: clamp(30px, 3.8vw, 52px);
  padding-bottom: clamp(52px, 5vw, 82px);
  background: var(--webtm-surface);
}

/* Keep starter template styling, but let inserted patterns be fully editable. */
.site-main:not(.webtm-template) .webtm-pattern {
  padding-top: 56px;
  padding-bottom: 56px;
}
.site-main:not(.webtm-template) .webtm-pattern-shell {
  width: min(calc(100% - 48px), var(--webtm-site-width));
  max-width: var(--webtm-site-width);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.site-main:not(.webtm-template) .webtm-pattern-shell > * {
  max-width: none;
}
.site-main:not(.webtm-template) .webtm-pattern-text,
.site-main:not(.webtm-template) .webtm-pattern-list {
  color: inherit;
}
.site-main:not(.webtm-template) .webtm-kicker,
.site-main:not(.webtm-template) .webtm-pattern-title {
  color: inherit;
}
.site-main:not(.webtm-template) .webtm-pattern--hero-split,
.site-main:not(.webtm-template) .webtm-pattern--business-stats,
.site-main:not(.webtm-template) .webtm-pattern--services,
.site-main:not(.webtm-template) .webtm-pattern--story,
.site-main:not(.webtm-template) .webtm-pattern--contact,
.site-main:not(.webtm-template) .webtm-pattern--cta {
  background: transparent !important;
}
.site-main:not(.webtm-template) .webtm-pattern--hero-split .webtm-pattern-grid,
.site-main:not(.webtm-template) .webtm-pattern--contact .webtm-pattern-grid,
.site-main:not(.webtm-template) .webtm-pattern--story .webtm-pattern-grid,
.site-main:not(.webtm-template) .webtm-pattern--creative .webtm-pattern-grid,
.site-main:not(.webtm-template) .webtm-mini-metric,
.site-main:not(.webtm-template) .webtm-services-grid > .wp-block-column,
.site-main:not(.webtm-template) .webtm-pattern--contact .webtm-pattern-copy,
.site-main:not(.webtm-template) .webtm-cta-band {
  background: transparent !important;
  box-shadow: none;
}
.site-main:not(.webtm-template) .webtm-cta-band .webtm-kicker,
.site-main:not(.webtm-template) .webtm-cta-band .webtm-pattern-title {
  color: inherit;
}
.site-main:not(.webtm-template) .webtm-cta-band .webtm-kicker::before {
  background: currentColor;
  opacity: .35;
}
.site-main:not(.webtm-template) .webtm-cta-band .wp-block-button__link {
  background: initial !important;
  color: inherit !important;
  box-shadow: none;
}
.site-main:not(.webtm-template) .webtm-pattern .wp-block-button__link {
  color: inherit !important;
}
.site-main:not(.webtm-template) .webtm-pattern .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor !important;
}

/* Keep Elementor sections editable in business-clean mode as well. */

body.webtm-theme-creative-showcase {
  --webtm-radius: 34px;
  --webtm-radius-lg: 52px;
  --webtm-shadow: 0 24px 60px rgba(29,34,54,.12);
}
body.webtm-theme-creative-showcase .site-main {
  background:
    radial-gradient(circle at 20% 4%, rgba(196,138,177,.12), transparent 28%),
    radial-gradient(circle at 88% 0%, rgba(29,34,54,.08), transparent 22%);
}
body.webtm-theme-creative-showcase .webtm-pattern-title { letter-spacing: -.05em; }

body.webtm-preset-midnight .webtm-cta-band { background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)); }
body.webtm-preset-earth .webtm-cta-band { background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)); }
body.webtm-preset-velocity .webtm-cta-band { background: linear-gradient(135deg, var(--webtm-secondary), var(--webtm-primary)); }

@media (max-width: 960px) {
  .webtm-pattern-shell { width: min(calc(100% - 24px), var(--webtm-site-width)); }
  .webtm-pattern-grid,
  .webtm-pattern-media-stack,
  .webtm-mini-metrics,
  .webtm-business-stats-grid,
  .webtm-services-grid,
  .webtm-cta-band {
    display: grid;
    grid-template-columns: 1fr;
  }
  .webtm-pattern--hero-split .webtm-pattern-grid,
  .webtm-pattern--contact .webtm-pattern-grid,
  .webtm-pattern--story .webtm-pattern-grid,
  .webtm-cta-band { padding: 24px; }
  .webtm-pattern-image--hero img,
  .webtm-pattern-image--band img,
  .webtm-pattern-image--panel img { min-height: 300px; }
  .webtm-pattern-media-frame { min-height: 300px; }
}
