:root{
  --cream:#f4efe5;
  --deep:#0e2a24;
  --deep2:#113328;
  --text:#0d0f10;
  --heroText:#f4efe5;

  /* Wider content on laptops */
  --max: 1220px;

  /* Base sizing */
  --base: 16px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: var(--base);
}

/* =========================
   HERO
   ========================= */
.hero{
  min-height: 560px;
  height: 62vh;
  max-height: 860px;
  position: relative;
  overflow:hidden;
  background: url("./assets/hero-bg.jpg") center/cover no-repeat;
}

.hero__overlay{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.30) 55%, rgba(0,0,0,0) 100%),
    linear-gradient(180deg, rgba(0,0,0,.35) 0%, rgba(0,0,0,.52) 100%);
  pointer-events: none;
}

.nav{
 position: absolute;
  top: 18px;
  right: 24px;
  left: auto;
  display:flex;
  gap: 36px;
  z-index:10;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: .01em;
}

.nav__link{
  color: var(--heroText);
  text-decoration: none;
  font-size: 16px;
  opacity: .92;
}
.nav__link:hover{opacity:1; text-decoration: underline; text-underline-offset: 4px}

.hero__content{
  position: relative;
  z-index:2;

  /* Less "empty edge space" on wide screens */
  padding: 0 18px 48px 18px;
  max-width: var(--max);
  margin: 0 auto;

  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1024px){
  .hero__content{ padding-left: 12px; padding-right: 12px; }
  .nav{ right: 18px; }
}

.hero__kicker{
  font-family: "Playfair Display", serif;
  font-size: 16px;
  letter-spacing: .02em;
  color: var(--heroText);
  opacity: .92;
  margin-bottom: 12px;
}

.hero__name{
  margin: 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 1.05;
  color: var(--heroText);
}

.hero__blurb{
  margin: 16px 0 0 0;
  color: var(--heroText);
  opacity: .92;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  max-width: 720px;
}

.br-md{display:none}
@media (min-width: 720px){
  .br-md{display:inline}
}

/* =========================
   ABOUT
   ========================= */
.about{
  background: var(--cream);
  padding: 42px 18px 44px 18px;
}

.about__inner{
  max-width: var(--max);
  margin: 0 auto;
  display:grid;
  grid-template-columns: 1fr;
  gap: 26px;
  align-items: start;
}

.about__photo{
  margin:0;
  background: #d9d9d9;
  border-radius: 14px;
  overflow:hidden;
  border: 2px solid rgba(0,0,0,.45);
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.about__photo img{
  display:block;
  width:100%;
  height: 300px;
  object-fit: cover;
}

.about__title{
  margin: 0 0 14px 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
}

.about__text p{
  margin: 0 0 16px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #1d1f20;
  max-width: 780px;
}

@media (min-width: 820px){
  .about__inner{
    grid-template-columns: 420px 1fr;
    gap: 44px;
  }
  .about__photo img{height: 340px;}
}

/* =========================
   ENGAGEMENTS
   ========================= */
.engagements{
  background: var(--deep2);
  color: var(--heroText);
  padding: 56px 18px 70px 18px;
  position: relative;
  overflow:hidden;
}

.engagements__inner{
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.engagements__title{
  margin: 0 0 22px 0;
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .01em;
  position: relative;
  z-index: 2;                 /* above SVGs */
  color: var(--heroText);     /* solid white */
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

.year{
  text-align: center;
  margin-top: 12px;
}

.year__label{
  font-family: "Playfair Display", serif;
  font-weight: 600;
  font-size: 34px;
  margin: 18px 0 12px 0;
}

.year__list{
  list-style:none;
  padding:0;
  margin:0;
  display:inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 1.65;
}

.year__list li{margin: 4px 0}
.date{opacity:.95}
.ship em{font-style: italic}
.year--spaced{margin-top: 34px}

/* botanical art overlays */
.engagements__art{
  position:absolute;
  opacity: .55;
  pointer-events:none;
  filter: drop-shadow(0 2px 0 rgba(0,0,0,.18));
  z-index: 0;
}
.engagements__art--tl{
  left: -18px;
  top: -46px;
  width: 340px;
}
.engagements__art--br{
  right: -26px;
  bottom: -58px;
  width: 380px;
}

.anchors span{
  position:absolute; left:-9999px; top:auto;
  width:1px; height:1px; overflow:hidden;
}
