:root {
  --ice: #f4f7f8;
  --paper: #eef3f5;
  --mist: #d5e1e6;
  --glacier: #5b9bb0;
  --deep: #16303c;
  --ink: #1c2b33;
  --muted: #5d717a;
  --white: #ffffff;
  --max: 1120px;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Figtree", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ice);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0;
}

p {
  margin: 0 0 1rem;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
}

.wrap {
  width: min(calc(100% - 2.5rem), var(--max));
  margin-inline: auto;
}

section[id] {
  scroll-margin-top: 5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: 0.6rem 0.9rem;
  background: var(--deep);
  color: var(--white);
  text-decoration: none;
}

.skip-link:focus {
  top: 1rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--glacier);
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--ice) 88%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid color-mix(in srgb, var(--mist) 70%, transparent);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.25rem;
  gap: 1rem;
}

.wordmark {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--muted);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--deep);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 1.25rem;
  height: 1.5px;
  background: var(--deep);
  position: relative;
  margin: 0 auto;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}

.nav-toggle-bar::before {
  top: -6px;
}

.nav-toggle-bar::after {
  top: 6px;
}

/* Hero */

.hero {
  padding: 2.5rem 0 4.5rem;
}

.hero-grid {
  display: grid;
  gap: 2.25rem;
}

.hero-photo {
  margin: 0;
}

.photo-frame {
  position: relative;
  background: var(--mist);
  padding: 0.55rem;
}

.photo-frame::before {
  content: "";
  position: absolute;
  inset: 0.9rem -0.7rem -0.7rem 0.9rem;
  border: 1px solid var(--glacier);
  opacity: 0.55;
  pointer-events: none;
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 35% 55%;
  position: relative;
  z-index: 1;
}

.hero-photo figcaption {
  margin-top: 0.85rem;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  color: var(--muted);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy h1 {
  display: flex;
  flex-direction: column;
  font-size: clamp(3.4rem, 12vw, 6.4rem);
  margin-bottom: 1.25rem;
}

.hero-copy .amp {
  font-style: italic;
  font-weight: 500;
  color: var(--glacier);
  line-height: 0.7;
  margin: 0.05em 0;
}

.lede {
  max-width: 28rem;
  font-size: 1.125rem;
  color: var(--muted);
}

.text-link {
  margin-top: 1.5rem;
  width: fit-content;
  color: var(--deep);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid var(--glacier);
  padding-bottom: 0.15rem;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--glacier);
}

/* About */

.about {
  padding: 4.5rem 0;
  background: var(--white);
}

.about-grid,
.place-grid {
  display: grid;
  gap: 1.5rem;
}

.about h2,
.place h2,
.hello h2 {
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  max-width: 16ch;
}

.about-body {
  max-width: 40rem;
  color: var(--muted);
  font-size: 1.08rem;
}

.about-body p + p {
  margin-top: 1rem;
}

/* Place */

.place {
  padding: 4.5rem 0;
  background:
    linear-gradient(180deg, var(--paper), var(--ice));
}

.place p:last-child {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1.08rem;
}

/* Hello */

.hello {
  padding: 4.5rem 0 5.5rem;
  min-height: calc(100vh - 4.25rem);
  background: var(--deep);
  color: var(--ice);
}

.hello .eyebrow {
  color: #9ec9d6;
}

.hello p:not(.eyebrow) {
  max-width: 34rem;
  color: color-mix(in srgb, var(--ice) 78%, #7aa0ad);
}

.hello-inner h2 {
  margin-bottom: 1rem;
}

/* Footer */

.site-footer {
  padding: 1.4rem 0;
  background: var(--deep);
  color: color-mix(in srgb, var(--ice) 70%, #7aa0ad);
  border-top: 1px solid color-mix(in srgb, var(--glacier) 35%, transparent);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-note {
  letter-spacing: 0.04em;
}

@media (min-width: 860px) {
  .hero {
    padding: 3.5rem 0 6rem;
  }

  .hero-grid {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 4.5rem;
  }

  .about-grid,
  .place-grid {
    grid-template-columns: 1fr 1.15fr;
    gap: 3.5rem;
    align-items: start;
  }

  .photo-frame img {
    aspect-ratio: 3 / 4.15;
  }
}

@media (max-width: 700px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 4.25rem;
    flex-direction: column;
    gap: 0;
    background: var(--ice);
    border-bottom: 1px solid var(--mist);
    padding: 0.5rem 1.25rem 1rem;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--mist);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
