:root {
  --cczy-ink: #14211d;
  --cczy-muted: #5d6c66;
  --cczy-line: #d9e1dd;
  --cczy-soft: #f3f6f4;
  --cczy-white: #ffffff;
  --cczy-green: #0d6049;
  --cczy-green-dark: #083e31;
  --cczy-green-pale: #e8f1ed;
  --cczy-gold: #a9823f;
  --cczy-width: 1180px;
  --cczy-font: Inter, "Segoe UI", Arial, Helvetica, sans-serif;
}

body.cczy-en-site {
  margin: 0;
  background: var(--cczy-white);
  color: var(--cczy-ink);
  font-family: var(--cczy-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.cczy-en-site *,
body.cczy-en-site *::before,
body.cczy-en-site *::after {
  box-sizing: border-box;
}

body.cczy-en-site a {
  color: inherit;
}

body.cczy-en-site > header:not(.cczy-global-header),
body.cczy-en-site > footer:not(.cczy-global-footer),
body.cczy-en-site #site-header,
body.cczy-en-site #site-footer {
  display: none !important;
}

body.cczy-page-home > *:not(.cczy-global-header):not(.cczy-home):not(.cczy-global-footer):not(script) {
  display: none !important;
}

.cczy-global-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid rgba(20, 33, 29, .11);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.cczy-header-bar {
  width: min(calc(100% - 48px), var(--cczy-width));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.cczy-brand {
  min-width: 238px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--cczy-ink) !important;
  text-decoration: none !important;
}

.cczy-brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--cczy-green-dark);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
}

.cczy-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.cczy-brand-copy strong {
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .025em;
}

.cczy-brand-copy small {
  margin-top: 4px;
  color: var(--cczy-muted);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cczy-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-left: auto;
}

.cczy-desktop-nav a,
.cczy-header-actions a {
  position: relative;
  color: #26342f !important;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
}

.cczy-desktop-nav a::after {
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--cczy-green);
  content: "";
  transition: right .2s ease;
}

.cczy-desktop-nav a:hover::after,
.cczy-desktop-nav a[aria-current="page"]::after {
  right: 0;
}

.cczy-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cczy-language-link {
  color: var(--cczy-muted) !important;
}

.cczy-contact-link {
  padding: 9px 14px;
  border: 1px solid var(--cczy-green-dark);
  color: var(--cczy-green-dark) !important;
}

.cczy-contact-link:hover {
  background: var(--cczy-green-dark);
  color: #fff !important;
}

.cczy-mobile-menu {
  display: none;
  margin-left: auto;
}

.cczy-mobile-menu summary {
  width: 42px;
  height: 42px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px;
  border: 1px solid var(--cczy-line);
  cursor: pointer;
  list-style: none;
}

.cczy-mobile-menu summary::-webkit-details-marker {
  display: none;
}

.cczy-mobile-menu summary span {
  height: 2px;
  display: block;
  background: var(--cczy-ink);
}

.cczy-mobile-menu nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  display: grid;
  padding: 18px 24px 24px;
  border-bottom: 1px solid var(--cczy-line);
  background: #fff;
}

.cczy-mobile-menu nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--cczy-line);
  color: var(--cczy-ink);
  font-weight: 650;
  text-decoration: none;
}

.cczy-home {
  width: 100%;
  overflow: hidden;
}

.cczy-home-hero {
  width: min(calc(100% - 48px), var(--cczy-width));
  min-height: 650px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(430px, .98fr);
  align-items: center;
  gap: 72px;
  padding: 76px 0 82px;
}

.cczy-kicker {
  margin: 0 0 18px;
  color: var(--cczy-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cczy-home h1,
.cczy-home h2,
.cczy-global-footer h2 {
  margin: 0;
  color: var(--cczy-ink);
  font-family: var(--cczy-font);
  font-weight: 720;
  letter-spacing: -.035em;
}

.cczy-home h1 {
  max-width: 680px;
  font-size: clamp(42px, 5vw, 68px) !important;
  line-height: 1.06 !important;
}

.cczy-home h2 {
  font-size: clamp(30px, 3.3vw, 46px) !important;
  line-height: 1.14 !important;
}

.cczy-home-lead {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--cczy-muted);
  font-size: 18px;
  line-height: 1.75;
}

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

.cczy-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: .01em;
  text-decoration: none !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.cczy-button--primary {
  background: var(--cczy-green-dark);
  color: #fff !important;
}

.cczy-button--primary:hover {
  background: var(--cczy-green);
}

.cczy-button--secondary {
  border-color: var(--cczy-line);
  background: #fff;
  color: var(--cczy-ink) !important;
}

.cczy-button--secondary:hover {
  border-color: var(--cczy-green);
  color: var(--cczy-green) !important;
}

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

.cczy-facts div {
  padding: 22px 16px 0 0;
}

.cczy-facts dt {
  color: var(--cczy-green-dark);
  font-size: 19px;
  font-weight: 780;
}

.cczy-facts dd {
  margin: 4px 0 0;
  color: var(--cczy-muted);
  font-size: 12px;
}

.cczy-home-hero__visual {
  position: relative;
  margin: 0;
  padding: 18px 18px 0;
  border: 1px solid var(--cczy-line);
  background: var(--cczy-soft);
}

.cczy-home-hero__visual::before,
.cczy-home-hero__visual::after {
  position: absolute;
  background: var(--cczy-green);
  content: "";
}

.cczy-home-hero__visual::before {
  width: 76px;
  height: 3px;
  left: -1px;
  top: -1px;
}

.cczy-home-hero__visual::after {
  width: 3px;
  height: 76px;
  right: -1px;
  bottom: -1px;
}

.cczy-visual-label {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 12px;
  color: var(--cczy-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cczy-home-hero__visual img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.cczy-home-hero__visual figcaption {
  display: grid;
  gap: 3px;
  padding: 18px 2px 20px;
  border-top: 1px solid var(--cczy-line);
}

.cczy-home-hero__visual figcaption span {
  color: var(--cczy-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
}

.cczy-home-hero__visual figcaption strong {
  font-size: 14px;
}

.cczy-home-section {
  width: min(calc(100% - 48px), var(--cczy-width));
  margin: 0 auto;
  padding: 104px 0;
}

.cczy-home-section--families {
  border-top: 1px solid var(--cczy-line);
}

.cczy-section-heading {
  max-width: 760px;
}

.cczy-section-heading > p:last-child,
.cczy-engineering__intro > p {
  margin: 22px 0 0;
  color: var(--cczy-muted);
  font-size: 17px;
}

.cczy-family-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 52px;
}

.cczy-family-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 24px;
  border-bottom: 2px solid var(--cczy-line);
  color: var(--cczy-ink) !important;
  text-decoration: none !important;
  transition: border-color .2s ease, transform .2s ease;
}

.cczy-family-card:hover {
  border-color: var(--cczy-green);
  transform: translateY(-3px);
}

.cczy-family-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  filter: saturate(.85) contrast(1.03);
}

.cczy-family-index {
  margin-top: 23px;
  color: var(--cczy-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}

.cczy-family-card h3 {
  margin: 8px 0 0;
  color: var(--cczy-ink);
  font-size: 25px;
  line-height: 1.25;
}

.cczy-family-card p {
  margin: 13px 0 20px;
  color: var(--cczy-muted);
  font-size: 14px;
}

.cczy-family-card strong {
  margin-top: auto;
  color: var(--cczy-green-dark);
  font-size: 13px;
}

.cczy-engineering {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 92px;
  border-top: 1px solid var(--cczy-line);
}

.cczy-text-link {
  display: inline-block;
  margin-top: 28px;
  color: var(--cczy-green-dark) !important;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none !important;
}

.cczy-engineering__steps {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--cczy-line);
  list-style: none;
}

.cczy-engineering__steps li {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--cczy-line);
}

.cczy-engineering__steps li > span {
  color: var(--cczy-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.cczy-engineering__steps strong {
  font-size: 17px;
}

.cczy-engineering__steps p {
  margin: 5px 0 0;
  color: var(--cczy-muted);
  font-size: 14px;
}

.cczy-calculator-callout {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding: 84px max(24px, calc((100% - var(--cczy-width)) / 2));
  background: var(--cczy-green-dark);
}

.cczy-calculator-callout > div {
  max-width: 760px;
}

.cczy-calculator-callout .cczy-kicker {
  color: #9dc8b7;
}

.cczy-calculator-callout h2 {
  color: #fff;
}

.cczy-calculator-callout p:last-child {
  margin: 20px 0 0;
  color: #c8d9d2;
}

.cczy-button--light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--cczy-green-dark) !important;
}

.cczy-contact-band {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}

.cczy-contact-band__details {
  min-width: 340px;
  display: grid;
  gap: 7px;
  padding-left: 30px;
  border-left: 3px solid var(--cczy-green);
}

.cczy-contact-band__details a {
  color: var(--cczy-ink) !important;
  text-decoration: none !important;
}

.cczy-contact-band__details span {
  margin-left: 7px;
  color: var(--cczy-muted);
  font-size: 12px;
}

.cczy-global-footer {
  width: 100%;
  padding: 68px max(24px, calc((100% - var(--cczy-width)) / 2)) 24px;
  background: #101916;
  color: #c7d0cc;
}

.cczy-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) .7fr .8fr;
  gap: 70px;
  padding-bottom: 48px;
}

.cczy-footer-grid > div:first-child {
  max-width: 540px;
}

.cczy-footer-eyebrow {
  color: #89b5a3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .18em;
}

.cczy-global-footer h2 {
  margin-top: 13px;
  color: #fff;
  font-size: 29px;
  line-height: 1.2;
}

.cczy-global-footer p {
  margin: 15px 0 0;
  color: #95a39d;
  font-size: 13px;
}

.cczy-footer-links,
.cczy-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.cczy-footer-links strong,
.cczy-footer-contact strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.cczy-footer-links a,
.cczy-footer-contact a {
  color: #c7d0cc !important;
  font-size: 13px;
  text-decoration: none !important;
}

.cczy-footer-contact p {
  margin: 0;
}

.cczy-footer-contact span {
  color: #718079;
  font-size: 11px;
}

.cczy-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid #2b3732;
  color: #718079;
  font-size: 11px;
}

.cczy-footer-bottom a {
  color: #aebbb5 !important;
  text-decoration: none !important;
}

/* Shared content frame */
body.cczy-page-content > main,
body.cczy-page-catalog > main,
body.cczy-page-product-center > main,
body.cczy-page-product-detail > main,
body.cczy-page-series > main,
body.cczy-page-content .site-main,
body.cczy-page-catalog .site-main,
body.cczy-page-product-center .site-main,
body.cczy-page-product-detail .site-main {
  width: min(calc(100% - 48px), var(--cczy-width));
  max-width: var(--cczy-width);
  margin: 0 auto;
}

body.cczy-en-site:not(.cczy-page-home) > main,
body.cczy-en-site:not(.cczy-page-home) .site-main {
  padding-top: 62px;
  padding-bottom: 90px;
}

body.cczy-en-site:not(.cczy-page-home) h1,
body.cczy-en-site:not(.cczy-page-home) h2,
body.cczy-en-site:not(.cczy-page-home) h3,
body.cczy-en-site:not(.cczy-page-home) h4,
body.cczy-en-site:not(.cczy-page-home) .elementor-heading-title {
  color: var(--cczy-ink);
  font-family: var(--cczy-font) !important;
  letter-spacing: -.02em;
}

/* Product center */
body.cczy-page-product-center .cczy-series-intro {
  padding: 0 !important;
}

body.cczy-page-product-center .cczy-series-intro > .cczy-eyebrow {
  color: var(--cczy-green);
}

body.cczy-page-product-center .cczy-series-grid {
  gap: 22px;
}

body.cczy-page-product-center .cczy-series-card {
  overflow: hidden;
  border: 1px solid var(--cczy-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body.cczy-page-product-center .cczy-series-card__visual img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

body.cczy-page-product-center .cczy-series-card__body {
  padding: 25px;
}

body.cczy-page-product-center .cczy-series-card__link {
  color: var(--cczy-green-dark) !important;
}

/* Product family catalogs */
body.cczy-page-series {
  background: #fff;
}

body.cczy-page-series .page-shell {
  width: min(calc(100% - 48px), var(--cczy-width));
  max-width: var(--cczy-width);
  margin: 0 auto;
  padding: 62px 0 92px;
}

body.cczy-page-series .series-hero {
  padding: 48px 0 45px;
  border-top: 3px solid var(--cczy-green-dark);
  border-bottom: 1px solid var(--cczy-line);
  background: transparent;
}

body.cczy-page-series .series-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(37px, 4.4vw, 58px);
  line-height: 1.08;
}

body.cczy-page-series .series-hero p {
  max-width: 760px;
  color: var(--cczy-muted);
  font-size: 17px;
}

body.cczy-page-series .intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  border-bottom: 1px solid var(--cczy-line);
}

body.cczy-page-series .intro-grid > * {
  padding: 28px 26px 30px 0;
  border-right: 1px solid var(--cczy-line);
}

body.cczy-page-series .intro-grid > * + * {
  padding-left: 26px;
}

body.cczy-page-series .intro-grid > *:last-child {
  border-right: 0;
}

body.cczy-page-series .catalog-section {
  padding-top: 58px;
}

body.cczy-page-series .catalog-section h2 {
  margin: 0;
  font-size: 31px;
}

body.cczy-page-series .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 34px;
}

body.cczy-page-series .filter-button {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid var(--cczy-line);
  border-radius: 0;
  background: #fff;
  color: var(--cczy-ink);
  font-family: var(--cczy-font);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

body.cczy-page-series .filter-button:hover,
body.cczy-page-series .filter-button[aria-pressed="true"] {
  border-color: var(--cczy-green-dark);
  background: var(--cczy-green-dark);
  color: #fff;
}

body.cczy-page-series .product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.cczy-page-series .product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cczy-line);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: border-color .2s ease, transform .2s ease;
}

body.cczy-page-series .product-card:hover {
  border-color: #9aaca4;
  transform: translateY(-3px);
}

body.cczy-page-series .product-card__image-wrap {
  height: 238px;
  display: grid;
  place-items: center;
  padding: 18px;
  background: var(--cczy-soft);
}

body.cczy-page-series .product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

body.cczy-page-series .product-card__body {
  padding: 21px 22px 23px;
}

body.cczy-page-series .product-card__meta {
  color: var(--cczy-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.cczy-page-series .product-card__body h3 {
  min-height: 2.5em;
  margin: 8px 0 17px;
  font-size: 18px;
  line-height: 1.3;
}

body.cczy-page-series .product-card__link {
  color: var(--cczy-green-dark) !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
}

/* Product details */
body.cczy-page-product-detail {
  background: var(--cczy-soft);
}

body.cczy-page-product-detail > main,
body.cczy-page-product-detail .site-main {
  margin-top: 42px;
  margin-bottom: 70px;
  padding: 48px clamp(24px, 5vw, 70px) 70px !important;
  border-top: 3px solid var(--cczy-green-dark);
  background: #fff;
}

body.cczy-page-product-detail .elementor-section,
body.cczy-page-product-detail .elementor-container,
body.cczy-page-product-detail .elementor-column,
body.cczy-page-product-detail .elementor-widget-wrap {
  max-width: 100%;
}

body.cczy-page-product-detail .elementor-widget-image img,
body.cczy-page-product-detail .page-content img {
  max-width: 100%;
  height: auto;
}

body.cczy-page-product-detail p,
body.cczy-page-product-detail li {
  color: #33423c;
  font-size: 15px;
}

body.cczy-page-product-detail h1,
body.cczy-page-product-detail .elementor-heading-title h1 {
  font-size: clamp(32px, 4vw, 50px) !important;
  line-height: 1.14 !important;
}

body.cczy-page-product-detail .elementor-widget-text-editor {
  line-height: 1.8;
}

/* Calculator: visual layer only; field IDs and scripts are untouched. */
body.cczy-page-calculator {
  background: var(--cczy-soft);
}

body.cczy-page-calculator .tool-nav {
  width: min(calc(100% - 48px), var(--cczy-width));
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 34px auto 0;
  border: 1px solid var(--cczy-line);
  background: #fff;
}

body.cczy-page-calculator .tool-nav a {
  flex: 1 1 190px;
  padding: 13px 18px;
  border-right: 1px solid var(--cczy-line);
  color: var(--cczy-ink) !important;
  font-size: 12px;
  font-weight: 720;
  text-align: center;
  text-decoration: none !important;
  text-transform: capitalize;
}

body.cczy-page-calculator .tool-nav a:hover {
  background: var(--cczy-green-pale);
  color: var(--cczy-green-dark) !important;
}

body.cczy-page-calculator > main {
  width: min(calc(100% - 48px), var(--cczy-width));
  max-width: var(--cczy-width);
  display: grid;
  gap: 22px;
  margin: 42px auto 72px;
  padding: 0 !important;
  background: transparent;
  box-shadow: none;
}

body.cczy-page-calculator main h1 {
  color: var(--cczy-ink) !important;
}

body.cczy-page-calculator .tool-card {
  margin: 0;
  padding: 30px 32px 32px;
  border: 1px solid var(--cczy-line);
  border-top: 3px solid var(--cczy-green-dark);
  background: #fff;
}

body.cczy-page-calculator .card-heading {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 18px;
  align-items: start;
  margin-bottom: 26px;
}

body.cczy-page-calculator .card-heading > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--cczy-green-pale);
  color: var(--cczy-green-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

body.cczy-page-calculator .card-heading h2 {
  margin: 0;
  color: var(--cczy-ink) !important;
  font-size: 24px;
  line-height: 1.25;
  text-transform: none;
}

body.cczy-page-calculator .card-heading p {
  margin: 7px 0 0;
  color: var(--cczy-muted);
  font-size: 13px;
}

body.cczy-page-calculator .field-grid,
body.cczy-page-calculator .result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.cczy-page-calculator #fov .field-grid,
body.cczy-page-calculator #fov .result-grid,
body.cczy-page-calculator .result-grid.single {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.cczy-page-calculator .result-grid.single > label {
  grid-column: span 2;
}

body.cczy-page-calculator .field-grid > label,
body.cczy-page-calculator .result-grid > label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #34433d;
  font-size: 12px;
  font-weight: 700;
}

body.cczy-page-calculator label em {
  color: var(--cczy-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

body.cczy-page-calculator input,
body.cczy-page-calculator select {
  width: 100%;
  height: 45px;
  padding: 8px 12px;
  border: 1px solid #aebbb5 !important;
  border-radius: 0 !important;
  background: #fff;
  color: var(--cczy-ink);
  font-family: var(--cczy-font);
  font-size: 15px;
  outline: none;
}

body.cczy-page-calculator input:focus,
body.cczy-page-calculator select:focus {
  border-color: var(--cczy-green) !important;
  box-shadow: 0 0 0 3px rgba(13, 96, 73, .10);
}

body.cczy-page-calculator .input-stepper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34px;
}

body.cczy-page-calculator .input-stepper > span {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

body.cczy-page-calculator .input-stepper button {
  min-height: 0;
  padding: 0;
  border: 0;
  border-left: 1px solid #aebbb5;
  background: var(--cczy-green-dark) !important;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

body.cczy-page-calculator .action-row {
  display: flex;
  justify-content: flex-end;
  gap: 9px;
  margin: 18px 0;
}

body.cczy-page-calculator .action-row button {
  min-width: 92px;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid var(--cczy-green-dark);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

body.cczy-page-calculator .action-row .primary {
  background: var(--cczy-green-dark) !important;
  color: #fff;
}

body.cczy-page-calculator .action-row .secondary {
  background: #fff !important;
  color: var(--cczy-green-dark);
}

body.cczy-page-calculator .result-grid {
  padding: 18px;
  border: 1px solid #c9dacf;
  background: var(--cczy-green-pale);
}

body.cczy-page-calculator .result-grid input[readonly] {
  border-color: #8da99d !important;
  background: #fff !important;
  color: var(--cczy-green-dark) !important;
  font-weight: 780;
}

body.cczy-page-calculator .error-message {
  min-height: 15px;
  color: #b2463d;
  font-size: 11px;
  font-weight: 600;
}

body.cczy-page-calculator .limit-info {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--cczy-gold);
  background: #faf7f0;
  color: #5f5748;
  font-size: 12px;
}

body.cczy-page-calculator .limit-info p {
  margin: 5px 0 0;
}

body.cczy-page-calculator button {
  border-radius: 0 !important;
  font-family: var(--cczy-font) !important;
}

body.cczy-page-calculator button:not(.secondary):not(.reset) {
  background: var(--cczy-green) !important;
}

@media (max-width: 1080px) {
  .cczy-desktop-nav {
    gap: 16px;
  }

  .cczy-desktop-nav a {
    font-size: 12px;
  }

  .cczy-language-link {
    display: none;
  }

  .cczy-home-hero {
    grid-template-columns: 1fr 420px;
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .cczy-header-bar {
    min-height: 70px;
  }

  .cczy-desktop-nav,
  .cczy-header-actions {
    display: none;
  }

  .cczy-mobile-menu {
    display: block;
  }

  .cczy-mobile-menu nav {
    top: 70px;
  }

  .cczy-home-hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 62px 0 68px;
  }

  .cczy-home-hero__copy {
    max-width: 700px;
  }

  .cczy-family-grid,
  body.cczy-page-series .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cczy-page-calculator .field-grid,
  body.cczy-page-calculator .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cczy-family-card:last-child {
    grid-column: span 2;
    max-width: calc(50% - 12px);
  }

  .cczy-engineering {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .cczy-calculator-callout,
  .cczy-contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .cczy-footer-grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .cczy-footer-contact {
    grid-column: 2;
  }

  body.cczy-page-series .intro-grid {
    grid-template-columns: 1fr;
  }

  body.cczy-page-series .intro-grid > * {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid var(--cczy-line);
  }

  body.cczy-page-series .intro-grid > * + * {
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .cczy-header-bar,
  .cczy-home-hero,
  .cczy-home-section,
  body.cczy-page-series .page-shell,
  body.cczy-page-content > main,
  body.cczy-page-catalog > main,
  body.cczy-page-product-center > main,
  body.cczy-page-product-detail > main,
  body.cczy-page-calculator > main {
    width: min(calc(100% - 32px), var(--cczy-width));
  }

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

  .cczy-brand-copy strong {
    font-size: 13px;
  }

  .cczy-brand-copy small {
    font-size: 8px;
  }

  .cczy-home h1 {
    font-size: 39px !important;
  }

  .cczy-home h2 {
    font-size: 30px !important;
  }

  .cczy-home-lead {
    font-size: 16px;
  }

  .cczy-facts {
    grid-template-columns: 1fr;
  }

  .cczy-facts div {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding-top: 14px;
  }

  .cczy-family-grid,
  body.cczy-page-series .product-grid {
    grid-template-columns: 1fr;
  }

  .cczy-family-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .cczy-home-section {
    padding: 74px 0;
  }

  .cczy-calculator-callout {
    width: 100%;
    padding: 64px 16px;
  }

  .cczy-contact-band__details {
    min-width: 0;
    width: 100%;
  }

  .cczy-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cczy-footer-contact {
    grid-column: auto;
  }

  .cczy-footer-bottom {
    flex-direction: column;
  }

  body.cczy-page-product-detail > main,
  body.cczy-page-product-detail .site-main,
  body.cczy-page-calculator > main {
    padding: 26px 18px 42px !important;
  }

  body.cczy-page-series .series-hero {
    padding-top: 36px;
  }

  body.cczy-page-series .product-card__image-wrap {
    height: 220px;
  }

  body.cczy-page-calculator .tool-nav {
    width: min(calc(100% - 32px), var(--cczy-width));
  }

  body.cczy-page-calculator .tool-card {
    padding: 24px 18px 26px;
  }

  body.cczy-page-calculator .field-grid,
  body.cczy-page-calculator .result-grid,
  body.cczy-page-calculator #fov .field-grid,
  body.cczy-page-calculator #fov .result-grid,
  body.cczy-page-calculator .result-grid.single {
    grid-template-columns: 1fr;
  }

  body.cczy-page-calculator .result-grid.single > label {
    grid-column: auto;
  }

  body.cczy-page-calculator .card-heading {
    grid-template-columns: 38px 1fr;
    gap: 12px;
  }

  body.cczy-page-calculator .card-heading > span {
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cczy-en-site *,
  .cczy-en-site *::before,
  .cczy-en-site *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
