:root {
  --aw-ink: #181b1b;
  --aw-paper: #f4f3ef;
  --aw-paper-2: #ebe8e1;
  --aw-white: #ffffff;
  --aw-green: #25312b;
  --aw-bronze: #b66b3c;
  --aw-bronze-dark: #8f4f2c;
  --aw-muted: #6d716f;
  --aw-line: #d8d5ce;
  --aw-transition: 180ms ease;
}

html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  max-width: 100%;
  overflow-x: hidden;
  background: var(--aw-paper);
  color: var(--aw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}
body.has-navigation-open { overflow: hidden; }
.wp-site-blocks {
  max-width: 100%;
  overflow-x: clip;
  background: var(--aw-paper);
  color: var(--aw-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.wp-site-blocks > main { margin-block-start: 0; }
.wp-site-blocks button,
.wp-site-blocks input,
.wp-site-blocks select,
.wp-site-blocks textarea { font: inherit; }
.wp-site-blocks h1.wp-block-heading,
.wp-site-blocks h1.wp-block-post-title { font-size: 32px; line-height: 1.15; letter-spacing: -.02em; }
.wp-site-blocks h2.wp-block-heading { font-size: 2.25rem; line-height: 1.12; letter-spacing: -.025em; }
.wp-site-blocks h3.wp-block-heading { font-size: 1.375rem; line-height: 1.2; letter-spacing: -.01em; }
.wp-site-blocks .alloywright-eyebrow {
  margin: 0 0 .75rem;
  color: var(--aw-bronze);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.wp-site-blocks .wp-element-button,
.wp-site-blocks .wp-block-button__link {
  min-height: 48px;
  padding: 0 1.25rem;
  border-radius: 3px;
  border-color: var(--aw-bronze);
  background: var(--aw-bronze);
  color: var(--aw-white);
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: transform var(--aw-transition), opacity var(--aw-transition);
}
.wp-site-blocks .wp-element-button:hover,
.wp-site-blocks .wp-block-button__link:hover { opacity: .9; transform: translateY(-1px); }
.wp-site-blocks .is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
}

/* Header */
.alloywright-topbar {
  min-height: 34px;
  padding: 0 24px;
  background: #111414 !important;
  color: #d9dcda !important;
  font-size: 12px;
}
.alloywright-topbar > .wp-block-group { min-height: 34px; }
.alloywright-topbar p { margin: 0; font-size: 12px !important; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0 24px;
  border-bottom: 1px solid rgb(24 27 27 / 8%);
  background: rgb(244 243 239 / 95%);
  backdrop-filter: blur(14px);
}
.admin-bar .site-header { top: 32px; }
.site-header > .wp-block-group { min-height: 76px; gap: 32px; }
.alloywright-brand { gap: 0; }
.alloywright-wordmark { margin: 0; font-size: 1.375rem; font-weight: 900; letter-spacing: .03em; line-height: 1; }
.alloywright-wordmark a { color: var(--aw-ink); text-decoration: none; }
.alloywright-wordmark-accent a { color: var(--aw-bronze); }
.alloywright-brand .wp-block-site-title { margin: 0; font-size: 1.375rem; font-weight: 900; letter-spacing: .03em; }
.alloywright-brand .wp-block-site-title a { color: var(--aw-ink); text-decoration: none; }
.alloywright-main-navigation { margin-left: auto; }
.alloywright-main-navigation .wp-block-navigation__container { gap: 28px; }
.alloywright-main-navigation a { color: var(--aw-ink); font-size: .875rem; font-weight: 650; }
.alloywright-main-navigation .wp-block-navigation__submenu-container {
  min-width: 260px;
  padding: 10px;
  border: 1px solid var(--aw-line);
  border-radius: 3px;
  background: var(--aw-white);
  box-shadow: 0 14px 34px rgb(24 27 27 / 12%);
}
.alloywright-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  padding: 10px 12px;
  white-space: nowrap;
}
.alloywright-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
  background: var(--aw-paper-2);
  color: var(--aw-bronze-dark);
}

@media (min-width: 783px) {
  .alloywright-main-navigation .alloywright-blog-submenu > .wp-block-navigation__submenu-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(230px, 1fr));
    width: 520px;
  }
}
.alloywright-header-v7 > .wp-block-group > .wp-block-woocommerce-customer-account,
.alloywright-header-v7 > .wp-block-group > .wp-block-woocommerce-mini-cart { display: none; }
.alloywright-header-actions { gap: 10px; }

/* Shared sections */
.alloywright-section { padding: 86px 24px; }
.alloywright-section-heading { margin-bottom: 32px; }
.alloywright-section-heading h2 { margin: 8px 0 0; }
.alloywright-media { width: 100%; max-width: 100%; margin: 0; overflow: hidden; }
.alloywright-media img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.alloywright-product-link {
  margin-top: 1rem;
  color: var(--aw-bronze-dark);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.alloywright-product-link a { color: inherit; }

/* Hero */
.wp-site-blocks .alloywright-hero {
  padding: 28px 24px 74px;
  background: var(--aw-paper) !important;
  color: var(--aw-ink) !important;
}
.alloywright-hero > .wp-block-columns:first-of-type {
  min-height: 620px;
  gap: 0;
  overflow: hidden;
  border-radius: 6px;
  background: var(--aw-ink);
  color: var(--aw-white);
  align-items: stretch;
}
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:first-child {
  flex-basis: 51% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 74px 64px;
}
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child { flex-basis: 49% !important; }
.alloywright-hero h1 { margin: 16px 0 24px; }
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:first-child > p:not(.alloywright-eyebrow) {
  max-width: 650px;
  margin: 0 0 34px;
  color: #d7dad8;
  line-height: 1.6;
}
.alloywright-hero .wp-block-buttons { gap: 12px; }
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child { position: relative; min-height: 620px; }
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child figure { position: absolute; inset: 0; height: 100%; }
.alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child img { height: 100%; }
.alloywright-hero-stats {
  margin-top: 18px !important;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--aw-line);
  border-radius: 4px;
  background: var(--aw-line);
  color: var(--aw-ink);
}
.alloywright-hero-stats > .wp-block-column { padding: 24px 22px; background: var(--aw-white); }
.alloywright-hero-stats h3.wp-block-heading { margin: 0 0 5px; font-size: 1.5rem; }
.alloywright-hero-stats p { margin: 0; color: var(--aw-muted); font-size: .8125rem !important; }

/* Product families */
#products { background: var(--aw-paper); }
#products > .wp-block-columns { gap: 18px; align-items: stretch; }
.alloywright-category {
  min-height: 380px;
  overflow: hidden;
  border: 1px solid #d2cec5;
  border-radius: 4px;
  background: var(--aw-white);
}
.alloywright-category figure { height: 275px; margin: 0; }
.alloywright-category img { height: 100%; aspect-ratio: auto; }
.alloywright-category > :not(figure) { margin-right: 22px; margin-left: 22px; }
.alloywright-category h3.wp-block-heading { margin-top: 20px; margin-bottom: 8px; }
.alloywright-category > p:not(.alloywright-product-link) { margin-top: 0; color: var(--aw-muted); line-height: 1.55; }
.alloywright-category .alloywright-product-link { margin-bottom: 22px; }

/* WooCommerce product collection */
.wp-site-blocks .alloywright-product-collection { background: #e9e7e1 !important; }
.alloywright-product-tabs {
  display: flex;
  width: 100% !important;
  max-width: var(--wp--style--global--wide-size) !important;
  margin: 0 auto 28px;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
}
.alloywright-product-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid #c9c5bd;
  border-radius: 3px;
  background: transparent;
  color: var(--aw-ink);
  font-size: .8125rem;
  font-weight: 700;
  cursor: pointer;
}
.alloywright-product-tab:hover,
.alloywright-product-tab:focus-visible,
.alloywright-product-tab.is-active {
  border-color: var(--aw-bronze);
  background: var(--aw-bronze);
  color: var(--aw-white);
}
.alloywright-product-panel {
  position: relative;
  display: none;
  width: 100%;
  max-width: var(--wp--style--global--wide-size) !important;
}
.alloywright-product-panel.is-active { display: block; }
.alloywright-product-panel[hidden] { display: none !important; }
.alloywright-product-panel > .wp-block-woocommerce-product-collection {
  width: 100%;
  max-width: none !important;
}
.alloywright-product-collection .wc-block-product-template {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.alloywright-product-collection .wc-block-product-template::-webkit-scrollbar { display: none; }
.alloywright-product-collection .wc-block-product-template > li {
  flex: 0 0 calc((100% - 64px) / 5) !important;
  width: calc((100% - 64px) / 5) !important;
  max-width: none !important;
  padding: 10px;
  border: 1px solid #d2cec5;
  border-radius: 4px;
  background: var(--aw-white);
  scroll-snap-align: start;
}
.alloywright-product-collection .wc-block-components-product-image,
.alloywright-product-collection .wc-block-components-product-image img { aspect-ratio: 1; object-fit: cover; border-radius: 3px; }
.alloywright-product-collection .wp-block-post-title { margin: 16px 4px 6px; font-size: 1.125rem; line-height: 1.25; }
.alloywright-product-collection .wp-block-post-title a { color: var(--aw-ink); }
.alloywright-product-collection .wp-block-read-more { margin: 0 4px 4px; color: var(--aw-bronze-dark); }
.alloywright-product-carousel-controls {
  display: none;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 18px;
}
.alloywright-product-carousel-controls.is-visible { display: flex; }
.alloywright-product-carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--aw-ink);
  border-radius: 50%;
  background: transparent;
  color: var(--aw-ink);
  font-size: 1.25rem;
  cursor: pointer;
}
.alloywright-product-carousel-button:hover,
.alloywright-product-carousel-button:focus-visible {
  border-color: var(--aw-bronze);
  background: var(--aw-bronze);
  color: var(--aw-white);
}
.alloywright-product-carousel-button:disabled { opacity: .3; cursor: default; }

/* Single product: native WooCommerce specification content */
.single-product .product .summary .product_title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.single-product .product .summary .woocommerce-product-details__short-description {
  font-size: 1.0625rem;
  line-height: 1.65;
}
.single-product .woocommerce-tabs {
  clear: both;
  margin-top: clamp(56px, 7vw, 96px);
  padding-top: 0;
  border-top: 1px solid var(--aw-ink);
}
.single-product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 28px;
  margin: 0 0 42px;
  padding: 0;
  border-bottom: 1px solid var(--aw-line);
  list-style: none;
}
.single-product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce-tabs ul.tabs::after { display: none; }
.single-product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after { display: none; }
.single-product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 18px 0 15px;
  border-bottom: 3px solid transparent;
  color: var(--aw-muted);
  font-size: .8125rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  border-bottom-color: var(--aw-bronze);
  color: var(--aw-ink);
}
.single-product .woocommerce-tabs .panel > h2:first-child {
  margin: 0 0 24px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.single-product .woocommerce-product-attributes {
  width: 100%;
  margin: 0;
  border: 1px solid var(--aw-line);
  border-collapse: collapse;
  background: var(--aw-white);
}
.single-product .woocommerce-product-attributes tr:nth-child(even) {
  background: #faf9f6;
}
.single-product .woocommerce-product-attributes th,
.single-product .woocommerce-product-attributes td {
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid var(--aw-line);
  text-align: left;
  vertical-align: top;
}
.single-product .woocommerce-product-attributes tr:last-child th,
.single-product .woocommerce-product-attributes tr:last-child td { border-bottom: 0; }
.single-product .woocommerce-product-attributes th {
  width: 32%;
  color: var(--aw-ink);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.single-product .woocommerce-product-attributes td {
  color: var(--aw-muted);
  line-height: 1.55;
}
.single-product .woocommerce-product-attributes td p { margin: 0; }

/* Single product: related products */
.single-product .related.products {
  clear: both;
  margin-top: clamp(60px, 7vw, 92px);
}
.single-product .related.products > h2 {
  margin: 0 0 28px;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.single-product .related.products .woocommerce-loop-product__title {
  font-size: 1.125rem;
  line-height: 1.3;
}
.single-product .related.products .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  line-height: 1;
  text-align: center;
}

/* Product archives: keep action labels centered within fixed-height buttons. */
.woocommerce ul.products li.product .button,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 48px;
  padding: 0 20px;
  line-height: 1.2;
  text-align: center;
}

/* Single product: quote conversion panel */
.wp-site-blocks .alloywright-product-quote {
  margin: 0;
  padding: 0 24px 72px;
  background: var(--aw-paper);
}
.alloywright-product-quote__inner {
  gap: 32px;
  padding: clamp(34px, 4vw, 54px) clamp(28px, 5vw, 68px);
  border-top: 3px solid var(--aw-bronze);
  background: var(--aw-green);
  color: var(--aw-white);
}
.alloywright-product-quote__inner > .wp-block-group { max-width: 720px; }
.alloywright-product-quote .alloywright-eyebrow {
  margin: 0 0 10px;
  color: #d59a72;
}
.alloywright-product-quote h2 {
  margin: 0 0 10px;
  color: var(--aw-white);
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
}
.alloywright-product-quote h2 + p {
  max-width: 650px;
  margin: 0;
  color: #c4cac6;
}
.alloywright-product-quote .wp-block-button__link {
  padding: 14px 22px;
  border: 1px solid var(--aw-bronze);
  background: var(--aw-bronze);
  color: var(--aw-white);
  white-space: nowrap;
}
.alloywright-product-quote .wp-block-button__link:hover {
  border-color: var(--aw-bronze-dark);
  background: var(--aw-bronze-dark);
  color: var(--aw-white);
}

/* Quick quote */
.alloywright-product-collection + .alloywright-section {
  padding-top: 69px;
  padding-bottom: 69px;
  background: var(--aw-paper);
}
.alloywright-product-collection + .alloywright-section > .wp-block-group {
  padding: 46px !important;
  border-radius: 6px;
  background: var(--aw-green) !important;
}
.alloywright-product-collection + .alloywright-section h2 { margin: 0; }

/* About */
#about { background: var(--aw-paper); }
#about > .wp-block-columns {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--aw-line);
  border-radius: 6px;
  background: var(--aw-white);
  align-items: stretch;
}
#about > .wp-block-columns > .wp-block-column:first-child { position: relative; min-height: 520px; }
#about > .wp-block-columns > .wp-block-column:first-child figure { position: absolute; inset: 0; height: 100%; }
#about > .wp-block-columns > .wp-block-column:first-child img { height: 100%; }
#about > .wp-block-columns > .wp-block-column:last-child { padding: 58px 54px; }
#about h2 { margin: 10px 0 20px; }
#about > .wp-block-columns > .wp-block-column:last-child > p:not(.alloywright-eyebrow) { color: var(--aw-muted); line-height: 1.6; }
.alloywright-about-points { margin-top: 20px; border-top: 1px solid var(--aw-line); }
.alloywright-about-points > .wp-block-group { gap: 16px; padding: 18px 0; border-top: 0; border-bottom: 1px solid var(--aw-line); }
.alloywright-about-points h3 { margin: 0 0 3px; font-size: 1rem !important; }
.alloywright-about-points p { margin: 0; color: var(--aw-muted); font-size: .8125rem; }
.alloywright-icon,
.alloywright-icon img { width: 34px; min-width: 34px; height: 34px; }

/* Capabilities */
#capabilities { padding-bottom: 32px !important; background: var(--aw-paper); }
#capabilities .alloywright-section-heading {
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
#capabilities .alloywright-section-heading > * { margin-left: 0; }
.alloywright-capability { padding: 0 24px 24px; background: var(--aw-paper); }
.alloywright-capability > .wp-block-columns {
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--aw-line);
  background: var(--aw-white);
  align-items: stretch;
}
.alloywright-capability > .wp-block-columns > .wp-block-column:has(.alloywright-media) { position: relative; min-height: 420px; }
.alloywright-capability > .wp-block-columns > .wp-block-column:has(.alloywright-media) figure { position: absolute; inset: 0; height: 100%; }
.alloywright-capability > .wp-block-columns > .wp-block-column:has(.alloywright-media) img { height: 100%; }
.alloywright-capability > .wp-block-columns > .wp-block-column:not(:has(.alloywright-media)) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 52px;
}
.alloywright-capability h3 { margin: 10px 0 18px; }
.alloywright-capability p:not(.alloywright-eyebrow) { margin: 0 0 22px; color: var(--aw-muted); line-height: 1.6; }
.alloywright-capability .wp-block-list { margin: 0; padding-left: 18px; color: #454a47; }
.alloywright-capability .wp-block-list li { margin: 8px 0; font-size: .875rem; }

/* Programs and reviews */
.wp-site-blocks #programs {
  border-top: 1px solid var(--aw-line);
  border-bottom: 1px solid var(--aw-line);
  background: #e7e4dc !important;
}
#programs > .wp-block-columns { gap: 0; border-top: 1px solid var(--aw-ink); border-left: 1px solid var(--aw-ink); }
.alloywright-program {
  min-height: 0;
  padding: 30px 30px 28px;
  border-top: 0;
  border-right: 1px solid var(--aw-ink);
  border-bottom: 1px solid var(--aw-ink);
}
.alloywright-program h3 { margin: 0 0 16px; }
.alloywright-program p { margin: 0; color: #565b58; line-height: 1.6; }
.wp-site-blocks #reviews {
  margin-block-start: 0;
  border-top: 0;
  border-bottom: 1px solid var(--aw-line);
  background: #e7e4dc;
}
#reviews > .wp-block-columns { gap: 18px; align-items: stretch; }
.alloywright-review {
  min-height: 260px;
  height: 100%;
  padding: 30px;
  border: 1px solid #cfcac1;
  background: #f8f7f3;
}
.alloywright-review-avatar,
.alloywright-review-avatar img { width: 112px; height: 112px; }
.alloywright-review-avatar {
  overflow: hidden;
  border: 2px solid var(--aw-white);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #cfcac1;
}
.alloywright-review-avatar img {
  object-fit: cover;
  object-position: center top;
}
.alloywright-review blockquote { margin: 12px 0 28px; }
.alloywright-review blockquote p { line-height: 1.6; }

/* Inquiry and FAQ */
.wp-site-blocks #quote {
  background: var(--aw-paper) !important;
  color: var(--aw-ink) !important;
}
.alloywright-inquiry-shell {
  gap: 44px;
  padding: 48px;
  border: 0;
  border-radius: 6px;
  background: var(--aw-white);
}
.alloywright-inquiry-shell h2 { margin: 10px 0 16px; }
#quote .ff-btn-submit,
#quote .ff-btn-submit:not(.ff_btn_no_style) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--aw-bronze);
  border-radius: 2px;
  background: var(--aw-bronze);
  color: var(--aw-white);
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
}
#quote .ff-btn-submit:hover,
#quote .ff-btn-submit:focus-visible {
  border-color: var(--aw-bronze-dark);
  background: var(--aw-bronze-dark);
  color: var(--aw-white);
}
.alloywright-form-placeholder {
  min-height: 320px;
  display: grid;
  place-items: center;
  padding: 40px;
  border: 1px dashed var(--aw-line);
  background: #faf9f6;
  color: var(--aw-muted);
}
.alloywright-contact-form .alloywright-form-placeholder > *,
.alloywright-contact-form .fluentform,
.alloywright-contact-form form {
  width: 100%;
}
.alloywright-contact-form .ff-el-input--label label {
  color: var(--aw-ink);
}
.alloywright-contact-form .ff-btn-submit,
.alloywright-contact-form .ff-btn-submit:not(.ff_btn_no_style) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--aw-bronze);
  border-radius: 2px;
  background: var(--aw-bronze);
  color: var(--aw-white);
  font-weight: 750;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
}
.alloywright-contact-form .ff-btn-submit:hover,
.alloywright-contact-form .ff-btn-submit:focus-visible {
  border-color: var(--aw-bronze-dark);
  background: var(--aw-bronze-dark);
  color: var(--aw-white);
}
.wp-site-blocks #faq { background: #efede7; }
#faq .alloywright-section-heading { max-width: 760px; }
.alloywright-faq .wp-block-details { margin: 0; padding: 0; border-top: 0; border-bottom: 1px solid #aaa69d; }
.alloywright-faq .wp-block-details:first-child { border-top: 1px solid var(--aw-ink); }
.alloywright-faq summary {
  position: relative;
  padding: 22px 46px 22px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 750;
  line-height: 1.35;
}
.alloywright-faq summary::-webkit-details-marker { display: none; }
.alloywright-faq summary::after { content: "+"; position: absolute; top: 18px; right: 4px; font-size: 26px; font-weight: 400; }
.alloywright-faq details[open] summary::after { content: "−"; }
.alloywright-faq details p { max-width: 920px; margin: 0; padding: 0 50px 24px 0; color: var(--aw-muted); line-height: 1.6; }

/* Standard pages */
.alloywright-standard-page { padding: 0 24px clamp(64px, 8vw, 104px); }
.alloywright-page-header {
  width: 100%;
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: 26px;
  border-bottom: 1px solid var(--aw-line);
}
.alloywright-page-header > .wp-block-post-title { margin: 0 0 14px; }
.alloywright-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  color: var(--aw-muted);
  font-size: .8125rem;
  line-height: 1.5;
}
.alloywright-breadcrumb a { color: var(--aw-bronze-dark); text-decoration: none; }
.alloywright-breadcrumb a:hover { text-decoration: underline; }
.alloywright-page-content { padding-top: clamp(38px, 5vw, 64px); }
.alloywright-page-content > :first-child { margin-top: 0; }

/* Modular About and Capabilities pages */
.alloywright-editorial-page { width: 100%; }
.alloywright-editorial-page > .wp-block-group {
  margin-block-start: 0;
  padding: clamp(54px, 7vw, 92px) clamp(24px, 4vw, 56px);
}
.alloywright-editorial-page > .wp-block-group:nth-child(even) { background: var(--aw-paper-2); }
.alloywright-editorial-page .alloywright-page-lead {
  max-width: 920px;
  margin: 0;
  color: #424644;
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  line-height: 1.55;
}
.alloywright-editorial-page .alloywright-section-intro { max-width: 760px; color: var(--aw-muted); line-height: 1.7; }
.alloywright-editorial-page .alloywright-section-title { max-width: 760px; margin-top: 8px; }
.alloywright-editorial-page .wp-block-columns { gap: 18px; align-items: stretch; }
.alloywright-editorial-page .wp-block-column { min-width: 0; }
.alloywright-editorial-page .wp-block-columns + .wp-block-columns { margin-block-start: 18px; }
.alloywright-photo-band { padding-top: 0 !important; }
.alloywright-photo-band .wp-block-columns { gap: 18px; }
.alloywright-editorial-photo {
  height: clamp(260px, 32vw, 430px);
  margin: 0;
  overflow: hidden;
  background: var(--aw-paper-2);
}
.alloywright-editorial-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alloywright-card {
  height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid var(--aw-line);
  background: var(--aw-white);
}
.alloywright-card h3 { margin: 12px 0 13px; }
.alloywright-card p { margin: 0; color: var(--aw-muted); line-height: 1.65; }
.alloywright-card ul { margin: 20px 0 0; padding-left: 18px; color: #424644; }
.alloywright-card li + li { margin-top: 8px; }
.alloywright-card__number {
  margin: 0;
  color: var(--aw-bronze);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.alloywright-statement {
  color: var(--aw-white);
  background: var(--aw-ink) !important;
}
.alloywright-statement h2,
.alloywright-statement h3 { color: var(--aw-white); }
.alloywright-statement p { color: #c9ccca; }
.alloywright-statement .alloywright-eyebrow { color: #d88a59; }
.alloywright-metric {
  padding: 24px 0;
  border-top: 2px solid var(--aw-bronze);
}
.alloywright-metric strong { display: block; margin-bottom: 8px; font-size: 1.125rem; }
.alloywright-metric p { margin: 0; color: var(--aw-muted); line-height: 1.55; }
.alloywright-process-step {
  position: relative;
  height: 100%;
  padding: 28px 26px 30px;
  border-top: 3px solid var(--aw-bronze);
  background: var(--aw-white);
}
.alloywright-process-step h3 { margin: 10px 0 10px; font-size: 1.125rem !important; }
.alloywright-process-step p:last-child { margin-bottom: 0; color: var(--aw-muted); line-height: 1.6; }
.alloywright-checkpoints { border-top: 1px solid var(--aw-line); }
.alloywright-checkpoint {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--aw-line);
}
.alloywright-checkpoint h3,
.alloywright-checkpoint p { margin: 0; }
.alloywright-checkpoint p { color: var(--aw-muted); line-height: 1.65; }
.alloywright-page-cta {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.alloywright-page-cta h2 { max-width: 680px; margin: 0; }
.alloywright-page-cta .wp-block-buttons { flex: 0 0 auto; margin: 0; }

/* Blog article */
.alloywright-article { padding: 0 24px clamp(64px, 8vw, 104px); }
.alloywright-article__header {
  width: 100%;
  padding-top: clamp(48px, 6vw, 76px);
  padding-bottom: 30px;
}
.alloywright-article__header .alloywright-breadcrumb { margin-bottom: 22px; }
.alloywright-article__header .wp-block-post-title { max-width: 900px; margin: 0; }
.alloywright-article__meta { gap: 8px 18px; margin-top: 18px; color: var(--aw-muted); }
.alloywright-article__meta a { color: var(--aw-bronze-dark); text-decoration: none; }
.alloywright-article__cover {
  width: min(1200px, 100%);
  margin-top: 0;
  margin-bottom: clamp(42px, 6vw, 72px);
  overflow: hidden;
  border-radius: 4px;
}
.alloywright-article__cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}
.alloywright-article__content { max-width: 780px; font-size: 1.0625rem; line-height: 1.75; }
.alloywright-article__content h2 { margin-top: 2.4em; }
.alloywright-article__content h3 { margin-top: 2em; }
.alloywright-article__content li + li { margin-top: .55em; }
.alloywright-article__content a { color: var(--aw-bronze-dark); }
.alloywright-article__navigation {
  width: 100%;
  gap: 20px;
  margin-top: clamp(56px, 8vw, 96px);
  padding-top: 32px;
  border-top: 1px solid var(--aw-line);
}
.alloywright-article__navigation .wp-block-post-navigation-link { flex: 1 1 0; }
.alloywright-article__navigation .post-navigation-link-next { text-align: right; }
.alloywright-article__navigation a {
  display: block;
  min-height: 112px;
  padding: 20px 22px;
  color: var(--aw-ink);
  line-height: 1.4;
  text-decoration: none;
  border: 1px solid var(--aw-line);
  background: var(--aw-white);
  transition: border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.alloywright-article__navigation a:hover,
.alloywright-article__navigation a:focus-visible {
  color: var(--aw-bronze-dark);
  border-color: var(--aw-bronze);
  box-shadow: 0 8px 24px rgb(31 49 41 / 8%);
  transform: translateY(-2px);
}
.alloywright-article__navigation .wp-block-post-navigation-link__label {
  display: block;
  margin-bottom: 9px;
  color: var(--aw-muted);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.alloywright-article__navigation .post-navigation-link-previous .wp-block-post-navigation-link__label::before {
  content: "\2190";
  display: inline-block;
  margin-right: 8px;
  color: var(--aw-bronze);
  font-size: 1.15rem;
  line-height: 0;
  transition: transform .2s ease;
}
.alloywright-article__navigation .post-navigation-link-next .wp-block-post-navigation-link__label::after {
  content: "\2192";
  display: inline-block;
  margin-left: 8px;
  color: var(--aw-bronze);
  font-size: 1.15rem;
  line-height: 0;
  transition: transform .2s ease;
}
.alloywright-article__navigation .post-navigation-link-previous a:hover .wp-block-post-navigation-link__label::before { transform: translateX(-3px); }
.alloywright-article__navigation .post-navigation-link-next a:hover .wp-block-post-navigation-link__label::after { transform: translateX(3px); }
.alloywright-article__navigation .post-navigation-link__title { display: block; font-weight: 700; }

/* Legacy page sections remain usable until their content adopts the standard template. */
.wp-site-blocks main:has(.alloywright-page-hero) { padding: 0 !important; }
.wp-site-blocks main:has(.alloywright-page-hero) .alloywright-page-header { display: none; }
.wp-site-blocks main:has(.alloywright-page-hero) .alloywright-page-content { padding-top: 0; }
.alloywright-page-hero {
  padding: clamp(70px, 9vw, 126px) 24px;
  background: var(--aw-forest);
  color: var(--aw-white);
}
.alloywright-page-hero > * { max-width: 900px; margin-right: auto; margin-left: auto; }
.alloywright-page-hero h1 { color: var(--aw-white); }
.alloywright-page-hero .has-large-font-size { color: #d5dbd7; }
.alloywright-page-section { padding: clamp(60px, 8vw, 104px) 24px; }
.alloywright-page-section > * + * { margin-block-start: clamp(28px, 4vw, 48px); }
.alloywright-page-section .wp-block-columns { gap: clamp(28px, 5vw, 70px); }

.wp-site-blocks .alloywright-footer {
  margin-top: 0;
  padding: clamp(64px, 7vw, 96px) 24px 30px;
  background: #111413 !important;
  color: #aeb4b1;
}
.alloywright-footer__columns { gap: clamp(40px, 7vw, 110px); }
.alloywright-footer__brand { padding-right: clamp(0px, 3vw, 44px); }
.alloywright-footer__logo {
  width: min(180px, 100%);
  margin: 0 0 22px;
}
.alloywright-footer__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}
.alloywright-footer h3.wp-block-heading {
  margin: 0 0 22px;
  color: var(--aw-white);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.alloywright-footer p,
.alloywright-footer a { color: #aeb4b1; font-size: .8125rem; line-height: 1.65; }
.alloywright-footer p { margin-top: 0; }
.alloywright-footer a { text-decoration: none; transition: color .2s ease; }
.alloywright-footer a:hover { color: var(--aw-white); }
.alloywright-footer .wp-block-navigation,
.alloywright-footer .wp-block-navigation__responsive-container,
.alloywright-footer .wp-block-navigation__responsive-container-content {
  width: 100%;
}
.alloywright-footer .wp-block-navigation__container {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
  width: 100%;
}
.alloywright-footer .wp-block-navigation-item {
  display: block;
  width: 100%;
  margin: 0;
}
.alloywright-footer .wp-block-navigation-item__content {
  display: block;
  width: 100%;
}
.alloywright-footer__contact p { margin-bottom: 9px; }
.alloywright-footer__contact .wp-block-buttons { margin-top: 22px; }
.alloywright-footer__contact .wp-block-button__link {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--aw-bronze);
  background: var(--aw-bronze);
  color: var(--aw-white);
  font-size: .75rem;
}
.alloywright-footer__contact .wp-block-button__link:hover {
  border-color: var(--aw-bronze-dark);
  background: var(--aw-bronze-dark);
  color: var(--aw-white);
}
.alloywright-footer__bottom {
  gap: 20px;
  margin-top: clamp(54px, 7vw, 92px);
}
.alloywright-footer__bottom p,
.alloywright-footer__bottom a { margin-bottom: 0; font-size: .75rem; }
.alloywright-footer__legal { display: flex; gap: 7px; }
.alloywright-footer__legal span { color: #606663; }

@media (max-width: 1050px) {
  .site-header .alloywright-header-actions.wp-block-buttons { display: none; }
  .site-header .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none; }
  .site-header > .wp-block-group {
    width: 100%;
    min-width: 0;
    gap: 16px;
  }
  .site-header .alloywright-brand { flex: 0 1 auto; min-width: 0; }
  .site-header .alloywright-main-navigation { flex: 0 0 auto; margin-left: auto; }
  .site-header .wp-block-navigation.is-responsive .wp-block-navigation__responsive-container-open {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--aw-ink);
    border: 1px solid var(--aw-line);
    border-radius: 3px;
    background: var(--aw-white);
  }
  .site-header .wp-block-navigation__responsive-container.is-menu-open {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 76px 24px 32px;
    background: var(--aw-paper);
  }
  .site-header .wp-block-navigation__responsive-container-close {
    top: 18px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--aw-ink);
    border: 1px solid var(--aw-line);
    border-radius: 3px;
    background: var(--aw-white);
  }
  .site-header .wp-block-navigation__responsive-container-content,
  .site-header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    width: 100%;
    max-width: 100%;
    text-align: left !important;
  }
  .site-header .wp-block-navigation__responsive-container-content { align-items: flex-start !important; }
  .site-header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    display: flex;
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0;
  }
  .site-header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start !important;
    width: 100%;
    border-bottom: 1px solid var(--aw-line);
    text-align: left !important;
  }
  .site-header .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start !important;
    padding: 15px 0;
    font-size: 1rem;
    text-align: left !important;
  }
  .site-header .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle {
    margin-left: auto;
    padding: 15px 4px 15px 16px;
  }
  .site-header .alloywright-main-navigation .wp-block-navigation__submenu-container {
    position: static;
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    padding: 2px 0 12px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .site-header .alloywright-main-navigation .wp-block-navigation-submenu__toggle[aria-expanded="false"] + .wp-block-navigation__submenu-container,
  .site-header .alloywright-main-navigation .wp-block-navigation-submenu__toggle:not([aria-expanded="true"]) + .wp-block-navigation__submenu-container {
    display: none !important;
  }
  .site-header .alloywright-main-navigation .wp-block-navigation-submenu__toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .site-header .alloywright-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
    width: 100%;
    text-align: left !important;
  }
  .site-header .alloywright-main-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 9px 0;
    text-align: left !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .alloywright-hero > .wp-block-columns:first-of-type,
  #about > .wp-block-columns,
  .alloywright-inquiry-shell { flex-wrap: wrap !important; }
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column,
  #about > .wp-block-columns > .wp-block-column,
  .alloywright-inquiry-shell > .wp-block-column { flex-basis: 100% !important; }
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:first-child,
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child { flex-basis: 100% !important; }
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child { min-height: 430px; }

  #products > .wp-block-columns { flex-wrap: wrap !important; }
  #products > .wp-block-columns > .wp-block-column { flex-basis: calc(50% - 9px) !important; }
  .alloywright-product-collection .wc-block-product-template > li {
    flex-basis: calc((100% - 32px) / 3) !important;
    width: calc((100% - 32px) / 3) !important;
  }
  #about > .wp-block-columns > .wp-block-column:first-child { min-height: 430px; }
  .alloywright-footer__columns { flex-wrap: wrap; }
  .alloywright-footer__columns > .wp-block-column { flex-basis: calc(50% - 20px) !important; }
}

@media (max-width: 900px) {
  .alloywright-capability > .wp-block-columns,
  #programs > .wp-block-columns,
  #reviews > .wp-block-columns { flex-wrap: wrap !important; }
  .alloywright-capability > .wp-block-columns > .wp-block-column,
  #programs > .wp-block-columns > .wp-block-column,
  #reviews > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
  .alloywright-capability > .wp-block-columns > .wp-block-column:has(.alloywright-media) { order: 1; }
  .alloywright-capability > .wp-block-columns > .wp-block-column:not(:has(.alloywright-media)) { order: 2; }
  .alloywright-program { min-height: auto; }
}

@media (max-width: 781px) {
  .admin-bar .site-header { top: 46px; }
  .wp-site-blocks h1.wp-block-heading,
  .wp-site-blocks h1.wp-block-post-title { font-size: 24px; line-height: 1.2; }
  .wp-site-blocks h2.wp-block-heading { font-size: 1.875rem; }
  .wp-site-blocks h3.wp-block-heading { font-size: 1.25rem; }
  .alloywright-editorial-page,
  .alloywright-editorial-page > .wp-block-group,
  .alloywright-editorial-page > .wp-block-group > * {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100% !important;
  }
  .alloywright-editorial-page,
  .alloywright-editorial-page > .wp-block-group { width: 100% !important; }
  .alloywright-editorial-page > .wp-block-group { padding: 48px 20px; }
  .alloywright-editorial-page h2,
  .alloywright-editorial-page h3,
  .alloywright-editorial-page p,
  .alloywright-editorial-page li { overflow-wrap: anywhere; }
  .alloywright-editorial-page .wp-block-columns { flex-wrap: wrap !important; }
  .alloywright-editorial-page .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
  .alloywright-editorial-photo { height: 250px; }
  .alloywright-checkpoint { grid-template-columns: 1fr; gap: 8px; }
  .alloywright-page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  .alloywright-topbar { display: none; }
  .site-header { padding: 0 14px; }
  .site-header > .wp-block-group { min-height: 66px; }
  .alloywright-section { padding: 58px 14px; }
  .alloywright-standard-page,
  .alloywright-article { padding-right: 14px; padding-left: 14px; }
  .alloywright-standard-page .alloywright-page-content {
    width: calc(100vw - 28px) !important;
    min-width: 0;
    max-width: calc(100vw - 28px) !important;
    overflow: hidden;
  }
  .alloywright-standard-page .alloywright-editorial-page {
    width: calc(100vw - 28px) !important;
    min-width: 0;
    max-width: calc(100vw - 28px) !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .alloywright-standard-page .alloywright-editorial-page > .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .alloywright-article__cover { margin-bottom: 38px; border-radius: 3px; }
  .alloywright-article__content { font-size: 1rem; line-height: 1.7; }
  .alloywright-article__navigation { flex-wrap: wrap !important; gap: 14px; padding-top: 24px; }
  .alloywright-article__navigation .wp-block-post-navigation-link { flex-basis: 100%; }
  .alloywright-article__navigation .post-navigation-link-next { text-align: left; }
  .alloywright-article__navigation a { min-height: 0; padding: 18px; }

  .wp-site-blocks .alloywright-hero { padding: 14px 14px 48px; }
  .alloywright-hero > .wp-block-columns:first-of-type { border-radius: 18px; }
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:first-child { padding: 46px 24px; }
  .alloywright-hero > .wp-block-columns:first-of-type > .wp-block-column:last-child { min-height: 330px; }
  .alloywright-hero-stats { flex-wrap: wrap; }
  .alloywright-hero-stats > .wp-block-column { flex-basis: calc(50% - 1px) !important; padding: 20px 18px; }

  #products > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
  .alloywright-category figure { height: 240px; }
  .alloywright-product-tabs,
  .alloywright-product-panel {
    width: 100% !important;
    max-width: 100% !important;
  }
  .alloywright-product-tabs { margin-bottom: 22px; }
  .alloywright-product-tab { min-height: 40px; padding: 7px 13px; }
  .alloywright-product-collection .wc-block-product-template > li {
    flex-basis: min(82vw, 280px) !important;
    width: min(82vw, 280px) !important;
  }

  .alloywright-product-collection + .alloywright-section {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .alloywright-product-collection + .alloywright-section > .wp-block-group { padding: 28px 22px !important; }
  #about > .wp-block-columns > .wp-block-column:first-child { min-height: 340px; }
  #about > .wp-block-columns > .wp-block-column:last-child { padding: 30px 24px; }

  .alloywright-capability { padding: 0 14px 24px; }
  .alloywright-capability > .wp-block-columns > .wp-block-column:has(.alloywright-media) { min-height: 300px; }
  .alloywright-capability > .wp-block-columns > .wp-block-column:not(:has(.alloywright-media)) { padding: 30px 24px; }

  .alloywright-inquiry-shell { gap: 30px; padding: 30px; }
  .alloywright-form-placeholder { min-height: 260px; padding: 24px; }
  .alloywright-product-main {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .single-product .product .summary .product_title {
    font-size: 24px;
    line-height: 1.2;
  }
  .single-product .product .summary .woocommerce-product-details__short-description,
  .single-product .woocommerce-tabs .panel {
    font-size: 1rem;
    line-height: 1.65;
  }
  .single-product .woocommerce-tabs { margin-top: 48px; }
  .single-product .woocommerce-tabs ul.tabs { margin-bottom: 30px; }
  .single-product .woocommerce-tabs .panel { padding: 0 4px; }
  .single-product .woocommerce-tabs .panel > h2:first-child,
  .single-product .related.products > h2 { font-size: 1.5rem; }
  .single-product .related.products { margin-top: 54px; }

  .wp-site-blocks .alloywright-product-quote { padding: 0 14px 48px; }
  .alloywright-product-quote__inner { align-items: flex-start; padding: 32px 24px; }
  .alloywright-product-quote__inner > * { flex-basis: 100%; }

  .alloywright-footer { padding: 58px 20px 26px !important; }
  .alloywright-footer__columns { gap: 38px 24px; }
  .alloywright-footer__columns > .wp-block-column { flex-basis: 100% !important; }
  .alloywright-footer__brand { padding-right: 0; }
  .alloywright-footer .wp-block-navigation,
  .alloywright-footer .wp-block-navigation__responsive-container,
  .alloywright-footer .wp-block-navigation__responsive-container-content {
    width: 100%;
  }
  .alloywright-footer .wp-block-navigation__container {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: 100%;
  }
  .alloywright-footer .wp-block-navigation-item {
    display: block;
    width: 100%;
    margin: 0;
  }
  .alloywright-footer .wp-block-navigation-item__content {
    display: block;
    width: 100%;
  }
  .alloywright-footer__bottom { margin-top: 48px; }
  .alloywright-footer__bottom { align-items: flex-start; }

  .single-product .woocommerce-tabs ul.tabs { gap: 18px; overflow-x: auto; }
  .single-product .woocommerce-product-attributes th,
  .single-product .woocommerce-product-attributes td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }
  .single-product .woocommerce-product-attributes th {
    padding-bottom: 5px;
    border-bottom: 0;
  }
  .single-product .woocommerce-product-attributes td { padding-top: 0; }
}
