@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("assets/fonts/6NUu8FyLNQOQZAnv9bYEvDiIdE9Ea92uemAk_WBq8U_9v0c2Wa0K7iN7hzFUPJH58nib14c7qv8.woff2") format("woff2");
}

@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2") format("woff2");
}

:root {
  --ink: #12362f;
  --green: #173f35;
  --paper: #f7f0df;
  --paper-light: #fff9ec;
  --butter: #f1d753;
  --line: rgba(18, 54, 47, 0.16);
  --shadow: 0 30px 96px rgba(14, 43, 39, 0.22);
  --serif: "Cormorant Garamond", Georgia, serif;
  --display: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans: "Space Grotesk", Arial, sans-serif;
  --page-x: clamp(18px, 5vw, 80px);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.58;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open::before {
  position: fixed;
  inset: 0;
  z-index: 55;
  content: "";
  background: rgba(14, 43, 39, 0.16);
  backdrop-filter: blur(2px);
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 24px;
  left: var(--page-x);
  right: var(--page-x);
  z-index: 60;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 249, 236, 0.98), rgba(247, 240, 223, 0.92));
  border: 1px solid rgba(18, 54, 47, 0.13);
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(14, 43, 39, 0.13);
  backdrop-filter: blur(16px);
  pointer-events: auto;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px 9px;
  border-radius: 6px;
  font-family: var(--display);
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  transition: background 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(18, 54, 47, 0.1);
  outline: none;
}

.menu-toggle {
  display: none;
  width: 56px;
  height: 48px;
  padding: 0;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 249, 236, 0.98), rgba(247, 240, 223, 0.94));
  border: 1px solid rgba(18, 54, 47, 0.15);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(14, 43, 39, 0.14);
  pointer-events: auto;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  background: var(--paper-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(241, 215, 83, 0.52), 0 14px 38px rgba(14, 43, 39, 0.14);
}

.menu-line {
  display: block;
  width: 22px;
  height: 1px;
  margin: 0 auto;
  background: currentColor;
}

.menu-line + .menu-line {
  margin-top: 8px;
}

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 20% 16%, rgba(157, 204, 225, 0.5), transparent 31%),
    radial-gradient(circle at 88% 76%, rgba(183, 107, 79, 0.14), transparent 29%),
    linear-gradient(180deg, var(--paper-light) 0%, var(--paper) 58%, #efe3c9 100%);
}

.paper-grain {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.48;
  background-image:
    linear-gradient(rgba(18, 54, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 54, 47, 0.025) 1px, transparent 1px);
  background-size: 46px 46px, 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.4));
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  width: min(1440px, 100%);
  min-height: inherit;
  margin: 0 auto;
  padding: 116px var(--page-x) 58px;
}

.hero-box {
  position: relative;
  display: grid;
  place-items: center;
  width: min(980px, 100%);
  min-height: clamp(320px, 43vh, 500px);
  padding: clamp(44px, 7vw, 92px) clamp(26px, 7vw, 100px);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 249, 236, 0.93), rgba(247, 240, 223, 0.86)),
    repeating-linear-gradient(0deg, rgba(18, 54, 47, 0.035), rgba(18, 54, 47, 0.035) 1px, transparent 1px, transparent 14px);
  border: 1px solid rgba(18, 54, 47, 0.15);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-box::before,
.hero-box::after {
  position: absolute;
  inset: clamp(13px, 2.2vw, 24px);
  content: "";
  border: 1px solid rgba(18, 54, 47, 0.14);
  border-radius: 6px;
  pointer-events: none;
}

.hero-box::after {
  inset: clamp(20px, 3vw, 36px);
  border-color: rgba(241, 215, 83, 0.62);
}

h1 {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(4.6rem, 9.1vw, 8.2rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
}

.status-line {
  margin: 0;
  color: var(--green);
  font-family: var(--display);
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 820px) {
  .site-header {
    justify-content: flex-end;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    top: 86px;
    left: var(--page-x);
    right: var(--page-x);
    z-index: 70;
    display: grid;
    gap: 8px;
    padding: 14px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 46px;
    font-size: 1.1rem;
  }

  .hero-box {
    min-height: clamp(360px, 54vh, 480px);
  }
}

@media (max-width: 520px) {
  :root {
    --page-x: 18px;
  }

  .site-header {
    top: 16px;
  }

  .menu-toggle {
    width: 52px;
    height: 46px;
  }

  .hero-inner {
    padding: 96px var(--page-x) 38px;
  }

  .hero-box {
    min-height: 390px;
    padding: 46px 22px;
  }

  h1 {
    font-size: clamp(3.8rem, 17vw, 5.15rem);
  }
}
