:root {
  --nav-height: 88px;
  --hero-bottom-space: 2rem;
  --hero-floral-offset: 0px;
}

@media (max-width: 767px) {
  :root {
    --nav-height: 76px;
  }
}

@font-face {
    font-family: "Fleur De Leah";
    src: url("../fonts/fleur-de-leah-latin-400-normal.woff2") format("woff2"),
         url("../fonts/fleur-de-leah-latin-400-normal.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #faf9f6;
    font-family: "Manrope", sans-serif;
}

html,
body {
  overflow-x: clip;
}

#inicio {
  overflow-x: clip;
  padding-top: 196px;
}

.font-serif {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

h1 {
    font-family: "Fleur De Leah"!important;
    font-weight: 500!important;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

.material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}

.floral-bg {
    background-image: url(https://lh3.googleusercontent.com/aida-public/AB6AXuCFxKv1wacXiVrLo0NK31lCBKhfcREk0jK1WBWOFnuRDR8YJPy5A8XRdoanV2F-eemJUPacrHo3i0kAgvdELLs9_uCSsTtZGjJEv5u_fboOE9zGizQRLiewqQT_fm4FBclwdth_eVonaiQLiTizXq2w3YAvYMDXn4fVub_XGzPILV64hmytJZUzLOspQkMA6S6bR97PflkcXWesDlOqVwHbAcDTzUyoTp6uwJ3oCpdXAoqD-4NuTQQVbLal2LvzKQI_ZzJtMEiUkzGq);
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.sacred-shadow {
    box-shadow: 0 12px 32px rgba(48, 51, 48, 0.06);
}

.top-nav-shell {
    box-shadow: 0 12px 32px rgba(48, 51, 48, 0.04);
}

.brand-signature {
    color: #51635b;
}

.nav-link {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.125rem;
    letter-spacing: -0.015em;
    transition: color 300ms ease;
}

.nav-link:hover {
    color: #51635b;
}

.nav-link-active {
    color: #51635b;
    font-weight: 700;
    border-bottom: 2px solid rgba(172, 191, 181, 0.3);
    padding-bottom: 0.25rem;
}

.nav-link-default {
    color: rgb(120 113 108);
    font-weight: 500;
}

.top-nav-inner {
  height: 76px;
  min-height: unset;
  padding: 0;
  display: flex;
  align-items: center;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: var(--nav-height);
  display: flex;
  flex-direction: column;
}

.hero-floral-wrap {
  position: fixed;
  top: 76px!important; /* já dinâmico */
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; /* abaixo do conteúdo */
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.hero-floral-image {
display: block;
  width: clamp(280px, 92vw, 1280px); /* Valor mínimo reduzido para 280px */
  max-width: 100%; /* Mudou de 100vw para 100% */
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero-floral-image {
    width: 100%;
    max-width: 100%;
  }
}

.hero-center {
  position: relative;
  z-index: 10;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem calc(4rem + var(--hero-bottom-space));
  max-width: 64rem;
  margin: 0 auto;
  text-align: center;
}

.hero-bottom {
  position: absolute;
  left: 50%;
  bottom: var(--hero-bottom-space);
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0.4;
  animation: heroBounce 1.6s infinite;
}

@media (max-width: 767px) {
  :root {
    --hero-bottom-space: 1.25rem;
  }

  .hero-center {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: calc(3.5rem + var(--hero-bottom-space));
  }
}

.hero-date {
    letter-spacing: 0.3em;
}

.story-image {
    height: 600px;
}

.story-spa-icon {
    font-size: 12rem;
}

.ceremony-map-frame {
    filter: grayscale(100%) contrast(0.9);
}

.ceremony-image,
.reception-image-wrap {
    min-height: 400px;
}

.dresscode-subtitle {
    letter-spacing: 0.2em;
}

.wedding-footer {
    border-color: rgba(172, 191, 181, 0.1);
    background-color: #faf9f6;
}

img.footer-brand-image {
    width: 160px!important;
}

.footer-brand {
    color: #303330;
}

.footer-link {
    font-family: "Manrope", sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: rgb(168 162 158);
    text-decoration-color: #acbfb5;
    text-underline-offset: 4px;
    opacity: 0.8;
    transition: opacity 200ms ease;
}

.footer-link:hover {
    text-decoration-line: underline;
    opacity: 1;
}
