.tol-coast {
  --coast-ink: #262626;
  --coast-muted: #666;
  --coast-cream: #f6f6f4;
  --coast-sand: #d7e9f4;
  --coast-foam: #f1f7fb;
  --coast-sea: #2ea3f2;
  --coast-deep: #1677b8;
  --coast-sunset: #2ea3f2;
  --coast-line: rgba(38, 38, 38, 0.14);
  color: var(--coast-ink);
  font-family: inherit;
  margin-inline: auto;
  max-width: 1180px;
}

.tol-coast *, .tol-coast *::before, .tol-coast *::after { box-sizing: border-box; }
.tol-coast a { color: inherit; }
.tol-coast a:focus-visible { outline: 3px solid var(--coast-sunset); outline-offset: 4px; }

.tol-coast__hero {
  align-items: end;
  background: linear-gradient(90deg, rgba(0,0,0,.76), rgba(0,0,0,.16)), url("https://thatoregonlife.com/wp-content/uploads/2019/06/10300474763_9506ba7c05_o-1024x682.jpg") center 48% / cover no-repeat;
  border-radius: 6px;
  color: #fff;
  display: flex;
  min-height: clamp(420px, 48vw, 610px);
  overflow: hidden;
}

.tol-coast__hero-copy { padding: clamp(34px, 7vw, 84px); position: relative; z-index: 2; }
.tol-coast__eyebrow { color: var(--coast-deep); font-size: .76rem; font-weight: 800; letter-spacing: .14em; margin: 0 0 12px; text-transform: uppercase; }
.tol-coast__hero .tol-coast__eyebrow { color: #fff; }
.tol-coast__hero h1 { color: #fff; font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.045em; line-height: .92; margin: 0 0 24px; max-width: 760px; text-shadow: 0 2px 24px rgba(0,0,0,.25); }
.tol-coast__hero-copy > p:not(.tol-coast__eyebrow) { color: rgba(255,255,255,.92); font-size: clamp(1.05rem, 2vw, 1.25rem); line-height: 1.65; max-width: 650px; }
.tol-coast__hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.tol-coast__button { background: var(--coast-sea); border-radius: 3px; color: #fff !important; display: inline-block; font-weight: 800; padding: 14px 24px; text-decoration: none; }
.tol-coast__button:hover { background: #fff; color: var(--coast-ink) !important; }
.tol-coast__hero .tol-coast__text-link { color: #fff; }
.tol-coast__text-link { font-weight: 800; text-underline-offset: 4px; }

.tol-coast__jump { align-items: center; border-bottom: 1px solid var(--coast-line); display: flex; gap: clamp(16px, 4vw, 44px); margin: 0 0 20px; overflow-x: auto; padding: 20px 4px; scrollbar-width: thin; }
.tol-coast__jump a { flex: 0 0 auto; font-size: .88rem; font-weight: 800; text-decoration: none; }
.tol-coast__jump a:hover { color: var(--coast-sea); }

.tol-coast__section { padding: clamp(54px, 8vw, 100px) 0; }
.tol-coast__section-heading { margin-bottom: 36px; max-width: 760px; }
.tol-coast__section-heading h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); letter-spacing: -.045em; line-height: 1; margin: 0 0 18px; }
.tol-coast__section-heading > p:last-child { color: var(--coast-muted); font-size: 1.08rem; line-height: 1.65; }
.tol-coast__story-grid { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tol-coast__story-grid--compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.tol-coast-card { background: #fff; border: 1px solid var(--coast-line); border-radius: 14px; overflow: hidden; }
.tol-coast-card__image { aspect-ratio: 4 / 3; background: var(--coast-foam); display: block; overflow: hidden; }
.tol-coast-card__image img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.tol-coast-card:hover .tol-coast-card__image img { transform: scale(1.035); }
.tol-coast-card__fallback { background: linear-gradient(145deg, var(--coast-sea), var(--coast-deep)); display: block; height: 100%; }
.tol-coast-card__body { padding: 20px; }
.tol-coast-card__meta { color: var(--coast-sea); font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 8px; text-transform: uppercase; }
.tol-coast-card h4 { font-size: 1.18rem; line-height: 1.2; margin: 0 0 10px; }
.tol-coast-card h4 a { text-decoration: none; }
.tol-coast-card h4 a:hover { text-decoration: underline; text-decoration-color: var(--coast-sunset); text-decoration-thickness: 3px; text-underline-offset: 3px; }
.tol-coast-card__body > p:last-child { color: var(--coast-muted); font-size: .92rem; line-height: 1.55; margin-bottom: 0; }

.tol-coast__region { border-top: 1px solid var(--coast-line); padding: clamp(48px, 7vw, 82px) 0; scroll-margin-top: 30px; }
.tol-coast__region-heading { display: grid; gap: 30px; grid-template-columns: 90px minmax(0, 620px); margin-bottom: 36px; }
.tol-coast__region-number { color: var(--coast-sand); font-size: 3.2rem; font-weight: 900; line-height: 1; margin: 0; }
.tol-coast__region h3 { font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.04em; line-height: 1; margin: 0 0 16px; }
.tol-coast__region-heading div > p:last-child, .tol-coast__empty { color: var(--coast-muted); line-height: 1.65; }
.tol-coast__region-towns { display: grid; gap: 10px; grid-template-columns: repeat(6, minmax(0, 1fr)); list-style: none; margin: 0 0 34px; padding: 0; }
.tol-coast__region-towns a { background: var(--coast-foam); border-radius: 8px; display: block; font-size: .86rem; font-weight: 800; padding: 14px 12px; text-decoration: none; }
.tol-coast__region-towns a:hover { background: var(--coast-sand); }

.tol-coast__map-section { background: #f4f6f7; margin-inline: calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1180px) / 2)); }
.tol-coast__map-frame { aspect-ratio: 16 / 8; background: #ddd; border-radius: 4px; overflow: hidden; }
.tol-coast__map-frame iframe { border: 0; height: 100%; width: 100%; }

.tol-destination__hero { border-bottom: 1px solid var(--coast-line); padding: clamp(58px, 9vw, 110px) 0 54px; }
.tol-destination__hero h1 { font-size: clamp(3rem, 7vw, 6rem); letter-spacing: -.05em; line-height: .92; margin: 0 0 24px; }
.tol-destination__hero > p:not(.tol-coast__eyebrow) { color: var(--coast-muted); font-size: 1.25rem; line-height: 1.65; max-width: 760px; }
.tol-destination__hero > a { color: var(--coast-deep); display: inline-block; font-weight: 800; margin-top: 20px; }
.tol-destination__intro { display: grid; gap: clamp(40px, 8vw, 100px); grid-template-columns: 1fr 1fr; padding: clamp(60px, 9vw, 110px) 0; }
.tol-destination__intro h2 { font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.04em; line-height: 1.08; margin: 0; }
.tol-destination__intro p { color: var(--coast-muted); font-size: 1.05rem; line-height: 1.75; }
.tol-destination__list { border-top: 1px solid var(--coast-line); scroll-margin-top: 30px; }
.tol-destination__grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tol-destination__grid article { background: var(--coast-cream); border-top: 4px solid var(--coast-sea); padding: 26px; }
.tol-destination__grid h3 { font-size: 1.2rem; margin: 0 0 10px; }
.tol-destination__grid p { color: var(--coast-muted); line-height: 1.6; margin: 0; }
.tol-destination__related { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tol-destination__related a { background: var(--coast-foam); font-weight: 800; padding: 22px; text-decoration: none; }
.tol-destination__related a:hover { background: var(--coast-sand); }
.tol-destination__note { border-top: 1px solid var(--coast-line); color: var(--coast-muted); font-size: .82rem; padding: 24px 0 60px; }

.tol-coast__planning { background: var(--coast-foam); margin-inline: calc(50% - 50vw); padding-inline: max(24px, calc((100vw - 1180px) / 2)); }
.tol-coast__planning-grid { display: grid; gap: 36px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tol-coast__planning-grid h3 { font-size: 1.35rem; margin: 0 0 12px; }
.tol-coast__planning-grid p { color: var(--coast-muted); line-height: 1.65; }
.tol-coast__reviewed { border-top: 1px solid var(--coast-line); color: var(--coast-muted); font-size: .82rem; margin: 34px 0 0; padding-top: 20px; }

@media (max-width: 900px) {
  .tol-coast__story-grid, .tol-coast__story-grid--compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tol-coast__region-towns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .tol-destination__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .tol-coast__hero { border-radius: 0; margin-inline: -20px; min-height: 500px; }
  .tol-coast__hero-copy { padding: 40px 24px; }
  .tol-coast__story-grid, .tol-coast__story-grid--compact, .tol-coast__planning-grid { grid-template-columns: 1fr; }
  .tol-coast__region-heading { gap: 8px; grid-template-columns: 1fr; }
  .tol-coast__region-number { font-size: 2rem; }
  .tol-coast__region-towns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tol-coast__map-frame { aspect-ratio: 4 / 5; }
  .tol-destination__intro, .tol-destination__grid, .tol-destination__related { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .tol-coast *, .tol-coast *::before, .tol-coast *::after { scroll-behavior: auto !important; transition: none !important; }
}
