@import url('https://fonts.googleapis.com/css2?family=Varela+Round&family=Lato:wght@300;400;600;700&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

body { background: #f9f5ef; font-family: 'Varela Round', sans-serif; }

.site-wrap { width: 100%; }

.site-header {
  background: #0f4d5e;
  padding: 2rem 2rem 1.5rem;
  text-align: center;
}

.welcome-to {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.tape-badge {
  display: inline-block;
  background: #ba6ca5;
  padding: 10px 28px;
  border-radius: 3px;
  transform: rotate(-1.2deg);
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
img.tape-badge {
  background: none;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(-1.2deg);
  max-width: 220px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.tape-title {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: white;
  font-weight: 700;
  letter-spacing: 2px;
}

.tape-hearts {
  display: block;
  font-size: 9px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 4px;
  margin-top: 3px;
  text-align: center;
}

.header-sub {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 14px;
}

.btn-section {
  background: #0f4d5e;
  padding: 0 1.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.btn {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  background: #ba6ca5;
  color: #fff;
  border: none;
}

.btn:hover { background: #a85a93; }

.body-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
}
.body-content .btn {
  display: inline-block;
  margin-top: 1rem;
}
.statement {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #3a3530;
  margin-bottom: 1.4rem;
}

.pull-quote {
  margin: 1.8rem 0;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  color: #0f4d5e;
  line-height: 1.8;
  font-style: italic;
  text-align: center;
}

.divider {
  border: none;
  border-top: 1px solid #d8cfc5;
  margin: 2rem;
}
.photo-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 2rem 0;
}

.photo-box {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.photo-caption {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  color: #3a3530;
  text-align: center;
  margin-top: 8px;
  letter-spacing: 1px;
}

.section-heading {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ba6ca5;
  margin-bottom: 1rem;
  font-weight: 700;
}

.drop-text {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  color: #3a3530;
  line-height: 1.8;
}

.site-footer {
  background: #0f4d5e;
  padding: 1.2rem 2rem;
  text-align: center;
  margin-top: 3rem;
}

.site-footer p {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  font-family: 'Lato', sans-serif;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.profile-photo {
  float: right;
  width: 200px;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin: 1.5rem 0 1rem 1.5rem;
}

@media (max-width: 600px) {
  .photo-row { grid-template-columns: repeat(3, 1fr); }
  .btn { font-size: 10px; padding: 7px 12px; }
}
