:root {
  --paper: oklch(96.8% 0.011 110);
  --ink: oklch(22% 0.018 140);
  --soft-ink: oklch(44% 0.018 140);
  --muted: oklch(62% 0.014 140);
  --line: oklch(77% 0.018 118);
  --leaf: oklch(34% 0.095 145);
  --leaf-soft: oklch(74% 0.075 145);
  --sand: oklch(82% 0.066 84);
  --paper-on-leaf: oklch(96.5% 0.012 110);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --radius: 8px;
  --shadow-soft: 0 18px 60px oklch(22% 0.018 140 / 0.1);
  --shadow-ring:
    0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px -1px rgba(0, 0, 0, 0.06),
    0 2px 4px 0 rgba(0, 0, 0, 0.04);
  --shadow-ring-hover:
    0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 5px -1px rgba(0, 0, 0, 0.08),
    0 8px 18px -8px rgba(0, 0, 0, 0.14);
  --font-sans: "Montserrat", Arial, sans-serif;
  --text-caption: 0.72rem;
  --text-meta: 0.78rem;
  --text-small: 0.92rem;
  --text-body: 1rem;
  --text-lead: clamp(1.02rem, 1.15vw, 1.16rem);
  --text-row-title: clamp(1.28rem, 1.9vw, 1.88rem);
  --text-card-title: clamp(1.45rem, 2.45vw, 2.6rem);
  --text-section: clamp(1.95rem, 3.55vw, 4.05rem);
  --text-hero: clamp(3.1rem, 6.7vw, 7.1rem);
  --leading-tight: 0.96;
  --leading-title: 1.06;
  --leading-body: 1.6;
  --leading-caption: 1.3;
  --track-label: 0.12em;
  --track-action: 0.08em;
  font-family: var(--font-sans);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: normal;
  font-optical-sizing: auto;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  font-size: var(--text-body);
  line-height: var(--leading-body);
}

body::selection {
  color: var(--paper-on-leaf);
  background: var(--leaf);
}

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

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 3px solid var(--sand);
  outline-offset: 4px;
}

svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.icon-sprite {
  display: none;
}

.page-header,
.desk-content,
.page-footer {
  width: min(100% - 40px, 1320px);
  margin: 0 auto;
}

.page-header {
  padding: clamp(24px, 4vw, 42px) 0 clamp(58px, 9vw, 126px);
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 4vw, 56px);
}

.header-logo img,
.footer-logo img {
  width: clamp(106px, 10vw, 140px);
  height: auto;
  outline: 0;
}

.header-links {
  min-height: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(12px, 2vw, 28px);
  color: var(--soft-ink);
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: var(--track-label);
  text-transform: uppercase;
}

.header-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 180ms var(--ease-out-quint);
}

.header-links a:hover {
  color: var(--leaf);
}

.header-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(32px, 8vw, 118px);
  align-items: end;
  padding-top: clamp(76px, 12vw, 168px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--leaf-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: var(--track-label);
  line-height: var(--leading-caption);
  text-transform: uppercase;
}

.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.icon-label svg {
  width: 16px;
  height: 16px;
  opacity: 0.88;
}

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

h1,
h2,
h3 {
  color: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 13ch;
  margin-bottom: 28px;
  font-size: var(--text-hero);
  line-height: var(--leading-tight);
}

h2 {
  margin-bottom: 0;
  font-size: var(--text-section);
  line-height: var(--leading-title);
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.16rem, 1.35vw, 1.38rem);
  line-height: 1.16;
}

.header-copy > p,
.header-note p:not(.eyebrow),
.footer-brand p {
  max-width: 64ch;
  color: var(--soft-ink);
  font-size: var(--text-lead);
  line-height: 1.65;
  text-wrap: pretty;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 16px 14px 18px;
  font-size: var(--text-meta);
  font-weight: 700;
  letter-spacing: var(--track-action);
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease-out-quint),
    background-color 180ms var(--ease-out-quint),
    transform 180ms var(--ease-out-quint),
    box-shadow 180ms var(--ease-out-quint);
}

.button:hover {
  box-shadow: var(--shadow-ring-hover);
  transform: translateY(-2px);
}

.button:active {
  transform: scale(0.96);
}

.button svg {
  margin-right: -2px;
}

.header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.text-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--leaf);
  font-size: var(--text-meta);
  font-weight: 700;
  letter-spacing: var(--track-action);
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 180ms var(--ease-out-quint),
    transform 180ms var(--ease-out-quint);
}

.text-link:hover {
  transform: translateX(3px);
}

.text-link svg {
  margin-right: -2px;
}

.header-note {
  padding: clamp(22px, 3vw, 30px) 0 0;
  border-top: 1px solid var(--line);
}

.header-note p:last-child {
  margin-bottom: 0;
}

.daily-ledger {
  padding: clamp(44px, 8vw, 94px) 0 clamp(72px, 10vw, 132px);
}

.ledger-heading {
  width: min(860px, 100%);
  margin-bottom: clamp(36px, 6vw, 72px);
}

.ledger-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.78fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.time-ledger {
  border-top: 1px solid var(--line);
}

.time-row {
  display: grid;
  grid-template-columns: minmax(100px, 0.28fr) minmax(0, 0.8fr);
  gap: clamp(16px, 3vw, 34px);
  padding: clamp(24px, 4vw, 36px) 0;
  border-bottom: 1px solid var(--line);
  transition:
    color 180ms var(--ease-out-quint),
    transform 180ms var(--ease-out-quint);
}

.time-row:hover {
  color: var(--leaf);
  transform: translateX(5px);
}

.time-row > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: var(--text-caption);
  font-weight: 700;
  letter-spacing: var(--track-label);
  line-height: var(--leading-caption);
  text-transform: uppercase;
}

.time-row > span svg {
  width: 17px;
  height: 17px;
  color: var(--leaf-soft);
}

.time-row strong {
  display: block;
  font-size: var(--text-row-title);
  line-height: var(--leading-title);
  text-wrap: balance;
}

.time-row small {
  grid-column: 2;
  color: var(--soft-ink);
  font-size: var(--text-small);
  line-height: 1.55;
  text-wrap: pretty;
}

.time-meta,
.activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: var(--text-meta);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  line-height: var(--leading-caption);
}

.time-meta {
  grid-column: 2;
  margin-top: -10px;
}

.time-meta span,
.activity-meta span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 10px;
  background: oklch(93% 0.015 112);
  box-shadow: inset 0 0 0 1px oklch(77% 0.018 118 / 0.62);
  text-wrap: pretty;
}

.postcard-stack {
  position: relative;
  min-height: clamp(520px, 54vw, 680px);
}

.postcard-stack img {
  object-fit: cover;
  border-radius: var(--radius);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  box-shadow: var(--shadow-soft);
  transition:
    filter 520ms var(--ease-out-quint),
    transform 520ms var(--ease-out-quint),
    box-shadow 520ms var(--ease-out-quint);
}

.postcard-main {
  width: 82%;
  height: 78%;
  margin-left: auto;
}

.postcard-small {
  position: absolute;
  width: 40%;
  aspect-ratio: 4 / 3;
}

.postcard-small.left {
  left: 0;
  bottom: 10%;
}

.postcard-small.right {
  right: 4%;
  bottom: 0;
}

.postcard-caption {
  position: absolute;
  right: 0;
  bottom: 18%;
  width: min(250px, 42%);
  margin: 0;
  color: var(--soft-ink);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
  text-wrap: pretty;
}

.postcard-stack:hover .postcard-main {
  filter: saturate(1.04);
  transform: translateY(-3px);
}

.postcard-stack:hover .postcard-small.left {
  transform: translate(-4px, 3px) rotate(-1deg);
}

.postcard-stack:hover .postcard-small.right {
  transform: translate(4px, -3px) rotate(1deg);
}

.local-cue {
  display: grid;
  grid-template-columns: minmax(120px, 0.28fr) minmax(0, 1fr);
  gap: clamp(18px, 5vw, 70px);
  align-items: start;
  padding: clamp(26px, 4vw, 44px) 0;
  border-bottom: 1px solid var(--line);
}

.local-cue p:last-child {
  max-width: 76ch;
  margin: 0;
  color: var(--soft-ink);
  font-size: var(--text-lead);
  line-height: 1.68;
  text-wrap: pretty;
}

.recommendations,
.activity-index {
  padding: clamp(58px, 9vw, 126px) 0;
}

.section-kicker {
  width: min(800px, 100%);
  margin-bottom: clamp(34px, 6vw, 76px);
}

.section-kicker p:not(.eyebrow) {
  max-width: 68ch;
  margin: 22px 0 0;
  color: var(--soft-ink);
  font-size: var(--text-lead);
  line-height: 1.65;
  text-wrap: pretty;
}

.recommendation-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.recommendation {
  display: grid;
  grid-template-columns: clamp(120px, 18vw, 240px) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 64px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px) 0;
  border-bottom: 1px solid var(--line);
}

.recommendation img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: var(--radius);
  outline: 1px solid rgba(0, 0, 0, 0.1);
  outline-offset: -1px;
  transition:
    filter 520ms var(--ease-out-quint),
    transform 520ms var(--ease-out-quint),
    box-shadow 520ms var(--ease-out-quint);
}

.recommendation:hover img {
  filter: saturate(1.05);
  box-shadow: var(--shadow-ring-hover);
  transform: translateY(-2px) scale(1.018);
}

.recommendation h3 {
  width: min(680px, 100%);
  font-size: var(--text-card-title);
  line-height: var(--leading-title);
}

.recommendation p:not(.eyebrow) {
  max-width: 60ch;
  margin-bottom: 18px;
  color: var(--soft-ink);
  font-size: var(--text-body);
  line-height: var(--leading-body);
  text-wrap: pretty;
}

.recommendation .recommendation-pick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 2px 0 16px;
  color: var(--leaf);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: var(--leading-caption);
}

.recommendation-pick::before {
  content: "";
  width: 24px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--leaf-soft);
}

.activity-meta {
  max-width: 760px;
}

.index-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
}

.index-column {
  display: grid;
  align-content: start;
  gap: 9px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.index-column h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--leaf);
  font-size: 0.82rem;
  letter-spacing: var(--track-action);
  text-transform: uppercase;
}

.index-column h3 svg {
  width: 16px;
  height: 16px;
  color: var(--leaf-soft);
}

.activity-item {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 14px;
  color: var(--muted);
  background: oklch(93% 0.015 112 / 0.58);
  box-shadow: inset 0 0 0 1px oklch(77% 0.018 118 / 0.54);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.34;
  text-wrap: pretty;
}

a.activity-item {
  color: var(--leaf);
  background: oklch(95% 0.018 120);
  box-shadow:
    inset 0 0 0 1px oklch(74% 0.075 145 / 0.44),
    var(--shadow-ring);
  transition:
    color 180ms var(--ease-out-quint),
    background-color 180ms var(--ease-out-quint),
    box-shadow 180ms var(--ease-out-quint),
    transform 180ms var(--ease-out-quint);
}

a.activity-item::after {
  content: "View";
  flex: 0 0 auto;
  color: var(--leaf);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: var(--track-action);
  text-transform: uppercase;
}

a.activity-item:hover {
  background: oklch(97% 0.018 120);
  box-shadow: var(--shadow-ring-hover);
  transform: translateY(-2px);
}

a.activity-item:active {
  transform: scale(0.96);
}

.index-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(34px, 5vw, 56px);
  padding-top: clamp(22px, 3vw, 34px);
  border-top: 1px solid var(--line);
}

.button {
  color: var(--paper-on-leaf);
  background: var(--leaf);
  box-shadow: var(--shadow-ring);
}

.page-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(28px, 7vw, 96px);
  align-items: end;
  padding: clamp(56px, 8vw, 96px) 0;
}

.footer-brand p {
  margin: 24px 0 0;
}

.footer-contact {
  display: grid;
  justify-items: end;
}

.footer-contact a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--soft-ink);
  font-size: clamp(0.88rem, 1.15vw, 0.96rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-wrap: pretty;
  transition:
    color 180ms var(--ease-out-quint),
    transform 180ms var(--ease-out-quint);
}

.footer-contact a:hover {
  color: var(--leaf);
  transform: translateX(3px);
}

.footer-contact svg {
  opacity: 0.84;
}

.reveal {
  transition:
    opacity 720ms var(--ease-out-expo),
    transform 720ms var(--ease-out-expo),
    filter 720ms var(--ease-out-quart);
  transition-delay: var(--delay, 0ms);
}

.motion-ready .reveal {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 24px, 0);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1120px) {
  .header-layout,
  .ledger-grid,
  .page-footer {
    grid-template-columns: 1fr;
  }

  .page-header {
    padding-bottom: clamp(54px, 8vw, 92px);
  }

  .header-layout {
    align-items: start;
    gap: clamp(28px, 6vw, 72px);
    padding-top: clamp(58px, 10vw, 112px);
  }

  .postcard-stack {
    min-height: clamp(420px, 54vw, 560px);
  }

  .index-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact {
    justify-items: start;
  }
}

@media (max-width: 900px) {
  .header-nav {
    display: grid;
    justify-items: center;
    gap: 18px;
  }

  .header-links {
    justify-content: center;
    text-align: center;
  }

  .recommendation {
    grid-template-columns: minmax(112px, 180px) minmax(0, 1fr);
  }

  .activity-meta span {
    flex: 1 1 210px;
  }
}

@media (max-width: 700px) {
  .page-header,
  .desk-content,
  .page-footer {
    width: min(100% - 28px, 1320px);
  }

  .header-nav {
    display: grid;
    justify-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
  }

  .header-logo {
    display: inline-flex;
    justify-content: center;
    width: 100%;
  }

  .header-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    justify-content: center;
    gap: 8px 14px;
    font-size: 0.68rem;
    text-align: center;
    width: min(100%, 620px);
  }

  .header-links a {
    justify-content: center;
  }

  .header-layout {
    padding-top: clamp(42px, 12vw, 72px);
  }

  .desk-content {
    padding-bottom: 56px;
  }

  h1 {
    font-size: clamp(3rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.4rem);
  }

  .time-row,
  .recommendation,
  .local-cue {
    grid-template-columns: 1fr;
  }

  .time-row small {
    grid-column: auto;
  }

  .time-meta {
    grid-column: auto;
    margin-top: 0;
  }

  .postcard-stack {
    min-height: auto;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 82vw);
    gap: 12px;
    margin-inline: -14px;
    padding: 0 14px 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 14px;
    scroll-snap-type: inline mandatory;
  }

  .postcard-main,
  .postcard-small {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    scroll-snap-align: start;
  }

  .postcard-caption {
    position: static;
    width: 100%;
    padding-top: 2px;
  }

  .index-columns {
    grid-template-columns: 1fr;
  }

  .header-actions,
  .index-actions,
  .header-actions .button,
  .header-actions .text-link,
  .index-actions .button,
  .index-actions .text-link {
    width: 100%;
  }

  .header-actions .text-link,
  .index-actions .text-link {
    justify-content: center;
  }

  .footer-contact a {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  :root {
    --text-hero: clamp(2.65rem, 14vw, 4.35rem);
    --text-section: clamp(1.72rem, 9vw, 2.72rem);
    --text-card-title: clamp(1.32rem, 7vw, 2rem);
  }

  .page-header,
  .desk-content,
  .page-footer {
    width: min(100% - 24px, 1320px);
  }

  .header-logo img,
  .footer-logo img {
    width: 118px;
  }

  .header-links {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .header-links a {
    min-height: 40px;
  }

  .header-actions,
  .index-actions {
    gap: 10px;
  }

  .daily-ledger {
    padding-top: clamp(32px, 10vw, 48px);
  }

  .time-row {
    gap: 10px;
    padding: 26px 0;
  }

  .time-meta,
  .activity-meta {
    gap: 6px;
  }

  .time-meta span,
  .activity-meta span {
    width: 100%;
  }

  .postcard-stack {
    grid-auto-columns: minmax(210px, 86vw);
  }

  .local-cue,
  .recommendations,
  .activity-index {
    padding-block: clamp(42px, 12vw, 64px);
  }

  .recommendation {
    gap: 18px;
    padding: 30px 0;
  }

  .recommendation img {
    aspect-ratio: 16 / 11;
  }

  .recommendation .recommendation-pick {
    align-items: flex-start;
  }

  .recommendation-pick::before {
    width: 18px;
    margin-top: 0.55em;
  }

  .activity-item {
    min-height: 36px;
  }

  .footer-contact a {
    width: 100%;
  }
}

@media (hover: none) {
  .button:hover,
  .text-link:hover,
  .time-row:hover,
  .recommendation:hover img,
  .postcard-stack:hover .postcard-main,
  .postcard-stack:hover .postcard-small.left,
  .postcard-stack:hover .postcard-small.right,
  .footer-contact a:hover {
    filter: none;
    transform: none;
  }

  .button:hover {
    box-shadow: var(--shadow-ring);
  }

  .recommendation:hover img {
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal,
  .motion-ready .reveal.is-visible {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
