:root {
  --ink: #17130f;
  --earth: #6b3f20;
  --clay: #bd6732;
  --clay-dark: #8f4725;
  --gold: #d99a34;
  --cream: #fff7ea;
  --paper: #fffdf7;
  --sand: #f7eddb;
  --sage: #52665a;
  --muted: #756b60;
  --dark: #17130f;
  --band: #2a160d;
  --line: rgba(45, 30, 15, .14);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  background:
    radial-gradient(circle at 15% 10%, rgba(217, 154, 52, .08), transparent 28%),
    linear-gradient(90deg, rgba(107, 63, 32, .035) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 84px 84px, auto;
  color: var(--ink);
  line-height: 1.65;
}

a {
  color: inherit;
}

.wrap {
  width: min(calc(100% - 36px), var(--max));
  margin: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px max(18px, calc((100vw - var(--max)) / 2));
  background: rgba(255, 253, 247, .93);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.brand {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 1.05rem;
}

.brand span {
  color: var(--clay);
}

.site-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.site-nav a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3f372f;
}

.site-nav a.active,
.site-nav a:hover {
  color: var(--clay);
}

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  font-size: 1.6rem;
}

.hero {
  min-height: 82vh;
  display: grid;
  place-items: center;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(23, 19, 15, .66), rgba(23, 19, 15, .27)),
    url('../img/Huapi.jpg') center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 300px;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 253, 247, 0) 0%,
      rgba(255, 253, 247, .35) 42%,
      var(--paper) 100%
    );
  z-index: -1;
  pointer-events: none;
}

.hero .wrap {
  color: white;
}

.eyebrow {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: .95;
  margin: 12px 0;
  max-width: 900px;
  text-shadow: 0 8px 26px rgba(0, 0, 0, .34);
}

.hero p {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  max-width: 760px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .35);
}

.btn-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  background: var(--clay);
  color: white;
  font-family: Arial, sans-serif;
  font-weight: 700;
  border: 1px solid transparent;
  box-shadow: 0 14px 30px rgba(143, 71, 37, .18);
}

.btn.secondary {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .48);
}

.btn.light {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

section {
  padding: 82px 0;
}

.section-title {
  max-width: 820px;
}

.section-title.centered {
  margin: auto;
  text-align: center;
}

.section-title h2,
.page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  line-height: 1.02;
  margin: 8px 0 16px;
}

.section-title p,
.page-hero p {
  font-size: 1.12rem;
  color: var(--muted);
}

.page-hero {
  padding: 80px 0 54px;
  background: linear-gradient(180deg, var(--cream), rgba(255, 247, 234, .55));
  border-bottom: 1px solid var(--line);
}

.grid {
  display: grid;
  gap: 24px;
}

.cards {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.card,
.story-card,
.timeline-item,
.feature-box,
.contact-box {
  background: rgba(255, 247, 234, .72);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 42px rgba(70, 40, 10, .055);
}

.card h3,
.story-card h3,
.timeline-item h3,
.feature-box h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
}

.card p,
.story-card p,
.timeline-item p,
.feature-box p {
  color: var(--muted);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.visual-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(40, 25, 10, .18);
}

.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.visual-card .caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(23, 19, 15, .76);
  color: var(--cream);
  border-radius: 999px;
  padding: 8px 14px;
  font-family: Arial, sans-serif;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.home-roots {
  padding-top: 28px;
}

.roots-panel {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  align-items: stretch;
  margin-top: 30px;
}

.story-card.large {
  padding: 36px;
}

.story-card.large h3 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
}

.symbol-list {
  display: grid;
  gap: 14px;
}

.symbol-list div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 247, 234, .7);
  border: 1px solid var(--line);
}

.symbol-list strong {
  display: block;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
  color: var(--clay);
  margin-bottom: 6px;
}

.band {
  background:
    radial-gradient(circle at 16% 20%, rgba(217, 154, 52, .12), transparent 28%),
    linear-gradient(135deg, #261307, #332116);
  color: white;
}

.band .section-title p,
.band .card p {
  color: #dccabb;
}

.band .card {
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .14);
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  align-items: start;
}

.timeline-item .date {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  color: var(--clay);
  font-weight: 700;
}

.timeline-item .meta {
  font-family: Arial, sans-serif;
  color: var(--muted);
  font-size: .92rem;
  margin-bottom: 5px;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 38px;
}

.feature-box.highlight {
  background:
    linear-gradient(135deg, rgba(255, 247, 234, .95), rgba(255, 253, 247, .6));
  padding: 38px;
}

.massage-phrase {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
  text-align: center;
  max-width: 860px;
  margin: 8px auto 18px;
}

.contact-box {
  max-width: 720px;
  margin: 0 auto;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-form label {
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--clay-dark);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 13px 14px;
  background: rgba(255, 253, 247, .86);
  font: inherit;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-note {
  color: var(--muted);
  margin: 8px 0 0;
}

.email-text {
  font-size: 1.25rem;
  font-weight: 700;
}

.site-footer {
  background: #14100c;
  color: #f7ead8;
  padding: 56px 0;
}

.footer-centered {
  max-width: 820px;
  text-align: center;
}

.footer-centered h3 {
  margin: 0 0 10px;
  font-size: 1.7rem;
}

.footer-centered p {
  margin: 0 auto 24px;
  color: #d0c2b2;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #f7ead8;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 850px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 18px;
    flex-direction: column;
    border-bottom: 1px solid var(--line);
  }

  .site-nav.open {
    display: flex;
  }

  .cards,
  .split,
  .roots-panel,
  .feature-row,
  .form-row {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero {
    min-height: 74vh;
  }

  section {
    padding: 62px 0;
  }
}
