html,
body {
    margin: 0;
    background: #fffaea;
}


.navbar {
    display: flex;
    align-items: center;      /* vertically aligns logo and links */
    justify-content: space-between;
    padding: 0 1rem;
}


.nav-links {
    display: flex;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

.nav-links li a {
    text-decoration: none;
    color: #422040;
    font-weight: 700;
    transition: color 0.3s ease;
}

.nav-links li a:hover {
    text-decoration: underline;
}

.nav-links li a[aria-current="page"] {
    text-decoration: underline;
    text-decoration-color: #f6d46b;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}




.logo {
    margin: 0;
}

.logo img {
    display: block;
    margin: 25px 5px 10px 5px;
    width: clamp(220px, 55vw, 400px);
    height: auto;
}

@media (max-width: 640px) {
    .navbar {
        flex-direction: column;
        justify-content: center;
        padding: 0 1rem 1rem;
    }

    .nav-links {
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
}

#halftone {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.container {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Oswald', sans-serif;
  z-index: 99;
}

.hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-top: 2px solid #efa9ae;
  border-bottom: 2px solid #f6d46b;
}

.hero-box {
  background: linear-gradient(rgba(31, 42, 68, 0.8), rgba(58, 20, 27, 0.8)), url('img/hero-bg.jpg') center/cover no-repeat;
  padding: 4rem;
  min-height: 50vh;
  width: 100%;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
}

.button-container {
  margin-top: 9rem;
  text-align: center;
}

.button-container button {
  background: #f6d46b;
  color: #422040;
  border: none;
  border-radius: 20rem;
  padding: 1.25rem 2.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  font-style: italic;
  cursor: pointer;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
}

.button-container button:hover {
  background: #c9dbc9;
  color: #422040;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6vw, 6rem);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #EEE;
}

.word-container {
  display: inline-block;
  position: relative;
  min-width: 8ch;
  height: 1em;
  vertical-align: baseline;
}

.word {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
  white-space: nowrap;
}

.word.active {
  opacity: 1;
  transform: translateY(0);
}

.negative .word {
  color: #efa9ae;
}

.positive .word {
  color: #f6d46b;
}

.mission-statement {
  max-width: 980px;
  margin: 2.5rem auto 4rem;
  padding: 2.25rem clamp(1.5rem, 3vw, 3rem);
  background: linear-gradient(135deg, rgba(66, 32, 64, 0.96), rgba(31, 42, 68, 0.96));
  color: #f7f2e8;
  border-radius: 1.5rem;
  box-shadow:
    0 20px 45px rgba(66, 32, 64, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mission-statement .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f6d46b;
}

.mission-statement h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.2;
  color: #ffffff;
}

.mission-statement p {
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(247, 242, 232, 0.95);
}

.mission-statement p:last-child {
  margin-bottom: 0;
}

.mission-statement .highlight {
  color: #f6d46b;
  font-weight: 700;
}

.services-section {
  max-width: 1400px;
  margin: 0 auto 4rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: linear-gradient(145deg, #fffdf7, #fdf4d5);
  border: 1px solid rgba(66, 32, 64, 0.12);
  border-radius: 1.25rem;
  padding: 2rem;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 16px 35px rgba(66, 32, 64, 0.1);
}

.service-card .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d96b6b;
}

.service-card h3 {
  margin: 0 0 0.75rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.45rem;
  line-height: 1.2;
  color: #422040;
}

.service-card p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #5a4254;
}

.service-card ul {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: #5a4254;
}

.service-card ul:last-child {
  margin-bottom: 0;
}

.service-card li::marker {
  color: #d96b6b;
}

@media (max-width: 980px) {
  .services-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .services-section {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  margin: 0;
  padding: 2.25rem clamp(1rem, 3vw, 2rem) 2.75rem;
  background: linear-gradient(135deg, #422040, #1f2a44);
  color: #f7f2e8;
  text-align: center;
  border-top: 2px solid #f6d46b;
}

.site-footer p {
  margin: 0.35rem 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.98rem;
  line-height: 1.7;
}

.site-footer a {
  color: #f6d46b;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* ================= About page ================= */

.page-header {
  margin: 0;
  padding: 4.5rem clamp(1.5rem, 4vw, 4rem) 3.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(66, 32, 64, 0.96), rgba(31, 42, 68, 0.96));
  border-top: 2px solid #efa9ae;
  border-bottom: 2px solid #f6d46b;
}

.page-header .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f6d46b;
}

.page-header h1 {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  color: #ffffff;
  margin: 0 0 1rem;
}

.page-header p {
  max-width: 640px;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(247, 242, 232, 0.92);
}

.story-section {
  max-width: 1100px;
  margin: 4.5rem auto;
  padding: 0 clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3rem;
  align-items: center;
}

.story-graphic {
  aspect-ratio: 5 / 4;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.06);
}

.story-graphic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-text .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d96b6b;
}

.story-text h2 {
  margin: 0 0 1rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
  color: #422040;
}

.story-text p {
  margin: 0 0 1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #5a4254;
}

.story-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .story-section {
    grid-template-columns: 1fr;
  }
}

.testimonial-band {
  margin: 0;
  padding: 4rem clamp(1rem, 3vw, 2rem);
  background: linear-gradient(135deg, #422040, #1f2a44);
}

.testimonial-heading {
  max-width: 1100px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.testimonial-heading .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #f6d46b;
}

.testimonial-heading h2 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #fffdf7;
}

.testimonial-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  margin: 0;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.25rem;
  padding: 2rem 1.75rem 1.75rem;
}

.testimonial-card::before {
  content: '\201C';
  display: block;
  font-family: Georgia, serif;
  font-size: 3.5rem;
  line-height: 1;
  color: #f6d46b;
  margin-bottom: 0.5rem;
}

.testimonial-card p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 242, 232, 0.92);
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.values-heading {
  max-width: 1100px;
  margin: 4.5rem auto 2rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  text-align: center;
}

.values-heading .eyebrow {
  margin: 0 0 0.7rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #d96b6b;
}

.values-heading h2 {
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #422040;
}

.values-grid {
  max-width: 1100px;
  margin: 0 auto 4rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.value-card {
  background: linear-gradient(145deg, #fffdf7, #fdf4d5);
  border: 1px solid rgba(66, 32, 64, 0.12);
  border-radius: 1.25rem;
  padding: 1.75rem;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 16px 35px rgba(66, 32, 64, 0.1);
}

.value-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: #f6d46b;
}

.value-card h3 {
  margin: 0 0 0.5rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  color: #422040;
}

.value-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #5a4254;
}

@media (max-width: 900px) {
  .values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 500px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}

.team-section {
  padding-bottom: 1rem;
}

.team-grid {
  max-width: 1100px;
  margin: 0 auto 4.5rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 320px));
  justify-content: center;
  gap: 1.5rem;
}

.team-card {
  background: linear-gradient(145deg, #fffdf7, #fdf4d5);
  border: 1px solid rgba(66, 32, 64, 0.12);
  border-radius: 1.25rem;
  padding: 2rem;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 16px 35px rgba(66, 32, 64, 0.1);
}

.avatar-placeholder {
  width: 88px;
  height: 88px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
  font-size: 1.5rem;
  color: #ffffff;
}

.avatar-1 {
  background: linear-gradient(135deg, #422040, #efa9ae);
}

.avatar-2 {
  background: linear-gradient(135deg, #1f2a44, #f6d46b);
}

.avatar-3 {
  background: linear-gradient(135deg, #d96b6b, #422040);
}

.team-card h3 {
  margin: 0 0 0.25rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  color: #422040;
}

.team-role {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d96b6b;
}

.team-card p:last-child {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: #5a4254;
}

@media (max-width: 760px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.cta-band {
  max-width: 900px;
  margin: 0 auto 4.5rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 0.75rem;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #422040;
}

.cta-band p {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.05rem;
  color: #5a4254;
}

.cta-band .button-container {
  margin-top: 2rem;
}

.cta-band a {
  text-decoration: none;
}

/* ================= Contact page ================= */

.contact-section {
  max-width: 720px;
  margin: 3.5rem auto 4.5rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
}

.contact-card {
  background: linear-gradient(145deg, #fffdf7, #fdf4d5);
  border: 1px solid rgba(66, 32, 64, 0.12);
  border-radius: 1.25rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  box-shadow: 0 16px 35px rgba(66, 32, 64, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.form-group {
  margin-bottom: 1.25rem;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #422040;
}

.form-group .required {
  color: #d96b6b;
}

.form-group input,
.form-group textarea {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(66, 32, 64, 0.25);
  border-radius: 0.6rem;
  background: #ffffff;
  color: #422040;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: 2px solid #f6d46b;
  outline-offset: 1px;
  border-color: #422040;
}

.form-group textarea {
  resize: vertical;
  min-height: 8rem;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-submit {
  margin-top: 0.5rem;
  text-align: left;
}

.form-submit button {
  font-size: 1.1rem;
  padding: 0.9rem 2.25rem;
}

.form-submit button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-status {
  margin: 1rem 0 0;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  min-height: 1.4em;
}

.form-status.success {
  color: #2f6b3a;
}

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

@media (max-width: 600px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ================= Privacy policy page ================= */

.policy-section {
  max-width: 780px;
  margin: 3.5rem auto 4.5rem;
  padding: 0 clamp(1rem, 3vw, 2rem);
  font-family: 'Roboto', sans-serif;
  color: #5a4254;
}

.policy-section .policy-updated {
  margin: 0 0 2rem;
  font-size: 0.9rem;
  color: #8a7484;
}

.policy-section h2 {
  margin: 2.25rem 0 0.75rem;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  color: #422040;
}

.policy-section h2:first-of-type {
  margin-top: 0;
}

.policy-section p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-section ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.8;
}

.policy-section a {
  color: #d96b6b;
}

.policy-section li::marker {
  color: #d96b6b;
}
