:root {
  --ink: #18211c;
  --soft-ink: #5c625e;
  --muted: #80847f;
  --paper: #f7f3ec;
  --surface: #ffffff;
  --pine: #536b5d;
  --pine-2: #78907d;
  --berry: #9b6b4f;
  --gold: #b18a5f;
  --sky: #e4ece8;
  --line: rgba(24, 33, 28, 0.12);
  --shadow: 0 20px 55px rgba(16, 31, 24, 0.11);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, sans-serif;
  line-height: 1.55;
}

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

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

.announcement {
  align-items: center;
  background: var(--pine);
  color: #fffaf4;
  display: flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 22px;
  justify-content: center;
  min-height: 38px;
  padding: 8px 20px;
  text-transform: uppercase;
}

.announcement a {
  color: #f5d3ad;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-header {
  align-items: center;
  background: rgba(251, 248, 241, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
  padding: 0 max(26px, calc((100vw - var(--max)) / 2));
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: inline-flex;
  gap: 10px;
  min-height: 40px;
  padding: 8px 14px 8px 12px;
  position: relative;
}

.brand-mark {
  align-items: center;
  background: transparent;
  color: #fff;
  display: inline-flex;
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  height: auto;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  width: auto;
}

.brand-text {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.brand::after {
  background: #d48b59;
  content: "";
  height: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.main-nav a,
.nav-link,
.nav-cta,
.text-link {
  font-size: 0.92rem;
  font-weight: 800;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: inline-flex;
}

.has-dropdown > .nav-link::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  height: 0;
  margin-left: 8px;
  margin-top: 8px;
  width: 0;
}

.dropdown-menu {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 0;
  left: 50%;
  min-width: 250px;
  opacity: 0;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 18px);
  transform: translate(-50%, 8px);
  transition: opacity 160ms ease, transform 160ms ease;
  z-index: 30;
}

.dropdown-menu::before {
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  right: 0;
  top: -18px;
}

.dropdown-menu a {
  color: var(--soft-ink);
  padding: 11px 12px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: var(--paper);
  color: var(--ink);
}

.has-dropdown:hover .dropdown-menu,
.has-dropdown:focus-within .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-cta,
.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
}

.nav-cta,
.button-primary {
  background: var(--berry);
  color: #fff;
}

.button-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.menu-button {
  background: transparent;
  border: 0;
  display: none;
  height: 42px;
  padding: 0;
  width: 42px;
}

.menu-button span {
  background: var(--ink);
  display: block;
  height: 2px;
  margin: 7px auto;
  width: 24px;
}

.hero {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100vh - 190px);
  padding: 64px 0 46px;
}

.hero-copy {
  align-self: center;
  padding-left: 4px;
}

.kicker,
.section-label {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(3.2rem, 7vw, 6.4rem);
  margin-bottom: 20px;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  margin-bottom: 20px;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.hero-lead {
  color: var(--soft-ink);
  font-size: 1.15rem;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 32px 0;
}

.hero .button-outline {
  border-color: var(--pine);
  color: var(--pine);
}

.hero-stats {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 36px 0 0;
}

.hero-stats div {
  border-right: 1px solid var(--line);
  padding: 20px 18px 0 0;
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  color: var(--pine);
  font-size: 1.35rem;
  font-weight: 900;
}

.hero-stats dd {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 3px 0 0;
}

.hero-visual {
  align-self: stretch;
  min-height: 540px;
  overflow: hidden;
  position: relative;
}

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

.hero-visual::after {
  background: linear-gradient(180deg, transparent 45%, rgba(7, 22, 17, 0.65));
  content: "";
  inset: 0;
  position: absolute;
}

.visual-note {
  background: rgba(255, 255, 255, 0.92);
  bottom: 22px;
  box-shadow: var(--shadow);
  left: 22px;
  max-width: 300px;
  padding: 18px;
  position: absolute;
  z-index: 1;
}

.visual-note span {
  color: var(--berry);
  display: block;
  font-size: 0.72rem;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hero-carousel {
  display: block;
  max-width: none;
  min-height: auto;
  padding: 0 0 72px;
}

.hero-slider {
  background: #101410;
  height: clamp(360px, 43vw, 640px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hero-track,
.hero-slide {
  height: 100%;
}

.hero-slide {
  inset: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 420ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

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

.hero-slider::after {
  background: linear-gradient(90deg, rgba(7, 12, 9, 0.26), transparent 22%, transparent 78%, rgba(7, 12, 9, 0.22));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.slider-button {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  z-index: 3;
}

.slider-prev {
  left: 28px;
}

.slider-next {
  right: 28px;
}

.slider-dots {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  bottom: 18px;
  display: inline-flex;
  gap: 9px;
  left: 50%;
  padding: 10px 14px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.slider-dots button {
  background: rgba(24, 33, 28, 0.28);
  border: 0;
  cursor: pointer;
  height: 8px;
  padding: 0;
  width: 8px;
}

.slider-dots button.is-active {
  background: var(--ink);
  width: 32px;
}

.hero-carousel-copy {
  align-items: end;
  display: grid;
  gap: 30px 56px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  margin: 0 auto;
  max-width: var(--max);
  padding: 54px 0 0;
}

.hero-carousel-copy h1 {
  font-size: clamp(3.1rem, 5.4vw, 5.3rem);
  grid-column: 1;
  margin-bottom: 0;
  max-width: none;
}

.hero-carousel-copy .kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.hero-copy-panel {
  align-self: end;
  grid-column: 2;
}

.hero-carousel-copy .hero-lead {
  font-size: 1.24rem;
  max-width: none;
}

.hero-carousel-copy .hero-actions {
  margin: 28px 0 0;
}

.hero-carousel-copy .hero-stats {
  margin-top: 34px;
}

.hero-carousel-copy .hero-stats dd {
  font-size: 0.98rem;
}

.category-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.category-bar a {
  border-right: 1px solid var(--line);
  color: var(--pine);
  font-weight: 900;
  min-height: 70px;
  padding: 22px 16px;
  text-align: center;
}

.category-bar a:last-child {
  border-right: 0;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: 92px 0;
}

.page-hero {
  margin: 0 auto;
  max-width: var(--max);
  padding: 90px 0 58px;
}

.page-hero h1 {
  max-width: 980px;
}

.page-hero p:not(.kicker) {
  color: var(--soft-ink);
  font-size: 1.15rem;
  max-width: 760px;
}

.product-detail-hero,
.home-summary,
.seasonal-section {
  border-bottom: 1px solid var(--line);
}

.mini-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
}

.mini-grid a {
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--pine);
  font-weight: 900;
  padding: 18px;
}

.feature-band {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  padding: 44px;
}

.split {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.76fr);
}

.split p,
.custom-panel p,
.contact p,
.product-content p,
.solution-grid p,
.timeline p,
.faq-list p {
  color: var(--soft-ink);
}

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

.text-link {
  color: var(--berry);
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-showcase {
  padding-top: 34px;
}

.product-feature-grid {
  display: grid;
  gap: 28px;
}

.product-feature-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 0.52fr);
  min-height: 460px;
}

.product-feature-card:nth-child(even) {
  grid-template-columns: minmax(0, 0.52fr) minmax(300px, 0.48fr);
}

.product-feature-card:nth-child(even) img {
  order: 2;
}

.product-feature-card img {
  height: 100%;
  min-height: 460px;
  object-fit: cover;
  width: 100%;
}

.product-feature-card > div {
  align-self: center;
  padding: 44px;
}

.product-feature-card span {
  color: var(--berry);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.product-feature-card h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin-bottom: 18px;
}

.product-feature-card p,
.product-feature-card li {
  color: var(--soft-ink);
}

.product-feature-card ul {
  margin: 24px 0 0;
  padding-left: 18px;
}

.product-feature-card li + li {
  margin-top: 8px;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(160px, 0.42fr) minmax(0, 0.58fr);
  min-height: 360px;
}

.product-art {
  min-height: 100%;
}

.art-accents {
  background:
    radial-gradient(circle at 35% 35%, #d2b08c 0 8%, transparent 9%),
    radial-gradient(circle at 66% 58%, #8e735c 0 12%, transparent 13%),
    linear-gradient(145deg, #ece1d2, #b9a38d 58%, #5b6f61);
}

.art-botanicals {
  background:
    radial-gradient(circle at 36% 42%, #b7c6aa 0 12%, transparent 13%),
    radial-gradient(circle at 66% 62%, #6f896f 0 13%, transparent 14%),
    linear-gradient(145deg, #f1eee6, #9fb099 55%, #536b5d);
}

.art-lighting {
  background:
    radial-gradient(circle at 30% 30%, #f8dfb3 0 5%, transparent 6%),
    radial-gradient(circle at 70% 44%, #f8dfb3 0 5%, transparent 6%),
    radial-gradient(circle at 45% 70%, #f8dfb3 0 5%, transparent 6%),
    linear-gradient(145deg, #4b4d48, #8d8980 60%, #c49a67);
}

.art-wall {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.36) 0 9%, transparent 9% 20%),
    radial-gradient(circle at 62% 44%, #c9bca9 0 14%, transparent 15%),
    linear-gradient(145deg, #dfe4de, #8a9a91 52%, #6a5647);
}

.art-neon {
  background:
    radial-gradient(circle at 34% 28%, #f8a7c8 0 7%, transparent 8%),
    radial-gradient(circle at 68% 56%, #8ec8ff 0 10%, transparent 11%),
    linear-gradient(145deg, #24283a, #58607a 58%, #a85d8e);
}

.art-mirror {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 18%, rgba(255, 255, 255, 0.5) 19% 21%, transparent 22%),
    radial-gradient(circle at 50% 50%, #99d7ff 0 9%, transparent 10%),
    linear-gradient(145deg, #1e2630, #576172 58%, #9f8c67);
}

.art-cube {
  background:
    linear-gradient(45deg, transparent 0 42%, rgba(255, 255, 255, 0.55) 43% 47%, transparent 48%),
    radial-gradient(circle at 44% 48%, #f3c779 0 13%, transparent 14%),
    linear-gradient(145deg, #56483f, #b49d7c 58%, #e5d7bd);
}

.art-pegboard {
  background:
    radial-gradient(circle at 24% 24%, #f4e1c1 0 3%, transparent 4%),
    radial-gradient(circle at 50% 24%, #f4e1c1 0 3%, transparent 4%),
    radial-gradient(circle at 76% 24%, #f4e1c1 0 3%, transparent 4%),
    radial-gradient(circle at 24% 52%, #f4e1c1 0 3%, transparent 4%),
    radial-gradient(circle at 50% 52%, #f4e1c1 0 3%, transparent 4%),
    radial-gradient(circle at 76% 52%, #f4e1c1 0 3%, transparent 4%),
    linear-gradient(145deg, #34403b, #65786d 60%, #a58868);
}

.product-content {
  padding: 28px;
}

.product-content span {
  color: var(--berry);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-content ul {
  color: var(--soft-ink);
  margin: 22px 0 0;
  padding-left: 18px;
}

.solutions {
  background: var(--pine);
  color: #fffaf4;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: max(26px, calc((100vw - var(--max)) / 2));
  padding-right: max(26px, calc((100vw - var(--max)) / 2));
}

.solutions h2 {
  max-width: 790px;
}

.solution-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 36px;
}

.solution-grid article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 250px;
  padding: 26px;
}

.solution-grid span,
.timeline span {
  color: var(--gold);
  font-weight: 900;
}

.solution-grid p {
  color: rgba(255, 250, 244, 0.76);
}

.light-grid article {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.light-grid p {
  color: var(--soft-ink);
}

.custom-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.78fr);
  padding: 44px;
}

.feature-list {
  display: grid;
  gap: 14px;
}

.feature-list div {
  border-left: 3px solid var(--gold);
  padding: 8px 0 8px 18px;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list span {
  color: var(--muted);
  margin-top: 4px;
}

.timeline {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline article {
  border-left: 1px solid var(--line);
  min-height: 230px;
  padding: 24px;
}

.info-table {
  background: var(--surface);
  border: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-table div {
  border-right: 1px solid var(--line);
  min-height: 150px;
  padding: 24px;
}

.info-table div:last-child {
  border-right: 0;
}

.info-table strong,
.info-table span {
  display: block;
}

.info-table span {
  color: var(--soft-ink);
  margin-top: 10px;
}

.theme-grid,
.blog-grid,
.contact-methods {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.theme-grid article,
.blog-grid article,
.contact-methods article {
  background: var(--surface);
  border: 1px solid var(--line);
  min-height: 240px;
  padding: 26px;
}

.theme-grid article:has(img) {
  overflow: hidden;
  padding: 0;
}

.theme-grid article img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.theme-grid article > div {
  padding: 26px;
}

.theme-grid span,
.blog-grid span,
.contact-methods span {
  color: var(--gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.theme-grid p,
.blog-grid p,
.contact-methods p {
  color: var(--soft-ink);
}

.faq {
  border-top: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
}

details {
  background: var(--surface);
  border: 1px solid var(--line);
  margin-bottom: 14px;
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 14px 0 0;
}

.contact,
.contact-page {
  background: #eef2ec;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.72fr);
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding-left: max(26px, calc((100vw - var(--max)) / 2));
  padding-right: max(26px, calc((100vw - var(--max)) / 2));
}

.contact-page {
  background: var(--paper);
}

.contact-details {
  color: var(--soft-ink);
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  gap: 18px;
  padding: 30px;
}

.form-row {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkbox-group {
  background: #fbfaf6;
  border: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.checkbox-group > span {
  color: var(--soft-ink);
  font-size: 0.78rem;
  font-weight: 900;
  grid-column: 1 / -1;
  text-transform: uppercase;
}

.checkbox-group label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  gap: 8px;
  text-transform: none;
}

.checkbox-group input {
  min-height: auto;
  width: auto;
}

label {
  color: var(--soft-ink);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #fbfaf6;
  border: 1px solid var(--line);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 12px 14px;
  width: 100%;
}

textarea {
  resize: vertical;
}

.site-footer {
  align-items: center;
  background: #20251f;
  color: #fffaf4;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 40px max(26px, calc((100vw - var(--max)) / 2));
}

.site-footer p {
  color: rgba(255, 250, 244, 0.68);
  margin: 12px 0 0;
}

.footer-nav {
  display: flex;
  gap: 22px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto auto;
    padding: 0 22px;
  }

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

  .menu-button {
    display: block;
  }

  .site-header.nav-open .main-nav {
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    left: 0;
    padding: 10px 22px 22px;
    position: absolute;
    right: 0;
    top: 78px;
  }

  .site-header.nav-open .main-nav > a,
  .site-header.nav-open .nav-link {
    border-top: 1px solid var(--line);
    padding: 15px 0;
  }

  .site-header.nav-open .nav-item {
    border-top: 1px solid var(--line);
  }

  .site-header.nav-open .nav-link {
    border-top: 0;
    display: flex;
  }

  .site-header.nav-open .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: grid;
    left: auto;
    min-width: 0;
    opacity: 1;
    padding: 0 0 12px 16px;
    pointer-events: auto;
    position: static;
    transform: none;
  }

  .site-header.nav-open .dropdown-menu::before {
    display: none;
  }

  .site-header.nav-open .dropdown-menu a {
    color: var(--soft-ink);
    padding: 8px 0;
    white-space: normal;
  }

  .hero,
  .split,
  .custom-panel,
  .feature-band,
  .product-feature-card,
  .product-feature-card:nth-child(even),
  .faq-grid,
  .contact,
  .contact-page {
    grid-template-columns: 1fr;
  }

  .product-feature-card:nth-child(even) img {
    order: 0;
  }

  .hero,
  .section,
  .page-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 48px;
  }

  .hero-carousel {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .hero-carousel-copy {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-carousel-copy .kicker {
    margin-bottom: 14px;
  }

  .hero-carousel-copy h1 {
    margin-bottom: 20px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .category-bar,
  .info-table,
  .solution-grid,
  .timeline,
  .theme-grid,
  .blog-grid,
  .contact-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .announcement {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .hero-stats,
  .category-bar,
  .mini-grid,
  .product-grid,
  .solution-grid,
  .timeline,
  .info-table,
  .theme-grid,
  .blog-grid,
  .contact-methods,
  .form-row,
  .checkbox-group {
    grid-template-columns: 1fr;
  }

  .hero-stats div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding: 16px 0;
  }

  .hero-slider {
    height: 320px;
  }

  .slider-button {
    height: 40px;
    width: 40px;
  }

  .slider-prev {
    left: 12px;
  }

  .slider-next {
    right: 12px;
  }

  .product-card {
    grid-template-columns: 1fr;
  }

  .info-table div {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .info-table div:last-child {
    border-bottom: 0;
  }

  .product-art {
    min-height: 210px;
  }

  .product-feature-card,
  .product-feature-card img {
    min-height: 0;
  }

  .product-feature-card img {
    aspect-ratio: 1 / 1;
  }

  .product-feature-card > div {
    padding: 26px;
  }

  .category-bar a {
    border-bottom: 1px solid var(--line);
    border-right: 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .custom-panel,
  .feature-band,
  .contact-form {
    padding: 24px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }
}
