:root {
  --black: #111111;
  --red: #d71920;
  --red-dark: #9f1117;
  --red-deep: #5e070b;
  --copper: #b86b35;
  --copper-soft: #fff3ea;
  --text: #272321;
  --muted: #6b625d;
  --line: #eaded5;
  --white: #ffffff;
  --soft: #fff7f5;
  --shadow: 0 18px 45px rgba(90, 7, 11, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Be Vietnam Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  background: linear-gradient(90deg, rgba(215, 25, 32, 0.05), transparent 22%), var(--white);
  overflow-x: hidden;
}

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

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

button {
  font: inherit;
  cursor: pointer;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.title-icon {
  color: var(--red);
}

.footer-icon {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.top-strip {
  color: rgba(255, 255, 255, 0.92);
  background: var(--red);
}

.top-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 7px 0;
}

.top-strip p,
.top-strip__links a,
.main-nav .nav-cta,
.btn,
.hero__badges span,
.intro-bar strong,
.service-panel h3,
.fabric-card h3,
.reason-rail h3,
.process-grid h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.top-strip p {
  margin: 0;
  font-size: 13px;
}

.top-strip__links {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(215, 25, 32, 0.16);
  box-shadow: 0 10px 26px rgba(90, 7, 11, 0.08);
  backdrop-filter: blur(14px);
}

.header-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
}

.brand img {
  height: 78px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  color: var(--black);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

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

.main-nav .nav-cta {
  margin-left: 8px;
  padding: 8px 16px;
  color: #fff;
  background: var(--red);
  border-radius: var(--radius);
  box-shadow: 0 14px 24px rgba(215, 25, 32, 0.24);
}

.main-nav .nav-cta::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.menu-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 5px auto;
  background: var(--black);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(110deg, var(--red) 0%, var(--red) 50%, var(--red-deep) 50%, var(--red-deep) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 58%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 38%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px);
  pointer-events: none;
}

.hero__media {
  position: absolute;
  inset: 0 0 0 auto;
  width: 52%;
  background:
    linear-gradient(90deg, rgba(94, 7, 11, 0.55), rgba(17, 17, 17, 0.22)),
    url("assets/phe-lieu-dong-1.jpg") center/cover;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.18), transparent 48%);
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(720px, 58%);
  padding: 88px 0 112px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #fff;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.04;
  font-weight: 600;
}

.hero h1 span {
  display: block;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(340px, 58vw);
  height: 6px;
  margin-top: 22px;
  background: #fff;
}

.hero__lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 1.6vw, 20px);
}

.hero__actions,
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero__actions {
  margin-top: 32px;
}

.hero__badges {
  max-width: 760px;
  margin-top: 34px;
}

.hero__badges span {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 4px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 600;
}

.btn {
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: var(--red);
  background: #fff;
  box-shadow: 0 16px 30px rgba(90, 7, 11, 0.25);
}

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

.btn-light {
  color: var(--red);
  background: #fff;
}

.intro-bar {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0;
  color: #fff;
  background: var(--red);
}

.intro-bar__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.intro-bar article {
  padding: 28px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.intro-bar article:last-child {
  border-right: 0;
}

.intro-bar strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.intro-bar span {
  display: block;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.82);
}

.section {
  padding: 76px 0;
}

.white-section {
  background: #fff;
}

.section:nth-of-type(even) {
  background: var(--soft);
}

.section-title {
  margin: 0;
  color: var(--black);
  font-size: clamp(25px, 2.5vw, 35px);
  line-height: 1.15;
  font-weight: 600;
}

.section-heading {
  max-width: 920px;
  margin-bottom: 34px;
  padding-left: 20px;
  border-left: 6px solid var(--red);
}

.section-heading p,
.split-layout p,
.image-split p,
.price-layout p,
.consult-layout p {
  color: var(--muted);
}

.split-layout,
.image-split,
.price-layout,
.consult-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr);
  gap: 44px;
  align-items: stretch;
}

.split-layout > div,
.price-layout > div:first-child,
.consult-layout > div:first-child,
.image-split > div:last-child {
  padding: 34px;
  border-left: 6px solid var(--red);
  background: #fff;
  box-shadow: 0 14px 34px rgba(90, 7, 11, 0.08);
}

.service-panel {
  position: relative;
  padding: 32px;
  color: #fff;
  border: 0;
  background: var(--red);
  box-shadow: var(--shadow);
}

.service-panel h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
}

.check-list,
.group-list,
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.9);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 9px;
  height: 9px;
  background: #fff;
  box-shadow: 6px 0 0 var(--black);
}

.price-layout {
  align-items: stretch;
}

.price-layout .btn {
  margin-top: 18px;
}

.price-table {
  overflow: hidden;
  border: 1px solid rgba(215, 25, 32, 0.2);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(215, 25, 32, 0.14);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row strong {
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.price-head {
  color: #fff;
  background: var(--red);
  font-weight: 600;
}

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

.fabric-card {
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(215, 25, 32, 0.18);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(90, 7, 11, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.fabric-card:hover {
  transform: translateY(-5px);
  border-color: rgba(215, 25, 32, 0.52);
}

.fabric-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.fabric-card > span,
.reason-rail > article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--red);
  font-weight: 600;
}

.fabric-card > span {
  width: 42px;
  height: 42px;
  margin: 22px 26px 16px;
  border-radius: var(--radius);
}

.fabric-card h3,
.reason-rail h3,
.process-grid h3 {
  margin: 0 26px 10px;
  color: var(--black);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
}

.fabric-card p {
  margin: 0;
  padding: 0 26px 26px;
  color: var(--muted);
}

.material-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(215, 25, 32, 0.18);
  background: #fff;
}

.material-strip span {
  padding: 9px 13px;
  color: var(--red);
  border: 1px solid rgba(215, 25, 32, 0.24);
  border-radius: 999px;
  background: #fff1f2;
  font-weight: 600;
}

.why-section {
  position: relative;
  color: #fff;
  border-top: 1px solid rgba(215, 25, 32, 0.12);
  border-bottom: 1px solid rgba(215, 25, 32, 0.12);
  background: #5e070b url("assets/phe-lieu-dong-4.jpg") center/cover no-repeat;
  isolation: isolate;
}

.why-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(54, 3, 6, 0.96), rgba(166, 10, 17, 0.92) 50%, rgba(17, 17, 17, 0.86)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 18px),
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.16), transparent 30%);
}

.why-section > .container {
  position: relative;
  z-index: 1;
}

.why-section .eyebrow,
.why-section .section-title {
  color: #fff;
}

.why-section .section-heading {
  border-left-color: #fff;
}

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

.reason-rail article {
  display: block;
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 6px solid #fff;
  background: rgba(80, 4, 9, 0.82);
  box-shadow: 0 18px 40px rgba(17, 17, 17, 0.24);
  backdrop-filter: blur(4px);
}

.reason-rail > article > span {
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--red);
  background: #fff;
}

.reason-rail h3,
.process-grid h3 {
  margin-right: 0;
  margin-left: 0;
}

.reason-rail h3,
.reason-rail p {
  color: #fff;
}

.reason-rail p,
.process-grid p {
  margin: 0;
}

.image-split {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
}

.image-split__photo {
  min-height: 430px;
  overflow: hidden;
  border-radius: 0;
  box-shadow: var(--shadow);
}

.image-split__photo img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.mini-grid span {
  padding: 14px 16px;
  color: var(--black);
  border-left: 4px solid var(--red);
  background: #fff1f2;
  font-weight: 600;
}

.process-grid {
  position: relative;
  width: min(980px, 100%);
  min-height: 900px;
  margin: 18px auto 0;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(215, 25, 32, 0.08) 0 31%, transparent 31.5%),
    conic-gradient(from -90deg, rgba(215, 25, 32, 0.16), rgba(184, 107, 53, 0.26), rgba(215, 25, 32, 0.16));
}

.process-grid::before {
  content: "";
  position: absolute;
  inset: 72px;
  border: 2px dashed rgba(215, 25, 32, 0.34);
  border-radius: 50%;
}

.process-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 220px;
  height: 220px;
  color: #fff;
  text-align: center;
  border: 8px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-deep));
  box-shadow: var(--shadow);
  transform: translate(-50%, -50%);
}

.process-center strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

.process-center span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-transform: uppercase;
}

.process-grid article {
  position: absolute;
  z-index: 1;
  width: 225px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(215, 25, 32, 0.18);
  border-top: 5px solid var(--red);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 34px rgba(90, 7, 11, 0.1);
}

.process-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 50%;
  background: var(--red);
  font-weight: 600;
}

.process-grid article::after {
  display: none;
  content: none;
}

.process-grid article:nth-of-type(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.process-grid article:nth-of-type(1)::after {
  right: -40px;
  bottom: 18px;
  transform: rotate(42deg);
}

.process-grid article:nth-of-type(2) {
  top: 110px;
  right: 58px;
}

.process-grid article:nth-of-type(2)::after {
  right: -18px;
  bottom: -34px;
  transform: rotate(88deg);
}

.process-grid article:nth-of-type(3) {
  top: 390px;
  right: 0;
}

.process-grid article:nth-of-type(3)::after {
  left: 36px;
  bottom: -42px;
  transform: rotate(132deg);
}

.process-grid article:nth-of-type(4) {
  right: 210px;
  bottom: 0;
}

.process-grid article:nth-of-type(4)::after {
  left: -36px;
  top: 18px;
  transform: rotate(180deg);
}

.process-grid article:nth-of-type(5) {
  left: 210px;
  bottom: 0;
}

.process-grid article:nth-of-type(5)::after {
  left: -40px;
  top: -8px;
  transform: rotate(226deg);
}

.process-grid article:nth-of-type(6) {
  top: 390px;
  left: 0;
}

.process-grid article:nth-of-type(6)::after {
  left: 36px;
  top: -42px;
  transform: rotate(272deg);
}

.process-grid article:nth-of-type(7) {
  top: 110px;
  left: 58px;
}

.process-grid article:nth-of-type(7)::after {
  right: -16px;
  top: -34px;
  transform: rotate(318deg);
}

.consult-layout {
  align-items: start;
}

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

.group-list li {
  padding: 14px 16px;
  border-left: 4px solid var(--red);
  background: #fff1f2;
}

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

.faq details {
  border: 1px solid rgba(215, 25, 32, 0.18);
  background: #fff;
  box-shadow: 0 10px 22px rgba(90, 7, 11, 0.06);
}

.faq summary {
  padding: 18px 20px;
  color: var(--black);
  font-weight: 600;
  cursor: pointer;
}

.faq p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.gallery-section {
  background: #fff;
}

.fabric-showcase {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 18px;
}

.showcase-card {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--black);
  box-shadow: var(--shadow);
}

.showcase-card--wide {
  min-height: 420px;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.showcase-card--wide img {
  min-height: 420px;
}

.showcase-card:hover img {
  transform: scale(1.04);
}

.showcase-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 14px 16px;
  color: #fff;
  border-left: 4px solid #fff;
  background: rgba(215, 25, 32, 0.86);
  backdrop-filter: blur(8px);
  font-weight: 600;
}

.cta-section {
  padding: 72px 0;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(215, 25, 32, 0.96), rgba(215, 25, 32, 0.9) 58%, rgba(94, 7, 11, 0.88)),
    url("assets/phe-lieu-dong-3.jpg") center/cover;
}

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.cta-card h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 600;
}

.cta-card p:last-child {
  max-width: 780px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.footer {
  color: rgba(255, 255, 255, 0.82);
  background: var(--red-deep);
  border-top: 4px solid var(--red);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 1fr;
  gap: 38px;
  padding: 54px 0 34px;
}

.footer__logo {
  width: 190px;
  margin-bottom: 16px;
  padding: 10px;
  background: #fff;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.footer p {
  margin: 0;
}

.footer ul {
  display: grid;
  gap: 9px;
}

.footer li {
  display: flex;
  align-items: flex-start;
}

.footer a {
  color: #fff;
  font-weight: 600;
}

.copyright {
  padding: 18px 0 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 1024px) {
  .top-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .menu-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 10px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    min-height: 46px;
  }

  .main-nav .nav-cta {
    margin: 6px 0 0;
    justify-content: center;
  }

  .hero__content {
    width: min(720px, 68%);
  }

  .intro-bar__grid,
  .fabric-grid,
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .intro-bar article:nth-child(2) {
    border-right: 0;
  }

  .intro-bar article:nth-child(3) {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .split-layout,
  .image-split,
  .price-layout,
  .consult-layout,
  .reason-rail,
  .fabric-showcase,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .reason-rail article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }

  .reason-rail article:last-child {
    border-bottom: 0;
  }

  .cta-card .btn {
    width: fit-content;
  }
}

@media (max-width: 980px) {
  .process-grid {
    width: 100%;
    min-height: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
    border-radius: 0;
    background: transparent;
  }

  .process-grid::before,
  .process-grid article::after {
    display: none;
  }

  .process-center {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    height: auto;
    min-height: 120px;
    border-radius: var(--radius);
    transform: none;
  }

  .process-grid article {
    position: static;
    inset: auto;
    width: auto;
    min-height: auto;
    transform: none;
  }

  .process-grid article:nth-of-type(n) {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: auto;
    transform: none;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .top-strip__inner > *,
  .hero__content > * {
    min-width: 0;
  }

  .top-strip p,
  .top-strip__links a {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    width: 100%;
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .top-strip__links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
  }

  .top-strip p,
  .hero__lead,
  .intro-bar span,
  .price-row {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .header-shell {
    min-height: 76px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    height: 64px;
  }

  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .hero::before {
    width: 100%;
  }

  .hero__media {
    position: relative;
    width: 100%;
    min-height: 270px;
    order: -1;
    clip-path: none;
  }

  .hero__content {
    width: min(100% - 24px, 1180px);
    margin: 0 auto;
    padding: 46px 0 62px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.08;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  .hero__lead {
    max-width: 330px;
    font-size: 15px;
  }

  .hero__badges span,
  .btn {
    width: 100%;
  }

  .intro-bar__grid,
  .fabric-grid,
  .footer__grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .intro-bar article,
  .intro-bar article:nth-child(2),
  .intro-bar article:nth-child(3) {
    grid-column: auto;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }

  .intro-bar article:first-child {
    border-top: 0;
  }

  .section {
    padding: 58px 0;
  }

  .section-title,
  .cta-card h2 {
    font-size: 30px;
  }

  .split-layout > div,
  .price-layout > div:first-child,
  .consult-layout > div:first-child,
  .image-split > div:last-child,
  .service-panel {
    padding: 24px;
  }

  .price-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .price-row strong {
    white-space: normal;
  }

  .reason-rail article {
    min-height: auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
    width: 100%;
    overflow: visible;
  }

  .process-grid article {
    position: static;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 20px;
    border-bottom: 1px solid rgba(215, 25, 32, 0.16);
    transform: none;
  }

  .process-grid article:nth-of-type(n) {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .image-split__photo,
  .image-split__photo img {
    min-height: 260px;
  }

  .fabric-card img {
    height: 220px;
  }

  .showcase-card,
  .showcase-card--wide {
    min-height: auto;
  }

  .showcase-card img,
  .showcase-card--wide img {
    min-height: 280px;
  }

  .showcase-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1200px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
.news {
      background: rgba(255, 255, 255, 0.44);
    }

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

    .news-card {
      flex: 0 0 25%;
      padding: 10px;
    }

    .news-inner {
      height: 100%;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 15px 36px rgba(47, 40, 31, 0.1);
      transition: transform 0.22s ease;
    }

    .news-inner:hover {
      transform: translateY(-5px);
    }

    .news-img {
      height: 170px;
      overflow: hidden;
      background: #e4e1da;
    }

    .news-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .news-body {
      padding: 17px 18px 20px;
    }

    .news-body time {
      color: var(--blue);
      font-size: 13px;
      font-weight: 600;
    }

    .news-body h3 {
      min-height: 54px;
      margin: 8px 0 10px;
      font-size: 16px;
      line-height: 1.35;
    }

    .news-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }
