/*
Theme Name: Baien Peptide Industry
Author: Baien Peptide Industry Co., Ltd.
Description: A responsive Gutenberg block theme for a global peptide manufacturer and research supply partner.
Version: 6.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: baien-peptide
*/

:root {
  --baien-ink: #101828;
  --baien-navy: #102f4f;
  --baien-cyan: #1aa7c8;
  --baien-teal: #147d76;
  --baien-green: #8bbf43;
  --baien-paper: #f5f7f8;
  --baien-line: #d8e1e6;
  --baien-muted: #5f6f7b;
}

html { scroll-behavior: smooth; }

*,
*::before,
*::after { box-sizing: border-box; }

body {
  margin: 0;
  background: #ffffff;
  color: var(--baien-ink);
  letter-spacing: 0;
}

a { text-underline-offset: 0.18em; }

img {
  max-width: 100%;
  height: auto;
}

.wp-site-blocks {
  overflow: clip;
  padding: 0;
}

.wp-site-blocks > *,
main.wp-block-group > *,
.wp-block-post-content > * {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.wp-block-columns,
.wp-block-image { margin-block: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(216, 225, 230, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  width: min(1180px, 100%);
  min-height: 76px;
  margin: 0 auto;
  gap: 16px;
}

.site-brand {
  min-width: 0;
  color: var(--baien-navy);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
}

.site-brand span {
  display: block;
  overflow-wrap: anywhere;
}

.primary-navigation { flex-shrink: 0; }

.primary-navigation a {
  color: #263b4b;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
}

.primary-navigation a:hover,
.primary-navigation a:focus { color: var(--baien-teal); }

.primary-navigation .wp-block-navigation__container { gap: 1.1rem; }

.hero-cover {
  min-height: min(740px, 78vh) !important;
  margin: 0 !important;
}

.hero-cover .wp-block-cover__background {
  background: #102f4f !important;
  opacity: 0.66 !important;
}

.hero-cover .wp-block-cover__image-background {
  object-position: center 46%;
}

.hero-cover .wp-block-cover__inner-container { width: 100%; }

.hero-layout {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 5.5rem 0 5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.hero-copy { min-width: 0; }

.hero-kicker,
.section-kicker {
  margin-top: 0;
  margin-bottom: 1rem;
  color: var(--baien-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-kicker {
  display: flex;
  align-items: center;
  color: #bcecf1;
}

.hero-kicker span {
  display: inline-flex;
  width: 42px;
  height: 24px;
  margin-right: 0.8rem;
  align-items: center;
  justify-content: center;
  background: var(--baien-cyan);
  color: #08283b;
  font-size: 0.72rem;
}

.hero-cover h1 {
  max-width: 760px;
  margin: 0;
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 1;
}

.hero-lead {
  max-width: 700px;
  margin: 1.6rem 0 0;
  color: #eef7f8;
  font-size: 1.16rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-action {
  display: inline-flex;
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.8rem 1.15rem;
  text-decoration: none;
}

.hero-action--primary {
  min-width: 190px;
  border-color: var(--baien-cyan);
  background: var(--baien-cyan);
  color: #08283b;
}

.hero-action--primary span {
  margin-left: 1.5rem;
  font-size: 1rem;
}

.hero-data {
  min-width: 0;
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.hero-monogram {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.14);
  font-size: 7rem;
  font-weight: 800;
  line-height: 0.85;
}

.hero-data__label {
  margin: 0 0 1rem;
  color: #6fd6e7;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-data__row {
  display: grid;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.hero-data__row span {
  color: #6fd6e7;
  font-size: 0.7rem;
  font-weight: 800;
}

.hero-data__row strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-data__foot {
  display: flex;
  margin: 1.2rem 0 0;
  align-items: baseline;
  gap: 0.7rem;
}

.hero-data__foot strong { font-size: 1.35rem; }
.hero-data__foot span { color: #c9d8df; font-size: 0.76rem; }

.wp-block-button .wp-block-button__link {
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--baien-teal);
  color: #ffffff;
  padding: 0.78rem 1.2rem;
  font-weight: 750;
  text-decoration: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  background: transparent;
  color: var(--baien-teal);
}
.hero-cover .is-style-outline .wp-block-button__link { color: #ffffff; }
.quality-band .is-style-outline .wp-block-button__link { color: #ffffff; }

.proof-band {
  border-bottom: 1px solid var(--baien-line);
  background: #ffffff;
}

.proof-grid,
.quality-grid {
  display: grid;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
}

.proof-item {
  min-height: 112px;
  padding: 1.35rem 0;
}

.proof-item + .proof-item {
  padding-left: 2rem;
  border-left: 1px solid var(--baien-line);
}

.proof-item strong {
  display: block;
  color: var(--baien-navy);
  font-size: 1.55rem;
  line-height: 1.1;
}

.proof-item span {
  color: var(--baien-muted);
  font-size: 0.88rem;
}

.section-pad {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-pad > .wp-block-columns,
.catalog-section > .wp-block-group,
.quality-band > .wp-block-group,
.cta-band > .wp-block-group {
  width: min(1180px, 100%);
  margin-right: auto !important;
  margin-left: auto !important;
}

.section-heading {
  max-width: 790px;
  margin-top: 0;
  color: var(--baien-navy);
  font-size: 3.4rem;
  line-height: 1.08;
}

.section-intro {
  max-width: 760px;
  color: var(--baien-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.section-header--split {
  display: grid;
  margin-bottom: 3.25rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: end;
  gap: 64px;
}

.section-header--split .section-heading,
.section-header--split .section-intro { margin-bottom: 0; }

.about-logo {
  overflow: hidden;
  border: 1px solid var(--baien-line);
  border-radius: 6px;
  background: var(--baien-navy);
}

.about-logo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.capability-list {
  padding: 0;
  list-style: none;
}

.capability-list li {
  position: relative;
  margin: 0;
  padding: 1rem 0 1rem 2rem;
  border-top: 1px solid var(--baien-line);
  color: #344b5b;
}

.capability-list li::before {
  position: absolute;
  top: 1.12rem;
  left: 0;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--baien-green);
  content: "";
}

.catalog-section { background: var(--baien-paper); }

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--baien-line);
  border-radius: 6px;
  background: #ffffff;
}

.product-card__link {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.product-card__link:focus-visible {
  outline: 3px solid var(--baien-cyan);
  outline-offset: -3px;
}

.product-card .wp-block-image {
  margin: 0;
  overflow: hidden;
  background: #202b3d;
}

.product-card .wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 180ms ease;
}

.product-card:hover .wp-block-image img { transform: scale(1.018); }

.product-card__body {
  display: flex;
  min-height: 260px;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.product-card h3 {
  margin: 0;
  color: var(--baien-navy);
  font-size: 1.28rem;
  line-height: 1.2;
}

.product-card__spec {
  margin: 0.55rem 0 0;
  color: var(--baien-teal);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.product-card__description {
  margin: 1rem 0 1.5rem;
  color: var(--baien-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.product-card__price {
  margin: auto 0 0;
  color: var(--baien-ink);
  font-size: 1.5rem;
  font-weight: 800;
}

.product-card__price small {
  color: var(--baien-muted);
  font-size: 0.75rem;
  font-weight: 600;
}

.product-card__cta {
  display: inline-flex;
  align-items: center;
  margin-top: 0.8rem;
  color: var(--baien-teal);
  font-size: 0.82rem;
  font-weight: 800;
}

.product-card__cta::after {
  margin-left: 0.4rem;
  content: ">";
}

.portfolio-pathways { background: #ffffff; }

.portfolio-lanes {
  border-top: 1px solid var(--baien-line);
}

.portfolio-lane {
  display: grid;
  padding: 1.65rem 0;
  border-bottom: 1px solid var(--baien-line);
  grid-template-columns: 52px minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: center;
  gap: 28px;
}

.portfolio-lane__index {
  color: var(--baien-cyan);
  font-size: 0.75rem;
  font-weight: 800;
}

.portfolio-lane h3 {
  margin: 0;
  color: var(--baien-navy);
  font-size: 1.3rem;
}

.portfolio-lane p {
  max-width: 650px;
  margin: 0.45rem 0 0;
  color: var(--baien-muted);
  line-height: 1.65;
}

.portfolio-lane__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 16px;
}

.portfolio-lane__links a {
  color: var(--baien-teal);
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration-thickness: 1px;
}

.workflow-section { background: #edf4f3; }

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

.workflow-grid li {
  min-width: 0;
  padding-top: 1.35rem;
  border-top: 3px solid var(--baien-teal);
}

.workflow-grid span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--baien-teal);
  font-size: 0.76rem;
  font-weight: 800;
}

.workflow-grid h3 {
  margin: 0 0 0.75rem;
  color: var(--baien-navy);
  font-size: 1.18rem;
}

.workflow-grid p {
  margin: 0;
  color: var(--baien-muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.company-story { background: #ffffff; }

.story-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 72px;
}

.story-media {
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
  background: var(--baien-paper);
}

.story-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.story-facts {
  margin: 2rem 0;
  border-top: 1px solid var(--baien-line);
}

.story-facts div {
  display: grid;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--baien-line);
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 20px;
}

.story-facts dt {
  color: var(--baien-teal);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.story-facts dd {
  margin: 0;
  color: #344b5b;
  font-weight: 650;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--baien-teal);
  font-weight: 800;
}

.page-hero {
  position: relative;
  display: flex;
  min-height: 490px;
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  background: var(--baien-navy);
  color: #ffffff;
  align-items: flex-end;
  isolation: isolate;
}

.page-hero::before,
.page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
}

.page-hero::before {
  z-index: -2;
  background-image: var(--baien-page-banner, url("assets/images/baien-facility.jpg"));
  background-position: var(--baien-page-banner-position, center 50%);
  background-size: cover;
  transform: scale(1.015);
}

.page-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 26, 40, 0.96) 0%, rgba(9, 39, 58, 0.86) 45%, rgba(9, 39, 58, 0.24) 78%, rgba(9, 39, 58, 0.1) 100%),
    linear-gradient(0deg, rgba(7, 26, 40, 0.42), rgba(7, 26, 40, 0.08));
}

.page-hero__inner,
.page-section__inner,
.product-detail__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  max-width: 860px;
  margin: 0;
  color: #ffffff;
  font-size: 4rem;
  line-height: 1.02;
}

.page-hero .section-kicker { color: #66d1e8; }

.page-lead {
  max-width: 780px;
  margin-top: 1.5rem;
  color: #d9e7ed;
  font-size: 1.15rem;
  line-height: 1.75;
}

.baien-page-about-us {
  --baien-page-banner: url("assets/images/baien-facility.jpg");
  --baien-page-banner-position: center 57%;
}

.baien-page-products {
  --baien-page-banner: url("assets/images/retatrutide.jpg");
  --baien-page-banner-position: 78% 44%;
}

.baien-page-manufacturing {
  --baien-page-banner: url("assets/images/baien-facility.jpg");
  --baien-page-banner-position: center 30%;
}

.baien-page-quality {
  --baien-page-banner: url("assets/images/ghk-cu.jpg");
  --baien-page-banner-position: 78% 48%;
}

.baien-page-insights {
  --baien-page-banner: url("assets/images/semax.jpg");
  --baien-page-banner-position: 78% 48%;
}

.baien-page-faq {
  --baien-page-banner: url("assets/images/glow.jpg");
  --baien-page-banner-position: 78% 48%;
}

.baien-page-contact {
  --baien-page-banner: url("assets/images/klow.jpg");
  --baien-page-banner-position: 78% 48%;
}

.page-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.page-section--muted { background: var(--baien-paper); }

.split-layout,
.product-detail__inner,
.page-card-grid,
.product-overview-grid {
  display: grid;
  align-items: start;
  gap: 48px;
}

.split-layout { grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr); }
.page-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.info-card {
  min-height: 100%;
  padding-top: 1.4rem;
  border-top: 3px solid var(--baien-cyan);
}

.info-card h2,
.info-card h3 {
  margin-top: 0;
  color: var(--baien-navy);
}

.info-card p { color: var(--baien-muted); }

.product-detail {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #0b2a3e;
  color: #ffffff;
  isolation: isolate;
}

.product-detail::before,
.product-detail::after {
  position: absolute;
  inset: 0;
  content: "";
}

.product-detail::before {
  z-index: -2;
  background-image: var(--baien-page-banner, url("assets/images/nad-plus.jpg"));
  background-position: 82% 50%;
  background-size: cover;
  filter: blur(10px);
  opacity: 0.32;
  transform: scale(1.08);
}

.product-detail::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 25, 39, 0.93), rgba(13, 47, 69, 0.78));
}

.product-detail__inner {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 72px;
}

.product-detail__media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: #202b3d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.product-detail__media img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.breadcrumb {
  margin: 0 0 1.25rem;
  color: #b8ccd6;
  font-size: 0.84rem;
}

.breadcrumb a { color: #75d6df; }

.product-summary h1 {
  margin: 0;
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1.04;
}

.product-summary__description {
  color: #d5e3e8;
  font-size: 1.08rem;
  line-height: 1.75;
}

.product-facts {
  margin: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.product-facts div {
  display: grid;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
}

.product-facts dt {
  color: #92b5c3;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0;
  color: #ffffff;
  font-weight: 750;
}

.baien-page-nad-plus { --baien-page-banner: url("assets/images/nad-plus.jpg"); }
.baien-page-glow { --baien-page-banner: url("assets/images/glow.jpg"); }
.baien-page-ghk-cu { --baien-page-banner: url("assets/images/ghk-cu.jpg"); }
.baien-page-tirzepatide { --baien-page-banner: url("assets/images/tirzepatide.jpg"); }
.baien-page-semax { --baien-page-banner: url("assets/images/semax.jpg"); }
.baien-page-retatrutide { --baien-page-banner: url("assets/images/retatrutide.jpg"); }
.baien-page-bpc-tb { --baien-page-banner: url("assets/images/bpc-tb.jpg"); }
.baien-page-klow { --baien-page-banner: url("assets/images/klow.jpg"); }

.faq-list {
  border-top: 1px solid var(--baien-line);
}

.faq-list details { border-bottom: 1px solid var(--baien-line); }

.faq-list summary {
  padding: 1.25rem 2.5rem 1.25rem 0;
  color: var(--baien-navy);
  font-weight: 750;
  cursor: pointer;
}

.faq-list details p {
  max-width: 820px;
  margin-top: 0;
  padding-bottom: 1.25rem;
  color: var(--baien-muted);
}

.inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.inquiry-panel {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-bottom: 6rem;
}

.contact-intro { padding-bottom: 2.5rem; }

.facility-wide {
  overflow: hidden;
  margin: 0;
  border-radius: 6px;
}

.facility-wide img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.inquiry-form__full { grid-column: 1 / -1; }

.inquiry-form__website {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiry-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--baien-navy);
  font-size: 0.84rem;
  font-weight: 750;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #b9c8d0;
  border-radius: 4px;
  background: #ffffff;
  color: var(--baien-ink);
  font: inherit;
  padding: 0.7rem 0.8rem;
}

.inquiry-form textarea {
  min-height: 160px;
  resize: vertical;
}

.inquiry-form button {
  min-height: 48px;
  border: 0;
  border-radius: 4px;
  background: var(--baien-teal);
  color: #ffffff;
  font: inherit;
  font-weight: 750;
  padding: 0.78rem 1.25rem;
  cursor: pointer;
}

.inquiry-notice {
  margin-bottom: 1.5rem;
  border-left: 4px solid var(--baien-green);
  background: #f0f7e8;
  padding: 1rem 1.2rem;
}

.inquiry-notice--error {
  border-left-color: #b54708;
  background: #fff4ed;
}

.quality-band {
  background: var(--baien-navy);
  color: #ffffff;
}

.quality-band .section-kicker { color: #66d1e8; }
.quality-band .section-heading,
.quality-band h3 { color: #ffffff; }
.quality-band p { color: #cbd8e0; }

.quality-item {
  padding-top: 1.4rem;
  border-top: 3px solid var(--baien-cyan);
}

.quality-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.faq-preview { background: var(--baien-paper); }

.faq-preview__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: 80px;
}

.faq-preview__intro {
  position: sticky;
  top: 112px;
}

.faq-list--numbered summary {
  display: flex;
  align-items: baseline;
  gap: 18px;
}

.faq-list--numbered summary span {
  flex: 0 0 28px;
  color: var(--baien-cyan);
  font-size: 0.72rem;
  font-weight: 800;
}

.faq-list--numbered details p { padding-left: 46px; }

.cta-band {
  background: #0c3542;
  color: #ffffff;
}

.cta-band .section-kicker { color: #75d6df; }
.cta-band .section-heading { color: #ffffff; }
.cta-band .section-intro { color: #cbdde1; }

.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 80px;
}

.cta-brief {
  padding: 0.5rem 0 0.5rem 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.cta-brief__label {
  margin: 0 0 1rem;
  color: #75d6df;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.cta-brief ul {
  display: grid;
  margin: 0 0 1.5rem;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.5rem;
  color: #e6f0f2;
  font-size: 0.9rem;
  list-style: none;
}

.cta-brief li::before {
  margin-right: 0.45rem;
  color: #75d6df;
  content: "+";
}

.site-footer {
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
  background: #091d2a;
  color: #d8e4ea;
}

.site-footer a { color: #ffffff; }

.footer-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.footer-intro {
  display: grid;
  padding-bottom: 2.5rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: 72px;
}

.footer-eyebrow {
  margin: 0 0 0.65rem;
  color: #6ed0df;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer__brand {
  margin: 0;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
}

.footer-summary {
  max-width: 700px;
  margin: 1rem 0 0;
  color: #b7cad3;
  line-height: 1.7;
}

.footer-inquiry {
  display: grid;
  min-height: 92px;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 0.25rem 1rem;
  text-decoration: none;
}

.footer-inquiry span:first-child {
  grid-column: 1 / -1;
  color: #6ed0df;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-inquiry strong { font-size: 1rem; }
.footer-inquiry span:last-child { color: #6ed0df; }

.footer-proof {
  display: grid;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.footer-proof div {
  min-width: 0;
  padding: 0 1.3rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-proof div:first-child {
  padding-left: 0;
  border-left: 0;
}

.footer-proof strong,
.footer-proof span { display: block; }
.footer-proof strong { color: #ffffff; font-size: 0.95rem; }
.footer-proof span { margin-top: 0.25rem; color: #91a9b5; font-size: 0.76rem; line-height: 1.4; }

.footer-grid {
  display: grid;
  padding: 3rem 0;
  grid-template-columns: 0.8fr 1fr 1fr 1.2fr;
  gap: 52px;
}

.footer-column { min-width: 0; }

.footer-column h2 {
  margin: 0 0 1.15rem;
  color: #ffffff;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 0.72rem;
}

.footer-column nav a {
  color: #b7cad3;
  font-size: 0.88rem;
  text-decoration: none;
}

.footer-column nav a:hover,
.footer-column nav a:focus { color: #ffffff; text-decoration: underline; }

.footer-column--inquiry p {
  margin: 0 0 1.25rem;
  color: #9eb4be;
  font-size: 0.86rem;
  line-height: 1.7;
}

.text-link--light { color: #6ed0df !important; }

.footer-legal {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9fb2bf;
  font-size: 0.78rem;
}

.footer-legal > p {
  max-width: 1000px;
  margin: 0;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  padding-top: 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-bottom a { color: #b7cad3; text-decoration: none; }

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quality-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-proof div:nth-child(3) { padding-left: 0; border-left: 0; }
  .footer-proof div:nth-child(n+3) { margin-top: 1.25rem; }
  .hero-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
    gap: 36px;
  }
  .hero-cover h1 { font-size: 4.1rem; }
  .primary-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .primary-navigation .wp-block-navigation__responsive-container-open { display: flex !important; }
}

@media (max-width: 781px) {
  .site-header__inner { min-height: 68px; }
  .site-brand span { max-width: 220px; }
  .hero-cover { min-height: 0 !important; }
  .hero-layout {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }
  .hero-cover h1 { font-size: 2.85rem; line-height: 1.02; }
  .hero-lead { font-size: 1.02rem; }
  .hero-data {
    padding-top: 1.5rem;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-left: 0;
  }
  .hero-monogram { display: none; }
  .proof-item { min-height: 0; border-bottom: 1px solid var(--baien-line); }
  .proof-item + .proof-item { padding-left: 0; border-left: 0; }
  .proof-grid,
  .quality-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .quality-grid { gap: 2rem; }
  .section-pad { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .section-heading { font-size: 2.15rem; }
  .section-header--split,
  .story-layout,
  .faq-preview__layout,
  .cta-layout,
  .footer-intro { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; }
  .section-header--split { align-items: start; }
  .story-media { max-width: 620px; }
  .story-media img { aspect-ratio: 4 / 3; }
  .workflow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 28px; }
  .workflow-grid span { margin-bottom: 1.5rem; }
  .portfolio-lane { grid-template-columns: 42px minmax(0, 1fr); }
  .portfolio-lane__links { grid-column: 2; justify-content: flex-start; }
  .faq-preview__intro { position: static; }
  .cta-brief { padding-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.25); border-left: 0; padding-top: 2rem; }
  .page-hero h1 { font-size: 2.65rem; }
  .page-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .split-layout,
  .page-card-grid,
  .product-overview-grid,
  .product-detail__inner { grid-template-columns: minmax(0, 1fr); gap: 36px; }
  .product-detail__media { max-width: 560px; }
  .product-summary h1 { font-size: 2.65rem; }
}

@media (max-width: 620px) {
  .site-brand { font-size: 0.9rem; }
  .site-brand span { max-width: 205px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); }
  .product-card__body { min-height: 235px; }
  .section-shell,
  .footer-shell { width: min(100% - 32px, 1180px); }
  .workflow-grid { grid-template-columns: minmax(0, 1fr); }
  .portfolio-lane { padding: 1.35rem 0; grid-template-columns: 30px minmax(0, 1fr); gap: 16px; }
  .portfolio-lane__links { gap: 8px 14px; }
  .story-facts div { grid-template-columns: minmax(0, 1fr); gap: 0.35rem; }
  .faq-list--numbered details p { padding-left: 0; }
  .cta-brief ul { grid-template-columns: minmax(0, 1fr); }
  .footer-grid,
  .footer-proof { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { gap: 2.25rem; }
  .footer-proof div,
  .footer-proof div:nth-child(3) { margin-top: 0; padding: 0.8rem 0; border-top: 1px solid rgba(255, 255, 255, 0.1); border-left: 0; }
  .footer-proof div:first-child { border-top: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .hero-layout {
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
    gap: 1.75rem;
  }
  .hero-actions {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .hero-action {
    width: auto;
    min-width: 0;
    font-size: 0.78rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .hero-action--primary span { margin-left: 0.5rem; }
  .hero-data {
    display: grid;
    padding-top: 0.9rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }
  .hero-data__label,
  .hero-data__foot { display: none; }
  .hero-data__row {
    display: block;
    min-width: 0;
    padding: 0.55rem 0.5rem;
    border-top: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
  }
  .hero-data__row:last-of-type { border-right: 0; }
  .hero-data__row span {
    display: block;
    margin-bottom: 0.3rem;
  }
  .hero-data__row strong {
    display: block;
    font-size: 0.72rem;
    line-height: 1.25;
  }
  .inquiry-form { grid-template-columns: minmax(0, 1fr); }
  .inquiry-form__full { grid-column: auto; }
  .product-facts div { grid-template-columns: 92px minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .product-card .wp-block-image img { transition: none; }
}
