/* ==========================================
   RIMOPA XADAFI — CLAYMORPHISM DESIGN SYSTEM
   ========================================== */


:root {
  --clay-cream: #fdf6ee;
  --clay-warm: #fef0e0;
  --clay-peach: #f9d4b6;
  --clay-rose: #f2bfb0;
  --clay-sage: #c8dfc5;
  --clay-sky: #b8d4e8;
  --clay-lavender: #d4c8e8;
  --clay-mint: #b8e0d4;

  --primary: #e07b54;
  --primary-dark: #c4603a;
  --primary-light: #f5a880;
  --secondary: #5b8c7a;
  --secondary-light: #7aab98;
  --accent: #7b6cad;
  --accent-light: #a494c8;

  --text-dark: #2c2018;
  --text-mid: #5c4a38;
  --text-light: #8c7a6a;
  --text-muted: #b0a090;

  --bg-base: #fdf6ee;
  --bg-warm: #fef0e0;
  --bg-soft: #faf3ea;
  --bg-section-alt: #f0e8dc;

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --radius-pill: 100px;

  --shadow-clay-sm: 
    inset 0 2px 4px rgba(255,255,255,0.7),
    inset 0 -2px 4px rgba(180,120,80,0.12),
    0 4px 12px rgba(180,120,80,0.18),
    0 1px 3px rgba(180,120,80,0.10);
  --shadow-clay-md: 
    inset 0 3px 6px rgba(255,255,255,0.75),
    inset 0 -3px 6px rgba(180,120,80,0.14),
    0 8px 24px rgba(180,120,80,0.20),
    0 2px 6px rgba(180,120,80,0.12);
  --shadow-clay-lg:
    inset 0 4px 8px rgba(255,255,255,0.80),
    inset 0 -4px 8px rgba(180,120,80,0.16),
    0 16px 40px rgba(180,120,80,0.22),
    0 4px 12px rgba(180,120,80,0.14);
  --shadow-nav: 0 0px 0px rgba(180,120,80,0);

  --gradient-primary: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  --gradient-warm: linear-gradient(135deg, var(--primary-light) 0%, var(--clay-rose) 100%);
  --gradient-cool: linear-gradient(135deg, var(--secondary) 0%, var(--clay-sky) 100%);

  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 4rem;
  --spacing-xl: 6rem;
  --spacing-2xl: 8rem;

  --nav-height: 72px;
}


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

html { scroll-behavior: smooth; }

body.canvas {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  color: var(--text-dark);
  background-color: var(--bg-base);
  line-height: 1.65;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

section, footer { flex-shrink: 0; }
footer.footer-shell { margin-top: auto; }

h1, h2, h3, h4, h5 {
  font-family: 'Outfit', sans-serif;
  color: var(--text-dark);
  line-height: 1.2;
}

p { color: var(--text-mid); margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

a { color: var(--primary); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--primary-dark); }

img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }


.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.section-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(224,123,84,0.10);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1rem;
}


.section-heading {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.25rem;
}


.clay-card {
  background: linear-gradient(145deg, #fff8f0 0%, #fef2e4 100%);
  border-radius: var(--radius-lg);
  padding: var(--spacing-md);
  box-shadow: var(--shadow-clay-md);
  border: 1px solid rgba(255,255,255,0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.clay-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-clay-lg);
}


.clay-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-clay-lg);
  border: 3px solid rgba(255,255,255,0.85);
}


.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--gradient-primary);
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-pill);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(224,123,84,0.35), inset 0 1px 0 rgba(255,255,255,0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  text-decoration: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(224,123,84,0.45), inset 0 1px 0 rgba(255,255,255,0.25);
  color: #fff;
  opacity: 0.95;
}

.btn-primary.btn-large { padding: 1rem 2.25rem; font-size: 1.05rem; }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,0.7);
  color: var(--text-mid);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-pill);
  border: 2px solid rgba(180,120,80,0.2);
  cursor: pointer;
  box-shadow: var(--shadow-clay-sm);
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-ghost:hover {
  background: rgba(255,255,255,0.9);
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

.btn-ghost.btn-large { padding: 1rem 2.25rem; font-size: 1.05rem; }

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: transparent;
  color: var(--primary);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-pill);
  border: 2px solid var(--primary);
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(224,123,84,0.35);
}

/* ==========================================
   NAVIGATION
   ========================================== */

.nav-shell {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(253,246,238,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(224,123,84,0.12);
  transition: box-shadow 0.3s ease;
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--spacing-md);
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--spacing-md);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}

.nav-logo { width: 36px; height: 36px; }

.nav-brand-text {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--text-dark);
}

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

.pill {
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  color: var(--text-mid);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
}

.pill:hover {
  background: rgba(224,123,84,0.1);
  color: var(--primary);
}

.pill--active {
  background: var(--gradient-primary);
  color: #fff !important;
  box-shadow: 0 3px 10px rgba(224,123,84,0.35);
}

.pill--active:hover {
  background: var(--gradient-primary);
  color: #fff;
  transform: translateY(-1px);
}

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: var(--radius-sm);
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.nav-hamburger:hover { background: rgba(224,123,84,0.1); }

.nav-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.is-open span:nth-child(2) { opacity: 0; }
.nav-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }


.drawer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(253,246,238,0.99);
  border-top: 1px solid rgba(224,123,84,0.1);
}

.drawer.is-open { max-height: 400px; }

.drawer-links {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: var(--spacing-sm) var(--spacing-md) var(--spacing-md);
}

.drawer-links .pill {
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  min-height: 44px;
  display: flex;
  align-items: center;
}

/* ==========================================
   HERO STAGE
   ========================================== */

.stage {
  position: relative;
  background: linear-gradient(160deg, var(--bg-warm) 0%, var(--bg-soft) 60%, var(--bg-section-alt) 100%);
  padding: calc(var(--spacing-xl) + 20px) var(--spacing-md) var(--spacing-2xl);
  overflow: hidden;
  min-height: 85vh;
  display: flex;
  align-items: center;
}

.stage-content {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: center;
  position: relative;
  z-index: 2;
}

.stage-text { padding-right: var(--spacing-md); }

.stage-label {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--secondary);
  background: rgba(91,140,122,0.12);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  margin-bottom: 1.25rem;
}

.stage-heading {
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.stage-desc {
  font-size: 1.1rem;
  color: var(--text-mid);
  line-height: 1.7;
  max-width: 480px;
  margin-bottom: 2rem;
}

.stage-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}


.stage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  position: relative;
}

.stage-img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-clay-lg);
  border: 3px solid rgba(255,255,255,0.85);
  transition: transform 0.35s ease;
}

.stage-img-wrap:hover { transform: scale(1.02); }

.stage-img-wrap img { width: 100%; height: 100%; object-fit: cover; }

.stage-img--large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  height: 380px;
  transform: translateY(-20px);
}

.stage-img--small {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  height: 170px;
}

.stage-img--medium {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  height: 195px;
  transform: translateY(10px);
}


.stage-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  pointer-events: none;
}

.stage-blob--1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--clay-peach) 0%, transparent 70%);
  top: -100px;
  right: -100px;
}

.stage-blob--2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--clay-lavender) 0%, transparent 70%);
  bottom: -100px;
  left: 10%;
}

/* ==========================================
   INTRO STRIP
   ========================================== */

.intro-strip {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 0 var(--spacing-md) var(--spacing-lg);
}

.intro-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--spacing-sm);
}

.intro-card {
  text-align: center;
  padding: var(--spacing-md);
}

.intro-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0.75rem 0 0.5rem;
  color: var(--text-dark);
}

.intro-card p { font-size: 0.88rem; color: var(--text-mid); }

.intro-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--primary) 100%);
  color: #fff;
  box-shadow: 0 4px 12px rgba(224,123,84,0.3);
}

.intro-icon--2 { background: linear-gradient(135deg, var(--secondary-light) 0%, var(--secondary) 100%); box-shadow: 0 4px 12px rgba(91,140,122,0.3); }
.intro-icon--3 { background: linear-gradient(135deg, var(--clay-mint) 0%, var(--secondary) 100%); box-shadow: 0 4px 12px rgba(91,140,122,0.25); }
.intro-icon--4 { background: linear-gradient(135deg, var(--accent-light) 0%, var(--accent) 100%); box-shadow: 0 4px 12px rgba(123,108,173,0.3); }

/* ==========================================
   ABOUT SECTION
   ========================================== */

.about-section {
  background: var(--bg-section-alt);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
}

.about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: center;
}

.about-visual { position: relative; }

.about-img-main { position: relative; }

.about-img { width: 100%; height: 420px; object-fit: cover; border-radius: var(--radius-lg); }

.about-badge {
  position: absolute;
  bottom: -24px;
  right: -24px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 260px;
  background: linear-gradient(135deg, #fff8f0 0%, #fef2e4 100%);
}

.about-badge i { font-size: 1.5rem; color: var(--primary); flex-shrink: 0; }
.about-badge span { font-family: 'Outfit', sans-serif; font-size: 0.88rem; font-weight: 600; color: var(--text-dark); }

.about-text { padding-left: var(--spacing-md); }
.about-text p { font-size: 1rem; line-height: 1.75; margin-bottom: 1.25rem; }

/* ==========================================
   HOW IT WORKS
   ========================================== */

.how-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
}

.how-inner { max-width: 1280px; margin: 0 auto; }

.how-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.how-desc { font-size: 1.05rem; color: var(--text-mid); }

.shelf { display: flex; gap: var(--spacing-sm); }

.shelf--steps {
  align-items: center;
  overflow-x: auto;
  padding-bottom: 1rem;
}

.step-card {
  flex: 1;
  min-width: 200px;
  padding: var(--spacing-md);
}

.step-num {
  font-family: 'Outfit', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.step-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; }
.step-card p { font-size: 0.88rem; color: var(--text-mid); }

.step-connector {
  font-size: 1.2rem;
  color: var(--primary);
  opacity: 0.5;
  flex-shrink: 0;
  padding: 0 0.25rem;
}

/* ==========================================
   GALLERY SECTION
   ========================================== */

.gallery-section {
  background: linear-gradient(180deg, var(--bg-section-alt) 0%, var(--bg-warm) 100%);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
}

.gallery-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.gallery--grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px;
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  display: block;
  box-shadow: var(--shadow-clay-md);
  border: 2px solid rgba(255,255,255,0.8);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover { transform: scale(1.02); box-shadow: var(--shadow-clay-lg); }

.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.gallery-item:hover img { transform: scale(1.05); }

.gallery-item--tall { grid-row: 1 / 3; }
.gallery-item--wide { grid-column: 2 / 4; }

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(44,32,24,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: 1.5rem;
}

.gallery-item:hover .gallery-overlay { opacity: 1; }

/* ==========================================
   WHOM SECTION
   ========================================== */

.whom-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.whom-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: start;
}

.whom-text { padding-right: var(--spacing-md); }
.whom-text p { font-size: 1rem; line-height: 1.75; margin-bottom: 1.25rem; }

.whom-cards { display: flex; flex-direction: column; gap: var(--spacing-sm); }

.whom-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.whom-card--offset { margin-left: var(--spacing-md); }

.whom-card i { font-size: 1.5rem; color: var(--primary); margin-bottom: 0.25rem; }
.whom-card h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); }
.whom-card p { font-size: 0.9rem; color: var(--text-mid); }

/* ==========================================
   FAQ SECTION
   ========================================== */

.faq-section {
  background: linear-gradient(180deg, var(--bg-section-alt) 0%, var(--bg-base) 100%);
  padding: var(--spacing-2xl) var(--spacing-md);
}

.faq-inner { max-width: 900px; margin: 0 auto; }

.faq-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
}

.faq-list { display: flex; flex-direction: column; gap: var(--spacing-sm); }

.faq-item { padding: 0; overflow: hidden; }

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: var(--spacing-md);
  text-align: left;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: color 0.25s ease;
  min-height: 44px;
}

.faq-trigger:hover { color: var(--primary); }

.faq-icon {
  flex-shrink: 0;
  color: var(--primary);
  transition: transform 0.3s ease;
  font-size: 0.85rem;
}

.faq-trigger[aria-expanded="true"] .faq-icon { transform: rotate(180deg); }

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s ease;
  padding: 0 var(--spacing-md);
}

.faq-body.is-open {
  max-height: 400px;
  padding: 0 var(--spacing-md) var(--spacing-md);
}

.faq-body p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; }


.faq-section--full { background: var(--bg-base); }

.faq-category { margin-bottom: var(--spacing-xl); }

.faq-cat-heading {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: var(--spacing-md);
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(224,123,84,0.2);
}

/* ==========================================
   CTA SECTION
   ========================================== */

.cta-section {
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  overflow: hidden;
}

.cta-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cta-blob {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,123,84,0.15) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.cta-content { position: relative; z-index: 2; }

.cta-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.cta-content p { font-size: 1.1rem; color: var(--text-mid); margin-bottom: 2rem; }

.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ==========================================
   FEATURE IMAGE SECTION
   ========================================== */

.feature-image-section {
  background: var(--bg-section-alt);
  padding: var(--spacing-2xl) var(--spacing-md);
}

.feature-image-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: center;
}

.feature-image-inner--reverse { direction: rtl; }
.feature-image-inner--reverse > * { direction: ltr; }

.feature-img { width: 100%; height: 420px; object-fit: cover; }
.feature-text p { font-size: 1rem; line-height: 1.75; margin-bottom: 1.25rem; }

/* ==========================================
   WHO SECTION (komu-slouzime)
   ========================================== */

.who-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.who-inner { max-width: 1280px; margin: 0 auto; }

.who-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--spacing-md);
}

.who-card { padding: var(--spacing-md) var(--spacing-md) var(--spacing-lg); }
.who-card p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
.who-card h3 { font-size: 1.2rem; font-weight: 700; margin: 0.75rem 0 0.75rem; }

.who-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  box-shadow: 0 4px 14px rgba(224,123,84,0.35);
}

.who-icon--2 { background: linear-gradient(135deg, var(--secondary-light), var(--secondary)); box-shadow: 0 4px 14px rgba(91,140,122,0.35); }
.who-icon--3 { background: linear-gradient(135deg, var(--accent-light), var(--accent)); box-shadow: 0 4px 14px rgba(123,108,173,0.35); }
.who-icon--4 { background: linear-gradient(135deg, var(--clay-sky), var(--secondary)); box-shadow: 0 4px 14px rgba(91,140,122,0.25); }

/* ==========================================
   SITUATIONS SECTION
   ========================================== */

.situations-section {
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-section-alt) 100%);
  padding: var(--spacing-2xl) var(--spacing-md);
}

.situations-inner { max-width: 1280px; margin: 0 auto; }

.situations-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.shelf--situations {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--spacing-sm);
}

.situation-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: var(--spacing-md);
}

.situation-item i { font-size: 1.75rem; color: var(--primary); }
.situation-item h4 { font-size: 1rem; font-weight: 700; color: var(--text-dark); }
.situation-item p { font-size: 0.88rem; color: var(--text-mid); }

/* ==========================================
   MODULES SECTION
   ========================================== */

.modules-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.modules-inner { max-width: 1280px; margin: 0 auto; }

.modules-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto var(--spacing-xl);
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.module-card { padding: var(--spacing-md); }
.module-card h3 { font-size: 1.1rem; font-weight: 700; margin: 0.75rem 0 0.6rem; }
.module-card p { font-size: 0.9rem; color: var(--text-mid); line-height: 1.65; margin-bottom: 0.75rem; }

.module-icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.35rem; color: #fff;
  box-shadow: 0 4px 12px rgba(224,123,84,0.3);
}

.module-icon--2 { background: linear-gradient(135deg, var(--secondary-light), var(--secondary)); }
.module-icon--3 { background: linear-gradient(135deg, var(--accent-light), var(--accent)); }
.module-icon--4 { background: linear-gradient(135deg, var(--clay-sky), #5b8c7a); }
.module-icon--5 { background: linear-gradient(135deg, var(--clay-rose), #c4603a); }
.module-icon--6 { background: linear-gradient(135deg, var(--clay-mint), var(--secondary)); }

/* ==========================================
   METHODS SECTION
   ========================================== */

.methods-section {
  background: var(--bg-section-alt);
  padding: var(--spacing-2xl) var(--spacing-md);
}

.methods-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-xl);
  align-items: start;
}

.methods-text p { font-size: 1rem; line-height: 1.75; margin-bottom: 1.25rem; }

.methods-list { display: flex; flex-direction: column; gap: var(--spacing-sm); }

.method-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem var(--spacing-md);
}

.method-item i { font-size: 1.4rem; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.method-item h4 { font-size: 1rem; font-weight: 700; margin-bottom: 0.25rem; }
.method-item p { font-size: 0.88rem; color: var(--text-mid); }

/* ==========================================
   PAGE HERO
   ========================================== */

.page-hero {
  background: linear-gradient(160deg, var(--bg-warm) 0%, var(--bg-soft) 70%, var(--bg-section-alt) 100%);
  padding: calc(var(--spacing-xl) + 20px) var(--spacing-md) var(--spacing-2xl);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.page-hero--alt { background: linear-gradient(160deg, var(--bg-section-alt) 0%, var(--bg-warm) 100%); }
.page-hero--contact { background: linear-gradient(160deg, var(--bg-soft) 0%, var(--bg-warm) 100%); }

.page-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.page-hero-heading {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.page-hero-desc {
  font-size: 1.1rem;
  color: var(--text-mid);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.page-hero-blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224,123,84,0.15) 0%, transparent 70%);
  bottom: -150px;
  right: -100px;
  pointer-events: none;
}

.page-hero-blob--alt {
  background: radial-gradient(circle, rgba(91,140,122,0.15) 0%, transparent 70%);
  top: -150px;
  left: -100px;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */

.contact-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.contact-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--spacing-xl);
  align-items: start;
}

.contact-info { display: flex; flex-direction: column; gap: var(--spacing-sm); }

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
}

.contact-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: #fff; flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(224,123,84,0.3);
}

.contact-icon--2 { background: linear-gradient(135deg, var(--secondary-light), var(--secondary)); box-shadow: 0 3px 10px rgba(91,140,122,0.3); }
.contact-icon--3 { background: linear-gradient(135deg, var(--accent-light), var(--accent)); box-shadow: 0 3px 10px rgba(123,108,173,0.3); }

.contact-card h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 0.25rem; color: var(--text-dark); }
.contact-card p { font-size: 0.9rem; color: var(--text-mid); }
.contact-card a { color: var(--primary); }


.contact-form-wrap { padding: var(--spacing-md) var(--spacing-lg); }

.contact-form-heading { font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem; }
.contact-form-desc { font-size: 0.9rem; color: var(--text-light); margin-bottom: var(--spacing-md); }

.contact-form { display: flex; flex-direction: column; gap: var(--spacing-sm); }

.form-row {
  display: flex;
  gap: var(--spacing-sm);
  flex-wrap: wrap;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
  min-width: 140px;
}

.form-group--message { flex: 2; min-width: 200px; }

.form-group label {
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-mid);
  letter-spacing: 0.03em;
}

.form-group input,
.form-group textarea {
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  border: 2px solid rgba(180,120,80,0.2);
  background: rgba(255,255,255,0.8);
  font-family: 'Work Sans', sans-serif;
  font-size: 0.95rem;
  color: var(--text-dark);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-shadow: inset 0 2px 4px rgba(180,120,80,0.08);
  min-height: 44px;
  width: 100%;
  resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: inset 0 2px 4px rgba(180,120,80,0.08), 0 0 0 3px rgba(224,123,84,0.15);
}

.form-row--bottom {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-privacy {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.form-privacy input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary);
  min-height: auto;
  flex-shrink: 0;
}

.form-privacy label {
  font-size: 0.85rem;
  color: var(--text-mid);
}

.form-privacy a { color: var(--primary); text-decoration: underline; }

/* ==========================================
   MAP SECTION
   ========================================== */

.map-section {
  background: var(--bg-section-alt);
  padding: var(--spacing-lg) var(--spacing-md) var(--spacing-2xl);
}

.map-inner { max-width: 1280px; margin: 0 auto; }

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-clay-lg);
}

/* ==========================================
   NEWS SECTION
   ========================================== */

.news-section {
  background: var(--bg-base);
  padding: var(--spacing-2xl) var(--spacing-md);
  position: relative;
  z-index: 2;
  margin-top: -60px;
}

.news-inner { max-width: 1280px; margin: 0 auto; }

.news-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
}

.shelf--news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.news-card { padding: var(--spacing-md); }

.news-date {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  background: rgba(224,123,84,0.1);
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-pill);
  display: inline-block;
  margin-bottom: 0.75rem;
}

.news-card h4 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; }
.news-card p { font-size: 0.9rem; color: var(--text-mid); }

/* ==========================================
   THANKS PAGE
   ========================================== */

.thanks-section {
  min-height: calc(100vh - var(--nav-height) - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--spacing-2xl) var(--spacing-md);
  background: linear-gradient(160deg, var(--bg-warm) 0%, var(--bg-soft) 100%);
}

.thanks-inner {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xl);
  align-items: center;
  text-align: center;
}

.thanks-quote-card {
  padding: var(--spacing-xl);
  background: linear-gradient(145deg, #fff8f0 0%, #fef2e4 100%);
  position: relative;
}

.thanks-quote-mark {
  font-size: 2.5rem;
  color: var(--primary);
  opacity: 0.3;
  margin-bottom: 1rem;
}

.thanks-quote {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.5;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.thanks-cite {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.85rem;
  color: var(--text-light);
  font-style: normal;
}

.thanks-icon { font-size: 3rem; color: var(--secondary); margin-bottom: 0.5rem; }

.thanks-heading {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.thanks-desc { font-size: 1.05rem; color: var(--text-mid); margin-bottom: 1.5rem; }

/* ==========================================
   LEGAL PAGES
   ========================================== */

.legal-hero {
  background: linear-gradient(160deg, var(--bg-warm) 0%, var(--bg-section-alt) 100%);
  padding: calc(var(--spacing-xl) + 20px) var(--spacing-md) var(--spacing-xl);
  text-align: center;
}

.legal-hero--terms { background: linear-gradient(160deg, var(--bg-soft) 0%, var(--bg-warm) 100%); }
.legal-hero--cookies { background: linear-gradient(160deg, var(--bg-section-alt) 0%, var(--bg-soft) 100%); }

.legal-hero-inner { max-width: 700px; margin: 0 auto; }

.legal-hero-heading {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.legal-meta {
  font-size: 0.88rem;
  color: var(--text-light);
  background: rgba(180,120,80,0.1);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  display: inline-block;
}


.legal-section { padding: var(--spacing-xl) var(--spacing-md) var(--spacing-2xl); }

.legal-timeline {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding-left: 60px;
}

.legal-timeline::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0.3;
}

.timeline-item {
  position: relative;
  margin-bottom: var(--spacing-md);
}

.timeline-marker {
  position: absolute;
  left: -48px;
  top: var(--spacing-md);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(224,123,84,0.35);
}

.timeline-date {
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}

.timeline-content { padding: var(--spacing-md); }
.timeline-content h2 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; }
.timeline-content p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
.timeline-content ul { padding-left: 1.25rem; list-style: disc; margin-bottom: 0.75rem; }
.timeline-content ul li { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.4rem; }
.timeline-content a { color: var(--primary); text-decoration: underline; }


.legal-section--terms { background: var(--bg-base); }

.legal-content-wrap {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.terms-block { padding: var(--spacing-md); }
.terms-block h2 { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.75rem; color: var(--text-dark); }
.terms-block p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
.terms-block a { color: var(--primary); text-decoration: underline; }


.legal-section--cookies { background: var(--bg-soft); }

.cookies-doc {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}

.cookies-intro { padding: var(--spacing-md); }
.cookies-intro p { font-size: 0.95rem; color: var(--text-mid); line-height: 1.7; }

.cookies-block { display: flex; flex-direction: column; gap: 0.75rem; }

.cookies-block-header { display: flex; align-items: center; }

.cookies-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(123,108,173,0.1);
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  border-left: 3px solid var(--accent);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cookies-block .clay-card { padding: var(--spacing-md); }
.cookies-block p { font-size: 0.92rem; color: var(--text-mid); line-height: 1.7; margin-bottom: 0.75rem; }
.cookies-block p:last-child { margin-bottom: 0; }

.cookies-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.88rem;
}

.cookies-table th {
  background: rgba(224,123,84,0.1);
  color: var(--text-dark);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  padding: 0.6rem 0.75rem;
  text-align: left;
  border-bottom: 2px solid rgba(224,123,84,0.2);
}

.cookies-table td {
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid rgba(180,120,80,0.1);
  color: var(--text-mid);
}

/* ==========================================
   FOOTER
   ========================================== */

.footer-shell {
  background: linear-gradient(180deg, #2c2018 0%, #1e1510 100%);
  color: rgba(253,246,238,0.8);
  padding: var(--spacing-2xl) var(--spacing-md) 0;
}

.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--spacing-xl);
  padding-bottom: var(--spacing-xl);
  border-bottom: 1px solid rgba(253,246,238,0.1);
}

.footer-logo { width: 40px; height: 40px; margin-bottom: 0.5rem; }

.footer-brand-name {
  display: block;
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--clay-cream);
  margin-bottom: 0.5rem;
}

.footer-tagline { font-size: 0.88rem; color: rgba(253,246,238,0.55); margin-bottom: 1.25rem; }

.footer-contact p {
  font-size: 0.85rem;
  color: rgba(253,246,238,0.65);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.footer-contact i { color: var(--primary-light); width: 16px; }

.footer-contact a {
  color: rgba(253,246,238,0.65);
  transition: color 0.25s ease;
}

.footer-contact a:hover { color: var(--primary-light); }

.footer-sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--spacing-md);
}

.footer-col h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clay-peach);
  margin-bottom: 1rem;
}

.footer-col ul { display: flex; flex-direction: column; gap: 0.5rem; }

.footer-col a {
  font-size: 0.88rem;
  color: rgba(253,246,238,0.6);
  transition: color 0.25s ease;
}

.footer-col a:hover { color: var(--primary-light); }

.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: var(--spacing-md) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bottom p { font-size: 0.82rem; color: rgba(253,246,238,0.4); margin-bottom: 0; }

.footer-bottom a {
  color: rgba(253,246,238,0.4);
  transition: color 0.25s ease;
}

.footer-bottom a:hover { color: var(--primary-light); }

/* ==========================================
   COOKIE CONSENT — CORNER MODAL
   ========================================== */

.cookie-modal {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  max-width: 360px;
  width: calc(100% - 48px);
  background: linear-gradient(145deg, #fff8f0 0%, #fef2e4 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-clay-lg), 0 20px 60px rgba(44,32,24,0.25);
  border: 2px solid rgba(255,255,255,0.9);
  overflow: hidden;
  transform: translateY(120%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1), opacity 0.35s ease;
}

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

.cookie-modal-inner { padding: 1.25rem; }

.cookie-modal-title {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cookie-modal-title i { color: var(--primary); }

.cookie-modal-text {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.cookie-modal-text a { color: var(--primary); text-decoration: underline; }

.cookie-modal-btns {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cookie-btn-accept {
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-pill);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 44px;
  box-shadow: 0 3px 10px rgba(224,123,84,0.35);
}

.cookie-btn-accept:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(224,123,84,0.45); }

.cookie-btn-row {
  display: flex;
  gap: 0.5rem;
}

.cookie-btn-decline,
.cookie-btn-customize {
  flex: 1;
  background: rgba(255,255,255,0.7);
  color: var(--text-mid);
  border: 2px solid rgba(180,120,80,0.2);
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-pill);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 44px;
}

.cookie-btn-decline:hover,
.cookie-btn-customize:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.cookie-customize-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  border-top: 1px solid rgba(180,120,80,0.15);
}

.cookie-customize-panel.is-open { max-height: 200px; }

.cookie-customize-inner { padding: 1rem 1.25rem; }

.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6rem;
  font-size: 0.82rem;
  color: var(--text-mid);
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
}

.cookie-toggle span { flex: 1; }

.cookie-toggle input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primary);
}

.cookie-toggle-disabled { opacity: 0.5; cursor: not-allowed; }

.cookie-btn-save {
  width: 100%;
  background: var(--gradient-primary);
  color: #fff;
  border: none;
  padding: 0.65rem 1rem;
  border-radius: var(--radius-pill);
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-top: 0.5rem;
  min-height: 44px;
}

.cookie-btn-save:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(224,123,84,0.4); }

/* ==========================================
   SPOTLIGHT (featured emphasis)
   ========================================== */

.spotlight {
  background: linear-gradient(145deg, #fff4eb 0%, #fde8d8 100%);
  border: 2px solid rgba(224,123,84,0.25);
  box-shadow: var(--shadow-clay-lg);
}

/* ==========================================
   RESPONSIVE — MOBILE
   ========================================== */

@media (max-width: 1024px) {
  .stage-content { grid-template-columns: 1fr; gap: var(--spacing-lg); }
  .stage-grid { max-width: 500px; }
  .stage-text { padding-right: 0; }
  .stage-heading { font-size: clamp(2rem, 5vw, 3rem); }

  .intro-strip-inner { grid-template-columns: repeat(2, 1fr); }

  .about-inner { grid-template-columns: 1fr; }
  .about-text { padding-left: 0; }
  .about-badge { right: 0; }

  .whom-inner { grid-template-columns: 1fr; }
  .whom-text { padding-right: 0; }

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

  .methods-inner { grid-template-columns: 1fr; }

  .feature-image-inner { grid-template-columns: 1fr; }
  .feature-image-inner--reverse { direction: ltr; }

  .contact-inner { grid-template-columns: 1fr; }
  .contact-info { flex-direction: row; flex-wrap: wrap; }
  .contact-card { flex: 1; min-width: 200px; }

  .footer-inner { grid-template-columns: 1fr; gap: var(--spacing-lg); }
  .footer-sitemap { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  :root { --spacing-xl: 4rem; --spacing-2xl: 5rem; }

  .nav-pills { display: none; }
  .nav-hamburger { display: flex; }

  .stage {
    padding-top: calc(var(--spacing-lg) + 20px);
    min-height: auto;
    padding-bottom: var(--spacing-xl);
  }

  .stage-content { gap: var(--spacing-lg); }

  .stage-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .stage-img--large { height: 260px; transform: none; }
  .stage-img--small { height: 120px; }
  .stage-img--medium { height: 130px; transform: none; }

  .intro-strip { margin-top: -40px; }
  .intro-strip-inner { grid-template-columns: repeat(2, 1fr); }

  .shelf--steps {
    flex-direction: column;
    align-items: stretch;
  }

  .step-connector { transform: rotate(90deg); text-align: center; }

  .gallery--grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 180px 180px 180px;
  }

  .gallery-item--tall { grid-row: 1 / 3; }
  .gallery-item--wide { grid-column: 1 / 3; grid-row: 3; }

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

  .shelf--situations { grid-template-columns: 1fr; }

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

  .shelf--news { grid-template-columns: 1fr; }

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

  .contact-info { flex-direction: column; }

  .form-row { flex-direction: column; }
  .form-row--bottom { flex-direction: column; align-items: flex-start; }

  .legal-timeline { padding-left: 40px; }
  .timeline-marker { left: -36px; width: 28px; height: 28px; }
  .timeline-date { font-size: 0.72rem; }
}

@media (max-width: 480px) {
  :root { --spacing-md: 1.5rem; }

  .stage-grid { grid-template-columns: 1fr; }
  .stage-img--large { height: 220px; }
  .stage-img--small, .stage-img--medium { display: none; }

  .intro-strip-inner { grid-template-columns: 1fr; }

  .gallery--grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 200px);
  }

  .gallery-item--tall { grid-row: auto; }
  .gallery-item--wide { grid-column: auto; grid-row: auto; }

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

  .contact-form-wrap { padding: var(--spacing-md); }

  .cookie-modal { left: 12px; bottom: 12px; width: calc(100% - 24px); }

  .cta-actions { flex-direction: column; align-items: center; }

  .stage-actions { flex-direction: column; align-items: flex-start; }
}