.tengwo-catalog-intro {
  margin: 0 0 48px;
  padding: clamp(28px, 5vw, 56px);
  border: 1px solid #dfe7e4;
  border-radius: 24px;
  background: linear-gradient(135deg, #f4f8f6 0%, #ffffff 68%);
  box-shadow: 0 20px 55px rgba(12, 40, 31, 0.08);
}

.tengwo-catalog-intro__copy {
  max-width: 820px;
}

.tengwo-catalog-eyebrow {
  margin: 0 0 10px;
  color: #16715d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tengwo-catalog-intro h2,
.tengwo-catalog-footer-cta h2 {
  margin: 0;
  line-height: 1.15;
}

.tengwo-catalog-intro__copy > p:not(.tengwo-catalog-eyebrow) {
  max-width: 720px;
  margin: 18px 0 0;
  color: #53615d;
  font-size: 17px;
  line-height: 1.7;
}

.tengwo-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.tengwo-catalog-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.tengwo-catalog-button:hover {
  transform: translateY(-1px);
}

.tengwo-catalog-button--primary {
  background: #16715d;
  color: #ffffff !important;
}

.tengwo-catalog-button--primary:hover {
  background: #0f5a49;
}

.tengwo-catalog-button--secondary {
  border-color: #b9c9c4;
  background: #ffffff;
  color: #153b31 !important;
}

.tengwo-catalog-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.tengwo-catalog-highlights li {
  padding: 16px;
  border: 1px solid #dce7e3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
}

.tengwo-catalog-highlights strong,
.tengwo-catalog-highlights span {
  display: block;
}

.tengwo-catalog-highlights strong {
  margin-bottom: 4px;
  color: #143e33;
  font-size: 14px;
}

.tengwo-catalog-highlights span {
  color: #63706d;
  font-size: 13px;
  line-height: 1.45;
}

.tengwo-category-nav {
  display: grid;
  gap: 12px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #dce7e3;
}

.tengwo-category-nav > span {
  color: #243b35;
  font-size: 14px;
  font-weight: 750;
}

.tengwo-category-nav__links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.tengwo-category-nav__links a {
  padding: 8px 13px;
  border: 1px solid #ccd9d5;
  border-radius: 999px;
  background: #ffffff;
  color: #314e46;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.tengwo-category-nav__links a:hover {
  border-color: #16715d;
  color: #16715d;
}

.tengwo-product-grid-anchor {
  position: relative;
  top: -96px;
  display: block;
  visibility: hidden;
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products {
  row-gap: 42px;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product {
  padding-bottom: 22px;
  border: 1px solid #e2e8e6;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(15, 45, 36, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.post-type-archive-product ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(15, 45, 36, 0.11);
}

.post-type-archive-product ul.products li.product > .woocommerce-loop-product__title,
.post-type-archive-product ul.products li.product > .entry-meta,
.post-type-archive-product ul.products li.product > .tengwo-catalog-card-meta,
.post-type-archive-product ul.products li.product > .ct-woo-card-actions,
.tax-product_cat ul.products li.product > .woocommerce-loop-product__title,
.tax-product_cat ul.products li.product > .entry-meta,
.tax-product_cat ul.products li.product > .tengwo-catalog-card-meta,
.tax-product_cat ul.products li.product > .ct-woo-card-actions {
  margin-right: 20px;
  margin-left: 20px;
}

.post-type-archive-product .woocommerce-loop-product__title,
.tax-product_cat .woocommerce-loop-product__title {
  margin-top: 18px;
}

.tengwo-catalog-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.tengwo-catalog-card-meta span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef6f3;
  color: #17634f;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.2;
}

.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button {
  margin-top: 18px;
  border-radius: 8px;
  background: #182d27;
  color: #ffffff;
  font-weight: 700;
}

.tengwo-catalog-footer-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 64px;
  padding: clamp(28px, 5vw, 52px);
  border-radius: 20px;
  background: #102c24;
  color: #ffffff;
}

.tengwo-catalog-footer-cta p:not(.tengwo-catalog-eyebrow) {
  margin: 12px 0 0;
  color: #d7e5e0;
}

.tengwo-catalog-button--light {
  flex: 0 0 auto;
  background: #ffffff;
  color: #12382e !important;
}

.single-product .tengwo-product-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}

.single-product .tengwo-product-trust li {
  padding: 13px 12px;
  border: 1px solid #dce7e3;
  border-radius: 10px;
  background: #f6faf8;
}

.single-product .tengwo-product-trust strong,
.single-product .tengwo-product-trust span {
  display: block;
}

.single-product .tengwo-product-trust strong {
  color: #17483b;
  font-size: 13px;
}

.single-product .tengwo-product-trust span {
  margin-top: 4px;
  color: #64716d;
  font-size: 11px;
  line-height: 1.4;
}

.single-product .tengwo-product-specifications {
  margin: 24px 0;
  padding: 22px;
  border: 1px solid #dce7e3;
  border-radius: 14px;
  background: #ffffff;
}

.single-product .tengwo-product-specifications__heading {
  margin-bottom: 18px;
}

.single-product .tengwo-product-specifications__heading h2 {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.2;
}

.single-product .tengwo-product-specifications__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #e3eae7;
  border-left: 1px solid #e3eae7;
}

.single-product .tengwo-product-specifications__grid > div {
  min-width: 0;
  padding: 13px 15px;
  border-right: 1px solid #e3eae7;
  border-bottom: 1px solid #e3eae7;
}

.single-product .tengwo-product-specifications__grid dt {
  margin: 0 0 4px;
  color: #60706b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .tengwo-product-specifications__grid dd {
  margin: 0;
  color: #18382f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.single-product .tengwo-product-specifications__note {
  margin: 14px 0 0;
  color: #687570;
  font-size: 12px;
  line-height: 1.55;
}

.single-product .tengwo-product-process {
  clear: both;
  margin: 58px 0 70px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid #dce7e3;
  border-radius: 22px;
  background: linear-gradient(135deg, #f4f8f6 0%, #ffffff 75%);
  box-shadow: 0 18px 48px rgba(15, 45, 36, 0.07);
}

.single-product .tengwo-product-process__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 32px;
}

.single-product .tengwo-product-process__heading h2 {
  margin: 0;
  line-height: 1.15;
}

.single-product .tengwo-product-process__heading > p {
  margin: 0;
  color: #5b6864;
  line-height: 1.65;
}

.single-product .tengwo-product-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.single-product .tengwo-product-process__steps li {
  min-width: 0;
  padding: 20px 18px;
  border: 1px solid #dce7e3;
  border-radius: 13px;
  background: #ffffff;
}

.single-product .tengwo-product-process__steps li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #16715d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.single-product .tengwo-product-process__steps strong {
  color: #183c33;
  font-size: 15px;
}

.single-product .tengwo-product-process__steps p {
  margin: 8px 0 0;
  color: #64716d;
  font-size: 13px;
  line-height: 1.55;
}

.single-product .tengwo-product-process__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 22px 24px;
  border-radius: 14px;
  background: #102c24;
  color: #ffffff;
}

.single-product .tengwo-product-process__cta strong,
.single-product .tengwo-product-process__cta span {
  display: block;
}

.single-product .tengwo-product-process__cta span {
  margin-top: 5px;
  color: #cfded9;
  font-size: 13px;
}

.tengwo-inquiry-context {
  margin: 0 0 26px;
  padding: 20px 22px;
  border: 1px solid #cfe0da;
  border-left: 4px solid #16715d;
  border-radius: 12px;
  background: #f4f8f6;
}

.tengwo-inquiry-context > span,
.tengwo-inquiry-context > strong {
  display: block;
}

.tengwo-inquiry-context > span {
  color: #16715d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tengwo-inquiry-context > strong {
  margin-top: 6px;
  color: #153c32;
  font-size: 20px;
  line-height: 1.3;
}

.tengwo-inquiry-context > p {
  margin: 7px 0 0;
  color: #5f6d68;
  font-size: 13px;
  line-height: 1.55;
}

body.page-id-20 .tengwo-contact-assurance,
body.page-id-20 #wpforms-746 {
  width: min(100%, 920px);
  margin-right: auto;
  margin-left: auto;
}

body.page-id-20 .tengwo-contact-assurance {
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid #dce9e4;
  border-radius: 16px;
  background: #f4f8f6;
}

.tengwo-contact-assurance__eyebrow {
  margin: 0 0 12px;
  color: #16715d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tengwo-contact-assurance__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tengwo-contact-assurance__grid > div {
  display: grid;
  gap: 3px;
  padding-left: 14px;
  border-left: 2px solid #55a994;
}

.tengwo-contact-assurance__grid strong,
.tengwo-contact-assurance__grid span {
  display: block;
}

.tengwo-contact-assurance__grid strong {
  color: #153c32;
  font-size: 14px;
  line-height: 1.4;
}

.tengwo-contact-assurance__grid span {
  color: #62716c;
  font-size: 12px;
  line-height: 1.5;
}

body.page-id-20 #wpforms-746.tengwo-contact-form {
  padding: 30px;
  border: 1px solid #e2e9e6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(21, 60, 50, 0.08);
}

body.page-id-20 #wpforms-746 .wpforms-field-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
}

body.page-id-20 #wpforms-746 .wpforms-field {
  padding: 0;
}

body.page-id-20 #wpforms-746 #wpforms-746-field_3-container {
  grid-column: 1 / -1;
}

body.page-id-20 #wpforms-746 .wpforms-field-label {
  margin-bottom: 7px;
  color: #203b34;
  font-size: 13px;
  font-weight: 700;
}

body.page-id-20 #wpforms-746 input:not([type='hidden']),
body.page-id-20 #wpforms-746 select,
body.page-id-20 #wpforms-746 textarea {
  width: 100%;
  max-width: none;
  border: 1px solid #cfdcd7;
  border-radius: 9px;
  background: #fbfcfc;
  color: #203b34;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.page-id-20 #wpforms-746 input:not([type='hidden']):focus,
body.page-id-20 #wpforms-746 select:focus,
body.page-id-20 #wpforms-746 textarea:focus {
  border-color: #16715d;
  outline: none;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 113, 93, 0.12);
}

body.page-id-20 #wpforms-746 textarea {
  min-height: 150px;
  resize: vertical;
}

.tengwo-artwork-help {
  display: block;
  margin-top: 7px;
  color: #6b7773;
  font-size: 11px;
  line-height: 1.5;
}

body.page-id-20 #wpforms-746 .wpforms-submit-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding-top: 24px;
}

body.page-id-20 #wpforms-submit-746.wpforms-submit {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #16715d;
  border-radius: 9px;
  background: #16715d;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 9px 22px rgba(22, 113, 93, 0.2);
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.page-id-20 #wpforms-submit-746.wpforms-submit:hover,
body.page-id-20 #wpforms-submit-746.wpforms-submit:focus-visible {
  border-color: #105846;
  background: #105846;
  transform: translateY(-1px);
}

.tengwo-inquiry-privacy {
  flex: 1 1 360px;
  margin: 0;
  color: #687570;
  font-size: 11px;
  line-height: 1.55;
}

.tengwo-inquiry-privacy a {
  color: #16715d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.page-id-16 .entry-content > .tengwo-about {
  width: 100%;
  max-width: none;
}

.tengwo-about {
  color: #30433d;
  background: #fff;
}

.tengwo-about__hero,
.tengwo-about__section,
.tengwo-about__process,
.tengwo-about__cta {
  width: min(100% - 40px, 1180px);
  margin-right: auto;
  margin-left: auto;
}

.tengwo-about__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  align-items: center;
  gap: 58px;
  padding: 76px 0 62px;
}

.tengwo-about__eyebrow {
  margin: 0 0 12px;
  color: #16715d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.tengwo-about__hero h1 {
  max-width: 780px;
  margin: 0;
  color: #153c32;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.tengwo-about__hero-copy > p:not(.tengwo-about__eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #5d6d67;
  font-size: 16px;
  line-height: 1.72;
}

.tengwo-about__hero-copy > p.tengwo-about__lead {
  margin-top: 24px;
  color: #344b43;
  font-size: 19px;
  line-height: 1.6;
}

.tengwo-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.tengwo-about__media {
  position: relative;
  margin: 0;
}

.tengwo-about__team-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(21, 60, 50, 0.18);
}

.tengwo-about__media figcaption {
  position: relative;
  width: calc(100% - 44px);
  margin: -30px auto 0;
  padding: 15px 18px;
  border-radius: 12px;
  background: #fff;
  color: #5f6f69;
  font-size: 12px;
  line-height: 1.55;
  box-shadow: 0 12px 32px rgba(21, 60, 50, 0.13);
}

.tengwo-about__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
  background: #153c32;
  list-style: none;
}

.tengwo-about__proof li {
  display: grid;
  gap: 5px;
  padding: 25px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.tengwo-about__proof li:last-child {
  border-right: 0;
}

.tengwo-about__proof strong {
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
}

.tengwo-about__proof span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.5;
}

.tengwo-about__section {
  padding: 88px 0;
}

.tengwo-about__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: end;
  gap: 54px;
  margin-bottom: 34px;
}

.tengwo-about__section-heading h2,
.tengwo-about__cta h2 {
  margin: 0;
  color: #153c32;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.tengwo-about__section-heading > p,
.tengwo-about__cta p:not(.tengwo-about__eyebrow) {
  margin: 0;
  color: #64736e;
  font-size: 15px;
  line-height: 1.7;
}

.tengwo-about__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.tengwo-about__capabilities article {
  min-height: 188px;
  padding: 25px;
  border: 1px solid #e0e9e5;
  border-radius: 16px;
  background: #fbfcfc;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tengwo-about__capabilities article:hover {
  border-color: #b6d6cb;
  box-shadow: 0 16px 36px rgba(21, 60, 50, 0.08);
  transform: translateY(-2px);
}

.tengwo-about__capabilities h3 {
  margin: 0;
  color: #1b4539;
  font-size: 18px;
  line-height: 1.35;
}

.tengwo-about__capabilities p {
  margin: 13px 0 0;
  color: #687771;
  font-size: 13px;
  line-height: 1.65;
}

.tengwo-about__process {
  padding: 56px;
  border-radius: 24px;
  background: #153c32;
}

.tengwo-about__section-heading--light h2 {
  color: #fff;
}

.tengwo-about__section-heading--light > p {
  color: rgba(255, 255, 255, 0.68);
}

.tengwo-about__section-heading--light .tengwo-about__eyebrow {
  color: #8dd9c4;
}

.tengwo-about__process-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tengwo-about__process-steps li {
  padding: 21px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.tengwo-about__process-steps span,
.tengwo-about__process-steps strong {
  display: block;
}

.tengwo-about__process-steps span {
  margin-bottom: 18px;
  color: #8dd9c4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tengwo-about__process-steps strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.tengwo-about__process-steps p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.6;
}

.tengwo-about__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 24px;
  margin-bottom: 88px;
  padding: 38px 42px;
  border-radius: 20px;
  background: #eef6f3;
}

.tengwo-about__cta > div {
  max-width: 720px;
}

.tengwo-about__cta p:not(.tengwo-about__eyebrow) {
  margin-top: 12px;
}

#header [data-id="logo"] .site-logo-container {
  position: relative;
  display: block;
  width: 74px !important;
  height: 54px !important;
  overflow: hidden;
}

#header [data-id="logo"] img.tengwo-brand-logo {
  position: absolute !important;
  top: -21px;
  left: -16px;
  width: 100px !important;
  height: 100px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: fill !important;
  filter: none;
}

#header [data-transparent] [data-id="logo"] img.tengwo-brand-logo {
  filter: invert(1) brightness(2);
}

#footer #block-11 .wp-block-image {
  position: relative;
  width: 87px !important;
  height: 63px !important;
  margin: 0 0 14px !important;
  overflow: hidden;
}

#footer #block-11 .wp-block-image img.tengwo-brand-logo {
  position: absolute !important;
  top: -25px;
  left: -19px;
  width: 118px !important;
  height: 118px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: fill !important;
  filter: invert(1) brightness(2);
}

#footer #block-14 h6 {
  margin-bottom: 18px;
}

.tengwo-footer-contact {
  display: grid;
  gap: 14px;
}

.tengwo-footer-contact__item {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.tengwo-footer-contact__label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.tengwo-footer-contact__item a,
.tengwo-footer-contact__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.tengwo-footer-contact__item a {
  text-decoration: none;
  transition: color 160ms ease;
}

.tengwo-footer-contact__item a:hover,
.tengwo-footer-contact__item a:focus-visible {
  color: #8dd9c4;
}

#footer .ct-footer-copyright p {
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .tengwo-catalog-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tengwo-catalog-footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .single-product .tengwo-product-process__heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .single-product .tengwo-product-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tengwo-contact-assurance__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tengwo-about__hero,
  .tengwo-about__section-heading {
    grid-template-columns: 1fr;
  }

  .tengwo-about__hero {
    gap: 38px;
  }

  .tengwo-about__capabilities,
  .tengwo-about__process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tengwo-about__process {
    padding: 40px;
  }

  .tengwo-about__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .tengwo-catalog-intro {
    margin-bottom: 34px;
    padding: 24px 18px;
    border-radius: 16px;
  }

  .tengwo-catalog-intro__copy > p:not(.tengwo-catalog-eyebrow) {
    font-size: 15px;
  }

  .tengwo-catalog-actions,
  .tengwo-catalog-highlights {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tengwo-catalog-button {
    width: 100%;
  }

  .tengwo-catalog-footer-cta {
    margin-top: 44px;
    padding: 26px 20px;
  }

  .single-product .tengwo-product-trust,
  .single-product .tengwo-product-specifications__grid,
  .single-product .tengwo-product-process__steps {
    grid-template-columns: 1fr;
  }

  .single-product .tengwo-product-specifications {
    padding: 18px;
  }

  .single-product .tengwo-product-trust li {
    padding: 13px 14px;
  }

  .single-product .tengwo-product-process {
    margin: 38px 0 48px;
    padding: 26px 18px;
    border-radius: 16px;
  }

  .single-product .tengwo-product-process__cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
  }

  .single-product .tengwo-product-process__cta .tengwo-catalog-button {
    width: 100%;
  }

  .tengwo-inquiry-context {
    padding: 18px;
  }

  body.page-id-20 .tengwo-contact-assurance {
    padding: 20px 18px;
    border-radius: 14px;
  }

  body.page-id-20 #wpforms-746.tengwo-contact-form {
    padding: 22px 18px;
    border-radius: 14px;
  }

  body.page-id-20 #wpforms-746 .wpforms-field-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.page-id-20 #wpforms-746 #wpforms-746-field_3-container {
    grid-column: auto;
  }

  body.page-id-20 #wpforms-746 .wpforms-submit-container {
    align-items: stretch;
    flex-direction: column;
  }

  body.page-id-20 #wpforms-submit-746.wpforms-submit {
    width: 100%;
  }

  .tengwo-inquiry-privacy {
    flex-basis: auto;
  }

  .tengwo-about__hero,
  .tengwo-about__section,
  .tengwo-about__process,
  .tengwo-about__cta,
  .tengwo-about__proof {
    width: min(100% - 28px, 1180px);
  }

  .tengwo-about__hero {
    padding: 52px 0 38px;
  }

  .tengwo-about__hero h1 {
    font-size: 38px;
  }

  .tengwo-about__hero-copy > p.tengwo-about__lead {
    font-size: 17px;
  }

  .tengwo-about__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .tengwo-about__proof,
  .tengwo-about__capabilities,
  .tengwo-about__process-steps {
    grid-template-columns: 1fr;
  }

  .tengwo-about__proof li {
    padding: 20px 22px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .tengwo-about__proof li:last-child {
    border-bottom: 0;
  }

  .tengwo-about__section {
    padding: 62px 0;
  }

  .tengwo-about__section-heading {
    gap: 18px;
    margin-bottom: 26px;
  }

  .tengwo-about__capabilities article {
    min-height: auto;
  }

  .tengwo-about__process {
    padding: 32px 20px;
    border-radius: 18px;
  }

  .tengwo-about__cta {
    margin-bottom: 62px;
    padding: 28px 22px;
    border-radius: 16px;
  }

  .tengwo-about__cta .tengwo-catalog-button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
 * TENGWO homepage — approved navy/orange B2B manufacturer direction.
 * Factory and product imagery remain replaceable independently of this layout.
 * -------------------------------------------------------------------------- */

.home #header {
  display: none;
}

.home #main-container,
.home .site-main,
.home .entries,
.home article.page,
.home article.page > .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.home article.page > .entry-header {
  display: none;
}

.tengwo-home,
.tengwo-home * {
  box-sizing: border-box;
}

.tengwo-home {
  --tengwo-navy: #0b1f33;
  --tengwo-navy-2: #12304f;
  --tengwo-orange: #f47a21;
  --tengwo-ink: #152943;
  --tengwo-muted: #637083;
  --tengwo-line: #dfe4ea;
  --tengwo-surface: #f4f6f8;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--tengwo-ink);
  background: #ffffff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.tengwo-home a {
  text-decoration: none;
}

.tengwo-home img {
  display: block;
  max-width: 100%;
}

.tengwo-home-nav {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 215px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 76px;
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid #e8ebef;
  background: #ffffff;
}

.tengwo-home-nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--tengwo-navy);
}

.tengwo-home-nav__mark {
  position: relative;
  display: block;
  width: 48px;
  height: 43px;
  overflow: hidden;
}

.tengwo-home-nav__mark img {
  position: absolute;
  top: -14px;
  left: -12px;
  width: 72px;
  height: 72px;
  max-width: none;
  object-fit: fill;
}

.tengwo-home-nav__wordmark {
  display: grid;
  gap: 1px;
  line-height: 1;
}

.tengwo-home-nav__wordmark p {
  margin: 0;
}

.tengwo-home-nav > .wp-block-buttons,
.tengwo-home-actions.wp-block-buttons,
.tengwo-home-cta .wp-block-buttons {
  margin: 0;
}

.tengwo-home-nav__quote .wp-block-button__link,
.wp-block-button.tengwo-home-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: inherit;
  border: inherit;
  border-radius: inherit;
  color: inherit;
  background: inherit;
  font: inherit;
  letter-spacing: inherit;
  box-shadow: none;
}

.tengwo-home-transition > .wp-block-shortcode,
.tengwo-home > main > .wp-block-shortcode {
  display: contents;
}

.tengwo-home-nav__wordmark strong {
  color: var(--tengwo-navy);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: 0.035em;
}

.tengwo-home-nav__wordmark small {
  color: #536273;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.34em;
}

.tengwo-home-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.8vw, 42px);
}

.tengwo-home-nav__links a {
  position: relative;
  padding: 27px 0 25px;
  color: #25384e;
  font-size: 13px;
  font-weight: 700;
}

.tengwo-home-nav__links a::after {
  position: absolute;
  right: 0;
  bottom: 18px;
  left: 0;
  height: 2px;
  background: var(--tengwo-orange);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.tengwo-home-nav__links a:hover::after,
.tengwo-home-nav__links a:focus-visible::after,
.tengwo-home-nav__links a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.tengwo-home-nav__quote,
.tengwo-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tengwo-home-nav__quote,
.tengwo-home-button--primary {
  background: var(--tengwo-orange);
  color: #ffffff !important;
}

.tengwo-home-nav__quote:hover,
.tengwo-home-nav__quote:focus-visible,
.tengwo-home-button--primary:hover,
.tengwo-home-button--primary:focus-visible {
  background: #d85d0b;
  transform: translateY(-1px);
}

.tengwo-home-nav__mobile {
  display: none;
}

.tengwo-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  min-height: 590px;
  overflow: hidden;
  background: var(--tengwo-navy);
}

.tengwo-home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 70px clamp(36px, 5.3vw, 84px);
  color: #ffffff;
}

.tengwo-home-hero__copy::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 92%;
  height: 100%;
  border-radius: 0 10% 18% 0 / 0 45% 55% 0;
  background: var(--tengwo-navy);
  content: "";
}

.tengwo-home-eyebrow {
  margin: 0 0 20px;
  color: var(--tengwo-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.tengwo-home-hero h1 {
  max-width: 660px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(44px, 5.25vw, 72px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.tengwo-home-rule {
  display: block;
  width: 54px;
  height: 3px;
  margin: 30px 0 23px;
  background: var(--tengwo-orange);
}

.tengwo-home-rule--center {
  margin: 0 auto 17px;
}

.tengwo-home-hero__proof {
  margin: 0;
  color: #d7e0e9;
  font-size: 17px;
  font-weight: 550;
  line-height: 1.55;
}

.tengwo-home-hero__proof span {
  padding: 0 7px;
  color: var(--tengwo-orange);
}

.tengwo-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 31px;
}

.tengwo-home-button--outline {
  border-color: rgba(255, 255, 255, 0.88);
  background: transparent;
  color: #ffffff !important;
}

.tengwo-home-button--outline:hover,
.tengwo-home-button--outline:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--tengwo-navy) !important;
}

.tengwo-home-hero__media {
  position: relative;
  left: -15%;
  width: 115% !important;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfe4e7;
}

.tengwo-home-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.055) translateX(4.5%);
  transform-origin: center;
}

.tengwo-home-transition {
  display: grid;
  grid-template-columns: minmax(0, 34%) minmax(360px, 30%) minmax(0, 36%);
  min-height: 470px;
  overflow: hidden;
  background: #ffffff;
}

.tengwo-home-transition__process {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  background: var(--tengwo-navy);
}

.tengwo-home-transition__process::after {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 51, 0.16);
  content: "";
}

.tengwo-home-transition__process img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.tengwo-home-transition__copy {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 58px 22px 50px;
}

.tengwo-home-transition__copy::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -98px;
  width: 100px;
  background: var(--tengwo-orange);
  clip-path: polygon(82% 0, 100% 0, 18% 100%, 0 100%);
  content: "";
}

.tengwo-home-transition__copy h2 {
  margin: 0;
  color: var(--tengwo-navy);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.tengwo-home-transition__copy > p:not(.tengwo-home-eyebrow) {
  max-width: 430px;
  margin: 20px 0 0;
  color: var(--tengwo-muted);
  font-size: 15px;
  line-height: 1.65;
}

.tengwo-home-transition__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
  margin: 27px 0 0;
  padding: 0;
  color: var(--tengwo-navy);
  list-style: none;
}

.tengwo-home-transition__copy li {
  position: relative;
  font-size: 12px;
  font-weight: 750;
}

.tengwo-home-transition__copy li:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: -12px;
  color: var(--tengwo-orange);
  content: "\2022";
}

.tengwo-home-transition__product {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 36px 50px 36px 10px;
  overflow: hidden;
  background: #ffffff;
}

.tengwo-home-transition__product::after {
  position: absolute;
  right: -30px;
  bottom: -46px;
  width: 160px;
  height: 120px;
  background: var(--tengwo-navy);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
}

.tengwo-home-transition__product img {
  width: min(100%, 500px);
  max-height: 370px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.tengwo-home-transition__product:hover img,
.tengwo-home-transition__product:focus-visible img {
  transform: translateY(-3px) scale(1.01);
}

.tengwo-home-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: 23px 0;
  background: #ffffff;
  list-style: none;
}

.tengwo-home-proof li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-width: 0;
  padding: 8px 24px;
  border-right: 1px solid var(--tengwo-line);
}

.tengwo-home-proof li:last-child {
  border-right: 0;
}

.tengwo-home-proof .dashicons {
  width: 29px;
  height: 29px;
  color: var(--tengwo-orange);
  font-size: 29px;
}

.tengwo-home-proof strong {
  color: var(--tengwo-navy);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.tengwo-home-products {
  padding: 66px 0 76px;
  scroll-margin-top: 22px;
  background: var(--tengwo-surface);
}

.tengwo-home-products__inner {
  width: min(100% - 48px, 1320px);
  margin: 0 auto;
}

.tengwo-home-products h2 {
  margin: 0 0 28px;
  color: var(--tengwo-navy);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 820;
  letter-spacing: -0.03em;
  line-height: 1.1;
  text-align: center;
}

.tengwo-home-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 0 16px 0 10px;
  border: 1px solid var(--tengwo-line);
  background: #ffffff;
}

.tengwo-home-toolbar__categories {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 4px;
}

.tengwo-home-toolbar__categories a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  color: #2f4055;
  font-size: 13px;
  font-weight: 750;
}

.tengwo-home-toolbar__categories a.is-active {
  background: var(--tengwo-navy);
  color: #ffffff;
}

.tengwo-home-toolbar__categories a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--tengwo-orange);
  content: "";
}

.tengwo-home-toolbar__categories a:not(.is-active):hover,
.tengwo-home-toolbar__categories a:not(.is-active):focus-visible {
  color: var(--tengwo-orange);
}

.tengwo-home-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tengwo-home-toolbar select,
.tengwo-home-view {
  height: 38px;
  border: 1px solid #cdd4dc;
  border-radius: 2px;
  background: #ffffff;
  color: #34485f;
}

.tengwo-home-toolbar select {
  min-width: 150px;
  padding: 0 30px 0 12px;
  font-size: 12px;
}

.tengwo-home-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  padding: 0;
  cursor: pointer;
}

.tengwo-home-view .dashicons {
  color: #6e7985;
  font-size: 20px;
}

.tengwo-home-view.is-active {
  border-color: var(--tengwo-navy);
  background: var(--tengwo-navy);
}

.tengwo-home-view.is-active .dashicons {
  color: #ffffff;
}

.tengwo-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-right: 1px solid var(--tengwo-line);
  border-bottom: 1px solid var(--tengwo-line);
  background: #ffffff;
}

.tengwo-home-product {
  display: flex;
  min-width: 0;
  min-height: 455px;
  flex-direction: column;
  border-top: 1px solid var(--tengwo-line);
  border-left: 1px solid var(--tengwo-line);
  background: #ffffff;
}

.tengwo-home-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 26px 22px 12px;
  background: #ffffff;
  overflow: hidden;
}

.tengwo-home-product__image img {
  width: 100%;
  max-height: 270px;
  object-fit: contain;
  transition: transform 220ms ease;
}

.tengwo-home-product__image:hover img,
.tengwo-home-product__image:focus-visible img {
  transform: translateY(-3px) scale(1.02);
}

.tengwo-home-product__body {
  display: flex;
  min-height: 154px;
  padding: 20px 20px 18px;
  flex: 1;
  flex-direction: column;
  border-top: 1px solid #edf0f3;
}

.tengwo-home-product__category {
  min-height: 18px;
  margin-bottom: 7px;
  color: #788492;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.06em;
  line-height: 1.45;
  text-transform: uppercase;
}

.tengwo-home-product__category a {
  color: inherit;
}

.tengwo-home-product h3 {
  margin: 0;
  color: var(--tengwo-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.35;
}

.tengwo-home-product h3 a {
  color: inherit;
}

.tengwo-home-product__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
}

.tengwo-home-product__actions a {
  color: var(--tengwo-orange);
  font-size: 12px;
  font-weight: 750;
}

.tengwo-home-product__actions a:hover,
.tengwo-home-product__actions a:focus-visible {
  color: #c84e00;
}

.tengwo-home-grid.is-list {
  grid-template-columns: 1fr;
}

.tengwo-home-grid.is-list .tengwo-home-product {
  display: grid;
  grid-template-columns: minmax(220px, 30%) minmax(0, 1fr);
  min-height: 230px;
}

.tengwo-home-grid.is-list .tengwo-home-product__image {
  min-height: 230px;
  border-right: 1px solid #edf0f3;
}

.tengwo-home-grid.is-list .tengwo-home-product__body {
  min-height: 230px;
  border-top: 0;
}

.tengwo-home-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  min-height: 190px;
  padding: 44px 28px;
  background: var(--tengwo-navy);
}

.tengwo-home-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 820;
  letter-spacing: -0.025em;
  line-height: 1.15;
  text-align: center;
}

@media (min-width: 901px) and (max-width: 1280px) {
  .tengwo-home-hero__copy::after {
    width: 95%;
    border-radius: 0 12% 16% 0 / 0 46% 54% 0;
  }

  .tengwo-home-hero__media {
    left: -12%;
    width: 112% !important;
  }

  .tengwo-home-hero__media img {
    transform: scale(1.04) translateX(2.5%);
  }
}

@media (max-width: 1160px) {
  .tengwo-home-nav {
    grid-template-columns: 190px minmax(0, 1fr) auto;
    padding-right: 28px;
    padding-left: 28px;
  }

  .tengwo-home-nav__links {
    gap: 18px;
  }

  .tengwo-home-nav__links a {
    font-size: 12px;
  }

  .tengwo-home-transition {
    grid-template-columns: minmax(0, 34%) minmax(320px, 34%) minmax(0, 32%);
  }

  .tengwo-home-toolbar {
    align-items: stretch;
    padding: 12px;
    flex-direction: column;
  }

  .tengwo-home-toolbar__categories {
    min-height: 48px;
    overflow-x: auto;
  }

  .tengwo-home-toolbar__categories a {
    flex: 0 0 auto;
  }

  .tengwo-home-toolbar__actions {
    justify-content: flex-end;
  }
}

@media (max-width: 900px) {
  .tengwo-home-nav {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 70px;
  }

  .tengwo-home-nav__links,
  .tengwo-home-nav__quote {
    display: none;
  }

  .tengwo-home-nav__mobile {
    position: relative;
    display: block;
  }

  .tengwo-home-nav__mobile summary {
    min-width: 76px;
    padding: 10px 14px;
    border: 1px solid var(--tengwo-line);
    border-radius: 3px;
    color: var(--tengwo-navy);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
    list-style: none;
  }

  .tengwo-home-nav__mobile summary::-webkit-details-marker {
    display: none;
  }

  .tengwo-home-nav__mobile > div {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 38px));
    padding: 10px;
    border: 1px solid var(--tengwo-line);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(11, 31, 51, 0.16);
  }

  .tengwo-home-nav__mobile a {
    padding: 12px 13px;
    color: var(--tengwo-navy);
    font-size: 14px;
    font-weight: 700;
  }

  .tengwo-home-hero {
    grid-template-columns: 1fr;
  }

  .tengwo-home-hero__copy {
    min-height: 520px;
  }

  .tengwo-home-hero__copy::after {
    display: none;
  }

  .tengwo-home-hero__media {
    left: 0;
    width: 100% !important;
    height: 440px;
  }

  .tengwo-home-hero__media img {
    transform: none;
  }

  .tengwo-home-transition {
    grid-template-columns: 1fr 1fr;
  }

  .tengwo-home-transition__process {
    min-height: 390px;
    clip-path: none;
  }

  .tengwo-home-transition__copy {
    min-height: 390px;
    padding: 48px 34px;
  }

  .tengwo-home-transition__copy::before,
  .tengwo-home-transition__product::after {
    display: none;
  }

  .tengwo-home-transition__product {
    grid-column: 1 / -1;
    min-height: 360px;
    padding: 30px;
    border-top: 1px solid var(--tengwo-line);
  }

  .tengwo-home-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tengwo-home-proof li:nth-child(2) {
    border-right: 0;
  }

  .tengwo-home-proof li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--tengwo-line);
  }

  .tengwo-home-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .tengwo-home-nav {
    padding-right: 16px;
    padding-left: 16px;
  }

  .tengwo-home-nav__wordmark strong {
    font-size: 17px;
  }

  .tengwo-home-nav__wordmark small {
    font-size: 7px;
  }

  .tengwo-home-hero__copy {
    min-height: 520px;
    padding: 54px 20px 48px;
  }

  .tengwo-home-hero h1 {
    font-size: clamp(38px, 12.2vw, 52px);
  }

  .tengwo-home-hero__proof {
    font-size: 14px;
  }

  .tengwo-home-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .tengwo-home-hero__media {
    height: 300px;
  }

  .tengwo-home-transition {
    display: flex;
    flex-direction: column;
  }

  .tengwo-home-transition__process {
    height: 280px;
    min-height: 0;
  }

  .tengwo-home-transition__process img {
    display: block;
  }

  .tengwo-home-transition__copy {
    min-height: auto;
    padding: 46px 20px;
  }

  .tengwo-home-transition__copy h2 {
    font-size: 41px;
  }

  .tengwo-home-transition__product {
    min-height: 300px;
    padding: 22px;
  }

  .tengwo-home-product__actions {
    justify-content: flex-start;
    gap: 24px;
    padding-right: 58px;
  }

  .tengwo-home-proof {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .tengwo-home-proof li {
    justify-content: flex-start;
    padding: 18px 22px;
    border-right: 0;
    border-bottom: 1px solid var(--tengwo-line);
  }

  .tengwo-home-proof li:last-child {
    border-bottom: 0;
  }

  .tengwo-home-products {
    padding: 52px 0 58px;
  }

  .tengwo-home-products__inner {
    width: min(100% - 24px, 1320px);
  }

  .tengwo-home-toolbar__categories {
    gap: 0;
  }

  .tengwo-home-toolbar__categories a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tengwo-home-toolbar__actions {
    justify-content: space-between;
  }

  .tengwo-home-toolbar select {
    flex: 1;
    min-width: 0;
  }

  .tengwo-home-grid {
    grid-template-columns: 1fr;
  }

  .tengwo-home-product {
    min-height: 420px;
  }

  .tengwo-home-product__image {
    min-height: 280px;
  }

  .tengwo-home-grid.is-list .tengwo-home-product {
    grid-template-columns: 1fr;
  }

  .tengwo-home-grid.is-list .tengwo-home-product__image,
  .tengwo-home-grid.is-list .tengwo-home-product__body {
    min-height: auto;
  }

  .tengwo-home-cta {
    min-height: 240px;
    flex-direction: column;
    gap: 24px;
  }
}

/* Shared page-end inquiry system. Contextual panels keep their own copy. */
.tengwo-footer-inquiry,
.tengwo-home-cta,
.tengwo-about__cta,
.tengwo-customization__cta,
.tengwo-catalog-footer-cta,
.tengwo-article-cta {
  box-sizing: border-box;
  display: grid;
  width: min(100% - 40px, 1280px);
  min-height: 220px;
  margin: clamp(54px, 7vw, 92px) auto 0;
  padding: clamp(34px, 5vw, 58px);
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(26px, 5vw, 72px);
  border: 0;
  border-top: 5px solid var(--tengwo-orange);
  border-radius: 4px;
  background: linear-gradient(115deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%);
  color: rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 50px rgba(11, 31, 51, 0.16);
}

.tengwo-footer-inquiry__copy,
.tengwo-about__cta > div,
.tengwo-customization__cta > div,
.tengwo-catalog-footer-cta > div {
  min-width: 0;
}

:is(
  .tengwo-footer-inquiry,
  .tengwo-home-cta,
  .tengwo-about__cta,
  .tengwo-customization__cta,
  .tengwo-catalog-footer-cta,
  .tengwo-article-cta
) :where(h2) {
  max-width: 760px;
  margin: 0 0 13px;
  color: #fff !important;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-align: left;
  text-wrap: balance;
}

:is(
  .tengwo-footer-inquiry,
  .tengwo-about__cta,
  .tengwo-customization__cta,
  .tengwo-catalog-footer-cta,
  .tengwo-article-cta
) :where(p:not([class*="eyebrow"])) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 15px;
  line-height: 1.65;
}

.tengwo-footer-inquiry__eyebrow,
:is(.tengwo-about__cta, .tengwo-customization__cta, .tengwo-catalog-footer-cta, .tengwo-article-cta) [class*="eyebrow"] {
  margin: 0 0 11px !important;
  color: #ffad70 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.tengwo-footer-inquiry__proof {
  display: flex;
  margin: 25px 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
}

.tengwo-footer-inquiry__proof li {
  display: grid;
  gap: 1px;
}

.tengwo-footer-inquiry__proof strong {
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.tengwo-footer-inquiry__proof span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.tengwo-footer-inquiry__actions,
.tengwo-article-cta__actions {
  display: flex;
  min-width: 190px;
  margin: 0;
  flex-direction: column;
  gap: 10px;
}

.tengwo-footer-inquiry__actions a,
.tengwo-footer-inquiry > .tengwo-catalog-button,
.tengwo-about__cta > .tengwo-catalog-button,
.tengwo-customization__cta > .tengwo-catalog-button,
.tengwo-catalog-footer-cta > .tengwo-catalog-button,
.tengwo-article-cta__actions a,
.tengwo-home-cta .wp-block-button__link,
.tengwo-home-cta > .tengwo-home-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 48px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent !important;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-align: center;
  text-decoration: none;
}

.tengwo-footer-inquiry__primary,
.tengwo-footer-inquiry > .tengwo-catalog-button,
.tengwo-about__cta > .tengwo-catalog-button,
.tengwo-customization__cta > .tengwo-catalog-button,
.tengwo-catalog-footer-cta > .tengwo-catalog-button,
.tengwo-article-cta__primary,
.tengwo-home-cta .wp-block-button__link,
.tengwo-home-cta > .tengwo-home-button {
  background: var(--tengwo-orange) !important;
  color: #fff !important;
}

.tengwo-footer-inquiry__primary:hover,
.tengwo-footer-inquiry__primary:focus-visible,
.tengwo-about__cta > .tengwo-catalog-button:hover,
.tengwo-customization__cta > .tengwo-catalog-button:hover,
.tengwo-catalog-footer-cta > .tengwo-catalog-button:hover,
.tengwo-article-cta__primary:hover,
.tengwo-home-cta .wp-block-button__link:hover {
  background: var(--tengwo-orange-dark) !important;
}

.tengwo-footer-inquiry__secondary,
.tengwo-article-cta__secondary {
  border-color: rgba(255, 255, 255, 0.42) !important;
  background: transparent;
  color: #fff !important;
}

.tengwo-footer-inquiry__secondary:hover,
.tengwo-footer-inquiry__secondary:focus-visible,
.tengwo-article-cta__secondary:hover,
.tengwo-article-cta__secondary:focus-visible {
  border-color: #fff !important;
  background: #fff;
  color: var(--tengwo-navy) !important;
}

@media (max-width: 760px) {
  .tengwo-footer-inquiry,
  .tengwo-home-cta,
  .tengwo-about__cta,
  .tengwo-customization__cta,
  .tengwo-catalog-footer-cta,
  .tengwo-article-cta {
    width: min(100% - 28px, 1280px);
    min-height: 0;
    padding: 32px 22px;
    grid-template-columns: 1fr;
    gap: 26px;
  }

  :is(
    .tengwo-footer-inquiry,
    .tengwo-home-cta,
    .tengwo-about__cta,
    .tengwo-customization__cta,
    .tengwo-catalog-footer-cta,
    .tengwo-article-cta
  ) :where(h2) {
    font-size: clamp(28px, 9vw, 38px);
  }

  .tengwo-footer-inquiry__proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .tengwo-footer-inquiry__actions,
  .tengwo-article-cta__actions {
    width: 100%;
  }

  .tengwo-footer-inquiry__actions a,
  .tengwo-footer-inquiry > .tengwo-catalog-button,
  .tengwo-about__cta > .tengwo-catalog-button,
  .tengwo-customization__cta > .tengwo-catalog-button,
  .tengwo-catalog-footer-cta > .tengwo-catalog-button,
  .tengwo-article-cta__actions a,
  .tengwo-home-cta .wp-block-button__link,
  .tengwo-home-cta > .tengwo-home-button {
    width: 100%;
    min-width: 0;
  }
}

/* Editorial article detail pages. */
body.single-post .hero-section[data-type="type-2"] {
  min-height: 390px !important;
  max-height: 390px;
  padding: 72px 24px 62px;
  background: var(--tengwo-navy);
  overflow: hidden;
}

body.single-post .hero-section[data-type="type-2"]::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(11, 31, 51, 0.96) 0%, rgba(11, 31, 51, 0.86) 58%, rgba(18, 48, 79, 0.74) 100%);
  content: "";
  pointer-events: none;
}

body.single-post .hero-section[data-type="type-2"] > figure {
  opacity: 0.56;
}

body.single-post .hero-section .entry-header {
  z-index: 2;
  width: min(100%, 980px);
  margin: 0 auto;
}

body.single-post .hero-section .page-title {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

body.single-post .hero-section .page-title::after {
  margin-top: 22px;
}

body.single-post .hero-section .entry-meta {
  justify-content: center;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

body.single-post .hero-section .entry-meta a {
  color: #fff;
}

body.single-post .hero-section .entry-meta .meta-author {
  display: none;
}

body.single-post .hero-section .entry-meta .meta-categories a {
  color: #ffad70;
  font-weight: 850;
}

body.single-post .ct-container-full[data-content="narrow"] {
  background: #fff;
}

body.single-post article.post {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
}

body.single-post article.post > .entry-content {
  max-width: 820px;
  margin: 0 auto;
  color: #35475c;
  font-size: 17px;
  line-height: 1.78;
}

body.single-post article.post > .entry-content > p:first-child {
  color: var(--tengwo-navy);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.6;
}

body.single-post article.post > .entry-content :where(h2, h3, h4) {
  position: relative;
  margin-top: 2.35em;
  color: var(--tengwo-navy);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

body.single-post article.post > .entry-content :where(h2, h3)::before {
  display: inline-block;
  width: 4px;
  height: 0.86em;
  margin-right: 12px;
  border-radius: 2px;
  background: var(--tengwo-orange);
  content: "";
}

body.single-post article.post > .entry-content a:not(.tengwo-article-cta__primary, .tengwo-article-cta__secondary) {
  color: var(--tengwo-orange-dark);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.single-post article.post > .entry-content :where(ul, ol) {
  padding-left: 1.25em;
}

body.single-post article.post > .entry-content li::marker {
  color: var(--tengwo-orange);
}

body.single-post article.post > .entry-content :where(img, figure) {
  border-radius: 4px;
}

body.single-post article.post > .entry-content blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 4px solid var(--tengwo-orange);
  background: var(--tengwo-surface);
  color: var(--tengwo-navy);
}

.tengwo-article-cta {
  margin-top: 64px;
  padding: clamp(30px, 5vw, 52px);
  border-top: 4px solid var(--tengwo-orange);
  border-radius: 4px;
  background: linear-gradient(120deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%);
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 45px rgba(11, 31, 51, 0.16);
}

.tengwo-article-cta__eyebrow {
  margin: 0 0 10px !important;
  color: #ffad70 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  letter-spacing: 0.14em;
}

.tengwo-article-cta h2 {
  margin: 0 0 14px !important;
  color: #fff !important;
  font-size: clamp(28px, 4vw, 42px);
}

.tengwo-article-cta h2::before {
  display: none !important;
}

.tengwo-article-cta > p:not(.tengwo-article-cta__eyebrow) {
  max-width: 650px;
  margin: 0;
}

.tengwo-article-cta__actions {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 12px;
}

.tengwo-article-cta__actions a {
  display: inline-flex;
  min-height: 46px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.tengwo-article-cta__primary {
  background: var(--tengwo-orange);
  color: #fff !important;
}

.tengwo-article-cta__primary:hover,
.tengwo-article-cta__primary:focus-visible {
  background: var(--tengwo-orange-dark);
}

.tengwo-article-cta__secondary {
  border-color: rgba(255, 255, 255, 0.42) !important;
  color: #fff !important;
}

.tengwo-article-cta__secondary:hover,
.tengwo-article-cta__secondary:focus-visible {
  border-color: #fff !important;
  background: #fff;
  color: var(--tengwo-navy) !important;
}

@media (max-width: 700px) {
  body.single-post .hero-section[data-type="type-2"] {
    min-height: 330px !important;
    max-height: 330px;
    padding: 50px 18px 44px;
  }

  body.single-post .hero-section .page-title {
    font-size: clamp(32px, 10vw, 46px);
  }

  body.single-post .hero-section .entry-meta {
    margin-top: 15px;
  }

  body.single-post article.post {
    width: min(100% - 32px, 900px);
  }

  body.single-post article.post > .entry-content {
    font-size: 16px;
    line-height: 1.72;
  }

  body.single-post article.post > .entry-content > p:first-child {
    font-size: 18px;
  }

  .tengwo-article-cta {
    margin-top: 46px;
    padding: 28px 22px;
  }

  .tengwo-article-cta__actions {
    flex-direction: column;
  }

  .tengwo-article-cta__actions a {
    width: 100%;
  }
}

/* Product detail hierarchy and global social strip — v2.1.5. */
.tengwo-social-strip {
  width: 100%;
  background: var(--tengwo-navy);
  color: rgba(255, 255, 255, 0.72);
}

.tengwo-social-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100% - 40px, 1380px);
  min-height: 36px;
  margin: 0 auto;
}

.tengwo-social-strip__contact,
.tengwo-social-strip__links {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.tengwo-social-strip a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 150ms ease, background 150ms ease;
}

.tengwo-social-strip a:hover,
.tengwo-social-strip a:focus-visible {
  color: #fff;
}

.tengwo-social-strip__links > span {
  color: rgba(255, 255, 255, 0.58);
  text-transform: uppercase;
}

.tengwo-social-strip__links > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

.tengwo-social-strip__links > a:hover,
.tengwo-social-strip__links > a:focus-visible {
  border-color: var(--tengwo-orange);
  background: var(--tengwo-orange);
}

.tengwo-social-strip svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
}

.single-product .product-entry-wrapper {
  align-items: start;
  gap: clamp(30px, 5vw, 72px);
}

.single-product .woocommerce-product-gallery {
  overflow: hidden;
  border: 1px solid var(--tengwo-line);
  background: #f7f9fb;
}

.single-product .woocommerce-product-gallery img.wp-post-image {
  aspect-ratio: 1 / 1 !important;
  object-fit: cover;
}

.single-product .tengwo-product-category-label {
  margin: 0 0 10px;
  color: var(--tengwo-orange-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.single-product .tengwo-product-category-label a {
  color: inherit;
  text-decoration: none;
}

.single-product div.product .summary .product_title {
  margin-bottom: 18px;
  color: var(--tengwo-navy);
  line-height: 1.04;
}

.single-product .woocommerce-product-details__short-description {
  color: var(--tengwo-muted);
  font-size: 15px;
  line-height: 1.72;
}

.single-product .woocommerce-product-details__short-description > :last-child {
  margin-bottom: 0;
}

.single-product .tengwo-product-trust {
  gap: 0;
  margin: 24px 0 0;
  border: 1px solid var(--tengwo-line);
  border-left: 4px solid var(--tengwo-orange);
  border-radius: 4px;
  background: var(--tengwo-surface);
}

.single-product .tengwo-product-trust li {
  min-width: 0;
  padding: 15px 14px;
  border: 0;
  border-right: 1px solid var(--tengwo-line);
  border-radius: 0;
  background: transparent;
}

.single-product .tengwo-product-trust li:last-child {
  border-right: 0;
}

.single-product .tengwo-product-trust strong {
  color: var(--tengwo-navy);
}

.single-product .ct-product-add-to-cart:empty,
.single-product .summary > .price:empty {
  display: none;
}

.single-product .tengwo-b2b-inquiry {
  margin: 24px 0 0;
  padding: 24px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(118deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%);
  box-shadow: 0 16px 36px rgba(11, 31, 51, 0.16);
  color: #fff;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-kicker {
  margin-bottom: 8px;
  color: var(--tengwo-orange);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.single-product .tengwo-b2b-inquiry h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 32px);
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-intro {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-specs {
  display: none;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  gap: 10px;
  margin-top: 20px;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-button-primary {
  background: var(--tengwo-orange);
  color: #fff;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-button-whatsapp {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-contact {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.single-product .tengwo-b2b-inquiry .tengwo-b2b-contact a {
  color: #fff;
}

.single-product .tengwo-product-specifications {
  clear: both;
  margin: 54px 0 36px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 4px;
  background: #fff;
}

.single-product .related ul.products li.product {
  display: flex;
  padding-bottom: 0;
  flex-direction: column;
}

.single-product .related ul.products li.product figure {
  margin-bottom: 0;
  border-bottom: 1px solid var(--tengwo-line);
  background: #f7f9fb;
}

.single-product .related .tengwo-catalog-card-category {
  order: 2;
  margin: 18px 20px 7px;
  color: var(--tengwo-orange-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.single-product .related .tengwo-catalog-card-category a {
  color: inherit;
  text-decoration: none;
}

.single-product .related .woocommerce-loop-product__title {
  order: 3;
  min-height: 2.7em;
  margin: 0 20px;
  color: var(--tengwo-navy);
  font-size: 18px;
  line-height: 1.35;
}

.single-product .related .tengwo-catalog-card-meta {
  order: 4;
  margin: 15px 20px 18px;
  padding-top: 13px;
  border-top: 1px solid var(--tengwo-line);
}

.single-product .related ul.products li.product > .entry-meta {
  display: none;
}

.single-product .related .ct-woo-card-actions {
  order: 5;
  margin: auto 0 0 !important;
  padding: 0;
}

@media (max-width: 600px) {
  .tengwo-social-strip__inner {
    width: min(100% - 28px, 1380px);
    min-height: 40px;
  }

  .tengwo-social-strip__contact {
    display: none;
  }

  .tengwo-social-strip__links {
    width: 100%;
    justify-content: flex-end;
  }

  .tengwo-social-strip__links > span {
    margin-right: auto;
  }

  .single-product .tengwo-product-trust {
    grid-template-columns: 1fr;
  }

  .single-product .tengwo-product-trust li {
    border-right: 0;
    border-bottom: 1px solid var(--tengwo-line);
  }

  .single-product .tengwo-product-trust li:last-child {
    border-bottom: 0;
  }

  .single-product .tengwo-b2b-inquiry .tengwo-b2b-actions {
    grid-template-columns: 1fr;
  }

  .single-product .tengwo-product-specifications {
    margin-top: 34px;
  }
}

/* Gutenberg adapter: preserve the approved visual system while allowing the
 * native Button blocks to remain fully editable in wp-admin. */
.wp-block-buttons.tengwo-home-nav__quote,
.wp-block-button.tengwo-home-button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.wp-block-buttons.tengwo-home-nav__quote .wp-block-button__link,
.wp-block-button.tengwo-home-button .wp-block-button__link {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ffffff !important;
  background: var(--tengwo-orange);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.wp-block-button.tengwo-home-button--outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff !important;
  background: transparent;
}

.wp-block-buttons.tengwo-home-nav__quote .wp-block-button__link:hover,
.wp-block-buttons.tengwo-home-nav__quote .wp-block-button__link:focus-visible,
.wp-block-button.tengwo-home-button--primary .wp-block-button__link:hover,
.wp-block-button.tengwo-home-button--primary .wp-block-button__link:focus-visible {
  background: #d85d0b;
}

/* --------------------------------------------------------------------------
 * TENGWO site-wide design system — internal pages match the approved home.
 * -------------------------------------------------------------------------- */

body.tengwo-unified-site {
  --tengwo-navy: #0b1f33;
  --tengwo-navy-2: #12304f;
  --tengwo-orange: #f47a21;
  --tengwo-orange-dark: #d85d0b;
  --tengwo-ink: #152943;
  --tengwo-muted: #637083;
  --tengwo-line: #dfe4ea;
  --tengwo-surface: #f4f6f8;
  color: var(--tengwo-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.tengwo-unified-site:not(.home) #header {
  display: none;
}

.tengwo-site-shell,
.tengwo-site-shell * {
  box-sizing: border-box;
}

.tengwo-site-shell {
  position: relative;
  z-index: 50;
  width: 100%;
  background: #fff;
}

.tengwo-global-nav {
  width: 100%;
}

.tengwo-unified-site:not(.home) .hero-section {
  min-height: 230px;
  padding: 64px 24px;
  background: linear-gradient(115deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%);
}

.tengwo-unified-site:not(.home) .hero-section .page-title {
  color: #fff;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 850;
  letter-spacing: -0.035em;
}

.tengwo-unified-site:not(.home) .hero-section .page-description {
  color: rgba(255, 255, 255, 0.72);
}

.tengwo-unified-site:not(.home) .hero-section .page-title::after {
  display: block;
  width: 54px;
  height: 4px;
  margin: 20px auto 0;
  background: var(--tengwo-orange);
  content: "";
}

.tengwo-unified-site :where(h1, h2, h3, h4, h5, h6) {
  color: var(--tengwo-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.tengwo-unified-site :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(244, 122, 33, 0.34);
  outline-offset: 2px;
}

/* Shared primary and secondary CTAs. */
.tengwo-catalog-button {
  border-radius: 3px;
  font-weight: 800;
}

.tengwo-catalog-button--primary,
.post-type-archive-product ul.products li.product .button,
.tax-product_cat ul.products li.product .button,
.single-product .tengwo-product-quote-button,
body.page-id-20 #wpforms-submit-746.wpforms-submit {
  border-color: var(--tengwo-orange) !important;
  background: var(--tengwo-orange) !important;
  color: #fff !important;
}

.tengwo-catalog-button--primary:hover,
.tengwo-catalog-button--primary:focus-visible,
.post-type-archive-product ul.products li.product .button:hover,
.tax-product_cat ul.products li.product .button:hover,
body.page-id-20 #wpforms-submit-746.wpforms-submit:hover,
body.page-id-20 #wpforms-submit-746.wpforms-submit:focus-visible {
  border-color: var(--tengwo-orange-dark) !important;
  background: var(--tengwo-orange-dark) !important;
}

.tengwo-catalog-button--secondary {
  border-color: var(--tengwo-navy) !important;
  color: var(--tengwo-navy) !important;
}

.tengwo-catalog-button--secondary:hover,
.tengwo-catalog-button--secondary:focus-visible {
  background: var(--tengwo-navy) !important;
  color: #fff !important;
}

.tengwo-catalog-eyebrow,
.tengwo-about__eyebrow,
.tengwo-customization__eyebrow {
  color: var(--tengwo-orange) !important;
}

/* Product archive. */
.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.single-product .site-main {
  padding-top: 0;
}

.post-type-archive-product .tengwo-catalog-intro,
.tax-product_cat .tengwo-catalog-intro {
  border-top: 4px solid var(--tengwo-orange);
  background: #fff;
}

.post-type-archive-product .tengwo-catalog-highlights,
.tax-product_cat .tengwo-catalog-highlights,
.single-product .tengwo-product-trust {
  border-color: var(--tengwo-line);
  background: var(--tengwo-surface);
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product,
.single-product .related ul.products li.product {
  overflow: hidden;
  border: 1px solid var(--tengwo-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(11, 31, 51, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.post-type-archive-product ul.products li.product:hover,
.tax-product_cat ul.products li.product:hover,
.single-product .related ul.products li.product:hover {
  border-color: rgba(244, 122, 33, 0.56);
  box-shadow: 0 16px 36px rgba(11, 31, 51, 0.12);
  transform: translateY(-3px);
}

.post-type-archive-product .tengwo-catalog-card-meta span,
.tax-product_cat .tengwo-catalog-card-meta span {
  color: var(--tengwo-muted);
}

.tengwo-catalog-footer-cta,
.tengwo-about__process,
.tengwo-customization__cta {
  background: linear-gradient(115deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%);
}

/* Product detail. */
.single-product div.product .summary .product_title {
  color: var(--tengwo-ink);
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.035em;
}

.single-product .woocommerce-product-gallery,
.single-product div.product .summary {
  border-radius: 4px;
}

.single-product .tengwo-product-specifications,
.single-product .tengwo-product-process {
  border-color: var(--tengwo-line);
}

.single-product .tengwo-product-specifications strong,
.single-product .tengwo-product-process__steps span {
  color: var(--tengwo-orange);
}

/* About page. */
.tengwo-about__hero {
  background: linear-gradient(135deg, #fff 0%, var(--tengwo-surface) 100%);
}

.tengwo-about__hero h1,
.tengwo-about__section-heading h2,
.tengwo-about__cta h2 {
  color: var(--tengwo-ink);
  letter-spacing: -0.035em;
}

.tengwo-about__proof {
  border-top: 4px solid var(--tengwo-orange);
  background: var(--tengwo-navy);
}

.tengwo-about__proof strong,
.tengwo-about__proof span {
  color: #fff;
}

.tengwo-about__capabilities article {
  border-color: var(--tengwo-line);
  border-radius: 4px;
  box-shadow: 0 9px 28px rgba(11, 31, 51, 0.06);
}

.tengwo-about__capabilities article:hover {
  border-color: rgba(244, 122, 33, 0.56);
}

.tengwo-about__process-steps span {
  color: var(--tengwo-orange);
}

/* Contact form. */
body.page-id-20 #wpforms-746.tengwo-contact-form {
  border-top: 4px solid var(--tengwo-orange);
  border-radius: 4px;
  box-shadow: 0 14px 40px rgba(11, 31, 51, 0.09);
}

body.page-id-20 #wpforms-746 input:not([type="hidden"]),
body.page-id-20 #wpforms-746 select,
body.page-id-20 #wpforms-746 textarea {
  border-color: var(--tengwo-line);
  border-radius: 3px;
  background: #fff;
}

body.page-id-20 #wpforms-746 input:not([type="hidden"]):focus,
body.page-id-20 #wpforms-746 select:focus,
body.page-id-20 #wpforms-746 textarea:focus {
  border-color: var(--tengwo-orange);
  box-shadow: 0 0 0 3px rgba(244, 122, 33, 0.14);
}

/* Customization page. */
.tengwo-page-customization .entry-content,
.tengwo-customization,
.tengwo-customization * {
  box-sizing: border-box;
}

.tengwo-page-customization article.page > .entry-header {
  display: none;
}

.tengwo-page-customization .hero-section {
  display: none;
}

.tengwo-page-customization article.page > .entry-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.tengwo-customization {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
}

.tengwo-customization img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tengwo-customization__hero {
  display: grid;
  grid-template-columns: minmax(0, 49%) minmax(0, 51%);
  min-height: 560px;
  background: var(--tengwo-navy);
}

.tengwo-customization__hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 8vw, 112px) clamp(28px, 7vw, 104px);
}

.tengwo-customization__hero :is(h1, h2) {
  max-width: 700px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.tengwo-customization__hero-copy > p:not(.tengwo-customization__eyebrow) {
  max-width: 630px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.tengwo-customization__hero figure,
.tengwo-customization__process figure {
  min-height: 100%;
  margin: 0;
}

.tengwo-customization__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.tengwo-customization__hero .tengwo-catalog-button--secondary {
  border-color: rgba(255,255,255,.48) !important;
  color: #fff !important;
}

.tengwo-customization__proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1180px;
  margin: -46px auto 0;
  padding: 0;
  position: relative;
  z-index: 2;
  list-style: none;
  background: #fff;
  box-shadow: 0 18px 46px rgba(11,31,51,.15);
}

.tengwo-customization__proof li {
  padding: 28px 34px;
  border-right: 1px solid var(--tengwo-line);
}

.tengwo-customization__proof li:last-child {
  border-right: 0;
}

.tengwo-customization__proof strong,
.tengwo-customization__proof span {
  display: block;
}

.tengwo-customization__proof strong {
  color: var(--tengwo-navy);
  font-size: 24px;
  font-weight: 850;
}

.tengwo-customization__proof span {
  margin-top: 5px;
  color: var(--tengwo-muted);
  font-size: 13px;
}

.tengwo-customization__section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 120px 24px;
}

.tengwo-customization__heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.tengwo-customization__heading h2,
.tengwo-customization__process h2,
.tengwo-customization__cta h2 {
  margin: 10px 0 18px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.tengwo-customization__heading > p:not(.tengwo-customization__eyebrow),
.tengwo-customization__cta p:not(.tengwo-customization__eyebrow) {
  color: var(--tengwo-muted);
  line-height: 1.7;
}

.tengwo-customization__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.tengwo-customization__cards article {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--tengwo-line);
  border-top: 4px solid var(--tengwo-orange);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(11,31,51,.06);
}

.tengwo-customization__cards span {
  color: var(--tengwo-orange);
  font-size: 13px;
  font-weight: 850;
}

.tengwo-customization__cards h3 {
  margin: 34px 0 12px;
  font-size: 21px;
}

.tengwo-customization__cards p {
  margin: 0;
  color: var(--tengwo-muted);
  line-height: 1.65;
}

.tengwo-customization__process {
  display: grid;
  grid-template-columns: minmax(0, 47%) minmax(0, 53%);
  background: var(--tengwo-surface);
}

.tengwo-customization__process > div {
  padding: clamp(64px, 8vw, 112px) clamp(28px, 7vw, 104px);
}

.tengwo-customization__process ol {
  display: grid;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.tengwo-customization__process li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--tengwo-line);
}

.tengwo-customization__process li > span {
  color: var(--tengwo-orange);
  font-size: 13px;
  font-weight: 850;
}

.tengwo-customization__process strong {
  color: var(--tengwo-ink);
  font-size: 17px;
}

.tengwo-customization__process li p {
  margin: 5px 0 0;
  color: var(--tengwo-muted);
  line-height: 1.55;
}

.tengwo-customization__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 78px clamp(28px, 9vw, 140px);
}

.tengwo-customization__cta h2,
.tengwo-customization__cta p:not(.tengwo-customization__eyebrow) {
  color: #fff;
}

/* Footer. */
#footer {
  border-top: 4px solid var(--tengwo-orange);
  background: var(--tengwo-navy);
}

#footer :where(h1, h2, h3, h4, h5, h6),
#footer .tengwo-footer-contact__label {
  color: #fff;
}

#footer a:hover,
#footer a:focus-visible,
#footer .tengwo-footer-contact__item a:hover,
#footer .tengwo-footer-contact__item a:focus-visible {
  color: var(--tengwo-orange);
}

@media (max-width: 1024px) {
  .tengwo-customization__cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .tengwo-customization__proof {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 768px) {
  .tengwo-unified-site:not(.home) .hero-section {
    min-height: 180px;
    padding: 46px 20px;
  }

  .tengwo-customization__hero,
  .tengwo-customization__process {
    grid-template-columns: 1fr;
  }

  .tengwo-customization__hero {
    min-height: 0;
  }

  .tengwo-customization__hero-copy {
    padding: 64px 24px;
  }

  .tengwo-customization__hero figure {
    min-height: 330px;
  }

  .tengwo-customization__proof {
    grid-template-columns: 1fr;
    max-width: calc(100% - 32px);
    margin-top: -24px;
  }

  .tengwo-customization__proof li {
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid var(--tengwo-line);
  }

  .tengwo-customization__proof li:last-child {
    border-bottom: 0;
  }

  .tengwo-customization__section {
    padding: 82px 20px;
  }

  .tengwo-customization__cards {
    grid-template-columns: 1fr;
  }

  .tengwo-customization__cards article {
    min-height: 0;
  }

  .tengwo-customization__process figure {
    min-height: 340px;
  }

  .tengwo-customization__process > div {
    padding: 68px 24px;
  }

  .tengwo-customization__cta {
    align-items: stretch;
    flex-direction: column;
    padding: 64px 24px;
  }

  .tengwo-customization__cta .tengwo-catalog-button,
  .tengwo-customization__actions .tengwo-catalog-button {
    width: 100%;
  }
}

/* Neutralize Gutenberg's default block gaps inside the custom full-width
 * layout. The blocks stay editable, while the public page keeps the same
 * measured desktop and mobile geometry as the approved design. */
.tengwo-home-nav > *,
.tengwo-home-transition > * {
  margin-block: 0 !important;
}

.tengwo-home-hero {
  gap: 0 !important;
}

.tengwo-home-hero > .wp-block-column:not(.tengwo-home-hero__copy) {
  display: flex;
  min-width: 0;
}

.tengwo-home-hero > .wp-block-column > .tengwo-home-hero__media {
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .wp-block-buttons.tengwo-home-nav__quote {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
 * 2.1.0 real-factory media upgrade.
 * -------------------------------------------------------------------------- */
.tengwo-process-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--tengwo-navy, #0b1f33);
}

.tengwo-customization__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tengwo-customization__cards article {
  display: grid;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border-top-width: 1px;
}

.tengwo-customization__cards article > figure {
  height: 260px;
  margin: 0;
  overflow: hidden;
  background: var(--tengwo-surface);
}

.tengwo-customization__cards article > figure img {
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.tengwo-customization__cards article > div {
  padding: 26px 28px 30px;
  border-top: 4px solid var(--tengwo-orange);
}

.tengwo-customization__cards h3 {
  margin: 14px 0 10px;
}

.tengwo-about__process-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 24px;
}

.tengwo-about__process-gallery figure {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
}

.tengwo-about__process-gallery img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.tengwo-about__process-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  padding: 44px 18px 16px;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 21, 35, 0.92) 75%);
  color: #fff;
}

.tengwo-about__process-gallery strong,
.tengwo-about__process-gallery span {
  display: block;
}

.tengwo-about__process-gallery strong {
  font-size: 14px;
}

.tengwo-about__process-gallery span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.45;
}

@media (prefers-reduced-motion: no-preference) {
  .tengwo-customization__cards article:hover > figure img,
  .tengwo-about__process-gallery figure:hover img {
    transform: scale(1.035);
  }
}

@media (max-width: 900px) {
  .tengwo-about__process-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .tengwo-customization__cards {
    grid-template-columns: 1fr;
  }

  .tengwo-customization__cards article > figure {
    height: 230px;
  }

  .tengwo-about__process-gallery {
    grid-template-columns: 1fr;
  }

  .tengwo-about__process-gallery figure,
  .tengwo-about__process-gallery img {
    min-height: 250px;
    height: 250px;
  }
}

/*
 * 2.1.1 contact-page palette alignment.
 * Preserve the existing Stackable/WPForms structure and functionality while
 * unifying all visible accents with the TENGWO navy-and-orange system.
 */
body.page-id-20 .hero-section {
  min-height: 190px;
  padding: 46px 24px;
  border-bottom: 4px solid var(--tengwo-orange);
}

/* The page title is a Stackable full-width section, not Blocksy's hero. */
body.page-id-20 .entry-content > .wp-block-stackable-columns:first-child {
  background: linear-gradient(115deg, var(--tengwo-navy) 0%, var(--tengwo-navy-2) 100%) !important;
}

/* About page-end inquiry: remove the legacy green palette. */
.tengwo-about__cta {
  border-top: 4px solid var(--tengwo-orange) !important;
  background: #eef4fa !important;
  color: var(--tengwo-ink) !important;
  box-shadow: 0 16px 38px rgba(11, 31, 51, 0.09) !important;
}

.tengwo-about__cta h2 {
  color: var(--tengwo-navy) !important;
}

.tengwo-about__cta p:not(.tengwo-about__eyebrow) {
  color: var(--tengwo-muted) !important;
}

.tengwo-about__cta .tengwo-about__eyebrow {
  color: var(--tengwo-orange) !important;
}

.tengwo-about__cta > .tengwo-catalog-button {
  border-color: var(--tengwo-orange) !important;
  background: var(--tengwo-orange) !important;
  color: #ffffff !important;
}

.tengwo-about__cta > .tengwo-catalog-button:hover,
.tengwo-about__cta > .tengwo-catalog-button:focus-visible {
  border-color: var(--tengwo-orange-dark) !important;
  background: var(--tengwo-orange-dark) !important;
}

/* About page rhythm: fewer boxed grids and more deliberate section pauses. */
.tengwo-about__hero {
  gap: 84px;
  padding-top: 108px;
  padding-bottom: 96px;
}

.tengwo-about__section {
  padding-top: 136px;
  padding-bottom: 152px;
}

.tengwo-about__section-heading {
  gap: 72px;
  margin-bottom: 56px;
}

.tengwo-about__capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 64px;
  row-gap: 0;
}

.tengwo-about__capabilities article {
  min-height: 0;
  padding: 34px 0 38px;
  border: 0;
  border-top: 1px solid var(--tengwo-line);
  border-radius: 0;
  background: transparent;
  transition: none;
}

.tengwo-about__capabilities article:hover {
  border-color: var(--tengwo-line);
  box-shadow: none;
  transform: none;
}

.tengwo-about__process {
  padding: 76px 68px;
}

.tengwo-about__process .tengwo-about__section-heading h2 {
  color: #fff;
}

.tengwo-about__process-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 36px;
}

.tengwo-about__process-gallery figure,
.tengwo-about__process-gallery img {
  min-height: 340px;
  height: 340px;
}

.tengwo-about__process-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tengwo-about__process-steps li {
  padding: 28px;
}

.tengwo-about__cta {
  margin-top: 96px;
  margin-bottom: 112px;
  padding: 46px 48px;
}

@media (max-width: 900px) {
  .tengwo-about__hero {
    gap: 52px;
    padding-top: 82px;
    padding-bottom: 72px;
  }

  .tengwo-about__section {
    padding-top: 104px;
    padding-bottom: 116px;
  }

  .tengwo-about__section-heading {
    gap: 28px;
    margin-bottom: 44px;
  }

  .tengwo-about__process {
    padding: 52px 40px;
  }

  .tengwo-about__cta {
    margin-top: 72px;
    margin-bottom: 88px;
  }
}

@media (max-width: 600px) {
  .tengwo-about__hero {
    gap: 38px;
    padding-top: 60px;
    padding-bottom: 54px;
  }

  .tengwo-about__section {
    padding-top: 76px;
    padding-bottom: 88px;
  }

  .tengwo-about__capabilities,
  .tengwo-about__process-gallery,
  .tengwo-about__process-steps {
    grid-template-columns: 1fr;
  }

  .tengwo-about__capabilities article {
    padding: 28px 0 32px;
  }

  .tengwo-about__process {
    padding: 36px 22px;
  }

  .tengwo-about__process-gallery figure,
  .tengwo-about__process-gallery img {
    min-height: 260px;
    height: 260px;
  }

  .tengwo-about__process-steps li {
    padding: 24px;
  }

  .tengwo-about__cta {
    margin-top: 56px;
    margin-bottom: 72px;
    padding: 30px 22px;
  }
}

body.page-id-20 .hero-section .ct-breadcrumbs,
body.page-id-20 .hero-section .ct-breadcrumbs a {
  color: rgba(255, 255, 255, 0.74) !important;
}

body.page-id-20 .hero-section .ct-breadcrumbs .last-item,
body.page-id-20 .hero-section .ct-breadcrumbs span:last-child {
  color: var(--tengwo-orange) !important;
}

body.page-id-20 .entry-content > .wp-block-stackable-columns {
  overflow: hidden;
  border-top: 4px solid var(--tengwo-orange);
  border-radius: 6px;
  box-shadow: 0 20px 54px rgba(11, 31, 51, 0.11);
}

body.page-id-20 .stk-block-icon-box .stk--svg-wrapper,
body.page-id-20 .stk-block-icon-box .stk--inner-svg,
body.page-id-20 .stk-block-icon-box svg {
  color: var(--tengwo-orange) !important;
  fill: currentColor !important;
}

body.page-id-20 .stk-block-icon-box svg:last-child :is(g, path, rect, polygon, ellipse) {
  fill: var(--tengwo-orange) !important;
}

body.page-id-20 .entry-content .stk-block-icon-box .stk--inner-svg,
body.page-id-20 .entry-content .stk-block-icon-box svg,
body.page-id-20 .entry-content .stk-block-icon-box svg :is(g, path, rect, polygon, ellipse) {
  color: var(--tengwo-orange) !important;
  fill: var(--tengwo-orange) !important;
  stroke: var(--tengwo-orange) !important;
}

body.page-id-20 .entry-content .stk-block-icon-box .stk-block-icon .stk--svg-wrapper .stk--inner-svg svg:last-child :is(g, path, rect, polygon, ellipse) {
  fill: var(--tengwo-orange) !important;
  stroke: none !important;
}

body.page-id-20 .stk-block-icon-box h5,
body.page-id-20 .stk-block-icon-box .stk-block-heading__text {
  color: var(--tengwo-navy) !important;
}

body.page-id-20 .stk-block-icon-box .stk-block-text__text {
  color: var(--tengwo-muted) !important;
}

body.page-id-20 .stk-block-icon-box a {
  color: var(--tengwo-navy-2) !important;
  text-decoration-color: rgba(244, 122, 33, 0.72);
  text-underline-offset: 3px;
}

body.page-id-20 .stk-block-icon-box a:hover,
body.page-id-20 .stk-block-icon-box a:focus-visible {
  color: var(--tengwo-orange-dark) !important;
}

body.page-id-20 .entry-content > h2,
body.page-id-20 .entry-content .wp-block-heading {
  color: var(--tengwo-navy) !important;
}

body.page-id-20 .tengwo-contact-assurance {
  border: 1px solid #cddbea;
  border-top: 4px solid var(--tengwo-orange);
  border-radius: 6px;
  background: #eef4fa;
  box-shadow: 0 10px 28px rgba(11, 31, 51, 0.06);
}

body.page-id-20 .tengwo-contact-assurance__eyebrow {
  color: var(--tengwo-orange) !important;
}

body.page-id-20 .tengwo-contact-assurance__grid > div {
  border-left-color: var(--tengwo-orange);
}

body.page-id-20 .tengwo-contact-assurance__grid strong,
body.page-id-20 #wpforms-746 .wpforms-field-label {
  color: var(--tengwo-navy) !important;
}

body.page-id-20 .tengwo-contact-assurance__grid span,
body.page-id-20 .tengwo-artwork-help,
body.page-id-20 .tengwo-inquiry-privacy {
  color: var(--tengwo-muted) !important;
}

body.page-id-20 #wpforms-746 input:not([type="hidden"]),
body.page-id-20 #wpforms-746 select,
body.page-id-20 #wpforms-746 textarea {
  color: var(--tengwo-ink);
  border-color: #cbd6e2;
}

body.page-id-20 #wpforms-746 input:not([type="hidden"]):focus,
body.page-id-20 #wpforms-746 select:focus,
body.page-id-20 #wpforms-746 textarea:focus {
  border-color: var(--tengwo-navy-2);
  box-shadow: 0 0 0 3px rgba(244, 122, 33, 0.18);
}

body.page-id-20 .tengwo-inquiry-privacy a {
  color: var(--tengwo-navy-2);
  text-decoration-color: var(--tengwo-orange);
}

@media (max-width: 767px) {
  body.page-id-20 .hero-section {
    min-height: 156px;
    padding: 34px 18px;
  }

  body.page-id-20 .entry-content > .wp-block-stackable-columns {
    border-radius: 4px;
  }

  body.page-id-20 .tengwo-contact-assurance__grid > div {
    border-left-width: 3px;
  }
}

/* Blog archive hierarchy — compact B2B resource presentation. */
body.blog .hero-section {
  min-height: 190px;
  padding: 46px 24px;
}

body.blog .entries {
  gap: 28px;
}

body.blog .entry-card {
  overflow: hidden;
  border: 1px solid var(--tengwo-line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(11, 31, 51, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.blog .entry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(244, 122, 33, 0.52);
  box-shadow: 0 18px 42px rgba(11, 31, 51, 0.12);
}

body.blog .entry-card .ct-media-container {
  border-bottom: 4px solid var(--tengwo-orange);
}

body.blog .entry-card .entry-meta a {
  color: var(--tengwo-orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.blog .entry-card .entry-title,
body.blog .entry-card .entry-title a {
  color: var(--tengwo-navy);
}

body.blog .entry-card .entry-title a:hover,
body.blog .entry-card .entry-title a:focus-visible {
  color: var(--tengwo-orange-dark);
}

body.blog .entry-card .entry-excerpt {
  color: var(--tengwo-muted);
}

body.blog .entry-card .entry-button {
  color: var(--tengwo-navy-2);
  font-weight: 800;
  text-decoration-color: var(--tengwo-orange);
  text-underline-offset: 4px;
}

body.blog .entry-card .entry-button:hover,
body.blog .entry-card .entry-button:focus-visible {
  color: var(--tengwo-orange-dark);
}

@media (max-width: 767px) {
  body.blog .hero-section {
    min-height: 156px;
    padding: 34px 18px;
  }

  body.blog .entries {
    gap: 20px;
  }
}

/* Products archive hierarchy — v2.1.3. */
.post-type-archive-product .tengwo-category-nav {
  gap: 16px;
  margin-top: 34px;
  padding-top: 26px;
  border-top: 1px solid var(--tengwo-line);
}

.tengwo-category-nav__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.tengwo-category-nav__heading > span {
  color: var(--tengwo-navy);
  font-size: 15px;
  font-weight: 850;
}

.tengwo-category-nav__heading > small {
  color: var(--tengwo-muted);
  font-size: 12px;
}

.post-type-archive-product .tengwo-category-nav__links {
  gap: 10px;
}

.post-type-archive-product .tengwo-category-nav__links a {
  min-height: 38px;
  padding: 9px 15px;
  border-color: #cbd6e2;
  border-radius: 3px;
  color: var(--tengwo-navy);
  font-weight: 750;
}

.post-type-archive-product .tengwo-category-nav__links a:hover,
.post-type-archive-product .tengwo-category-nav__links a:focus-visible,
.post-type-archive-product .tengwo-category-nav__links a.is-active {
  border-color: var(--tengwo-navy);
  background: var(--tengwo-navy);
  color: #fff;
}

.post-type-archive-product .woo-listing-top,
.tax-product_cat .woo-listing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  margin: 0 0 28px;
  padding: 14px 18px;
  border: 1px solid var(--tengwo-line);
  border-left: 4px solid var(--tengwo-orange);
  border-radius: 4px;
  background: var(--tengwo-surface);
}

.post-type-archive-product .woocommerce-result-count,
.tax-product_cat .woocommerce-result-count {
  margin: 0;
  color: var(--tengwo-muted);
  font-size: 13px;
  font-weight: 700;
}

.post-type-archive-product .woocommerce-ordering,
.tax-product_cat .woocommerce-ordering {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.post-type-archive-product .woocommerce-ordering::before,
.tax-product_cat .woocommerce-ordering::before {
  color: var(--tengwo-navy);
  content: "Sort by";
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.post-type-archive-product .woocommerce-ordering select,
.tax-product_cat .woocommerce-ordering select {
  min-width: 190px;
  min-height: 42px;
  padding: 8px 38px 8px 12px;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
  background-color: #fff;
  color: var(--tengwo-navy);
  font-size: 13px;
  font-weight: 700;
}

.post-type-archive-product ul.products,
.tax-product_cat ul.products {
  row-gap: 34px;
}

.post-type-archive-product ul.products li.product,
.tax-product_cat ul.products li.product {
  display: flex;
  min-width: 0;
  padding-bottom: 0;
  flex-direction: column;
}

.post-type-archive-product ul.products li.product figure,
.tax-product_cat ul.products li.product figure {
  margin-bottom: 0;
  border-bottom: 1px solid var(--tengwo-line);
  background: #f7f9fb;
}

.post-type-archive-product .tengwo-catalog-card-category,
.tax-product_cat .tengwo-catalog-card-category {
  order: 2;
  margin: 18px 20px 7px;
  color: var(--tengwo-orange-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.post-type-archive-product .tengwo-catalog-card-category a,
.tax-product_cat .tengwo-catalog-card-category a {
  color: inherit;
  text-decoration: none;
}

.post-type-archive-product .woocommerce-loop-product__title,
.tax-product_cat .woocommerce-loop-product__title {
  order: 3;
  min-height: 2.7em;
  margin: 0 20px;
  color: var(--tengwo-navy);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}

.post-type-archive-product .tengwo-catalog-card-meta,
.tax-product_cat .tengwo-catalog-card-meta {
  order: 4;
  gap: 12px;
  margin: 15px 20px 18px;
  padding-top: 13px;
  border-top: 1px solid var(--tengwo-line);
}

.post-type-archive-product .tengwo-catalog-card-meta span,
.tax-product_cat .tengwo-catalog-card-meta span {
  position: relative;
  padding: 0 0 0 13px;
  background: transparent;
  color: var(--tengwo-muted);
  font-size: 11px;
  font-weight: 750;
}

.post-type-archive-product .tengwo-catalog-card-meta span::before,
.tax-product_cat .tengwo-catalog-card-meta span::before {
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--tengwo-orange);
  content: "";
}

.post-type-archive-product ul.products li.product > .entry-meta,
.tax-product_cat ul.products li.product > .entry-meta {
  display: none;
}

.post-type-archive-product .ct-woo-card-actions,
.tax-product_cat .ct-woo-card-actions {
  order: 5;
  margin: auto 0 0 !important;
  padding: 0;
}

.tengwo-catalog-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  border-top: 1px solid var(--tengwo-line);
}

.tengwo-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 14px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease;
}

.tengwo-card-action--primary {
  background: var(--tengwo-navy);
  color: #fff;
}

.tengwo-card-action--primary:hover,
.tengwo-card-action--primary:focus-visible {
  background: var(--tengwo-navy-2);
  color: #fff;
}

.tengwo-card-action--secondary {
  border-left: 1px solid var(--tengwo-line);
  background: #fff;
  color: var(--tengwo-orange-dark);
}

.tengwo-card-action--secondary:hover,
.tengwo-card-action--secondary:focus-visible {
  background: #fff5eb;
  color: var(--tengwo-orange-dark);
}

@media (max-width: 600px) {
  .post-type-archive-product .tengwo-category-nav__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .post-type-archive-product .tengwo-category-nav__links {
    display: flex;
    margin-right: -18px;
    margin-left: -18px;
    padding: 0 18px 8px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .post-type-archive-product .tengwo-category-nav__links a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .post-type-archive-product .woo-listing-top,
  .tax-product_cat .woo-listing-top {
    align-items: stretch;
    padding: 14px;
    flex-direction: column;
    gap: 10px;
  }

  .post-type-archive-product .woocommerce-ordering,
  .tax-product_cat .woocommerce-ordering {
    justify-content: space-between;
  }

  .post-type-archive-product .woocommerce-ordering select,
  .tax-product_cat .woocommerce-ordering select {
    width: 100%;
    min-width: 0;
  }

  .post-type-archive-product .woocommerce-loop-product__title,
  .tax-product_cat .woocommerce-loop-product__title {
    min-height: 0;
  }
}

/* Keep the shared inquiry layout authoritative over legacy page rules. */
.tengwo-customization__cta {
  display: grid;
  padding: clamp(34px, 5vw, 58px);
  grid-template-columns: minmax(0, 1fr) auto;
}

.tengwo-customization__cta h2 {
  margin: 0 0 13px;
  font-size: clamp(30px, 4vw, 48px);
}

.tengwo-article-cta__actions {
  margin-top: 0;
  flex-wrap: nowrap;
}

@media (max-width: 760px) {
  .tengwo-customization__cta {
    display: grid;
    padding: 32px 22px;
    grid-template-columns: 1fr;
  }

  .tengwo-article-cta__actions {
    flex-direction: column;
  }
}
