:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #fafafa;
  --surface-3: #f5f5f5;
  --text: #142319;
  --muted: #5f6368;
  --line: #e6e6e6;
  --primary: #01dd01;
  --primary-2: #00b800;
  --accent: #01dd01;
  --accent-2: #00b800;
  --danger: #b93838;
  --shadow: 0 18px 50px rgba(10, 24, 14, 0.11);
  --shadow-soft: 0 10px 25px rgba(10, 24, 14, 0.06);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1320px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background: var(--bg);
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 60;
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.6rem 0.8rem;
  border-radius: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(8, 8, 8, 0.96);
  border-bottom: 1px solid rgba(1, 221, 1, 0.18);
}

.nav {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  position: relative;
}

.brand::before {
  content: "";
  display: block;
  width: 240px;
  height: 50px;
  background: url("img/Logo-Protect-Etanche-White.png") no-repeat left center / contain;
}

.brand-mark {
  display: none;
}

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

.brand-text strong {
  font-family: "Syne", sans-serif;
  font-size: 1rem;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.main-nav a {
  text-decoration: none;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  transition: 140ms ease;
}

.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(1, 221, 1, 0.13);
  box-shadow: inset 0 0 0 1px rgba(1, 221, 1, 0.18);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(1, 221, 1, 0.24);
  background: rgba(255, 255, 255, 0.04);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 10px;
  background: #fff;
}

.page-hero {
  padding: 2.2rem 0 1.2rem;
}

.arrival-banner {
  padding: 1rem 0 0.25rem;
}

.arrival-banner-box {
  border: 1px solid rgba(1, 221, 1, 0.18);
  background:
    linear-gradient(180deg, rgba(1,221,1,0.07), rgba(1,221,1,0.02)),
    #fff;
  border-radius: 22px;
  padding: 1.2rem 1.2rem 1.1rem;
  box-shadow: var(--shadow-soft);
}

.arrival-banner-box h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.7rem);
  line-height: 0.98;
}

.arrival-banner-box p:not(.eyebrow) {
  margin: 0.75rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.arrival-banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.95rem;
}

.arrival-banner-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 38px;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(1, 221, 1, 0.14);
  background: rgba(1, 221, 1, 0.02);
  color: #28362d;
  font-weight: 600;
  font-size: 0.82rem;
}

.home-hero-xl {
  padding: 1rem 0 0.4rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.45rem;
  align-items: center;
  padding: 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(1, 221, 1, 0.14);
  background:
    radial-gradient(circle at 12% 8%, rgba(1,221,1,0.06), transparent 35%),
    #fff;
  box-shadow: var(--shadow-soft);
}

.hero-lead h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 3.8vw, 3.75rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  max-width: 12ch;
}

.hero-lead h1 span {
  color: var(--primary);
}

.hero-lead .hero-copy {
  font-size: 1.08rem;
  max-width: 56ch;
}

.hero-right {
  position: relative;
  min-height: 430px;
}

.hero-photo-main,
.hero-photo-secondary {
  position: absolute;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: #f3f3f3;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.hero-photo-main {
  inset: 0 0 4.2rem 0;
}

.hero-photo-main img,
.hero-photo-secondary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-photo-main::after,
.hero-photo-secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.28));
}

.hero-photo-label {
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0.9rem;
  z-index: 1;
  color: #fff;
}

.hero-photo-label strong {
  display: block;
  font-size: 1rem;
}

.hero-photo-label span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  line-height: 1.3;
}

.hero-proof {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.8rem;
  z-index: 2;
  max-width: 430px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.8rem 0.9rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.09);
}

.hero-proof-stars {
  color: #01dd01;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  margin-bottom: 0.22rem;
}

.hero-proof p {
  margin: 0;
  line-height: 1.3;
  color: #1c231f;
}

.hero {
  position: relative;
  overflow: clip;
  padding: 2.4rem 0 1.4rem;
}

.hero-grid,
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.15rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.page-hero-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.eyebrow {
  margin: 0 0 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--primary);
  font-size: 0.78rem;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  line-height: 0.95;
}

.hero h1 {
  font-size: clamp(2rem, 4vw, 3.65rem);
}

.page-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.9rem);
}

.hero-copy,
.page-hero-copy {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.hero-actions .btn {
  min-width: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 12px;
  padding: 0.82rem 1rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
  transition: 140ms ease;
}

.btn-primary {
  color: #062006;
  background: linear-gradient(180deg, #45f545, var(--primary));
  box-shadow: 0 10px 20px rgba(1, 221, 1, 0.22);
}

.btn-primary:hover {
  background: linear-gradient(180deg, #2ef02e, var(--primary-2));
  transform: translateY(-1px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
}

.btn-secondary:hover {
  background: #fff;
}

.btn-ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.hero-panel,
.hero-card,
.info-card,
.kpi-card,
.value-card,
.solution-card,
.project-card,
.news-card,
.contact-card,
.panel {
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.hero-card {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(1,221,1,0.05), rgba(255,255,255,0.95));
  box-shadow: var(--shadow);
}

.pill-list {
  display: grid;
  gap: 0.55rem;
}

.pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(1,221,1,0.035), #fff);
  padding: 0.65rem 0.8rem;
  font-weight: 700;
  color: #213126;
}

.stat-grid {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.stat-grid article {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem;
  min-height: 100px;
}

.stat-grid strong {
  display: block;
  font-size: 0.96rem;
}

.stat-grid span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.hero-orb {
  display: none;
  position: absolute;
  inset: auto auto -7rem 68%;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, rgba(217, 241, 111, 0.78), rgba(217, 241, 111, 0.12) 58%, transparent 70%),
    radial-gradient(circle at 70% 70%, rgba(31, 122, 69, 0.35), transparent 60%);
  filter: blur(11px);
  pointer-events: none;
}

.hero-side {
  display: grid;
  gap: 0.8rem;
}

.hero-panel {
  padding: 1rem;
}

.hero-panel h2,
.hero-panel h3 {
  margin: 0;
  font-size: 1.05rem;
}

.hero-panel p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.media-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-media-card {
  margin-bottom: 0.8rem;
}

.hero-media-card img {
  aspect-ratio: 16 / 8;
}

.media-caption {
  padding: 0.7rem 0.85rem;
  font-size: 0.86rem;
  color: var(--muted);
  background: #fff;
  border-top: 1px solid var(--line);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1.1rem;
}

.photo-tile {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  background: #fff;
}

.photo-tile img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.photo-tile span {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  z-index: 1;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.95);
  color: #223027;
  font-size: 0.76rem;
  font-weight: 800;
}

.photo-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02), rgba(0,0,0,0.12));
  pointer-events: none;
}

.wide-media {
  margin-top: 1rem;
}

.wide-media img {
  width: 100%;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  display: block;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
}

.breadcrumb a {
  text-decoration: none;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.95rem;
}

.badge {
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.42rem 0.62rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #31443a;
}

.section {
  padding: 3.6rem 0;
}

.section.alt {
  background: #ffffff;
  border-top: 1px solid rgba(230, 230, 230, 0.9);
  border-bottom: 1px solid rgba(230, 230, 230, 0.9);
}

.section-head h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.45rem);
  line-height: 1.05;
}

.section-head p:last-child,
.section-head > p {
  color: var(--muted);
  line-height: 1.65;
}

.trust-strip {
  padding: 0.6rem 0 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.trust-grid > div {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.trust-grid > div:nth-child(2) {
  background: linear-gradient(180deg, rgba(1,221,1,0.045), #fff);
  border-color: rgba(1, 221, 1, 0.14);
}

.trust-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.79rem;
  margin-bottom: 0.2rem;
}

.trust-grid strong {
  line-height: 1.3;
  font-size: 0.96rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1rem;
}

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

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

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.value-card,
.solution-card,
.kpi-card,
.info-card,
.panel,
.news-card {
  padding: 1rem;
}

.value-card:nth-child(2),
.solution-card:nth-child(1),
.info-card:nth-child(odd),
.kpi-card:nth-child(even),
.news-card:nth-child(2n) {
  background: linear-gradient(180deg, rgba(1,221,1,0.04), #fff);
  border-color: rgba(1, 221, 1, 0.14);
}

.value-card h3,
.solution-card h3,
.news-card h3,
.panel h3,
.info-card h3 {
  margin: 0;
  font-size: 1.03rem;
}

.value-card p,
.solution-card p,
.news-card p,
.panel p,
.info-card p {
  margin: 0.6rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.kpi-card strong {
  display: block;
  font-family: "Syne", sans-serif;
  font-size: 1.35rem;
}

.kpi-card span {
  display: block;
  color: var(--muted);
  margin-top: 0.3rem;
  line-height: 1.35;
}

.icon-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 6px rgba(31, 122, 69, 0.13);
}

.feature-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.feature-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.feature-item h3 {
  margin: 0;
  font-size: 0.98rem;
}

.feature-item p {
  margin: 0.2rem 0 0;
  color: var(--muted);
  line-height: 1.45;
}

.solution-card ul,
.panel ul,
.content-list {
  margin: 0.65rem 0 0;
  padding-left: 1.05rem;
}

.solution-card li,
.panel li,
.content-list li {
  margin: 0.35rem 0;
  line-height: 1.45;
  color: #32433a;
}

.timeline {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.95rem;
}

.timeline-step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  background: var(--accent);
  color: #0a150d;
}

.timeline-item h3 {
  margin: 0;
  font-size: 0.98rem;
}

.timeline-item p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.project-card {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.project-media {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(140deg, rgba(31,122,69,0.78), rgba(17,91,49,0.9)),
    radial-gradient(circle at 20% 25%, rgba(217,241,111,0.8), transparent 40%);
  position: relative;
}

.project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.project-media::before,
.gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.14)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.07) 0 1px, transparent 1px 56px);
  opacity: 0.7;
}

.project-chip {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(6, 16, 10, 0.35);
  border: 1px solid rgba(255,255,255,0.14);
}

.project-body {
  padding: 0.95rem;
}

.project-body h3 {
  margin: 0;
  font-size: 1rem;
}

.project-body p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.project-meta {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.project-meta span {
  font-size: 0.78rem;
  color: #33443a;
  background: var(--surface-3);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.3rem 0.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.gallery-tile {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  text-align: left;
  padding: 0;
}

.gallery-image {
  aspect-ratio: 4 / 3;
  position: relative;
  background:
    linear-gradient(155deg, #2a8a50, #104d2c 60%, #0b2a18),
    radial-gradient(circle at 15% 20%, rgba(217,241,111,0.9), transparent 42%);
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.gallery-image.alt-1 {
  background:
    linear-gradient(155deg, #3e6d57, #183729 60%, #11251d),
    radial-gradient(circle at 80% 25%, rgba(217,241,111,0.72), transparent 45%);
}

.gallery-image.alt-2 {
  background:
    linear-gradient(155deg, #5080a1, #26475f 60%, #152a38),
    radial-gradient(circle at 25% 80%, rgba(217,241,111,0.7), transparent 45%);
}

.gallery-caption {
  padding: 0.8rem 0.9rem;
}

.gallery-caption strong {
  display: block;
  font-size: 0.95rem;
}

.gallery-caption span {
  display: block;
  color: var(--muted);
  margin-top: 0.3rem;
  font-size: 0.85rem;
  line-height: 1.35;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.8rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.86);
  color: #304139;
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  font-weight: 700;
  cursor: pointer;
}

.filter-btn.is-active {
  background: rgba(1, 221, 1, 0.12);
  color: #0d2a0d;
  border-color: rgba(1, 221, 1, 0.28);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.6rem;
}

.news-meta span {
  font-size: 0.76rem;
  color: #33443a;
  border-radius: 999px;
  padding: 0.3rem 0.5rem;
  background: var(--surface-3);
  border: 1px solid var(--line);
}

.news-card[data-hidden="true"] {
  display: none;
}

.news-card h3 a {
  text-decoration: none;
}

.news-card .readmore {
  margin-top: 0.75rem;
  display: inline-flex;
  text-decoration: none;
  font-weight: 800;
  color: var(--primary-2);
}

.article-panel {
  margin-top: 1.2rem;
}

.article-item {
  scroll-margin-top: 100px;
}

.article-item + .article-item {
  margin-top: 1rem;
}

.article-item h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.2rem;
}

.article-item time {
  display: inline-block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.article-item p,
.article-item li {
  color: var(--muted);
  line-height: 1.55;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: start;
}

.contact-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
}

.contact-panel h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.05;
}

.contact-panel p {
  color: var(--muted);
  line-height: 1.55;
}

.contact-list {
  border-top: 1px solid var(--line);
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.contact-list p {
  margin: 0;
}

.contact-list a {
  text-decoration: none;
  color: var(--primary-2);
  font-weight: 700;
}

.map-card {
  margin-top: 0.9rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: #fff;
}

.map-placeholder {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.08)),
    radial-gradient(circle at 25% 35%, rgba(217,241,111,0.75), transparent 28%),
    radial-gradient(circle at 65% 65%, rgba(31,122,69,0.3), transparent 35%),
    linear-gradient(135deg, #dfece2, #cfe0d4);
  position: relative;
}

.map-frame {
  width: 100%;
  aspect-ratio: 16 / 10;
  border: 0;
  display: block;
  background: #f3f3f3;
}

.map-placeholder::before,
.map-placeholder::after {
  content: "";
  position: absolute;
  background: rgba(20, 35, 25, 0.08);
}

.map-placeholder::before {
  inset: 0;
  background:
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(20,35,25,0.06) 42px 44px),
    repeating-linear-gradient(0deg, transparent 0 42px, rgba(20,35,25,0.05) 42px 44px);
}

.map-pin {
  position: absolute;
  left: 62%;
  top: 42%;
  transform: translate(-50%, -100%);
  width: 18px;
  height: 18px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(31, 122, 69, 0.16);
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 85%;
  transform: translateX(-50%);
  width: 8px;
  height: 14px;
  background: var(--primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.map-caption {
  padding: 0.8rem 0.9rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.map-caption a {
  color: var(--primary-2);
  text-decoration: none;
  font-weight: 700;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.55rem;
}

.contact-card h3 {
  margin: 0;
}

.form-note {
  margin: 0 0 0.2rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  font: inherit;
  color: var(--text);
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fbfdfb;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: 2px solid rgba(31, 122, 69, 0.2);
  border-color: rgba(31, 122, 69, 0.35);
}

.field-help {
  color: var(--muted);
  font-size: 0.8rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin-top: 0.2rem;
}

.form-status {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.form-status.error {
  color: var(--danger);
}

.cta-band {
  border-top: 1px solid rgba(230, 230, 230, 0.9);
  border-bottom: 1px solid rgba(230, 230, 230, 0.9);
  background: #ffffff;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0;
}

.cta-band h2 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.3rem;
}

.cta-band p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 1.4rem 0 2rem;
  background: #070707;
  border-top: 1px solid rgba(1, 221, 1, 0.14);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  align-items: start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.footer-brand p {
  margin: 0.4rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.45;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.footer-links a {
  display: inline-flex;
  text-decoration: none;
  color: #8eff8e;
  font-weight: 700;
}

.footer-note {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 360ms ease, transform 360ms ease;
}

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

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.lightbox.is-open {
  display: flex;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 12, 8, 0.72);
  backdrop-filter: blur(5px);
}

.lightbox-dialog {
  position: relative;
  width: min(860px, 100%);
  background: #fff;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.lightbox-media {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(160deg, #2a8a50, #124e2d 55%, #0a2617),
    radial-gradient(circle at 20% 20%, rgba(217,241,111,0.8), transparent 40%);
  position: relative;
  overflow: hidden;
}

.lightbox-media.alt-1 {
  background:
    linear-gradient(160deg, #4f7891, #20425a 55%, #102532),
    radial-gradient(circle at 75% 30%, rgba(217,241,111,0.65), transparent 43%);
}

.lightbox-media.alt-2 {
  background:
    linear-gradient(160deg, #50685a, #203529 55%, #111e17),
    radial-gradient(circle at 25% 75%, rgba(217,241,111,0.75), transparent 40%);
}

.lightbox-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,0.07) 0 1px, transparent 1px 62px),
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(0,0,0,0.12));
}

.lightbox-media.has-image::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.18));
}

.lightbox-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.lightbox-content {
  padding: 1rem;
}

.lightbox-content h3 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 1.25rem;
}

.lightbox-content p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.lightbox-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(10, 18, 12, 0.35);
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 1;
}

.sep {
  height: 1px;
  background: var(--line);
  margin: 0.8rem 0;
}

.muted {
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 1fr;
    padding: 1rem;
  }

  .hero-lead h1 {
    max-width: 100%;
  }

  .hero-right {
    min-height: 390px;
  }

  .hero-photo-main {
    inset: 0 0 5rem 0;
  }

  .hero-proof {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.8rem;
    max-width: none;
  }

  .hero-grid,
  .page-hero-grid,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .grid-3,
  .gallery-grid,
  .photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero h1 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .home-hero-xl {
    padding-top: 0.7rem;
  }

  .hero-shell {
    border-radius: 16px;
    padding: 0.9rem;
  }

  .hero-right {
    min-height: auto;
    display: grid;
    gap: 0.7rem;
  }

  .hero-photo-main,
  .hero-photo-secondary,
  .hero-proof {
    position: relative;
    inset: auto;
    right: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }

  .hero-photo-main,
  .hero-photo-secondary {
    min-height: 220px;
  }

  .hero-lead h1 {
    max-width: none;
  }

  .hero-proof {
    box-shadow: var(--shadow-soft);
  }

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

  .main-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.4rem);
    left: 0;
    right: 0;
    background: rgba(10,10,10,0.98);
    border: 1px solid rgba(1, 221, 1, 0.18);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(10, 24, 14, 0.12);
    padding: 0.5rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.15rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 0.75rem;
  }

  .brand::before {
    width: 180px;
    height: 38px;
  }

  .arrival-banner-box {
    padding: 1rem;
    border-radius: 16px;
  }

  .trust-grid,
  .grid-4,
  .grid-3,
  .grid-2,
  .gallery-grid,
  .photo-grid,
  .stat-grid,
  .form-row,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .hero,
  .page-hero {
    padding-top: 1.6rem;
  }

  .section {
    padding: 2.8rem 0;
  }

  .cta-band-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .filters {
    gap: 0.45rem;
  }
}

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

  * {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
