
.sw-landing {
  color: #181713;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

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

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

body .sw-landing {
  min-height: 100vh;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

.sw-landing button,
.sw-landing input,
.sw-landing textarea {
  font: inherit;
  letter-spacing: 0;
}

.sw-landing button {
  color: inherit;
}

.sw-landing a {
  color: inherit;
  text-decoration: none;
}

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

.sw-landing {
  --sw-text: #191815;
  --sw-soft-text: #4f4a42;
  --sw-muted: #70695d;
  --sw-gold: #e6ad29;
  --sw-gold-dark: #b9871d;
  --sw-gold-soft: #ffe6a6;
  --sw-cream: #fff8ec;
  --sw-cream-2: #f8efdf;
  --sw-section: #fffaf1;
  --sw-panel: #fffdf8;
  --sw-card: #fff7e7;
  --sw-line: rgba(157, 126, 70, 0.22);
  --sw-radius: 8px;
  --sw-green: #277444;
  --sw-teal: #037a9a;
  color: var(--sw-text);
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  background:
    linear-gradient(180deg, #fffaf1 0%, #f3e7d6 42%, #f7edde 100%);
  overflow-x: clip;
}

.sw-container {
  width: min(100% - 64px, 1180px);
  margin-inline: auto;
}

.sw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(125, 111, 84, 0.1);
  background: rgba(255, 252, 245, 0.97);
  box-shadow: 0 10px 28px rgba(72, 57, 26, 0.06);
  backdrop-filter: blur(14px);
  transition: box-shadow 180ms ease, background-color 180ms ease;
}

.sw-header__top {
  background: rgba(255, 252, 245, 0.98);
}

.sw-header__inner {
  min-height: 104px;
  display: grid !important;
  grid-template-columns: 170px minmax(180px, 1fr) minmax(205px, auto) minmax(226px, auto) 168px;
  align-items: center;
  gap: 24px;
  transition: min-height 180ms ease, gap 180ms ease;
}

.sw-menu,
.sw-logo-button,
.sw-nav button,
.sw-header-phone button,
.sw-footer__links button,
.sw-footer__bottom button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sw-menu {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--sw-line);
  border-radius: 8px;
  background: #fffaf1;
  color: #26231f;
}

.sw-logo-button {
  width: 166px;
  padding: 0;
}

.sw-logo-button img {
  width: 166px;
  height: auto;
  transition: width 180ms ease;
}

.sw-header-tagline {
  max-width: 360px;
  margin: 0;
  color: #746f66;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  transition: font-size 180ms ease, opacity 180ms ease;
}

.sw-header-meta {
  display: grid;
  gap: 8px;
  color: #1f1d19;
  font-size: 13px;
  font-weight: 600;
  transition: gap 180ms ease, font-size 180ms ease;
}

.sw-header-meta > span,
.sw-header-meta a,
.sw-header-meta-line {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.sw-header-meta svg,
.sw-header-meta .dashicons {
  flex: 0 0 auto;
  color: #2b2924;
}

.sw-header__navline {
  min-height: 52px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(159, 129, 75, 0.11);
  background: rgba(248, 239, 223, 0.82);
  transition: min-height 180ms ease;
}

.sw-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 68px;
  min-width: 0;
}

.sw-nav button,
.sw-nav a {
  padding: 15px 0;
  color: #22201c;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, transform 160ms ease;
  transition-property: color, transform, padding, font-size;
}

.sw-nav button:hover,
.sw-nav button:focus-visible,
.sw-nav a:hover,
.sw-nav a:focus-visible,
.sw-footer__links button:hover,
.sw-footer__links button:focus-visible,
.sw-footer__bottom button:hover,
.sw-footer__bottom button:focus-visible {
  color: var(--sw-gold-dark);
  outline: none;
}

.sw-nav button:active {
  transform: translateY(1px);
}

.sw-header-phone {
  display: grid;
  gap: 4px;
  min-width: 226px;
  padding-right: 30px;
  border-right: 1px solid rgba(159, 129, 75, 0.22);
  text-align: right;
  white-space: nowrap;
  transition: gap 180ms ease, min-width 180ms ease, padding-right 180ms ease;
}

.sw-header-phone a {
  font-size: 20px;
  font-weight: 800;
  transition: font-size 180ms ease;
}

.sw-header-phone button,
.sw-header-phone .sw-callback-link {
  justify-self: end;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #1f1d19;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.sw-header-phone button:hover,
.sw-header-phone button:focus-visible,
.sw-header-phone .sw-callback-link:hover,
.sw-header-phone .sw-callback-link:focus-visible {
  color: var(--sw-gold-dark);
  outline: none;
}

.sw-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8c94c 0%, #e3a620 100%);
  box-shadow: 0 14px 28px rgba(181, 126, 25, 0.2);
  color: #161410;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  transition: filter 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.sw-button:hover,
.sw-button:focus-visible {
  filter: saturate(1.06) brightness(1.02);
  box-shadow: 0 16px 32px rgba(181, 126, 25, 0.26);
  outline: none;
  transform: translateY(-1px);
}

.sw-button:active {
  transform: translateY(0);
}

.sw-header-cta {
  min-height: 48px;
  justify-self: end;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1.18;
  transition: min-height 180ms ease, padding 180ms ease;
}

.sw-header.is-compact {
  background: rgba(255, 252, 245, 0.985);
  box-shadow: 0 12px 30px rgba(72, 57, 26, 0.1);
}

.sw-header.is-compact .sw-header__inner {
  min-height: 74px;
  gap: 18px;
}

.sw-header.is-compact .sw-logo-button,
.sw-header.is-compact .sw-logo-button img,
.sw-header.is-compact .sw-logo img {
  width: 136px;
}

.sw-header.is-compact .sw-header-tagline {
  font-size: 12px;
  opacity: 0.86;
}

.sw-header.is-compact .sw-header-meta {
  gap: 4px;
  font-size: 12px;
}

.sw-header.is-compact .sw-header-phone {
  gap: 2px;
  min-width: 206px;
  padding-right: 26px;
}

.sw-header.is-compact .sw-header-phone a {
  font-size: 18px;
}

.sw-header.is-compact .sw-header-cta {
  min-height: 42px;
  padding: 8px 16px;
}

.sw-header.is-compact .sw-header__navline {
  min-height: 42px;
}

.sw-header.is-compact .sw-nav button,
.sw-header.is-compact .sw-nav a {
  padding: 11px 0;
  font-size: 13px;
}

.sw-download small {
  display: block;
  font-size: 10px;
  font-weight: 600;
}

.sw-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.99) 0%, rgba(255, 250, 240, 0.92) 27%, rgba(255, 250, 240, 0.66) 44%, rgba(255, 250, 240, 0.13) 66%, rgba(255, 250, 240, 0) 100%),
    url("site-hero-ready-v4.jpg") center right / cover no-repeat;
}

.sw-hero::after {
  display: none;
}

.sw-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 16px 0 34px;
}

.sw-hero__copy {
  max-width: 690px;
}

.sw-eyebrow {
  margin: 0 0 9px;
  color: #9b7227;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.sw-hero h1 {
  margin: 0;
  color: #23211d;
}

.sw-hero h1 span,
.sw-hero h1 strong,
.sw-hero h1 em {
  display: block;
  font-style: normal;
}

.sw-hero h1 span {
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.12;
  font-weight: 800;
}

.sw-hero h1 strong {
  max-width: 680px;
  color: var(--sw-gold-dark);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 800;
  text-transform: uppercase;
}

.sw-hero h1 em {
  max-width: 660px;
  margin-top: 12px;
  font-size: 21px;
  line-height: 1.24;
  font-weight: 600;
}

.sw-hero__lead,
.sw-hero__note {
  max-width: 540px;
  margin: 20px 0 0;
  color: #3d3933;
  font-size: 14px;
  font-weight: 500;
}

.sw-hero__note {
  margin-top: 8px;
}

.sw-consult {
  width: min(100%, 402px);
  margin-top: 19px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 229, 148, 0.96), rgba(242, 188, 58, 0.9));
  box-shadow: 0 18px 36px rgba(123, 84, 17, 0.14);
}

.sw-consult svg {
  margin-top: 3px;
}

.sw-consult b,
.sw-consult span {
  display: block;
}

.sw-consult b {
  margin-bottom: 4px;
  font-size: 13px;
}

.sw-consult span {
  max-width: 290px;
  color: #4e432f;
  font-size: 11px;
  font-weight: 600;
}

.sw-button--outline {
  width: 278px;
  min-height: 38px;
  margin-top: 12px;
  border-color: rgba(49, 39, 22, 0.78);
  background: transparent;
  box-shadow: none;
  font-size: 12px;
}

.sw-hero-proofs {
  display: grid;
  gap: 8px;
  max-width: 560px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.sw-hero-proofs li {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #201e1a;
  font-size: 16px;
  font-weight: 600;
}

.sw-hero-proofs .sw-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  background: rgba(255, 249, 236, 0.9);
}

.sw-hero-proofs .sw-icon svg,
.sw-hero-proofs .sw-icon .dashicons {
  width: 23px;
  height: 23px;
  font-size: 23px;
}

.sw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.sw-hero-actions .sw-button {
  min-height: 44px;
  padding-inline: 22px;
}

.sw-hero-actions .sw-button--outline {
  width: auto;
  margin-top: 0;
  border-color: rgba(181, 138, 54, 0.9);
  background: rgba(255, 250, 240, 0.8);
  font-size: 13px;
}

.sw-applications-strip {
  position: relative;
  z-index: 2;
  min-height: 124px;
  margin-top: -46px;
  padding: 64px 0 18px;
  border-bottom: 1px solid rgba(159, 129, 75, 0.12);
  background: var(--sw-cream-2);
  clip-path: polygon(0 46px, 58% 46px, 100% 0, 100% 100%, 0 100%);
}

.sw-applications-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.sw-applications-strip button,
.sw-applications-strip a {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}

.sw-applications-strip .sw-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.sw-applications-strip .sw-icon svg,
.sw-applications-strip .sw-icon .dashicons {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.sw-applications-strip b,
.sw-applications-strip small {
  display: block;
}

.sw-applications-strip b {
  font-size: 13px;
  line-height: 1.15;
  font-weight: 800;
}

.sw-applications-strip small {
  margin-top: 3px;
  color: #6a6257;
  font-size: 10px;
  font-weight: 600;
}

@media (min-width: 981px) and (min-height: 720px) {
  .sw-hero {
    min-height: calc(100svh - 156px - 78px);
  }

  .sw-hero__inner {
    min-height: calc(100svh - 156px - 78px);
  }

  .sw-applications-strip {
    min-height: 124px;
  }

  .sw-applications-strip__grid {
    grid-template-columns: repeat(4, max-content);
    justify-content: start;
    gap: clamp(54px, 7vw, 118px);
    transform: translateX(-18px);
  }
}

.sw-icon {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(194, 157, 84, 0.42);
  border-radius: 50%;
  background: rgba(255, 249, 236, 0.86);
  color: #8f6f32;
}

.sw-confidence {
  padding: 42px 0 46px;
  background: transparent;
}

.sw-confidence__panel {
  display: grid;
  grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
  padding: 30px 28px;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: var(--sw-section);
  box-shadow: 0 18px 44px rgba(98, 70, 20, 0.05);
}

.sw-confidence__copy {
  display: grid;
  align-content: center;
  padding: 8px 0;
}

.sw-confidence__copy h2 {
  max-width: 480px;
  margin: 0;
  font-size: 29px;
  line-height: 1.16;
  font-weight: 800;
}

.sw-confidence__copy > p:not(.sw-eyebrow) {
  max-width: 500px;
  margin: 16px 0 0;
  color: #38342d;
  font-size: 14px;
  font-weight: 500;
}

.sw-confidence__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0 0;
}

.sw-confidence__metrics div {
  min-height: 92px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(159, 129, 75, 0.14);
  border-radius: var(--sw-radius);
  background: var(--sw-card);
}

.sw-confidence__metrics dt {
  margin: 0 0 6px;
  color: #181713;
  font-size: 22px;
  line-height: 1.05;
  font-weight: 800;
}

.sw-confidence__metrics dd {
  margin: 0;
  color: #5b5449;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

.sw-confidence__media {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.sw-confidence__media img {
  width: 100%;
  height: 286px;
  border-radius: var(--sw-radius);
  object-fit: cover;
  object-position: center;
  box-shadow: 0 20px 46px rgba(72, 57, 26, 0.14);
}

.sw-confidence__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.sw-confidence__cards article {
  min-height: 122px;
  padding: 14px 13px;
  border: 1px solid rgba(159, 129, 75, 0.14);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
}

.sw-title-line {
  display: grid;
  grid-template-columns: 56px auto 56px;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin-bottom: 28px;
  text-align: center;
}

.sw-title-line span {
  height: 1px;
  background: #b58a36;
}

.sw-title-line h2,
.sw-documents h2,
.sw-process h2,
.sw-guarantees h2,
.sw-production h2,
.sw-question-form h2,
.sw-faq h2,
.sw-supply h2,
.sw-section-intro h2,
.sw-about h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.24;
  font-weight: 800;
}

.sw-confidence h3 {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.sw-confidence p {
  margin: 0;
  color: #312d27;
  font-size: 11px;
  font-weight: 500;
}

.sw-about {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, 0.9fr);
  gap: 44px;
  padding: 30px 24px 24px;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: var(--sw-section);
  box-shadow: 0 18px 44px rgba(98, 70, 20, 0.05);
}

.sw-about > * {
  min-width: 0;
}

.sw-about__copy > p:not(.sw-eyebrow) {
  max-width: 640px;
  margin: 13px 0 20px;
  color: #302d28;
  font-size: 13px;
  font-weight: 500;
}

.sw-check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.sw-check-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 9px;
  align-items: start;
  font-size: 12px;
  font-weight: 600;
}

.sw-check-list svg {
  color: var(--sw-gold-dark);
  fill: rgba(230, 173, 41, 0.22);
}

.sw-check-list .dashicons {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #d9a33a;
  color: #fffaf0;
  font-size: 14px;
  line-height: 18px;
}

.sw-about-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.sw-about-facts article {
  min-height: 84px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(171, 135, 64, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
}

.sw-about-facts b,
.sw-about-facts span {
  display: block;
}

.sw-about-facts b {
  color: var(--sw-gold-dark);
  font-size: 19px;
  line-height: 1.05;
  font-weight: 800;
}

.sw-about-facts span {
  color: #4f493f;
  font-size: 10px;
  line-height: 1.25;
  font-weight: 700;
}

.sw-sector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.sw-sector-grid article {
  overflow: hidden;
  border: 1px solid rgba(171, 135, 64, 0.22);
  border-radius: var(--sw-radius);
  background: #e4a824;
}

.sw-sector-grid img {
  width: 100%;
  height: 94px;
  object-fit: cover;
}

.sw-sector-grid b {
  display: grid;
  min-height: 32px;
  place-items: center;
  padding: 5px 7px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}

.sw-specs h3 {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 800;
}

.sw-table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(141, 112, 62, 0.34);
  border-radius: 6px;
  background: rgba(255, 251, 242, 0.86);
}

.sw-specs table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 11px;
  font-weight: 500;
}

.sw-specs th,
.sw-specs td {
  padding: 8px 12px;
  border-right: 1px solid rgba(141, 112, 62, 0.25);
  border-bottom: 1px solid rgba(141, 112, 62, 0.25);
  text-align: left;
  vertical-align: top;
  white-space: pre-line;
}

.sw-specs th {
  font-weight: 800;
}

.sw-specs th:first-child,
.sw-specs td:first-child {
  width: 45%;
}

.sw-specs tr:last-child td {
  border-bottom: 0;
}

.sw-specs th:last-child,
.sw-specs td:last-child {
  border-right: 0;
}

.sw-selection,
.sw-documents,
.sw-supply,
.sw-faq {
  margin-top: 18px;
  padding: 25px 24px;
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: var(--sw-section);
  box-shadow: 0 18px 44px rgba(98, 70, 20, 0.05);
}

.sw-section-intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 20px;
}

.sw-selection__layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.sw-tabs {
  display: grid;
  gap: 10px;
}

.sw-tabs button {
  width: 100%;
  display: grid;
  grid-template-columns: 86px 1fr 30px;
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid rgba(159, 129, 75, 0.18);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
  cursor: pointer;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease, transform 160ms ease;
}

.sw-tabs button:hover,
.sw-tabs button:focus-visible,
.sw-tabs button.is-active {
  border-color: rgba(184, 132, 34, 0.58);
  background: #fff8e8;
  box-shadow: 0 12px 24px rgba(120, 84, 19, 0.09);
  outline: none;
  transform: translateY(-1px);
}

.sw-tabs img {
  width: 86px;
  height: 58px;
  border-radius: 6px;
  object-fit: cover;
}

.sw-tabs b,
.sw-tabs small {
  display: block;
}

.sw-tabs b {
  font-size: 13px;
  line-height: 1.2;
}

.sw-tabs small {
  margin-top: 3px;
  color: #5d564b;
  font-size: 10px;
  font-weight: 600;
}

.sw-tabs svg {
  color: #8f6f32;
}

.sw-application-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 362px;
  border: 1px solid rgba(159, 129, 75, 0.18);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
}

.sw-application-panel > img {
  width: 100%;
  height: 100%;
  min-height: 362px;
  object-fit: cover;
}

.sw-application-panel > div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 25px 26px;
}

.sw-application-panel h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
}

.sw-application-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sw-application-panel li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 7px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
}

.sw-application-panel li svg {
  color: var(--sw-gold-dark);
}

.sw-application-panel__meta {
  display: grid;
  gap: 8px;
  padding: 13px 14px;
  border-radius: var(--sw-radius);
  background: var(--sw-card);
}

.sw-application-panel__meta p {
  margin: 0;
  color: #38342e;
  font-size: 11px;
  font-weight: 500;
}

.sw-application-panel .sw-button {
  width: 190px;
}

.sw-documents {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px 26px;
}

.sw-documents h2 {
  grid-column: 1 / -1;
  justify-self: center;
}

.sw-documents__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.sw-documents__list article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  font-size: 11px;
  line-height: 1.2;
}

.sw-documents__list .sw-icon,
.sw-guarantees .sw-icon,
.sw-supply .sw-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
}

.sw-download {
  width: 230px;
  min-height: 54px;
}

.sw-inline-status {
  grid-column: 1 / -1;
  margin: 0;
  color: #1f6f42;
  font-size: 11px;
  font-weight: 700;
}

.sw-supply {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 26px;
  align-items: center;
}

.sw-supply h2 {
  margin-top: 5px;
}

.sw-supply__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sw-supply__grid article {
  min-height: 146px;
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(159, 129, 75, 0.16);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
}

.sw-supply__grid .sw-icon {
  display: none;
}

.sw-supply__grid h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.sw-supply__grid p {
  margin: 0;
  color: #403b34;
  font-size: 11px;
  font-weight: 600;
}

.sw-work-grid {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 18px 24px;
  margin-top: 20px;
}

.sw-process,
.sw-guarantees,
.sw-production,
.sw-question-form,
.sw-callback {
  border: 1px solid var(--sw-line);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
  box-shadow: 0 18px 44px rgba(98, 70, 20, 0.05);
}

.sw-process {
  min-height: 178px;
  padding: 22px 28px 19px;
}

.sw-process h2 {
  margin: 0 0 18px;
  text-align: center;
}

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

.sw-process__steps article {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 7px;
  text-align: center;
}

.sw-process__steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 27px;
  right: -12px;
  width: 30px;
  height: 1px;
  background: #b28a35;
}

.sw-process__steps article > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sw-gold);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.sw-process__steps .sw-icon {
  display: none;
}

.sw-process__steps h3,
.sw-process__steps p {
  margin: 0;
}

.sw-process__steps h3 {
  font-size: 11px;
  font-weight: 800;
}

.sw-process__steps p {
  color: #35312c;
  font-size: 10px;
  font-weight: 600;
}

.sw-production {
  min-height: 178px;
  display: grid;
  align-content: center;
  padding: 24px 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.98) 0%, rgba(255, 253, 248, 0.92) 58%, rgba(255, 253, 248, 0.72) 100%),
    url("site-production-bg.jpg") center / cover no-repeat;
}

.sw-production h2 {
  font-size: 19px;
}

.sw-production p {
  max-width: 360px;
  margin: 10px 0 18px;
  color: #272521;
  font-size: 13px;
  font-weight: 500;
}

.sw-production .sw-button {
  width: 250px;
}

.sw-guarantees {
  min-height: 160px;
  padding: 24px 20px 22px;
}

.sw-guarantees h2 {
  margin-bottom: 24px;
  text-align: center;
}

.sw-guarantees > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px;
}

.sw-guarantees article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 10px;
  align-items: center;
  font-size: 10px;
  line-height: 1.25;
}

.sw-question-form {
  min-height: 160px;
  display: grid;
  gap: 8px;
  padding: 18px 28px 16px;
}

.sw-question-form h2 {
  font-size: 17px;
}

.sw-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sw-question-form label,
.sw-callback label {
  display: grid;
  gap: 4px;
}

.sw-question-form label > span,
.sw-callback label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.sw-question-form input,
.sw-question-form textarea,
.sw-callback input {
  width: 100%;
  border: 1px solid rgba(132, 115, 86, 0.26);
  border-radius: 4px;
  background: #fffdf8;
  color: #1e1d1b;
  font-size: 11px;
  font-weight: 500;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.sw-question-form input,
.sw-callback input {
  height: 34px;
  padding: 0 12px;
}

.sw-question-form textarea {
  min-height: 50px;
  resize: vertical;
  padding: 10px 12px;
}

.sw-question-form input:focus,
.sw-question-form textarea:focus,
.sw-callback input:focus {
  border-color: rgba(188, 135, 26, 0.75);
  box-shadow: 0 0 0 3px rgba(230, 173, 41, 0.16);
}

.sw-form-submit {
  width: 128px;
  min-height: 34px;
  font-size: 11px;
}

.sw-policy {
  grid-template-columns: 14px 1fr;
  gap: 6px;
  align-items: center;
  color: #49443b;
  font-size: 9px;
  font-weight: 500;
}

.sw-policy input {
  width: 12px;
  height: 12px;
}

.sw-question-form .sw-policy > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.sw-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  margin-bottom: 0;
}

.sw-faq > div:first-child > p:not(.sw-eyebrow) {
  margin: 12px 0 0;
  color: var(--sw-soft-text);
  font-size: 12px;
  font-weight: 500;
}

.sw-faq__list {
  display: grid;
  gap: 10px;
}

.sw-faq__list button {
  display: grid;
  gap: 10px;
  padding: 15px 16px;
  border: 1px solid rgba(159, 129, 75, 0.16);
  border-radius: var(--sw-radius);
  background: var(--sw-panel);
  cursor: pointer;
  text-align: left;
}

.sw-faq__list button:hover,
.sw-faq__list button:focus-visible {
  border-color: rgba(184, 132, 34, 0.58);
  outline: none;
}

.sw-faq__list button > span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  font-size: 13px;
}

.sw-faq__list svg {
  color: #9a742f;
  transition: transform 160ms ease;
}

.sw-faq__list button.is-open svg {
  transform: rotate(180deg);
}

.sw-faq__list p {
  margin: 0;
  color: #48433b;
  font-size: 12px;
  font-weight: 500;
}

.sw-footer {
  margin-top: 26px;
  padding: 25px 0 16px;
  border-top: 1px solid rgba(159, 129, 75, 0.14);
  background: #fffaf0;
}

.sw-footer__grid {
  display: grid;
  grid-template-columns: 170px 1.2fr 0.75fr 0.75fr 225px;
  gap: 24px;
  align-items: start;
}

.sw-footer__brand img {
  width: 148px;
}

.sw-footer__brand p {
  margin: 8px 0 0;
  font-size: 10px;
  font-weight: 600;
}

.sw-footer address {
  display: grid;
  gap: 8px;
  margin: 0;
  font-style: normal;
}

.sw-footer address a,
.sw-footer address span {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 7px;
  align-items: start;
  font-size: 11px;
  font-weight: 600;
}

.sw-footer address svg {
  color: var(--sw-gold-dark);
}

.sw-footer__links {
  display: grid;
  gap: 7px;
}

.sw-footer__links h3,
.sw-callback h3 {
  margin: 0 0 5px;
  font-size: 11px;
  font-weight: 800;
}

.sw-footer__links button {
  width: fit-content;
  padding: 0;
  font-size: 10px;
  font-weight: 600;
  text-align: left;
}

.sw-callback {
  padding: 15px 14px;
  border-color: rgba(230, 173, 41, 0.78);
  background: rgba(255, 250, 240, 0.96);
}

.sw-callback .sw-button {
  width: 100%;
  min-height: 36px;
  margin-top: 8px;
  font-size: 11px;
}

.sw-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  color: #68635a;
  font-size: 9px;
  font-weight: 500;
}

.sw-footer__bottom button {
  padding: 0;
  font: inherit;
}

.sw-wp-landing p,
.sw-wp-landing h1,
.sw-wp-landing h2,
.sw-wp-landing h3,
.sw-wp-landing figure,
.sw-wp-landing ul {
  margin-block-start: 0;
}

.sw-logo {
  margin: 0;
}

.sw-logo img,
.sw-footer__brand img {
  width: 166px;
  height: auto;
  transition: width 180ms ease;
}

.sw-header-phone p {
  margin: 0;
}

.sw-wp-landing .wp-block-button.sw-button {
  min-height: 0;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sw-wp-landing .wp-block-button.sw-button .wp-block-button__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8c94c 0%, #e3a620 100%);
  box-shadow: 0 14px 28px rgba(181, 126, 25, 0.2);
  color: #161410;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.sw-wp-landing .wp-block-button.sw-button.sw-header-cta .wp-block-button__link {
  min-height: 48px;
  padding: 10px 18px;
  font-size: 13px;
  line-height: 1.18;
}

.sw-wp-landing .wp-block-button.sw-button.sw-button--outline .wp-block-button__link {
  width: 278px;
  min-height: 38px;
  margin-top: 12px;
  border-color: rgba(49, 39, 22, 0.78);
  background: transparent;
  box-shadow: none;
  font-size: 12px;
}

.sw-hero-actions .wp-block-button.sw-button.sw-button--outline .wp-block-button__link {
  width: auto;
  margin-top: 0;
  border-color: rgba(181, 138, 54, 0.9);
  background: rgba(255, 250, 240, 0.8);
  font-size: 13px;
}

.sw-wp-landing .wp-block-button.sw-button.sw-download .wp-block-button__link {
  width: 230px;
  min-height: 54px;
}

.sw-wp-landing .wp-block-button.sw-button .wp-block-button__link:hover,
.sw-wp-landing .wp-block-button.sw-button .wp-block-button__link:focus-visible {
  filter: saturate(1.06) brightness(1.02);
  box-shadow: 0 16px 32px rgba(181, 126, 25, 0.26);
  outline: none;
}

.sw-consult .dashicons,
.sw-icon .dashicons {
  width: auto;
  height: auto;
  color: currentColor;
  font-size: 28px;
  line-height: 1;
}

.sw-consult .dashicons {
  margin-top: 3px;
  color: #191815;
}

.sw-applications-strip a {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.sw-tabs article {
  width: 100%;
  display: grid;
  grid-template-columns: 86px 1fr 30px;
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid rgba(159, 129, 75, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
}

.sw-tabs article.is-active {
  border-color: rgba(184, 132, 34, 0.58);
  background: #fff8e8;
  box-shadow: 0 12px 24px rgba(120, 84, 19, 0.09);
}

.sw-tabs article .dashicons,
.sw-application-panel .dashicons {
  color: #8f6f32;
  font-size: 24px;
}

.sw-application-panel li .dashicons {
  color: var(--sw-gold-dark);
  font-size: 17px;
}

.sw-faq__list details {
  display: grid;
  gap: 10px;
  padding: 15px 16px;
  border: 1px solid rgba(159, 129, 75, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.78);
}

.sw-faq__list summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.sw-faq__list details p {
  margin: 10px 0 0;
  color: #48433b;
  font-size: 12px;
  font-weight: 500;
}

.sw-fallback-form {
  min-height: 160px;
  display: grid;
  gap: 8px;
  padding: 18px 28px 16px;
  border: 1px solid var(--sw-line);
  border-radius: 8px;
  background: var(--sw-panel);
  box-shadow: 0 18px 44px rgba(98, 70, 20, 0.05);
}

.sw-fallback-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.24;
  font-weight: 800;
}

.sw-fallback-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.sw-fallback-form input,
.sw-fallback-form textarea {
  width: 100%;
  border: 1px solid rgba(132, 115, 86, 0.26);
  border-radius: 4px;
  background: #fffdf8;
  color: #1e1d1b;
  font-size: 11px;
  font-weight: 500;
  outline: none;
}

.sw-fallback-form input {
  height: 34px;
  padding: 0 12px;
}

.sw-fallback-form textarea {
  min-height: 50px;
  resize: vertical;
  padding: 10px 12px;
}

.sw-fallback-form button {
  width: 128px;
  min-height: 34px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #f8c94c 0%, #e3a620 100%);
  color: #161410;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.sw-fallback-policy {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 6px;
  align-items: center;
  color: #49443b;
  font-size: 9px;
  font-weight: 500;
}

.sw-callback-fallback {
  padding: 15px 14px;
  border-color: rgba(230, 173, 41, 0.78);
  background: rgba(255, 250, 240, 0.96);
}

.sw-callback-fallback button {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 1180px) {
  .sw-container {
    width: min(100% - 44px, 980px);
  }

  .sw-header__inner {
    grid-template-columns: 150px minmax(145px, 1fr) 188px minmax(198px, auto) 142px;
    gap: 14px;
  }

  .sw-logo-button,
  .sw-logo-button img {
    width: 140px;
  }

  .sw-header-tagline,
  .sw-header-meta {
    font-size: 12px;
  }

  .sw-header-phone a {
    font-size: 17px;
  }

  .sw-header-phone {
    min-width: 198px;
    padding-right: 24px;
  }

  .sw-nav {
    gap: 52px;
  }

  .sw-nav button,
  .sw-nav a {
    font-size: 13px;
  }

  .sw-hero h1 span {
    font-size: 34px;
  }

  .sw-hero h1 strong {
    font-size: 30px;
  }

  .sw-hero h1 em {
    max-width: 570px;
    font-size: 21px;
  }

  .sw-confidence__panel {
    gap: 24px;
  }

  .sw-confidence__copy h2 {
    font-size: 25px;
  }

  .sw-confidence__cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 980px) {
  html {
    scroll-padding-top: 78px;
  }

  .sw-header__inner {
    min-height: 76px;
    grid-template-columns: 44px 1fr auto;
  }

  .sw-menu {
    display: grid;
  }

  .sw-logo-button {
    justify-self: start;
  }

  .sw-header-tagline,
  .sw-header-meta,
  .sw-header-cta {
    display: none;
  }

  .sw-header__navline {
    min-height: 0;
    border-top: 0;
    background: transparent;
  }

  .sw-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 8px 22px 16px;
    border-bottom: 1px solid var(--sw-line);
    background: rgba(255, 252, 245, 0.99);
    box-shadow: 0 20px 30px rgba(75, 58, 25, 0.09);
  }

  .sw-nav.is-open {
    display: grid;
  }

  .sw-nav button,
  .sw-nav a {
    padding: 12px 8px;
    border-bottom: 1px solid rgba(159, 129, 75, 0.08);
    text-align: left;
  }

  .sw-hero {
    min-height: 470px;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 0.99) 0%, rgba(255, 250, 240, 0.95) 55%, rgba(255, 250, 240, 0.5) 100%),
      url("site-hero-ready-v4.jpg") 73% center / cover no-repeat;
  }

  .sw-hero__inner {
    min-height: 470px;
  }

  .sw-hero h1 span {
    max-width: 560px;
    font-size: 30px;
  }

  .sw-hero h1 strong {
    max-width: 560px;
    font-size: 27px;
  }

  .sw-hero h1 em {
    max-width: 520px;
    font-size: 20px;
  }

  .sw-hero-proofs {
    max-width: 500px;
  }

  .sw-applications-strip__grid,
  .sw-confidence__cards,
  .sw-about-facts,
  .sw-sector-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sw-about,
  .sw-confidence__panel,
  .sw-selection__layout,
  .sw-application-panel,
  .sw-supply,
  .sw-work-grid,
  .sw-faq {
    grid-template-columns: minmax(0, 1fr);
  }

  .sw-section-intro {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .sw-documents {
    grid-template-columns: 1fr;
  }

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

  .sw-download {
    width: 100%;
  }

  .sw-application-panel > img {
    min-height: 240px;
    max-height: 280px;
  }

  .sw-confidence__media img {
    height: 260px;
  }

  .sw-supply__grid,
  .sw-process__steps,
  .sw-guarantees > div {
    grid-template-columns: repeat(2, 1fr);
  }

  .sw-process__steps article:not(:last-child)::after {
    display: none;
  }
}

@media (min-width: 661px) and (max-width: 980px) and (min-height: 760px) {
  .sw-hero {
    min-height: calc(100svh - 76px - 112px);
  }

  .sw-hero__inner {
    min-height: calc(100svh - 76px - 112px);
  }
}

@media (max-width: 660px) {
  html {
    scroll-padding-top: 176px;
  }

  .sw-container {
    width: min(100% - 28px, 560px);
  }

  .sw-header__inner {
    grid-template-columns: 42px 1fr;
    padding-top: 8px;
  }

  .sw-header-phone {
    grid-column: 1 / -1;
    justify-self: stretch;
    padding-bottom: 10px;
    text-align: left;
  }

  .sw-nav {
    top: 112px;
    grid-template-columns: 1fr;
  }

  .sw-hero {
    min-height: 0;
    background:
      linear-gradient(90deg, rgba(255, 250, 240, 1) 0%, rgba(255, 250, 240, 0.98) 68%, rgba(255, 250, 240, 0.88) 100%),
      url("site-hero-ready-v4.jpg") 64% center / cover no-repeat;
  }

  .sw-hero__inner {
    min-height: 0;
    padding: 31px 0 62px;
  }

  .sw-hero h1 span {
    max-width: 330px;
    font-size: 24px;
  }

  .sw-hero h1 strong {
    max-width: 340px;
    font-size: 28px;
  }

  .sw-hero h1 em {
    max-width: 360px;
    font-size: 19px;
  }

  .sw-hero-proofs {
    gap: 10px;
    margin-top: 22px;
  }

  .sw-hero-proofs li {
    gap: 12px;
    font-size: 14px;
  }

  .sw-hero-proofs .sw-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .sw-hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .sw-hero-actions .sw-button,
  .sw-hero-actions .sw-button--outline {
    width: 100%;
  }

  .sw-applications-strip {
    min-height: 0;
    margin-top: -34px;
    padding: 54px 0 22px;
    clip-path: polygon(0 34px, 60% 34px, 100% 0, 100% 100%, 0 100%);
  }

  .sw-applications-strip__grid {
    gap: 20px;
    transform: none;
  }

  .sw-applications-strip__grid,
  .sw-confidence__cards,
  .sw-confidence__metrics,
  .sw-about-facts,
  .sw-sector-grid,
  .sw-documents__list,
  .sw-supply__grid,
  .sw-process__steps,
  .sw-guarantees > div,
  .sw-form-row,
  .sw-footer__grid {
    grid-template-columns: 1fr;
  }

  .sw-confidence {
    padding: 28px 0 32px;
  }

  .sw-confidence__copy h2 {
    font-size: 22px;
  }

  .sw-confidence__copy > p:not(.sw-eyebrow) {
    font-size: 13px;
  }

  .sw-confidence__metrics div {
    min-height: 0;
  }

  .sw-confidence__media img {
    height: 210px;
  }

  .sw-sector-grid img {
    height: 122px;
  }

  .sw-title-line {
    grid-template-columns: 36px auto 36px;
    gap: 12px;
  }

  .sw-title-line h2,
  .sw-documents h2,
  .sw-process h2,
  .sw-guarantees h2,
  .sw-faq h2,
  .sw-supply h2,
  .sw-section-intro h2,
  .sw-about h2 {
    font-size: 20px;
  }

  .sw-about,
  .sw-selection,
  .sw-documents,
  .sw-supply,
  .sw-faq,
  .sw-process,
  .sw-guarantees,
  .sw-question-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sw-tabs button {
    grid-template-columns: 74px 1fr;
  }

  .sw-tabs article {
    grid-template-columns: 74px 1fr;
  }

  .sw-tabs svg {
    display: none;
  }

  .sw-tabs article .dashicons {
    display: none;
  }

  .sw-tabs img {
    width: 74px;
    height: 54px;
  }

  .sw-application-panel > div {
    padding: 18px 16px;
  }

  .sw-application-panel h3 {
    font-size: 19px;
  }

  .sw-application-panel .sw-button {
    width: 100%;
  }

  .sw-table-scroll table {
    min-width: 430px;
  }

  .sw-documents__list article,
  .sw-guarantees article {
    grid-template-columns: 48px 1fr;
  }

  .sw-production {
    min-height: 230px;
    align-content: end;
    background:
      linear-gradient(180deg, rgba(255, 250, 240, 0.98) 0%, rgba(255, 250, 240, 0.91) 60%, rgba(255, 250, 240, 0.34) 100%),
      url("site-production-bg.jpg") center / cover no-repeat;
  }

  .sw-production .sw-button {
    width: 100%;
  }

  .sw-footer__bottom {
    display: grid;
  }
}

@media (max-width: 390px) {
  .sw-logo-button,
  .sw-logo-button img {
    width: 128px;
  }

  .sw-header-phone a {
    font-size: 15px;
  }

  .sw-hero h1 strong {
    font-size: 26px;
  }

  .sw-button {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
