/* ============================================
   Psychotherapie Pickel — Styles
   Organic Luxury / Warm Minimalism
   ============================================ */

/* --- Self-hosted Fonts (DSGVO-konform) --- */

/* Cormorant Garamond — Normal */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/cormorant-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Cormorant Garamond — Italic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(fonts/cormorant-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url(fonts/cormorant-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* DM Sans — Normal */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/dmsans-normal-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/dmsans-normal-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* DM Sans — Italic */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/dmsans-italic-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/dmsans-italic-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* --- Custom Properties --- */
:root {
  --color-bg: #FAF8F5;
  --color-bg-warm: #F3EDE6;
  --color-bg-deep: #EBE3D9;
  --color-text: #2C2420;
  --color-text-muted: #7A6E63;
  --color-text-light: #A89B8E;
  --color-accent: #C4952A;
  --color-accent-hover: #A87D1F;
  --color-accent-light: rgba(196, 149, 42, 0.12);
  --color-beige: #E8DED2;
  --color-cream: #F0EBE3;
  --color-white: #FFFFFF;
  --color-border: rgba(44, 36, 32, 0.08);

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2.5rem;
  --space-xl: 4rem;
  --space-2xl: 6rem;
  --space-3xl: 9rem;

  --max-width: 1200px;
  --max-width-narrow: 800px;
  --max-width-text: 640px;

  --radius-sm: 4px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --radius-xl: 40px;

  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}

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

a {
  color: var(--color-accent);
  text-decoration: none;
  transition: color var(--transition);
}

a:hover {
  color: var(--color-accent-hover);
}

::selection {
  background-color: var(--color-accent-light);
  color: var(--color-text);
}

/* --- Typography --- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-text);
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 300;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin-bottom: var(--space-lg);
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 500;
  margin-bottom: var(--space-sm);
}

h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: var(--space-xs);
}

p {
  margin-bottom: var(--space-md);
  color: var(--color-text-muted);
  font-size: 1.02rem;
}

.label {
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: var(--space-sm);
  display: block;
}

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

.container--narrow {
  max-width: var(--max-width-narrow);
}

.section {
  padding: var(--space-3xl) 0;
  position: relative;
}

.section--warm {
  background-color: var(--color-bg-warm);
}

.section--deep {
  background-color: var(--color-bg-deep);
}

.section--cream {
  background-color: var(--color-cream);
}

.grid {
  display: grid;
  gap: var(--space-xl);
}

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

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

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: var(--space-md) 0;
  transition: all var(--transition-slow);
  background: transparent;
}

.nav.scrolled {
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: var(--space-sm) 0;
  box-shadow: 0 1px 0 var(--color-border);
}

.nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-lg);
}

.nav__logo img {
  height: 52px;
  width: auto;
  transition: height var(--transition);
}

.nav.scrolled .nav__logo img {
  height: 42px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
  list-style: none;
}

.nav__links a {
  font-family: var(--font-body);
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--color-text);
  letter-spacing: 0.02em;
  position: relative;
  padding: 0.25rem 0;
}

.nav__links a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--color-accent);
  transition: width var(--transition);
}

.nav__links a:hover::after,
.nav__links a.active::after {
  width: 100%;
}

.nav__links a:hover,
.nav__links a.active {
  color: var(--color-accent);
}

.nav__links .btn--primary {
  padding: 0.7rem 1.8rem;
  font-size: 0.8rem;
}

.nav__links .btn--primary::after {
  display: none;
}

.nav__links .btn--primary:hover {
  color: var(--color-white);
}

/* Mobile nav toggle */
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1001;
}

.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  margin: 6px 0;
  transition: all var(--transition);
  border-radius: 2px;
}

.nav__toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

.nav__toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav__toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}

.btn--primary {
  background: var(--color-accent);
  color: var(--color-white);
}

.btn--primary:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(196, 149, 42, 0.3);
}

.btn--outline {
  background: transparent;
  color: var(--color-text);
  border: 1.5px solid var(--color-text);
}

.btn--outline:hover {
  background: var(--color-text);
  color: var(--color-bg);
  transform: translateY(-2px);
}

.btn--ghost {
  background: transparent;
  color: var(--color-accent);
  padding: 0.5rem 0;
  letter-spacing: 0.08em;
}

.btn--ghost::after {
  content: '→';
  transition: transform var(--transition);
}

.btn--ghost:hover {
  color: var(--color-accent-hover);
}

.btn--ghost:hover::after {
  transform: translateX(4px);
}

/* --- Hero --- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(170deg, var(--color-bg) 0%, var(--color-bg-warm) 50%, var(--color-bg-deep) 100%);
}

.hero__bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  filter: blur(80px);
}

.hero__bg-shape--1 {
  width: 600px;
  height: 600px;
  background: var(--color-beige);
  top: -10%;
  right: -10%;
  animation: float 20s ease-in-out infinite;
}

.hero__bg-shape--2 {
  width: 400px;
  height: 400px;
  background: var(--color-accent);
  bottom: -5%;
  left: -5%;
  opacity: 0.1;
  animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -20px) scale(1.05); }
  66% { transform: translate(-20px, 15px) scale(0.97); }
}

.hero__content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: var(--space-3xl) var(--space-lg);
}

.hero__logo {
  width: 180px;
  margin: 0 auto var(--space-xl);
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.2s;
}

.hero__title {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(3rem, 7vw, 5.5rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: var(--space-md);
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.5s;
}

.hero__subtitle {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 400;
  font-style: italic;
  color: var(--color-text-muted);
  margin-bottom: var(--space-xl);
  opacity: 0;
  animation: fadeUp 1s ease forwards 0.8s;
}

.hero__cta {
  opacity: 0;
  animation: fadeUp 1s ease forwards 1.1s;
}

.hero__scroll {
  position: absolute;
  bottom: var(--space-lg);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  animation: fadeUp 1s ease forwards 1.5s;
}

.hero__scroll span {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-text-light);
}

.hero__scroll-line {
  width: 1px;
  height: 40px;
  background: var(--color-text-light);
  position: relative;
  overflow: hidden;
}

.hero__scroll-line::after {
  content: '';
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  animation: scrollDown 2s ease-in-out infinite;
}

@keyframes scrollDown {
  0% { top: -100%; }
  50% { top: 100%; }
  100% { top: 100%; }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Hero Small (subpages) --- */
.hero--small {
  min-height: 50vh;
  display: flex;
  align-items: flex-end;
  padding-bottom: var(--space-2xl);
  background: linear-gradient(170deg, var(--color-bg) 0%, var(--color-bg-warm) 100%);
}

.hero--small .hero__content {
  padding: var(--space-3xl) 0 0;
  text-align: left;
}

.hero--small .hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  animation-delay: 0.2s;
}

/* --- Welcome / Intro Section --- */
.intro {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--space-2xl);
  align-items: center;
}

.intro__image-wrapper {
  position: relative;
}

.intro__image {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center 60%;
  border-radius: 200px 200px 120px 120px;
  filter: saturate(0.9);
}

.intro__image-wrapper::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border-radius: 200px 200px 120px 120px;
  border: 1.5px solid var(--color-beige);
  z-index: -1;
}

.intro__image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.2;
}

.intro__text h2 {
  margin-bottom: var(--space-md);
}

.intro__text p {
  font-size: 1.05rem;
  line-height: 1.85;
}

/* --- Aktuelles Notice --- */
.notice {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  margin-top: var(--space-xl);
}

.notice h4 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--color-accent);
}

.notice p {
  margin-bottom: var(--space-sm);
}

/* --- Approach / Method Section --- */
.approach__content {
  max-width: var(--max-width-text);
  margin: 0 auto;
  text-align: center;
}

.approach__content p {
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: left;
}

/* --- Services / Leistungen --- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-md);
  margin-top: var(--space-xl);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.services__grid .service-card:last-child {
  grid-column: 2;
}

.service-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: var(--space-lg);
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--color-accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(44, 36, 32, 0.08);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 500;
}

.service-card p {
  font-size: 0.92rem;
  color: var(--color-text-light);
  margin: 0;
}

/* --- Quote --- */
.quote {
  text-align: center;
  padding: var(--space-3xl) var(--space-lg);
  position: relative;
}

.quote::before {
  content: '„';
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--color-accent);
  opacity: 0.15;
  position: absolute;
  top: var(--space-xl);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}

.quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-style: italic;
  font-weight: 300;
  color: var(--color-text);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto var(--space-md);
  position: relative;
  z-index: 1;
}

.quote cite {
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-light);
}

/* --- Über mich / Profile --- */
.profile {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: var(--space-2xl);
  align-items: start;
}

.profile__image-col {
  position: sticky;
  top: 120px;
}

.profile__image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 200px 200px 120px 120px;
  filter: saturate(0.9);
}

.profile__section {
  margin-bottom: var(--space-xl);
}

.profile__section h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 1px solid var(--color-border);
}

.profile__list {
  list-style: none;
  padding: 0;
}

.profile__list li {
  padding: 0.75rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: var(--color-text-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  border-bottom: 1px solid var(--color-border);
}

.profile__list li:last-child {
  border-bottom: none;
}

.profile__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

/* --- Ablauf Steps --- */
.steps {
  counter-reset: step;
}

.step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: var(--space-lg);
  margin-bottom: var(--space-xl);
  align-items: start;
  counter-increment: step;
}

.step__number {
  font-family: var(--font-display);
  font-size: 3.5rem;
  font-weight: 300;
  color: var(--color-accent);
  opacity: 0.5;
  line-height: 1;
  text-align: center;
}

.step__content h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: var(--space-sm);
}

.step__content p {
  font-size: 1rem;
  line-height: 1.85;
}

/* --- Kosten Cards --- */
.cost-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-lg);
}

.cost-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-xl);
  transition: all var(--transition);
}

.cost-card:hover {
  box-shadow: 0 12px 40px rgba(44, 36, 32, 0.06);
}

.cost-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin-bottom: var(--space-md);
  padding-bottom: var(--space-sm);
  border-bottom: 2px solid var(--color-accent);
  display: inline-block;
}

.cost-card p {
  font-size: 0.98rem;
  line-height: 1.8;
}

/* --- Contact CTA --- */
.cta-section {
  text-align: center;
  background: linear-gradient(170deg, var(--color-bg-deep) 0%, var(--color-beige) 100%);
  border-radius: var(--radius-xl);
  padding: var(--space-2xl) var(--space-xl);
  margin: var(--space-xl) auto;
  max-width: var(--max-width-narrow);
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0.06;
}

.cta-section h2 {
  margin-bottom: var(--space-md);
}

.cta-section p {
  max-width: 500px;
  margin: 0 auto var(--space-lg);
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-lg);
  margin-top: var(--space-lg);
}

.contact-detail {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

.contact-detail svg {
  width: 20px;
  height: 20px;
  color: var(--color-accent);
  flex-shrink: 0;
}

/* --- Footer --- */
.footer {
  background: var(--color-text);
  color: var(--color-beige);
  padding: var(--space-2xl) 0 var(--space-lg);
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: var(--space-xl);
  margin-bottom: var(--space-xl);
}

.footer__logo img {
  height: 60px;
  opacity: 0.9;
  margin-bottom: var(--space-md);
}

.footer__text {
  font-size: 0.9rem;
  color: rgba(232, 222, 210, 0.6);
  line-height: 1.7;
  margin: 0;
}

.footer h4 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--color-beige);
  margin-bottom: var(--space-md);
}

.footer__links {
  list-style: none;
}

.footer__links li {
  margin-bottom: 0.6rem;
}

.footer__links a {
  color: rgba(232, 222, 210, 0.6);
  font-size: 0.9rem;
  transition: color var(--transition);
}

.footer__links a:hover {
  color: var(--color-accent);
}

.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: rgba(232, 222, 210, 0.6);
}

.footer__contact-item svg {
  width: 16px;
  height: 16px;
  color: var(--color-accent);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer__bottom {
  border-top: 1px solid rgba(232, 222, 210, 0.1);
  padding-top: var(--space-md);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(232, 222, 210, 0.4);
}

.footer__bottom a {
  color: rgba(232, 222, 210, 0.4);
}

.footer__bottom a:hover {
  color: var(--color-accent);
}

.footer__legal {
  display: flex;
  gap: var(--space-md);
}

/* --- Legal Pages --- */
.legal {
  max-width: var(--max-width-narrow);
  margin: 0 auto;
  padding: var(--space-xl) var(--space-lg) var(--space-3xl);
}

.legal h2 {
  font-size: 1.8rem;
  margin-top: var(--space-xl);
  margin-bottom: var(--space-md);
}

.legal h3 {
  font-size: 1.3rem;
  margin-top: var(--space-lg);
  margin-bottom: var(--space-sm);
}

.legal h4 {
  font-size: 1.05rem;
  margin-top: var(--space-md);
  font-weight: 600;
}

.legal p, .legal li {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--color-text-muted);
}

.legal ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: var(--space-md);
}

.legal li {
  margin-bottom: 0.4rem;
}

.legal a {
  word-break: break-all;
}

/* --- Decorative Elements --- */
.organic-shape {
  position: absolute;
  border-radius: 47% 53% 61% 39% / 45% 51% 49% 55%;
  opacity: 0.07;
  pointer-events: none;
}

.divider {
  width: 60px;
  height: 2px;
  background: var(--color-accent);
  margin: var(--space-lg) auto;
}

.divider--left {
  margin-left: 0;
}

/* --- Scroll Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* --- Responsive --- */
@media (max-width: 1024px) {
  .grid--2, .intro, .profile {
    grid-template-columns: 1fr;
  }

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

  .services__grid .service-card:last-child {
    grid-column: auto;
  }

  .profile__image-col {
    position: static;
    max-width: 400px;
    margin: 0 auto;
  }

  .intro__image {
    height: 400px;
    max-width: 350px;
    margin: 0 auto;
  }

  .intro__image-wrapper {
    max-width: 350px;
    margin: 0 auto;
  }

  .footer__inner {
    grid-template-columns: 1fr;
    gap: var(--space-lg);
  }
}

@media (max-width: 768px) {
  :root {
    --space-3xl: 5rem;
    --space-2xl: 3.5rem;
    --space-xl: 2.5rem;
    --space-lg: 1.5rem;
  }

  .nav__links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 350px;
    height: 100vh;
    background: var(--color-bg);
    flex-direction: column;
    justify-content: center;
    padding: var(--space-xl);
    gap: var(--space-lg);
    transition: right var(--transition-slow);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
  }

  .nav__links.open {
    right: 0;
  }

  .nav__links a {
    font-size: 1.1rem;
  }

  .nav__toggle {
    display: block;
  }

  .nav__overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }

  .nav__overlay.open {
    display: block;
  }

  .hero__logo {
    width: 140px;
  }

  .step {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }

  .step__number {
    font-size: 2.5rem;
    text-align: left;
  }

  .cost-cards {
    grid-template-columns: 1fr;
  }

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

  .services__grid .service-card:last-child {
    grid-column: auto;
  }

  .footer__bottom {
    flex-direction: column;
    gap: var(--space-sm);
    text-align: center;
  }

  .cta-section {
    margin: var(--space-lg);
    padding: var(--space-xl) var(--space-md);
    border-radius: var(--radius-lg);
  }

  .contact-details {
    flex-direction: column;
    align-items: center;
  }
}

/* --- Page Transition --- */
.page-enter {
  animation: pageEnter 0.6s ease forwards;
}

@keyframes pageEnter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
