@font-face {
  font-family: "Allura";
  src: url("fonts/Allura-Regular.woff") format("woff"), url("fonts/Allura-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("fonts/CormorantGaramond-SemiBold.woff") format("woff"), url("fonts/CormorantGaramond-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.woff") format("woff"), url("fonts/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.woff") format("woff"), url("fonts/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --green: #4f573b;
  --rose: #b8636b;
  --gold: #d39a32;
  --dark: #403d38;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #eeeae2; }
body { margin: 0; color: #171713; font-family: "Cormorant Garamond", Georgia, serif; }

.page {
  position: relative;
  width: min(100%, 1373px);
  height: 1854px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url("assets/background-desktop.webp") center / 100% 100% no-repeat;
}

.hero, .intro, .contact { position: absolute; left: 0; width: 100%; text-align: center; }
.hero { top: 57px; }
.logo { display: block; width: 317px; height: 272px; object-fit: contain; margin: 0 auto; }
.tagline { margin: 13px 0 0; color: var(--green); font-size: 16px; font-weight: 600; letter-spacing: 1px; }
h1 { margin: 58px 0 0; color: var(--green); font-size: 45px; line-height: 1.1; font-weight: 600; }
.script { margin: 0; color: var(--rose); font-family: "Allura", "Snell Roundhand", cursive; font-weight: 400; }
.hero-script { margin-top: 5px; font-size: 69px; line-height: 1; }

.ornament { display: flex; align-items: center; justify-content: center; gap: 14px; width: 238px; margin: 56px auto 0; }
.ornament span { width: 92px; height: 1px; background: var(--gold); }
.ornament i { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

.intro { top: 670px; }
.intro > p:first-child { margin: 0; font-size: 25px; line-height: 1.12; font-weight: 600; }
.heart { color: var(--gold); font-size: 25px; margin-top: 15px; }
.welcome { margin-top: 3px; font-size: 45px; }

.columns {
  position: absolute;
  top: 962px;
  left: 15.66%;
  width: 71.38%;
  display: grid;
  grid-template-columns: 35.2% 35.72%;
  column-gap: 29.08%;
}
.columns::after { content: ""; position: absolute; top: 6px; left: 47.65%; height: 471px; width: 1px; background: rgba(211,154,50,.7); }
.columns article { text-align: center; }
.columns .events { transform: translateY(-4px); }
.columns h2, .contact h2 { margin: 0; color: var(--green); font-size: 30px; font-weight: 600; }
.ornament.small { width: 174px; margin-top: 14px; gap: 10px; }
.ornament.small span { width: 70px; }
.ornament.small i { width: 6px; height: 6px; }
ul { list-style: none; margin: 21px auto 0; padding: 0; width: 264px; color: var(--green); font-family: "Inter", Arial, sans-serif; font-size: 14px; font-weight: 600; }
li { height: 45px; line-height: 45px; border-bottom: 1px solid rgba(211,154,50,.62); }
.events li:last-child { border: 0; }
.quote { margin-top: 23px; font-size: 34px; line-height: 1.12; transform: rotate(-6deg); }

.contact { top: 1574px; display: flex; flex-direction: column; align-items: center; }
.contact h2 { order: 1; font-size: 30px; }
.contact > .script { order: 2; margin-top: 5px; font-size: 35px; }
.contact-line { order: 3; display: flex; align-items: center; gap: 12px; width: 58.2%; margin: 36px auto 0; }
.contact-line span { height: 1px; flex: 1; background: rgba(211,154,50,.7); }
.contact-line i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.contact-links { order: 4; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; width: 72%; margin: 55px auto 0; font-family: "Inter", Arial, sans-serif; }
.contact-links a { display: flex; align-items: center; gap: 8px; color: var(--dark); text-decoration: none; font-size: 12px; letter-spacing: 1px; }
.contact-links a { justify-content: center; min-width: 0; }
.contact-links img { width: 31px; height: 31px; object-fit: contain; }
.contact-links a:hover, .contact-links a:focus-visible { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }

.to-top { position: fixed; z-index: 10; right: max(32px, calc((100vw - 1373px) / 2 + 32px)); bottom: 32px; width: 48px; height: 48px; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.to-top img { width: 100%; height: 100%; object-fit: contain; }
.to-top:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.whatsapp-float { position: fixed; z-index: 10; right: max(27px, calc((100vw - 1373px) / 2 + 27px)); bottom: 96px; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: transparent; filter: drop-shadow(0 5px 8px rgba(0, 0, 0, .22)); transition: transform .2s ease, filter .2s ease; }
.whatsapp-float img { width: 58px; height: 58px; }
.whatsapp-float:hover { transform: translateY(-2px); filter: drop-shadow(0 7px 10px rgba(0, 0, 0, .28)); }
.whatsapp-float:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

.legal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(100%, 1373px);
  min-height: 58px;
  margin: 0 auto;
  padding: 16px 32px;
  background: #faf8f3;
  color: var(--green);
  font-family: "Inter", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: .6px;
}
.legal-footer nav { display: flex; gap: 24px; }
.legal-footer a { color: var(--green); text-decoration: none; }
.legal-footer a:hover, .legal-footer a:focus-visible { text-decoration: underline; }

@media (min-width: 768px) and (max-width: 1023px) {
  .page { width: 768px; height: 1685px; background-image: url("assets/background-tablet.webp"); background-size: 768px 1685px; }
  .hero { top: 48px; }
  .logo { width: 230px; height: 197px; }
  .tagline { width: 560px; margin: 40px auto 0; font-size: 14px; line-height: 17px; }
  h1 { width: 640px; margin: 40px auto 0; font-size: 40px; line-height: 48px; }
  .hero-script { width: 560px; margin: 40px auto 0; font-size: 58px; line-height: 73px; }
  .hero-ornament { width: 172px; height: 8px; margin-top: 40px; gap: 10px; }
  .hero-ornament span { width: 62px; }
  .hero-ornament i { width: 6px; height: 6px; }
  .intro { top: 591px; width: 640px; left: 64px; }
  .intro > p:first-child { font-size: 23px; line-height: 30px; }
  .heart { margin-top: 14px; font-size: 22px; line-height: 25px; }
  .welcome { margin-top: 10px; font-size: 44px; line-height: 55px; }
  .columns { top: 866px; left: 64px; width: 640px; grid-template-columns: 308px 308px; column-gap: 24px; }
  .columns::after { display: none; }
  .columns .events { transform: none; }
  .columns h2 { width: 308px; font-size: 27px; line-height: 30px; }
  .ornament.small { height: 8px; margin-top: 18px; }
  .ornament.small span { width: 57px; }
  ul { width: 308px; margin-top: 10px; font-size: 14px; line-height: 43px; }
  li { height: 43px; line-height: 43px; border: 0; }
  .quote { width: 308px; margin-top: 42px; font-size: 34px; line-height: 38px; }
  .contact { top: 1456px; left: 64px; width: 640px; }
  .contact-line { order: 1; width: 335px; height: 4px; margin: 0 auto 12px; gap: 8px; }
  .contact-line span { width: 158px; flex: none; }
  .contact-line i { width: 4px; height: 4px; }
  .contact h2 { order: 2; width: 580px; font-size: 26px; line-height: 31px; }
  .contact > .script { order: 3; width: 580px; margin-top: 7px; font-size: 34px; line-height: 43px; }
  .contact-links { order: 4; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: 640px; height: 31px; margin-top: 40px; }
  .contact-links a { position: relative; justify-content: center; font-size: 13px; }
  .contact-links img { width: 28px; height: 28px; }
  .to-top { right: max(24px, calc((100vw - 768px) / 2 + 24px)); bottom: 24px; }
  .whatsapp-float { right: max(19px, calc((100vw - 768px) / 2 + 19px)); bottom: 88px; }
  .legal-footer { width: 768px; }
}

@media (max-width: 767px) {
  body { min-width: 320px; }
  .page { display: flex; flex-direction: column; align-items: center; gap: 32px; width: min(100%, 390px); height: 2425px; padding: 32px 24px 40px; background-image: url("assets/background-mobile.webp"); background-size: 100% 2425px; text-align: center; }
  .hero { position: relative; top: auto; left: auto; display: flex; flex-direction: column; align-items: center; gap: 32px; width: 100%; flex: 0 0 533px; }
  .logo { width: 190px; height: 163px; flex: 0 0 163px; }
  .tagline { width: 100%; height: 32px; margin: 0; font-size: 13px; line-height: 16px; }
  h1 { width: 100%; height: 82px; margin: 0; font-size: 34px; line-height: 41px; }
  .hero-script { width: 100%; height: 120px; margin: 0; font-size: 48px; line-height: 60px; }
  .hero-ornament { width: 171px; height: 8px; margin: 0; gap: 10px; flex: 0 0 8px; }
  .hero-ornament span { width: 70px; }
  .hero-ornament i { width: 6px; height: 6px; }
  .wide-break { display: none; }
  .intro, .columns, .contact { position: relative; top: auto; left: auto; width: 100%; }
  .intro { height: 326px; flex: 0 0 326px; display: flex; flex-direction: column; align-items: center; gap: 20px; overflow: hidden; }
  .intro > p:first-child { width: 100%; min-height: 216px; margin: 0; font-size: 21px; line-height: 27px; }
  .heart { width: 22px; height: 21px; margin: 0; font-size: 23px; line-height: 21px; }
  .welcome { width: 100%; height: 49px; margin: 0; font-size: 40px; line-height: 49px; }
  .columns { display: flex; flex-direction: column; gap: 32px; height: 1017px; flex: 0 0 1017px; }
  .columns::after { display: none; }
  .columns article { width: 100%; overflow: hidden; }
  .services { height: 470px; flex: 0 0 470px; }
  .events { height: 515px; flex: 0 0 515px; transform: none; }
  .columns h2 { width: 100%; height: 30px; font-size: 27px; line-height: 30px; }
  .ornament.small { width: 174px; height: 8px; margin: 18px auto 0; }
  .ornament.small span { width: 70px; }
  ul { width: 100%; margin: 10px 0 0; font-size: 12px; line-height: 43px; }
  li { height: 43px; line-height: 43px; border: 0; }
  .quote { display: flex; align-items: center; justify-content: center; width: 100%; height: 113px; margin: 18px 0 0; font-size: 34px; line-height: 38px; }
  .contact { height: 176px; flex: 0 0 176px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
  .contact-line { order: 1; width: min(335px, 100%); height: 4px; margin: 0; gap: 8px; }
  .contact-line span { flex: 1; }
  .contact-line i { width: 5px; height: 5px; }
  .contact h2 { order: 2; width: 100%; height: 60px; font-size: 26px; line-height: 30px; }
  .contact > .script { order: 3; width: 100%; height: 76px; margin: 0; font-size: 34px; line-height: 38px; }
  .contact-links { order: 4; position: absolute; top: 208px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 16px; width: 220px; height: 172px; margin: 0; }
  .contact-links a { width: 220px; height: 31px; font-size: 10px; }
  .contact-links img { width: 31px; height: 31px; }
  .to-top { right: max(16px, calc((100vw - 390px) / 2 + 16px)); bottom: 16px; width: 44px; height: 44px; }
  .whatsapp-float { right: max(12px, calc((100vw - 390px) / 2 + 12px)); bottom: 76px; width: 52px; height: 52px; }
  .whatsapp-float img { width: 52px; height: 52px; }
  .legal-footer { width: min(100%, 390px); flex-direction: column; justify-content: center; gap: 10px; padding: 15px 20px; text-align: center; }
}
