/*
Theme Name: Yansam Industrial Safe
Theme URI: https://yansamblades.com/
Author: Yansam Tools
Description: Industrial B2B WordPress theme for Yansam saw blade website.
Version: 1.0.25
Text Domain: yansam-industrial
*/

:root {
  --ink: #1c242c;
  --muted: #5f6d79;
  --line: #d9e1e7;
  --soft: #f3f6f8;
  --panel: #ffffff;
  --accent: #d96f1f;
  --accent-dark: #a84f13;
  --accent-soft: #fff2e8;
  --steel: #3d4c59;
  --teal: #19746d;
  --navy: #1f2a34;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: #fbfcfd;
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.topbar {
  background: #151c22;
  color: #eef3f5;
  font-size: 13px;
}

.topbar-inner,
.nav-inner,
.section-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.topbar-inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.topbar a {
  color: #ffffff;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(28, 36, 44, 0.04);
}

.nav-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
  flex: 0 0 auto;
  color: var(--navy);
}

.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--steel);
  font-size: 14px;
  justify-content: flex-end;
  min-width: 0;
}

.nav-links a {
  white-space: nowrap;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--accent);
  border-bottom-color: var(--accent);
}

.nav-links a.btn,
.nav-links a.btn:hover,
.nav-links a.btn.active {
  border-bottom-color: var(--accent);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--accent);
  background: var(--accent);
  color: #ffffff;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(217, 111, 31, 0.2);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.btn:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(168, 79, 19, 0.24);
}

.btn.secondary {
  background: #ffffff;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: 0 8px 18px rgba(31, 37, 45, 0.08);
}

.hero {
  min-height: 620px;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(20, 25, 30, 0.92), rgba(20, 25, 30, 0.72), rgba(20, 25, 30, 0.18)),
    url("assets/hero-hss-blades.jpg") center / cover no-repeat;
  color: #ffffff;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.hero-content {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #f1a261;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.14;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: 52px;
  text-wrap: balance;
}

.hero p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #edf2f4;
  font-size: 18px;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  max-width: 720px;
}

.hero-note span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  padding: 7px 10px;
  font-size: 13px;
  border-radius: 3px;
}

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

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 760px;
  gap: 1px;
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.metric {
  padding: 18px;
  background: rgba(18, 24, 29, 0.52);
  min-height: 96px;
}

.metric strong {
  display: block;
  font-size: 22px;
}

.metric span {
  color: #dce5e8;
  font-size: 13px;
}

.section {
  padding: 78px 0;
  background: #ffffff;
}

.section.soft {
  background: var(--soft);
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head h2 {
  font-size: 34px;
  max-width: 620px;
  text-wrap: balance;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.secondary-head {
  margin-top: 52px;
}

.intro-band {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 34px;
  box-shadow: 0 12px 30px rgba(28, 36, 44, 0.05);
}

.intro-band p {
  color: var(--muted);
  margin: 10px 0 0;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.proof {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.proof::before {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 12px;
}

.proof strong {
  display: block;
  font-size: 18px;
}

.proof span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 4px;
}

.grid {
  display: grid;
  gap: 18px;
}

.grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.grid.four {
  grid-template-columns: repeat(4, 1fr);
}

.card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
  position: relative;
}

.card:hover {
  transform: translateY(-2px);
  border-color: #cfd8df;
  box-shadow: 0 16px 36px rgba(31, 37, 45, 0.1);
}

.featured-card {
  border-color: rgba(217, 111, 31, 0.42);
  box-shadow: 0 14px 32px rgba(217, 111, 31, 0.1);
}

.featured-card::before {
  content: "Main Product";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  background: var(--accent);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 3px;
}

.featured-card .card-body {
  background: linear-gradient(180deg, #ffffff 0%, var(--accent-soft) 100%);
}

.card-body {
  padding: 22px;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.card p {
  color: var(--muted);
  margin: 0;
}

.card ul {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eceff1;
  transition: transform 220ms ease;
}

.card:hover img {
  transform: scale(1.02);
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--accent);
  font-weight: 700;
  border-bottom: 1px solid rgba(217, 111, 31, 0.35);
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
}

.split h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.split img,
.product-layout img,
.gallery-strip img {
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.08);
  border-radius: 8px;
}

.split p {
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.feature {
  padding: 14px 16px;
  border-left: 4px solid var(--teal);
  background: #f7faf9;
  border-radius: 0 6px 6px 0;
}

.feature strong {
  display: block;
}

.feature span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 3px;
}

.expert-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.expert-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  min-height: 230px;
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.05);
}

.expert-card span {
  display: inline-flex;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 34px;
}

.expert-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.expert-card p {
  margin: 0;
  color: var(--muted);
}

.diagnosis-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.05);
}

.diagnosis-item {
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 140px;
}

.diagnosis-item:nth-child(3n) {
  border-right: 0;
}

.diagnosis-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.diagnosis-item strong {
  display: block;
  font-size: 18px;
  color: var(--navy);
  margin-bottom: 8px;
}

.diagnosis-item span {
  display: block;
  color: var(--muted);
}

.note-panel {
  margin-top: 18px;
  padding: 18px 20px;
  background: #fff7f1;
  border: 1px solid rgba(217, 111, 31, 0.22);
  border-left: 4px solid var(--accent);
  border-radius: 6px;
}

.note-panel strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
}

.note-panel span {
  display: block;
  color: var(--muted);
}

.process {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.process-step {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  min-height: 150px;
}

.process-step b {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  background: var(--accent);
  color: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}

.process-step strong {
  display: block;
}

.process-step span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin-top: 5px;
}

.gallery-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-areas:
    "main main showroom knife"
    "main main coated teeth";
  gap: 16px;
  align-items: stretch;
}

.gallery-strip > :where(img, p) {
  width: 100%;
  height: 100%;
  min-height: 240px;
  margin: 0;
}

.gallery-strip > p img,
.gallery-strip > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.08);
}

.gallery-strip > br {
  display: none;
}

.gallery-strip > img:nth-of-type(1),
.gallery-strip > p:nth-of-type(1) {
  grid-area: main;
  min-height: 496px;
}

.gallery-strip > img:nth-of-type(2),
.gallery-strip > p:nth-of-type(2) {
  grid-area: showroom;
}

.gallery-strip > img:nth-of-type(3),
.gallery-strip > p:nth-of-type(3) {
  grid-area: knife;
}

.gallery-strip > img:nth-of-type(4),
.gallery-strip > p:nth-of-type(4) {
  grid-area: coated;
}

.gallery-strip > img:nth-of-type(5),
.gallery-strip > p:nth-of-type(5) {
  grid-area: teeth;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.05);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
  background: #ffffff;
}

th,
td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

th {
  background: #eef3f6;
  color: var(--navy);
  font-weight: 700;
}

tbody tr:nth-child(even) {
  background: #fafbfc;
}

tbody tr:hover {
  background: #fff7f1;
}

.page-hero {
  background:
    linear-gradient(90deg, rgba(28, 36, 44, 0.94), rgba(28, 36, 44, 0.82)),
    url("assets/modern-workshop.jpg") center / cover no-repeat;
  color: #ffffff;
  padding: 78px 0;
}

.page-hero p {
  max-width: 720px;
  color: #d9e1e5;
  font-size: 18px;
}

.content {
  max-width: 860px;
}

.content p,
.content li {
  color: var(--muted);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 42px;
  align-items: start;
}

.article-body {
  max-width: 820px;
}

.article-body h2 {
  font-size: 28px;
  margin: 34px 0 12px;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  color: var(--muted);
  margin: 0 0 16px;
}

.article-sidebar {
  position: sticky;
  top: 98px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(31, 37, 45, 0.06);
}

.article-sidebar h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.article-sidebar a {
  display: block;
  padding: 11px 0;
  color: var(--accent);
  font-weight: 700;
  border-top: 1px solid var(--line);
}

.product-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.product-layout img {
  border-radius: 8px;
  border: 1px solid var(--line);
  width: 100%;
  object-fit: cover;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.spec-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.spec-item strong {
  color: var(--ink);
}

.spec-item span {
  color: var(--muted);
}

.faq {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
}

.faq-item h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.faq-item p {
  color: var(--muted);
  margin: 0;
}

.cta {
  background:
    linear-gradient(90deg, rgba(28, 36, 44, 0.96), rgba(28, 36, 44, 0.9)),
    url("assets/ai-modern-saw-blade-workshop.png") center / cover no-repeat;
  color: #ffffff;
  padding: 64px 0;
}

.inquiry-path {
  background: #ffffff;
}

.inquiry-path .section-head {
  margin-bottom: 24px;
}

.inquiry-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  display: grid;
  gap: 10px;
}

.inquiry-card b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
  color: #ffffff;
  display: grid;
  place-items: center;
}

.inquiry-card strong {
  color: var(--navy);
  font-size: 18px;
}

.inquiry-card span {
  color: var(--muted);
}

.quote-strip {
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(25, 116, 109, 0.24);
  border-left: 4px solid var(--teal);
  border-radius: 8px;
  background: #f3faf8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.quote-strip p {
  margin: 0;
  color: var(--muted);
}

.floating-contact {
  position: fixed !important;
  right: 22px;
  bottom: 110px;
  top: auto;
  transform: none;
  z-index: 2147483647;
  width: 176px;
  border: 1px solid rgba(217, 111, 31, 0.28);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(21, 28, 36, 0.2);
  padding: 10px;
  display: grid !important;
  gap: 8px;
}

.floating-contact-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  padding: 2px 4px;
}

.floating-contact-link {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  background: #ffffff;
  transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.floating-contact-link:hover {
  transform: translateY(-1px);
  border-color: rgba(217, 111, 31, 0.45);
  color: var(--accent);
}

.floating-contact-link.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}

.floating-contact-link.primary:hover {
  color: #ffffff;
}

.cta-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta p {
  color: #d9e1e5;
  max-width: 640px;
}

.form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(31, 37, 45, 0.08);
}

.form-title {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.form-title strong {
  font-size: 20px;
  color: var(--navy);
}

.form-title span {
  color: var(--muted);
  font-size: 14px;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px 12px;
  font: inherit;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(217, 111, 31, 0.14);
}

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

.form-note {
  padding: 14px 16px;
  border: 1px solid rgba(25, 116, 109, 0.22);
  border-left: 4px solid var(--teal);
  background: #f3faf8;
  border-radius: 6px;
}

.form-note strong,
.form-note span {
  display: block;
}

.form-note span {
  color: var(--muted);
  font-size: 14px;
  margin-top: 3px;
}

.inquiry-checklist {
  margin-top: 24px;
  padding: 22px;
  background: #f8fafb;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.inquiry-checklist h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.inquiry-checklist ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.footer {
  background: #151a1f;
  color: #cfd7dc;
  padding: 40px 0;
}

.footer-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer h3 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 12px;
}

.footer a,
.footer p {
  color: #cfd7dc;
  display: block;
  margin: 8px 0;
}

@media (max-width: 900px) {
  body {
    padding-bottom: 72px;
  }

  .nav-inner,
  .topbar-inner,
  .section-inner,
  .hero-content,
  .cta-inner,
  .footer-grid {
    width: min(100% - 28px, var(--max));
  }

  .nav-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 6px;
    gap: 10px;
    scrollbar-width: thin;
  }

  .nav-links a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #ffffff;
  }

  .nav-links .btn {
    min-height: 38px;
    border-color: var(--accent);
    background: var(--accent);
    color: #ffffff;
  }

  h1 {
    font-size: 40px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-metrics,
  .grid.three,
  .grid.four,
  .split,
  .intro-band,
  .proof-grid,
  .expert-grid,
  .diagnosis-grid,
  .process,
  .product-layout,
  .form-grid,
  .article-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .diagnosis-item,
  .diagnosis-item:nth-child(3n),
  .diagnosis-item:nth-last-child(-n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .diagnosis-item:last-child {
    border-bottom: 0;
  }

  .gallery-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "main main"
      "showroom knife"
      "coated teeth";
  }

  .gallery-strip > img:nth-of-type(1),
  .gallery-strip > p:nth-of-type(1) {
    min-height: 380px;
  }

  .section-head,
  .cta-inner,
  .quote-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  .floating-contact {
    left: 14px;
    right: 14px;
    bottom: 76px;
    top: auto;
    transform: none;
    width: auto;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    padding: 8px;
  }

  .floating-contact-title {
    display: none;
  }

  .floating-contact-link {
    min-height: 38px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 8px 0;
    gap: 2px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
  }

  .brand {
    font-size: 15px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 62px 0;
  }

  h1 {
    font-size: 34px;
  }

  .page-hero {
    padding: 54px 0;
  }

  .page-hero p,
  .hero p {
    font-size: 16px;
  }

  .section {
    padding: 54px 0;
  }

  .section-head h2,
  .split h2,
  .intro-band h2 {
    font-size: 28px;
  }

  .intro-band {
    padding: 20px;
  }

  .hero-actions,
  .cta-inner {
    width: 100%;
  }

  .hero-actions .btn,
  .cta-inner .btn,
  .form .btn,
  .quote-strip .btn {
    width: 100%;
  }

  .hero-metrics {
    margin-top: 32px;
  }

  .metric,
  .card-body,
  .proof,
  .process-step,
  .faq-item {
    padding: 16px;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "showroom"
      "knife"
      "coated"
      "teeth";
    gap: 12px;
  }

  .gallery-strip > :where(img, p) {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .gallery-strip > p img,
  .gallery-strip > img {
    height: 100%;
    object-fit: cover;
  }

  .gallery-strip > img:nth-of-type(1),
  .gallery-strip > p:nth-of-type(1) {
    min-height: 0;
  }

  .spec-item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  table {
    min-width: 560px;
  }

  th,
  td {
    padding: 12px;
    font-size: 14px;
  }
}


.admin-bar .nav { top: 32px; }
.yansam-page { min-height: 60vh; }
.post-meta { color: var(--muted); margin-bottom: 20px; }
.nav-links ul { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 0; padding: 0; }
.nav-links li { margin: 0; }
.footer ul { list-style: none; margin: 0; padding: 0; }
.footer li { margin: 0 0 8px; }
@media (max-width: 782px) {
  .admin-bar .nav { top: 46px; }
}
