/* ===========================================================
   LES SAVEURS GOURMANDES — Feuille de style
   Direction : artisanal premium, vert olive + crème + framboise
   =========================================================== */

/* ----- VARIABLES ------------------------------------------ */
:root {
  /* Palette */
  --olive-900: #2a3520;
  --olive-800: #3d4d2f;
  --olive-700: #4a5d3a;
  --olive-600: #5b6f48;
  --olive-300: #aebd9c;

  --cream-50:  #fdfaf3;
  --cream-100: #faf6ef;
  --cream-200: #f3ecdf;
  --cream-300: #e8dcc6;
  --cream-400: #d6c5a5;

  --raspberry: #b94350;
  --raspberry-dark: #962f3c;
  --gold: #c9a35c;

  --ink-900: #1f1b16;
  --ink-700: #3a3329;
  --ink-500: #6b6253;
  --ink-300: #a39989;

  /* Typo */
  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, -apple-system, sans-serif;

  /* Layout */
  --container: 1240px;
  --gutter: clamp(20px, 4vw, 40px);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;

  --shadow-sm: 0 2px 8px rgba(42, 53, 32, 0.06);
  --shadow-md: 0 12px 32px -8px rgba(42, 53, 32, 0.18);
  --shadow-lg: 0 24px 60px -12px rgba(42, 53, 32, 0.28);

  --header-h: 84px;
  --ease: cubic-bezier(.4, 0, .2, 1);
}

/* ----- RESET ---------------------------------------------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
*::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-700);
  background: var(--cream-100);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul, ol { list-style: none; }
input, textarea, select, button { font-family: inherit; font-size: inherit; color: inherit; }

::selection { background: var(--olive-700); color: var(--cream-100); }

/* ----- TYPOGRAPHIE ---------------------------------------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--olive-900);
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-variation-settings: 'opsz' 100, 'SOFT' 50;
}

h2 em, h1 em, h3 em {
  font-style: italic;
  font-variation-settings: 'opsz' 100, 'SOFT' 100;
  color: var(--olive-700);
}

p { color: var(--ink-700); }
.lead { font-size: 1.1rem; color: var(--ink-700); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--olive-700);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--olive-700);
}
.eyebrow-light { color: var(--cream-200); }
.eyebrow-light::before { background: var(--cream-200); }

.section-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  margin-bottom: 1rem;
}
.section-intro {
  max-width: 620px;
  margin-top: 1rem;
  color: var(--ink-500);
  font-size: 1.05rem;
}

/* ----- LAYOUT --------------------------------------------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

section { padding: clamp(80px, 10vw, 140px) 0; position: relative; }

.section-head { margin-bottom: 64px; max-width: 800px; }
.section-head--center { text-align: center; margin-left: auto; margin-right: auto; }
.section-head--center .eyebrow,
.section-head--center .section-intro { margin-left: auto; margin-right: auto; }
.section-head--center .section-intro { display: block; }

/* ----- BOUTONS -------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  transition: all 0.3s var(--ease);
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.btn-lg { padding: 16px 32px; font-size: 1rem; }
.btn-block { width: 100%; }

.btn-primary {
  background: var(--olive-800);
  color: var(--cream-100);
  box-shadow: 0 6px 20px -8px rgba(42, 53, 32, 0.5);
}
.btn-primary:hover {
  background: var(--olive-900);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px -8px rgba(42, 53, 32, 0.7);
}

.btn-cream {
  background: var(--cream-100);
  color: var(--olive-900);
}
.btn-cream:hover {
  background: var(--cream-50);
  transform: translateY(-2px);
}

.btn-ghost-light {
  background: transparent;
  color: var(--cream-100);
  border: 1px solid rgba(250, 246, 239, 0.4);
}
.btn-ghost-light:hover {
  background: rgba(250, 246, 239, 0.12);
  border-color: var(--cream-100);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--olive-700);
  font-weight: 500;
  font-size: 0.95rem;
  margin-top: 20px;
  transition: gap 0.3s var(--ease);
}
.link-arrow span { transition: transform 0.3s var(--ease); }
.link-arrow:hover { gap: 14px; color: var(--raspberry); }
.link-arrow:hover span { transform: translateX(4px); }

/* ===========================================================
   HEADER
   =========================================================== */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  background: rgba(253, 250, 243, 0.85);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: all 0.4s var(--ease);
}
.site-header.is-scrolled {
  background: rgba(253, 250, 243, 0.95);
  border-bottom-color: var(--cream-300);
  box-shadow: 0 2px 20px rgba(42, 53, 32, 0.06);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}
.brand-logo {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--cream-100);
  padding: 6px;
  border: 1px solid var(--cream-300);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--olive-900);
  font-variation-settings: 'opsz' 144;
  letter-spacing: -0.01em;
}
.brand-tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-500);
  margin-top: 2px;
}

.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; gap: 36px; }
.primary-nav a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-700);
  position: relative;
  padding: 4px 0;
  transition: color 0.3s var(--ease);
}
.primary-nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -2px;
  width: 0;
  height: 1px;
  background: var(--olive-700);
  transition: width 0.3s var(--ease);
}
.primary-nav a:hover { color: var(--olive-800); }
.primary-nav a:hover::after { width: 100%; }

.btn-header { padding: 11px 22px; font-size: 0.9rem; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-left: auto;
}
.nav-toggle span {
  width: 24px;
  height: 1.5px;
  background: var(--olive-900);
  transition: all 0.3s var(--ease);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  display: none;
  position: fixed;
  top: 80px; left: 0; right: 0;
  background: var(--cream-50);
  padding: 32px var(--gutter);
  border-bottom: 1px solid var(--cream-300);
  flex-direction: column;
  gap: 24px;
  transform: translateY(-110%);
  transition: transform 0.4s var(--ease);
  box-shadow: 0 20px 40px -10px rgba(42, 53, 32, 0.2);
}
.mobile-nav.is-open { transform: translateY(0); }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav a {
  display: block;
  padding: 14px 0;
  font-size: 1.15rem;
  font-family: var(--font-display);
  color: var(--olive-900);
  border-bottom: 1px solid var(--cream-300);
}
.btn-mobile { margin-top: 12px; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  padding: calc(var(--header-h) + 60px) 0 80px;
  display: flex;
  align-items: center;
  color: var(--cream-100);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to right, rgba(30, 38, 22, 0.85) 0%, rgba(30, 38, 22, 0.55) 50%, rgba(30, 38, 22, 0.4) 100%),
    linear-gradient(to bottom, rgba(30, 38, 22, 0.4) 0%, rgba(30, 38, 22, 0.6) 100%);
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
  mix-blend-mode: overlay;
  opacity: 0.6;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: 0.98;
  font-weight: 350;
  letter-spacing: -0.02em;
  margin: 12px 0 32px;
  color: var(--cream-100);
  font-variation-settings: 'opsz' 144, 'SOFT' 60;
}
.hero-line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: heroLine 0.9s var(--ease) forwards;
}
.hero-line:nth-child(1) { animation-delay: 0.15s; }
.hero-line:nth-child(2) { animation-delay: 0.3s; }
.hero-line:nth-child(3) { animation-delay: 0.45s; }
.hero-line.italic {
  font-style: italic;
  color: var(--cream-300);
  font-variation-settings: 'opsz' 144, 'SOFT' 100;
  padding-left: clamp(10px, 4vw, 50px);
}

@keyframes heroLine {
  to { opacity: 1; transform: translateY(0); }
}

.hero-sub {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--cream-200);
  max-width: 560px;
  margin-bottom: 36px;
  line-height: 1.6;
  opacity: 0;
  animation: heroLine 0.9s var(--ease) 0.6s forwards;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 56px;
  opacity: 0;
  animation: heroLine 0.9s var(--ease) 0.75s forwards;
}

.hero-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  font-size: 0.92rem;
  color: var(--cream-200);
  opacity: 0;
  animation: heroLine 0.9s var(--ease) 0.9s forwards;
}
.hero-proofs li { display: flex; align-items: center; gap: 10px; }
.proof-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}

.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 24px;
  height: 38px;
  border: 1px solid rgba(250, 246, 239, 0.5);
  border-radius: 14px;
}
.hero-scroll span {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 6px;
  background: var(--cream-100);
  border-radius: 2px;
  animation: scroll 1.8s ease-in-out infinite;
}
@keyframes scroll {
  0%, 100% { opacity: 0; top: 8px; }
  50% { opacity: 1; top: 14px; }
}

/* ===========================================================
   TRUST BAR
   =========================================================== */
.trust-bar {
  background: var(--cream-200);
  padding: 48px 0;
  border-bottom: 1px solid var(--cream-300);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.trust-item svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--olive-700);
  stroke-width: 1.5;
  margin-bottom: 4px;
}
.trust-item strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--olive-900);
  font-weight: 500;
}
.trust-item span {
  font-size: 0.85rem;
  color: var(--ink-500);
}

/* ===========================================================
   ABOUT
   =========================================================== */
.about {
  background: var(--cream-100);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
}

.about-images {
  position: relative;
  aspect-ratio: 4 / 5;
}
.about-img {
  position: absolute;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.about-img img { width: 100%; height: 100%; object-fit: cover; }

.about-img--1 {
  top: 0;
  left: 0;
  width: 70%;
  aspect-ratio: 4/5;
  z-index: 2;
}
.about-img--2 {
  bottom: 0;
  right: 0;
  width: 60%;
  aspect-ratio: 1/1;
  z-index: 1;
  border: 8px solid var(--cream-100);
}
.about-decor {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--gold), var(--raspberry));
  filter: blur(60px);
  opacity: 0.25;
  z-index: 0;
}

.about-copy { padding: 20px 0; }
.about-copy p { margin-top: 1.2em; }

.about-needs {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.about-needs li {
  padding: 8px 18px;
  background: var(--cream-200);
  border: 1px solid var(--cream-300);
  border-radius: 999px;
  font-size: 0.88rem;
  color: var(--olive-800);
  font-weight: 500;
}

/* ===========================================================
   SERVICES
   =========================================================== */
.services {
  background: var(--cream-200);
  position: relative;
}
.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, var(--cream-100), transparent);
  pointer-events: none;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.service-card {
  background: var(--cream-50);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--cream-300);
  transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease);
  grid-column: span 2;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.service-card--feature { grid-column: span 3; }
.service-card--feature .service-img { aspect-ratio: 5/3; }
.service-card--wide { grid-column: span 3; }

.service-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.service-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}
.service-card:hover .service-img img { transform: scale(1.06); }

.service-body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; }
.service-num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--raspberry);
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.service-card h3 {
  font-size: 1.55rem;
  margin-bottom: 12px;
}
.service-card p { font-size: 0.96rem; color: var(--ink-500); flex: 1; }
.service-points {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.service-points li {
  font-size: 0.9rem;
  padding-left: 18px;
  position: relative;
  color: var(--ink-700);
}
.service-points li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 1px;
  background: var(--olive-700);
}

/* ===========================================================
   GALLERY
   =========================================================== */
.gallery { background: var(--cream-100); }

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.filter {
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  background: transparent;
  color: var(--ink-500);
  border: 1px solid var(--cream-300);
  transition: all 0.3s var(--ease);
}
.filter:hover {
  border-color: var(--olive-700);
  color: var(--olive-800);
}
.filter.is-active {
  background: var(--olive-800);
  color: var(--cream-100);
  border-color: var(--olive-800);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 16px;
}
.g-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  background: var(--cream-300);
  cursor: pointer;
  transition: opacity 0.4s var(--ease), transform 0.4s var(--ease);
}
.g-item.is-hidden {
  display: none;
}
.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease);
}
.g-item:hover img { transform: scale(1.07); }
.g-item--tall { grid-row: span 2; }
.g-item--wide { grid-column: span 2; }

.g-item figcaption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 14px 18px;
  background: linear-gradient(to top, rgba(30,38,22,0.85), transparent);
  color: var(--cream-100);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s var(--ease);
}
.g-item:hover figcaption { opacity: 1; transform: translateY(0); }

/* ===========================================================
   CTA BAND
   =========================================================== */
.cta-band {
  background: var(--olive-800);
  color: var(--cream-100);
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -100px; right: -100px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--olive-700), transparent 70%);
  opacity: 0.6;
}
.cta-band::after {
  content: '';
  position: absolute;
  bottom: -150px; left: -100px;
  width: 350px; height: 350px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--raspberry), transparent 70%);
  opacity: 0.2;
}
.cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}
.cta-text h2 {
  color: var(--cream-100);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin: 12px 0 12px;
}
.cta-text h2 em { color: var(--cream-300); }
.cta-text p { color: var(--cream-200); font-size: 1.05rem; max-width: 480px; }

.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ===========================================================
   REASSURE
   =========================================================== */
.reassure { background: var(--cream-100); }

.reassure-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.reassure-card {
  text-align: center;
  padding: 36px 24px;
  background: var(--cream-50);
  border: 1px solid var(--cream-300);
  border-radius: var(--radius-lg);
  transition: all 0.4s var(--ease);
}
.reassure-card:hover {
  border-color: var(--olive-700);
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}
.reassure-icon {
  width: 64px; height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream-200);
  border-radius: 50%;
}
.reassure-icon svg {
  width: 30px; height: 30px;
  fill: none;
  stroke: var(--olive-700);
  stroke-width: 1.5;
}
.reassure-card h3 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.reassure-card p {
  font-size: 0.92rem;
  color: var(--ink-500);
}

/* ===========================================================
   CONTACT
   =========================================================== */
.contact {
  background: var(--cream-200);
  position: relative;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}

.contact-info { padding-top: 12px; }
.contact-info .lead { margin-bottom: 32px; max-width: 460px; }

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 32px;
}
.contact-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--cream-300);
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  align-items: baseline;
}
.contact-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink-500);
}
.contact-value {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--olive-900);
}
a.contact-value { transition: color 0.3s var(--ease); }
a.contact-value:hover { color: var(--raspberry); }

.contact-note {
  background: var(--cream-50);
  border-left: 3px solid var(--olive-700);
  padding: 16px 20px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  color: var(--ink-700);
}
.contact-note strong {
  color: var(--olive-900);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  margin-right: 4px;
}

.contact-form {
  background: var(--cream-50);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--cream-300);
  box-shadow: var(--shadow-md);
}
.form-title {
  font-size: 1.7rem;
  margin-bottom: 28px;
  color: var(--olive-900);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: block;
  margin-bottom: 16px;
}
.field span {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-500);
  margin-bottom: 6px;
  font-weight: 500;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 13px 16px;
  background: var(--cream-100);
  border: 1px solid var(--cream-300);
  border-radius: var(--radius-sm);
  font-size: 0.96rem;
  color: var(--ink-900);
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
  outline: none;
}
.field textarea { resize: vertical; min-height: 100px; }
.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--olive-700);
  background: var(--cream-50);
}
.field input::placeholder,
.field textarea::placeholder {
  color: var(--ink-300);
}

.form-note {
  margin-top: 16px;
  font-size: 0.88rem;
  text-align: center;
  min-height: 22px;
}
.form-note.is-success { color: var(--olive-700); }
.form-note.is-error { color: var(--raspberry); }

/* ===========================================================
   FOOTER
   =========================================================== */
.site-footer {
  background: var(--olive-900);
  color: var(--cream-200);
  padding-top: 80px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
}

.footer-brand img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: var(--cream-100);
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 20px;
}
.footer-brand p {
  color: var(--cream-300);
  font-size: 0.94rem;
  max-width: 340px;
  line-height: 1.7;
}

.footer-col h4 {
  color: var(--cream-100);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 20px;
  font-family: var(--font-body);
  font-weight: 600;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { color: var(--cream-300); font-size: 0.94rem; transition: color 0.3s var(--ease); }
.footer-col a:hover { color: var(--cream-100); }
.footer-col li { color: var(--cream-300); font-size: 0.94rem; }

.footer-bottom {
  border-top: 1px solid rgba(250, 246, 239, 0.1);
  padding: 24px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.84rem;
  color: var(--cream-300);
}
.footer-tag { font-style: italic; font-family: var(--font-display); color: var(--cream-300); }

/* ===========================================================
   FLOATING CTA (mobile)
   =========================================================== */
.float-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--olive-800);
  color: var(--cream-100);
  padding: 14px 22px;
  border-radius: 999px;
  display: none;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.92rem;
  z-index: 90;
  box-shadow: 0 12px 28px -6px rgba(42, 53, 32, 0.5);
  animation: floatCta 0.5s var(--ease) 1s backwards;
}
.float-cta svg { width: 18px; height: 18px; fill: none; stroke: var(--cream-100); stroke-width: 2; }
@keyframes floatCta {
  from { transform: translateY(80px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* ===========================================================
   REVEAL ANIMATIONS (au scroll)
   =========================================================== */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================================
   RESPONSIVE
   =========================================================== */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card,
  .service-card--feature,
  .service-card--wide { grid-column: span 1; }

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

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

  .contact-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-images { max-width: 600px; margin: 0 auto; }
  .cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .cta-actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 768px) {
  .primary-nav,
  .btn-header { display: none; }
  .nav-toggle { display: flex; }
  .mobile-nav { display: flex; }

  .header-inner { gap: 16px; }
  .brand-logo { width: 44px; height: 44px; }
  .brand-name { font-size: 1.1rem; }
  .brand-tag { font-size: 0.65rem; }

  .hero-title { font-size: clamp(2.2rem, 9vw, 3.4rem); }
  .hero-line.italic { padding-left: 20px; }

  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }

  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 12px; }
  .g-item--tall { grid-row: span 2; }
  .g-item--wide { grid-column: span 1; }

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

  .contact-form { padding: 28px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }

  .contact-list li { grid-template-columns: 1fr; gap: 4px; }
  .contact-label { font-size: 0.72rem; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom-inner { justify-content: center; text-align: center; }

  .float-cta { display: inline-flex; }

  section { padding: 70px 0; }
  .section-head { margin-bottom: 40px; }
}

@media (max-width: 480px) {
  body { font-size: 16px; }
  .btn-lg { padding: 14px 24px; font-size: 0.94rem; }
  .hero-ctas { flex-direction: column; align-items: stretch; }
  .hero-ctas .btn { justify-content: center; }
  .hero-proofs { gap: 12px 24px; flex-direction: column; }
  .cta-actions { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
