/* =========================================================
   Dott.ssa Roberta Montanaro — Psicologa
   VARIANTE MODERNA (branch: modern-redesign)
   Palette e font invariati rispetto al biglietto da visita:
   teal #abe5e7 · petrolio #00687a · magenta #ff1fa9 · rosa #f17ebc
   Font: Montserrat. Aggiunti: superfici glass, gradienti,
   sfondo "aurora", micro-animazioni allo scroll.
   ========================================================= */

:root {
  --teal-bg:     #abe5e7;
  --teal-bg-2:   #c4eeef;
  --teal-deep:   #8fdadd;
  --petrol:      #00687a;
  --petrol-deep: #014e5c;
  --pink:        #ff1fa9;
  --pink-soft:   #f17ebc;
  --pink-tint:   #ffd9ee;
  --white:       #ffffff;

  /* gradienti derivati dalla stessa palette */
  --grad-pink:   linear-gradient(135deg, #ff1fa9 0%, #f17ebc 100%);
  --grad-petrol: linear-gradient(135deg, #00808f 0%, #014e5c 100%);
  --grad-hero:   linear-gradient(120deg, #ff1fa9 0%, #f17ebc 45%, #00a0b0 100%);

  /* superfici glass */
  --glass:       rgba(255, 255, 255, 0.55);
  --glass-strong:rgba(255, 255, 255, 0.72);
  --glass-brd:   rgba(255, 255, 255, 0.7);

  --radius:    32px;
  --radius-s:  22px;
  --radius-xs: 14px;
  --shadow-sm: 0 8px 24px -12px rgba(0, 80, 95, 0.35);
  --shadow:    0 28px 64px -28px rgba(0, 80, 95, 0.5);
  --shadow-glow: 0 30px 70px -30px rgba(255, 31, 169, 0.45);
  --maxw: 1160px;

  --font: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--petrol);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  /* sfondo "aurora": più radial-gradient sopra il teal di base */
  background:
    radial-gradient(60% 55% at 82% -8%, rgba(241, 126, 188, 0.40), transparent 60%),
    radial-gradient(50% 45% at -8% 8%, rgba(0, 160, 176, 0.28), transparent 60%),
    radial-gradient(45% 45% at 50% 118%, rgba(255, 31, 169, 0.14), transparent 60%),
    var(--teal-bg);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
em {
  font-style: normal;
  background: var(--grad-pink);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* barra di avanzamento scroll */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  z-index: 100;
  background: var(--grad-hero);
  box-shadow: 0 1px 10px rgba(255, 31, 169, 0.5);
  transition: width 0.1s linear;
}

/* animazioni di comparsa allo scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: none; }

/* =================== Sfondo decorativo in parallasse =================== */
.bg-deco { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.deco { position: absolute; will-change: transform; }
.deco--blob { border-radius: 50%; filter: blur(52px); opacity: 0.5; }
.deco--ring { border-radius: 50%; border: 2px solid rgba(0, 104, 122, 0.16); }
.deco--dot  { border-radius: 50%; }
.deco--pill { border-radius: 999px; }
.d1  { width: 420px; height: 420px; top: -60px; left: -90px;
       background: radial-gradient(circle at 30% 30%, var(--pink-soft), transparent 70%); }
.d2  { width: 500px; height: 500px; bottom: -140px; right: -130px;
       background: radial-gradient(circle at 70% 70%, var(--teal-deep), transparent 70%); }
.d3  { width: 280px; height: 280px; top: 42%; right: -70px; opacity: 0.4;
       background: radial-gradient(circle at 50% 50%, var(--pink-tint), transparent 70%); }
.d4  { width: 210px; height: 210px; top: 14%; right: 12%; }
.d5  { width: 130px; height: 130px; bottom: 18%; left: 7%; border-color: rgba(255, 31, 169, 0.22); }
.d6  { width: 14px; height: 14px; top: 24%; left: 15%; background: var(--pink); opacity: 0.5; }
.d7  { width: 10px; height: 10px; top: 60%; left: 26%; background: var(--petrol); opacity: 0.4; }
.d8  { width: 16px; height: 16px; top: 46%; right: 20%; background: var(--pink-soft); opacity: 0.6; }
.d9  { width: 9px;  height: 9px;  top: 76%; right: 30%; background: var(--petrol); opacity: 0.35; }
.d10 { width: 140px; height: 30px; top: 30%; left: 9%; opacity: 0.28;
       background: linear-gradient(90deg, var(--pink-soft), transparent); }

/* sottile texture a grana */
.grain {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.05; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
}

/* il contenuto resta sopra lo sfondo decorativo */
.hero, .section, .footer { position: relative; z-index: 1; }

/* spotlight che segue il cursore sulle card (tilt 3D) */
.card::before {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  background: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), rgba(255, 255, 255, 0.5), transparent 60%);
  opacity: 0; transition: opacity 0.35s; pointer-events: none;
}
.card:hover::before { opacity: 0.7; }
.card > * { position: relative; z-index: 1; }

@media (prefers-reduced-motion: reduce) {
  .grain { display: none; }
}

/* =================== Navbar =================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(196, 238, 239, 0.55);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  transition: padding 0.3s var(--ease), background 0.3s, box-shadow 0.3s;
}
.nav--scrolled {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: rgba(196, 238, 239, 0.82);
  box-shadow: 0 12px 34px -20px rgba(0, 80, 95, 0.55);
}

.nav__brand { display: flex; align-items: center; gap: 0.65rem; }
.nav__logo { width: 42px; height: 42px; object-fit: contain; transition: transform 0.4s var(--ease); }
.nav__brand:hover .nav__logo { transform: rotate(-6deg) scale(1.06); }
.nav__name {
  font-weight: 700;
  font-size: 1.04rem;
  letter-spacing: 0.01em;
  color: var(--petrol);
}

.nav__links { display: flex; align-items: center; gap: 0.3rem; }
.nav__links a {
  position: relative;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  color: var(--petrol-deep);
  transition: color 0.2s, background 0.2s;
}
.nav__links a:not(.nav__cta)::after {
  content: "";
  position: absolute;
  left: 0.9rem; right: 0.9rem; bottom: 0.32rem;
  height: 2px;
  border-radius: 2px;
  background: var(--grad-pink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s var(--ease);
}
.nav__links a:not(.nav__cta):hover { color: var(--pink); }
.nav__links a:not(.nav__cta):hover::after { transform: scaleX(1); }

.nav__cta {
  background: var(--grad-pink);
  color: var(--white) !important;
  font-weight: 600;
  padding: 0.55rem 1.25rem;
  box-shadow: 0 12px 26px -12px rgba(255, 31, 169, 0.8);
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.nav__cta:hover { transform: translateY(-2px); box-shadow: 0 18px 32px -12px rgba(255, 31, 169, 0.9); }

.nav__checkbox, .nav__burger { display: none; }

/* =================== Bottoni =================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  padding: 0.95rem 2rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.25s, background 0.25s, color 0.2s;
}
.btn--primary {
  background: var(--grad-pink);
  color: var(--white);
  box-shadow: 0 18px 38px -16px rgba(255, 31, 169, 0.75);
}
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 26px 48px -18px rgba(255, 31, 169, 0.85); }
.btn--ghost {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--petrol-deep);
  border-color: rgba(0, 104, 122, 0.35);
}
.btn--ghost:hover { background: var(--petrol); color: var(--white); border-color: var(--petrol); transform: translateY(-3px); }
.btn--full { width: 100%; }

/* =================== Hero =================== */
.hero {
  position: relative;
  text-align: center;
  padding: clamp(3rem, 8vw, 6rem) 1.2rem clamp(4rem, 9vw, 7rem);
  overflow: hidden;
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.hero__logo {
  width: clamp(150px, 26vw, 240px);
  margin: 0 auto 1.6rem;
  filter: drop-shadow(0 26px 40px rgba(241, 126, 188, 0.5));
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

.hero__eyebrow {
  font-weight: 300;
  font-size: clamp(1.4rem, 4.5vw, 2.5rem);
  letter-spacing: 0.03em;
  color: var(--petrol);
}
.hero__title {
  font-weight: 800;
  font-size: clamp(2.8rem, 10vw, 5.6rem);
  letter-spacing: 0.2em;
  margin: 0.2rem 0 1.2rem;
  text-indent: 0.2em;
  background: var(--grad-hero);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: hue 8s ease-in-out infinite alternate;
}
@keyframes hue {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}
.hero__tagline {
  font-weight: 400;
  font-size: clamp(1.02rem, 2.4vw, 1.25rem);
  max-width: 580px;
  margin: 0 auto 1.1rem;
  color: var(--petrol-deep);
}
.hero__phrase {
  font-weight: 300;
  font-style: italic;
  font-size: clamp(1.08rem, 2.6vw, 1.4rem);
  letter-spacing: 0.01em;
  max-width: 540px;
  margin: 0 auto 2.2rem;
  color: var(--petrol);
}
.hero__actions {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* orbi gradiente animati */
.hero__blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.55;
  z-index: 1;
  animation: drift 14s ease-in-out infinite;
}
.hero__blob--1 {
  width: 380px; height: 380px;
  background: radial-gradient(circle at 30% 30%, var(--pink-soft), transparent 70%);
  top: -80px; left: -90px;
}
.hero__blob--2 {
  width: 440px; height: 440px;
  background: radial-gradient(circle at 70% 70%, var(--teal-deep), transparent 70%);
  bottom: -140px; right: -110px;
  animation-delay: -7s;
}
@keyframes drift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50%      { transform: translate(30px, -24px) scale(1.08); }
}

.hero__scroll {
  position: relative;
  z-index: 2;
  display: block;
  width: 26px; height: 42px;
  margin: 2.4rem auto 0;
  border: 2px solid var(--petrol);
  border-radius: 999px;
  opacity: 0.5;
}
.hero__scroll span {
  position: absolute;
  top: 8px; left: 50%;
  width: 4px; height: 8px;
  background: var(--petrol);
  border-radius: 999px;
  transform: translateX(-50%);
  animation: scroll 1.6s ease-in-out infinite;
}
@keyframes scroll {
  0%   { opacity: 0; transform: translate(-50%, 0); }
  40%  { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* =================== Sezioni =================== */
.section {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: clamp(4rem, 9vw, 7rem) clamp(1.2rem, 5vw, 2.5rem);
}
.section--alt {
  max-width: none;
  background: linear-gradient(180deg, rgba(196, 238, 239, 0.0), rgba(196, 238, 239, 0.7) 18%, rgba(196, 238, 239, 0.7) 82%, rgba(196, 238, 239, 0.0));
}
.section--alt > * { max-width: var(--maxw); margin-left: auto; margin-right: auto; }

.section__head { text-align: center; margin-bottom: 3.2rem; }
.kicker {
  display: inline-block;
  font-weight: 700;
  font-size: 0.76rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 31, 169, 0.1);
  color: var(--pink);
  margin-bottom: 1rem;
}
.section__head h2,
.contact__intro h2 {
  font-weight: 300;
  font-size: clamp(2rem, 5.2vw, 3.1rem);
  letter-spacing: -0.01em;
  color: var(--petrol);
  line-height: 1.15;
}

/* =================== Chi sono =================== */
.about {
  max-width: 760px;
  margin: 0 auto;
}
.about__text p { margin-bottom: 1.15rem; font-size: 1.08rem; }
.about__text strong { color: var(--petrol); font-weight: 700; }
.about__list { list-style: none; margin-top: 1.8rem; display: grid; gap: 0.85rem; }
.about__list li {
  position: relative;
  padding-left: 2.1rem;
  font-weight: 500;
}
.about__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.5rem;
  width: 1.25rem; height: 1.25rem;
  border-radius: 50%;
  background: var(--grad-pink);
  box-shadow: 0 6px 14px -6px rgba(255, 31, 169, 0.7);
}
.about__list li::after {
  content: "✓";
  position: absolute;
  left: 0.27rem; top: 0.42rem;
  font-size: 0.7rem;
  font-weight: 800;
  color: #fff;
}
.about__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
  background: linear-gradient(165deg, var(--glass-strong), rgba(196, 238, 239, 0.75));
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius);
  padding: 3rem 2.2rem;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.about__card::before {
  content: "\201C";
  position: absolute;
  top: 0.2rem; left: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6rem;
  line-height: 1;
  background: var(--grad-pink);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.35;
  pointer-events: none;
}
.about__logo { width: 108px; margin: 0; filter: drop-shadow(0 14px 22px rgba(241, 126, 188, 0.4)); }
.about__quote {
  position: relative;
  font-weight: 300;
  font-style: italic;
  font-size: 1.22rem;
  color: var(--petrol);
  line-height: 1.55;
  max-width: 24ch;
}
.about__sign {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pink);
}

/* due lenti */
.lenses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.8rem;
  margin-top: 2.8rem;
}
.lens {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius);
  padding: 2.4rem 2.1rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--glass-brd);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.lens:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.lens::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 5px;
}
.lens--rel::before   { background: var(--grad-pink); }
.lens--neuro::before { background: var(--grad-petrol); }
.lens__icon {
  width: 64px; height: 64px;
  display: grid; place-items: center;
  font-size: 1.9rem;
  border-radius: 20px;
  margin-bottom: 1.1rem;
  box-shadow: var(--shadow-sm);
}
.lens--rel .lens__icon   { background: linear-gradient(150deg, var(--pink-tint), #ffe9f6); }
.lens--neuro .lens__icon { background: linear-gradient(150deg, var(--teal-bg), var(--teal-bg-2)); }
.lens__title { font-weight: 700; font-size: 1.26rem; color: var(--petrol); margin-bottom: 0.6rem; }
.lens p { font-size: 1.02rem; color: var(--petrol-deep); }

.about__closing {
  max-width: 780px;
  margin: 2.8rem auto 0;
  text-align: center;
}
.about__closing p { font-size: 1.16rem; color: var(--petrol-deep); }
.about__closing p + p { margin-top: 0.8rem; }

/* =================== Aree (cards) =================== */
.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.7rem;
}
.card {
  position: relative;
  flex: 1 1 300px;
  max-width: 360px;
  background: var(--glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius);
  padding: 2.3rem 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--glass-brd);
  overflow: hidden;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(150deg, rgba(255, 31, 169, 0.5), transparent 40%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s;
  pointer-events: none;
}
.card:hover { transform: translateY(-10px); box-shadow: var(--shadow); }
.card:hover::after { opacity: 1; }
.card__icon {
  width: 66px; height: 66px;
  display: grid; place-items: center;
  font-size: 1.9rem;
  border-radius: 20px;
  background: linear-gradient(150deg, var(--pink-tint), #ffe9f6);
  box-shadow: 0 12px 24px -12px rgba(255, 31, 169, 0.5);
  margin-bottom: 1.3rem;
}
.card h3 {
  font-weight: 700;
  font-size: 1.22rem;
  color: var(--petrol);
  margin-bottom: 0.6rem;
}
.card p { font-size: 1rem; color: var(--petrol-deep); }

/* gruppi (Aree di intervento) */
.area + .area { margin-top: 3.6rem; }
.area__head { margin-bottom: 1.8rem; }
.area__title {
  font-weight: 700;
  font-size: clamp(1.4rem, 3.2vw, 1.9rem);
  color: var(--petrol);
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.area__title::before {
  content: "";
  width: 34px; height: 4px;
  background: var(--grad-pink);
  border-radius: 4px;
}
.area__note {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.94rem;
  font-style: italic;
  font-weight: 500;
  color: var(--petrol-deep);
  opacity: 0.8;
}

/* =================== Modalità (steps) =================== */
.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.7rem;
}
.step {
  position: relative;
  background: var(--glass);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--glass-brd);
  border-radius: var(--radius-s);
  padding: 2.2rem 1.7rem 1.8rem;
  transition: transform 0.35s var(--ease), box-shadow 0.35s;
}
.step:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.step__num {
  display: inline-block;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 0.7rem;
  background: var(--grad-hero);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.step h3 { font-weight: 700; font-size: 1.14rem; color: var(--petrol); margin-bottom: 0.4rem; }
.step p { font-size: 0.98rem; color: var(--petrol-deep); }

/* =================== Contatti =================== */
.section--contact {
  max-width: none;
  margin-top: 2rem;
  background: var(--petrol);
  color: var(--white);
}
.section--contact .kicker { background: rgba(255, 255, 255, 0.12); color: var(--pink-soft); }
.contact {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.contact h2 { color: var(--white); }
.contact h2 em {
  background: linear-gradient(135deg, #ff8dd0, #f17ebc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.contact__lead { margin: 1.1rem auto 2.4rem; color: rgba(255, 255, 255, 0.88); max-width: 520px; }

.contact__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.contact__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 1.5rem 1.2rem;
  border-radius: var(--radius-s);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.3s var(--ease), background 0.3s;
}
.contact__item:hover { transform: translateY(-4px); background: rgba(255, 255, 255, 0.15); }
.contact__icon { font-size: 1.6rem; margin-bottom: 0.3rem; }
.contact__label {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pink-soft);
}
.contact__item a { font-size: 1.12rem; font-weight: 600; color: var(--white); word-break: break-word; }
.contact__item a:hover { color: var(--pink-soft); }

.contact__actions {
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}
.section--contact .btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}
.section--contact .btn--ghost:hover { background: var(--white); color: var(--petrol); border-color: var(--white); }
.contact__albo { font-size: 0.9rem; color: rgba(255, 255, 255, 0.65); letter-spacing: 0.02em; }

.contact__form {
  background: var(--white);
  border-radius: var(--radius);
  padding: 2.2rem;
  display: grid;
  gap: 1.05rem;
  box-shadow: var(--shadow);
}
.contact__form label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  color: var(--petrol);
}
.contact__form input,
.contact__form textarea {
  font-family: var(--font);
  font-size: 1rem;
  font-weight: 400;
  color: var(--petrol);
  padding: 0.85rem 1.05rem;
  border: 2px solid rgba(0, 104, 122, 0.14);
  border-radius: var(--radius-xs);
  background: #f4fbfb;
  resize: vertical;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.contact__form input::placeholder,
.contact__form textarea::placeholder { color: rgba(0, 104, 122, 0.45); }
.contact__form input:focus,
.contact__form textarea:focus {
  outline: none;
  border-color: var(--pink);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(255, 31, 169, 0.12);
}

/* =================== Footer =================== */
.footer {
  text-align: center;
  padding: 3rem 1.2rem 2.6rem;
  background: linear-gradient(180deg, rgba(196, 238, 239, 0), var(--teal-bg-2));
}
.footer__logo { width: 60px; margin: 0 auto 0.9rem; }
.footer__name { font-weight: 700; color: var(--petrol); letter-spacing: 0.01em; }
.footer__name span {
  background: var(--grad-pink);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.footer__meta { font-size: 0.85rem; color: var(--petrol-deep); opacity: 0.75; margin-top: 0.35rem; }
.footer__top {
  display: inline-block;
  margin-top: 1.2rem;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.5rem 1.3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--petrol);
  transition: color 0.2s, background 0.2s, transform 0.2s var(--ease);
}
.footer__top:hover { color: var(--pink); transform: translateY(-2px); background: rgba(255, 255, 255, 0.8); }

/* =================== Responsive =================== */
@media (max-width: 860px) {
  .about { grid-template-columns: 1fr; }
  .about__card { order: -1; }
  .lenses { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; gap: 2rem; }

  /* menu mobile */
  .nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px; height: 42px;
    cursor: pointer;
    z-index: 60;
  }
  .nav__burger span {
    width: 24px; height: 2.5px;
    background: var(--petrol);
    border-radius: 2px;
    transition: transform 0.25s, opacity 0.25s;
  }
  .nav__links {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(78vw, 320px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    padding: 2rem;
    background: rgba(196, 238, 239, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: -20px 0 60px -20px rgba(0, 80, 95, 0.5);
    transform: translateX(100%);
    transition: transform 0.35s var(--ease);
  }
  .nav__links a { font-size: 1.15rem; width: 100%; }
  .nav__checkbox:checked ~ .nav__links { transform: translateX(0); }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(2) { opacity: 0; }
  .nav__checkbox:checked ~ .nav__burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}
