:root {
  --wine: #851926;
  --wine-dark: #5b111b;
  --terracotta: #c75b2b;
  --cream: #fff8ee;
  --sand: #ead8c0;
  --ink: #241814;
  --white: #fffdf8;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: min(calc(100% - 48px), var(--max));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.brand { width: clamp(210px, 24vw, 340px); }
.brand img { width: 100%; height: auto; }
.header-link {
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(36, 24, 20, .35);
  padding-bottom: 7px;
}
.header-link span { color: var(--wine); margin-left: 7px; }

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  overflow: hidden;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px max(48px, calc((100vw - var(--max)) / 2)) 80px;
  background:
    radial-gradient(circle at 12% 86%, rgba(199, 91, 43, .12), transparent 25%),
    linear-gradient(145deg, #fffaf2, #f5e8d8);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 25px;
  color: var(--wine);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow span { width: 34px; height: 1px; background: currentColor; }

h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.045em;
}
h1 { max-width: 760px; font-size: clamp(4.2rem, 7vw, 7.5rem); }
h1 em, h2 em { color: var(--wine); font-weight: 600; }
.intro {
  max-width: 620px;
  margin: 38px 0 0;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}

.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  color: var(--white);
  background: var(--wine);
  border: 1px solid var(--wine);
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--wine-dark); }
.button:focus-visible, .header-link:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 4px; }
.status { display: flex; align-items: center; gap: 10px; margin: 0; font-size: .78rem; line-height: 1.5; }
.status span { flex: 0 0 auto; width: 8px; height: 8px; background: var(--terracotta); border-radius: 50%; box-shadow: 0 0 0 5px rgba(199, 91, 43, .14); }

.hero-visual {
  position: relative;
  min-height: 720px;
  padding: 96px clamp(34px, 5vw, 82px) 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wine);
}
.sun {
  position: absolute;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(239, 166, 88, .86);
  top: 6%;
  right: -18%;
}
.photo-frame {
  position: relative;
  z-index: 1;
  width: min(440px, 100%);
  margin: 0;
  box-shadow: 0 34px 65px rgba(55, 5, 12, .35);
  transform: rotate(1.5deg);
}
.photo-frame::before {
  content: "";
  position: absolute;
  inset: -13px 13px 13px -13px;
  z-index: -1;
  border: 1px solid rgba(255, 248, 238, .65);
}
.photo-frame img { width: 100%; height: min(68vh, 720px); object-fit: cover; object-position: 50% 56%; }
.photo-frame figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  color: var(--ink);
  background: rgba(255, 248, 238, .92);
  backdrop-filter: blur(10px);
}
.photo-frame figcaption span { font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.photo-frame figcaption strong { color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; }
.seal {
  position: absolute;
  z-index: 2;
  right: clamp(10px, 3vw, 45px);
  bottom: 8%;
  width: 114px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 248, 238, .7);
  border-radius: 50%;
  color: var(--white);
  display: grid;
  place-content: center;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  letter-spacing: .08em;
  transform: rotate(8deg);
}
.seal span { display: block; font-size: .75rem; color: #f0b16e; }

.construction {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  min-height: 760px;
  color: var(--cream);
  background:
    radial-gradient(circle at 86% 20%, rgba(230, 162, 94, .2), transparent 24%),
    var(--wine-dark);
}
.construction-image {
  min-height: 680px;
  overflow: hidden;
}
.construction-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.construction-copy {
  align-self: center;
  max-width: 680px;
  padding: 90px clamp(36px, 7vw, 110px);
}
.construction-copy .eyebrow { color: #efa768; }
.construction-copy h2 { color: var(--cream); }
.construction-copy h2 em { color: #efa768; }
.construction-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 34px 0 0;
  color: rgba(255, 248, 238, .82);
  font-size: 1.05rem;
  line-height: 1.8;
}
.construction-note {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 38px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 248, 238, .22);
}
.construction-note > span {
  flex: 0 0 auto;
  display: grid;
  width: 48px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--wine);
  background: #efa768;
  border-radius: 50%;
}
.construction-note p { margin: 0; line-height: 1.6; }
.construction-note strong { color: #efa768; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-style: italic; }

.welcome {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: 130px 24px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(50px, 10vw, 150px);
  align-items: center;
  overflow: hidden;
}
.welcome-mark {
  position: absolute;
  top: -115px;
  left: -15px;
  color: rgba(133, 25, 38, .045);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27rem;
  line-height: 1;
  pointer-events: none;
}
h2 { position: relative; font-size: clamp(3.6rem, 6vw, 6.2rem); }
.welcome-copy { position: relative; border-left: 1px solid var(--sand); padding-left: 38px; }
.welcome-copy > p:first-child { margin: 0; font-size: 1.06rem; line-height: 1.85; }
.signature { margin: 33px 0 0; color: var(--terracotta); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.names { margin: 5px 0 0; color: var(--wine); font-family: Georgia, "Times New Roman", serif; font-size: 2.1rem; font-style: italic; font-weight: 600; }

.promise {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding: 26px 24px;
  color: var(--cream);
  background: var(--wine-dark);
}
.promise p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.65rem); font-style: italic; }
.promise span { color: #e6a25e; font-size: .75rem; }

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 42px 24px;
}
footer img { width: 220px; height: auto; }
footer p { margin: 0; color: #695953; font-size: .72rem; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { width: calc(100% - 36px); }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { min-height: 720px; padding: 145px 28px 74px; }
  .hero-visual { min-height: 760px; }
  .construction { grid-template-columns: 1fr; }
  .construction-image { min-height: auto; }
  .construction-image img { height: auto; }
  .construction-copy { max-width: 760px; padding: 85px 28px; }
  .welcome { grid-template-columns: 1fr; padding: 96px 28px; gap: 50px; }
  .welcome-copy { max-width: 580px; }
}

@media (max-width: 560px) {
  .site-header { padding-top: 22px; }
  .brand { width: 190px; }
  .header-link { display: none; }
  .hero-copy { min-height: 690px; padding-top: 125px; }
  h1 { font-size: clamp(3.45rem, 17vw, 5rem); }
  .intro { line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-visual { min-height: 650px; padding: 72px 32px 50px; }
  .photo-frame img { height: 530px; }
  .photo-frame figcaption { left: 14px; right: 14px; bottom: 14px; padding: 12px; }
  .photo-frame figcaption span { display: none; }
  .seal { width: 92px; right: 10px; bottom: 4%; }
  .welcome { padding-top: 82px; }
  h2 { font-size: clamp(3.2rem, 15vw, 4.8rem); }
  .welcome-copy { padding-left: 24px; }
  .promise { gap: 13px 18px; }
  footer { flex-direction: column; text-align: center; }
}

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