/*
Theme Name: Au Comptoir de l'Iris
Theme URI: https://aucomptoirdeliris.fr
Author: Neweather Agency
Author URI: https://neweather.fr
Description: Theme premium, moderne et epure pour l'opticien independant Au Comptoir de l'Iris.
Version: 1.0.0
Text Domain: au-comptoir-iris
*/

:root {
  --ink: #0b1120;
  --ink-soft: #384252;
  --forest: #1e3a5f;
  --forest-deep: #0f1c2e;
  --sage: #7a8ea3;
  --sand: #f0e6d2;
  --sand-deep: #cfaa77;
  --cream: #f7f1e8;
  --white: #fffdf8;
  --line: rgba(15, 28, 46, 0.1);
  --glass: rgba(15, 28, 46, 0.65);
  --shadow-lg: 0 28px 70px rgba(15, 28, 46, 0.16);
  --shadow-md: 0 20px 40px rgba(15, 28, 46, 0.1);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --font-serif: "Cormorant Garamond", serif;
  --font-sans: "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  line-height: 1.65;
  background:
    radial-gradient(circle at top left, rgba(207, 170, 119, 0.36), transparent 22%),
    radial-gradient(circle at 85% 10%, rgba(122, 142, 163, 0.18), transparent 28%),
    linear-gradient(180deg, #fbf7f1 0%, var(--cream) 55%, #f4ede2 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 70%);
  opacity: 0.35;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 6.5rem 0;
}

.section-light {
  background: transparent;
}

.section-navy {
  color: var(--white);
  background:
    radial-gradient(circle at top left, rgba(207, 170, 119, 0.1), transparent 24%),
    linear-gradient(135deg, #162a47 0%, #0f1c2e 50%, #080f1a 100%);
}

.section-warm {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(236, 227, 212, 0.72)),
    linear-gradient(120deg, rgba(122, 142, 163, 0.08), rgba(207, 170, 119, 0.08));
}

.section-practical {
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(207, 170, 119, 0.14), transparent 24%),
    linear-gradient(180deg, #142621 0%, #080f1a 100%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--sand-deep);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(255, 248, 238, 0.82);
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 3.5rem;
  text-align: center;
}

.section-heading-left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2,
.editorial-copy h2,
.practical-panel h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.section-heading p,
.editorial-copy p,
.practical-panel p,
.service-card p,
.review-card p,
.footer-col p,
.footer-col a,
.info-list li,
.practical-note {
  color: var(--ink-soft);
}

.section-navy .section-heading p,
.section-practical .practical-panel p,
.section-practical .info-list li,
.section-practical .practical-note,
.site-footer .footer-col p,
.site-footer .footer-col a {
  color: rgba(255, 253, 248, 0.72);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0.95rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, #f6e5c9 0%, #dcb88a 100%);
  color: var(--forest-deep);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  box-shadow: 0 16px 30px rgba(207, 170, 119, 0.24);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 40px rgba(207, 170, 119, 0.32);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.btn-header {
  min-height: 46px;
  padding-inline: 1.2rem;
  font-size: 0.78rem;
}

.menu-toggle,
.menu-backdrop {
  display: none;
}

.menu-toggle {
  align-items: center;
  gap: 0.85rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-toggle-label {
  font-size: 0.76rem;
}

.menu-toggle-bars {
  display: inline-grid;
  gap: 4px;
}

.menu-toggle-bars span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.text-link {
  color: var(--forest);
  font-weight: 800;
}

.section-practical .text-link {
  color: var(--sand-deep);
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--glass);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-md);
}

.site-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(1200px, calc(100% - 2rem));
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(15, 28, 46, 0.48);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, top 0.3s ease;
}

.custom-logo {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.site-header.is-scrolled {
  background: rgba(15, 28, 46, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 40px rgba(6, 11, 18, 0.24);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--white);
}

.site-branding .custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo-link img,
.brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 18px;
}

.brand-mark {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #f6e5c9 0%, #cfaa77 100%);
  color: var(--forest-deep);
  font-weight: 800;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-text strong {
  font-size: 0.98rem;
}

.brand-text small {
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.8rem;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.main-navigation a:not(.btn) {
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
}

.mobile-quick-actions {
  display: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: 10rem 0 4rem;
  overflow: clip;
  background: linear-gradient(180deg, #162a47 0%, #0f1c2e 55%, #080f1a 100%);
}

.hero-backdrop,
.hero-noise,
.hero-orb {
  position: absolute;
  inset: 0;
}

.hero-backdrop {
  background:
    linear-gradient(105deg, rgba(8, 15, 26, 0.78) 10%, rgba(8, 15, 26, 0.4) 45%, rgba(8, 15, 26, 0.7) 100%),
    var(--img-hero) center/cover no-repeat;
  transform-origin: center;
  filter: saturate(0.82) contrast(1.05);
}

.hero-noise {
  opacity: 0.3;
  background:
    radial-gradient(circle at 10% 20%, rgba(207, 170, 119, 0.26), transparent 16%),
    radial-gradient(circle at 80% 18%, rgba(122, 142, 163, 0.18), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 28%);
}

.hero-orb {
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.55;
}

.hero-orb-one {
  top: 6rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(207, 170, 119, 0.5), transparent 68%);
}

.hero-orb-two {
  bottom: -8rem;
  left: -10rem;
  background: radial-gradient(circle, rgba(122, 142, 163, 0.3), transparent 70%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 2rem;
  align-items: end;
}

.hero-copy {
  color: var(--white);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 1.2rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.84rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 1.2rem;
  font-size: clamp(3.4rem, 9vw, 7rem);
}

.hero-text {
  max-width: 64ch;
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  color: rgba(255, 253, 248, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.hero-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-meta-card {
  padding: 1.2rem 1.25rem;
  border-radius: 24px;
}

.hero-meta-card strong,
.editorial-stats strong {
  display: block;
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  line-height: 1;
}

.hero-meta-card span {
  display: block;
  margin-top: 0.5rem;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.92rem;
}

.hero-panel {
  position: relative;
}

.hero-panel-shell {
  padding: 1.5rem;
  border-radius: var(--radius-xl);
}

.hero-panel-top {
  margin-bottom: 1rem;
}

.hero-panel-top span {
  display: inline-flex;
  margin-bottom: 0.8rem;
  color: var(--sand-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-panel-top p {
  color: rgba(255, 253, 248, 0.8);
}

.hero-panel-grid {
  display: grid;
  gap: 1rem;
}

.hero-feature {
  padding: 1.2rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-index {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hero-feature h2 {
  margin-bottom: 0.5rem;
  color: var(--white);
  font-size: 2rem;
}

.hero-feature p {
  color: rgba(255, 253, 248, 0.72);
}

.hero-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  padding: 1.1rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 253, 248, 0.84);
  backdrop-filter: blur(12px);
}

.expertise-grid,
.collections-grid,
.proof-grid,
.practical-grid,
.footer-grid {
  display: grid;
  gap: 1.5rem;
}

.expertise-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.review-card,
.practical-panel {
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-md);
}

.service-card {
  position: relative;
  padding: 2rem;
  background: rgba(255, 253, 248, 0.72);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  transform-style: preserve-3d;
}

.service-card:hover {
  border-color: rgba(24, 46, 76, 0.18);
  box-shadow: var(--shadow-lg);
}

.service-tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(207, 170, 119, 0.34);
  color: var(--forest);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-card h3,
.review-card strong {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  color: var(--forest-deep);
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.process-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.6);
}

.process-step strong {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  font-size: 0.9rem;
  font-family: var(--font-sans);
}

.brand-marquee {
  position: relative;
  overflow: hidden;
  margin: 0 0 2rem;
  padding: 0.5rem 0;
}

.brand-marquee::before,
.brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  z-index: 1;
}

.brand-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #162a47 0%, rgba(22, 42, 71, 0) 100%);
}

.brand-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #080f1a 0%, rgba(8, 15, 26, 0) 100%);
}

.brand-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.brand-track span {
  padding: 0.8rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 253, 248, 0.78);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.collections-grid-modern {
  grid-template-columns: 1.1fr 0.9fr 1fr;
  margin-top: 0;
}

.collection-tile {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 420px;
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transform: translateY(0);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
  box-shadow: 0 28px 50px rgba(0, 0, 0, 0.18);
}

.collection-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 11, 18, 0.08) 25%, rgba(6, 11, 18, 0.82) 100%);
}

.collection-tile:hover {
  transform: translateY(-8px);
}

.tile-anne {
  background-image: var(--img-anne);
}

.tile-theo {
  background-image: var(--img-theo);
}

.tile-morel {
  background-image: var(--img-morel);
}

.tile-copy {
  position: relative;
  z-index: 1;
}

.tile-copy span {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: rgba(255, 253, 248, 0.68);
}

.tile-copy strong {
  display: block;
  max-width: 14ch;
  color: var(--white);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.editorial-grid,
.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 2rem;
  align-items: center;
}

.editorial-visual {
  position: relative;
  min-height: 620px;
  padding: 1.2rem;
  border-radius: 40px;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(247, 241, 232, 0.16), rgba(207, 170, 119, 0.08)),
    linear-gradient(135deg, #1e304f 0%, #0f1c2e 60%, #080f1a 100%);
  box-shadow: var(--shadow-lg);
}

.editorial-visual::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 55%),
    var(--img-hero) center/cover no-repeat;
  opacity: 0.72;
}

.editorial-visual-card,
.editorial-quote {
  position: relative;
  z-index: 1;
}

.editorial-visual-card {
  max-width: 300px;
  padding: 1.3rem;
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.1);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.editorial-label {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: var(--sand-deep);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
}

.editorial-quote {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  max-width: 300px;
  padding: 1.3rem;
  border-radius: 28px;
  color: var(--white);
}

.editorial-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.editorial-stats div {
  padding: 1.2rem;
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(15, 28, 46, 0.08);
  box-shadow: var(--shadow-md);
}

.editorial-stats span {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink-soft);
}

.reviews-list {
  display: grid;
  gap: 1rem;
}

.review-card {
  padding: 1.6rem;
  background: rgba(255, 253, 248, 0.76);
}

.review-card span {
  display: inline-block;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.proof-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.proof-block {
  min-height: 220px;
  border-radius: 30px;
  box-shadow: var(--shadow-md);
  background:
    linear-gradient(150deg, rgba(207, 170, 119, 0.12), transparent 50%),
    linear-gradient(135deg, #ebe2d3 0%, #d7ddcf 100%);
}

.proof-block-large {
  min-height: 280px;
  background:
    linear-gradient(160deg, rgba(24, 46, 76, 0.08), transparent 50%),
    var(--img-review-1, var(--img-anne)) center/cover no-repeat;
}

.proof-block-accent {
  background:
    radial-gradient(circle at 30% 30%, rgba(207, 170, 119, 0.55), transparent 18%),
    linear-gradient(135deg, #1e3a5f 0%, #3e5c85 100%);
}

.proof-grid .reviews-list + .reviews-list .review-card:first-child {
  background:
    linear-gradient(160deg, rgba(24, 46, 76, 0.08), transparent 50%),
    var(--img-review-2) center/cover no-repeat;
  min-height: 220px;
  color: var(--white);
}

.proof-grid .reviews-list + .reviews-list .review-card:first-child strong,
.proof-grid .reviews-list + .reviews-list .review-card:first-child p,
.proof-grid .reviews-list + .reviews-list .review-card:first-child span {
  color: var(--white);
}

.practical-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.practical-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.map-card {
  position: relative;
  min-height: 320px;
  margin: 1.5rem 0;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 28% 32%, rgba(207, 170, 119, 0.28), transparent 12%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #1c304f, #0a101c);
  background-size: auto, 36px 36px, 36px 36px, auto;
}

.map-pin {
  position: absolute;
  top: 32%;
  left: 52%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--sand-deep);
  box-shadow: 0 0 0 0 rgba(207, 170, 119, 0.45);
  animation: pulse 2.6s infinite;
}

.map-pin::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 8px;
  width: 10px;
  height: 18px;
  background: var(--sand-deep);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.map-overlay {
  position: absolute;
  inset: auto 1.25rem 1.25rem 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.map-overlay span {
  display: block;
  color: rgba(255, 253, 248, 0.68);
  font-size: 0.9rem;
}

.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-list li {
  margin-bottom: 0.75rem;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.contact-form label {
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font: inherit;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(207, 170, 119, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 253, 248, 0.44);
}

.site-footer {
  padding: 1rem 0 2rem;
  background: #070c14;
  color: var(--white);
}

.footer-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-col h4 {
  margin-bottom: 1rem;
  font-family: var(--font-sans);
  font-size: 0.96rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-col p,
.footer-col a {
  font-size: 0.95rem;
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255, 253, 248, 0.52);
  font-size: 0.85rem;
}


.animate-on-scroll {
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

/* Javascript adds this class to body if JS is enabled */
.js .animate-on-scroll {
  opacity: 0;
  transform: translateY(32px);
}

.js .animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.stagger-1 {
  transition-delay: 0.1s;
}

.stagger-2 {
  transition-delay: 0.2s;
}

.stagger-3 {
  transition-delay: 0.3s;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33%);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 170, 119, 0.42);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(207, 170, 119, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(207, 170, 119, 0);
  }
}

@media (max-width: 1100px) {
  .hero-layout,
  .editorial-grid,
  .proof-grid,
  .practical-grid,
  .footer-grid,
  .collections-grid-modern,
  .hero-meta,
  .process-strip,
  .expertise-grid,
  .hero-highlights {
    grid-template-columns: 1fr;
  }

  .collection-tile,
  .editorial-visual {
    min-height: 360px;
  }
}

@media (max-width: 860px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    top: 0.75rem;
    width: calc(100% - 1rem);
    padding: 0.75rem 0.85rem;
    border-radius: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
  }

  .site-header.is-scrolled {
    top: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-radius: 20px;
  }

  .site-header.is-scrolled .brand-mark,
  .site-header.is-scrolled .custom-logo-link img {
    width: 48px;
    height: 48px;
  }

  .site-header.is-scrolled .brand-text small {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 109;
    display: block;
    background: rgba(6, 11, 18, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  .menu-backdrop.is-visible {
    opacity: 1;
    visibility: visible;
  }

  .main-navigation {
    position: absolute;
    top: calc(100% + 0.65rem);
    right: 0;
    left: 0;
    z-index: 110;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(15, 28, 46, 0.96);
    box-shadow: 0 24px 40px rgba(6, 11, 18, 0.24);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .main-navigation.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .main-navigation a:not(.btn) {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
  }

  .main-navigation .btn {
    width: 100%;
  }

  .site-header.menu-open .menu-toggle-bars span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle-bars span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle-bars span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    padding-top: 8.75rem;
    padding-bottom: 3rem;
  }

  .hero-layout {
    gap: 1.25rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .hero-actions .text-link {
    width: 100%;
    justify-content: center;
  }

  .hero-meta {
    gap: 0.85rem;
  }

  .hero-meta-card {
    padding: 1rem 1.05rem;
  }

  .hero-highlights li,
  .process-step,
  .service-card,
  .review-card,
  .practical-panel {
    border-radius: 22px;
  }

  .collections-grid-modern {
    gap: 1rem;
  }

  .collection-tile {
    min-height: 300px;
  }

  .editorial-grid,
  .proof-grid,
  .practical-grid {
    gap: 1.25rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.9rem, 13vw, 4.8rem);
  }

  .editorial-quote {
    position: static;
    max-width: none;
    margin-top: 1rem;
  }

  .editorial-stats {
    grid-template-columns: 1fr;
  }

  .proof-grid .reviews-list + .reviews-list {
    display: none;
  }

  .mobile-quick-actions {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    z-index: 120;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .mobile-quick-actions a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 56px;
    border-radius: 999px;
    background: rgba(15, 28, 46, 0.92);
    color: var(--white);
    font-weight: 800;
    box-shadow: var(--shadow-md);
  }

  .mobile-quick-actions a:last-child {
    background: linear-gradient(135deg, #f6e5c9 0%, #dcb88a 100%);
    color: var(--forest-deep);
  }

  body {
    padding-bottom: 5.75rem;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 0.75rem);
    top: 0.5rem;
    padding: 0.65rem 0.7rem;
  }

  .brand-link {
    gap: 0.65rem;
  }

  .brand-mark,
  .custom-logo-link img {
    width: 50px;
    height: 50px;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 12vw, 3.7rem);
  }

  .hero-text,
  .hero-meta-card span,
  .service-card p,
  .review-card p {
    font-size: 0.95rem;
  }

  .section {
    padding: 5rem 0;
  }

  .section-heading h2,
  .editorial-copy h2,
  .practical-panel h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .mobile-quick-actions {
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .animate-on-scroll {
    opacity: 1;
    transform: none;
  }
}


