:root {
  --orange: #f36f21;
  --orange-dark: #c84f0f;
  --ink: #181411;
  --muted: #6f6259;
  --line: #eadfd7;
  --paper: #fffaf6;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(31, 20, 12, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(234, 223, 215, 0.72);
  box-shadow: 0 10px 30px rgba(31, 20, 12, 0.06);
}

.nav {
  width: min(1160px, calc(100% - 32px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: clamp(156px, 18vw, 220px);
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.nav-links a {
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
  background: var(--paper);
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 999px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(243, 111, 33, 0.25);
}

.button.secondary {
  background: var(--white);
  color: var(--orange-dark);
  box-shadow: none;
}

.hero {
  min-height: 600px;
  display: grid;
  align-items: end;
  position: relative;
  isolation: isolate;
  background: #1f1712;
  overflow: hidden;
}

.product-hero {
  min-height: 430px;
}

.page-hero {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 58px 0 32px;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.page-hero .lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-image) center/cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(24, 20, 17, 0.88), rgba(24, 20, 17, 0.50) 48%, rgba(24, 20, 17, 0.12));
}

.hero-content,
.section,
.footer-inner {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 88px 0 62px;
  color: var(--white);
}

.home-hero {
  align-items: center;
  min-height: calc(100vh - 64px);
  padding-bottom: 0;
}

.home-hero .hero-content {
  padding-bottom: 62px;
}

.home-hero::before {
  display: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  font-size: clamp(2.4rem, 5.8vw, 5.4rem);
}

h2 {
  max-width: 820px;
  font-size: clamp(1.8rem, 4vw, 3.7rem);
}

h3 {
  font-size: 1.18rem;
}

.lead {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

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

.hero-bg-slider {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.hero-bg-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: slidePhotos 54s linear infinite;
}

.hero-bg-track img {
  width: 100vw;
  height: 100%;
  flex: 0 0 auto;
  object-fit: cover;
}

@keyframes slidePhotos {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.section {
  padding: 70px 0;
}

.section.compact {
  padding-top: 42px;
}

.section + .section.compact {
  padding-top: 18px;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-intro > *,
.split > *,
.product-detail > * {
  min-width: 0;
}

.section-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.band {
  background: var(--paper);
}

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

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

.grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper);
  transition: transform 0.45s ease;
}

.card-body {
  padding: 20px;
}

.card-body p,
.copy p,
.feature p,
.contact-box p {
  color: var(--muted);
}

.card-body p:last-child,
.copy p:last-child,
.feature p:last-child,
.contact-box p:last-child {
  margin-bottom: 0;
}

.product-card {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.product-card:hover img {
  transform: scale(1.025);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 42px;
  align-items: center;
}

.split img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.copy p {
  font-size: 1rem;
}

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

.feature-list.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature {
  border-left: 3px solid var(--orange);
  padding-left: 18px;
}

.product-detail {
  scroll-margin-top: 96px;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  width: min(980px, 100%);
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.product-detail:first-of-type {
  border-top: 0;
}

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

.product-media figure {
  margin: 0;
}

.product-media img {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 8px;
}

.product-media figcaption {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.product-detail h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
}

.product-detail p {
  margin: 12px 0 0;
}

.product-detail .eyebrow {
  margin: 0 0 10px;
}

.product-list .section-intro {
  width: min(980px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.tag {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--orange-dark);
  background: var(--paper);
  font-size: 0.88rem;
  font-weight: 800;
}

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

.ce-panel {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  background: transparent;
  padding: 0;
}

.ce-panel img {
  width: 120px;
  margin: 0 auto;
}

.contact-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
}

.contact-form {
  display: grid;
  gap: 14px;
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.contact-form-card {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 28px;
  border: 1px solid rgba(234, 223, 215, 0.95);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.88)),
    var(--white);
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 7px;
}

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

.form-row.two-cols > div {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--ink);
  font-weight: 800;
}

.form-row input,
.form-row textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: rgba(243, 111, 33, 0.62);
  background: #fffdfb;
  box-shadow: 0 0 0 4px rgba(243, 111, 33, 0.10);
}

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

.form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
}

.form-footer p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.response-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 44px 16px;
  background: linear-gradient(180deg, var(--paper), var(--white));
}

.response-card {
  width: min(620px, 100%);
  padding: 34px;
  border: 1px solid rgba(234, 223, 215, 0.95);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.response-logo {
  width: 168px;
  margin-bottom: 26px;
}

.response-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(243, 111, 33, 0.12);
  color: var(--orange);
  font-size: 1.35rem;
  font-weight: 900;
}

.response-card h1 {
  max-width: 100%;
  font-size: clamp(2rem, 5vw, 3.2rem);
}

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

.response-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.response-actions .button {
  box-shadow: none;
}

.response-legal {
  margin: 22px 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.map {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 8px;
  filter: grayscale(0.25);
}

.site-footer {
  background: var(--ink);
  color: var(--white);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 38px 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner a {
  color: var(--white);
}

.footer-links {
  text-align: right;
  line-height: 1.9;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-company {
  display: grid;
  gap: 5px;
  line-height: 1.45;
}

.footer-company strong {
  color: var(--white);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.footer-company span {
  font-size: 0.86rem;
}

.footer-brand img {
  width: 150px;
  height: auto;
  padding: 6px 8px;
  border-radius: 8px;
  background: var(--white);
}

.reveal-target {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
  will-change: opacity, transform;
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}

@media (max-width: 820px) {
  body {
    background: var(--paper);
  }

  .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .nav {
    width: min(1160px, calc(100% - 28px));
    min-height: 68px;
    align-items: center;
    flex-direction: row;
    gap: 14px;
    padding: 10px 0;
    position: relative;
  }

  .brand {
    width: auto;
    min-width: 0;
  }

  .brand-logo {
    width: min(178px, 58vw);
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    margin-left: auto;
    padding: 8px 0 8px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 0.86rem;
    font-weight: 900;
    cursor: pointer;
    box-shadow: none;
  }

  .nav-toggle i,
  .nav-toggle i::before,
  .nav-toggle i::after {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .nav-toggle i {
    position: relative;
  }

  .nav-toggle i::before,
  .nav-toggle i::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .nav-toggle i::before {
    transform: translateY(-6px);
  }

  .nav-toggle i::after {
    transform: translateY(6px);
  }

  .site-header.nav-open .nav-toggle {
    background: transparent;
    color: var(--orange-dark);
    box-shadow: none;
  }

  .site-header.nav-open .nav-toggle i {
    background: transparent;
  }

  .site-header.nav-open .nav-toggle i::before {
    transform: rotate(45deg);
  }

  .site-header.nav-open .nav-toggle i::after {
    transform: rotate(-45deg);
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: none;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height 0.26s ease, opacity 0.2s ease, transform 0.2s ease, padding 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .site-header.nav-open .nav-links {
    max-height: calc(100vh - 92px);
    max-height: calc(100svh - 92px);
    padding: 10px 10px calc(12px + env(safe-area-inset-bottom, 0px));
    border-color: rgba(234, 223, 215, 0.95);
    box-shadow: 0 18px 42px rgba(31, 20, 12, 0.12);
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .nav-links a {
    width: 100%;
    padding: 11px 13px;
    border: 1px solid rgba(234, 223, 215, 0.82);
    border-radius: 13px;
    background: rgba(255, 250, 246, 0.58);
    color: #55483f;
    font-size: 0.92rem;
    text-align: left;
  }

  .nav-links a.active {
    border-color: rgba(243, 111, 33, 0.30);
    background: var(--orange);
    color: var(--white);
  }

  h1 {
    max-width: min(330px, 100%);
    font-size: clamp(1.9rem, 8.4vw, 2.45rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  h2 {
    max-width: min(330px, 100%);
    font-size: clamp(1.45rem, 6.8vw, 1.95rem);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .home-hero h1,
  .section-intro h2,
  .page-hero h1 {
    max-width: min(330px, 100%);
  }

  .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }

  .lead {
    max-width: min(340px, 100%);
    font-size: 0.98rem;
    overflow-wrap: break-word;
  }

  .section p,
  .page-hero p,
  .product-detail p,
  .section-intro p {
    max-width: min(340px, 100%);
    overflow-wrap: break-word;
  }

  .page-hero .lead,
  .section-intro p {
    max-width: min(340px, 100%);
  }

  .button {
    width: 100%;
    padding-inline: 14px;
  }

  .hero {
    min-height: 540px;
  }

  .section,
  .section.compact {
    padding: 48px 0;
  }

  .home-hero {
    min-height: min(680px, calc(100svh - 116px));
    align-items: end;
  }

  .home-hero::after,
  .hero::after {
    background: linear-gradient(180deg, rgba(24, 20, 17, 0.08), rgba(24, 20, 17, 0.62) 38%, rgba(24, 20, 17, 0.90));
  }

  .home-hero .hero-content,
  .hero-content {
    padding: 92px 0 34px;
  }

  .page-hero {
    width: 100%;
    padding: 42px 16px 30px;
    background: var(--white);
  }

  .hero-content,
  .section,
  .footer-inner {
    width: calc(100% - 32px);
  }

  .section-intro,
  .split,
  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-hero {
    min-height: 360px;
  }

  .grid {
    gap: 16px;
  }

  .card {
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(31, 20, 12, 0.07);
  }

  .card-body {
    padding: 18px;
  }

  .product-card img {
    aspect-ratio: 16 / 11;
  }

  .product-detail {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--white);
    box-shadow: 0 12px 34px rgba(31, 20, 12, 0.08);
  }

  .product-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-media img {
    height: 150px;
    padding: 6px;
    border-radius: 10px;
  }

  .tags {
    gap: 6px;
  }

  .tag {
    font-size: 0.74rem;
    padding: 5px 9px;
  }

  .grid.cols-3,
  .grid.cols-2,
  .feature-list,
  .feature-list.cols-3,
  .contact-grid,
  .ce-panel {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 0;
  }

  .footer-links {
    text-align: left;
    line-height: 1.9;
  }

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

@media (max-width: 640px) {
  :root {
    --shadow: 0 16px 36px rgba(31, 20, 12, 0.10);
  }

  body {
    background:
      linear-gradient(180deg, rgba(255, 250, 246, 0.92), rgba(255, 255, 255, 1) 42%),
      var(--paper);
    font-size: 15.5px;
  }

  .site-header {
    position: sticky;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 28px rgba(31, 20, 12, 0.06);
    max-width: 100vw;
    overflow: visible;
  }

  .nav {
    max-width: 100vw;
    overflow: visible;
    padding: 12px 14px 12px;
    gap: 10px;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand-logo {
    width: min(176px, 62vw);
  }

  .nav-links {
    right: 14px;
    left: 14px;
    width: auto;
  }

  .nav-links a {
    font-size: 0.9rem;
  }

  .hero-content,
  .section,
  .footer-inner {
    width: calc(100% - 28px);
  }

  .home-hero {
    min-height: min(620px, calc(100svh - 128px));
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }

  .home-hero .hero-content,
  .hero-content {
    padding: 76px 0 28px;
  }

  .home-hero h1 {
    max-width: 340px;
    font-size: clamp(2rem, 9.4vw, 2.68rem);
    line-height: 1.06;
    text-wrap: balance;
    text-shadow: 0 4px 22px rgba(0, 0, 0, 0.32);
  }

  .hero .lead {
    max-width: 338px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.98rem;
    line-height: 1.58;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.24);
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.20em;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .button {
    min-height: 46px;
    border-radius: 14px;
    font-size: 0.94rem;
  }

  .button.secondary {
    background: rgba(255, 255, 255, 0.96);
  }

  .section,
  .section.compact {
    padding: 42px 0;
  }

  .section + .section.compact {
    padding-top: 28px;
  }

  .page-hero {
    padding: 40px 14px 28px;
    border-bottom: 1px solid rgba(234, 223, 215, 0.72);
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    box-shadow: 0 12px 34px rgba(31, 20, 12, 0.05);
  }

  .page-hero h1,
  h1 {
    max-width: 340px;
    font-size: clamp(2rem, 8.7vw, 2.52rem);
    line-height: 1.10;
    text-wrap: balance;
  }

  .page-hero .lead {
    max-width: 336px;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.62;
  }

  .section-intro {
    gap: 16px;
    margin-bottom: 24px;
  }

  .section-intro h2,
  h2 {
    max-width: 340px;
    font-size: clamp(1.62rem, 7.4vw, 2.08rem);
    line-height: 1.12;
    text-wrap: balance;
  }

  .section-intro p,
  .copy p,
  .card-body p,
  .product-detail p,
  .contact-box p {
    max-width: 100%;
    line-height: 1.62;
  }

  .grid.cols-3,
  .grid.cols-2,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .grid {
    gap: 14px;
  }

  .card,
  .contact-box,
  .product-detail {
    border-radius: 16px;
    border-color: rgba(234, 223, 215, 0.92);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 34px rgba(31, 20, 12, 0.07);
  }

  .product-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
    min-height: 128px;
  }

  .product-card img {
    width: 100%;
    height: 100%;
    min-height: 128px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .card-body {
    padding: 16px;
  }

  .card-body h3,
  .contact-box h3 {
    font-size: 1.04rem;
    line-height: 1.18;
  }

  .card-body p {
    margin-top: 8px;
    font-size: 0.93rem;
  }

  .split {
    gap: 24px;
  }

  .split img {
    border-radius: 16px;
    aspect-ratio: 4 / 3;
  }

  .feature-list {
    gap: 12px;
  }

  .feature {
    padding: 15px 16px;
    border: 1px solid rgba(234, 223, 215, 0.92);
    border-left: 4px solid var(--orange);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
  }

  .feature h3 {
    font-size: 1rem;
  }

  .feature p {
    margin-top: 8px;
    font-size: 0.93rem;
  }

  .product-list {
    width: calc(100% - 20px);
  }

  .product-list .section-intro {
    width: 100%;
    padding: 0 4px;
  }

  .product-detail {
    gap: 16px;
    margin-bottom: 14px;
    padding: 14px;
  }

  .product-media {
    gap: 8px;
  }

  .product-media img {
    height: 136px;
    border-radius: 12px;
    padding: 6px;
    background: #fffdfb;
  }

  .product-media figcaption {
    margin-top: 5px;
    font-size: 0.70rem;
  }

  .product-detail h2 {
    font-size: 1.45rem;
  }

  .tags {
    margin-top: 14px;
  }

  .tag {
    background: rgba(255, 250, 246, 0.86);
  }

  .contact-box {
    padding: 18px 20px;
  }

  .contact-form {
    gap: 12px;
  }

  .contact-form-card {
    padding: 18px;
    border-radius: 16px;
  }

  .form-row.two-cols {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .form-row input,
  .form-row textarea {
    min-height: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
  }

  .form-row textarea {
    min-height: 138px;
  }

  .form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .response-card {
    padding: 24px;
    border-radius: 16px;
  }

  .response-logo {
    width: 150px;
    margin-bottom: 22px;
  }

  .ce-panel {
    padding: 18px;
  }

  .ce-panel img {
    width: 96px;
  }

  .footer-inner {
    width: calc(100% - 28px);
    gap: 18px;
  }

  .footer-brand img {
    width: 142px;
  }
}

@media (max-width: 380px) {
  .nav-toggle {
    padding: 8px 11px;
    font-size: 0.80rem;
  }

  .product-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .product-media img {
    height: 120px;
  }
}

/* Refinement: straighter editorial surfaces, stronger contact paths. */
.nav-links a {
  border-radius: 4px;
}

.nav-links a:hover,
.nav-links a.active {
  background: transparent;
  color: var(--ink);
  box-shadow: inset 0 -2px 0 var(--orange);
}

.nav-links .nav-cta {
  margin-left: 8px;
  border: 1px solid var(--orange);
  background: var(--orange);
  color: var(--white);
  box-shadow: none;
}

.nav-links .nav-cta:hover,
.nav-links .nav-cta.active {
  background: var(--orange-dark);
  color: var(--white);
  box-shadow: none;
}

.button,
.tag,
.card,
.contact-box,
.contact-form-card,
.product-media img,
.split img,
.map,
.response-card,
.footer-brand img {
  border-radius: 6px;
}

.button {
  box-shadow: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.button:hover {
  border-color: var(--orange-dark);
  background: var(--orange-dark);
  transform: translateY(-1px);
}

.button.secondary:hover {
  background: var(--paper);
  color: var(--orange-dark);
}

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

.contact-ribbon,
.final-cta {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

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

.contact-ribbon strong,
.contact-note strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.contact-ribbon span,
.contact-note span {
  color: var(--muted);
}

.cypress-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1fr);
  gap: 42px;
  padding: 42px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.92), rgba(255, 255, 255, 0.98));
}

.cypress-panel.compact-panel {
  margin-bottom: 28px;
  padding: 34px;
}

.cypress-copy {
  display: grid;
  gap: 16px;
}

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

.cypress-copy strong {
  color: var(--ink);
}

.text-link {
  width: fit-content;
  color: var(--orange-dark);
  font-weight: 900;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(243, 111, 33, 0.28);
}

.text-link:hover {
  box-shadow: inset 0 -2px 0 var(--orange);
}

.final-cta {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--ink);
  color: var(--white);
}

.final-cta h2 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.final-cta p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.76);
}

.contact-note {
  width: min(820px, 100%);
  margin: -12px auto 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--orange);
  background: var(--paper);
}

.response-page {
  background: linear-gradient(180deg, var(--paper), var(--white));
}

.response-mark {
  border-radius: 6px;
}

@media (max-width: 820px) {
  .nav-links {
    border-radius: 8px;
  }

  .nav-links a {
    border-radius: 4px;
    background: transparent;
  }

  .nav-links a.active {
    border-color: transparent;
    background: transparent;
    color: var(--ink);
    box-shadow: inset 3px 0 0 var(--orange);
  }

  .nav-links .nav-cta,
  .nav-links .nav-cta.active {
    margin-left: 0;
    margin-top: 4px;
    min-height: 46px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: var(--orange);
    color: var(--white);
    text-align: center;
    box-shadow: none;
  }

  .contact-ribbon,
  .final-cta,
  .cypress-panel {
    grid-template-columns: 1fr;
  }

  .contact-ribbon,
  .final-cta {
    width: calc(100% - 32px);
  }

  .contact-ribbon .button,
  .final-cta .button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-hero,
  .page-hero {
    border-radius: 0;
  }

  .button,
  .card,
  .contact-box,
  .product-detail,
  .contact-form-card,
  .product-media img,
  .split img,
  .feature,
  .response-card {
    border-radius: 6px;
  }

  .contact-ribbon {
    padding: 18px 0;
  }

  .cypress-panel,
  .cypress-panel.compact-panel {
    padding: 24px 18px;
  }

  .cypress-copy {
    gap: 14px;
  }

  .final-cta {
    padding: 24px 18px;
  }

  .contact-note {
    margin-top: -6px;
  }
}

/* Image framing fixes: keep vertical photos from stretching layout height. */
@media (min-width: 821px) {
  .grid.cols-3 .card {
    display: flex;
    flex-direction: column;
  }

  .grid.cols-3 .card img {
    height: clamp(230px, 18vw, 285px);
    aspect-ratio: auto;
    object-fit: cover;
  }

  .grid.cols-3 .card .card-body {
    flex: 1;
  }

  .split {
    align-items: center;
  }

  .split img {
    height: clamp(360px, 42vw, 540px);
    max-height: 540px;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (max-width: 820px) {
  .card img {
    height: 240px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .product-card img {
    height: 100%;
    min-height: 128px;
  }

  .split img {
    height: 330px;
    aspect-ratio: auto;
    object-fit: cover;
  }
}

@media (max-width: 640px) {
  .card img {
    height: 210px;
  }

  .product-card img {
    height: 100%;
    min-height: 128px;
  }

  .split img {
    height: 260px;
  }
}
