/* ==========================================================================
   maria godoy — site pessoal
   Paleta: terra batida, papel envelhecido, azeitona profundo, dourado-cobre
   Tipografia: PP Editorial New (display via fontshare) + Fraunces + Inter
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;1,9..144,300;1,9..144,400&family=Inter:wght@300;400;500&display=swap');

:root {
  /* Paleta principal */
  --bone: #f3ece1;          /* papel envelhecido, fundo principal */
  --bone-warm: #ebe2d2;     /* papel mais quente para seções */
  --bone-deep: #ddd1bd;     /* papel ainda mais saturado */
  --ink: #1c1a16;           /* tinta profunda, quase preta */
  --ink-soft: #3d3830;      /* texto secundário */
  --ink-muted: #7d7466;     /* texto auxiliar */
  --ink-faint: #b0a690;     /* texto muito leve */
  --olive: #4a4d2f;         /* verde-azeitona escuro — destaque principal */
  --olive-soft: #6b6d4a;    /* azeitona claro */
  --copper: #a05a2c;        /* cobre quente — destaque secundário, raro */
  --terra: #8b3a1f;         /* terra queimada — uso muito raro, só em momentos especiais */
  --rule: rgba(28, 26, 22, 0.14);
  --rule-soft: rgba(28, 26, 22, 0.07);

  /* Tipografia */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, system-ui, sans-serif;

  /* Layout */
  --max-w: 1180px;
  --gutter: clamp(1.5rem, 5vw, 4rem);

  --transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

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

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

body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bone);
  letter-spacing: 0.005em;
  overflow-x: hidden;
  /* Grain texture subtle */
  background-image:
    radial-gradient(rgba(28, 26, 22, 0.025) 1px, transparent 1px),
    radial-gradient(rgba(28, 26, 22, 0.025) 1px, transparent 1px);
  background-size: 3px 3px, 7px 7px;
  background-position: 0 0, 1px 2px;
}

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

a { color: inherit; text-decoration: none; }

::selection { background: var(--olive); color: var(--bone); }

/* ==========================================================================
   Typography system
   ========================================================================== */

.display {
  font-family: var(--font-display);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-variation-settings: 'opsz' 144, 'SOFT' 0;
}

.eyebrow {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--olive);
}

.eyebrow-faint {
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

h1.display { font-size: clamp(3rem, 7.5vw, 6.5rem); }
h2.display { font-size: clamp(2.4rem, 5vw, 4.2rem); }
h3.display { font-size: clamp(1.6rem, 2.8vw, 2.3rem); font-weight: 400; }

.lede {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem);
  line-height: 1.45;
  color: var(--ink-soft);
  font-style: italic;
  font-variation-settings: 'opsz' 24;
}

p { color: var(--ink-soft); }

p + p { margin-top: 1.2rem; }

em { font-style: italic; }
.italic { font-style: italic; color: var(--olive); }
.copper { color: var(--copper); }

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
  max-width: var(--max-w);
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.container-narrow {
  max-width: 680px;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

section { padding: clamp(5rem, 10vw, 9rem) 0; }

.divider {
  height: 1px;
  background: var(--rule);
  margin: 0;
}

.divider-narrow {
  height: 1px;
  background: var(--olive);
  width: 48px;
  margin: 2rem 0;
}

.divider-narrow.center { margin-left: auto; margin-right: auto; }

/* ==========================================================================
   Header — minimal, quiet
   ========================================================================== */

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(243, 236, 225, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.brand {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  font-style: italic;
  color: var(--ink);
  font-variation-settings: 'opsz' 32, 'SOFT' 50;
}

.nav {
  display: flex;
  gap: clamp(1.4rem, 3vw, 2.8rem);
  align-items: center;
}

.nav a {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 400;
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.3s ease;
}

.nav a:hover { color: var(--olive); }

.nav a.active { color: var(--olive); }

.nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--olive);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: var(--ink);
}

/* ==========================================================================
   Hero — home page
   ========================================================================== */

.hero {
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 9vw, 7rem);
  position: relative;
  overflow: hidden;
}

.hero-decoration {
  position: absolute;
  top: 50%;
  right: -8%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(160, 90, 44, 0.10), transparent 70%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-text .eyebrow {
  margin-bottom: 2rem;
  opacity: 0;
  animation: fadeUp 0.9s 0.1s forwards;
}

.hero-text h1 {
  margin-bottom: 2.2rem;
  opacity: 0;
  animation: fadeUp 1s 0.25s forwards;
}

.hero-text .lede {
  max-width: 36ch;
  margin-bottom: 3rem;
  opacity: 0;
  animation: fadeUp 1s 0.4s forwards;
}

.hero-text .portals {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--rule);
  opacity: 0;
  animation: fadeUp 1s 0.55s forwards;
}

.portal {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: transform 0.4s ease;
}

.portal:hover { transform: translateY(-2px); }

.portal .label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.portal .value {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--olive);
  font-style: italic;
  font-variation-settings: 'opsz' 32;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.portal .value::after {
  content: '→';
  font-style: normal;
  font-size: 0.85em;
  transition: transform 0.3s ease;
}

.portal:hover .value::after { transform: translateX(3px); }

.hero-portrait {
  position: relative;
  opacity: 0;
  animation: fadeIn 1.4s 0.4s forwards;
}

.hero-portrait .frame {
  aspect-ratio: 4 / 6;
  background: var(--bone-warm);
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

.hero-portrait .frame::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(74, 77, 47, 0.08) 100%);
  z-index: 1;
  pointer-events: none;
}

.hero-portrait .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(20%) contrast(0.96) sepia(0.06);
  transition: transform 1.4s ease;
}

.hero-portrait:hover .frame img { transform: scale(1.03); }

.hero-portrait .caption {
  position: absolute;
  bottom: -2.6rem;
  right: 0;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-muted);
  letter-spacing: 0.01em;
  font-variation-settings: 'opsz' 24;
}

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

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

/* ==========================================================================
   Page hero (interior pages)
   ========================================================================== */

.page-hero {
  padding: clamp(5rem, 10vw, 9rem) 0 clamp(3rem, 6vw, 5rem);
  border-bottom: 1px solid var(--rule);
}

.page-hero .eyebrow { margin-bottom: 1.8rem; }
.page-hero h1.display { max-width: 18ch; margin-bottom: 1.8rem; font-size: clamp(2.8rem, 6vw, 5.2rem); }
.page-hero h1.display em { color: var(--olive); font-style: italic; }
.page-hero .lede { max-width: 56ch; }

/* ==========================================================================
   Manifesto page — editorial treatment
   ========================================================================== */

.manifesto {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.manifesto-text {
  max-width: 640px;
  margin: 0 auto;
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.7;
  color: var(--ink);
  font-variation-settings: 'opsz' 24;
}

.manifesto-text p {
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.manifesto-text p:first-of-type::first-letter {
  font-family: var(--font-display);
  font-weight: 400;
  float: left;
  font-size: 5em;
  line-height: 0.85;
  margin: 0.1em 0.1em 0 -0.05em;
  color: var(--olive);
  font-style: italic;
  font-variation-settings: 'opsz' 144;
}

.manifesto-text em {
  color: var(--olive);
  font-style: italic;
}

.manifesto-signature {
  max-width: 640px;
  margin: 4rem auto 0;
  text-align: right;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--ink-muted);
  font-variation-settings: 'opsz' 32;
}

.manifesto-signature::before {
  content: '— ';
  color: var(--olive);
}

/* ==========================================================================
   Sobre — biography page
   ========================================================================== */

.bio-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.bio-grid .sidebar { position: sticky; top: 8rem; }

.bio-portrait {
  aspect-ratio: 4 / 6;
  background: var(--bone-warm);
  overflow: hidden;
  border-radius: 2px;
  max-width: 360px;
}

.bio-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(20%) sepia(0.06);
}

.bio-content {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.75;
  color: var(--ink);
  font-variation-settings: 'opsz' 24;
}

.bio-content p {
  margin-bottom: 1.4rem;
  color: var(--ink);
}

.bio-content p:first-of-type {
  font-size: 1.4rem;
  font-style: italic;
  color: var(--olive);
  line-height: 1.5;
  font-variation-settings: 'opsz' 32;
}

.bio-content h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
  font-style: italic;
  color: var(--olive);
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-variation-settings: 'opsz' 32;
}

/* ==========================================================================
   Section headers
   ========================================================================== */

.section-header {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.section-header .eyebrow { padding-top: 0.7rem; }
.section-header h2 { max-width: 18ch; }
.section-header h2 em { font-style: italic; color: var(--olive); }

/* ==========================================================================
   Portals — link cards to other surfaces
   ========================================================================== */

.portals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 2rem;
}

.portal-card {
  background: var(--bone-warm);
  padding: clamp(2rem, 4vw, 3rem);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.portal-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(74, 77, 47, 0.04) 100%);
  pointer-events: none;
}

.portal-card:hover {
  background: var(--bone-deep);
  transform: translateY(-3px);
}

.portal-card .number {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1rem;
  color: var(--olive);
  margin-bottom: 1.8rem;
  font-variation-settings: 'opsz' 24;
}

.portal-card h3 {
  margin-bottom: 1.2rem;
  color: var(--ink);
}

.portal-card p {
  font-size: 14.5px;
  margin-bottom: 2rem;
  flex: 1;
  color: var(--ink-soft);
}

.portal-card .more {
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--olive);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.portal-card .more::after {
  content: '→';
  transition: transform 0.3s ease;
}

.portal-card:hover .more::after { transform: translateX(4px); }

/* ==========================================================================
   Newsletter callout
   ========================================================================== */

.newsletter {
  background: var(--olive);
  color: var(--bone);
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  position: relative;
  overflow: hidden;
}

.newsletter::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -10%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 236, 225, 0.06), transparent 70%);
  pointer-events: none;
}

.newsletter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 1;
}

.newsletter .eyebrow { color: rgba(243, 236, 225, 0.7); margin-bottom: 1.5rem; }
.newsletter h2 { color: var(--bone); margin-bottom: 1.5rem; }
.newsletter h2 em { color: var(--bone); font-style: italic; opacity: 0.7; }
.newsletter p { color: rgba(243, 236, 225, 0.85); max-width: 44ch; }

.newsletter-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem 1.8rem;
  border: 1px solid var(--bone);
  color: var(--bone);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.4s ease;
  margin-top: 2rem;
}

.newsletter-cta:hover {
  background: var(--bone);
  color: var(--olive);
}

.newsletter-cta::after {
  content: '→';
  letter-spacing: 0;
  transition: transform 0.3s ease;
}

.newsletter-cta:hover::after { transform: translateX(3px); }

/* ==========================================================================
   Quote / pull quote
   ========================================================================== */

.quote {
  text-align: center;
  padding: clamp(4rem, 8vw, 7rem) 0;
  max-width: 32ch;
  margin: 0 auto;
}

.quote blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1.3;
  color: var(--ink);
  font-weight: 300;
  font-variation-settings: 'opsz' 144;
}

.quote .attribution {
  margin-top: 2.2rem;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--olive);
}

/* ==========================================================================
   Contact section
   ========================================================================== */

.contact-section {
  background: var(--ink);
  color: var(--bone);
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.contact-section .eyebrow { color: rgba(243, 236, 225, 0.6); }
.contact-section h2 { color: var(--bone); }
.contact-section h2 em { font-style: italic; color: rgba(243, 236, 225, 0.7); }
.contact-section p { color: rgba(243, 236, 225, 0.8); }

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0.5rem;
}

.contact-info .item .label {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(243, 236, 225, 0.5);
  margin-bottom: 0.5rem;
}

.contact-info .item .value {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.25rem;
  color: var(--bone);
  font-variation-settings: 'opsz' 32;
}

.contact-info .item a {
  color: var(--bone);
  border-bottom: 1px solid rgba(243, 236, 225, 0.3);
  transition: border-color 0.3s ease;
}

.contact-info .item a:hover { border-color: var(--bone); }

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: var(--bone-warm);
  padding: clamp(3.5rem, 6vw, 5rem) 0 2rem;
  border-top: 1px solid var(--rule);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  margin-bottom: 3rem;
}

.footer-brand h3 {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0.6rem;
  color: var(--olive);
  font-variation-settings: 'opsz' 32;
}

.footer-brand p {
  font-size: 13.5px;
  max-width: 36ch;
  color: var(--ink-muted);
  font-style: italic;
  font-family: var(--font-display);
  font-variation-settings: 'opsz' 14;
}

.footer-col h4 {
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--ink-muted);
  margin-bottom: 1rem;
  font-weight: 400;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  font-size: 14px;
  color: var(--ink-soft);
  transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--olive); }

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-bottom p {
  font-size: 11.5px;
  color: var(--ink-muted);
}

.footer-bottom .signature {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13px;
  color: var(--olive);
  font-variation-settings: 'opsz' 14;
}

/* ==========================================================================
   Pages list (escrever, advogar)
   ========================================================================== */

.surface-list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.surface {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: 2.5rem 0;
  border-top: 1px solid var(--rule);
  align-items: start;
  transition: transform 0.3s ease;
}

.surface:last-child { border-bottom: 1px solid var(--rule); }

.surface:hover { transform: translateX(8px); }

.surface .number {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--olive);
  padding-top: 0.4rem;
  font-variation-settings: 'opsz' 24;
}

.surface .info h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 0.7rem;
  color: var(--ink);
  font-variation-settings: 'opsz' 48;
}

.surface .info h3 em { font-style: italic; color: var(--olive); }

.surface .info p {
  max-width: 56ch;
  color: var(--ink-soft);
}

.surface .arrow {
  font-family: var(--font-display);
  font-style: italic;
  color: var(--olive);
  font-size: 1.5rem;
  align-self: center;
  transition: transform 0.3s ease;
  font-variation-settings: 'opsz' 32;
}

.surface:hover .arrow { transform: translateX(4px); }

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 4rem; }
  .hero-portrait { max-width: 400px; }
  .hero-decoration { display: none; }
  .section-header { grid-template-columns: 1fr; gap: 1rem; }
  .portals-grid { grid-template-columns: 1fr; }
  .newsletter-grid { grid-template-columns: 1fr; }
  .bio-grid { grid-template-columns: 1fr; }
  .bio-grid .sidebar { position: static; }
  .bio-portrait { max-width: 300px; }
  .contact-grid { grid-template-columns: 1fr; }
  .surface { grid-template-columns: 50px 1fr; }
  .surface .arrow { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}

@media (max-width: 640px) {
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bone);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem var(--gutter);
    gap: 1rem;
    border-bottom: 1px solid var(--rule);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .hero-text .portals { gap: 1.5rem; }
}

/* ==========================================================================
   Floating WhatsApp button
   ========================================================================== */

.fab-whatsapp {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--olive);
  color: var(--bone);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 90;
  transition: all 0.4s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.fab-whatsapp:hover {
  background: var(--copper);
  transform: translateY(-3px);
}

.fab-whatsapp svg { width: 22px; height: 22px; }

@media (max-width: 640px) {
  .fab-whatsapp { bottom: 1.2rem; right: 1.2rem; width: 48px; height: 48px; }
}

/* ==========================================================================
   Scroll reveal
   ========================================================================== */

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.1s ease, transform 1.1s ease;
}

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