* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: #062a25;
  color: #f6f4df;
  font:
    17px/1.65 Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5%;
  border-bottom: 1px solid #ffffff24;
  gap: 20px;
}
.logo {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
}
.logo span {
  font-weight: 400;
  margin-left: 6px;
  color: #dfc981;
}
nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
}
section {
  padding: 86px 6%;
  max-width: 1800px;
  margin: auto;
}
.hero {
  padding-top: 52px;
}
.eyebrow {
  color: #d5c47f;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}
h1 {
  font-size: clamp(60px, 12.5vw, 190px);
  letter-spacing: -0.06em;
  line-height: 1;
  margin: 28px 0 40px;
}
h2 {
  font:
    500 clamp(34px, 4.4vw, 65px)/1.08 Georgia,
    serif;
  margin: 18px 0 25px;
}
h3 {
  font-size: 22px;
  line-height: 1.25;
}
p {
  color: #cedbd4;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9%;
  align-items: center;
  margin-bottom: 45px;
}
.intro h2 {
  margin: 0;
}
.intro p {
  max-width: 580px;
}
.subtitle {
  font-size: 20px;
  color: #eddda0;
}
.actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.button {
  display: inline-block;
  background: #e7d58b;
  color: #102f27;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 24px;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
}
.small {
  padding: 10px 16px;
}
.textlink {
  color: #e7d58b;
  border-bottom: 1px solid #e7d58b;
  padding-bottom: 6px;
  font-size: 15px;
}
.heroimage,
.wide {
  width: 100%;
  display: block;
  height: auto;
}
.ribbon {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  border-block: 1px solid #ffffff28;
  padding: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #dfca86;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6%;
  align-items: center;
}
.split img {
  width: 100%;
}
li {
  margin: 10px 0;
  color: #cedbd4;
}
ul {
  padding-left: 19px;
  margin-bottom: 30px;
}
.light {
  max-width: none;
  background: #f1f0e3;
  color: #17352a;
}
.light p {
  color: #52645b;
}
.light .eyebrow {
  color: #6f6637;
}
.lead {
  max-width: 640px;
}
.cards,
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0;
}
.cards article {
  padding: 28px 0;
  border-top: 1px solid #b7bea7;
}
.cards span,
.steps b {
  font-size: 14px;
  color: #8b7941;
}
.wide {
  margin-top: 30px;
}
.steps {
  grid-template-columns: repeat(4, 1fr);
}
.steps article {
  border-top: 1px solid #6d8062;
  padding-top: 22px;
}
.fine {
  font-size: 13px;
  opacity: 0.8;
}
.partner {
  background: #0d3930;
  max-width: none;
}
.closing {
  text-align: center;
}
.closing h2 {
  font-size: clamp(46px, 6vw, 88px);
}
footer {
  border-top: 1px solid #ffffff28;
  padding: 40px 6%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
footer .fine {
  flex-basis: 100%;
  max-width: 850px;
}
.request {
  max-width: 940px;
}
.request h1 {
  font-size: clamp(48px, 7vw, 85px);
}
form {
  margin-top: 40px;
}
label {
  display: block;
  font-size: 14px;
  color: #edebd8;
  margin: 22px 0;
}
input,
select,
textarea {
  width: 100%;
  display: block;
  font: 16px/1.5 Arial;
  background: #f4f3e7;
  color: #17342b;
  border: 1px solid #819487;
  border-radius: 3px;
  padding: 14px;
  margin-top: 8px;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.consent input {
  width: 20px;
  margin-top: 3px;
}
button:disabled {
  opacity: 0.6;
  cursor: wait;
}
#status {
  overflow-wrap: anywhere;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid white;
  outline-offset: 5px;
}
@media (max-width: 760px) {
  header {
    align-items: flex-start;
  }
  nav {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  nav > a:not(.button) {
    display: none;
  }
  section {
    padding: 48px 6%;
  }
  .intro,
  .split,
  .fields {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cards,
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .ribbon {
    font-size: 9px;
    letter-spacing: 1px;
    flex-wrap: wrap;
  }
  .hero h1 {
    font-size: 14vw;
  }
  .partner img {
    order: 2;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.skip {
  position: absolute;
  left: 12px;
  top: -60px;
  background: white;
  color: #123;
  padding: 10px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.home-intro {
  padding-top: 45px;
}
.home-intro h1 {
  font-size: clamp(54px, 10vw, 145px);
  margin: 24px 0;
}
.entry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 38px 0;
}
.entry-grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.entry {
  display: block;
  padding: 28px;
  border: 1px solid #789588;
  border-radius: 4px;
  background: #0b352d;
  transition: background 0.15s;
}
.entry:hover {
  background: #16483a;
  text-decoration: none;
}
.entry h2 {
  font-size: 36px;
}
.entry span {
  font-size: 12px;
  letter-spacing: 1px;
  color: #e1cd8c;
}
.entry b {
  color: #e1cd8c;
  font-size: 15px;
}
.history-list article {
  border-top: 1px solid #789588;
  padding: 18px 0;
}
.tv-intro h1 {
  font-size: clamp(64px, 12vw, 150px);
}
nav {
  flex-wrap: wrap;
}
section {
  scroll-margin-top: 20px;
}
@media (max-width: 760px) {
  header {
    flex-direction: column;
  }
  nav {
    justify-content: flex-start;
    width: 100%;
    gap: 16px;
  }
  nav > a:not(.button) {
    display: inline;
    font-size: 14px;
  }
  .entry-grid,
  .entry-grid.two {
    grid-template-columns: 1fr;
  }
  .cards,
  .steps {
    grid-template-columns: 1fr;
  }
  .entry {
    padding: 22px;
  }
  .home-intro {
    padding-top: 28px;
  }
  h1 {
    overflow-wrap: anywhere;
  }
}
.history-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px 30px;
  margin: 45px 0;
}
.history-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.history-gallery p {
  max-width: 650px;
}
@media (max-width: 760px) {
  .history-gallery {
    grid-template-columns: 1fr;
  }
}
