:root {
  --ink: #221d1a;
  --muted: #6f6259;
  --paper: #fffaf4;
  --warm: #efe0d0;
  --rose: #b46d67;
  --olive: #465443;
  --wine: #603238;
  --line: rgba(34, 29, 26, 0.16);
  --shadow: 0 24px 80px rgba(34, 29, 26, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  background: var(--paper);
  padding: 10px 14px;
  border: 1px solid var(--line);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: #fffaf4;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 244, 0.92);
  color: var(--ink);
  box-shadow: 0 10px 40px rgba(34, 29, 26, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 0;
  text-decoration: none;
  line-height: 1.05;
  min-width: 180px;
}

.brand span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  font-weight: 700;
}

nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 32px);
  font-size: 0.9rem;
}

nav a,
.header-cta {
  text-decoration: none;
}

.header-cta {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 88svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #2b2521;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: contain;
  object-position: right center;
  filter: saturate(0.95) contrast(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 16, 14, 0.82) 0%, rgba(28, 22, 18, 0.58) 38%, rgba(28, 22, 18, 0.12) 78%),
    linear-gradient(0deg, rgba(34, 29, 26, 0.62) 0%, rgba(34, 29, 26, 0.06) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 160px clamp(18px, 6vw, 72px) 76px;
  color: #fffaf4;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.96;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3.45rem, 9vw, 7.6rem);
}

h2 {
  font-size: clamp(2.35rem, 5.8vw, 5.2rem);
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 30px;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: #fffaf4;
  color: var(--wine);
}

.button.secondary {
  border: 1px solid rgba(255, 250, 244, 0.72);
  color: #fffaf4;
}

.button.dark {
  background: var(--ink);
  color: var(--paper);
}

.section,
.intro-band {
  padding: clamp(58px, 10vw, 128px) clamp(18px, 6vw, 72px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 560px);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.intro-band h2,
.section-heading h2 {
  margin-bottom: 0;
}

.intro-band p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
}

.section-kicker {
  color: var(--rose);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(32px, 6vw, 72px);
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

.experience {
  background: #f8efe6;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(300px, 0.62fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: center;
}

.experience-copy {
  max-width: 700px;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
}

.experience-copy p {
  margin-bottom: 22px;
}

.portrait-frame {
  margin: 0;
  position: relative;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.portrait-frame figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.services {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 270px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.34);
}

.service-grid span {
  display: block;
  margin-bottom: 38px;
  color: var(--rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
}

.service-grid p {
  color: var(--muted);
}

.trust {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(300px, 0.92fr);
  gap: clamp(32px, 7vw, 100px);
  align-items: stretch;
  background: var(--olive);
  color: var(--paper);
}

.trust-image {
  min-height: 560px;
  border-radius: 6px;
  background:
    linear-gradient(0deg, rgba(34, 29, 26, 0.14), rgba(34, 29, 26, 0.14)),
    url("./assets/images/preparacao-veu.jpeg");
  background-position: center;
  background-size: cover;
}

.trust-copy {
  align-self: center;
  max-width: 640px;
}

.trust-copy .section-kicker {
  color: #f4c7bd;
}

.trust-copy p {
  color: rgba(255, 250, 244, 0.82);
  font-size: clamp(1rem, 1.55vw, 1.18rem);
}

.calm {
  background:
    linear-gradient(90deg, rgba(255, 250, 244, 0.94), rgba(255, 250, 244, 0.74)),
    url("./assets/images/noiva-brinde.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.calm-inner {
  max-width: 780px;
}

.calm-inner p:last-child {
  max-width: 640px;
  color: var(--muted);
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
}

.gallery {
  background: #2b2521;
  color: var(--paper);
}

.gallery .section-kicker {
  color: #f4c7bd;
}

.gallery-grid {
  columns: 4;
  column-gap: 12px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  border-radius: 4px;
  break-inside: avoid;
}

.proof {
  background: var(--warm);
}

.proof-content {
  max-width: 840px;
}

.proof-content p:last-child {
  color: var(--muted);
  font-size: clamp(1.03rem, 1.45vw, 1.18rem);
}

.faq {
  background: var(--paper);
}

.faq-list {
  max-width: 920px;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: var(--rose);
  font-size: 1.4rem;
  line-height: 1;
}

details[open] summary::after {
  content: "-";
}

details p {
  max-width: 700px;
  margin: 16px 0 0;
  color: var(--muted);
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  background: var(--wine);
  color: var(--paper);
}

.final-cta .section-kicker {
  color: #f1c7bf;
}

.final-cta h2 {
  margin-bottom: 14px;
}

.final-cta p {
  max-width: 640px;
  margin-bottom: 0;
  color: rgba(255, 250, 244, 0.8);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 36px clamp(18px, 6vw, 72px);
  background: #171412;
  color: var(--paper);
}

.site-footer p {
  margin: 8px 0 0;
  color: rgba(255, 250, 244, 0.68);
}

address {
  display: grid;
  gap: 6px;
  font-style: normal;
  text-align: right;
}

address a {
  color: rgba(255, 250, 244, 0.82);
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .calm {
    background-attachment: scroll;
  }
}

@media (max-width: 960px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .intro-band,
  .section-heading,
  .experience-layout,
  .trust,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

  .trust-image {
    min-height: 420px;
  }

  .gallery-grid {
    columns: 2;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.2rem;
  }

  .header-cta {
    padding: 8px 12px;
    font-size: 0.86rem;
  }

  .hero {
    min-height: 86svh;
  }

  .hero-media img {
    object-position: 50% 38%;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(20, 16, 14, 0.82) 0%, rgba(20, 16, 14, 0.52) 54%, rgba(20, 16, 14, 0.16) 100%);
  }

  .hero-content {
    padding: 126px 18px 40px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.22rem, 11vw, 3.6rem);
  }

  .button {
    width: 100%;
  }

  .section,
  .intro-band {
    padding: 54px 18px;
  }

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

  .service-grid article {
    min-height: 210px;
  }

  .trust-image {
    min-height: 330px;
  }

  .gallery-grid {
    columns: 1;
  }

  .site-footer {
    display: grid;
  }

  address {
    text-align: left;
  }
}
