/*
Theme Name: CCW 2026
Theme URI: https://curatatoriebragadiru.ro/
Author: Crystal Clear Wash
Description: Temă personalizată, rapidă și accesibilă pentru Crystal Clear Wash. Fără page builder și fără dependențe externe.
Version: 1.0.5
Update URI: https://curatatoriebragadiru.ro/themes/ccw-2026
Requires at least: 6.7
Tested up to: 7.1
Requires PHP: 8.1
Text Domain: ccw-2026
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --ccw-navy: #082449;
  --ccw-navy-2: #0b315f;
  --ccw-blue: #0875b4;
  --ccw-cyan: #18bff2;
  --ccw-aqua: #e9f8fd;
  --ccw-ink: #11243c;
  --ccw-muted: #5d6b7d;
  --ccw-line: #dce7ef;
  --ccw-surface: #ffffff;
  --ccw-soft: #f4f8fb;
  --ccw-success: #08795b;
  --ccw-radius-sm: 0.75rem;
  --ccw-radius: 1.25rem;
  --ccw-radius-lg: 2rem;
  --ccw-shadow: 0 1.1rem 3rem rgba(8, 36, 73, 0.1);
  --ccw-container: 75rem;
  --ccw-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  padding-bottom: var(--ccw-cookie-bar-height, 0px);
  background: var(--ccw-surface);
  color: var(--ccw-ink);
  font-family: var(--ccw-font);
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
[type="button"],
[type="submit"] {
  cursor: pointer;
}

a {
  color: var(--ccw-blue);
  text-decoration-thickness: 0.09em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--ccw-navy);
}

:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.15rem;
  box-shadow: 0 0 0 0.38rem var(--ccw-navy);
}

h1,
h2,
h3,
h4 {
  margin-block: 0 0.65em;
  color: var(--ccw-navy);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 6vw, 5.3rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
}

p {
  margin-block: 0 1.2em;
}

.container {
  width: min(calc(100% - 2rem), var(--ccw-container));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 2rem), 50rem);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 0.75rem;
  left: 0.75rem;
  transform: translateY(-180%);
  border-radius: 0.5rem;
  background: #fff;
  color: var(--ccw-navy);
  padding: 0.75rem 1rem;
  box-shadow: var(--ccw-shadow);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.screen-reader-text:focus {
  z-index: 100000;
  top: 0.5rem;
  left: 0.5rem;
  clip: auto !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.75rem 1rem;
  background: #fff;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(8, 36, 73, 0.08);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0.15rem 0.8rem rgba(8, 36, 73, 0.04);
  backdrop-filter: blur(0.8rem);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: grid;
  width: min(calc(100% - 2rem), 90rem);
  min-height: 3.5rem;
  align-items: center;
  gap: clamp(1.25rem, 2.6vw, 2.75rem);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.site-brand {
  display: flex;
  flex: 0 0 auto;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
  color: #0870c5;
  font-size: clamp(1.08rem, 1.7vw, 1.38rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-decoration: none;
  justify-self: start;
}

.site-brand:hover {
  color: #0757a4;
}

.site-brand__mark {
  width: 2.5rem;
  height: 2.8rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 0.25rem 0.28rem rgba(7, 83, 165, 0.18));
}

.site-brand__name {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

.site-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: clamp(1.3rem, 2.45vw, 2.7rem);
  list-style: none;
}

.site-nav a {
  color: #0b2548;
  font-size: 0.84rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a,
.site-nav a:hover {
  color: var(--ccw-blue);
}

.site-nav .sub-menu {
  position: absolute;
  display: none;
  min-width: 14rem;
  margin-top: 0.5rem;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius-sm);
  background: #fff;
  padding: 0.75rem;
  box-shadow: var(--ccw-shadow);
}

.site-nav li {
  position: relative;
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: grid;
}

.site-header__actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 1.35rem;
  justify-self: end;
}

.site-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  color: #0b2548;
  font-size: 0.78rem;
  font-weight: 750;
  white-space: nowrap;
  text-decoration: none;
}

.site-header__phone:hover {
  color: var(--ccw-blue);
}

.site-header__phone svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: #0879ca;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.site-header__cta.button {
  min-height: 2.55rem;
  border-radius: 0.65rem;
  padding: 0.6rem 1.15rem;
  background: linear-gradient(135deg, #078bd8, #0874c7);
  box-shadow: 0 0.55rem 1.25rem rgba(8, 117, 180, 0.2);
  font-size: 0.83rem;
}

.site-header__cta.button:hover {
  background: #0864ad;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 0;
  border-radius: 999px;
  background: var(--ccw-blue);
  color: #fff;
  padding: 0.75rem 1.35rem;
  box-shadow: 0 0.7rem 1.5rem rgba(8, 127, 196, 0.22);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  transform: translateY(-2px);
  background: var(--ccw-navy-2);
  color: #fff;
  box-shadow: 0 0.9rem 1.8rem rgba(8, 36, 73, 0.25);
}

.button--light {
  background: #fff;
  color: var(--ccw-navy);
  box-shadow: none;
}

.button--light:hover {
  background: var(--ccw-aqua);
  color: var(--ccw-navy);
}

.button--outline {
  border: 1px solid rgba(8, 36, 73, 0.2);
  background: transparent;
  color: var(--ccw-navy);
  box-shadow: none;
}

.button--outline:hover {
  border-color: var(--ccw-blue);
  background: var(--ccw-aqua);
  color: var(--ccw-navy);
}

.button svg,
.mobile-actions svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ccw-line);
  border-radius: 50%;
  background: #fff;
  color: var(--ccw-navy);
}

.menu-toggle__bars,
.menu-toggle__bars::before,
.menu-toggle__bars::after {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle__bars {
  position: relative;
}

.menu-toggle__bars::before {
  position: absolute;
  top: -0.4rem;
}

.menu-toggle__bars::after {
  position: absolute;
  top: 0.4rem;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bars::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 18%, rgba(24, 191, 242, 0.2), transparent 28rem),
    linear-gradient(145deg, #f5fbfe 0%, #fff 55%, #eef8fc 100%);
  padding-block: clamp(4.5rem, 9vw, 8rem);
}

.hero::before,
.hero::after {
  position: absolute;
  border: 1px solid rgba(8, 127, 196, 0.12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::before {
  right: -12rem;
  bottom: -18rem;
  width: 38rem;
  height: 38rem;
}

.hero::after {
  right: -4rem;
  bottom: -10rem;
  width: 22rem;
  height: 22rem;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.95fr);
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
  gap: 0.55rem;
  color: var(--ccw-blue);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2rem;
  height: 2px;
  background: currentColor;
  content: "";
}

.hero h1 {
  max-width: 13ch;
  margin-bottom: 1.3rem;
}

.hero__lead {
  max-width: 42rem;
  color: var(--ccw-muted);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.hero__actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero__facts {
  display: flex;
  margin: 2.3rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  color: var(--ccw-muted);
  list-style: none;
}

.hero__facts li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero__facts li::before {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--ccw-cyan);
  box-shadow: 0 0 0 0.25rem rgba(24, 191, 242, 0.14);
  content: "";
}

.hero__visual {
  position: relative;
  min-height: 31rem;
  overflow: hidden;
  border: 0.55rem solid rgba(255, 255, 255, 0.85);
  border-radius: var(--ccw-radius-lg);
  background:
    linear-gradient(145deg, rgba(8, 36, 73, 0.05), rgba(24, 191, 242, 0.15)),
    var(--ccw-aqua);
  box-shadow: var(--ccw-shadow);
}

.hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 31rem;
  object-fit: cover;
}

.hero__visual--empty {
  display: grid;
  place-items: center;
}

.hero__symbol {
  position: relative;
  width: min(70%, 18rem);
  aspect-ratio: 1;
  border: 1px solid rgba(8, 127, 196, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.56);
}

.hero__symbol::before,
.hero__symbol::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.hero__symbol::before {
  inset: 20%;
  background: linear-gradient(145deg, var(--ccw-cyan), var(--ccw-blue));
  box-shadow: 0 1rem 3rem rgba(8, 127, 196, 0.25);
}

.hero__symbol::after {
  top: 16%;
  left: 29%;
  width: 18%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.7);
}

.hero__badge {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  max-width: 14rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  background: rgba(8, 36, 73, 0.92);
  color: #fff;
  padding: 1rem 1.1rem;
  box-shadow: 0 1rem 2rem rgba(8, 36, 73, 0.22);
  font-size: 0.94rem;
  font-weight: 750;
  line-height: 1.4;
}

.section {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.section--soft {
  background: var(--ccw-soft);
}

.section--navy {
  background: var(--ccw-navy);
  color: #dceafb;
}

.section--navy h2,
.section--navy h3 {
  color: #fff;
}

.section-heading {
  display: flex;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.section-heading > div:first-child {
  max-width: 48rem;
}

.section-heading p {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--ccw-muted);
  font-size: 1.08rem;
}

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

.service-card {
  position: relative;
  min-height: 14.5rem;
  overflow: hidden;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0.5rem 1.4rem rgba(8, 36, 73, 0.04);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.service-card:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(8, 127, 196, 0.45);
  box-shadow: var(--ccw-shadow);
}

.service-card__number {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 2rem;
  place-items: center;
  border-radius: 0.85rem;
  background: var(--ccw-aqua);
  color: var(--ccw-blue);
  font-size: 0.78rem;
  font-weight: 900;
}

.service-card h3 {
  margin: 0;
  font-size: 1.17rem;
}

.service-card a {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.process-grid {
  position: relative;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section--navy .eyebrow {
  color: var(--ccw-cyan);
}

.process-step {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--ccw-radius);
  background: rgba(255, 255, 255, 0.055);
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.process-step__number {
  display: inline-grid;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1.7rem;
  place-items: center;
  border-radius: 50%;
  background: var(--ccw-cyan);
  color: var(--ccw-navy);
  font-weight: 950;
}

.process-step p {
  margin-bottom: 0;
  color: #bcd0e7;
}

.comparison {
  position: relative;
  overflow: hidden;
  border-radius: var(--ccw-radius-lg);
  background: #e7edf1;
  box-shadow: var(--ccw-shadow);
  aspect-ratio: 16 / 9;
  touch-action: pan-y;
  user-select: none;
  --comparison-position: 50%;
}

.comparisons-grid {
  display: grid;
  gap: 1.5rem;
}

.comparisons-grid--1 {
  width: 100%;
  max-width: 60rem;
  margin-inline: auto;
}

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

.comparison-card h3 {
  margin-bottom: 1rem;
}

.comparison-disclaimer {
  margin: 0.8rem 0 0;
  border-left: 0.25rem solid var(--ccw-navy);
  color: var(--ccw-navy);
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.comparisons-grid--3 .comparison-card:first-child {
  grid-column: 1 / -1;
}

.comparisons-grid--3 .comparison-card:first-child .comparison {
  aspect-ratio: 16 / 8;
}

.comparison__image,
.comparison__before {
  position: absolute;
  inset: 0;
}

.comparison__image img,
.comparison__before img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison__before {
  overflow: hidden;
  clip-path: inset(0 calc(100% - var(--comparison-position)) 0 0);
}

.comparison__line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--comparison-position);
  width: 3px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(8, 36, 73, 0.08);
  pointer-events: none;
}

.comparison__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 0.3rem solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--ccw-blue);
  color: #fff;
  box-shadow: 0 0.5rem 1.4rem rgba(8, 36, 73, 0.25);
  font-weight: 900;
  letter-spacing: 0.1em;
}

.comparison__range {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.comparison:has(.comparison__range:focus-visible) {
  outline: 0.2rem solid #fff;
  outline-offset: 0.15rem;
  box-shadow: var(--ccw-shadow), 0 0 0 0.38rem var(--ccw-navy);
}

.comparison__label {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  border-radius: 999px;
  background: rgba(8, 36, 73, 0.82);
  color: #fff;
  padding: 0.4rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.comparison__label--before {
  left: 1rem;
}

.comparison__label--after {
  right: 1rem;
}

.price-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  gap: 2rem;
  border-radius: var(--ccw-radius-lg);
  background: linear-gradient(135deg, var(--ccw-blue), #075d9f);
  color: #e7f7ff;
  padding: clamp(2rem, 6vw, 4.5rem);
  grid-template-columns: 1fr auto;
  box-shadow: var(--ccw-shadow);
}

.price-panel::after {
  position: absolute;
  top: -8rem;
  right: -7rem;
  width: 20rem;
  height: 20rem;
  border: 3rem solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.price-panel h2 {
  color: #fff;
}

.price-panel p {
  max-width: 44rem;
  margin-bottom: 0;
}

.price-panel .button {
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-card {
  min-width: 0;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  box-shadow: 0 0.6rem 2rem rgba(8, 36, 73, 0.06);
}

.contact-form-panel {
  min-width: 0;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: var(--ccw-soft);
  padding: clamp(1.5rem, 4vw, 2.25rem);
}

.contact-form-panel h2,
.contact-card h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.contact-form-fallback p {
  color: var(--ccw-muted);
}

.contact-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  padding-block: 1rem;
  border-bottom: 1px solid var(--ccw-line);
  gap: 0.2rem;
}

.contact-list a,
.contact-list span {
  overflow-wrap: anywhere;
}

.contact-list li:last-child {
  border-bottom: 0;
}

.contact-list strong {
  color: var(--ccw-muted);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list a,
.contact-list span {
  color: var(--ccw-navy);
  font-size: 1.05rem;
  font-weight: 750;
  text-decoration: none;
}

.site-main--inner {
  min-height: 50vh;
  padding-block: clamp(2.25rem, 5vw, 4.5rem);
}

.page-header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.page-header h1,
.entry-header h1,
.woocommerce .woocommerce-products-header__title,
.woocommerce div.product .product_title {
  max-width: 24ch;
  font-size: clamp(2.15rem, 4.2vw, 3.75rem);
  line-height: 1.06;
  overflow-wrap: anywhere;
}

.entry-content {
  overflow-wrap: break-word;
}

.entry-content h1,
.woocommerce h1:not(.woocommerce-products-header__title):not(.product_title) {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.entry-content h2,
.woocommerce h2 {
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.entry-content h3,
.woocommerce h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
}

.service-page__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(145deg, var(--ccw-aqua), #fff);
  padding-block: clamp(2.25rem, 4.25vw, 3.75rem);
}

.service-page__header h1 {
  max-width: 22ch;
  margin-bottom: 0.35em;
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.service-page__header .hero__lead {
  margin-bottom: 0;
}

.service-page__image {
  margin-bottom: 2.5rem;
}

.service-page__image img {
  width: 100%;
  max-height: 38rem;
  border-radius: var(--ccw-radius-lg);
  object-fit: cover;
}

.service-page__cta {
  margin: clamp(2.5rem, 5vw, 4rem) auto;
  border-radius: var(--ccw-radius);
  background: var(--ccw-soft);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.native-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(24, 191, 242, 0.16), transparent 24rem),
    linear-gradient(145deg, var(--ccw-aqua), #fff 70%);
  padding-block: clamp(2.25rem, 4.25vw, 3.75rem);
}

.native-hero h1 {
  max-width: 22ch;
  margin-bottom: 0.35em;
  font-size: clamp(2.25rem, 4.4vw, 3.75rem);
  line-height: 1.04;
  overflow-wrap: anywhere;
}

.native-hero .eyebrow {
  margin-bottom: 0.75rem;
}

.native-hero .hero__lead {
  max-width: 58ch;
  margin-bottom: 0;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.6;
}

.native-page__content {
  padding-block: clamp(2rem, 4.5vw, 4rem);
}

.native-page .section-heading h2,
.native-page .native-cta h2 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  overflow-wrap: anywhere;
}

.breadcrumbs {
  display: flex;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: var(--ccw-muted);
  font-size: 0.9rem;
}

.breadcrumbs a {
  color: inherit;
}

.info-note,
.catalog-notice {
  margin-bottom: 2rem;
  border: 1px solid #b8d6e8;
  border-left: 0.3rem solid var(--ccw-blue);
  border-radius: var(--ccw-radius-sm);
  background: var(--ccw-aqua);
  padding: 1.15rem 1.3rem;
}

.info-note p,
.catalog-notice p {
  margin: 0.25rem 0 0;
}

.prices-page__note {
  display: flex;
  max-width: 58rem;
  margin: 1.5rem 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding: 0.9rem 1rem;
}

.prices-page__note p {
  margin-top: 0.1rem;
  color: var(--ccw-muted);
}

.prices-page__note a {
  flex: 0 0 auto;
  font-weight: 800;
}

.native-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.native-service-card {
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  padding: clamp(1.35rem, 3vw, 2rem);
  box-shadow: 0 0.6rem 1.6rem rgba(8, 36, 73, 0.05);
}

.native-service-card h2 {
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.native-service-card a {
  font-weight: 800;
}

.native-process,
.order-category {
  margin-top: clamp(2.75rem, 5vw, 4.5rem);
  scroll-margin-top: 8rem;
}

.process-grid--light .process-step {
  border-color: var(--ccw-line);
  background: var(--ccw-soft);
}

.process-grid--light .process-step p {
  color: var(--ccw-muted);
}

.order-facts {
  display: grid;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.order-facts > div {
  display: grid;
  padding: 1.35rem;
  border-right: 1px solid var(--ccw-line);
  gap: 0.35rem;
}

.order-facts > div:last-child {
  border-right: 0;
}

.order-facts strong {
  color: var(--ccw-blue);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-jump {
  display: flex;
  margin-block: 2rem 3rem;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.category-jump a {
  border: 1px solid var(--ccw-line);
  border-radius: 999px;
  background: #fff;
  color: var(--ccw-navy);
  padding: 0.55rem 0.85rem;
  font-size: 0.87rem;
  font-weight: 750;
  text-decoration: none;
}

.category-jump a:hover {
  border-color: var(--ccw-blue);
  background: var(--ccw-aqua);
}

.catalog-controls {
  display: grid;
  margin-bottom: 0.8rem;
  align-items: end;
  gap: 1rem;
  grid-template-columns: minmax(15rem, 2fr) minmax(12rem, 1fr);
}

.catalog-controls label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--ccw-navy);
  font-size: 0.87rem;
  font-weight: 800;
}

.catalog-status {
  min-height: 1.5rem;
  margin-bottom: 0.65rem;
  color: var(--ccw-muted);
  font-size: 0.88rem;
}

.catalog-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
}

.catalog-table {
  width: 100%;
  min-width: 43rem;
  border-collapse: collapse;
}

.catalog-table th,
.catalog-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid var(--ccw-line);
  text-align: left;
  vertical-align: middle;
}

.catalog-table thead th {
  background: var(--ccw-soft);
  color: var(--ccw-navy);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.catalog-table tbody tr:last-child > * {
  border-bottom: 0;
}

.catalog-table tbody tr:hover {
  background: #f9fcfe;
}

.catalog-table tbody th {
  font-weight: 750;
}

.catalog-table tbody th a {
  color: var(--ccw-navy);
  text-decoration: none;
}

.catalog-table__price {
  white-space: nowrap;
  font-weight: 850;
}

.catalog-table__quantity {
  width: 5.5rem;
  white-space: nowrap;
}

.catalog-table__quantity input[type="number"] {
  width: 4.25rem;
  min-height: 2.45rem;
  padding: 0.45rem 0.55rem;
  text-align: center;
}

.catalog-table__action {
  width: 1%;
  white-space: nowrap;
}

.catalog-table__action .button {
  min-height: 2.45rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.82rem;
}

.catalog-empty {
  margin-top: 1rem;
  border-radius: var(--ccw-radius-sm);
  background: var(--ccw-soft);
  padding: 1rem;
}

.catalog-footer-actions {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.native-cta {
  display: grid;
  margin-top: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
  gap: 2rem;
  border-radius: var(--ccw-radius-lg);
  background: var(--ccw-blue);
  color: #eaf8ff;
  padding: clamp(1.7rem, 5vw, 3.5rem);
  grid-template-columns: 1fr auto;
}

.native-cta h2 {
  color: #fff;
}

.native-cta p {
  margin-bottom: 0;
}

.native-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.native-gallery figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
}

.native-gallery img {
  width: 100%;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.native-gallery figcaption {
  padding: 0.7rem 0.9rem;
  color: var(--ccw-muted);
  font-size: 0.86rem;
}

.legal-copy {
  line-height: 1.75;
}

.legal-copy > * {
  max-width: 100%;
}

.legal-copy li + li {
  margin-top: 0.75rem;
}

.entry-content > * {
  max-width: 50rem;
}

.entry-content > .alignwide {
  max-width: var(--ccw-container);
}

.entry-content > .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.entry-content img {
  border-radius: var(--ccw-radius-sm);
}

.entry-content table,
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content th,
.entry-content td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid var(--ccw-line);
  padding: 0.8rem;
  text-align: left;
}

.post-card {
  display: grid;
  margin-bottom: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  grid-template-columns: minmax(12rem, 0.35fr) 1fr;
}

.post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card__body {
  padding: 1.5rem;
}

.post-card__title {
  margin-bottom: 0.6rem;
}

.post-card__title a {
  color: inherit;
  text-decoration: none;
}

.pagination .nav-links {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pagination .page-numbers {
  display: grid;
  min-width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  border: 1px solid var(--ccw-line);
  border-radius: 50%;
  text-decoration: none;
}

.pagination .current {
  border-color: var(--ccw-blue);
  background: var(--ccw-blue);
  color: #fff;
}

.search-form {
  display: flex;
  max-width: 36rem;
  gap: 0.6rem;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
select,
textarea {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #becbd6;
  border-radius: 0.7rem;
  background: #fff;
  padding: 0.7rem 0.85rem;
}

textarea {
  min-height: 9rem;
}

.woocommerce .quantity .qty {
  min-height: 2.6rem;
}

.woocommerce span.onsale {
  background: var(--ccw-blue);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  overflow: hidden;
  border: 1px solid var(--ccw-line);
  border-radius: var(--ccw-radius);
  background: #fff;
  padding: 1rem;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--ccw-blue);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--ccw-blue);
}

/* The product-table plugin injects this fixed green summary after AJAX cart
   updates. Hiding only its presentation leaves every add-to-cart control and
   the normal WooCommerce cart flow untouched. */
.wcpt-cart-widget {
  display: none !important;
}

.site-footer {
  background: #fff;
  color: #526985;
  padding-block: 0.75rem 1.2rem;
}

.site-footer__container {
  width: min(calc(100% - 5rem), 100rem);
  margin-inline: auto;
}

.site-footer__cta-band {
  display: grid;
  min-height: 4.25rem;
  overflow: hidden;
  align-items: center;
  gap: clamp(1rem, 3vw, 3rem);
  border-radius: 0.7rem;
  background:
    radial-gradient(circle at 92% 20%, rgba(83, 244, 242, 0.62), transparent 17rem),
    linear-gradient(100deg, #07325d 0%, #075892 62%, #12aebf 100%);
  color: #fff;
  padding: 0.65rem clamp(1.25rem, 3.3vw, 3.25rem);
  grid-template-columns: minmax(17rem, 1.05fr) minmax(19rem, 1fr) auto minmax(10rem, 0.65fr);
  box-shadow: 0 0.65rem 1.7rem rgba(7, 50, 93, 0.13);
}

.site-footer__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.65rem;
}

.site-footer__drop {
  width: 2.55rem;
  height: 2.9rem;
  flex: 0 0 auto;
  filter: drop-shadow(0 0.3rem 0.4rem rgba(3, 28, 56, 0.22));
}

.site-footer__brand div {
  display: grid;
  min-width: 0;
  line-height: 1.15;
}

.site-footer__brand strong {
  color: #fff;
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.site-footer__brand span {
  margin-top: 0.12rem;
  color: #d9efff;
  font-size: 0.73rem;
  white-space: nowrap;
}

.site-footer__cta-copy {
  margin: 0;
  color: #fff;
  font-size: 0.94rem;
  line-height: 1.35;
  text-align: center;
}

.site-footer__order.button {
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #14b6fa, #078be0);
  padding: 0.65rem 1.35rem;
  box-shadow: 0 0.6rem 1.3rem rgba(0, 50, 104, 0.25);
  font-size: 0.88rem;
  white-space: nowrap;
}

.site-footer__order.button:hover {
  background: #0677c7;
}

.site-footer__place {
  justify-self: end;
  color: #bdf8ff;
  font-family: "Segoe Print", "Bradley Hand", cursive;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1;
  transform: rotate(-3deg);
  white-space: nowrap;
}

.site-footer__contact-strip {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.55rem 0.2rem 0;
  font-size: 0.69rem;
}

.site-footer__contact-items,
.site-footer__meta {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.7rem;
}

.site-footer__meta {
  justify-content: flex-end;
  font-size: 0.66rem;
}

.site-footer__contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.site-footer__contact-item svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  fill: none;
  stroke: #517499;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.site-footer__contact-strip a {
  color: #526985;
  text-decoration: none;
}

.site-footer__contact-strip a:hover {
  color: var(--ccw-blue);
  text-decoration: underline;
}

.mobile-actions {
  position: fixed;
  z-index: 1100;
  right: 0;
  bottom: var(--ccw-cookie-bar-height, 0px);
  left: 0;
  display: none;
  padding: 0.6rem max(0.7rem, env(safe-area-inset-right)) calc(0.6rem + env(safe-area-inset-bottom)) max(0.7rem, env(safe-area-inset-left));
  border-top: 1px solid rgba(8, 36, 73, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -0.5rem 1.5rem rgba(8, 36, 73, 0.08);
  backdrop-filter: blur(1rem);
  gap: 0.55rem;
}

.mobile-actions a {
  display: flex;
  min-height: 3rem;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: var(--ccw-navy);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 850;
  text-decoration: none;
}

.mobile-actions a:last-child {
  background: var(--ccw-blue);
}

@media (max-width: 78rem) {
  .site-header__phone {
    display: none;
  }

  .site-footer__cta-band {
    grid-template-columns: minmax(17rem, 1fr) minmax(18rem, 1fr) auto;
  }

  .site-footer__place {
    display: none;
  }

  .site-footer__container {
    width: min(calc(100% - 2rem), 100rem);
  }
}

@media (max-width: 68rem) {
  .site-header__cta {
    display: none;
  }

  .site-footer__cta-copy {
    display: none;
  }

  .site-footer__cta-band {
    grid-template-columns: 1fr auto;
  }

  .site-footer__contact-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }

  .site-footer__meta {
    justify-content: flex-start;
  }

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

@media (max-width: 56rem) {
  body:not(.ccw-approved-home) {
    padding-bottom: var(--ccw-cookie-bar-height, 0px);
  }

  .site-header__inner {
    display: flex;
    justify-content: space-between;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-header__actions {
    display: none;
  }

  .site-nav {
    position: fixed;
    z-index: 1001;
    top: calc(3.5rem + 1px);
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    align-items: stretch;
    background: #fff;
    padding: 1.5rem 1rem 7rem;
  }

  .admin-bar .site-nav {
    top: calc(3.5rem + 33px);
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    display: grid;
    align-items: stretch;
    gap: 0;
  }

  .site-nav li {
    border-bottom: 1px solid var(--ccw-line);
  }

  .site-nav a {
    display: block;
    padding: 1rem 0.25rem;
    font-size: 1.2rem;
  }

  .site-nav .sub-menu {
    position: static;
    display: grid;
    border: 0;
    box-shadow: none;
  }

  .hero__grid,
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__visual {
    min-height: 24rem;
  }

  .hero__visual img {
    min-height: 24rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

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

  .order-facts > div {
    border-right: 0;
    border-bottom: 1px solid var(--ccw-line);
  }

  .order-facts > div:last-child {
    border-bottom: 0;
  }

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

  .comparisons-grid--3 .comparison-card:first-child {
    grid-column: auto;
  }

  .comparisons-grid--3 .comparison-card:first-child .comparison {
    aspect-ratio: 16 / 9;
  }

  .price-panel {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 5rem;
  }

  .site-footer__cta-band {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .site-footer__cta-copy {
    display: block;
    text-align: left;
  }

  .site-footer__order.button {
    width: 100%;
  }

  .site-footer__contact-items,
  .site-footer__meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.6rem;
  }

  .mobile-actions {
    display: flex;
  }
}

@media (max-width: 48.875rem) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .site-nav {
    top: calc(3.5rem + 47px);
  }
}

@media (max-width: 38rem) {
  .site-header__inner {
    width: min(calc(100% - 1.25rem), 90rem);
  }

  .site-brand {
    gap: 0.38rem;
    font-size: 1.04rem;
  }

  .site-brand__mark {
    width: 2.15rem;
    height: 2.45rem;
  }

  .site-footer__brand span {
    white-space: normal;
  }

  .hero {
    padding-top: 3.4rem;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 13vw, 3.7rem);
  }

  .hero__actions {
    display: grid;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__visual {
    min-height: 19rem;
  }

  .hero__visual img {
    min-height: 19rem;
  }

  .services-grid,
  .native-service-grid,
  .native-gallery {
    grid-template-columns: 1fr;
  }

  .catalog-controls,
  .native-cta {
    grid-template-columns: 1fr;
  }

  .prices-page__note {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading {
    display: block;
  }

  .section-heading .button {
    margin-top: 1.2rem;
  }

  .comparison {
    aspect-ratio: 4 / 3;
  }

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

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

:is(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.15rem;
  box-shadow: 0 0 0 0.38rem var(--ccw-navy);
}

@media print {
  .site-topbar,
  .site-header,
  .site-footer,
  .mobile-actions,
  .hero__actions {
    display: none !important;
  }

  body {
    color: #000;
  }

  a {
    color: #000;
  }
}
