/* =========================================================
   Homepage — Premium Industrial Edition
   ========================================================= */

/* Homepage builds on global style.css tokens (radius, colors, buttons).
   Only layout-specific home modules live here. */
.page-home {
  --home-ink: #050f0b;
  --home-panel: #0c1f17;
  --home-line: rgba(232, 163, 23, 0.35);
  --home-soft: rgba(247, 244, 238, 0.72);
}

/* —— Hero (centered) —— */
.home-hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 88px;
  color: #fff;
  overflow: hidden;
  background: var(--home-ink);
  text-align: center;
}
.home-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 15, 11, 0.72) 0%, rgba(5, 15, 11, 0.55) 40%, rgba(5, 15, 11, 0.88) 100%),
    linear-gradient(90deg, rgba(5, 15, 11, 0.45) 0%, transparent 40%, transparent 60%, rgba(5, 15, 11, 0.45) 100%),
    url("../images/generated/hero-field.jpg") center/cover no-repeat;
  transform: scale(1.02);
  animation: homeHeroZoom 18s ease-out forwards;
}
@keyframes homeHeroZoom {
  from { transform: scale(1.08); }
  to { transform: scale(1.02); }
}
.home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 45%, rgba(232, 163, 23, 0.1), transparent 60%);
  pointer-events: none;
}
.home-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 75%);
  pointer-events: none;
  opacity: 0.35;
}
.home-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-hero__center {
  width: min(100%, 860px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.home-hero__eyebrow::before,
.home-hero__eyebrow::after {
  content: "";
  width: 32px;
  height: 1px;
  background: var(--gold-500);
}
.home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6.5vw, 5rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 16ch;
  margin: 0 auto 22px;
  text-wrap: balance;
}
.home-hero h1 em {
  font-style: normal;
  color: var(--gold-400);
  display: inline;
}
.home-hero__lead {
  max-width: 36rem;
  margin: 0 auto 32px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 400;
}
.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 40px;
}
.home-hero .btn-primary {
  min-width: 180px;
  padding: 16px 32px;
  border-radius: 2px;
  box-shadow: 0 10px 30px rgba(232, 163, 23, 0.28);
}
.home-hero .btn-outline {
  min-width: 160px;
  padding: 16px 28px;
  border-radius: 2px;
  border-width: 1px;
  letter-spacing: 0.12em;
}
.home-hero__metrics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0;
  width: 100%;
  max-width: 640px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.home-hero__metric {
  flex: 1 1 140px;
  min-width: 140px;
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.home-hero__metric:last-child {
  border-right: none;
}
.home-hero__metric strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: var(--gold-400);
  margin-bottom: 8px;
}
.home-hero__metric span {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  z-index: 3;
  transform: translateX(-50%);
  writing-mode: horizontal-tb;
  font-family: var(--font-display);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.home-hero__scroll::after {
  content: "";
  width: 1px;
  height: 36px;
  background: linear-gradient(180deg, var(--gold-500), transparent);
}

/* —— Trust strip —— */
.home-trust {
  background: var(--home-ink);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px 0;
}
.home-trust__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 36px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.home-trust__row span {
  position: relative;
}
.home-trust__row span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-500);
  opacity: 0.7;
  transform: translateY(-50%);
}

/* —— Section chrome —— */
.page-home .section {
  padding: 108px 0;
}
.page-home .section-head {
  max-width: 720px;
  margin-bottom: 56px;
}
.page-home .section-label {
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  position: relative;
}
.page-home .section-title {
  font-size: clamp(2.2rem, 4.2vw, 3.1rem);
  letter-spacing: 0.03em;
  font-weight: 700;
}
.page-home .section-desc {
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--earth-500);
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}
.page-home .section-head.is-left {
  text-align: left;
  margin-left: 0;
  max-width: 560px;
}
.page-home .section-head.is-left .section-desc {
  margin-left: 0;
}
.home-section-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.home-section-bar .section-head {
  margin: 0;
  text-align: left;
  max-width: 560px;
}
.home-section-bar .section-desc {
  margin-left: 0;
}

/* —— Category bento —— */
.home-cats {
  background: var(--white);
}
.home-cat-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
}
.home-cat {
  position: relative;
  display: block;
  border-radius: 4px;
  overflow: hidden;
  min-height: 280px;
  background: #111;
  isolation: isolate;
}
.home-cat--wide {
  grid-row: span 2;
  min-height: 580px;
}
.home-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-cat:hover img {
  transform: scale(1.06);
}
.home-cat__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(5, 15, 11, 0.88) 100%);
  z-index: 1;
}
.home-cat__body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 26px;
  color: #fff;
}
.home-cat__num {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--gold-400);
  margin-bottom: 8px;
}
.home-cat__body h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home-cat__body p {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  margin-bottom: 14px;
  max-width: 28ch;
  line-height: 1.55;
}
.home-cat__link {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.home-cat__link::after {
  content: "→";
  transition: transform 0.25s ease;
}
.home-cat:hover .home-cat__link::after {
  transform: translateX(4px);
}

/* —— Featured products —— */
.home-featured {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232, 163, 23, 0.06), transparent 55%),
    var(--cream);
}
.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-product {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  box-shadow: 0 1px 0 rgba(6, 26, 18, 0.03);
}
.home-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(6, 26, 18, 0.1);
  border-color: rgba(232, 163, 23, 0.35);
}
.home-product__media {
  position: relative;
  aspect-ratio: 5/4;
  background: linear-gradient(160deg, #e8efe9, #cfdcd3);
  overflow: hidden;
}
.home-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.home-product:hover .home-product__media img {
  transform: scale(1.05);
}
.home-product__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 5px 12px;
  background: var(--home-ink);
  color: var(--gold-400);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-product__body {
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-product__hp {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-700);
  margin-bottom: 8px;
}
.home-product__body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--green-950);
  margin-bottom: 10px;
  line-height: 1.25;
}
.home-product__body p {
  font-size: 0.9rem;
  color: var(--earth-500);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.home-product__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.home-product__tags span {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border: 1px solid rgba(28, 25, 23, 0.1);
  color: var(--earth-700);
  border-radius: 2px;
}
.home-product__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.home-product__actions .btn {
  border-radius: 2px;
  padding: 11px 10px;
  font-size: 0.8rem;
}

/* —— Advantages —— */
.home-why {
  background:
    linear-gradient(180deg, #06140f 0%, #0a1f16 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.home-why::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(232, 163, 23, 0.12), transparent 65%);
  pointer-events: none;
}
.home-why .section-title { color: #fff; }
.home-why .section-desc { color: rgba(255, 255, 255, 0.62); }
.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.home-why-card {
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 4px;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  height: 100%;
  display: block;
  color: inherit;
}
.home-why-card:hover {
  border-color: rgba(232, 163, 23, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-3px);
}
.home-why-card__index {
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  color: var(--gold-400);
  margin-bottom: 18px;
}
.home-why-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.home-why-card p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* —— About split —— */
.home-about {
  background: #fff;
}
.home-about__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.home-about__visual {
  position: relative;
}
.home-about__frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #dfe8e2;
}
.home-about__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-about__frame::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  z-index: 1;
  pointer-events: none;
}
.home-about__float {
  position: absolute;
  right: -18px;
  bottom: 36px;
  background: var(--home-ink);
  color: #fff;
  padding: 22px 26px;
  min-width: 160px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.home-about__float strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--gold-400);
  line-height: 1;
  margin-bottom: 6px;
}
.home-about__float span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
}
.home-about__content .section-title {
  text-align: left;
  margin-bottom: 18px;
}
.home-about__content p {
  color: var(--earth-500);
  margin-bottom: 14px;
  line-height: 1.75;
}
.home-about__list {
  margin: 28px 0 32px;
  display: grid;
  gap: 0;
}
.home-about__list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(28, 25, 23, 0.08);
  font-weight: 500;
  color: var(--earth-900);
  align-items: start;
}
.home-about__list li::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--gold-500), var(--gold-600));
  box-shadow: inset 0 0 0 4px #fff;
  border: 1px solid rgba(196, 135, 14, 0.35);
}
.home-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-about__actions .btn {
  border-radius: 2px;
}

/* —— Process —— */
.home-process {
  background: var(--cream);
}
.home-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(28, 25, 23, 0.1);
  border-bottom: 1px solid rgba(28, 25, 23, 0.1);
}
.home-process__step {
  padding: 40px 32px;
  border-right: 1px solid rgba(28, 25, 23, 0.1);
  background: #fff;
  position: relative;
}
.home-process__step:last-child {
  border-right: none;
}
.home-process__step:hover {
  background: #fcfbf8;
}
.home-process__num {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(15, 61, 46, 0.25);
  margin-bottom: 18px;
}
.home-process__step h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--green-950);
  margin-bottom: 12px;
}
.home-process__step p {
  color: var(--earth-500);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* —— Cases / News shared cards —— */
.home-stories {
  background: #fff;
}
.home-story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.home-story {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.home-story:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(6, 26, 18, 0.08);
}
.home-story__media {
  display: block;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: #dfe8e2;
}
.home-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.home-story:hover .home-story__media img {
  transform: scale(1.05);
}
.home-story__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-story__meta {
  font-family: var(--font-display);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 10px;
}
.home-story__body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--green-950);
  line-height: 1.3;
  margin-bottom: 10px;
}
.home-story__body h3 a {
  color: inherit;
  text-decoration: none;
}
.home-story__body h3 a:hover {
  color: var(--green-700);
}
.home-story__body p {
  color: var(--earth-500);
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 14px;
  flex: 1;
}
.home-story__result {
  margin: 0 0 14px;
  padding: 10px 12px;
  background: rgba(15, 61, 46, 0.05);
  border-left: 3px solid var(--gold-500);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--green-900);
  line-height: 1.4;
}
.home-story__more {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-800);
  text-decoration: none;
}
.home-story__more:hover {
  color: var(--gold-600);
}

/* —— Audience / Who we serve —— */
.home-audience {
  background: var(--bg-alt, #f4f1ea);
}
.home-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.home-audience-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 4px;
  padding: 28px 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  height: 100%;
}
.home-audience-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(6, 26, 18, 0.08);
  border-color: rgba(232, 163, 23, 0.4);
}
.home-audience-card__num {
  display: block;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.home-audience-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--green-950);
  line-height: 1.3;
  margin: 0 0 12px;
}
.home-audience-card p {
  color: var(--earth-500);
  font-size: 0.92rem;
  line-height: 1.65;
  margin: 0 0 18px;
  flex: 1;
}
.home-audience-card__link {
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-600);
}

.home-news {
  background: var(--cream);
}

/* —— CTA —— */
.home-cta {
  position: relative;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background: var(--home-ink);
}
.home-cta__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(5, 15, 11, 0.92), rgba(10, 42, 28, 0.78)),
    url("../images/generated/hero-field.jpg") center/cover no-repeat;
}
.home-cta .container {
  position: relative;
  z-index: 1;
}
.home-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.1;
}
.home-cta p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 36rem;
  margin: 0 auto 32px;
  font-size: 1.08rem;
  line-height: 1.7;
}
.home-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.home-cta .btn {
  border-radius: 2px;
  min-width: 180px;
  padding: 16px 28px;
}

/* —— Inquiry —— */
.home-inquiry {
  background: #fff;
  padding: 108px 0;
}
.home-inquiry__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
.home-inquiry__info h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--green-950);
  margin: 10px 0 16px;
  line-height: 1.15;
}
.home-inquiry__info > p {
  color: var(--earth-500);
  margin-bottom: 28px;
  line-height: 1.7;
}
.home-inquiry__contacts {
  display: grid;
  gap: 14px;
}
.home-inquiry__contact {
  display: flex;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-radius: 4px;
  background: var(--cream);
}
.home-inquiry__contact strong {
  display: block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--earth-500);
  margin-bottom: 4px;
}
.home-inquiry__contact a,
.home-inquiry__contact span {
  color: var(--green-950);
  font-weight: 600;
}
.home-inquiry .form-card {
  border-radius: 4px;
  border: 1px solid rgba(28, 25, 23, 0.08);
  box-shadow: 0 24px 60px rgba(6, 26, 18, 0.08);
  padding: 36px 32px;
}
.home-inquiry .form-card h3 {
  letter-spacing: 0.04em;
}
.home-inquiry .btn-primary {
  border-radius: 2px;
  padding: 15px 24px;
}

/* —— Footer polish —— */
.page-home .site-footer {
  background: #040c09;
}

/* —— Reveal motion —— */
.page-home .reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.page-home .reveal-up.revealed {
  opacity: 1;
  transform: none;
}

/* —— Responsive —— */
@media (max-width: 1100px) {
  .home-cat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-cat--wide {
    grid-column: span 2;
    grid-row: auto;
    min-height: 360px;
  }
  .home-product-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-story-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-audience-grid {
    grid-template-columns: 1fr 1fr;
  }
  .home-about__grid,
  .home-inquiry__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home-about__frame {
    aspect-ratio: 16/11;
  }
  .home-about__float {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 768px) {
  .home-hero {
    min-height: auto;
    padding: 120px 0 72px;
  }
  .home-hero h1 {
    max-width: none;
    font-size: clamp(2.5rem, 11vw, 3.4rem);
  }
  .home-hero__metric {
    border-right: none;
    flex: 1 1 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .home-hero__metric:last-child {
    border-bottom: none;
  }
  .home-hero__scroll {
    display: none;
  }
  .home-cat-grid,
  .home-why-grid,
  .home-process__steps,
  .home-story-grid,
  .home-audience-grid,
  .home-product-grid {
    grid-template-columns: 1fr;
  }
  .home-cat--wide {
    grid-column: auto;
    min-height: 320px;
  }
  .home-process__step {
    border-right: none;
    border-bottom: 1px solid rgba(28, 25, 23, 0.1);
  }
  .home-process__step:last-child {
    border-bottom: none;
  }
  .home-trust__row span:not(:last-child)::after {
    display: none;
  }
  .page-home .section {
    padding: 72px 0;
  }
  .home-inquiry .form-card {
    padding: 28px 20px;
  }
}
