:root {
  color: #333;
  font-family: Helvetica, Arial, "Yu Gothic", "YuGothic", sans-serif;
  font-synthesis: none;
  background: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 980px;
  min-height: 100vh;
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 111px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
  width: 1190px;
  height: 111px;
  margin: 0 auto;
  position: relative;
}

.brand {
  position: absolute;
  top: 31px;
  left: 0;
  width: 317px;
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  white-space: nowrap;
}

.brand a,
.site-nav a,
.header-contact,
.orange-link,
.site-footer a {
  text-decoration: none;
}

.site-nav {
  position: absolute;
  top: 25px;
  left: 455px;
  display: flex;
  align-items: center;
  width: 524px;
  height: 50px;
}

.site-nav a {
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  white-space: nowrap;
  transition: color 140ms ease;
}

.site-nav a:nth-child(1) { width: 110px; }
.site-nav a:nth-child(2) { width: 166px; }
.site-nav a:nth-child(3) { width: 124px; }
.site-nav a:nth-child(4) { width: 124px; }

.site-nav a:hover,
.site-nav a.is-active {
  color: #ee9665;
}

.header-contact {
  position: absolute;
  top: 23px;
  left: 993px;
  width: 184px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee9665;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.home-hero,
.subpage-hero {
  position: relative;
  overflow: hidden;
}

.home-hero {
  height: 724px;
}

.home-hero > img,
.subpage-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__shade,
.subpage-hero__shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.home-hero__content {
  position: relative;
  z-index: 1;
  width: 980px;
  margin: 0 auto;
  padding-top: 143px;
  color: #fff;
}

.home-hero h1 {
  width: 490px;
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.22;
}

.home-hero p {
  width: 490px;
  margin: 41px 0 0;
  font-size: 20px;
  line-height: 1.6;
}

.home-hero strong {
  font-weight: 700;
}

.orange-link {
  width: 265px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ee9665;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: filter 140ms ease;
}

.orange-link:hover,
.header-contact:hover {
  filter: brightness(0.95);
}

.home-hero .orange-link {
  width: 300px;
  height: 64px;
  margin-top: 68px;
  font-size: 20px;
}

.home-section {
  text-align: center;
}

.home-section h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.22;
}

.title-rule {
  width: 100px;
  height: 2px;
  margin: 17px auto 0;
  background: #595959;
}

.home-about {
  height: 512px;
  padding-top: 99px;
  background: #fbfbfb;
}

.home-about > p {
  width: 556px;
  margin: 46px auto 0;
  color: #595959;
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
}

.home-about .orange-link,
.home-activities .orange-link,
.home-membership .orange-link {
  margin-left: auto;
  margin-right: auto;
}

.home-about .orange-link {
  margin-top: 59px;
}

.home-activities {
  height: 786px;
  padding-top: 101px;
}

.home-activities__intro {
  margin: 25px 0 0;
  color: #595959;
  font-size: 16px;
  line-height: 1.9;
}

.activity-grid {
  width: 920px;
  margin: 86px auto 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  text-align: left;
}

.activity-grid__item {
  min-height: 146px;
  padding: 0 18px;
  border-right: 1px solid #dedede;
}

.activity-grid__item:last-child {
  border-right: 0;
}

.activity-grid__item span {
  display: block;
  font-size: 24px;
  text-align: center;
}

.activity-grid__item p {
  margin: 36px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

.home-activities .orange-link {
  margin-top: 77px;
}

.home-membership {
  min-height: 653px;
  padding: 116px 0 77px;
  background: #fbfbfb;
}

.membership-cards {
  display: flex;
  justify-content: center;
  gap: 0;
}

.home-membership .membership-cards {
  margin-top: 15px;
}

.membership-cards img {
  width: 300px;
  height: 272px;
  object-fit: cover;
}

.home-membership .orange-link {
  margin-top: 59px;
}

.orange-link--wide {
  width: 400px;
}

.subpage-hero {
  height: 360px;
}

.subpage-hero__shade {
  background: rgba(0, 0, 0, 0.3);
}

.subpage-hero h1 {
  position: relative;
  z-index: 1;
  width: 980px;
  margin: 0 auto;
  padding-top: 126px;
  color: #fff;
  font-size: 60px;
  line-height: 1.4;
  text-align: center;
}

.subpage-hero--contact {
  height: 300px;
}

.subpage-hero--contact h1 {
  padding-top: 96px;
  font-size: 48px;
}

.page-content {
  width: 980px;
  margin: 0 auto;
  padding-top: 70px;
  color: #595959;
  font-size: 16px;
  line-height: 1.6;
}

.page-content section {
  margin: 0 0 44px;
}

.page-content h2,
.membership-content h2 {
  margin: 0;
  color: #333;
  font-size: 25px;
  line-height: 2;
}

.page-content p {
  margin: 0;
}

.page-content ul {
  margin: 0;
  padding-left: 29px;
}

.page-content li {
  line-height: 1.6;
}

.text-link {
  color: #ee9665;
  text-decoration: underline;
}

.map-frame {
  width: 980px;
  height: 350px;
  margin-top: 27px;
  border: 0;
}

.organization-section {
  margin-top: 84px !important;
}

.organization-section img {
  width: 600px;
  height: 374px;
  object-fit: contain;
}

.page-contact-cta {
  padding: 75px 0 84px;
}

.page-contact-cta .orange-link {
  width: 218px;
  height: 54px;
  margin: 0 auto;
  font-size: 18px;
}

.about-content section:nth-child(2) {
  margin-bottom: 50px;
}

.activities-content {
  padding-top: 74px;
}

.activities-content section {
  margin-bottom: 48px;
}

.activities-content section:nth-child(4) p {
  line-height: 1.7;
}

.activities-footer-image {
  width: 980px;
  height: 286px;
  object-fit: cover;
  margin-top: 12px;
}

.membership-content section {
  margin-bottom: 37px;
}

.membership-fees {
  padding-top: 49px;
  text-align: center;
}

.membership-fees h1 {
  margin: 0 0 52px;
  color: #333;
  font-size: 40px;
  line-height: 1.25;
}

.contact-form {
  width: 390px;
  margin: 0 auto;
  padding: 123px 0 90px;
  color: #4f1d0e;
}

.contact-form .field-label {
  display: block;
  height: 22px;
  font-size: 14px;
  line-height: 14px;
}

.contact-form .field-label span {
  color: #ee9665;
}

.contact-form > input,
.contact-form > textarea {
  width: 390px;
  height: 50px;
  margin: 0 0 21px;
  padding: 10px 12px;
  border: 1px solid #e8e6e6;
  border-radius: 2px;
  outline: none;
  background: #faf8f8;
  color: #595959;
  font-size: 14px;
}

.contact-form > textarea {
  height: 126px;
  resize: vertical;
}

.contact-form > input:focus,
.contact-form > textarea:focus {
  border-color: #aa8d81;
}

.contact-form > input[aria-invalid="true"],
.contact-form > textarea[aria-invalid="true"] {
  border-color: #d96767;
}

.privacy-copy {
  margin: 4px 0 17px;
  color: #595959;
  font-size: 16px;
  line-height: 1.6;
}

.privacy-copy span {
  color: #ee9665;
  text-decoration: underline;
}

.privacy-check {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 40px;
  color: #333;
  font-size: 14px;
}

.privacy-check.is-invalid {
  color: #a93636;
}

.contact-form button {
  width: 390px;
  height: 42px;
  border: 0;
  border-radius: 2px;
  background: #ee9665;
  color: #fff;
  cursor: pointer;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  margin: 16px 0 0;
  color: #595959;
  text-align: center;
}

.form-status--error {
  color: #a93636;
}

.form-status--success {
  color: #267641;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.article-page {
  width: 980px;
  margin: 0 auto;
  padding: 135px 0 0;
}

.article-page > h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 40px;
  line-height: 1.45;
  text-align: center;
}

.article-page > .title-rule {
  width: 50px;
  height: 1px;
  margin-top: 60px;
}

.article-page__body {
  margin-top: 85px;
  color: #595959;
  font-size: 16px;
  line-height: 1.6;
}

.article-page__body p {
  margin: 0 0 28px;
}

.article-page__inline-image,
.article-page__image {
  display: block;
  width: 600px;
  height: 400px;
  margin: 38px auto;
  object-fit: contain;
}

.article-page__image {
  margin-top: 48px;
}

.not-found {
  min-height: calc(100vh - 162px);
  padding: 140px 0;
  text-align: center;
}

.not-found h1 {
  margin: 0 0 48px;
}

.not-found .orange-link {
  margin: 0 auto;
}

.site-footer {
  min-width: 980px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header__inner {
    width: 980px;
    margin-left: 0;
  }

  .site-nav {
    left: 245px;
  }

  .header-contact {
    left: 783px;
  }
}
