:root {
  color-scheme: light;
  --blue-950: #08253f;
  --blue-900: #0d3458;
  --blue-700: #195a88;
  --gold: #f2bd2f;
  --gold-soft: #ffe29a;
  --stone: #f2eadb;
  --sand: #d9c4a4;
  --cream: #fff8ea;
  --ink: #142235;
  --muted: #60707a;
  --line: rgba(13, 52, 88, 0.16);
  --shadow: 0 22px 70px rgba(8, 37, 63, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, var(--stone), #fbf5ea 38%, var(--cream));
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

[data-lang] {
  display: none;
}

[data-lang].is-active {
  display: revert;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 66px;
  padding: 10px clamp(16px, 4vw, 52px);
  background: rgba(255, 248, 234, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 34px rgba(8, 37, 63, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-950);
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  padding: 7px;
  background: var(--blue-900);
  border: 1px solid rgba(255, 226, 154, 0.65);
  border-radius: 50%;
  fill: var(--gold);
  stroke: var(--cream);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.35;
  box-shadow: 0 10px 28px rgba(8, 37, 63, 0.18);
}

.brand-mark path:first-child {
  stroke: none;
}

.language-switcher {
  display: flex;
  gap: 7px;
}

.language-switcher button {
  min-width: 42px;
  min-height: 36px;
  padding: 7px 10px;
  color: var(--blue-950);
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(13, 52, 88, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
}

.language-switcher button:hover,
.language-switcher button:focus-visible,
.language-switcher button.is-active {
  color: var(--blue-950);
  background: var(--gold);
  border-color: rgba(8, 37, 63, 0.24);
}

.language-switcher button:focus-visible {
  outline: 3px solid rgba(25, 90, 136, 0.36);
  outline-offset: 2px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: var(--blue-950);
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 20%, rgba(242, 189, 47, 0.2), transparent 26%),
    linear-gradient(90deg, rgba(8, 37, 63, 0.9), rgba(8, 37, 63, 0.58) 48%, rgba(8, 37, 63, 0.18)),
    linear-gradient(0deg, rgba(8, 37, 63, 0.72), rgba(8, 37, 63, 0.04) 48%),
    url("assets/camino/camino-hero-1.jpg") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 28%;
  background: linear-gradient(0deg, var(--stone), rgba(242, 234, 219, 0));
}

.hero-content {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
  padding: 24vh 0 15vh;
  color: var(--cream);
}

.route-line,
.section-label,
.need-line,
.need-strip,
.site-footer,
.trust-note {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.route-line {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--gold-soft);
  font-size: clamp(0.78rem, 1.3vw, 0.95rem);
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.8rem, 15vw, 11rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.82;
  text-shadow: 0 18px 54px rgba(0, 0, 0, 0.36);
}

.hero-kicker {
  max-width: 820px;
  margin-bottom: 22px;
  color: #fff3c8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 4vw, 3.2rem);
  line-height: 1.04;
}

.hero-copy {
  max-width: 720px;
  margin-bottom: 18px;
  color: rgba(255, 248, 234, 0.96);
  font-size: clamp(1.22rem, 2.6vw, 2rem);
  font-weight: 520;
  line-height: 1.18;
}

.need-line {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--gold-soft);
  font-size: clamp(0.98rem, 1.8vw, 1.18rem);
  font-weight: 750;
}

.pilgrim-moment,
.usp-section,
.need-strip,
.trust-note {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
}

.pilgrim-moment {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  gap: clamp(30px, 7vw, 86px);
  align-items: center;
  padding: clamp(70px, 10vw, 128px) 0 clamp(44px, 7vw, 88px);
}

.section-label {
  margin-bottom: 12px;
  color: var(--blue-700);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--blue-950);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.moment-copy p:not(.section-label),
.trust-note p {
  max-width: 700px;
  color: #26394a;
  font-size: clamp(1.08rem, 2.3vw, 1.48rem);
}

.strong-line {
  margin-top: 26px;
  color: var(--blue-900) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.3rem) !important;
  line-height: 1.08;
}

.moment-photo {
  position: relative;
  margin: 0;
}

.moment-photo::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  background: var(--gold);
  border-radius: 14px;
}

.moment-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 12px solid var(--cream);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.usp-section {
  padding: clamp(30px, 6vw, 68px) 0;
}

.section-heading {
  margin-bottom: 28px;
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.usp-card {
  min-height: 230px;
  padding: 26px;
  background: rgba(255, 248, 234, 0.76);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 42px rgba(8, 37, 63, 0.08);
}

.usp-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 34px;
  color: var(--blue-950);
  background: var(--gold);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  color: var(--blue-950);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  line-height: 1.06;
  letter-spacing: 0;
}

.usp-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.need-strip {
  margin-top: clamp(20px, 4vw, 44px);
  padding: clamp(22px, 4vw, 38px);
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(8, 37, 63, 0.94), rgba(13, 52, 88, 0.82)),
    url("assets/camino/camino-hero-2.jpg") center / cover no-repeat;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.need-strip p {
  margin-bottom: 0;
  color: var(--gold-soft);
  font-size: clamp(1.15rem, 3.2vw, 2rem);
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
}

.trust-note {
  padding: clamp(34px, 6vw, 70px) 0 clamp(62px, 9vw, 110px);
}

.trust-note p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(20, 34, 53, 0.72);
  font-size: clamp(0.98rem, 1.8vw, 1.16rem);
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(16px, 4vw, 52px);
  color: rgba(255, 248, 234, 0.8);
  background: var(--blue-950);
}

.site-footer strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cream);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-status {
  max-width: 420px;
  color: rgba(255, 248, 234, 0.68);
  text-align: right;
}

@media (max-width: 880px) {
  .pilgrim-moment,
  .usp-grid {
    grid-template-columns: 1fr;
  }

  .usp-card {
    min-height: 0;
  }

  .moment-photo img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 62px;
    padding: 9px 14px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .language-switcher button {
    min-width: 38px;
    min-height: 34px;
    padding: 6px 8px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-background {
    background:
      linear-gradient(90deg, rgba(8, 37, 63, 0.92), rgba(8, 37, 63, 0.62)),
      linear-gradient(0deg, rgba(8, 37, 63, 0.76), rgba(8, 37, 63, 0.06) 52%),
      url("assets/camino/camino-hero-1.jpg") 58% center / cover no-repeat;
  }

  .hero-content {
    width: min(100% - 28px, 1120px);
    padding: 21vh 0 12vh;
  }

  h1 {
    font-size: clamp(4rem, 22vw, 6.4rem);
  }

  .pilgrim-moment,
  .usp-section,
  .need-strip,
  .trust-note {
    width: min(100% - 28px, 1120px);
  }

  .pilgrim-moment {
    padding-top: 58px;
  }

  .moment-photo::before {
    inset: 12px -10px -10px 10px;
  }

  .need-strip {
    border-radius: 16px;
  }

  .site-footer {
    flex-direction: column;
  }

  .footer-status {
    text-align: left;
  }
}
