:root {
  --webtm-primary: #5e8ef7;
  --webtm-secondary: #1f2c4d;
  --webtm-accent: #dbe7ff;
  --webtm-surface: #f5f7fc;
  --webtm-text: #1d2740;
  --webtm-muted: #6d7794;
  --webtm-site-width: 1380px;
  --webtm-narrow-width: 980px;
  --webtm-logo-width: 172px;
  --webtm-radius: 28px;
  --webtm-radius-lg: 40px;
  --webtm-shadow: 0 22px 60px rgba(29, 39, 64, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--webtm-text);
  background:
    radial-gradient(circle at top left, rgba(94,142,247,.09), transparent 26%),
    radial-gradient(circle at top right, rgba(219,231,255,.35), transparent 24%),
    linear-gradient(180deg, #fffdfb 0%, var(--webtm-surface) 100%);
}
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: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 30px rgba(34, 26, 45, 0.05);
}
.webtm-topbar { background: linear-gradient(90deg, var(--webtm-secondary), var(--webtm-primary)); color: #fff; }
.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__inner p { margin: 0; }
.webtm-topbar__contact { display: flex; gap: 18px; }
.webtm-header-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 26px;
  align-items: center;
  min-height: 124px;
  padding-inline: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(255,255,255,.92));
  border-bottom: 1px solid rgba(31,44,77,.08);
}
.site-branding { justify-self: center; }
.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; }
.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: 26px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-navigation a {
  position: relative;
  display: inline-flex;
  padding-bottom: 4px;
  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-secondary); }
.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: #c7d862;
}
.webtm-header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.button,
.webtm-header-cta,
.search-submit,
.wc-block-components-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.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, #5e8ef7, #1f2c4d); }
.webtm-feature-ribbon__grid article:nth-child(2) { background: linear-gradient(135deg, #cad66d, #acbc52); }
.webtm-feature-ribbon__grid article:nth-child(3) { background: linear-gradient(135deg, #a8c4ff, #5e8ef7); }
.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,
.woocommerce ul.products li.product,
.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,
.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px 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, rgba(31,44,77,.92), rgba(94,142,247,.82)), 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)), url('../images/generic/abstract-panel.svg') center/cover; }
.webtm-showcase-band { padding: 14px 0 62px; }
.webtm-showcase-band__inner {
  background: #1f2c4d;
  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,
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.woocommerce ul.products { padding: 0; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding-bottom: 20px; }
.webtm-product-media,
.woocommerce ul.products li.product a img { 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,
.woocommerce ul.products li.product .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)),
    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)), 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, #5e8ef7, #1f2c4d); 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, rgba(94,142,247,.22), rgba(219,231,255,.4));
  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,.76);
  backdrop-filter: blur(12px);
  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-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; }
.woocommerce div.product { background: rgba(255,255,255,.88); border-radius: var(--webtm-radius); padding: 34px; box-shadow: var(--webtm-shadow); }
.site-footer {
  background:
    linear-gradient(rgba(17,28,52,.92), rgba(17,28,52,.92)),
    url('../images/generic/abstract-texture.svg') center top/cover;
  color: 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: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.webtm-footer-newsletter h2 { font-size: clamp(2rem, 3vw, 3.2rem); margin: 14px 0 0; color: #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: #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 rgba(255,255,255,.08); }
.site-footer h3 { font-size: 2rem; margin: 0 0 10px; color: #fff; }
.webtm-footer-bottom { display: flex; justify-content: space-between; gap: 18px; align-items: center; border-top: 1px solid rgba(255,255,255,.08); margin-top: 34px; padding-top: 18px; font-size: 14px; }
.site-footer .menu { gap: 16px; }
.webtm-footer-meta { display: grid; justify-items: end; gap: 4px; }
.webtm-footer-meta p { margin: 0; }
.webtm-footer-credit a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 1200px) {
  .webtm-header-main,
  .webtm-home-hero__grid,
  .webtm-welcome__grid,
  .webtm-home-story__grid,
  .webtm-feature-ribbon__grid,
  .webtm-showcase-band__frame,
  .webtm-product-grid,
  .woocommerce ul.products,
  .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-team-grid,
  .webtm-service-grid,
  .webtm-footer-newsletter,
  .webtm-footer-grid { grid-template-columns: 1fr 1fr; }
  .webtm-header-main { grid-template-columns: 1fr; justify-items: center; padding: 18px 18px 22px; }
  .main-navigation ul { justify-content: center; flex-wrap: wrap; }
  .webtm-header-actions { justify-self: center; }
  .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: 780px) {
  .webtm-topbar { display: none; }
  .site-header { top: 0; }
  .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-feature-ribbon__grid,
  .webtm-home-story__grid,
  .webtm-showcase-band__frame,
  .webtm-icon-points,
  .webtm-product-grid,
  .woocommerce ul.products,
  .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-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; }
  .webtm-header-main {
    grid-template-columns: auto 1fr auto;
    justify-items: stretch;
    align-items: center;
    gap: 12px;
    min-height: 78px;
    padding: 12px 14px;
    border-radius: 0 0 22px 22px;
  }
  .site-branding { justify-self: center; }
  .custom-logo { width: min(112px, var(--webtm-logo-width)); }
  .webtm-brand-title { font-size: 2.6rem; }
  .main-navigation {
    grid-column: 1 / -1;
    order: 3;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .main-navigation::-webkit-scrollbar { display: none; }
  .main-navigation ul {
    width: max-content;
    min-width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    font-size: 11px;
    letter-spacing: .06em;
    padding-bottom: 2px;
  }
  .webtm-header-actions {
    justify-self: end;
    gap: 8px;
  }
  .webtm-header-cta {
    min-height: 42px;
    padding: 0 16px;
    font-size: 12px;
    box-shadow: 0 12px 24px rgba(31,44,77,.18);
  }
  .webtm-cart-link { display: none; }
  .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;
}

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

.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--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 12px 30px rgba(19,31,56,.09);
}
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: 6px; 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-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-skyline {
  background:
    radial-gradient(circle at top left, rgba(94,142,247,.08), transparent 24%),
    radial-gradient(circle at top right, rgba(219,231,255,.72), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f5f7fc 100%);
}
body.webtm-preset-earth {
  background:
    radial-gradient(circle at top left, rgba(123,159,114,.12), transparent 24%),
    radial-gradient(circle at top right, rgba(239,226,211,.82), transparent 30%),
    linear-gradient(180deg, #fffdfa 0%, #faf7f1 100%);
}
body.webtm-preset-midnight {
  background:
    radial-gradient(circle at top left, rgba(196,138,177,.14), transparent 24%),
    radial-gradient(circle at top right, rgba(29,34,54,.08), transparent 28%),
    linear-gradient(180deg, #fffafd 0%, #f8f4f7 100%);
}
body.webtm-preset-midnight .webtm-topbar,
body.webtm-preset-midnight .webtm-cta-band { background: linear-gradient(135deg, #1d2236, #c48ab1); }
body.webtm-preset-earth .webtm-topbar,
body.webtm-preset-earth .webtm-cta-band { background: linear-gradient(135deg, #304b42, #7b9f72); }

@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; }
}
