:root {
  --cc-ink: #151515;
  --cc-paper: #ffffff;
  --cc-mist: #f3f5f4;
  --cc-coral: #e6533f;
  --cc-coral-dark: #bb3527;
  --cc-green: #19724b;
  --cc-line: #d9ddda;
  --cc-radius: 8px;
  --cc-content: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cc-ink);
  background: var(--cc-paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
body.cc-nav-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 0.18em; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; letter-spacing: 0; }
:focus-visible { outline: 3px solid var(--cc-green); outline-offset: 3px; }

.cc-skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--cc-paper);
  background: var(--cc-ink);
  transform: translateY(-150%);
}
.cc-skip-link:focus { transform: translateY(0); }

.cc-site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid var(--cc-line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}
.cc-header-inner {
  width: min(100% - 32px, var(--cc-content));
  min-height: 72px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.cc-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.cc-brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--cc-paper); background: var(--cc-ink); border-radius: 50%; }
.cc-brand-name { font-size: 1.18rem; }
.cc-menu, .cc-footer-menu { list-style: none; margin: 0; padding: 0; }
.cc-menu { display: flex; justify-content: center; gap: 24px; }
.cc-menu a { display: grid; place-items: center; min-height: 44px; text-decoration: none; font-size: 0.92rem; font-weight: 650; }
.cc-menu a:hover { color: var(--cc-coral-dark); }
.cc-header-actions { display: flex; align-items: center; gap: 8px; }
.cc-language { min-width: 84px; font-size: 0.84rem; }
.cc-language select { min-height: 44px; max-width: 128px; border: 1px solid var(--cc-line); border-radius: 4px; background: var(--cc-paper); }
.cc-language-fallback { display: grid; place-items: center; min-height: 44px; }
.cc-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.cc-action--wa { color: var(--cc-paper); background: var(--cc-coral); }
.cc-action--wa:hover { color: var(--cc-paper); background: var(--cc-coral-dark); }
.cc-action--line { color: var(--cc-green); border-color: var(--cc-green); cursor: not-allowed; opacity: 0.72; }
.cc-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--cc-line); border-radius: 5px; background: var(--cc-paper); }
.cc-menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--cc-ink); }

.cc-main { min-height: 60vh; }
.cc-band { padding: clamp(56px, 8vw, 104px) 0; }
.cc-band--mist { background: var(--cc-mist); }
.cc-band--ink { color: var(--cc-paper); background: var(--cc-ink); }
.cc-container { width: min(100% - 40px, var(--cc-content)); margin-inline: auto; }
.cc-eyebrow { margin: 0 0 14px; color: var(--cc-green); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.cc-heading { max-width: 780px; margin: 0 0 18px; font-size: clamp(2rem, 4.4vw, 4.4rem); line-height: 1.02; letter-spacing: 0; }
.cc-section-title { margin: 0 0 18px; font-size: clamp(1.6rem, 2.6vw, 2.8rem); line-height: 1.12; letter-spacing: 0; }
.cc-lede { max-width: 680px; font-size: clamp(1rem, 1.4vw, 1.25rem); line-height: 1.7; color: #454b47; }
.cc-band--ink .cc-lede { color: #d8ddda; }
.cc-grid { display: grid; gap: 24px; }
.cc-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cc-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cc-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cc-card { padding: 24px; border: 1px solid var(--cc-line); border-radius: var(--cc-radius); background: var(--cc-paper); }
.cc-card h3 { margin: 0 0 10px; font-size: 1.18rem; }
.cc-card p { margin: 0; color: #545a56; line-height: 1.65; }
.cc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.cc-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid var(--cc-ink); border-radius: 6px; font-weight: 750; text-decoration: none; }
.cc-button--primary { color: var(--cc-paper); border-color: var(--cc-coral); background: var(--cc-coral); }
.cc-button--secondary { color: var(--cc-ink); background: transparent; }
.cc-button--line { color: var(--cc-green); border-color: var(--cc-green); opacity: 0.72; cursor: not-allowed; }
.cc-product-media { overflow: hidden; border-radius: var(--cc-radius); background: var(--cc-mist); }
.cc-product-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.cc-home-hero { position: relative; min-height: min(760px, calc(100vh - 72px)); display: grid; align-items: center; overflow: hidden; background: var(--cc-mist); }
.cc-home-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cc-home-hero__content { position: relative; z-index: 1; padding-block: 88px; }
.cc-home-hero__content .cc-heading { max-width: 570px; }
.cc-home-hero__content .cc-lede { max-width: 540px; }
.cc-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(32px, 6vw, 80px); }
.cc-mode-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.cc-mode-list span { padding: 9px 12px; border: 1px solid var(--cc-line); border-radius: 4px; font-weight: 750; }
.cc-card-index { display: block; margin-bottom: 28px; color: var(--cc-coral); font-size: 0.78rem; font-weight: 800; }
.cc-card--dark { border-color: #404640; background: #1c211d; }
.cc-card--dark p { color: #cdd2ce; }
.cc-button--on-dark { color: var(--cc-paper); border-color: #747d76; }
.cc-product-card { display: flex; flex-direction: column; gap: 15px; }
.cc-product-card .cc-actions { margin-top: auto; }
.cc-product-card .cc-product-media { margin: -24px -24px 6px; border-radius: var(--cc-radius) var(--cc-radius) 0 0; }
.cc-trust-band { padding: 34px 0; border-block: 1px solid var(--cc-line); }
.cc-trust-band__inner, .cc-cta-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cc-trust-band h2 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2.2rem); }
.cc-trust-band p { max-width: 520px; line-height: 1.65; }
.cc-page-hero { padding-block: clamp(64px, 9vw, 120px); }
.cc-cert-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.cc-cert-row span { display: grid; place-items: center; width: 112px; aspect-ratio: 1; border: 1px solid var(--cc-line); border-radius: 50%; font-size: 1.2rem; font-weight: 850; }
.cc-faq-list { max-width: 900px; }
.cc-faq-list details { border-bottom: 1px solid var(--cc-line); }
.cc-faq-list summary { padding: 22px 0; font-size: 1.08rem; font-weight: 750; cursor: pointer; }
.cc-faq-list details p { margin: 0; padding: 0 0 22px; line-height: 1.7; color: #505651; }
.cc-contact-layout { display: grid; grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr); gap: clamp(28px, 6vw, 80px); }
.cc-contact-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.cc-form-shell { padding: clamp(22px, 4vw, 42px); border: 1px solid var(--cc-line); border-radius: var(--cc-radius); }
.cc-legal { max-width: 820px; }
.cc-legal h2 { margin-top: 36px; font-size: 1.35rem; }
.cc-legal p { line-height: 1.75; color: #444a46; }
.cc-specs { width: 100%; border-collapse: collapse; }
.cc-specs th, .cc-specs td { padding: 14px 16px; border-bottom: 1px solid var(--cc-line); text-align: left; vertical-align: top; }
.cc-specs th { width: 42%; font-weight: 750; }

.cc-site-footer { padding: 56px 0 0; color: #e9ecea; background: #111411; }
.cc-footer-grid { width: min(100% - 40px, var(--cc-content)); margin-inline: auto; display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px; }
.cc-site-footer h2 { margin: 0 0 14px; color: var(--cc-paper); font-size: 0.95rem; }
.cc-site-footer p, .cc-site-footer a { color: #c4cbc6; font-size: 0.9rem; line-height: 1.65; }
.cc-footer-menu li + li { margin-top: 8px; }
.cc-socials { display: flex; flex-wrap: wrap; gap: 8px; }
.cc-socials span { padding: 7px 9px; border: 1px solid #4e5650; border-radius: 4px; color: #9da69f; font-size: 0.78rem; cursor: not-allowed; }
.cc-footer-bottom { width: min(100% - 40px, var(--cc-content)); margin: 40px auto 0; padding: 18px 0; border-top: 1px solid #343a35; }

@media (max-width: 900px) {
  .cc-header-inner { grid-template-columns: 1fr auto; }
  .cc-menu-toggle { display: block; }
  .cc-primary-nav { position: fixed; inset: 73px 0 auto; display: none; max-height: calc(100vh - 73px); overflow-y: auto; border-bottom: 1px solid var(--cc-line); background: var(--cc-paper); }
  .cc-primary-nav.is-open { display: block; }
  .cc-menu { display: grid; gap: 0; width: min(100% - 32px, var(--cc-content)); margin: 12px auto; }
  .cc-menu a { justify-content: start; border-bottom: 1px solid var(--cc-line); }
  .cc-header-actions { grid-column: 1 / -1; display: none; padding-bottom: 12px; }
  .cc-nav-open .cc-header-actions { display: flex; }
  .cc-grid--3, .cc-grid--4, .cc-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cc-home-hero { min-height: 700px; align-items: end; }
  .cc-home-hero__media { object-position: 63% center; opacity: 0.56; }
  .cc-home-hero__content { padding-bottom: 64px; }
}

@media (max-width: 600px) {
  .cc-header-inner { width: min(100% - 24px, var(--cc-content)); }
  .cc-header-actions { flex-wrap: wrap; }
  .cc-language { flex-basis: 100%; }
  .cc-action { flex: 1 1 140px; }
  .cc-container { width: min(100% - 28px, var(--cc-content)); }
  .cc-band { padding: 48px 0; }
  .cc-grid--2, .cc-grid--3, .cc-grid--4, .cc-footer-grid { grid-template-columns: 1fr; }
  .cc-split, .cc-contact-layout { grid-template-columns: 1fr; }
  .cc-trust-band__inner, .cc-cta-band { align-items: flex-start; flex-direction: column; }
  .cc-home-hero { min-height: 640px; }
  .cc-home-hero__media { object-position: 67% center; opacity: 0.38; }
  .cc-heading { font-size: 2.45rem; }
  .cc-specs, .cc-specs tbody, .cc-specs tr, .cc-specs th, .cc-specs td { display: block; width: 100%; }
  .cc-specs tr { padding: 12px 0; border-bottom: 1px solid var(--cc-line); }
  .cc-specs th, .cc-specs td { padding: 3px 0; border: 0; }
}

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