:root {
  --text: #6b6375;
  --text-h: #08060d;
  --bg: #fff;
  --border: #e5e4e7;
  --code-bg: #f4f3ec;
  --accent: #aa3bff;
  --accent-bg: rgba(170, 59, 255, 0.1);
  --accent-border: rgba(170, 59, 255, 0.5);
  --social-bg: rgba(244, 243, 236, 0.5);
  --shadow:
    rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;

  --sans: system-ui, 'Segoe UI', Roboto, sans-serif;
  --heading: system-ui, 'Segoe UI', Roboto, sans-serif;
  --mono: ui-monospace, Consolas, monospace;

  font: 18px/145% var(--sans);
  letter-spacing: 0.18px;
  color-scheme: light dark;
  color: var(--text);
  background: var(--bg);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  @media (max-width: 1024px) {
    font-size: 16px;
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --text: #9ca3af;
    --text-h: #f3f4f6;
    --bg: #16171d;
    --border: #2e303a;
    --code-bg: #1f2028;
    --accent: #c084fc;
    --accent-bg: rgba(192, 132, 252, 0.15);
    --accent-border: rgba(192, 132, 252, 0.5);
    --social-bg: rgba(47, 48, 58, 0.5);
    --shadow:
      rgba(0, 0, 0, 0.4) 0 10px 15px -3px, rgba(0, 0, 0, 0.25) 0 4px 6px -2px;
  }

  #social .button-icon {
    filter: invert(1) brightness(2);
  }
}

#root {
  width: 1126px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  border-inline: 1px solid var(--border);
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2 {
  font-family: var(--heading);
  font-weight: 500;
  color: var(--text-h);
}

h1 {
  font-size: 56px;
  letter-spacing: -1.68px;
  margin: 32px 0;
  @media (max-width: 1024px) {
    font-size: 36px;
    margin: 20px 0;
  }
}
h2 {
  font-size: 24px;
  line-height: 118%;
  letter-spacing: -0.24px;
  margin: 0 0 8px;
  @media (max-width: 1024px) {
    font-size: 20px;
  }
}
p {
  margin: 0;
}

code,
.counter {
  font-family: var(--mono);
  display: inline-flex;
  border-radius: 4px;
  color: var(--text-h);
}

code {
  font-size: 15px;
  line-height: 135%;
  padding: 4px 8px;
  background: var(--code-bg);
}

/* 官网页面使用固定浅色品牌主题，覆盖脚手架的演示样式。 */
:root {
  color-scheme: light;
  --wine: #8f1f2d;
  --wine-dark: #66141f;
  --ink: #211f1d;
  --paper: #f7f5f1;
  --warm-white: #fffdfa;
  --muted: #746f69;
  --line: #ded9d1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background: var(--paper);
}

body,
button,
a {
  letter-spacing: 0;
}

button,
a {
  font: inherit;
}

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

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

#root {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  text-align: left;
  display: block;
}

::selection {
  color: #fff;
  background: var(--wine);
}
.site-shell {
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
}

.container {
  width: min(100% - 48px, 1240px);
  margin: 0 auto;
}

.topbar {
  height: 36px;
  color: rgba(255, 255, 255, 0.76);
  background: #201d1b;
  font-size: 12px;
}

.topbar__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.topbar a {
  color: #fff;
  transition: color 180ms ease;
}

.topbar a:hover {
  color: #d7b28c;
}

.header {
  height: 76px;
  position: relative;
  z-index: 20;
  background: var(--warm-white);
  border-bottom: 1px solid rgba(33, 31, 29, 0.1);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand__mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--wine);
  font-family: Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.brand__text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand__text strong {
  color: #1e1b19;
  font-family: "Songti SC", "STSong", serif;
  font-size: 21px;
  font-weight: 600;
}

.brand__text small {
  margin-top: 7px;
  color: #8b837d;
  font: 9px/1 Arial, sans-serif;
  letter-spacing: 2px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
}

.nav > a:not(.nav__cta) {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.nav > a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--wine);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.nav > a:hover::after {
  transform: scaleX(1);
}

.nav__cta {
  min-width: 102px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--wine);
  transition: background 180ms ease, transform 180ms ease;
}

.nav__cta:hover {
  background: var(--wine-dark);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  height: min(620px, 100svh - 148px);
  min-height: 540px;
  overflow: hidden;
  color: #fff;
  background: #2a1c1c;
}

.hero__image,
.hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  object-position: center 31%;
  filter: saturate(0.82) contrast(1.04);
  animation: heroReveal 900ms ease-out both;
}

.hero__veil {
  background: linear-gradient(90deg, rgba(22, 15, 14, 0.87) 0%, rgba(27, 17, 16, 0.63) 41%, rgba(27, 17, 16, 0.12) 72%, rgba(27, 17, 16, 0.05) 100%);
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 14px;
  animation: contentReveal 650ms 120ms ease-out both;
}

.eyebrow,
.section-kicker {
  color: var(--wine);
  font: 600 11px/1.2 Arial, sans-serif;
  letter-spacing: 2.4px;
}

.hero .eyebrow {
  color: #e0b68e;
}

.hero h1 {
  max-width: 680px;
  margin: 21px 0 24px;
  color: #fff;
  font-family: "Songti SC", "STSong", serif;
  font-size: 62px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0;
}

.hero__content > p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.79);
  font-size: 16px;
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-width: 142px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  border: 1px solid transparent;
  font-size: 14px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: var(--wine);
}

.button--primary:hover {
  background: #a42b3b;
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(20, 15, 15, 0.12);
}

.button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero__index {
  position: absolute;
  z-index: 2;
  right: max(24px, (100vw - 1240px) / 2);
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font: 11px/1 Arial, sans-serif;
}

.hero__index i {
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.brand-statement {
  padding: 54px 0;
  background: var(--warm-white);
  border-bottom: 1px solid var(--line);
}

.brand-statement__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
}

.statement-copy h2,
.section-heading h2,
.process h2,
.craft h2,
.contact h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}

.statement-copy p {
  max-width: 560px;
  margin: 15px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

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

.statistics > div {
  display: flex;
  flex-direction: column;
  padding: 2px 20px;
  border-left: 1px solid var(--line);
}

.statistics strong {
  color: var(--wine);
  font: 500 32px/1.2 Georgia, serif;
}

.statistics sup {
  font-size: 15px;
}

.statistics span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.section {
  padding: 104px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}

.section-heading > p {
  max-width: 410px;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.category-tabs {
  display: flex;
  gap: 30px;
  margin: 44px 0 28px;
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  scrollbar-width: none;
}

.category-tabs::-webkit-scrollbar {
  display: none;
}

.category-tabs button {
  position: relative;
  flex: 0 0 auto;
  padding: 0 1px 15px;
  color: #8a847f;
  border: 0;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.category-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--wine);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.category-tabs button:hover,
.category-tabs button.is-active {
  color: var(--ink);
}

.category-tabs button.is-active::after {
  transform: scaleX(1);
}

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

.product-card {
  grid-column: span 4;
  min-width: 0;
}

.product-card--0 {
  grid-column: span 7;
}

.product-card--1 {
  grid-column: span 5;
}

.product-card__image-wrap {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #e7e2dc;
}

.product-card--0 .product-card__image-wrap,
.product-card--1 .product-card__image-wrap {
  height: 520px;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), filter 300ms ease;
}

.product-card:hover img {
  transform: scale(1.035);
  filter: brightness(0.94);
}

.product-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(27, 24, 23, 0.72);
  font-size: 11px;
  backdrop-filter: blur(8px);
}

.product-card__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 2px 7px;
}

.product-card__info span {
  color: #9b928a;
  font: 10px/1.2 Arial, sans-serif;
  letter-spacing: 1.6px;
}

.product-card__info h3 {
  margin: 6px 0 0;
  color: var(--ink);
  font-family: "Songti SC", "STSong", serif;
  font-size: 20px;
  font-weight: 600;
}

.product-card__info > a {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #cfc9c1;
  font-size: 18px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.product-card__info > a:hover {
  color: #fff;
  background: var(--wine);
  border-color: var(--wine);
}

.process {
  color: #fff;
  background: #211e1c;
}

.process__inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}

.section-kicker--light {
  color: #d7ad83;
}

.process h2,
.contact h2 {
  color: #fff;
}

.process__intro > p {
  max-width: 390px;
  margin: 21px 0 31px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.9;
}

.process__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 13px;
  transition: color 180ms ease, border-color 180ms ease;
}

.process__intro > a:hover {
  color: #d7ad83;
  border-color: #d7ad83;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.process-step {
  min-height: 160px;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition: background 180ms ease;
}

.process-step:hover {
  background: rgba(255, 255, 255, 0.045);
}

.process-step > span {
  color: #cba174;
  font: 13px/1.4 Georgia, serif;
}

.process-step h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.8;
}

.craft {
  background: var(--warm-white);
}

.craft__inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 9%;
}

.craft__visual {
  position: relative;
  padding: 0 56px 50px 0;
}

.craft__visual::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 74%;
  height: 72%;
  background: #efeae3;
}

.craft__visual > img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.3;
  object-fit: cover;
}

.craft__badge {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--wine);
}

.craft__badge strong {
  font: 500 45px/1 Georgia, serif;
}

.craft__badge span {
  font-size: 11px;
  line-height: 1.7;
}

.craft__content > p {
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.craft__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.craft__content li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.craft__content li span {
  color: var(--wine);
  font: 11px/1 Arial, sans-serif;
}

.capability {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #171513;
}

.capability__item {
  position: relative;
  min-height: 410px;
  overflow: hidden;
}

.capability__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: brightness(0.42) saturate(0.65);
  transition: transform 500ms ease, filter 300ms ease;
}

.capability__item:hover img {
  transform: scale(1.04);
  filter: brightness(0.53) saturate(0.8);
}

.capability__item > div {
  position: absolute;
  z-index: 1;
  right: 42px;
  bottom: 42px;
  left: 42px;
  color: #fff;
}

.capability__item span {
  color: #d7ad83;
  font: 11px/1 Arial, sans-serif;
}

.capability__item h3 {
  margin: 12px 0 9px;
  color: #fff;
  font-family: "Songti SC", "STSong", serif;
  font-size: 27px;
  font-weight: 500;
}

.capability__item p {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.7;
}

.contact {
  background: var(--wine);
}

.contact__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.contact .section-kicker {
  color: rgba(255, 255, 255, 0.62);
}

.contact h2 {
  max-width: 680px;
  font-size: 44px;
}

.contact__phone {
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}

.contact__phone span {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
}

.contact__phone strong {
  font: 500 28px/1 Arial, sans-serif;
}

.footer {
  color: rgba(255, 255, 255, 0.57);
  background: #171513;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-top: 66px;
  padding-bottom: 58px;
}

.brand--footer .brand__mark {
  background: #fff;
  color: var(--wine);
}

.brand--footer .brand__text strong {
  color: #fff;
}

.footer__brand > p {
  max-width: 320px;
  margin: 22px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.footer__links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
}

.footer__links strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.footer__links a {
  transition: color 180ms ease;
}

.footer__links a:hover {
  color: #fff;
}

.footer__bottom {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 11px;
}

@keyframes heroReveal {
  from {
    transform: scale(1.04);
    opacity: 0.6;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes contentReveal {
  from {
    transform: translateY(18px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 980px) {
  .container {
    width: min(100% - 40px, 1240px);
  }
  .nav {
    gap: 20px;
  }
  .brand-statement__inner,
  .craft__inner {
    gap: 48px;
  }
  .process__inner {
    gap: 55px;
  }
  .product-card,
  .product-card--0,
  .product-card--1 {
    grid-column: span 6;
  }
  .product-card__image-wrap,
  .product-card--0 .product-card__image-wrap,
  .product-card--1 .product-card__image-wrap {
    height: 470px;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1240px);
  }
  .topbar {
    height: 32px;
  }
  .topbar__inner > span {
    display: none;
  }
  .topbar__inner {
    justify-content: flex-end;
    font-size: 11px;
  }
  .header {
    height: 68px;
  }
  .brand__mark {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .brand__text strong {
    font-size: 18px;
  }
  .brand__text small {
    margin-top: 5px;
    font-size: 8px;
  }
  .menu-button {
    display: block;
  }
  .menu-button.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-button.is-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-button.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .nav {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    height: auto;
    max-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    background: var(--warm-white);
    box-shadow: 0 18px 38px rgba(24, 20, 17, 0.13);
    transition: max-height 260ms ease;
  }
  .nav.is-open {
    max-height: 410px;
    padding: 10px 16px 18px;
  }
  .nav > a:not(.nav__cta) {
    height: 48px;
    padding: 0 4px;
    border-bottom: 1px solid var(--line);
  }
  .nav > a:not(.nav__cta)::after {
    display: none;
  }
  .nav__cta {
    height: 46px;
    margin-top: 12px;
  }
  .hero {
    height: min(590px, 100svh - 132px);
    min-height: 530px;
  }
  .hero__image {
    object-position: 57% 27%;
  }
  .hero__veil {
    background: linear-gradient(90deg, rgba(25, 16, 15, 0.81) 0%, rgba(25, 16, 15, 0.48) 70%, rgba(25, 16, 15, 0.2) 100%);
  }
  .hero__content {
    justify-content: flex-end;
    padding-bottom: 66px;
  }
  .hero h1 {
    margin: 16px 0 17px;
    font-size: 40px;
    line-height: 1.2;
  }
  .hero__content > p {
    max-width: 92%;
    font-size: 14px;
    line-height: 1.75;
  }
  .hero__actions {
    margin-top: 25px;
  }
  .button {
    min-width: 126px;
    height: 46px;
    gap: 16px;
  }
  .hero__index {
    display: none;
  }
  .brand-statement {
    padding: 48px 0;
  }
  .brand-statement__inner,
  .craft__inner,
  .process__inner {
    grid-template-columns: 1fr;
  }
  .brand-statement__inner {
    gap: 32px;
  }
  .statement-copy h2,
  .section-heading h2,
  .process h2,
  .craft h2,
  .contact h2 {
    font-size: 31px;
  }
  .statistics > div {
    padding: 0 10px;
  }
  .statistics > div:first-child {
    padding-left: 0;
    border-left: 0;
  }
  .statistics strong {
    font-size: 25px;
  }
  .statistics span {
    font-size: 10px;
    line-height: 1.5;
  }
  .section {
    padding: 74px 0;
  }
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .category-tabs {
    gap: 24px;
    margin-top: 35px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 12px;
  }
  .product-card,
  .product-card--0,
  .product-card--1 {
    grid-column: span 1;
  }
  .product-card__image-wrap,
  .product-card--0 .product-card__image-wrap,
  .product-card--1 .product-card__image-wrap {
    height: auto;
    aspect-ratio: 0.72;
  }
  .product-card__category {
    top: 10px;
    left: 10px;
    padding: 6px 8px;
    font-size: 9px;
  }
  .product-card__info {
    padding-top: 13px;
  }
  .product-card__info h3 {
    font-size: 16px;
  }
  .product-card__info span {
    font-size: 8px;
  }
  .product-card__info > a {
    width: 34px;
    height: 34px;
  }
  .process__inner {
    gap: 48px;
  }
  .process__steps {
    grid-template-columns: 1fr;
  }
  .process-step {
    min-height: 126px;
  }
  .craft__inner {
    gap: 44px;
  }
  .craft__visual {
    padding: 0 34px 32px 0;
  }
  .craft__badge {
    width: 134px;
    height: 112px;
  }
  .craft__badge strong {
    font-size: 36px;
  }
  .capability {
    grid-template-columns: 1fr;
  }
  .capability__item {
    min-height: 300px;
  }
  .capability__item > div {
    right: 26px;
    bottom: 28px;
    left: 26px;
  }
  .contact__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .contact h2 {
    font-size: 34px;
  }
  .contact__phone {
    min-width: 0;
    align-items: flex-start;
  }
  .footer__main {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .footer__links {
    gap: 24px;
  }
}
@media (max-width: 430px) {
  .hero h1 {
    font-size: 36px;
  }
  .hero__actions {
    width: 100%;
  }
  .button {
    min-width: 0;
    flex: 1 1 0;
  }
  .product-grid {
    gap: 24px 10px;
  }
  .product-card__info > a {
    display: none;
  }
  .process-step {
    padding: 25px 22px;
  }
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}