.tw-head {
  padding-bottom: 42px;
}

.tw-head .standfirst {
  max-width: 760px;
}

.tw-hero {
  position: relative;
  margin: 0 auto 52px;
  overflow: hidden;
  background: #d9d0c2;
}

.tw-hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 44%;
}

.tw-hero figcaption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  max-width: 34ch;
  padding: 9px 12px;
  background: rgba(24, 21, 16, .82);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.45;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tw-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: end;
  margin-bottom: 54px;
}

.tw-intro p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(26px, 3.25vw, 46px);
  line-height: 1.08;
  letter-spacing: -.02em;
}

.tw-intro aside {
  padding-top: 18px;
  border-top: 1px solid var(--ink);
  color: var(--ink-60);
  font-size: 14px;
  line-height: 1.65;
}

.tw-jump {
  margin-bottom: 74px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.tw-jump-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 14px;
}

.tw-jump-title span:last-child {
  color: var(--ink-50);
  font-size: 13px;
}

.tw-jump-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.tw-jump-links a {
  min-height: 116px;
  padding: 18px 16px 18px 0;
  border-right: 1px solid var(--line);
  transition: color .2s ease, background .2s ease;
}

.tw-jump-links a:not(:first-child) {
  padding-left: 16px;
}

.tw-jump-links a:last-child {
  border-right: 0;
}

.tw-jump-links small {
  display: block;
  margin-bottom: 7px;
  color: var(--terra);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.tw-jump-links strong {
  display: block;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.12;
}

.tw-jump-links a:hover,
.tw-jump-links a:focus-visible {
  color: var(--terra);
}

.tw-filter {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: 82px;
  padding: clamp(26px, 4vw, 42px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.tw-filter-copy h2 {
  margin: 8px 0 8px;
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.tw-filter-copy p {
  max-width: 36ch;
  margin: 0;
  color: var(--ink-60);
  font-size: 13px;
  line-height: 1.55;
}

.tw-filter-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: end;
}

.tw-filter-button {
  min-height: 42px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.tw-filter-button:hover,
.tw-filter-button:focus-visible {
  border-color: var(--ink);
}

.tw-filter-button.is-active,
.tw-filter-button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.tw-filter-status {
  grid-column: 2;
  margin: -4px 0 0;
  color: var(--ink-50);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.tw-section {
  margin: 0 auto 86px;
  scroll-margin-top: 120px;
}

.tw-section-head {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ink);
}

.tw-section-head h2 {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.03em;
}

.tw-section-head h2 i {
  font-weight: 400;
}

.tw-date {
  color: var(--terra);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.55;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tw-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.tw-copy > p {
  margin: 0 0 18px;
  font-size: 16.5px;
  line-height: 1.72;
}

.tw-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 26px;
  border-top: 1px solid var(--line);
}

.tw-facts div {
  padding: 13px 12px 13px 0;
  border-bottom: 1px solid var(--line);
}

.tw-facts dt {
  margin-bottom: 4px;
  color: var(--ink-30);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tw-facts dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.tw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tw-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 15px;
  border: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.tw-action:hover,
.tw-action:focus-visible {
  background: var(--ink);
  color: var(--paper);
}

.tw-action--fill {
  background: var(--terra);
  border-color: var(--terra);
  color: var(--paper);
}

.tw-media-stack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.tw-media-stack figure {
  margin: 0;
  background: #ddd3c4;
}

.tw-media-stack figure:first-child {
  grid-column: 1 / -1;
}

.tw-media-stack img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tw-media-stack figure:first-child img {
  aspect-ratio: 3 / 2;
}

.tw-media-stack figcaption {
  padding: 9px 0 0;
  color: var(--ink-50);
  font-size: 11px;
  line-height: 1.45;
}

.tw-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
}

.tw-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 28px 32px 0;
  border-bottom: 1px solid var(--line);
}

.tw-card:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.tw-card:nth-child(even) {
  padding-left: 28px;
}

.tw-card.is-filter-left {
  padding-right: 28px;
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.tw-card.is-filter-right {
  padding-right: 0;
  padding-left: 28px;
  border-right: 0;
}

.tw-card[hidden],
.tw-section[hidden],
.tw-map-pin[hidden],
.tw-place[hidden] {
  display: none;
}

.tw-card time,
.tw-card .tw-time {
  display: block;
  margin-bottom: 14px;
  color: var(--terra);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.tw-card h3 {
  max-width: 19ch;
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.02em;
}

.tw-card-photo {
  display: block;
  width: 100%;
  max-height: 240px;
  margin: 0 0 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.tw-card-photo--big-fun {
  object-position: center 70%;
}

.tw-card-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 18px;
  overflow: hidden;
}

.tw-card-gallery picture {
  min-width: 0;
}

.tw-card-gallery img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.tw-card-gallery picture:first-child img {
  object-position: center 42%;
}

.tw-card-gallery picture:last-child img {
  object-position: center 46%;
}

.tw-card p {
  margin: 0 0 16px;
  color: var(--ink-60);
  font-size: 14.5px;
  line-height: 1.65;
}

.tw-card .tw-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 18px;
  padding-top: 6px;
}

.tw-mini span {
  padding: 5px 8px;
  background: var(--paper-2);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tw-card .tw-actions {
  margin-top: 2px;
}

.tw-photo-break {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 12px;
  margin: 0 auto 86px;
}

.tw-photo-break figure {
  margin: 0;
  overflow: hidden;
  background: #d9d0c2;
}

.tw-photo-break img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.tw-photo-break figure:last-child img {
  object-position: center 40%;
}

.tw-map {
  margin-bottom: 88px;
  padding: clamp(28px, 5vw, 58px);
  background: var(--ink);
  color: var(--paper);
  scroll-margin-top: 120px;
}

.tw-map-head {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: end;
  margin-bottom: 30px;
}

.tw-map h2 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.tw-map-head p {
  max-width: 42ch;
  margin: 0;
  color: rgba(250, 248, 243, .64);
  font-size: 14px;
  line-height: 1.6;
}

.tw-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(220px, .45fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(250, 248, 243, .3);
}

.tw-map-canvas {
  position: relative;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(250, 248, 243, .22);
  background: #25241f;
}

.tw-map-canvas svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 410px;
}

.tw-map-ocean {
  fill: #18323a;
}

.tw-map-coast {
  fill: none;
  stroke: #86a7a9;
  stroke-width: 2;
}

.tw-map-road {
  fill: none;
  stroke: rgba(250, 248, 243, .52);
  stroke-dasharray: 5 8;
  stroke-width: 2;
}

.tw-map-water-label,
.tw-map-road-label,
.tw-map-town {
  fill: rgba(250, 248, 243, .5);
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tw-map-town {
  fill: var(--paper);
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0;
  text-transform: none;
}

.tw-map-pin circle {
  transition: transform .18s ease, fill .18s ease;
  transform-box: fill-box;
  transform-origin: center;
}

.tw-map-pin text {
  fill: var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  text-anchor: middle;
  pointer-events: none;
}

.tw-map-pin.is-exact circle {
  fill: #f2b36d;
  stroke: #f2b36d;
  stroke-width: 2;
}

.tw-map-pin.is-approximate circle {
  fill: #25241f;
  stroke: #f2b36d;
  stroke-dasharray: 3 3;
  stroke-width: 2;
}

.tw-map-pin.is-approximate text {
  fill: #f2b36d;
}

.tw-map-pin:hover circle,
.tw-map-pin:focus-visible circle {
  fill: var(--paper);
  stroke: var(--paper);
  transform: scale(1.18);
}

.tw-map-pin:hover text,
.tw-map-pin:focus-visible text {
  fill: var(--ink);
}

.tw-map-pin:focus-visible {
  outline: none;
}

.tw-map-legend {
  position: absolute;
  right: 16px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 16px;
  padding: 8px 10px;
  background: rgba(24, 23, 20, .88);
  color: rgba(250, 248, 243, .72);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tw-map-legend span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}

.tw-map-key {
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid #f2b36d;
  border-radius: 50%;
}

.tw-map-key.is-exact {
  background: #f2b36d;
}

.tw-map-key.is-approximate {
  border-style: dashed;
}

.tw-map-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 0 4px;
  border-top: 1px solid rgba(250, 248, 243, .24);
  border-bottom: 1px solid rgba(250, 248, 243, .24);
}

.tw-map-note .lbl {
  color: #f2b36d;
}

.tw-map-note p {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: clamp(24px, 2.7vw, 37px);
  line-height: 1.08;
}

.tw-map-note .tw-map-note-small {
  margin-top: 22px;
  color: rgba(250, 248, 243, .55);
  font-family: var(--sans);
  font-size: 11px;
  line-height: 1.5;
}

.tw-map-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(250, 248, 243, .3);
}

.tw-area {
  padding: 24px 22px 8px 0;
  border-right: 1px solid rgba(250, 248, 243, .2);
}

.tw-area:not(:first-child) {
  padding-left: 22px;
}

.tw-area:last-child {
  border-right: 0;
}

.tw-area h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.tw-place {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid rgba(250, 248, 243, .16);
}

.tw-place span {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(250, 248, 243, .4);
  border-radius: 50%;
  color: #f2b36d;
  font-family: var(--mono);
  font-size: 8px;
}

.tw-place span.is-exact {
  background: #f2b36d;
  border-color: #f2b36d;
  color: var(--ink);
}

.tw-place span.is-approximate {
  border-color: #f2b36d;
  border-style: dashed;
}

.tw-place a {
  color: var(--paper);
  font-size: 13px;
  line-height: 1.35;
}

.tw-place a small {
  display: block;
  margin-top: 3px;
  color: rgba(250, 248, 243, .55);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tw-place a:hover,
.tw-place a:focus-visible {
  color: #f2b36d;
}

.tw-submit {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 88px;
  padding: clamp(30px, 5vw, 56px);
  background: var(--terra);
  color: var(--paper);
}

.tw-submit h2 {
  max-width: 16ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}

.tw-submit p {
  margin: 0 0 18px;
  color: var(--paper);
  font-size: 14.5px;
  line-height: 1.65;
}

.tw-submit .tw-action {
  border-color: rgba(250, 248, 243, .7);
  color: var(--paper);
}

.tw-submit .tw-action:hover,
.tw-submit .tw-action:focus-visible {
  background: var(--paper);
  color: var(--ink);
}

.tw-more {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 18px;
}

.tw-more a {
  border-bottom: 1px solid var(--ink);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .tw-jump-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tw-jump-links a {
    min-height: 96px;
  }

  .tw-jump-links a:nth-child(2) {
    border-right: 0;
  }

  .tw-jump-links a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .tw-feature,
  .tw-photo-break,
  .tw-submit {
    grid-template-columns: 1fr;
  }

  .tw-filter {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tw-filter-status {
    grid-column: 1;
  }

  .tw-media-stack {
    margin-top: 8px;
  }

  .tw-map-grid {
    grid-template-columns: 1fr;
  }

  .tw-map-layout {
    grid-template-columns: 1fr;
  }

  .tw-map-note {
    min-height: 220px;
    padding-bottom: 22px;
  }

  .tw-area,
  .tw-area:not(:first-child) {
    padding: 22px 0 8px;
    border-right: 0;
  }

  .tw-map-head {
    display: block;
  }

  .tw-map-head p {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .tw-head {
    padding-bottom: 30px;
  }

  .tw-hero {
    width: 100%;
    margin-bottom: 38px;
  }

  .tw-hero img {
    aspect-ratio: 3 / 4;
    object-position: center;
  }

  .tw-hero figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: none;
  }

  .tw-intro {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 38px;
  }

  .tw-jump {
    margin-bottom: 56px;
  }

  .tw-filter {
    margin-bottom: 58px;
  }

  .tw-filter-controls {
    flex-wrap: nowrap;
    margin-right: calc((100vw - 100%) / -2);
    margin-left: calc((100vw - 100%) / -2);
    padding: 0 calc((100vw - 100%) / 2) 6px;
    overflow-x: auto;
    scrollbar-width: thin;
  }

  .tw-filter-button {
    flex: 0 0 auto;
  }

  .tw-jump-title {
    display: block;
  }

  .tw-jump-title span:last-child {
    display: block;
    margin-top: 5px;
  }

  .tw-section {
    margin-bottom: 66px;
  }

  .tw-section-head {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tw-facts,
  .tw-day-grid {
    grid-template-columns: 1fr;
  }

  .tw-card,
  .tw-card:nth-child(even) {
    padding: 24px 0 28px;
    border-right: 0;
  }

  .tw-card.is-filter-left,
  .tw-card.is-filter-right {
    padding: 24px 0 28px;
    border-right: 0;
  }

  .tw-media-stack {
    grid-template-columns: 1fr;
  }

  .tw-media-stack figure:first-child {
    grid-column: auto;
  }

  .tw-media-stack figure:first-child img,
  .tw-media-stack img {
    aspect-ratio: 4 / 3;
  }

  .tw-photo-break img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .tw-map {
    padding: 28px 22px;
  }

  .tw-map-canvas,
  .tw-map-canvas svg {
    min-height: 330px;
  }

  .tw-map-legend {
    right: 8px;
    bottom: 8px;
    left: 8px;
    justify-content: space-between;
  }

  .tw-map-water-label,
  .tw-map-road-label {
    display: none;
  }

  .tw-map-town {
    font-size: 20px;
  }

  .tw-submit {
    gap: 24px;
  }
}
