@font-face {
  font-family: "Instrument Serif";
  src: url("/assets/instrument-serif.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input {
  font: inherit;
}
:root {
  --font-geist-sans: Arial;
  --font-geist-mono: monospace;
  --font-instrument-serif: "Instrument Serif";
}
svg {
  flex-shrink: 0;
}
::selection {
  background: #b8e6d8;
  color: #12332d;
}
:root {
  color: #163c39;
  background: #f6f5ee;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}
a {
  text-decoration: none;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #257967;
  outline-offset: 6px;
}
a:hover {
  text-decoration: underline;
}
.skip {
  position: absolute;
  left: 16px;
  top: -100px;
  z-index: 5;
  background: #fff;
  padding: 16px;
}
.skip:focus {
  top: 16px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin: 0 5%;
  padding: 22px 0;
  border-bottom: 1px solid #c9d3c7;
}
.brand {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
}
.mark {
  font-size: 2.6rem;
  line-height: 1;
  color: #1c7563;
}
nav {
  display: flex;
  gap: 32px;
  font-size: 0.875rem;
}
nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 6%;
  padding: 68px 5% 80px;
  max-width: 1600px;
  margin: auto;
  align-items: center;
}
.eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #30685c;
  margin: 0 0 24px;
}
h1,
h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.03;
}
h1 {
  font-size: clamp(3.8rem, 6.5vw, 7rem);
  margin: 0 0 30px;
}
em {
  font-weight: 400;
  color: #367b66;
}
.lead {
  font-size: 1.07rem;
  max-width: 470px;
  color: #46615a;
  margin: 0 0 30px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 15px 22px;
  min-height: 56px;
  background: #183f39;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 2px;
}
.button:hover {
  background: #245b4d;
  text-decoration: none;
}
.caption {
  font-size: 0.75rem;
  color: #526d63;
  line-height: 1.7;
  margin: 15px 0 0;
}
.coast {
  position: relative;
  margin: 0;
  min-height: 610px;
  background: #315f55;
  overflow: hidden;
  border-radius: 160px 0 0 0;
}
.coast img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}
.coast:after {
  position: absolute;
  inset: 35% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(5, 37, 34, 0.84));
}
.coast figcaption {
  position: absolute;
  bottom: 20px;
  left: 28px;
  right: 24px;
  color: #e5ece3;
  font-size: 0.7rem;
  z-index: 1;
}
.photo-label {
  position: absolute;
  bottom: 94px;
  left: 32px;
  color: #fff;
  z-index: 1;
}
.photo-label span {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.photo-label strong {
  display: block;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 16px;
}
.approach {
  padding: 65px 5% 75px;
  background: #e8ede3;
}
.section-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #b9cbbd;
  gap: 20px;
  font-size: 0.75rem;
}
.section-top .eyebrow {
  margin-bottom: 24px;
}
.section-intro {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 12%;
  align-items: center;
  padding: 36px 0 50px;
}
h2 {
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  margin: 0;
}
.section-intro p {
  color: #49645a;
  font-size: 1rem;
  max-width: 430px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.steps article {
  border-top: 1px solid #b9cbbd;
  padding-top: 20px;
}
.number {
  font-size: 0.75rem;
  color: #477c69;
  font-family: monospace;
}
h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 22px 0 10px;
}
.steps p {
  margin: 0;
  color: #49645a;
  max-width: 350px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 10%;
  padding: 80px 5%;
}
.answers details {
  border-bottom: 1px solid #c9d3c7;
}
.answers details:first-child {
  border-top: 1px solid #c9d3c7;
}
summary {
  padding: 23px 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.answers p {
  padding: 0 4px 20px;
  margin: 0;
  color: #49645a;
}
.answers p a {
  text-decoration: underline;
}
.closing {
  text-align: center;
  background: #153d36;
  color: #f5f3e9;
  padding: 76px 24px;
}
.closing .eyebrow,
.closing em {
  color: #bde0cb;
}
.closing .button {
  background: #c9e4cf;
  color: #163c39;
  margin-top: 32px;
}
.closing .caption {
  color: #c2d6c8;
}
footer {
  display: flex;
  align-items: center;
  gap: 28px;
  justify-content: space-between;
  padding: 30px 5%;
  font-size: 0.875rem;
}
footer p {
  margin-right: auto;
  font-size: 0.75rem;
}
footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
footer p a {
  min-height: 0;
}
#methodology {
  scroll-margin-top: 20px;
}
@media (max-width: 760px) {
  .header {
    flex-wrap: wrap;
    padding: 17px 0;
    gap: 4px;
  }
  nav {
    gap: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 48px 6% 52px;
    gap: 38px;
  }
  h1 {
    font-size: clamp(3.5rem, 10vw, 5rem);
  }
  .coast {
    min-height: 440px;
    border-radius: 110px 0 0 0;
  }
  .photo-label strong {
    font-size: 3rem;
  }
  .approach {
    padding: 46px 6%;
  }
  .section-top {
    flex-direction: column;
    gap: 0;
    padding-bottom: 20px;
  }
  .section-top .eyebrow {
    margin-bottom: 8px;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 30px 0;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .steps p {
    max-width: none;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 52px 6%;
  }
  footer {
    flex-wrap: wrap;
    gap: 4px 25px;
    padding: 25px 6%;
  }
  footer p {
    margin-right: 0;
  }
  .closing {
    padding: 60px 6%;
  }
}
@media (max-width: 360px) {
  .brand {
    font-size: 1.12rem;
  }
  .button {
    font-size: 0.875rem;
    gap: 22px;
  }
  h1 {
    font-size: 3.45rem;
  }
  nav {
    font-size: 0.8125rem;
  }
  .coast {
    min-height: 390px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

.not-found {
  padding: 10%;
  min-height: 70vh;
}
