/* Figma Island Guide compositions: nodes 286:583, 293:877, 59:832, and 225:2335 */
.template-island-guide,
.layout-blog main,
.island-guide-overview {
  background: var(--color-island-guide-surface);
}

.template-post,
.layout-post-detail main,
.island-article-related {
  background: var(--color-bg);
}

.island-guide-overview {
  min-height: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  color: var(--color-text);
}

.island-guide-overview__header {
  margin-bottom: 56px;
}

.island-guide-overview__intro {
  width: 632px;
  padding: 0 8px;
  text-align: center;
}

.island-guide-overview__intro h1 {
  margin: 0 0 16px;
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 48px;
}

.island-guide-overview__intro > p {
  width: 416px;
  max-width: 100%;
  min-height: 48px;
  margin: 0 auto 40px;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 24px;
  color: var(--color-text-secondary);
}

.island-guide-overview__tags {
  --topic-control-text: #333333;
  --topic-control-surface: #fffcfa;
  --topic-control-pressed: #f2f2f0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.island-guide-overview__tags li {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: var(--sans);
}

.island-guide-overview__tags li > a {
  min-width: 64px;
  height: 32px;
  padding: 5px 16px;
  border: 0;
  color: var(--topic-control-text);
  background: var(--topic-control-surface);
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.island-guide-overview__tags li > a:hover,
.island-guide-overview__tags li > a:focus-visible {
  color: var(--topic-control-text);
}

.island-guide-overview__tags li > a:active,
.island-guide-overview__tags li.is-active > a {
  color: var(--topic-control-text);
  background: var(--topic-control-pressed);
  box-shadow: none;
  opacity: 1;
}

.island-guide-featured,
.island-guide-featured > a {
  min-height: 512px;
}

.island-guide-featured > a,
.island-guide-row > a,
.island-article-related__card > a {
  color: inherit;
  text-decoration: none;
}

.island-guide-featured__media {
  width: 848px;
  height: 512px;
  padding: 0;
  overflow: hidden;
}

.island-guide-featured__copy {
  width: 408px;
  height: 512px;
  padding: 0;
  margin-left: 24px;
}

.island-guide-card__picture {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

.island-guide-card__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.island-guide-card--exact .island-guide-card__picture img,
.island-article--exact .island-article__hero img {
  object-position: 50% 32.258%;
}

.island-meta {
  width: max-content;
  max-width: calc(100% + 8px);
  margin: 0;
  color: var(--color-primary);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 20px;
}

.island-meta p,
.island-meta time,
.island-meta span {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.island-meta__dot > span {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: currentColor;
}

.island-guide-featured__copy h2,
.island-guide-row__copy h2 {
  margin: 8px 0 0;
  color: var(--color-text);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 38.4px;
}

.island-guide-card__excerpt > p {
  display: -webkit-box;
  min-height: 72px;
  margin: 0 0 16px;
  overflow: hidden;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.island-guide-card__excerpt-copy {
  height: 72px;
  margin: 0 0 16px;
  overflow: hidden;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 24px;
}

.island-guide-card__excerpt-copy p {
  margin: 0;
}

.island-guide-card__excerpt .figma-link,
.island-article-related__copy .figma-link {
  min-height: 36px;
  padding-top: 8px;
  padding-bottom: 7px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 20px;
}

.island-guide-featured + .island-guide-row,
.island-guide-row + .island-guide-row {
  margin-top: 80px;
}

.island-guide-row,
.island-guide-row > a {
  min-height: 316px;
}

.island-guide-row__media {
  width: 524px;
  height: 316px;
  padding: 0;
  overflow: hidden;
}

.island-guide-row__copy {
  width: 600px;
  height: 316px;
  padding: 0;
  margin-left: 48px;
}

.island-guide-overview__empty {
  margin: 0;
  font-size: 24px;
  text-align: center;
}

.island-article__main {
  position: relative;
  padding: 56px 64px 64px;
  overflow: hidden;
  color: var(--color-text);
  background: var(--color-bg);
}

.island-article__masthead > header {
  width: 100%;
  max-width: 920px;
  padding: 0;
  text-align: center;
}

.island-article__header {
  margin-bottom: 0;
}

.island-article__breadcrumbs {
  margin-bottom: 28px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-transform: uppercase;
}

.island-article__breadcrumbs a {
  color: var(--color-primary);
  text-decoration: none;
}

.island-article__breadcrumbs span {
  margin-left: 4px;
}

.island-article__header h1 {
  max-width: 920px;
  margin: 0 auto;
  font-family: var(--serif);
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.015em;
  line-height: 1.1;
  text-wrap: balance;
}

.island-article__masthead .island-meta {
  margin-top: 32px;
  margin-inline: auto;
}

.island-article__hero-wrap {
  margin-top: 56px;
}

.island-article__hero-wrap > .col-12,
.island-article__gallery > .col-12 {
  width: 100%;
  max-width: 1120px;
  padding: 0;
}

.island-article__hero {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-secondary);
}

.island-article__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.island-article__prose {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 680px;
  padding: 0;
  color: var(--color-text);
  counter-reset: island-section;
  font-family: var(--sans);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 32px;
}

.island-article__body {
  margin-top: 64px;
}

.island-article__prose p,
.island-article__prose ul,
.island-article__prose ol {
  margin: 0 0 28px;
}

.island-article__prose ul,
.island-article__prose ol {
  padding-left: 28px;
}

.island-article__prose li + li {
  margin-top: 10px;
}

.island-article__prose a {
  color: var(--color-primary);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.island-article__breadcrumbs a:hover,
.island-article__breadcrumbs a:focus-visible,
.island-article__prose a:hover,
.island-article__prose a:focus-visible {
  color: var(--color-primary-hover);
}

.island-article__prose h2,
.island-article__prose h3 {
  margin: 56px 0 20px;
  color: inherit;
  font-family: var(--serif);
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.island-article__prose h3 {
  font-size: 28px;
}

.island-article__prose > :last-child {
  margin-bottom: 0;
}

.island-article__gallery {
  margin-top: 72px;
}

.island-article__gallery .love-story-gallery {
  margin-top: 0;
}

.island-article-related {
  position: relative;
  isolation: isolate;
  padding: 88px 64px 96px;
  color: var(--color-text);
  background: transparent;
}

.island-article-related::before {
  position: absolute;
  z-index: -1;
  inset-block: 0;
  left: 50%;
  width: 100vw;
  background: var(--color-bg-secondary);
  content: "";
  transform: translateX(-50%);
}

.island-article-related > .row:first-child h2 {
  margin: 0 0 28px;
  padding: 0;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-transform: uppercase;
}

.island-article-related__card > a {
  color: inherit;
  text-decoration: none;
}

.island-article-related__media {
  height: clamp(176px, 18vw, 240px);
}

.island-article-related__image {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--color-highlight);
}

.island-article-related__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.island-article-related__copy {
  margin-top: 20px;
}

.island-article-related__copy h3 {
  margin: 0 0 10px;
  color: inherit;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 26.4px;
}

.island-article-related__copy > p {
  display: -webkit-box;
  min-height: 63px;
  margin: 0 0 12px;
  overflow: hidden;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: -0.015em;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.island-article-related__copy .figma-link {
  min-height: 32px;
  font-size: 12px;
}

.island-guide-featured > a:is(:hover, :focus-visible) .island-guide-featured__copy h2,
.island-guide-row > a:is(:hover, :focus-visible) .island-guide-row__copy h2,
.island-article-related__card > a:is(:hover, :focus-visible) .island-article-related__copy h3 {
  color: var(--color-primary-hover);
}

@media (hover: hover) {
  .island-guide-featured > a:hover .figma-link,
  .island-guide-row > a:hover .figma-link,
  .island-article-related__card > a:hover .figma-link,
  .island-article__breadcrumbs a:hover {
    font-style: italic;
  }
}
@media (min-width: 821px) and (max-width: 1439px) {
  .island-guide-overview {
    min-height: 0;
    padding: 64px clamp(32px, 5vw, 72px);
  }
  .island-guide-overview__header {
    margin-bottom: 48px;
  }
  .island-guide-overview__articles > .col-12 {
    width: 100%;
    max-width: 1040px;
    margin-inline: auto;
  }
  .island-guide-featured,
  .island-guide-featured > a,
  .island-guide-row,
  .island-guide-row > a {
    min-height: 0;
  }
  .island-guide-featured > a,
  .island-guide-row > a {
    flex-wrap: nowrap;
    align-items: center !important;
  }
  .island-guide-featured__media,
  .island-guide-row__media {
    order: 2;
    width: clamp(240px, 34vw, 360px);
    height: auto;
    aspect-ratio: 3 / 2;
    flex: 0 0 clamp(240px, 34vw, 360px);
  }
  .island-guide-featured__copy,
  .island-guide-row__copy {
    order: 1;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: clamp(220px, 22vw, 280px);
    margin: 0 clamp(24px, 4vw, 48px) 0 0;
    flex: 1 1 auto;
    align-self: stretch;
  }
  .island-guide-featured__copy h2,
  .island-guide-row__copy h2 {
    font-size: clamp(26px, 2.7vw, 32px);
    line-height: 1.2;
  }
  .island-guide-featured .island-guide-card__excerpt > p,
  .island-guide-row .island-guide-card__excerpt > p {
    min-height: 48px;
    max-height: 48px;
    -webkit-line-clamp: 2;
  }
  .island-guide-featured .island-guide-card__excerpt-copy,
  .island-guide-row .island-guide-card__excerpt-copy {
    height: 48px;
  }
  .island-guide-featured + .island-guide-row,
  .island-guide-row + .island-guide-row {
    margin-top: 64px;
  }
  .island-article__main {
    padding-inline: clamp(40px, 6vw, 72px);
  }
  .island-article__header h1 {
    font-size: clamp(40px, 4.5vw, 52px);
  }
  .island-article__hero-wrap > .col-12,
  .island-article__gallery > .col-12 {
    max-width: 1040px;
  }
}
@media (max-width: 820px) {
  .layout-blog .home-site-header__inner,
  .template-post .home-site-header__inner {
    height: 72px;
    padding: 16px;
  }
  .island-guide-overview {
    min-height: 0;
    padding: 48px 16px;
  }
  .island-guide-overview__header {
    margin-bottom: 40px;
  }
  .island-guide-overview__intro {
    width: 100%;
    max-width: 343px;
    padding: 0;
  }
  .island-guide-overview__intro h1 {
    font-size: 30px;
    line-height: 38px;
  }
  .island-guide-overview__intro > p {
    width: 100%;
    max-width: 343px;
  }
  .island-guide-featured,
  .island-guide-featured > a {
    min-height: 463px;
  }
  .island-guide-featured__media,
  .island-guide-row__media {
    width: 100%;
    max-width: 343px;
    height: 207px;
  }
  .island-guide-featured__copy,
  .island-guide-row__copy {
    width: 100%;
    max-width: 343px;
    height: auto;
    min-height: 193px;
    margin-top: 24px;
    margin-left: 0;
  }
  .island-guide-featured__copy {
    min-height: 232px;
  }
  .island-guide-featured__copy h2 {
    font-size: 28px;
    line-height: 33.6px;
  }
  .island-guide-row__copy h2 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 28.8px;
  }
  .island-guide-featured + .island-guide-row,
  .island-guide-row + .island-guide-row {
    margin-top: 48px;
  }
  .island-guide-row,
  .island-guide-row > a {
    min-height: 424px;
  }
  .island-guide-row .island-guide-card__excerpt > p {
    min-height: 48px;
    max-height: 48px;
    -webkit-line-clamp: 2;
  }
  .island-guide-row .island-guide-card__excerpt-copy {
    height: 48px;
  }
  .island-meta {
    width: 100%;
    max-width: 100%;
  }
  .island-meta p,
  .island-meta time,
  .island-meta span {
    white-space: normal;
  }
  .island-article__main {
    padding: 48px 16px 72px;
  }
  .island-article__masthead > header {
    max-width: 560px;
  }
  .island-article__breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .island-article__header h1 {
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.12;
  }
  .island-article__masthead .island-meta {
    margin-top: 24px;
    justify-content: center;
  }
  .island-article__hero-wrap {
    margin-top: 40px;
  }
  .island-article__hero {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }
  .island-article__gallery {
    margin-top: 56px;
  }
  .island-article__body {
    margin-top: 48px;
  }
  .island-article__prose {
    max-width: 560px;
    font-size: 18px;
    line-height: 30px;
  }
  .island-article__prose p,
  .island-article__prose ul,
  .island-article__prose ol {
    margin-bottom: 24px;
  }
  .island-article__prose h2,
  .island-article__prose h3 {
    margin-top: 44px;
    font-size: 30px;
    line-height: 1.2;
  }
  .island-article__prose h3 {
    font-size: 25px;
  }
  .island-article-related {
    padding: 32px 16px 40px;
  }
  .island-article-related > .row:first-child h2 {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
  }
  .island-article-related__card {
    width: 100%;
    max-width: 375px;
    min-height: 0;
    margin-inline: auto;
  }
  .island-article-related__media {
    height: auto;
  }
  .island-article-related__image {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .island-article-related__copy {
    min-height: 0;
    margin-top: 0;
  }
  .island-article-related__copy h3 {
    display: -webkit-box;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 18px;
    line-height: 21.6px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .island-article-related__copy > p {
    min-height: 36px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 18px;
    -webkit-line-clamp: 2;
  }
  .island-article-related__copy .figma-link {
    min-height: 28px;
    font-size: 11px;
  }
}
