/**
 * Diseño «Archivo de luz»: editorial museístico contemporáneo; marfil, Azul
 * Inmaculada y oro apagado. Los elementos sticky no tienen contenedores padre
 * con overflow, transform o filter que comprometan su comportamiento.
 */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_s06GnM.ttf")
    format("truetype");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_iE9GnM.ttf")
    format("truetype");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/co3umX5slCNuHLi8bLeY9MK7whWMhyjypVO7abI26QOD_hg9GnM.ttf")
    format("truetype");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5wDDOjw.ttf")
    format("truetype");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/co3smX5slCNuHLi8bLeY9MK7whWMhyjYrGFEsdtdc62E6zd5LDfOjw.ttf")
    format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf")
    format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhTg.ttf")
    format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTg.ttf")
    format("truetype");
}
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthTg.ttf")
    format("truetype");
}

@custom-variant dark (&:is(.dark *));

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-border: var(--border);
  --font-sans: "DM Sans", sans-serif;
  --font-serif: "Cormorant Garamond", serif;
}

:root {
  --background: #f8f5ee;
  --foreground: #182235;
  --primary: #173c6e;
  --primary-foreground: #fff;
  --border: #ded8cb;
  --radius: 0;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--background);
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}

.portal-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}
.sale-ribbon {
  background: #d9b56a;
  color: #192740;
  min-height: 42px;
  display: flex;
  align-items: center;
}
.sale-ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 0.01em;
}
.sale-ribbon p {
  display: flex;
  gap: 13px;
  margin: 0;
}
.sale-ribbon p span {
  opacity: 0.8;
}
.sale-ribbon a {
  font-weight: 700;
  border-bottom: 1px solid #192740;
  transition: opacity 180ms var(--ease-out, ease);
}
.sale-ribbon a:hover {
  opacity: 0.65;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 245, 238, 0.97);
  border-bottom: 1px solid rgba(24, 34, 53, 0.12);
  box-shadow: 0 7px 20px rgba(15, 28, 50, 0.04);
}
.header-inner {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #173c6e;
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  flex: none;
}
.brand-mark {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.brand-dot {
  color: #b8892c;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-left: auto;
}
.desktop-nav a {
  font-size: 13px;
  color: #38465c;
  transition: color 180ms var(--ease-out, ease);
  white-space: nowrap;
}
.desktop-nav a:hover {
  color: #b8892c;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
.search-link {
  color: #173c6e;
  display: grid;
  place-items: center;
}
.agenda-button,
.button-blue,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 17px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  transition:
    transform 180ms var(--ease-out, ease),
    background 180ms var(--ease-out, ease);
}
.agenda-button,
.button-blue {
  background: #173c6e;
  color: white;
}
.agenda-button:hover,
.button-blue:hover {
  background: #102d55;
  transform: translateY(-2px);
}
.agenda-button:active,
.button-blue:active,
.button-light:active {
  transform: scale(0.97);
}
.menu-toggle {
  display: none;
  color: #173c6e;
  background: none;
  border: none;
  padding: 5px;
}
.mobile-panel {
  display: none;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  color: #8a641a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow span {
  font-size: 13px;
}
.eyebrow-light {
  color: #e6cb92;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.035em;
}
h1 em,
h2 em {
  font-weight: 500;
}
.home-hero {
  min-height: 672px;
  position: relative;
  color: white;
  display: flex;
  align-items: stretch;
  background: #102849;
}
.home-hero-media,
.home-hero-shade {
  position: absolute;
  inset: 0;
}
.home-hero-media {
  background-position: center;
  background-size: cover;
}
.home-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(11, 28, 50, 0.98) 0%,
    rgba(11, 28, 50, 0.84) 38%,
    rgba(11, 28, 50, 0.24) 78%,
    rgba(11, 28, 50, 0.08) 100%
  );
}
.home-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 110px;
  padding-bottom: 55px;
}
.hero-copy {
  max-width: 690px;
  animation: enter-up 0.55s var(--ease-out, ease) both;
}
.hero-copy h1 {
  font-size: clamp(58px, 7.5vw, 108px);
  margin-bottom: 25px;
}
.hero-copy h1 em {
  color: #e4c57f;
}
.hero-copy > p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 17px;
  line-height: 1.6;
}
.hero-actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.button-light {
  background: #fbf8f0;
  color: #173c6e;
}
.button-light:hover {
  background: #e9dfc7;
  transform: translateY(-2px);
}
.hero-text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 3px;
}
.hero-note {
  width: 205px;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  padding-top: 14px;
  animation: enter-up 0.65s 0.12s var(--ease-out, ease) both;
}
.hero-note span {
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #e4c57f;
}
.hero-note p {
  font-family: "Cormorant Garamond", serif;
  font-size: 21px;
  line-height: 1.05;
  margin: 7px 0 12px;
}
.hero-note a {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.signal-strip {
  background: #eae2d1;
  padding: 28px 0;
  border-bottom: 1px solid #d8cfbc;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.signal-grid > div {
  min-height: 70px;
  padding: 0 42px;
  border-left: 1px solid #cfc2a8;
  display: flex;
  align-items: center;
  gap: 17px;
}
.signal-grid > div:first-child {
  padding-left: 0;
  border-left: 0;
}
.signal-grid > div:last-child {
  padding-right: 0;
}
.signal-number {
  color: #173c6e;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 31px;
  line-height: 1;
  white-space: nowrap;
}
.signal-grid p {
  margin: 0;
  color: #526074;
  font-size: 12px;
  line-height: 1.35;
}
.section-space {
  padding: 110px 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 48px;
}
.section-heading h2 {
  font-size: clamp(45px, 5vw, 70px);
  margin: 0;
}
.heading-side {
  max-width: 370px;
  padding-bottom: 9px;
}
.heading-side > p {
  color: #5f6877;
  font-size: 14px;
  line-height: 1.62;
}
.text-link,
.editorial-link {
  color: #173c6e;
  display: inline-flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #9aa5b4;
  padding-bottom: 4px;
  transition:
    color 160ms var(--ease-out, ease),
    gap 160ms var(--ease-out, ease);
}
.text-link:hover,
.editorial-link:hover {
  color: #b8892c;
  gap: 13px;
}
.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #d9d2c4;
  border-left: 1px solid #d9d2c4;
}
.event-card {
  min-height: 204px;
  display: grid;
  grid-template-columns: 71px 1fr 106px 32px;
  gap: 18px;
  align-items: start;
  padding: 24px;
  background: #fbf9f3;
  border-right: 1px solid #d9d2c4;
  border-bottom: 1px solid #d9d2c4;
  position: relative;
  transition:
    background 180ms var(--ease-out, ease),
    transform 180ms var(--ease-out, ease);
}
.event-card:hover {
  background: #fffdf8;
  transform: translateY(-3px);
  z-index: 1;
  box-shadow: 0 13px 25px rgba(15, 35, 64, 0.09);
}
.event-card-featured {
  background: #173c6e;
  color: white;
}
.event-card-featured:hover {
  background: #11325e;
}
.event-date {
  border-right: 1px solid currentColor;
  padding-right: 13px;
  color: #173c6e;
  line-height: 1;
}
.event-card-featured .event-date {
  color: #e6c87e;
}
.event-date strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  letter-spacing: -0.06em;
}
.event-date span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.card-kicker {
  margin: 0 0 8px;
  color: #a87517;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.event-card-featured .card-kicker {
  color: #e6c87e;
}
.event-copy h3 {
  font-size: 27px;
  margin-bottom: 9px;
}
.event-copy > p:last-child {
  margin: 0;
  color: #637084;
  font-size: 12px;
  line-height: 1.48;
}
.event-card-featured .event-copy > p:last-child {
  color: rgba(255, 255, 255, 0.76);
}
.event-place {
  font-size: 10px;
  color: #637084;
  display: flex;
  gap: 4px;
  line-height: 1.35;
  padding-top: 6px;
}
.event-card-featured .event-place {
  color: rgba(255, 255, 255, 0.65);
}
.card-arrow {
  color: #173c6e;
  margin-top: 5px;
}
.event-card-featured .card-arrow {
  color: #e6c87e;
}
.agenda-utility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #e8e1d2;
  padding: 16px 22px;
}
.agenda-utility div,
.agenda-utility a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.agenda-utility a {
  font-weight: 700;
  color: #173c6e;
}
.atlas-preview {
  position: relative;
  color: #fff;
  background: #102b50;
  padding: 105px 0;
}
.atlas-visual {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
}
.atlas-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: end;
}
.atlas-intro {
  max-width: 425px;
}
.atlas-intro h2 {
  font-size: clamp(55px, 6vw, 84px);
  margin: 0 0 22px;
}
.atlas-intro h2 em {
  color: #e4c57f;
}
.atlas-intro p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  margin-bottom: 30px;
}
.atlas-list {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}
.place-line {
  display: grid;
  grid-template-columns: 46px 1fr 22px;
  gap: 15px;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition:
    padding 180ms var(--ease-out, ease),
    color 180ms var(--ease-out, ease);
}
.place-line:hover {
  padding-left: 10px;
  color: #e4c57f;
}
.place-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: #e4c57f;
}
.place-line p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 3px;
  opacity: 0.75;
}
.place-line h3 {
  font-size: 27px;
  margin: 0;
}
.art-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 92px;
  align-items: center;
}
.art-image-wrap {
  position: relative;
  padding-right: 58px;
}
.art-image-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -28px;
  width: 65%;
  height: 70%;
  background: #e7dfcf;
  z-index: -1;
}
.art-image-wrap img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  box-shadow: 20px 24px 0 #173c6e;
}
.art-caption {
  position: absolute;
  left: -25px;
  bottom: 26px;
  background: #f8f5ee;
  padding: 14px 20px;
  width: 220px;
  box-shadow: 0 6px 18px rgba(16, 37, 65, 0.12);
}
.art-caption span {
  color: #9d721e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
}
.art-caption p {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1;
  margin: 4px 0 0;
}
.art-copy h2,
.directory-copy h2 {
  font-size: clamp(54px, 5.5vw, 79px);
  margin: 0 0 25px;
}
.art-copy h2 em,
.directory-copy h2 em {
  color: #b8892c;
}
.art-copy > p,
.directory-copy > p {
  font-size: 15px;
  color: #596577;
  max-width: 430px;
  line-height: 1.7;
}
.mini-rule {
  width: 65px;
  border-top: 2px solid #b8892c;
  margin: 28px 0;
}
.stories-preview {
  background: #f0ece3;
}
.stories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #d8cfc0;
}
.story-card {
  background: #f0ece3;
  padding: 28px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.story-index {
  color: #173c6e;
  font-family: "Cormorant Garamond", serif;
  font-size: 33px;
  line-height: 1;
  margin-bottom: 34px;
}
.story-card h3 {
  font-size: 29px;
  margin: 0 0 12px;
}
.story-card > p:not(.card-kicker) {
  color: #647083;
  font-size: 13px;
  line-height: 1.55;
}
.story-card .editorial-link {
  margin-top: auto;
}
.guide-ribbon {
  background: #d7b36a;
  color: #173c6e;
  padding: 75px 0;
}
.guide-ribbon-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}
.guide-ribbon h2 {
  font-size: 54px;
  margin: 0;
}
.guide-ribbon .eyebrow {
  color: #173c6e;
}
.guide-links {
  border-top: 1px solid rgba(23, 60, 110, 0.35);
}
.guide-links a {
  display: grid;
  grid-template-columns: 36px 1fr 20px;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(23, 60, 110, 0.35);
  transition: padding 160ms var(--ease-out, ease);
}
.guide-links a:hover {
  padding-left: 9px;
}
.guide-links span {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
}
.guide-links p {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.05;
}
.directory-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 78px;
  align-items: center;
}
.directory-photo {
  position: relative;
}
.directory-photo > img {
  width: 100%;
  height: 435px;
  object-fit: cover;
}
.directory-stack {
  display: flex;
  position: absolute;
  right: -20px;
  bottom: -23px;
  box-shadow: 0 13px 24px rgba(15, 30, 53, 0.15);
}
.directory-stack div {
  width: 185px;
  padding: 15px 16px;
  background: #173c6e;
  color: #fff;
}
.directory-stack div + div {
  background: #d7b36a;
  color: #173c6e;
}
.directory-stack span {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.directory-stack p {
  font-family: "Cormorant Garamond", serif;
  font-size: 19px;
  line-height: 1;
  margin: 5px 0 0;
}
.community-callout {
  background: #173c6e;
  color: #fff;
  padding: 72px 0;
}
.community-layout {
  display: grid;
  grid-template-columns: 85px 1fr auto;
  gap: 28px;
  align-items: center;
}
.community-symbol {
  color: #e4c57f;
}
.community-layout .eyebrow {
  margin-bottom: 10px;
}
.community-layout h2 {
  font-size: 40px;
  margin: 0;
}
.site-footer {
  background: #102541;
  color: #dce2ec;
  padding-top: 64px;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.1fr;
  gap: 36px;
  padding-bottom: 55px;
}
.site-footer .brand {
  color: #fff;
}
.footer-brand p {
  font-size: 13px;
  max-width: 285px;
  color: #aab6c8;
  margin-top: 16px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.footer-label {
  color: #e5c97f;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 5px 0 9px;
}
.footer-column a {
  font-size: 13px;
  color: #dce2ec;
  transition: color 180ms var(--ease-out, ease);
}
.footer-column a:hover {
  color: #e5c97f;
}
.footer-note {
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  padding-left: 25px;
}
.footer-star {
  font-size: 22px;
  color: #e5c97f;
}
.footer-note p {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 9px 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 17px 0;
  display: flex;
  justify-content: space-between;
  color: #91a0b4;
  font-size: 11px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
}
.page-hero-cream {
  background: #e7dfd0;
}
.page-hero-blue {
  color: #fff;
  background: #173c6e;
}
.page-hero-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 75px;
  max-width: 1200px;
}
.page-hero-content h1 {
  font-size: clamp(54px, 6.5vw, 88px);
  max-width: 760px;
  margin: 0 0 22px;
}
.page-hero-content p {
  max-width: 570px;
  font-size: 16px;
  line-height: 1.65;
  color: #536176;
}
.page-hero-blue .page-hero-content p {
  color: rgba(255, 255, 255, 0.81);
}
.agenda-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 30px;
}
.toolbar-label {
  color: #9b711f;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-transform: uppercase;
}
.agenda-toolbar h2 {
  font-size: 43px;
  margin: 3px 0 0;
}
.filter-row {
  display: flex;
  gap: 8px;
}
.filter-row button,
.region-pills button,
.directory-filters button {
  border: 1px solid #cfc5b3;
  background: transparent;
  color: #34435a;
  padding: 9px 12px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.agenda-calendar-strip {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border: 1px solid #d9d0c2;
  margin-bottom: 35px;
}
.agenda-calendar-strip div {
  min-height: 92px;
  padding: 13px;
  border-right: 1px solid #d9d0c2;
}
.agenda-calendar-strip div:last-child {
  border: 0;
}
.agenda-calendar-strip span {
  display: block;
  color: #747c89;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.agenda-calendar-strip strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 600;
}
.agenda-calendar-strip small {
  display: block;
  color: #fff;
  font-size: 9px;
}
.agenda-calendar-strip .is-selected {
  background: #173c6e;
  color: #fff;
}
.agenda-calendar-strip .is-selected span {
  color: #e8cb84;
}
.agenda-list-full {
  display: grid;
  gap: 0;
  border-top: 1px solid #d9d2c4;
  border-left: 1px solid #d9d2c4;
}
.event-card-dense {
  min-height: 145px;
  grid-template-columns: 71px 1.3fr 1fr 28px;
}
.newsletter-box {
  margin-top: 55px;
  background: #d7b36a;
  padding: 35px 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.newsletter-box h3 {
  font-size: 35px;
  margin: 0 0 7px;
}
.newsletter-box p {
  font-size: 13px;
  margin: 0;
}
.atlas-map-section {
  background: #e9e3d6;
  padding: 75px 0;
}
.atlas-map-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 70px;
}
.atlas-map-copy h2 {
  font-size: 64px;
  margin: 0 0 18px;
}
.atlas-map-copy > p {
  max-width: 380px;
  color: #596576;
  font-size: 14px;
}
.region-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 23px;
}
.map-illustration {
  height: 390px;
  position: relative;
  background: #d6cfbf;
  clip-path: polygon(
    13% 32%,
    27% 17%,
    48% 19%,
    68% 7%,
    82% 27%,
    78% 43%,
    92% 59%,
    79% 77%,
    55% 73%,
    42% 90%,
    19% 76%,
    12% 56%
  );
}
.map-silhouette {
  position: absolute;
  left: 35%;
  top: 43%;
  font-family: "Cormorant Garamond", serif;
  color: #b0a797;
  font-size: 35px;
  letter-spacing: 0.12em;
}
.map-point {
  position: absolute;
  color: #173c6e;
  font-size: 10px;
  font-weight: 700;
}
.map-point i {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #173c6e;
  border: 3px solid #f8f5ee;
  margin-bottom: 3px;
}
.p-0 {
  left: 29%;
  top: 65%;
}
.p-1 {
  left: 54%;
  top: 46%;
}
.p-2 {
  left: 49%;
  top: 59%;
}
.p-3 {
  left: 70%;
  top: 38%;
}
.p-4 {
  left: 43%;
  top: 32%;
}
.place-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #d6cdbf;
}
.place-card {
  background: #f8f5ee;
  padding: 29px;
  min-height: 220px;
  transition:
    background 180ms var(--ease-out, ease),
    transform 180ms var(--ease-out, ease);
}
.place-card:hover {
  background: #fffdf8;
  transform: translateY(-3px);
}
.place-card > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  color: #b8892c;
}
.place-card > p {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6d7889;
  margin: 20px 0 7px;
}
.place-card h3 {
  font-size: 35px;
  margin: 0 0 14px;
}
.place-card > div {
  color: #596576;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.art-page-lead {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  align-items: center;
}
.art-page-number {
  font-family: "Cormorant Garamond", serif;
  font-size: 170px;
  line-height: 0.7;
  color: #d9d0bf;
}
.art-page-number span {
  color: #173c6e;
}
.art-page-lead h2 {
  font-size: 50px;
  margin: 0 0 21px;
}
.art-page-lead p {
  max-width: 590px;
  color: #5d6878;
  font-size: 15px;
  line-height: 1.7;
}
.archive-timeline {
  background: #173c6e;
  color: #fff;
  padding: 95px 0;
}
.section-heading-light h2 {
  color: #fff;
}
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.timeline-grid div {
  padding: 22px 25px 0 0;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  min-height: 170px;
}
.timeline-grid div:last-child {
  border-right: 0;
}
.timeline-grid span {
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  color: #e4c57f;
}
.timeline-grid p {
  font-size: 13px;
  line-height: 1.55;
  color: #d5ddeb;
  margin: 8px 0;
}
.art-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.art-article-grid article {
  border-top: 2px solid #173c6e;
  padding-top: 18px;
}
.art-article-grid span {
  font-size: 10px;
  color: #a6751d;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.art-article-grid h3 {
  font-size: 31px;
  margin: 17px 0 10px;
}
.art-article-grid p {
  font-size: 13px;
  color: #667184;
  min-height: 63px;
}
.guide-page-grid {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  gap: 100px;
}
.guide-page-aside {
  padding-right: 28px;
  border-right: 1px solid #d6cebf;
}
.guide-page-aside > p {
  font-size: 14px;
  color: #647083;
}
.guide-page-aside a {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #173c6e;
  border-top: 1px solid #d6cebf;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
}
.guide-page-list article {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 25px;
  padding: 0 0 34px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d6cebf;
}
.guide-page-list article > span {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  color: #b8892c;
}
.guide-page-list h2 {
  font-size: 42px;
  margin: 0 0 12px;
}
.guide-page-list p:not(.card-kicker) {
  color: #637084;
  font-size: 14px;
  max-width: 600px;
}
.community-manifesto {
  background: #d7b36a;
  color: #173c6e;
  padding: 105px 0;
}
.community-manifesto > div {
  max-width: 920px;
}
.community-manifesto span {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  line-height: 0.45;
}
.community-manifesto h2 {
  font-size: clamp(44px, 5.6vw, 75px);
  margin: 0 0 21px;
}
.community-manifesto p {
  font-size: 15px;
  max-width: 620px;
}
.participation-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #d8d0c2;
}
.participation-grid article {
  padding: 25px 30px 26px 0;
  margin-right: 28px;
  border-right: 1px solid #d8d0c2;
}
.participation-grid article:last-child {
  border: 0;
}
.participation-grid span {
  font-family: "Cormorant Garamond", serif;
  color: #b8892c;
  font-size: 38px;
}
.participation-grid h3 {
  font-size: 31px;
  margin: 12px 0 10px;
}
.participation-grid p {
  min-height: 64px;
  color: #637083;
  font-size: 13px;
}
.participation-grid a {
  font-size: 12px;
  color: #173c6e;
  font-weight: 700;
  display: flex;
  gap: 7px;
  align-items: center;
}
.directory-search {
  display: flex;
  align-items: center;
  border: 1px solid #cfc6b6;
  background: #fffdf8;
  padding: 5px 5px 5px 16px;
  gap: 10px;
}
.directory-search svg {
  color: #173c6e;
}
.directory-search input {
  flex: 1;
  border: 0;
  background: transparent;
  outline: 0;
  min-width: 0;
  color: #173c6e;
}
.directory-search button {
  border: 0;
  background: #173c6e;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 13px 24px;
}
.directory-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 18px 0 31px;
}
.directory-filters button.active {
  background: #173c6e;
  color: #fff;
  border-color: #173c6e;
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: #d5cdbf;
}
.directory-entry {
  background: #fbf9f2;
  padding: 25px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.directory-entry.is-featured {
  background: #e6dcbd;
}
.directory-entry > div {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.directory-entry > div span,
.directory-entry > div small {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: #916814;
}
.directory-entry > div small {
  color: #173c6e;
}
.directory-entry h3 {
  font-size: 32px;
  margin: 23px 0 9px;
}
.directory-entry > p {
  font-size: 13px;
  color: #5e6b7b;
}
.directory-entry footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(23, 60, 110, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
}
.directory-entry footer span,
.directory-entry footer a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.directory-entry footer a {
  font-weight: 700;
  color: #173c6e;
}
.directory-promo {
  margin-top: 55px;
  background: #173c6e;
  color: #fff;
  padding: 40px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.directory-promo h2 {
  font-size: 42px;
  margin: 0 0 8px;
}
.directory-promo p {
  font-size: 13px;
  color: #c8d2df;
  margin: 0;
  max-width: 520px;
}

.breadcrumb {
  padding-top: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #718095;
}
.breadcrumb a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #173c6e;
  font-weight: 700;
}
.story-detail {
  max-width: 900px;
  padding-top: 58px;
  padding-bottom: 110px;
}
.story-detail header {
  max-width: 780px;
}
.story-detail h1 {
  font-size: clamp(55px, 6vw, 83px);
  margin: 0 0 24px;
}
.deck {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.22;
  color: #556176;
}
.story-meta {
  border-top: 1px solid #d6cdbf;
  border-bottom: 1px solid #d6cdbf;
  padding: 12px 0;
  margin: 32px 0 44px;
  display: flex;
  gap: 20px;
  font-size: 11px;
  color: #6d7888;
}
.story-meta button {
  border: 0;
  background: none;
  color: #173c6e;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  margin-left: auto;
}
.story-detail figure {
  margin: 0 -115px 65px;
}
.story-detail figure img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
.story-detail figcaption {
  font-size: 11px;
  color: #6d7888;
  max-width: 540px;
  margin: 10px auto 0;
}
.story-body {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 60px;
}
.story-body aside {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #8f681e;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.story-body aside a {
  font-size: 11px;
  letter-spacing: 0;
  color: #657083;
}
.story-body > div {
  max-width: 610px;
}
.story-body .lead {
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  line-height: 1.25;
  color: #283650;
}
.story-body h2 {
  font-size: 42px;
  margin: 43px 0 11px;
}
.story-body > div > p {
  font-size: 15px;
  color: #576477;
  line-height: 1.76;
}
.story-body blockquote {
  margin: 38px 0;
  border-left: 3px solid #d2af66;
  padding: 4px 0 4px 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  line-height: 1.18;
  color: #173c6e;
}
.place-detail-hero {
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 75px 0 88px;
}
.back-light {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #e7ca82;
  margin-bottom: 62px;
}
.place-detail-hero h1 {
  font-size: clamp(62px, 7vw, 98px);
  margin: 0 0 21px;
}
.place-detail-hero p {
  font-size: 17px;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.82);
}
.place-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #d7b36a;
  padding: 22px 28px;
  margin-top: -1px;
}
.place-facts div {
  padding: 0 21px;
  border-right: 1px solid rgba(23, 60, 110, 0.25);
}
.place-facts div:first-child {
  padding-left: 0;
}
.place-facts div:last-child {
  border: 0;
}
.place-facts span {
  font-size: 9px;
  letter-spacing: 0.13em;
  display: block;
  color: #526176;
}
.place-facts strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1;
}
.place-main {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 75px;
  padding-top: 100px;
  padding-bottom: 110px;
}
.place-main aside {
  border-right: 1px solid #d5ccbd;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  font-size: 12px;
}
.place-main aside p {
  font-size: 10px;
  color: #976d1d;
  letter-spacing: 0.14em;
  font-weight: 700;
}
.place-main aside a {
  color: #536276;
}
.place-main > div {
  max-width: 670px;
}
.place-main h2 {
  font-size: 63px;
  margin: 0 0 25px;
}
.place-main h2 em {
  color: #b8892c;
}
.place-main > div > p {
  font-size: 16px;
  color: #576477;
  line-height: 1.72;
}
.place-callout {
  display: flex;
  gap: 13px;
  background: #e8e1d3;
  color: #173c6e;
  padding: 18px;
  margin: 27px 0 45px;
}
.place-callout p {
  font-size: 12px !important;
  line-height: 1.5 !important;
  margin: 0;
}
.place-main h3 {
  font-size: 38px;
  margin: 34px 0 9px;
}
.nearby-list {
  border-top: 1px solid #d5ccbd;
  margin-top: 17px;
}
.nearby-list a {
  display: grid;
  grid-template-columns: 45px 1fr 20px;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid #d5ccbd;
  font-family: "Cormorant Garamond", serif;
  font-size: 23px;
  align-items: center;
}
.nearby-list span {
  font-size: 25px;
  color: #b8892c;
}
.sale-hero {
  background: #173c6e;
  color: #fff;
  padding: 112px 0;
}
.sale-hero > div {
  max-width: 1200px;
}
.sale-hero h1 {
  font-size: clamp(56px, 6.5vw, 89px);
  margin: 0 0 25px;
}
.sale-hero h1 em {
  color: #e5c777;
}
.sale-hero p {
  max-width: 610px;
  color: #d1dae7;
  font-size: 17px;
}
.sale-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  padding-top: 105px;
  padding-bottom: 105px;
}
.sale-summary h2 {
  font-size: 56px;
  margin: 0 0 20px;
}
.sale-summary > p {
  font-size: 15px;
  line-height: 1.72;
  color: #5b6879;
}
.sale-summary dl {
  margin: 35px 0 0;
  border-top: 1px solid #d7cebe;
}
.sale-summary dl div {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #d7cebe;
  font-size: 13px;
}
.sale-summary dt {
  color: #806126;
  font-weight: 700;
}
.sale-summary dd {
  margin: 0;
  color: #30405a;
}
.sale-summary dd a {
  color: #173c6e;
  font-weight: 700;
}
.sale-form {
  background: #e9e2d4;
  padding: 34px;
}
.form-kicker {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #976e1e;
}
.sale-form h2 {
  font-size: 42px;
  margin: 0 0 24px;
}
.sale-form label {
  font-size: 12px;
  color: #405069;
  font-weight: 600;
  display: block;
  margin: 0 0 15px;
}
.sale-form input,
.sale-form textarea {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #c9bea9;
  background: #fbf9f2;
  padding: 11px;
  color: #173c6e;
  outline: 0;
}
.sale-form input:focus,
.sale-form textarea:focus {
  border-color: #173c6e;
}
.sale-form .button-blue {
  border: 0;
  width: 100%;
  margin-top: 3px;
}
.form-privacy {
  font-size: 10px;
  color: #697588;
  line-height: 1.45;
  margin: 14px 0 0;
}
.sale-potential {
  background: #d7b36a;
  padding: 70px 0;
  color: #173c6e;
}
.sale-potential .eyebrow {
  color: #173c6e;
}
.potential-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-top: 1px solid rgba(23, 60, 110, 0.3);
  padding-top: 20px;
}
.potential-grid p {
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  line-height: 1.1;
  margin: 0;
}

@keyframes enter-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .section-space > * {
    animation: enter-up 0.45s var(--ease-out, ease) both;
  }
}
@media (max-width: 900px) {
  .desktop-nav,
  .search-link {
    display: none;
  }
  .menu-toggle {
    display: grid;
    place-items: center;
  }
  .header-actions {
    margin-left: auto;
  }
  .mobile-panel {
    display: block;
    background: #173c6e;
    padding: 12px 24px 20px;
    box-shadow: 0 16px 25px rgba(10, 25, 48, 0.2);
  }
  .mobile-panel nav {
    display: grid;
  }
  .mobile-panel nav a {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    line-height: 1;
  }
  .mobile-panel nav a span {
    font-family: "DM Sans", sans-serif;
    font-size: 10px;
    color: #e4c57f;
    padding-top: 4px;
  }
  .mobile-panel nav a small {
    grid-column: 2;
    font-family: "DM Sans", sans-serif;
    color: #bfc9d7;
    font-size: 10px;
    padding-top: 4px;
  }
  .mobile-contact {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #e4c57f;
    font-size: 12px;
    margin-top: 17px;
  }
  .home-hero {
    min-height: 630px;
  }
  .hero-copy h1 {
    font-size: 70px;
  }
  .hero-note {
    display: none;
  }
  .signal-grid > div {
    padding: 0 20px;
  }
  .atlas-layout {
    gap: 45px;
  }
  .art-layout,
  .directory-layout {
    gap: 50px;
  }
  .art-image-wrap img {
    height: 470px;
  }
  .guide-ribbon-layout {
    gap: 45px;
  }
  .community-layout {
    grid-template-columns: 48px 1fr;
  }
  .community-layout .button-light {
    grid-column: 2;
    justify-self: start;
  }
  .footer-top {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .footer-note {
    grid-column: 1/-1;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px 0 0;
  }
  .event-card {
    grid-template-columns: 58px 1fr 27px;
  }
  .event-place {
    display: none;
  }
  .agenda-calendar-strip {
    overflow-x: auto;
  }
  .agenda-calendar-strip div {
    min-width: 85px;
  }
  .atlas-map-layout {
    gap: 32px;
  }
  .guide-page-grid {
    gap: 55px;
  }
  .story-detail figure {
    margin-left: -30px;
    margin-right: -30px;
  }
  .story-body {
    gap: 35px;
  }
  .sale-content {
    gap: 55px;
  }
  .place-main {
    gap: 45px;
  }
}
@media (max-width: 640px) {
  .portal-shell {
    width: min(100% - 32px, 1200px);
  }
  .sale-ribbon {
    min-height: 48px;
  }
  .sale-ribbon-inner {
    font-size: 10px;
  }
  .sale-ribbon p span {
    display: none;
  }
  .header-inner {
    height: 67px;
  }
  .brand {
    font-size: 27px;
  }
  .brand-mark {
    width: 31px;
    height: 31px;
  }
  .agenda-button {
    padding: 10px 11px;
    font-size: 10px;
  }
  .home-hero {
    min-height: 590px;
  }
  .home-hero-content {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .hero-copy h1 {
    font-size: 55px;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
  }
  .signal-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .signal-grid > div,
  .signal-grid > div:first-child {
    padding: 0;
    border: 0;
    min-height: 0;
  }
  .section-space {
    padding: 72px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 31px;
  }
  .section-heading h2 {
    font-size: 49px;
  }
  .heading-side {
    padding-top: 17px;
  }
  .event-grid {
    grid-template-columns: 1fr;
  }
  .event-card {
    min-height: 170px;
  }
  .atlas-preview {
    padding: 72px 0;
  }
  .atlas-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .atlas-intro h2 {
    font-size: 62px;
  }
  .art-layout,
  .directory-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .art-image-wrap {
    padding-right: 30px;
  }
  .art-image-wrap img {
    height: 410px;
    box-shadow: 11px 13px 0 #173c6e;
  }
  .art-caption {
    left: -7px;
    bottom: 20px;
  }
  .stories-grid {
    grid-template-columns: 1fr;
  }
  .story-card {
    min-height: 255px;
  }
  .guide-ribbon-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .guide-ribbon h2 {
    font-size: 48px;
  }
  .directory-photo > img {
    height: 345px;
  }
  .directory-stack {
    right: 0;
    bottom: -17px;
  }
  .directory-stack div {
    width: 155px;
  }
  .community-layout {
    gap: 14px;
    grid-template-columns: 35px 1fr;
  }
  .community-layout h2 {
    font-size: 33px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 15px;
  }
  .page-hero {
    min-height: 355px;
  }
  .page-hero-content {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .page-hero-content h1 {
    font-size: 55px;
  }
  .page-hero-content p {
    font-size: 14px;
  }
  .agenda-toolbar {
    display: block;
  }
  .filter-row {
    margin-top: 17px;
  }
  .agenda-calendar-strip {
    margin-left: -16px;
    margin-right: -16px;
  }
  .event-card-dense {
    grid-template-columns: 54px 1fr 22px;
    padding: 17px;
  }
  .newsletter-box {
    display: block;
    padding: 28px;
  }
  .newsletter-box .button-blue {
    margin-top: 20px;
  }
  .atlas-map-layout {
    grid-template-columns: 1fr;
  }
  .map-illustration {
    height: 280px;
  }
  .place-card-grid {
    grid-template-columns: 1fr;
  }
  .art-page-lead {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .art-page-number {
    font-size: 116px;
  }
  .art-page-lead h2 {
    font-size: 44px;
  }
  .archive-timeline {
    padding: 68px 0;
  }
  .timeline-grid {
    grid-template-columns: 1fr 1fr;
  }
  .timeline-grid div {
    min-height: 150px;
    margin-right: 14px;
  }
  .timeline-grid div:nth-child(2) {
    border-right: 0;
  }
  .timeline-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .art-article-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .guide-page-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .guide-page-aside {
    border-right: 0;
    border-bottom: 1px solid #d6cebf;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .guide-page-list article {
    grid-template-columns: 47px 1fr;
    gap: 16px;
  }
  .guide-page-list h2 {
    font-size: 34px;
  }
  .participation-grid {
    grid-template-columns: 1fr;
  }
  .participation-grid article {
    padding: 22px 0;
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid #d8d0c2;
  }
  .directory-grid {
    grid-template-columns: 1fr;
  }
  .directory-promo {
    display: block;
    padding: 30px;
  }
  .directory-promo .button-blue {
    margin-top: 20px;
  }
  .breadcrumb {
    padding-top: 22px;
  }
  .breadcrumb span {
    display: none;
  }
  .story-detail {
    padding-top: 38px;
    padding-bottom: 73px;
  }
  .story-detail h1 {
    font-size: 53px;
  }
  .deck {
    font-size: 23px;
  }
  .story-meta {
    flex-wrap: wrap;
    gap: 8px;
  }
  .story-meta button {
    margin-left: 0;
  }
  .story-detail figure {
    margin: 0 -16px 45px;
  }
  .story-detail figure img {
    height: 405px;
  }
  .story-detail figcaption {
    margin-left: 16px;
    margin-right: 16px;
  }
  .story-body {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .story-body aside {
    border-bottom: 1px solid #d5ccbd;
    padding-bottom: 15px;
  }
  .story-body h2 {
    font-size: 37px;
  }
  .place-detail-hero {
    padding-top: 48px;
  }
  .place-detail-hero h1 {
    font-size: 60px;
  }
  .place-facts {
    margin: 0;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    padding: 20px 16px;
  }
  .place-facts div,
  .place-facts div:first-child {
    padding: 0;
    border: 0;
  }
  .place-main {
    grid-template-columns: 1fr;
    padding-top: 63px;
    padding-bottom: 72px;
    gap: 26px;
  }
  .place-main aside {
    border-right: 0;
    border-bottom: 1px solid #d5ccbd;
    padding-bottom: 15px;
  }
  .place-main h2 {
    font-size: 53px;
  }
  .nearby-list a {
    font-size: 19px;
  }
  .sale-hero {
    padding: 77px 0;
  }
  .sale-hero h1 {
    font-size: 54px;
  }
  .sale-content {
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 45px;
  }
  .sale-summary h2 {
    font-size: 51px;
  }
  .sale-form {
    padding: 25px;
  }
  .potential-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .potential-grid p {
    font-size: 22px;
  }
}
