
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.site-body {
  background: linear-gradient(180deg, #fbf8f4 0%, #f6f2ed 100%);
  color: #3f3b38;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.wrapper {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}

.site-header,
.site-footer {
  background: #f3efea;
}

.site-header {
  border-bottom: 2px solid #d9d0c6;
}

.site-footer {
  border-top: 2px solid #d9d0c6;
  margin-top: 48px;
}

.nav-wrap,
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
}

.logo {
  width: 150px;
  height: auto;
}

.nav-list,
.footer-socials {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.nav-list a {
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  background: #e4ddd4;
  color: #132f2c;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid #d7cec2;
}

.nav-list a:hover,
.nav-list a.active {
  background: #d8c5cf;
}

.hero-home,
.page-section {
  padding: 52px 0;
}

.hero-flex,
.split-flex,
.cards-flex,
.contact-flex,
.membership-flex,
.footer-bottom {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.hero-copy,
.hero-photo-wrap,
.panel,
.plan-card,
.cart-panel,
.contact-form-panel {
  background: #ffffff;
  border: 1px solid #d6d1cb;
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(39, 57, 54, 0.12);
}

.hero-copy,
.panel,
.plan-card,
.cart-panel,
.contact-form-panel {
  padding: 28px;
}

.hero-copy,
.hero-photo-wrap {
  flex: 1 1 460px;
}

.hero-photo-wrap {
  overflow: hidden;
  background: linear-gradient(180deg, #eeb8cb 0%, #f4d5df 100%);
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eyebrow {
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d6b66;
  margin-bottom: 12px;
}

h1,
h2,
h3 {
  color: #132f2c;
}

h1 {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  line-height: 0.98;
  margin-bottom: 16px;
}

h2 {
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  color: #2d6b66;
  margin-bottom: 14px;
}

h3 {
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

p,
li,
label,
input,
textarea,
select,
button {
  font-family: Verdana, Geneva, sans-serif;
}

p {
  margin-bottom: 14px;
}

.btn,
.buy-btn,
.submit-btn {
  display: inline-block;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 18px;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn:hover,
.buy-btn:hover,
.submit-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

.btn-primary,
.buy-btn,
.submit-btn {
  background: #d28aa6;
  color: #ffffff;
}

.btn-outline {
  background: transparent;
  color: #2d6b66;
  border: 2px solid #b7d4d0;
}

.hero-actions,
.card-actions,
.contact-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.section-heading {
  margin-bottom: 24px;
}

.panel,
.contact-form-panel {
  flex: 1 1 460px;
}

.about-photo-box {
  flex: 1 1 340px;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
  background: #efe4dc;
  border: 1px solid #d6d1cb;
  box-shadow: 0 16px 36px rgba(39, 57, 54, 0.12);
}

.about-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cards-flex {
  align-items: stretch;
}

.plan-card {
  flex: 1 1 240px;
}

.plan-card.featured {
  border: 2px solid #d28aa6;
}

.price {
  font-family: Georgia, "Palatino Linotype", serif;
  font-size: 2rem;
  color: #132f2c;
  margin-bottom: 12px;
}

.price span {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.95rem;
  color: #3f3b38;
}

.plan-list,
.class-list,
.cart-list {
  padding-left: 18px;
}

.plan-list li,
.class-list li,
.cart-list li {
  margin-bottom: 8px;
}

.membership-flex {
  align-items: flex-start;
}

.membership-left {
  flex: 1 1 680px;
}

.cart-panel {
  flex: 0 1 320px;
  position: sticky;
  top: 24px;
}

.cart-empty {
  color: #3f3b38;
}

.cart-total {
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-size: 1.05rem;
  margin: 18px 0;
}

.mini-note,
.thanks-message {
  font-size: 0.95rem;
  color: #9c5c76;
}

.contact-flex {
  align-items: flex-start;
}

.contact-info {
  flex: 1 1 360px;
}

.contact-form-panel {
  flex: 1 1 360px;
}

.map-box {
  margin-top: 22px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(39, 57, 54, 0.12);
  border: 1px solid #d6d1cb;
}

.map-frame {
  width: 100%;
  height: 340px;
  border: 0;
}

.field-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.field-box {
  flex: 1 1 220px;
}

.field-box.full {
  flex-basis: 100%;
}

label {
  display: block;
  font-family: "Trebuchet MS", "Gill Sans", sans-serif;
  font-weight: 700;
  color: #2d6b66;
  margin-bottom: 6px;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #c9d9d7;
  background: #fbfffe;
  color: #3f3b38;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.thanks-message {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #edf6f5;
  border: 1px solid #bfd8d4;
}

.footer-copy {
  color: #132f2c;
}

.footer-copy p {
  margin-bottom: 6px;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(19, 47, 44, 0.16);
}

.social-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.social-link:hover {
  background: #ffffff;
}

@media (max-width: 820px) {
  .nav-wrap,
  .footer-wrap {
    min-height: auto;
    padding: 16px 0;
  }

  h1 {
    font-size: 2.5rem;
  }

  .hero-copy,
  .panel,
  .plan-card,
  .cart-panel,
  .contact-form-panel {
    padding: 22px;
  }

  .cart-panel {
    position: static;
  }
}
