/* Tipografías locales para una publicación sin dependencias externas. */
@font-face {
  font-family: "DM Serif Display";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-serif-display.ttf") format("truetype");
}
@font-face {
  font-family: "DM Serif Display";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/dm-serif-display-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/manrope-400.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/manrope-500.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/manrope-600.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/manrope-700.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/manrope-800.ttf") format("truetype");
}

/**
 * ESTILO LLANODEBRUJAS — nueva rusticidad editorial y cartografía afectiva.
 * Principios: Azarbe como hilo conductor, cal de ribera como base, composiciones asimétricas y detalle de campo.
 */

:root {
  --azarbe: #0b5f5c;
  --cal: #f5f1e8;
  --ink: #1e2a24;
  --leaf: #71875a;
  --granada: #b8482f;
  --mist: #e5ece1;
  --paper-line: rgba(30, 42, 36, 0.16);
  --background: #f5f1e8;
  --foreground: #1e2a24;
  --card: #fbf9f3;
  --card-foreground: #1e2a24;
  --popover: #fbf9f3;
  --popover-foreground: #1e2a24;
  --primary: #0b5f5c;
  --primary-foreground: #f5f1e8;
  --secondary: #e5ece1;
  --secondary-foreground: #1e2a24;
  --muted: #eae7de;
  --muted-foreground: #67716c;
  --accent: #b8482f;
  --accent-foreground: #f5f1e8;
  --destructive: #b8482f;
  --destructive-foreground: #f5f1e8;
  --border: rgba(30, 42, 36, 0.16);
  --input: rgba(30, 42, 36, 0.16);
  --ring: #0b5f5c;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
[hidden] {
  display: none !important;
}
body {
  margin: 0;
  background: var(--cal);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:not(:disabled),
a[href] {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}

.shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-inline: 32px;
}
.section-pad {
  padding-top: 112px;
  padding-bottom: 112px;
}
.site-frame {
  min-height: 100vh;
}

.sale-strip {
  position: relative;
  z-index: 101;
  background: var(--granada);
  color: #fff9ee;
  font-size: 12px;
  letter-spacing: 0.005em;
}
.sale-strip__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sale-strip strong {
  font-weight: 800;
}
.sale-strip__link {
  flex: 0 0 auto;
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 241, 232, 0.97);
  border-bottom: 1px solid var(--paper-line);
  backdrop-filter: blur(14px);
}
.site-header__inner {
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.brand-mark {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.brand-name {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 24px;
  letter-spacing: -0.055em;
}
.brand-name--compact {
  font-size: 25px;
}
.brand-domain {
  color: var(--azarbe);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 23px;
  margin-left: -4px;
}
.site-header .brand-mark {
  width: 53px;
  height: 53px;
}
.site-header .brand-name {
  font-size: 36px;
}
.desktop-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14px, 1.75vw, 27px);
}
.nav-link {
  position: relative;
  font-size: 12.5px;
  font-weight: 700;
  color: #53605a;
  transition: color 160ms ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--azarbe);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-link:hover,
.nav-link--active {
  color: var(--azarbe);
}
.nav-link:hover::after,
.nav-link--active::after {
  transform: scaleX(1);
}
.header-contact {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  color: var(--azarbe);
  font-size: 12.5px;
  font-weight: 800;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 6px;
}
.mobile-panel {
  display: none;
}

.home-hero {
  position: relative;
  min-height: 680px;
  color: white;
  background: var(--ink);
}
.home-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-hero__wash {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 31, 25, 0.94) 0%,
    rgba(18, 31, 25, 0.72) 44%,
    rgba(18, 31, 25, 0.15) 76%
  );
}
.home-hero__content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  padding-top: 108px;
  padding-bottom: 92px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.eyebrow {
  color: var(--azarbe);
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.13em;
  font-size: 10px;
}
.eyebrow span {
  display: inline-block;
  width: 26px;
  height: 2px;
  background: currentColor;
}
.eyebrow--light {
  color: #e7eee0;
}
.home-hero h1 {
  max-width: 760px;
  margin-top: 17px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(52px, 7.2vw, 103px);
  line-height: 0.91;
  letter-spacing: -0.065em;
}
h1 em,
h2 em {
  color: #dce8ce;
  font-style: italic;
}
.home-hero__content > p {
  max-width: 470px;
  margin-top: 27px;
  color: #edf0e9;
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.button {
  min-height: 46px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  font-size: 12.5px;
  font-weight: 800;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease;
}
.button:active {
  transform: scale(0.97);
}
.button--light {
  background: #f5f1e8;
  color: var(--ink);
}
.button--light:hover {
  background: #fff;
}
.button--ghost-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.button--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
}
.button--dark {
  background: var(--ink);
  color: var(--cal);
}
.button--teal {
  background: var(--azarbe);
  color: #fff;
}
.button--teal:hover {
  background: #084b49;
}
.home-hero__footer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  width: min(100%, 1280px);
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.77);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 9px;
  font-weight: 700;
}

.storyline {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 8vw;
  padding-top: 84px;
  padding-bottom: 84px;
}
.storyline__lead h2,
.section-heading h2,
.place-intro h2,
.flavor-intro h2,
.guide-intro h2,
.story-intro h2,
.agenda-intro h2 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(36px, 4.1vw, 56px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}
.storyline__notes {
  border-left: 2px solid var(--azarbe);
  padding-left: 25px;
  padding-top: 3px;
}
.storyline__notes > span,
.aside-no {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--granada);
  font-size: 35px;
  line-height: 1;
}
.storyline__notes p {
  margin: 13px 0 20px;
  font-size: 15px;
  line-height: 1.65;
}
.storyline__notes a,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--azarbe);
  font-size: 12px;
  font-weight: 800;
}

.routes-feature {
  background: #e9ece3;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: 44px;
}
.section-heading h2 {
  max-width: 650px;
}
.section-heading > div > p {
  max-width: 540px;
  margin-top: 14px;
  color: #657069;
  font-size: 15px;
  line-height: 1.65;
}
.route-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.74fr 0.46fr;
  gap: 20px;
  align-items: stretch;
}
.route-stack {
  display: grid;
  gap: 20px;
}
.route-tile {
  position: relative;
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: #f6f3eb;
  color: var(--ink);
  padding: 22px;
  border: 1px solid transparent;
  transition:
    transform 180ms cubic-bezier(0.23, 1, 0.32, 1),
    border-color 180ms ease;
}
.route-tile:hover {
  transform: translateY(-5px);
  border-color: rgba(11, 95, 92, 0.45);
}
.route-tile--featured {
  min-height: 510px;
  color: white;
}
.route-tile > img {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.route-tile--featured::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(15, 29, 21, 0.1),
    rgba(15, 29, 21, 0.85)
  );
}
.route-tile__top,
.route-tile__body {
  position: relative;
  z-index: 1;
}
.route-tile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-chip {
  border: 1px solid currentColor;
  display: inline-flex;
  padding: 5px 8px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.route-tile__body h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.route-tile__body p {
  margin-top: 10px;
  max-width: 340px;
  font-size: 13px;
  line-height: 1.55;
}
.route-tile__body > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.route-aside {
  background: var(--azarbe);
  color: #f5f1e8;
  padding: 28px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.route-aside .aside-no {
  color: #b9d6c0;
}
.route-aside h3 {
  margin-top: auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 35px;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.route-aside p {
  margin-top: 13px;
  color: #d5e1d5;
  font-size: 13px;
  line-height: 1.55;
}
.field-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 25px;
}
.field-stamp {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 4px 9px;
  border-radius: 100px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.field-stamp--light {
  background: #eff4e8;
  color: var(--azarbe);
}
.field-stamp--dark {
  background: #1e2a24;
  color: #eff4e8;
}
.field-stamp--clay {
  background: #b8482f;
  color: #fff8ec;
}

.season-section {
  background: var(--cal);
  padding: 106px 0;
}
.season-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.86fr 0.36fr;
  align-items: center;
  gap: clamp(24px, 4vw, 70px);
}
.season-section__image {
  height: 405px;
}
.season-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.season-section__content h2 {
  max-width: 400px;
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 0.95;
  letter-spacing: -0.055em;
}
.season-section__content p {
  margin: 19px 0 25px;
  max-width: 410px;
  color: #55615a;
  font-size: 14px;
  line-height: 1.7;
}
.season-fact {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 12px;
  border-top: 2px solid var(--azarbe);
}
.season-fact span {
  margin-top: 13px;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #627066;
}
.season-fact strong {
  margin-top: 10px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 36px;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.season-fact p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #56615b;
}

.agenda-home {
  padding-top: 100px;
  padding-bottom: 105px;
}
.event-list {
  border-top: 1px solid var(--paper-line);
}
.event-card {
  min-height: 125px;
  display: grid;
  grid-template-columns: 90px 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 22px 7px;
  border-bottom: 1px solid var(--paper-line);
  transition:
    padding 170ms ease,
    background 170ms ease;
}
.event-card:hover {
  padding-inline: 15px;
  background: #ebe9df;
}
.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  color: var(--azarbe);
  border: 1px solid var(--azarbe);
}
.event-date strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  line-height: 0.85;
}
.event-date span,
.event-tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.event-tag {
  color: var(--granada);
}
.event-card h3 {
  margin-top: 4px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  line-height: 0.98;
  letter-spacing: -0.035em;
}
.event-card p {
  margin-top: 9px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #647068;
  font-size: 11.5px;
}
.event-card__arrow {
  color: var(--azarbe);
}

.stories-home {
  padding: 112px 0;
  background: var(--ink);
  color: var(--cal);
}
.stories-home .eyebrow {
  color: #c2d7b6;
}
.stories-home .section-heading h2 {
  color: var(--cal);
}
.stories-home .text-link {
  color: #dbe7d1;
}
.stories-grid,
.stories-page-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr 0.72fr;
  gap: 20px;
}
.story-card {
  background: transparent;
  min-height: 300px;
  border-top: 1px solid rgba(245, 241, 232, 0.35);
  transition:
    background 180ms ease,
    transform 180ms ease;
}
.story-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.045);
}
.story-card__image {
  height: 202px;
  overflow: hidden;
}
.story-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms cubic-bezier(0.23, 1, 0.32, 1);
}
.story-card:hover .story-card__image img {
  transform: scale(1.04);
}
.story-card__content {
  padding: 18px 0 5px;
}
.story-card--featured .story-card__image {
  height: 283px;
}
.story-tag {
  color: #b7d2ad;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.story-card h3 {
  margin-top: 8px;
  max-width: 390px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  line-height: 0.97;
  letter-spacing: -0.04em;
}
.story-card p {
  margin-top: 10px;
  max-width: 370px;
  color: #c5cec4;
  font-size: 12.5px;
  line-height: 1.55;
}
.story-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: #dce4d7;
  font-size: 10px;
  font-weight: 700;
}
.portal-callout {
  min-height: 350px;
  display: grid;
  grid-template-columns: 1.2fr 0.75fr auto;
  gap: 50px;
  align-items: center;
  padding-top: 76px;
  padding-bottom: 76px;
}
.portal-callout h2 {
  margin-top: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(43px, 5vw, 66px);
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.portal-callout h2 em {
  color: var(--azarbe);
}
.portal-callout > p {
  color: #5c675f;
  font-size: 15px;
  line-height: 1.7;
}
.round-arrow {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--granada);
  color: #fff9ed;
  transition: transform 180ms ease;
}
.round-arrow:hover {
  transform: rotate(-20deg);
}

.page-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  background: #e1e7da;
  color: var(--ink);
}
.page-hero--image {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.page-hero__inner {
  padding-top: 68px;
  padding-bottom: 68px;
}
.page-hero h1 {
  max-width: 730px;
  margin-top: 14px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(54px, 6vw, 87px);
  line-height: 0.89;
  letter-spacing: -0.065em;
}
.page-hero > .page-hero__inner > p {
  max-width: 530px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7;
}
.page-hero__detail {
  display: inline-flex;
  margin-top: 27px;
  border-top: 1px solid currentColor;
  padding-top: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}
.fact-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--paper-line);
}
.fact-rail > div {
  min-height: 140px;
  padding: 32px 20px 26px 0;
  border-right: 1px solid var(--paper-line);
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.fact-rail > div:last-child {
  border-right: none;
  padding-left: 22px;
}
.fact-rail strong {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--azarbe);
  font-size: 42px;
  line-height: 0.9;
  letter-spacing: -0.05em;
}
.fact-rail span {
  margin-top: 9px;
  color: #617069;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.place-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.75fr;
  gap: 12%;
}
.place-intro__copy {
  padding-top: 33px;
}
.place-intro__copy p {
  color: #56625b;
  font-size: 15px;
  line-height: 1.76;
}
.place-intro__copy p + p {
  margin-top: 15px;
}
.place-intro__copy .text-link {
  margin-top: 24px;
}
.place-themes {
  padding: 104px 0;
  background: #e7ebe2;
}
.theme-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid var(--paper-line);
}
.theme-card {
  position: relative;
  min-height: 274px;
  padding: 28px 21px;
  border-right: 1px solid var(--paper-line);
  transition: background 180ms ease;
}
.theme-card:hover {
  background: var(--azarbe);
  color: #fff;
}
.theme-card svg {
  width: 26px;
  height: 26px;
  color: var(--azarbe);
  stroke-width: 1.45;
}
.theme-card:hover svg {
  color: #d5e6c6;
}
.theme-card > span {
  position: absolute;
  right: 19px;
  top: 25px;
  color: var(--granada);
  font-size: 10px;
  font-weight: 800;
}
.theme-card h3 {
  margin-top: 88px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.theme-card p {
  margin-top: 9px;
  color: #5e695f;
  font-size: 12px;
  line-height: 1.5;
}
.theme-card:hover p {
  color: #dbe5d7;
}
.landmark-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.2fr;
  gap: 10%;
}
.landmark-intro h2 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 47px;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.landmark-list {
  border-top: 1px solid var(--paper-line);
}
.landmark-list article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 25px 0;
  border-bottom: 1px solid var(--paper-line);
}
.landmark-list article > span {
  font-size: 10px;
  color: var(--granada);
  font-weight: 800;
}
.landmark-list h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.landmark-list p {
  margin-top: 7px;
  color: #5c675f;
  font-size: 13px;
  line-height: 1.6;
}
.quiet-banner {
  background: var(--azarbe);
  color: #fff;
}
.quiet-banner > div {
  min-height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.quiet-banner p {
  max-width: 530px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 41px;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.routes-page-intro,
.flavor-intro,
.agenda-intro,
.guide-intro,
.story-intro {
  display: grid;
  grid-template-columns: 1fr 0.73fr;
  gap: 11%;
}
.routes-page-intro p,
.flavor-intro > p,
.agenda-intro > p,
.guide-intro > p,
.story-intro > p {
  padding-top: 37px;
  color: #58645d;
  font-size: 15px;
  line-height: 1.75;
}
.route-selector {
  min-height: 100px;
  border-top: 1px solid var(--paper-line);
  border-bottom: 1px solid var(--paper-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.selector-label {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #65726a;
}
.selector-chips {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.filter-pill {
  padding: 6px 10px;
  border: 1px solid var(--paper-line);
  border-radius: 99px;
  font-size: 10px;
  font-weight: 800;
  color: #5a665f;
}
.filter-pill--active {
  border-color: var(--azarbe);
  background: var(--azarbe);
  color: #fff;
}
.route-selector > p {
  display: flex;
  gap: 6px;
  align-items: center;
  color: #5d675f;
  font-size: 11px;
}
.route-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-top: 46px;
  padding-bottom: 90px;
}
.route-page-grid .route-tile {
  min-height: 300px;
  background: #ebe8df;
}
.route-page-grid .route-tile--featured {
  grid-row: span 2;
  min-height: 620px;
}
.route-practical {
  padding: 88px 0;
  background: var(--ink);
  color: var(--cal);
}
.practical-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 0.65fr);
  gap: 30px;
}
.practical-grid h2 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 45px;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.practical-item {
  border-top: 1px solid rgba(245, 241, 232, 0.38);
  padding-top: 18px;
}
.practical-item svg {
  color: #c2d7b6;
  stroke-width: 1.35;
}
.practical-item h3 {
  margin-top: 28px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 25px;
  letter-spacing: -0.03em;
}
.practical-item p {
  margin-top: 9px;
  color: #c8d0c7;
  font-size: 12.5px;
  line-height: 1.55;
}
.route-cta {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
}
.route-cta h2 {
  max-width: 610px;
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 46px;
  letter-spacing: -0.05em;
  line-height: 0.95;
}
.route-cta p {
  max-width: 610px;
  margin-top: 15px;
  color: #59655e;
  font-size: 14px;
  line-height: 1.7;
}

.detail-hero {
  position: relative;
  height: 620px;
  color: #fff;
  background: var(--ink);
}
.detail-hero > img,
.detail-hero__shade {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.detail-hero > img {
  object-fit: cover;
}
.detail-hero__shade {
  background: linear-gradient(
    90deg,
    rgba(18, 31, 24, 0.9),
    rgba(18, 31, 24, 0.47),
    rgba(18, 31, 24, 0.12)
  );
}
.detail-hero__content {
  position: relative;
  z-index: 1;
  padding-top: 54px;
}
.back-link {
  display: inline-flex;
  margin-bottom: 62px;
  color: #e9f0e3;
  font-size: 12px;
  font-weight: 700;
}
.back-link--dark {
  color: var(--azarbe);
}
.detail-hero h1 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(60px, 8vw, 106px);
  line-height: 0.85;
  letter-spacing: -0.07em;
}
.detail-hero__content > p {
  max-width: 450px;
  margin-top: 20px;
  line-height: 1.7;
  font-size: 15px;
}
.detail-specs {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  min-height: 106px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}
.detail-specs span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 19px;
  border-right: 1px solid rgba(255, 255, 255, 0.36);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}
.detail-specs span:last-child {
  border-right: 0;
}
.detail-specs strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 28px;
  text-transform: none;
  letter-spacing: -0.02em;
}
.route-detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.48fr;
  gap: 12%;
}
.route-detail-copy h2 {
  max-width: 600px;
  margin-top: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 49px;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.route-detail-copy > p {
  max-width: 660px;
  margin-top: 22px;
  font-size: 15px;
  line-height: 1.82;
  color: #4f5c54;
}
.route-detail-note {
  max-width: 650px;
  margin-top: 32px;
  padding: 18px 20px;
  background: #e5ebe1;
  border-left: 3px solid var(--azarbe);
}
.route-detail-note span {
  color: var(--azarbe);
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.route-detail-note p {
  margin-top: 6px;
  font-size: 12.5px;
  line-height: 1.55;
}
.route-detail-aside {
  align-self: start;
  padding: 28px;
  background: var(--ink);
  color: var(--cal);
}
.route-detail-aside dl {
  margin: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.route-detail-aside dl > div {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
}
.route-detail-aside dt {
  color: #b9c9b6;
}
.route-detail-aside dd {
  margin: 0;
  text-align: right;
  font-weight: 700;
}
.route-detail-aside .text-link {
  color: #d4e6ca;
}
.route-steps {
  padding-bottom: 112px;
}
.route-steps > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 31px;
  border-top: 1px solid var(--paper-line);
}
.route-steps article {
  min-height: 220px;
  padding: 26px 25px 0 0;
  border-right: 1px solid var(--paper-line);
}
.route-steps article + article {
  padding-left: 25px;
}
.route-steps article:last-child {
  border: 0;
}
.route-steps article span {
  color: var(--granada);
  font-size: 10px;
  font-weight: 800;
}
.route-steps h3 {
  margin-top: 48px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 29px;
  line-height: 0.97;
  letter-spacing: -0.04em;
}
.route-steps p {
  margin-top: 10px;
  color: #5b665f;
  font-size: 12.5px;
  line-height: 1.55;
}
.see-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 120px;
  border-top: 1px solid var(--paper-line);
}
.see-next p {
  color: var(--granada);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.see-next a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 26px;
  letter-spacing: -0.03em;
}

.flavor-feature {
  padding: 25px 0;
  background: #e6ece1;
}
.flavor-feature__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 475px;
}
.flavor-feature__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.flavor-feature__text {
  padding: 72px clamp(30px, 7vw, 110px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.flavor-feature__text h2 {
  margin-top: 20px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(44px, 4.2vw, 64px);
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.flavor-feature__text h2 em {
  color: var(--azarbe);
}
.flavor-feature__text p {
  max-width: 430px;
  margin: 20px 0 23px;
  color: #516057;
  font-size: 14px;
  line-height: 1.72;
}
.flavor-list {
  border-top: 1px solid var(--paper-line);
}
.flavor-list article {
  display: grid;
  grid-template-columns: 83px 1fr auto;
  align-items: center;
  gap: 20px;
  min-height: 146px;
  border-bottom: 1px solid var(--paper-line);
  transition: padding 160ms ease;
}
.flavor-list article:hover {
  padding-inline: 14px;
}
.flavor-list article > span {
  font-family: "DM Serif Display", Georgia, serif;
  color: var(--azarbe);
  font-size: 34px;
}
.flavor-list article p:first-child {
  color: var(--granada);
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.flavor-list h3 {
  margin-top: 5px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.flavor-list article p:last-child {
  margin-top: 8px;
  color: #58645d;
  font-size: 12.5px;
}
.maker-section {
  padding: 100px 0;
  background: var(--ink);
  color: var(--cal);
}
.maker-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.62fr;
  gap: 16%;
}
.maker-grid h2 {
  max-width: 600px;
  margin-top: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 52px;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.maker-grid > div > p {
  max-width: 600px;
  margin-top: 18px;
  color: #c3cec1;
  font-size: 14px;
  line-height: 1.7;
}
.maker-note {
  align-self: end;
  padding: 27px;
  background: var(--azarbe);
}
.maker-note svg {
  color: #e2f0d9;
}
.maker-note p {
  color: #e6f1df !important;
  margin-top: 25px !important;
}
.maker-note .button {
  margin-top: 26px;
}

.agenda-main {
  display: grid;
  grid-template-columns: 1.1fr 0.47fr;
  gap: 7%;
  padding-bottom: 95px;
}
.agenda-aside {
  background: #e6ebe0;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.agenda-aside h3 {
  margin-top: auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 37px;
  letter-spacing: -0.05em;
  line-height: 0.92;
}
.agenda-aside > p {
  margin-top: 14px;
  color: #5d695f;
  font-size: 13px;
  line-height: 1.65;
}
.mini-calendar {
  margin-top: 35px;
  padding-top: 17px;
  border-top: 1px solid var(--paper-line);
}
.mini-calendar p {
  color: var(--granada);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.mini-calendar strong {
  display: block;
  margin-top: 9px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 25px;
  line-height: 0.95;
}
.mini-calendar span {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.5;
  color: #58665e;
}
.agenda-image-section {
  position: relative;
  height: 540px;
  color: white;
  background: var(--ink);
}
.agenda-image-section .shell {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.agenda-image-section img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.agenda-image-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(19, 30, 24, 0.91),
    rgba(19, 30, 24, 0.38)
  );
  z-index: 1;
}
.agenda-image-section .shell > div {
  position: relative;
  z-index: 2;
  max-width: 580px;
}
.agenda-image-section h2 {
  margin-top: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 56px;
  line-height: 0.91;
  letter-spacing: -0.06em;
}
.agenda-image-section p {
  margin: 19px 0 27px;
  font-size: 14px;
  line-height: 1.7;
  color: #eef3ea;
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding-bottom: 110px;
  background: var(--paper-line);
}
.guide-card {
  min-height: 300px;
  padding: 30px;
  background: var(--cal);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.guide-card > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.guide-index {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  color: var(--azarbe);
}
.guide-category {
  color: var(--granada);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.guide-card h3 {
  margin-top: auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 36px;
  line-height: 0.93;
  letter-spacing: -0.05em;
}
.guide-card > p {
  max-width: 410px;
  margin-top: 11px;
  color: #57645c;
  font-size: 13px;
  line-height: 1.58;
}
.guide-detail {
  margin-top: 19px;
  color: #607069;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.guide-card .text-link {
  margin-top: 18px;
}
.guide-principles {
  display: grid;
  grid-template-columns: 0.87fr 1.12fr;
  gap: 10%;
  padding-bottom: 105px;
}
.guide-principles h2 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 50px;
  letter-spacing: -0.05em;
  line-height: 0.93;
}
.guide-principles > div:last-child {
  border-top: 1px solid var(--paper-line);
}
.guide-principles article {
  display: flex;
  gap: 13px;
  padding: 17px 0;
  border-bottom: 1px solid var(--paper-line);
}
.guide-principles article svg {
  color: var(--azarbe);
  flex: none;
}
.guide-principles article p {
  font-size: 13px;
  color: #56635b;
  line-height: 1.55;
}
.guide-join {
  padding: 64px 0;
  background: var(--azarbe);
  color: #fff;
}
.guide-join .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.guide-join h2 {
  max-width: 680px;
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 47px;
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.stories-page-grid {
  padding-bottom: 105px;
  grid-template-columns: repeat(3, 1fr);
}
.stories-page-grid .story-card {
  background: #e8ece3;
  min-height: 350px;
  padding: 0 18px 16px;
  color: var(--ink);
  border: none;
}
.stories-page-grid .story-card__image {
  margin: 0 -18px;
}
.stories-page-grid .story-tag {
  color: var(--granada);
}
.stories-page-grid .story-card p {
  color: #56635b;
}
.stories-page-grid .story-meta {
  color: var(--azarbe);
}
.story-topics {
  padding: 85px 0;
  background: var(--ink);
  color: var(--cal);
}
.story-topics > div > div {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}
.story-topics a {
  min-height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(25px, 3.1vw, 40px);
  letter-spacing: -0.04em;
  transition: padding 160ms ease;
}
.story-topics a:hover {
  padding-inline: 12px;
}

.article-head {
  padding-top: 62px;
  padding-bottom: 65px;
}
.article-head__grid {
  display: grid;
  grid-template-columns: 1fr 0.31fr;
  gap: 10%;
}
.article-head h1 {
  max-width: 840px;
  margin-top: 17px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(55px, 6vw, 86px);
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.article-lead {
  max-width: 620px;
  margin-top: 24px;
  color: #516058;
  font-size: 17px;
  line-height: 1.62;
}
.article-meta {
  align-self: end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 4px;
  color: #657168;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.article-image {
  height: min(63vw, 590px);
  background: var(--ink);
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-body-grid {
  display: grid;
  grid-template-columns: 1fr 0.31fr;
  gap: 11%;
  padding-top: 86px;
  padding-bottom: 86px;
}
.article-body {
  max-width: 700px;
  margin-left: auto;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.47;
  letter-spacing: -0.018em;
}
.article-body p + p {
  margin-top: 24px;
}
.article-dropcap::first-letter {
  float: left;
  margin: 8px 11px 0 0;
  color: var(--azarbe);
  font-size: 84px;
  line-height: 0.62;
}
.article-body blockquote {
  margin: 38px 0;
  padding: 28px 0 28px 28px;
  border-left: 3px solid var(--granada);
  color: var(--azarbe);
  font-size: 31px;
  line-height: 1.12;
}
.article-body h2 {
  margin-top: 42px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 43px;
  letter-spacing: -0.05em;
  line-height: 0.97;
}
.article-aside {
  padding-top: 12px;
}
.article-aside > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.article-aside > div:first-child a {
  color: #536058;
  font-size: 11px;
}
.article-aside__card {
  margin-top: 32px;
  padding: 22px;
  background: #e4ebe0;
}
.article-aside__card svg {
  color: var(--azarbe);
}
.article-aside__card p {
  margin: 17px 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 23px;
  line-height: 0.97;
  letter-spacing: -0.03em;
}
.article-aside__card a {
  color: var(--azarbe);
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.article-next {
  min-height: 150px;
  border-top: 1px solid var(--paper-line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.article-next p {
  color: var(--granada);
  font-size: 10px;
  letter-spacing: 0.12em;
  font-weight: 800;
  text-transform: uppercase;
}
.article-next a {
  max-width: 750px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.035em;
}

.sale-hero {
  padding: 84px 0;
  background: var(--ink);
  color: var(--cal);
}
.sale-hero__flag {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cadfc0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 10px;
  font-weight: 800;
}
.sale-hero__flag span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--granada);
}
.sale-hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.55fr;
  gap: 12%;
  margin-top: 61px;
}
.sale-hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(58px, 7.5vw, 104px);
  letter-spacing: -0.07em;
  line-height: 0.85;
}
.sale-hero h1 em {
  color: #cce3bf;
}
.sale-hero__grid > div:first-child > p {
  max-width: 540px;
  margin-top: 25px;
  color: #c6d0c2;
  line-height: 1.72;
  font-size: 15px;
}
.sale-hero__grid > div:first-child .button {
  margin-top: 33px;
}
.sale-hero__details {
  align-self: end;
  padding: 26px;
  border-top: 2px solid #bcd5ae;
  background: #273d33;
}
.sale-hero__details > span {
  color: #cde1c3;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
}
.sale-hero__details strong {
  display: block;
  margin-top: 13px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  letter-spacing: -0.04em;
}
.sale-hero__details p {
  margin-top: 11px;
  color: #ced7ca;
  font-size: 12.5px;
  line-height: 1.6;
}
.sale-hero__details a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 23px;
  color: #d8ebcd;
  font-size: 11px;
  font-weight: 800;
}
.sale-case {
  display: grid;
  grid-template-columns: 0.88fr 1.05fr;
  gap: 10%;
}
.sale-case h2 {
  margin-top: 16px;
  max-width: 550px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 52px;
  line-height: 0.92;
  letter-spacing: -0.06em;
}
.sale-case > p {
  padding-top: 35px;
  color: #536057;
  font-size: 16px;
  line-height: 1.78;
}
.sale-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 110px;
}
.sale-metrics > div {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--paper-line);
  border-right: 0;
}
.sale-metrics > div:last-child {
  border-right: 1px solid var(--paper-line);
}
.sale-metrics span {
  color: var(--granada);
  font-size: 10px;
  font-weight: 800;
}
.sale-metrics h3 {
  margin-top: 72px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.sale-metrics p {
  margin-top: 10px;
  color: #5d695f;
  font-size: 12px;
  line-height: 1.55;
}
.sale-includes {
  padding: 88px 0;
  background: var(--azarbe);
  color: #fff;
}
.sale-includes__grid {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 14%;
}
.sale-includes h2 {
  max-width: 570px;
  margin-top: 16px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 52px;
  line-height: 0.92;
  letter-spacing: -0.05em;
}
.sale-includes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sale-includes li {
  display: flex;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  font-size: 13.5px;
  line-height: 1.55;
}
.sale-includes li svg {
  flex: none;
  color: #c8e0bd;
}
.sale-contact {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 12%;
  padding-top: 106px;
  padding-bottom: 106px;
}
.sale-contact h2 {
  margin-top: 15px;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 52px;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.sale-contact > div:first-child > p {
  margin-top: 17px;
  max-width: 440px;
  color: #556159;
  font-size: 14px;
  line-height: 1.7;
}
.sale-contact > div:last-child {
  align-self: end;
}
.sale-email {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--azarbe);
  color: var(--azarbe);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(24px, 3vw, 40px);
  letter-spacing: -0.05em;
}
.sale-contact > div:last-child > p {
  margin-top: 13px;
  font-size: 10px;
  color: #66726b;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.site-footer {
  background: #17211c;
  color: #e7ede2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.47fr 0.67fr 0.35fr;
  gap: 5%;
  padding-top: 67px;
  padding-bottom: 57px;
}
.footer-brand-block .brand {
  color: #f5f1e8;
}
.footer-brand-block .brand-mark {
  width: 43px;
  height: 43px;
}
.footer-brand-block p {
  max-width: 330px;
  margin-top: 20px;
  color: #bbc5b9;
  font-size: 12.5px;
  line-height: 1.65;
}
.footer-eyebrow {
  color: #a9c29e;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-column a {
  color: #e2e7dd;
  font-size: 12px;
  transition: color 160ms ease;
}
.footer-column a:hover {
  color: #b9d8af;
}
.footer-column .footer-eyebrow {
  margin-bottom: 5px;
}
.footer-note {
  align-self: end;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  color: #aeb9ad;
  font-size: 10px;
  line-height: 1.55;
}
.footer-note img {
  width: 45px;
  height: 45px;
  filter: brightness(0) invert(1) opacity(0.75);
}
.footer-bottom {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  color: #9ba79b;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  background: var(--azarbe);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1040px) {
  .desktop-nav {
    gap: 14px;
  }
  .nav-link {
    font-size: 11px;
  }
  .route-layout {
    grid-template-columns: 1.15fr 0.75fr;
  }
  .route-aside {
    grid-column: 1 / -1;
    min-height: 220px;
  }
  .route-aside h3 {
    margin-top: 30px;
  }
  .route-aside p {
    max-width: 410px;
  }
  .route-aside .field-notes {
    position: absolute;
    right: 32px;
    align-self: flex-end;
  }
  .practical-grid {
    grid-template-columns: 1fr 1fr;
  }
  .practical-grid > div:first-child {
    grid-column: 1 / -1;
  }
  .practical-grid h2 {
    max-width: 500px;
  }
  .sale-hero__grid {
    grid-template-columns: 1fr 0.7fr;
    gap: 8%;
  }
}

@media (max-width: 780px) {
  .shell {
    padding-inline: 20px;
  }
  .sale-strip {
    font-size: 10px;
  }
  .sale-strip__inner {
    min-height: 38px;
    gap: 12px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
  }
  .sale-strip__detail,
  .sale-strip__link svg {
    display: none;
  }
  .sale-strip__link {
    white-space: nowrap;
  }
  .site-header__inner {
    min-height: 94px;
  }
  .site-header .brand-mark {
    width: 47px;
    height: 47px;
  }
  .site-header .brand-name {
    font-size: 33px;
  }
  .brand-domain {
    font-size: 21px;
  }
  .desktop-nav,
  .header-contact {
    display: none;
  }
  .menu-toggle {
    display: flex;
    margin-left: auto;
  }
  .mobile-panel {
    display: block;
    position: absolute;
    z-index: 105;
    left: 0;
    right: 0;
    top: 100%;
    padding: 17px 20px 22px;
    background: #f5f1e8;
    border-bottom: 1px solid var(--paper-line);
    box-shadow: 0 18px 30px rgba(25, 40, 30, 0.13);
  }
  .mobile-panel nav {
    display: grid;
    border-top: 1px solid var(--paper-line);
  }
  .mobile-nav-link {
    padding: 13px 2px;
    border-bottom: 1px solid var(--paper-line);
    display: flex;
    gap: 16px;
    align-items: center;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 25px;
    letter-spacing: -0.035em;
  }
  .mobile-nav-link span {
    color: var(--granada);
    font-family: "Manrope", sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
  }
  .mobile-sale-link {
    margin-top: 21px;
    color: var(--azarbe);
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 800;
  }
  .home-hero {
    min-height: 630px;
  }
  .home-hero__content {
    min-height: 570px;
    padding-top: 74px;
  }
  .home-hero h1 {
    font-size: clamp(51px, 14.4vw, 76px);
  }
  .home-hero__content > p {
    max-width: 380px;
    font-size: 14px;
  }
  .home-hero__footer {
    min-height: 59px;
    padding-inline: 20px;
    font-size: 8px;
  }
  .home-hero__footer span:nth-child(2) {
    display: none;
  }
  .storyline,
  .place-intro,
  .routes-page-intro,
  .flavor-intro,
  .agenda-intro,
  .guide-intro,
  .story-intro,
  .sale-case,
  .sale-contact {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .storyline {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .storyline__notes,
  .place-intro__copy,
  .routes-page-intro p,
  .flavor-intro > p,
  .agenda-intro > p,
  .guide-intro > p,
  .story-intro > p {
    padding-top: 0;
  }
  .section-pad {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 31px;
  }
  .route-layout {
    grid-template-columns: 1fr;
  }
  .route-stack {
    grid-template-columns: 1fr 1fr;
  }
  .route-tile--featured {
    min-height: 430px;
  }
  .route-aside {
    min-height: 260px;
    grid-column: auto;
  }
  .route-aside .field-notes {
    position: static;
  }
  .season-section {
    padding: 75px 0;
  }
  .season-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .season-section__image {
    height: 290px;
  }
  .season-fact {
    min-height: 150px;
  }
  .event-card {
    grid-template-columns: 65px 1fr auto;
    gap: 13px;
  }
  .event-date {
    width: 57px;
    height: 57px;
  }
  .event-date strong {
    font-size: 23px;
  }
  .event-card h3 {
    font-size: 23px;
  }
  .event-card p {
    font-size: 10px;
  }
  .stories-grid,
  .stories-page-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .story-card,
  .stories-page-grid .story-card {
    min-height: auto;
    padding-bottom: 15px;
  }
  .story-card__image,
  .story-card--featured .story-card__image {
    height: 230px;
  }
  .portal-callout {
    min-height: 340px;
    grid-template-columns: 1fr auto;
    gap: 25px;
  }
  .portal-callout > p {
    grid-column: 1 / -1;
  }
  .round-arrow {
    width: 61px;
    height: 61px;
  }
  .page-hero {
    min-height: 356px;
  }
  .page-hero h1 {
    font-size: clamp(52px, 14vw, 73px);
  }
  .fact-rail {
    grid-template-columns: 1fr 1fr;
  }
  .fact-rail > div {
    min-height: 120px;
    padding: 25px 12px;
    border-bottom: 1px solid var(--paper-line);
  }
  .fact-rail > div:nth-child(2n) {
    border-right: 0;
    padding-left: 18px;
  }
  .fact-rail > div:last-child {
    padding-left: 18px;
  }
  .fact-rail strong {
    font-size: 33px;
  }
  .theme-grid {
    grid-template-columns: 1fr 1fr;
  }
  .theme-card {
    min-height: 230px;
  }
  .theme-card h3 {
    margin-top: 62px;
  }
  .landmark-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quiet-banner > div {
    min-height: 190px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .quiet-banner p {
    font-size: 35px;
  }
  .route-selector {
    padding: 18px 0;
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
  .route-page-grid {
    grid-template-columns: 1fr;
    padding-top: 25px;
    padding-bottom: 70px;
  }
  .route-page-grid .route-tile--featured {
    grid-row: auto;
    min-height: 430px;
  }
  .practical-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .route-cta {
    align-items: start;
    flex-direction: column;
  }
  .detail-hero {
    height: 560px;
  }
  .detail-hero__content {
    padding-top: 31px;
  }
  .back-link {
    margin-bottom: 56px;
  }
  .detail-specs {
    min-height: 83px;
    padding-inline: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .detail-specs span {
    padding: 10px 0;
    justify-content: center;
  }
  .detail-specs span:nth-child(2) {
    border-right: 0;
  }
  .detail-specs strong {
    font-size: 23px;
  }
  .route-detail-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .route-steps > div {
    grid-template-columns: 1fr;
  }
  .route-steps article,
  .route-steps article + article {
    min-height: 150px;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--paper-line);
  }
  .route-steps h3 {
    margin-top: 20px;
  }
  .see-next,
  .article-next {
    min-height: 145px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .see-next a,
  .article-next a {
    font-size: 21px;
  }
  .flavor-feature__grid {
    grid-template-columns: 1fr;
  }
  .flavor-feature__image {
    height: 290px;
  }
  .flavor-feature__text {
    padding: 48px 20px;
  }
  .flavor-list article {
    grid-template-columns: 50px 1fr auto;
  }
  .flavor-list h3 {
    font-size: 26px;
  }
  .maker-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .agenda-main {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 70px;
  }
  .agenda-aside {
    min-height: 270px;
  }
  .agenda-image-section {
    height: 520px;
  }
  .agenda-image-section h2 {
    font-size: 46px;
  }
  .guide-grid {
    grid-template-columns: 1fr;
    padding-bottom: 70px;
  }
  .guide-card {
    min-height: 277px;
    padding: 24px;
  }
  .guide-principles {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-bottom: 73px;
  }
  .guide-join .shell {
    align-items: flex-start;
    flex-direction: column;
  }
  .guide-join h2 {
    font-size: 41px;
  }
  .article-head {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .article-head__grid,
  .article-body-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .article-meta {
    display: none;
  }
  .article-image {
    height: 330px;
  }
  .article-body-grid {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .article-body {
    font-size: 21px;
  }
  .article-body blockquote {
    font-size: 27px;
  }
  .article-aside {
    display: none;
  }
  .sale-hero {
    padding: 58px 0;
  }
  .sale-hero__grid {
    grid-template-columns: 1fr;
    gap: 49px;
    margin-top: 45px;
  }
  .sale-metrics {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 70px;
  }
  .sale-metrics > div:nth-child(2) {
    border-right: 1px solid var(--paper-line);
  }
  .sale-metrics > div {
    min-height: 210px;
  }
  .sale-metrics h3 {
    margin-top: 47px;
  }
  .sale-includes__grid {
    grid-template-columns: 1fr;
    gap: 39px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 37px;
  }
  .footer-brand-block {
    grid-column: 1 / -1;
  }
  .footer-note {
    display: none;
  }
  .footer-bottom {
    gap: 15px;
    font-size: 8px;
  }
}

@media (max-width: 420px) {
  .home-hero h1 {
    font-size: 51px;
  }
  .route-stack {
    grid-template-columns: 1fr;
  }
  .theme-grid {
    grid-template-columns: 1fr;
  }
  .theme-card {
    min-height: 195px;
  }
  .theme-card h3 {
    margin-top: 38px;
  }
  .event-card h3 {
    font-size: 20px;
  }
  .sale-metrics {
    grid-template-columns: 1fr;
  }
  .sale-metrics > div,
  .sale-metrics > div:nth-child(2) {
    border-right: 1px solid var(--paper-line);
  }
  .sale-contact h2,
  .sale-case h2 {
    font-size: 45px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero__content > *,
  .section-heading,
  .page-hero__inner > * {
    animation: llano-enter 600ms cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .home-hero__content > *:nth-child(2),
  .page-hero__inner > h1 {
    animation-delay: 70ms;
  }
  .home-hero__content > *:nth-child(3),
  .page-hero__inner > p {
    animation-delay: 130ms;
  }
  .home-hero__content > *:nth-child(4),
  .page-hero__detail {
    animation-delay: 180ms;
  }
}
@keyframes llano-enter {
  from {
    opacity: 0;
    transform: translateY(13px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
