@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* =====================================
   BEYOND NIPPON
   NEW HOME DESIGN
===================================== */

:root {
  --bn-bg: #f7f5f0;
  --bn-white: #ffffff;
  --bn-text: #1c1c1a;
  --bn-muted: #716e67;
  --bn-accent: #c64d2d;
  --bn-border: #e2ded6;

  --bn-serif: "DM Serif Display", Georgia, serif;
  --bn-sans: "Inter", Arial, sans-serif;

  --bn-width: 1280px;
}


/* BASE */

.bn-home {
  background: var(--bn-bg);
  color: var(--bn-text);
  font-family: var(--bn-sans);
}

.bn-home *,
.bn-home *::before,
.bn-home *::after {
  box-sizing: border-box;
}

.bn-home a {
  text-decoration: none;
  color: inherit;
}

.bn-section {
  max-width: var(--bn-width);
  margin: 0 auto;
  padding: 88px 32px 0;
}


/* HEADINGS */

.bn-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bn-section-heading h2 {
  margin: 0;
  font-family: var(--bn-serif);
  font-weight: 400;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.1;
}

.bn-section-heading a {
  font-size: 13px;
  font-weight: 600;
}


/* HERO */

.bn-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;

  background:
    url("/wp-content/uploads/beyond-nippon-hero.webp")
    center 52% / cover no-repeat;

  color: white;
}

.bn-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,.68) 0%,
      rgba(0,0,0,.40) 44%,
      rgba(0,0,0,.08) 76%
    );
}

.bn-hero-inner {
  position: relative;
  z-index: 2;

  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
}

.bn-eyebrow {
  margin: 0 0 18px;

  font-size: 12px;
  letter-spacing: .18em;
  font-weight: 700;
}

.bn-hero h1 {
  max-width: 730px;

  margin: 0;

  font-family: var(--bn-serif);
  font-size: clamp(56px, 6vw, 88px);
  font-weight: 400;
  line-height: .98;
}

.bn-hero-description {
  max-width: 510px;

  margin: 28px 0 34px;

  font-size: 18px;
  line-height: 1.75;
}

.bn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 52px;
  padding: 0 30px;

  background: var(--bn-accent);
  color: white !important;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;

  transition: .25s ease;
}

.bn-button:hover {
  transform: translateY(-2px);
  opacity: .93;
}


/* FEATURED */

.bn-featured-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(0, .8fr);

  grid-template-rows:
    240px 240px;

  gap: 16px;
}

.bn-feature-card {
  position: relative;

  min-height: 240px;

  overflow: hidden;

  background-size: cover;
  background-position: center;

  color: white !important;
}

.bn-featured-main {
  grid-row: 1 / 3;
}

.bn-card-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      0deg,
      rgba(0,0,0,.72),
      rgba(0,0,0,.06) 70%
    );
}

.bn-card-content {
  position: absolute;
  z-index: 2;

  left: 30px;
  right: 30px;
  bottom: 28px;
}

.bn-card-label,
.bn-latest-category {
  color: var(--bn-accent);

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.bn-feature-card .bn-card-label {
  color: white;
}

.bn-card-content h3 {
  max-width: 540px;

  margin: 10px 0 18px;

  font-family: var(--bn-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.05;
}

.bn-featured-main h3 {
  font-size: clamp(38px, 4vw, 58px);
}

.bn-readmore {
  font-size: 10px;
  letter-spacing: .12em;
}


/* DESTINATIONS */

.bn-destination-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.bn-destination-card {
  position: relative;

  min-height: 295px;

  overflow: hidden;

  background-position: center;
  background-size: cover;

  color: white !important;
}

.bn-destination-content {
  position: absolute;

  z-index: 2;

  bottom: 20px;
  left: 18px;
  right: 16px;
}

.bn-destination-content h3 {
  margin: 0 0 5px;

  font-family: var(--bn-serif);
  font-size: 25px;
  font-weight: 400;
}

.bn-destination-content p {
  margin: 0;

  font-size: 11px;
  line-height: 1.45;
}


/* FIND YOUR JAPAN */

.bn-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  border-top: 1px solid var(--bn-border);
}

.bn-topic-grid > a {
  display: grid;

  grid-template-columns:
    34px minmax(0,1fr) auto;

  gap: 14px;

  padding: 26px 18px 26px 0;

  border-bottom:
    1px solid var(--bn-border);

  transition: .2s ease;
}

.bn-topic-grid > a:hover {
  padding-left: 8px;
}

.bn-topic-grid span {
  color: var(--bn-accent);

  font-size: 11px;
  font-weight: 800;
}

.bn-topic-grid h3 {
  margin: 0 0 5px;

  font-family: var(--bn-serif);
  font-size: 22px;
  font-weight: 400;
}

.bn-topic-grid p {
  margin: 0;

  color: var(--bn-muted);

  font-size: 12px;
}


/* LATEST */

.bn-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.bn-latest-image {
  aspect-ratio: 1.45;
  overflow: hidden;
  background: #ddd;
}

.bn-latest-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform .4s ease;
}

.bn-latest-card:hover img {
  transform: scale(1.035);
}

.bn-latest-content {
  padding-top: 15px;
}

.bn-latest-content h3 {
  margin: 8px 0;

  font-family: var(--bn-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.22;
}

.bn-latest-content p {
  margin: 0;

  color: var(--bn-muted);

  font-size: 12px;
  line-height: 1.65;
}


/* BRAND CTA */

.bn-brand-cta {
  max-width: 1280px;

  margin: 100px auto 0;

  padding: 85px 70px;

  background: #201f1c;
  color: white;
}

.bn-brand-cta > div {
  max-width: 650px;
}

.bn-brand-cta h2 {
  margin: 0 0 20px;

  font-family: var(--bn-serif);
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
}

.bn-brand-cta p:not(.bn-eyebrow) {
  max-width: 520px;

  font-size: 16px;
  line-height: 1.7;

  color: #d5d2ca;
}

.bn-text-link {
  display: inline-block;

  margin-top: 18px;

  color: white !important;

  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}


/* TABLET */

@media (max-width: 1024px) {

  .bn-destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .bn-latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-section {
    padding:
      56px 20px 0;
  }

  .bn-section-heading {
    margin-bottom: 20px;
  }

  .bn-section-heading h2 {
    font-size: 30px;
  }


  /* HERO */

  .bn-hero {
    min-height: 570px;

    align-items: flex-end;

    background-position: center;
  }

  .bn-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(0,0,0,.76) 0%,
        rgba(0,0,0,.28) 85%
      );
  }

  .bn-hero-inner {
    width: 100%;

    padding:
      0 24px 54px;
  }

  .bn-hero h1 {
    font-size: 53px;
    line-height: .97;
  }

  .bn-hero-description {
    margin:
      19px 0 25px;

    font-size: 15px;
    line-height: 1.65;
  }


  /* FEATURED */

  .bn-featured-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;

    gap: 10px;
  }

  .bn-featured-main {
    grid-column: 1 / 3;
    grid-row: auto;

    min-height: 360px;
  }

  .bn-featured-small {
    min-height: 210px;
  }

  .bn-card-content {
    left: 17px;
    right: 17px;
    bottom: 17px;
  }

  .bn-featured-main h3 {
    font-size: 36px;
  }

  .bn-featured-small h3 {
    font-size: 22px;
  }

  .bn-readmore {
    display: none;
  }


  /* DESTINATIONS */

  .bn-destination-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap: 10px;
  }

  .bn-destination-card {
    min-height: 205px;
  }

  .bn-destination-content {
    left: 14px;
    bottom: 14px;
  }

  .bn-destination-content h3 {
    font-size: 23px;
  }


  /* FIND */

  .bn-topic-grid {
    grid-template-columns: 1fr;
  }

  .bn-topic-grid > a {
    padding: 18px 4px;
  }


  /* LATEST */

  .bn-latest-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .bn-latest-card > a {
    display: grid;

    grid-template-columns:
      38% minmax(0, 1fr);

    gap: 15px;

    padding: 15px 0;

    border-bottom:
      1px solid var(--bn-border);
  }

  .bn-latest-image {
    aspect-ratio: 1.15;
  }

  .bn-latest-content {
    padding: 0;
  }

  .bn-latest-content h3 {
    margin: 4px 0;

    font-size: 19px;
  }

  .bn-latest-content p {
    display: none;
  }


  /* CTA */

  .bn-brand-cta {
    margin-top: 65px;

    padding:
      65px 24px;
  }

  .bn-brand-cta h2 {
    font-size: 42px;
  }

}

.home .breadcrumb,
.home .sidebar,
.home .entry-title,
.home .date-tags,
.home .sns-share,
.home .sns-follow {
  display: none !important;
}

.home #main {
  width: 100%;
  padding: 0;
  margin: 0;
}

.home .main {
  width: 100%;
}

.home .content {
  margin: 0;
}

.home .wrap {
  width: 100%;
  max-width: none;
}

/* =====================================
   BN HEADER
===================================== */

.bn-header {
  position: relative;
  z-index: 1000;

  width: 100%;
  height: 82px;

  background: #fff;

  border-bottom: 1px solid #ece9e2;
}

.bn-header-inner {
  max-width: 1380px;
  height: 100%;

  margin: 0 auto;
  padding: 0 32px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;
}


/* LOGO */

.bn-logo {
  display: flex;
  flex-direction: column;

  min-width: 230px;

  color: #1c1c1a !important;
}

.bn-logo-main {
  font-family: "DM Serif Display", Georgia, serif;

  font-size: 24px;
  line-height: 1;

  letter-spacing: -.02em;
}

.bn-dot {
  color: #c64d2d;
}

.bn-logo-sub {
  margin-top: 5px;

  font-family: "Inter", sans-serif;

  font-size: 8px;
  color: #77736d;
}


/* DESKTOP NAV */

.bn-desktop-nav {
  display: flex;
  align-items: center;

  gap: clamp(20px, 2.6vw, 42px);

  margin-left: auto;
}

.bn-desktop-nav a {
  position: relative;

  color: #1c1c1a !important;

  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.bn-desktop-nav a::after {
  content: "";

  position: absolute;

  bottom: -8px;
  left: 0;

  width: 0;
  height: 1px;

  background: #c64d2d;

  transition: width .25s ease;
}

.bn-desktop-nav a:hover::after {
  width: 100%;
}


/* HEADER BUTTONS */

.bn-header-actions {
  display: flex;
  align-items: center;

  gap: 22px;
}

.bn-search-toggle,
.bn-menu-toggle {
  appearance: none;

  border: 0;
  background: transparent;

  padding: 0;

  cursor: pointer;
}


/* SEARCH ICON */

.bn-search-toggle {
  width: 22px;
  height: 22px;

  position: relative;
}

.bn-search-toggle::before {
  content: "";

  position: absolute;

  left: 2px;
  top: 2px;

  width: 12px;
  height: 12px;

  border: 1.5px solid #1c1c1a;
  border-radius: 50%;
}

.bn-search-toggle::after {
  content: "";

  position: absolute;

  width: 7px;
  height: 1.5px;

  background: #1c1c1a;

  transform: rotate(45deg);

  right: 2px;
  bottom: 4px;
}


/* MENU ICON */

.bn-menu-toggle {
  width: 24px;
  height: 18px;

  position: relative;
}

.bn-menu-toggle span {
  display: block;

  position: absolute;
  left: 0;

  width: 24px;
  height: 1.5px;

  background: #1c1c1a;

  transition:
    transform .3s ease,
    top .3s ease;
}

.bn-menu-toggle span:first-child {
  top: 4px;
}

.bn-menu-toggle span:last-child {
  top: 13px;
}

.bn-menu-toggle.is-open span:first-child {
  top: 9px;
  transform: rotate(45deg);
}

.bn-menu-toggle.is-open span:last-child {
  top: 9px;
  transform: rotate(-45deg);
}


/* SEARCH OVERLAY */

.bn-search-panel {
  position: fixed;
  z-index: 2000;

  inset: 0;

  background: rgba(247,245,240,.98);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  transition: .25s ease;
}

.bn-search-panel.is-open {
  opacity: 1;
  visibility: visible;
}

.bn-search-inner {
  width: min(760px, calc(100% - 48px));
}

.bn-search-inner > p {
  margin-bottom: 25px;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .16em;

  color: #c64d2d;
}

.bn-search-inner form {
  display: flex;

  border-bottom: 1px solid #1c1c1a;
}

.bn-search-inner input {
  flex: 1;

  border: 0;
  background: transparent;

  padding: 12px 0 20px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(28px,5vw,52px);

  outline: none;
}

.bn-search-inner button {
  border: 0;
  background: transparent;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .12em;
}

.bn-search-close {
  position: absolute;

  top: 30px;
  right: 40px;

  border: 0;
  background: transparent;

  font-size: 38px;
  font-weight: 300;

  cursor: pointer;
}


/* MOBILE MENU */

.bn-mobile-menu {
  display: none;
}


/* MOBILE */

@media (max-width: 900px) {

  .bn-header {
    height: 72px;
  }

  .bn-header-inner {
    padding: 0 20px;
  }

  .bn-desktop-nav {
    display: none;
  }

  .bn-logo {
    min-width: 0;
  }

  .bn-logo-main {
    font-size: 21px;
  }

  .bn-logo-sub {
    font-size: 7px;
  }

  .bn-header-actions {
    gap: 18px;
  }


  .bn-mobile-menu {
    display: block;

    position: fixed;
    z-index: 900;

    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;

    background: #f7f5f0;

    overflow-y: auto;

    transform: translateX(100%);

    transition: transform .35s ease;
  }

  .bn-mobile-menu.is-open {
    transform: translateX(0);
  }

  .bn-mobile-menu-inner {
    padding: 40px 24px 50px;
  }

  .bn-mobile-primary {
    border-top: 1px solid #dcd8cf;
  }

  .bn-mobile-primary a {
    display: grid;

    grid-template-columns: 38px 1fr;

    align-items: center;

    padding: 22px 0;

    border-bottom: 1px solid #dcd8cf;

    font-family: "DM Serif Display", Georgia, serif;

    font-size: 30px;

    color: #1c1c1a !important;
  }

  .bn-mobile-primary span {
    font-family: "Inter", sans-serif;

    font-size: 10px;
    font-weight: 700;

    color: #c64d2d;
  }

  .bn-mobile-secondary {
    display: flex;
    flex-wrap: wrap;

    gap: 20px;

    margin-top: 35px;
  }

  .bn-mobile-secondary a {
    font-size: 12px;
  }

  .bn-mobile-tagline {
    margin-top: 55px;

    font-family: "DM Serif Display", Georgia, serif;

    font-size: 34px;
    line-height: 1.08;
  }

}

/* =====================================
   ARTICLE
===================================== */

.bn-article {
  background: #f7f5f0;

  color: #1c1c1a;
}


/* HEADER */

.bn-article-header {
  padding: 90px 24px 65px;
}

.bn-article-header-inner {
  max-width: 920px;
  margin: 0 auto;
}

.bn-article-category {
  display: inline-block;

  margin-bottom: 22px;

  color: #c64d2d !important;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.bn-article-title {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: clamp(48px, 6vw, 82px);

  font-weight: 400;

  line-height: .99;

  letter-spacing: -.025em;
}

.bn-article-lead {
  max-width: 760px;

  margin: 30px 0 0;

  color: #5e5b55;

  font-size: 19px;
  line-height: 1.65;
}

.bn-article-meta {
  display: flex;
  flex-wrap: wrap;

  gap: 10px 25px;

  margin-top: 35px;

  font-size: 11px;

  color: #77736d;
}


/* HERO */

.bn-article-hero {
  max-width: 1280px;

  margin: 0 auto 85px;

  padding: 0 24px;
}

.bn-article-hero img {
  display: block;

  width: 100%;
  height: auto;

  max-height: 720px;

  object-fit: cover;
}


/* LAYOUT */

.bn-article-layout {
  display: grid;

  grid-template-columns:
    210px minmax(0, 720px);

  justify-content: center;

  gap: 80px;

  max-width: 1100px;

  margin: 0 auto;

  padding: 0 24px 100px;
}


/* TOC */

.bn-article-side {
  position: relative;
}

.bn-article-side > div {
  position: sticky;
  top: 120px;
}

.bn-side-label {
  margin-bottom: 20px;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .14em;

  color: #77736d;
}

.bn-auto-toc a {
  display: block;

  padding: 6px 0;

  color: #77736d !important;

  font-size: 11px;
  line-height: 1.5;

  transition: .2s;
}

.bn-auto-toc a:hover {
  color: #c64d2d !important;
}


/* BODY */

.bn-article-body {
  max-width: 720px;

  font-size: 17px;
  line-height: 1.95;
}

.bn-article-body > p {
  margin: 0 0 27px;
}

.bn-article-body h2 {
  margin: 80px 0 25px;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 38px;
  line-height: 1.15;

  font-weight: 400;
}

.bn-article-body h3 {
  margin: 48px 0 18px;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 28px;

  font-weight: 400;
}

.bn-article-body img {
  max-width: 100%;
  height: auto;
}

.bn-article-body figure {
  margin: 42px 0;
}

.bn-article-body blockquote {
  margin: 50px 0;

  padding: 30px 35px;

  border-left: 2px solid #c64d2d;

  background: #efede7;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 24px;
  line-height: 1.5;
}


/* LINKS */

.bn-article-body a {
  color: inherit !important;

  text-decoration: underline;

  text-decoration-color: #c64d2d;

  text-underline-offset: 4px;
}


/* CTA */

.bn-article-end {
  max-width: 1000px;

  margin: 0 auto 100px;

  padding: 70px;

  background: #201f1c;

  color: white;
}

.bn-article-end h2 {
  margin: 0 0 18px;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 50px;

  font-weight: 400;
}

.bn-article-end > p:not(.bn-eyebrow) {
  max-width: 520px;

  margin-bottom: 30px;

  color: #cfccc4;

  line-height: 1.7;
}


/* MOBILE ARTICLE */

@media (max-width: 767px) {

  .bn-article-header {
    padding:
      55px 20px 38px;
  }

  .bn-article-title {
    font-size: 43px;
    line-height: 1.02;
  }

  .bn-article-lead {
    margin-top: 20px;

    font-size: 16px;
  }

  .bn-article-meta {
    margin-top: 25px;

    font-size: 10px;
  }


  .bn-article-hero {
    margin-bottom: 45px;

    padding: 0;
  }


  .bn-article-layout {
    display: block;

    padding:
      0 20px 70px;
  }


  .bn-article-side {
    margin-bottom: 45px;

    padding: 20px;

    border: 1px solid #ddd9d1;

    background: #f3f1eb;
  }

  .bn-article-side > div {
    position: static;
  }


  .bn-article-body {
    font-size: 16px;
    line-height: 1.9;
  }

  .bn-article-body h2 {
    margin-top: 60px;

    font-size: 32px;
  }

  .bn-article-body h3 {
    font-size: 25px;
  }


  .bn-article-end {
    margin: 0 20px 70px;

    padding: 45px 24px;
  }

  .bn-article-end h2 {
    font-size: 38px;
  }

}

.single .entry-title,
.single .eye-catch,
.single .date-tags,
.single .toc,
.single .breadcrumb,
.single .article-header {
  display: none;
}

/* ======================================
   DESTINATION
====================================== */

.bn-destination {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-destination-hero {
  position: relative;

  min-height: 720px;

  display: flex;
  align-items: flex-end;

  background-size: cover;
  background-position: center;

  color: #fff;
}

.bn-destination-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      0deg,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.15) 72%
    );
}

.bn-destination-hero-inner {
  position: relative;
  z-index: 2;

  width: min(1280px, calc(100% - 64px));

  margin: 0 auto;

  padding-bottom: 75px;
}

.bn-destination-name {
  margin: 0 0 18px;

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .22em;
}

.bn-destination-hero h1 {
  max-width: 780px;

  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(65px, 8vw, 118px);

  line-height: .86;

  font-weight: 400;

  letter-spacing: -.03em;
}

.bn-destination-intro {
  max-width: 610px;

  margin: 35px 0 28px;

  font-size: 17px;
  line-height: 1.7;
}

.bn-destination-scroll {
  color: #fff !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .14em;
}


/* INTRO */

.bn-destination-intro-section {
  max-width: 1280px;

  margin: 0 auto;

  padding: 105px 32px;
}

.bn-destination-intro-grid {
  display: grid;

  grid-template-columns:
    .5fr 1.4fr .85fr;

  gap: 60px;

  align-items: start;
}

.bn-destination-intro-grid h2 {
  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(38px, 4vw, 58px);

  line-height: 1.02;

  font-weight: 400;
}

.bn-destination-intro-grid > p:last-child {
  margin: 0;

  color: #716e67;

  font-size: 14px;

  line-height: 1.8;
}


/* FEATURE */

.bn-destination-feature {
  max-width: 1280px;

  margin: 0 auto;

  padding: 25px 32px 100px;
}

.bn-destination-feature-card {
  display: grid;

  grid-template-columns:
    1.45fr 1fr;

  background: #201f1c;

  color: #fff !important;
}

.bn-destination-feature-image {
  min-height: 520px;
}

.bn-destination-feature-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.bn-destination-feature-copy {
  padding: 65px 55px;

  display: flex;
  flex-direction: column;

  justify-content: center;
}

.bn-destination-feature-copy > span {
  color: #d06345;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .14em;
}

.bn-destination-feature-copy h2 {
  margin: 18px 0 22px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(36px, 4vw, 55px);

  line-height: 1.05;

  font-weight: 400;
}

.bn-destination-feature-copy p {
  color: #cbc8c1;

  font-size: 14px;
  line-height: 1.75;
}

.bn-destination-feature-copy strong {
  margin-top: 25px;

  font-size: 10px;

  letter-spacing: .12em;
}


/* EXPERIENCE */

.bn-destination-experience {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 32px 105px;
}

.bn-experience-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  border-top:
    1px solid #ddd9d1;
}

.bn-experience-grid > a {
  position: relative;

  min-height: 230px;

  padding: 28px 28px 30px 0;

  border-bottom:
    1px solid #ddd9d1;

  color: inherit;

  transition: .25s ease;
}

.bn-experience-grid > a:hover {
  transform:
    translateY(-4px);
}

.bn-experience-grid span {
  color: #c64d2d;

  font-size: 10px;
  font-weight: 800;
}

.bn-experience-grid h3 {
  margin: 38px 0 8px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 29px;

  font-weight: 400;
}

.bn-experience-grid p {
  max-width: 250px;

  margin: 0;

  color: #77736d;

  font-size: 12px;
  line-height: 1.6;
}

.bn-experience-grid b {
  position: absolute;

  right: 28px;
  bottom: 28px;

  font-weight: 400;
}


/* STORIES */

.bn-destination-stories {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 32px 110px;
}

.bn-destination-story-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 55px 27px;
}

.bn-destination-story-image {
  aspect-ratio: 1.35;

  overflow: hidden;
}

.bn-destination-story-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .4s ease;
}

.bn-destination-story:hover img {
  transform: scale(1.035);
}

.bn-destination-story-copy {
  padding-top: 15px;
}

.bn-destination-story-copy span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .08em;
}

.bn-destination-story-copy h3 {
  margin: 8px 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 25px;
  line-height: 1.15;

  font-weight: 400;
}

.bn-destination-story-copy p {
  color: #77736d;

  margin: 0;

  font-size: 12px;

  line-height: 1.65;
}


/* NEXT DESTINATION */

.bn-next-destination {
  max-width: 1280px;

  margin: 0 auto;

  padding: 90px 32px;

  border-top:
    1px solid #ddd9d1;
}

.bn-next-destination h2 {
  margin: 10px 0 25px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(42px, 5vw, 65px);

  font-weight: 400;
}

.bn-next-destination > a {
  font-size: 10px;

  font-weight: 800;

  letter-spacing: .14em;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-destination-hero {
    min-height: 650px;
  }

  .bn-destination-hero-inner {
    width: 100%;

    padding:
      0 22px 55px;
  }

  .bn-destination-hero h1 {
    font-size: 67px;
  }

  .bn-destination-intro {
    font-size: 15px;
  }


  .bn-destination-intro-section {
    padding:
      65px 20px;
  }

  .bn-destination-intro-grid {
    display: block;
  }

  .bn-destination-intro-grid h2 {
    margin: 18px 0 25px;

    font-size: 38px;
  }


  .bn-destination-feature {
    padding:
      0 20px 70px;
  }

  .bn-destination-feature-card {
    display: block;
  }

  .bn-destination-feature-image {
    min-height: 330px;
  }

  .bn-destination-feature-copy {
    padding: 34px 25px 38px;
  }

  .bn-destination-feature-copy h2 {
    font-size: 35px;
  }


  .bn-destination-experience {
    padding:
      0 20px 70px;
  }

  .bn-experience-grid {
    grid-template-columns: 1fr;
  }

  .bn-experience-grid > a {
    min-height: auto;

    padding:
      20px 5px 23px;
  }

  .bn-experience-grid h3 {
    margin: 15px 0 6px;

    font-size: 25px;
  }


  .bn-destination-stories {
    padding:
      0 20px 70px;
  }

  .bn-destination-story-grid {
    grid-template-columns: 1fr;

    gap: 0;
  }

  .bn-destination-story > a {
    display: grid;

    grid-template-columns:
      40% 1fr;

    gap: 15px;

    padding: 18px 0;

    border-bottom:
      1px solid #ddd9d1;
  }

  .bn-destination-story-image {
    aspect-ratio: 1.15;
  }

  .bn-destination-story-copy {
    padding: 0;
  }

  .bn-destination-story-copy h3 {
    font-size: 19px;
  }

  .bn-destination-story-copy p {
    display: none;
  }


  .bn-next-destination {
    padding:
      65px 20px;
  }

}

/* ================================
   BEYOND NIPPON FOOTER
================================ */

.bn-footer {
  background: #1f1e1b;
  color: #e8e5de;

  font-family: "Inter", sans-serif;
}

.bn-footer a {
  color: inherit !important;
  text-decoration: none;
}

.bn-footer-main {
  max-width: 1280px;

  margin: 0 auto;

  padding: 95px 32px 85px;

  display: grid;

  grid-template-columns:
    1.25fr 1.75fr;

  gap: 100px;
}


/* BRAND */

.bn-footer-logo {
  display: inline-block;

  margin-bottom: 32px;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 27px;

  letter-spacing: -.02em;
}

.bn-footer-logo span {
  color: #c64d2d;
}

.bn-footer-brand h2 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: clamp(39px, 4vw, 57px);
  line-height: 1;

  font-weight: 400;
}

.bn-footer-brand > p {
  max-width: 420px;

  margin: 28px 0 0;

  color: #aaa69e;

  font-size: 13px;
  line-height: 1.8;
}


/* NAV */

.bn-footer-nav {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 45px;
}

.bn-footer-nav > div {
  display: flex;
  flex-direction: column;
}

.bn-footer-nav p {
  margin: 0 0 23px;

  color: #77736b;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .18em;
}

.bn-footer-nav a {
  margin-bottom: 13px;

  font-family: "DM Serif Display", Georgia, serif;

  font-size: 18px;

  transition:
    color .2s ease,
    transform .2s ease;
}

.bn-footer-nav a:hover {
  color: #c64d2d !important;
  transform: translateX(3px);
}


/* LOWER */

.bn-footer-bottom {
  max-width: 1280px;

  margin: 0 auto;

  padding: 26px 32px 35px;

  border-top:
    1px solid rgba(255,255,255,.1);

  display: flex;
  align-items: center;
  justify-content: space-between;

  color: #77736b;

  font-size: 10px;
}

.bn-footer-social {
  display: flex;

  gap: 22px;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-footer-main {
    display: block;

    padding:
      65px 22px 55px;
  }

  .bn-footer-brand h2 {
    font-size: 39px;
  }

  .bn-footer-brand {
    padding-bottom: 55px;
  }

  .bn-footer-nav {
    grid-template-columns:
      repeat(2, 1fr);

    gap: 45px 25px;
  }

  .bn-footer-nav > div:last-child {
    grid-column: 1 / 3;
  }

  .bn-footer-bottom {
    padding:
      25px 22px 30px;

    display: block;

    line-height: 1.8;
  }

  .bn-footer-social {
    margin-top: 15px;
  }

}

/* =========================================
   BEYOND NIPPON
   AFFILIATE CTA
========================================= */

.bn-recommend-box {
  margin: 52px 0;

  padding: 34px 36px 28px;

  background: #efede7;

  border-top: 2px solid #c64d2d;

  color: #1c1c1a;
}


/* LABEL */

.bn-recommend-label {
  margin-bottom: 22px;

  color: #c64d2d;

  font-family: "Inter", sans-serif;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .18em;
}


/* LAYOUT */

.bn-recommend-content {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) auto;

  gap: 38px;

  align-items: center;
}


/* TITLE */

.bn-recommend-copy h3 {
  margin: 0 0 12px !important;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 30px !important;
  line-height: 1.15;

  font-weight: 400;
}


/* TEXT */

.bn-recommend-copy > p {
  margin: 0 0 14px !important;

  color: #5f5c56;

  font-size: 14px !important;
  line-height: 1.7;
}


/* POINTS */

.bn-recommend-copy ul {
  margin: 15px 0 0 !important;

  padding: 0 !important;

  list-style: none !important;
}

.bn-recommend-copy li {
  position: relative;

  margin: 7px 0 !important;

  padding-left: 20px !important;

  font-size: 12px;
  line-height: 1.6;
}

.bn-recommend-copy li::before {
  content: "✓";

  position: absolute;

  left: 0;
  top: 0;

  color: #c64d2d;

  font-weight: 700;
}


/* BUTTON */

.bn-recommend-button {
  display: inline-flex;

  min-height: 52px;

  padding: 0 24px;

  align-items: center;
  justify-content: center;

  background: #c64d2d;

  color: #fff !important;

  font-family: "Inter", sans-serif;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .10em;

  text-decoration: none !important;

  white-space: nowrap;

  transition:
    transform .2s ease,
    opacity .2s ease;
}

.bn-recommend-button:hover {
  transform: translateY(-2px);

  opacity: .92;
}


/* DISCLOSURE */

.bn-affiliate-note {
  margin: 25px 0 0 !important;

  padding-top: 16px;

  border-top:
    1px solid #d7d3ca;

  color: #8a867e;

  font-family: "Inter", sans-serif;

  font-size: 9px !important;
  line-height: 1.6;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-recommend-box {
    margin: 40px 0;

    padding:
      27px 22px 22px;
  }

  .bn-recommend-content {
    display: block;
  }

  .bn-recommend-copy h3 {
    font-size: 27px !important;
  }

  .bn-recommend-action {
    margin-top: 23px;
  }

  .bn-recommend-button {
    width: 100%;

    min-height: 54px;

    padding: 0 15px;
  }

}

/* =========================================
   TOKYO DESTINATION
========================================= */

.bn-tokyo-start {
  max-width: 1280px;

  margin: 0 auto;

  padding:
    0 32px 110px;
}


/* START HERE */

.bn-tokyo-start-grid {
  display: grid;

  grid-template-columns:
    1.45fr .8fr;

  grid-template-rows:
    repeat(2, 245px);

  gap: 20px;
}


.bn-tokyo-start-card {
  position: relative;

  overflow: hidden;

  min-height: 245px;

  color: #fff !important;
}


.bn-tokyo-start-main {
  grid-row:
    span 2;
}


.bn-tokyo-start-card img {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .5s ease;
}


.bn-tokyo-start-card:hover img {
  transform:
    scale(1.035);
}


.bn-tokyo-start-overlay {
  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      0deg,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.08) 70%
    );
}


.bn-tokyo-start-copy {
  position: absolute;

  z-index: 2;

  left: 30px;
  right: 30px;
  bottom: 27px;
}


.bn-tokyo-start-copy span {
  color: #f3a68e;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .15em;
}


.bn-tokyo-start-copy h3 {
  margin:
    8px 0 9px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 31px;

  line-height: 1.04;

  font-weight: 400;
}


.bn-tokyo-start-main
.bn-tokyo-start-copy h3 {

  font-size:
    clamp(40px, 4vw, 57px);
}


.bn-tokyo-start-copy p {
  margin: 0;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .12em;
}


/* STORY DATE */

.bn-destination-story-copy small {
  display: block;

  margin-top: 13px;

  color: #aaa69e;

  font-size: 9px;

  letter-spacing: .05em;
}


/* PAGINATION */

.bn-pagination {
  margin-top: 70px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 8px;
}


.bn-pagination .page-numbers {
  min-width: 42px;
  height: 42px;

  padding:
    0 12px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border:
    1px solid #d9d5cd;

  color: #1c1c1a;

  font-size: 10px;

  font-weight: 700;

  text-decoration: none;
}


.bn-pagination
.page-numbers.current {

  background:
    #1c1c1a;

  border-color:
    #1c1c1a;

  color:
    #fff;
}


.bn-pagination
.page-numbers:hover {

  border-color:
    #c64d2d;

  color:
    #c64d2d;
}


/* MOBILE */

@media (
  max-width: 767px
) {

  .bn-tokyo-start {
    padding:
      0 20px 70px;
  }


  .bn-tokyo-start-grid {
    display: grid;

    grid-template-columns:
      repeat(2, 1fr);

    grid-template-rows:
      auto;

    gap: 12px;
  }


  .bn-tokyo-start-main {
    grid-column:
      1 / 3;

    grid-row:
      auto;

    min-height:
      370px;
  }


  .bn-tokyo-start-card:not(
    .bn-tokyo-start-main
  ) {

    min-height:
      220px;
  }


  .bn-tokyo-start-copy {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }


  .bn-tokyo-start-copy h3 {
    font-size: 22px;
  }


  .bn-tokyo-start-main
  .bn-tokyo-start-copy h3 {

    font-size: 39px;
  }


  .bn-tokyo-start-copy p {
    display: none;
  }


  .bn-pagination {
    margin-top: 45px;

    flex-wrap: wrap;
  }

}

.bn-tokyo-hero {
  background-image:
    url('/wp-content/uploads/bn-tokyo-hero.webp');

  background-position:
    center center;
}

/* =========================================
   EXPERIENCES PAGE
========================================= */

.bn-experiences {
  background: #f7f5f0;
  color: #1c1c1a;
}


.bn-experiences-hero {
  padding: 125px 32px 110px;

  background: #201f1c;

  color: #fff;
}


.bn-experiences-hero-inner {
  max-width: 1280px;

  margin: 0 auto;
}


.bn-experiences-hero h1 {
  max-width: 850px;

  margin: 15px 0 28px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(62px, 8vw, 112px);

  line-height: .92;

  font-weight: 400;

  letter-spacing: -.035em;
}


.bn-experiences-hero p:last-child {
  max-width: 620px;

  margin: 0;

  color: #bbb7ae;

  font-size: 16px;

  line-height: 1.8;
}


/* INTRO */

.bn-experiences-intro {
  max-width: 1280px;

  margin: 0 auto;

  padding: 95px 32px 55px;
}


.bn-experiences-intro h2 {
  max-width: 700px;

  margin: 13px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(40px, 5vw, 63px);

  line-height: 1;

  font-weight: 400;
}


/* EXPERIENCE CARDS */

.bn-experience-page-grid {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 32px 120px;

  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap: 65px 28px;
}


.bn-experience-page-card {
  display: grid;

  grid-template-columns:
    44% 1fr;

  min-height: 330px;

  background: #efede7;

  color: #1c1c1a !important;

  overflow: hidden;

  text-decoration: none !important;
}


.bn-experience-page-image {
  overflow: hidden;
}


.bn-experience-page-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .45s ease;
}


.bn-experience-page-card:hover img {
  transform:
    scale(1.035);
}


.bn-experience-page-copy {
  padding: 35px 30px;

  display: flex;

  flex-direction: column;
}


.bn-experience-page-copy > span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .15em;
}


.bn-experience-page-copy h2 {
  margin: 28px 0 13px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 32px;

  line-height: 1.05;

  font-weight: 400;
}


.bn-experience-page-copy p {
  margin: 0;

  color: #716e67;

  font-size: 12px;

  line-height: 1.7;
}


.bn-experience-page-copy strong {
  margin-top: auto;

  padding-top: 25px;

  font-size: 9px;

  letter-spacing: .12em;
}


/* FEATURED STORIES */

.bn-experiences-featured {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 32px 110px;
}


/* TABLET */

@media (max-width: 1000px) {

  .bn-experience-page-grid {
    grid-template-columns: 1fr;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-experiences-hero {
    padding:
      90px 22px 75px;
  }


  .bn-experiences-hero h1 {
    font-size: 60px;
  }


  .bn-experiences-hero p:last-child {
    font-size: 14px;
  }


  .bn-experiences-intro {
    padding:
      65px 20px 40px;
  }


  .bn-experiences-intro h2 {
    font-size: 39px;
  }


  .bn-experience-page-grid {
    padding:
      0 20px 75px;

    gap: 18px;
  }


  .bn-experience-page-card {
    display: block;

    min-height: auto;
  }


  .bn-experience-page-image {
    aspect-ratio: 1.55;
  }


  .bn-experience-page-copy {
    padding:
      25px 22px 28px;
  }


  .bn-experience-page-copy h2 {
    margin:
      17px 0 10px;

    font-size: 29px;
  }


  .bn-experience-page-copy strong {
    display: block;

    margin-top: 22px;

    padding-top: 0;
  }


  .bn-experiences-featured {
    padding:
      0 20px 75px;
  }

}

/* =========================================
   ABOUT PAGE
========================================= */

.bn-about {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-about-hero {
  background: #201f1c;
  color: #fff;
  padding: 130px 32px 120px;
}


.bn-about-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
}


.bn-about-hero h1 {
  max-width: 950px;

  margin: 18px 0 30px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(60px, 8vw, 108px);

  line-height: .94;

  font-weight: 400;

  letter-spacing: -.035em;
}


.bn-about-hero-lead {
  max-width: 630px;

  margin: 0;

  color: #c4c0b8;

  font-size: 17px;

  line-height: 1.8;
}


/* INTRO */

.bn-about-intro {
  max-width: 1280px;

  margin: 0 auto;

  padding: 110px 32px;

  display: grid;

  grid-template-columns:
    .65fr 1.35fr;

  gap: 90px;
}


.bn-about-intro-copy {
  max-width: 760px;
}


.bn-about-intro-copy h2 {
  margin: 0 0 38px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(42px, 5vw, 68px);

  line-height: 1;

  font-weight: 400;
}


.bn-about-intro-copy p {
  max-width: 680px;

  margin: 0 0 22px;

  color: #5f5c56;

  font-size: 15px;

  line-height: 1.95;
}


/* VALUES */

.bn-about-values {
  max-width: 1280px;

  margin: 0 auto;

  padding: 20px 32px 120px;
}


.bn-about-values-grid {
  margin-top: 55px;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  border-top: 1px solid #d9d5cd;
}


.bn-about-value {
  padding: 36px 32px 40px 0;
}


.bn-about-value + .bn-about-value {
  padding-left: 32px;

  border-left:
    1px solid #d9d5cd;
}


.bn-about-value span {
  color: #c64d2d;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .14em;
}


.bn-about-value h3 {
  margin: 35px 0 18px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 34px;

  font-weight: 400;
}


.bn-about-value p {
  max-width: 320px;

  margin: 0;

  color: #716e67;

  font-size: 13px;

  line-height: 1.8;
}


/* EDITORIAL */

.bn-about-editorial {
  background: #efede7;

  padding: 110px 32px;
}


.bn-about-editorial-inner {
  max-width: 1280px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 100px;
}


.bn-about-editorial h2 {
  margin: 15px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(44px, 5vw, 68px);

  line-height: 1;

  font-weight: 400;
}


.bn-about-editorial-copy {
  padding-top: 28px;
}


.bn-about-editorial-copy p {
  margin: 0 0 24px;

  color: #5f5c56;

  font-size: 14px;

  line-height: 1.9;
}


/* WHO WE ARE */

.bn-about-who {
  padding: 120px 32px;
}


.bn-about-who-inner {
  max-width: 1280px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    1fr .8fr;

  align-items: center;

  gap: 100px;
}


.bn-about-who-copy {
  max-width: 650px;
}


.bn-about-who-copy h2 {
  margin: 14px 0 32px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(44px, 5vw, 68px);

  line-height: 1;

  font-weight: 400;
}


.bn-about-who-copy p {
  margin: 0 0 18px;

  color: #5f5c56;

  font-size: 14px;

  line-height: 1.85;
}


.bn-about-who-mark {
  min-height: 390px;

  background: #201f1c;

  color: #fff;

  padding: 55px;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;
}


.bn-about-who-mark span,
.bn-about-who-mark strong {
  display: block;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(48px, 5vw, 76px);

  line-height: .82;

  font-weight: 400;
}


.bn-about-who-mark small {
  margin-top: 35px;

  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .17em;
}


/* TRANSPARENCY */

.bn-about-transparency {
  background: #201f1c;

  color: #fff;

  padding: 110px 32px;
}


.bn-about-transparency-inner {
  max-width: 860px;

  margin: 0 auto;
}


.bn-about-transparency h2 {
  margin: 15px 0 35px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(42px, 5vw, 65px);

  line-height: 1;

  font-weight: 400;
}


.bn-about-transparency p {
  max-width: 700px;

  color: #bbb7ae;

  font-size: 14px;

  line-height: 1.9;
}


.bn-about-transparency-links {
  margin-top: 40px;

  display: flex;

  flex-wrap: wrap;

  gap: 28px;
}


.bn-about-transparency-links a {
  color: #fff !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .12em;

  text-decoration: none !important;
}


/* CONTACT */

.bn-about-contact {
  max-width: 1280px;

  margin: 0 auto;

  padding: 110px 32px 130px;

  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap: 90px;
}


.bn-about-contact h2 {
  margin: 14px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(42px, 5vw, 66px);

  line-height: 1;

  font-weight: 400;
}


.bn-about-contact-action {
  padding-top: 30px;
}


.bn-about-contact-action p {
  max-width: 500px;

  margin: 0 0 30px;

  color: #716e67;

  font-size: 14px;

  line-height: 1.85;
}


.bn-about-contact-action a {
  display: inline-block;

  padding-bottom: 7px;

  border-bottom:
    1px solid #1c1c1a;

  color: #1c1c1a !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .13em;

  text-decoration: none !important;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-about-hero {
    padding:
      90px 20px 75px;
  }


  .bn-about-hero h1 {
    font-size: 57px;
  }


  .bn-about-hero-lead {
    font-size: 14px;
  }


  .bn-about-intro {
    padding:
      70px 20px;

    display: block;
  }


  .bn-about-intro-label {
    margin-bottom: 25px;
  }


  .bn-about-intro-copy h2 {
    font-size: 39px;

    margin-bottom: 28px;
  }


  .bn-about-values {
    padding:
      10px 20px 70px;
  }


  .bn-about-values-grid {
    margin-top: 35px;

    display: block;
  }


  .bn-about-value {
    padding:
      28px 0 32px;

    border-bottom:
      1px solid #d9d5cd;
  }


  .bn-about-value + .bn-about-value {
    padding-left: 0;

    border-left: 0;
  }


  .bn-about-editorial {
    padding:
      70px 20px;
  }


  .bn-about-editorial-inner {
    display: block;
  }


  .bn-about-editorial h2 {
    font-size: 40px;
  }


  .bn-about-editorial-copy {
    padding-top: 38px;
  }


  .bn-about-who {
    padding:
      70px 20px;
  }


  .bn-about-who-inner {
    display: block;
  }


  .bn-about-who-copy {
    margin-bottom: 45px;
  }


  .bn-about-who-copy h2 {
    font-size: 40px;
  }


  .bn-about-who-mark {
    min-height: 300px;

    padding: 35px;
  }


  .bn-about-transparency {
    padding:
      70px 20px;
  }


  .bn-about-transparency h2 {
    font-size: 40px;
  }


  .bn-about-transparency-links {
    display: block;
  }


  .bn-about-transparency-links a {
    display: block;

    margin-top: 18px;
  }


  .bn-about-contact {
    padding:
      70px 20px 90px;

    display: block;
  }


  .bn-about-contact h2 {
    font-size: 40px;
  }


  .bn-about-contact-action {
    padding-top: 38px;
  }

}

/* =========================================
   POLICY / CONTACT PAGES
========================================= */

.bn-info-page {
  background: #f7f5f0;
  color: #1c1c1a;
}

.bn-info-hero {
  padding: 110px 32px 85px;
  background: #201f1c;
  color: #fff;
}

.bn-info-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bn-info-hero h1 {
  margin: 15px 0 24px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(52px, 7vw, 86px);

  line-height: .98;

  font-weight: 400;

  letter-spacing: -.03em;
}

.bn-info-hero p:last-child {
  max-width: 620px;

  margin: 0;

  color: #bbb7ae;

  font-size: 15px;

  line-height: 1.8;
}

.bn-info-content {
  max-width: 860px;

  margin: 0 auto;

  padding: 90px 32px 120px;
}

.bn-info-content h2 {
  margin: 58px 0 20px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 34px;

  font-weight: 400;

  line-height: 1.1;
}

.bn-info-content h2:first-child {
  margin-top: 0;
}

.bn-info-content h3 {
  margin: 35px 0 14px;

  font-size: 15px;

  font-weight: 700;
}

.bn-info-content p,
.bn-info-content li {
  color: #5f5c56;

  font-size: 14px;

  line-height: 1.95;
}

.bn-info-content p {
  margin: 0 0 20px;
}

.bn-info-content ul {
  margin: 18px 0 28px;

  padding-left: 22px;
}

.bn-info-content a {
  color: #1c1c1a;

  text-decoration:
    underline;

  text-underline-offset: 4px;
}

.bn-info-note {
  margin: 40px 0;

  padding: 28px 30px;

  background: #efede7;

  border-left:
    3px solid #c64d2d;
}

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


/* CONTACT */

.bn-contact-box {
  margin-top: 45px;

  padding: 42px;

  background: #efede7;
}

.bn-contact-box h2 {
  margin-top: 0;
}

.bn-contact-form {
  margin-top: 35px;
}


/* BOTTOM LINKS */

.bn-info-bottom {
  margin-top: 70px;

  padding-top: 35px;

  border-top:
    1px solid #d9d5cd;

  display: flex;

  flex-wrap: wrap;

  gap: 25px;
}

.bn-info-bottom a {
  font-size: 10px;

  font-weight: 800;

  letter-spacing: .12em;

  text-decoration: none;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-info-hero {
    padding:
      85px 20px 65px;
  }

  .bn-info-hero h1 {
    font-size: 50px;
  }

  .bn-info-content {
    padding:
      65px 20px 85px;
  }

  .bn-info-content h2 {
    margin-top: 45px;

    font-size: 31px;
  }

  .bn-contact-box {
    padding: 28px 22px;
  }

  .bn-info-bottom {
    display: block;
  }

  .bn-info-bottom a {
    display: block;

    margin-bottom: 17px;
  }

}

/* =========================================
   ARTICLE PAGE
========================================= */

.bn-article {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HEADER */

.bn-article-header {
  padding: 95px 32px 65px;
}


.bn-article-header-inner {
  max-width: 980px;
  margin: 0 auto;
}


.bn-article-category {
  display: inline-block;

  margin-bottom: 25px;

  color: #c64d2d !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .16em;

  text-decoration: none !important;
}


.bn-article-header h1 {
  max-width: 950px;

  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(48px, 6vw, 78px);

  line-height: 1.02;

  font-weight: 400;

  letter-spacing: -.025em;
}


.bn-article-lead {
  max-width: 740px;

  margin: 30px 0 0;

  color: #716e67;

  font-size: 18px;

  line-height: 1.75;
}


.bn-article-meta {
  margin-top: 35px;

  display: flex;

  flex-wrap: wrap;

  gap: 10px 28px;

  color: #77736c;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .12em;
}


/* HERO */

.bn-article-hero {
  max-width: 1280px;

  margin: 0 auto 80px;

  padding: 0 32px;
}


.bn-article-hero img {
  display: block;

  width: 100%;
  height: auto;

  max-height: 720px;

  object-fit: cover;
}


/* BODY */

.bn-article-layout {
  max-width: 1280px;

  margin: 0 auto;

  padding: 0 32px;
}


.bn-article-content {
  max-width: 720px;

  margin: 0 auto;

  font-family:
    Inter,
    sans-serif;

  font-size: 16px;

  line-height: 1.95;

  color: #33312d;
}


.bn-article-content > p {
  margin:
    0 0 1.65em;
}


.bn-article-content h2 {
  margin:
    75px 0 28px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(34px, 4vw, 46px);

  line-height: 1.1;

  font-weight: 400;

  color: #1c1c1a;
}


.bn-article-content h3 {
  margin:
    48px 0 20px;

  font-size: 21px;

  line-height: 1.35;

  color: #1c1c1a;
}


.bn-article-content img {
  height: auto;
}


.bn-article-content figure {
  margin:
    45px 0;
}


.bn-article-content figcaption {
  margin-top: 9px;

  color: #807c75;

  font-size: 11px;

  line-height: 1.5;
}


/* LINKS */

.bn-article-content a {
  color: #1c1c1a;

  text-decoration-thickness: 1px;

  text-underline-offset: 4px;
}


/* LISTS */

.bn-article-content ul,
.bn-article-content ol {
  margin:
    25px 0 32px;

  padding-left: 26px;
}


.bn-article-content li {
  margin-bottom: 10px;
}


/* BLOCKQUOTE */

.bn-article-content blockquote {
  margin:
    50px 0;

  padding:
    5px 0 5px 30px;

  border-left:
    3px solid #c64d2d;

  color: #5f5c56;
}


/* COCoon TOC */

.bn-article-content .toc {
  margin:
    45px 0 55px;

  padding:
    30px 32px;

  background: #efede7;

  border: 0;
}


.bn-article-content .toc-title {
  margin-bottom: 18px;

  font-size: 11px;

  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}


/* =========================================
   QUICK INFO
========================================= */

.bn-quick-info {
  margin:
    35px 0 55px;

  padding:
    30px;

  background: #efede7;

  border-top:
    3px solid #c64d2d;
}


.bn-quick-info-title {
  margin-bottom: 24px;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .14em;

  color: #c64d2d;
}


.bn-quick-info-grid {
  display: grid;

  grid-template-columns:
    repeat(2, 1fr);

  gap:
    24px 35px;
}


.bn-quick-info-item span {
  display: block;

  margin-bottom: 6px;

  color: #827e76;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .12em;
}


.bn-quick-info-item strong {
  font-size: 14px;

  font-weight: 600;

  color: #1c1c1a;
}


/* =========================================
   END / RELATED
========================================= */

.bn-article-end {
  max-width: 1280px;

  margin: 100px auto 0;

  padding: 0 32px 120px;
}


.bn-article-end-line {
  margin-bottom: 70px;

  border-top:
    1px solid #d9d5cd;
}


.bn-article-end > h2 {
  margin:
    12px 0 45px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(40px, 5vw, 58px);

  font-weight: 400;
}


.bn-related-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 25px;
}


.bn-related-card a {
  color: #1c1c1a !important;

  text-decoration: none !important;
}


.bn-related-image {
  aspect-ratio: 1.35;

  overflow: hidden;

  background: #e6e3dc;
}


.bn-related-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .4s ease;
}


.bn-related-card:hover img {
  transform:
    scale(1.035);
}


.bn-related-copy {
  padding-top: 18px;
}


.bn-related-copy span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .13em;
}


.bn-related-copy h3 {
  margin:
    10px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 25px;

  line-height: 1.12;

  font-weight: 400;
}


/* FINAL CTA */

.bn-article-destination-cta {
  margin-top: 100px;

  padding:
    75px 60px;

  background: #201f1c;

  color: #fff;
}


.bn-article-destination-cta h2 {
  margin:
    12px 0 30px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(40px, 5vw, 62px);

  line-height: 1;

  font-weight: 400;
}


.bn-article-destination-cta a {
  display: inline-block;

  padding-bottom: 6px;

  border-bottom:
    1px solid #fff;

  color: #fff !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .13em;

  text-decoration: none !important;
}


/* MOBILE */

@media (max-width: 767px) {

  .bn-article-header {
    padding:
      70px 20px 45px;
  }


  .bn-article-header h1 {
    font-size: 43px;
  }


  .bn-article-lead {
    margin-top: 22px;

    font-size: 15px;
  }


  .bn-article-meta {
    margin-top: 27px;

    gap:
      8px 16px;
  }


  .bn-article-hero {
    margin-bottom: 55px;

    padding: 0;
  }


  .bn-article-hero img {
    width: 100%;

    min-height: 260px;

    object-fit: cover;
  }


  .bn-article-layout {
    padding:
      0 20px;
  }


  .bn-article-content {
    font-size: 15px;

    line-height: 1.9;
  }


  .bn-article-content h2 {
    margin-top: 58px;

    font-size: 34px;
  }


  .bn-article-content h3 {
    margin-top: 40px;

    font-size: 20px;
  }


  .bn-quick-info {
    padding:
      25px 22px;
  }


  .bn-quick-info-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }


  .bn-article-end {
    margin-top: 75px;

    padding:
      0 20px 80px;
  }


  .bn-article-end-line {
    margin-bottom: 50px;
  }


  .bn-related-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      28px 14px;
  }


  .bn-related-card:first-child {
    grid-column:
      1 / -1;
  }


  .bn-related-copy h3 {
    font-size: 20px;
  }


  .bn-article-destination-cta {
    margin-top: 70px;

    padding:
      55px 28px;
  }


  .bn-article-destination-cta h2 {
    font-size: 40px;
  }

}

/* =========================================
   SINGLE ARTICLE - COCoon LAYOUT RESET
========================================= */

.single #content,
.single .content-in {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.single #main,
.single main.main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  float: none;
}

.single #sidebar,
.single .sidebar {
  display: none;
}

.single .main {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.single .article {
  margin: 0;
  padding: 0;
}

.single .content {
  margin: 0;
  padding: 0;
}

/* =========================================
   ARTICLE BODY - FORCE CENTER FIX
========================================= */

.single .bn-article-layout {
  display: block !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.single .bn-article-content {
  display: block !important;
  float: none !important;

  width: 100% !important;
  max-width: 720px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single .bn-article-content .entry-content,
.single .bn-article-content .article-body {
  width: 100% !important;
  max-width: none !important;

  margin-left: 0 !important;
  margin-right: 0 !important;

  float: none !important;
}

.single .bn-article-content p,
.single .bn-article-content ul,
.single .bn-article-content ol,
.single .bn-article-content h2,
.single .bn-article-content h3,
.single .bn-article-content h4,
.single .bn-article-content blockquote {
  max-width: none !important;
}

/* =========================================
   ARTICLE END - DARK SECTION FIX
========================================= */

.single .bn-article-end {
  background: #201f1c;
  color: #f7f5f0;
}

.single .bn-article-end > h2 {
  color: #f7f5f0 !important;
}

.single .bn-related-card a {
  color: #f7f5f0 !important;
}

.single .bn-related-copy h3 {
  color: #f7f5f0 !important;
}

.single .bn-related-copy span {
  color: #c64d2d !important;
}

.single .bn-article-end-line {
  border-color: rgba(255,255,255,.16);
}

/* =========================================
   CONTINUE YOUR JOURNEY - LIGHT SECTION
========================================= */

.single .bn-article-end {
  max-width: none !important;
  margin-top: 100px;
  padding: 85px 32px 0;

  background: #efede7;
  color: #1c1c1a;
}

.single .bn-article-end > .bn-eyebrow,
.single .bn-article-end > h2,
.single .bn-related-grid {
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
}

.single .bn-article-end > h2 {
  margin-top: 12px;
  margin-bottom: 45px;

  color: #1c1c1a !important;
}

.single .bn-related-card a {
  color: #1c1c1a !important;
}

.single .bn-related-copy h3 {
  color: #1c1c1a !important;
}

.single .bn-related-copy span {
  color: #c64d2d !important;
}

.single .bn-article-end-line {
  display: none;
}


/* Final brand CTA remains dark */

.single .bn-article-destination-cta {
  max-width: none;

  margin:
    90px -32px 0;

  padding:
    85px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #201f1c;

  color: #f7f5f0;
}

.single .bn-article-destination-cta h2 {
  color: #f7f5f0 !important;
}


@media (max-width: 767px) {

  .single .bn-article-end {
    margin-top: 70px;

    padding:
      65px 20px 0;
  }

  .single .bn-article-destination-cta {
    margin:
      70px -20px 0;

    padding:
      65px 20px 75px;
  }

}

@media (max-width: 767px) {

  .single .bn-related-card:first-child
  .bn-related-copy h3 {
    font-size: 26px;
    line-height: 1.12;
  }

  .single .bn-related-card:not(:first-child)
  .bn-related-copy h3 {
    font-size: 18px;
    line-height: 1.2;
  }

}

/* =========================================================
   BEYOND NIPPON
   ARTICLE END - FINAL DESIGN
   ========================================================= */


/* ---------------------------------------------------------
   1. CONTINUE YOUR JOURNEY
   --------------------------------------------------------- */

.single .bn-article-end {
  max-width: none !important;
  width: 100% !important;

  margin: 100px 0 0 !important;
  padding: 85px 32px 0 !important;

  background: #efede7 !important;
  color: #1c1c1a !important;
}


/* Old separator is unnecessary */
.single .bn-article-end-line {
  display: none !important;
}


/* Keep content aligned to site grid */
.single .bn-article-end > .bn-eyebrow,
.single .bn-article-end > h2,
.single .bn-related-grid {
  width: 100%;
  max-width: 1216px;

  margin-left: auto !important;
  margin-right: auto !important;
}


/* Section label */
.single .bn-article-end > .bn-eyebrow {
  color: #c64d2d !important;
}


/* Main heading */
.single .bn-article-end > h2 {
  margin-top: 14px !important;
  margin-bottom: 48px !important;

  color: #1c1c1a !important;
}


/* ---------------------------------------------------------
   2. RELATED STORIES
   --------------------------------------------------------- */

.single .bn-related-card {
  color: #1c1c1a !important;
}


.single .bn-related-card a,
.single .bn-related-card a:visited {
  color: #1c1c1a !important;
  text-decoration: none !important;
}


.single .bn-related-copy span {
  color: #c64d2d !important;
}


.single .bn-related-copy h3,
.single .bn-related-copy a,
.single .bn-related-copy h3 a {
  color: #1c1c1a !important;
}


.single .bn-related-image {
  background: #ddd9d0;
}


/* ---------------------------------------------------------
   3. FINAL BRAND CTA
   --------------------------------------------------------- */

.single .bn-article-destination-cta {
  width: auto !important;
  max-width: none !important;

  margin:
    95px -32px 0 !important;

  padding:
    90px max(
      32px,
      calc((100vw - 1216px) / 2)
    ) !important;

  background: #201f1c !important;
  color: #f7f5f0 !important;
}


.single .bn-article-destination-cta .bn-eyebrow {
  color: #f7f5f0 !important;
}


.single .bn-article-destination-cta h2 {
  max-width: 700px;

  color: #f7f5f0 !important;
}


.single .bn-article-destination-cta a,
.single .bn-article-destination-cta a:visited {
  color: #f7f5f0 !important;

  border-color: #f7f5f0 !important;
}


/* ---------------------------------------------------------
   4. FOOTER SEPARATION
   --------------------------------------------------------- */

/*
 * CTA and footer intentionally share the dark palette,
 * but the line creates a clear section boundary.
 */

.single .bn-footer {
  border-top:
    1px solid rgba(255,255,255,.12);
}


/* ---------------------------------------------------------
   5. MOBILE
   --------------------------------------------------------- */

@media (max-width: 767px) {

  .single .bn-article-end {
    margin-top: 70px !important;

    padding:
      65px 20px 0 !important;
  }


  .single .bn-article-end > h2 {
    margin-bottom: 38px !important;

    font-size: 42px !important;

    line-height: 1.02 !important;
  }


  /* Main related story */

  .single .bn-related-card:first-child
  .bn-related-copy h3 {
    font-size: 25px !important;

    line-height: 1.15 !important;
  }


  /* Two smaller related stories */

  .single .bn-related-card:not(:first-child)
  .bn-related-copy h3 {
    font-size: 18px !important;

    line-height: 1.22 !important;
  }


  .single .bn-related-copy span {
    font-size: 9px !important;
  }


  /* CTA */

  .single .bn-article-destination-cta {
    margin:
      70px -20px 0 !important;

    padding:
      65px 20px 75px !important;
  }


  .single .bn-article-destination-cta h2 {
    font-size: 42px !important;

    line-height: 1.03 !important;
  }

}

/* =========================================================
   SEARCH RESULTS
   ========================================================= */

.bn-search-results {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-search-results-hero {
  padding: 100px 32px 80px;

  background: #201f1c;
  color: #f7f5f0;
}


.bn-search-results-hero-inner {
  max-width: 1280px;

  margin: 0 auto;
}


.bn-search-results-hero h1 {
  max-width: 1000px;

  margin: 15px 0 22px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(48px, 6vw, 78px);

  font-weight: 400;

  line-height: 1;

  letter-spacing: -.025em;
}


.bn-search-results-hero h1 span {
  color: #c64d2d;
}


.bn-search-results-count {
  margin: 0;

  color: #aaa69e;

  font-size: 11px;

  font-weight: 700;

  letter-spacing: .1em;

  text-transform: uppercase;
}


/* BODY */

.bn-search-results-body {
  max-width: 1280px;

  margin: 0 auto;

  padding: 85px 32px 120px;
}


/* GRID */

.bn-search-results-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap:
    65px 28px;
}


/* CARD */

.bn-search-card a {
  display: block;

  color: #1c1c1a !important;

  text-decoration: none !important;
}


.bn-search-card-image {
  aspect-ratio: 1.35;

  overflow: hidden;

  background: #e7e3db;
}


.bn-search-card-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .4s ease;
}


.bn-search-card:hover
.bn-search-card-image img {
  transform:
    scale(1.035);
}


.bn-search-card-placeholder {
  width: 100%;
  height: 100%;

  display: flex;

  align-items: center;
  justify-content: center;

  color: #9b978f;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 22px;
}


.bn-search-card-copy {
  padding-top: 20px;
}


.bn-search-card-category {
  display: block;

  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .13em;
}


.bn-search-card h2 {
  margin:
    11px 0 14px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 28px;

  line-height: 1.08;

  font-weight: 400;
}


.bn-search-card p {
  margin: 0;

  color: #716e67;

  font-size: 12px;

  line-height: 1.75;
}


.bn-search-card strong {
  display: inline-block;

  margin-top: 20px;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .12em;
}


/* PAGINATION */

.bn-search-pagination {
  margin-top: 85px;

  display: flex;

  justify-content: center;

  gap: 8px;
}


.bn-search-pagination .page-numbers {
  min-width: 40px;
  height: 40px;

  padding: 0 12px;

  display: inline-flex;

  align-items: center;
  justify-content: center;

  border:
    1px solid #d7d3cb;

  color: #1c1c1a !important;

  font-size: 10px;

  font-weight: 700;

  text-decoration: none !important;
}


.bn-search-pagination
.page-numbers.current {
  background: #201f1c;

  border-color: #201f1c;

  color: #fff !important;
}


.bn-search-pagination
.page-numbers:hover {
  border-color: #1c1c1a;
}


/* EMPTY SEARCH */

.bn-search-empty {
  max-width: 720px;

  margin:
    50px auto 0;

  text-align: center;
}


.bn-search-empty h2 {
  margin:
    14px 0 22px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(42px, 5vw, 62px);

  line-height: 1;

  font-weight: 400;
}


.bn-search-empty > p:not(.bn-eyebrow) {
  max-width: 540px;

  margin:
    0 auto;

  color: #716e67;

  font-size: 14px;

  line-height: 1.8;
}


.bn-search-empty-form {
  max-width: 600px;

  margin:
    40px auto 0;

  display: flex;

  border-bottom:
    1px solid #1c1c1a;
}


.bn-search-empty-form input {
  flex: 1;

  min-width: 0;

  padding:
    14px 4px;

  border: 0;

  outline: 0;

  background: transparent;

  color: #1c1c1a;

  font-family:
    Inter,
    sans-serif;

  font-size: 15px;
}


.bn-search-empty-form button {
  padding:
    14px 4px 14px 20px;

  border: 0;

  background: transparent;

  color: #1c1c1a;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .12em;

  cursor: pointer;
}


.bn-search-empty-explore {
  display: inline-block;

  margin-top: 38px;

  color: #1c1c1a !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .12em;

  text-decoration: none !important;
}


/* TABLET */

@media (max-width: 1000px) {

  .bn-search-results-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-search-results-hero {
    padding:
      75px 20px 60px;
  }


  .bn-search-results-hero h1 {
    font-size: 46px;
  }


  .bn-search-results-body {
    padding:
      60px 20px 85px;
  }


  .bn-search-results-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      40px 14px;
  }


  .bn-search-card:first-child {
    grid-column:
      1 / -1;
  }


  .bn-search-card h2 {
    font-size: 20px;

    line-height: 1.13;
  }


  .bn-search-card:first-child h2 {
    font-size: 28px;
  }


  .bn-search-card p {
    display: none;
  }


  .bn-search-card:first-child p {
    display: block;

    font-size: 13px;
  }


  .bn-search-card strong {
    margin-top: 13px;
  }


  .bn-search-pagination {
    margin-top: 60px;

    flex-wrap: wrap;
  }


  .bn-search-pagination .page-numbers {
    min-width: 36px;
    height: 36px;
  }


  .bn-search-empty {
    margin-top: 20px;
  }


  .bn-search-empty-form {
    display: block;

    border-bottom: 0;
  }


  .bn-search-empty-form input {
    width: 100%;

    border-bottom:
      1px solid #1c1c1a;
  }


  .bn-search-empty-form button {
    margin-top: 18px;

    padding: 12px 0;
  }

}

/* =========================================================
   KYOTO DESTINATION
========================================================= */

.bn-kyoto-page {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-kyoto-hero {
  position: relative;

  min-height: 78vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;

  background: #201f1c;
}


.bn-kyoto-hero-image,
.bn-kyoto-hero-overlay {
  position: absolute;
  inset: 0;
}


.bn-kyoto-hero-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.bn-kyoto-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(20,19,17,.76) 0%,
      rgba(20,19,17,.32) 58%,
      rgba(20,19,17,.12) 100%
    );
}


.bn-kyoto-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;

  padding:
    100px 32px 90px;

  color: #f7f5f0;
}


.bn-kyoto-eyebrow {
  color: #f7f5f0 !important;
}


.bn-kyoto-hero h1 {
  max-width: 850px;

  margin:
    15px 0 28px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(70px, 9vw, 128px);

  font-weight: 400;

  line-height: .86;

  letter-spacing: -.035em;

  color: #f7f5f0;
}


.bn-kyoto-hero-copy {
  max-width: 540px;

  margin: 0;

  font-size: 15px;

  line-height: 1.7;

  color: rgba(255,255,255,.84);
}


/* INTRO */

.bn-kyoto-intro {
  max-width: 1216px;

  margin: 0 auto;

  padding:
    115px 0 125px;

  display: grid;

  grid-template-columns:
    1fr 2fr;

  gap: 80px;

  border-bottom:
    1px solid #e2ded6;
}


.bn-kyoto-intro-label span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .16em;
}


.bn-kyoto-intro-copy h2 {
  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(46px, 5vw, 72px);

  font-weight: 400;

  line-height: .98;

  letter-spacing: -.025em;
}


.bn-kyoto-intro-copy p {
  max-width: 570px;

  margin:
    34px 0 0;

  color: #716e67;

  font-size: 14px;

  line-height: 1.9;
}


/* COMMON SECTION */

.bn-kyoto-start,
.bn-kyoto-find,
.bn-kyoto-more {
  max-width: 1216px;

  margin: 0 auto;

  padding:
    110px 0;
}


.bn-kyoto-section-heading {
  margin-bottom: 55px;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}


.bn-kyoto-section-heading h2 {
  margin:
    12px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(46px, 5vw, 68px);

  font-weight: 400;

  line-height: 1;
}


.bn-kyoto-section-number {
  color: #a9a59d;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .12em;
}


/* START HERE */

.bn-kyoto-start-grid {
  display: grid;

  grid-template-columns:
    1.55fr 1fr;

  gap:
    28px;
}


.bn-kyoto-start-card:first-child {
  grid-row:
    span 2;
}


.bn-kyoto-start-card a,
.bn-kyoto-more-card a {
  color: #1c1c1a !important;

  text-decoration: none !important;
}


.bn-kyoto-card-image {
  overflow: hidden;

  aspect-ratio: 1.45;
}


.bn-kyoto-start-featured
.bn-kyoto-card-image {
  aspect-ratio: .98;
}


.bn-kyoto-card-image img,
.bn-kyoto-more-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition:
    transform .45s ease;
}


.bn-kyoto-start-card:hover img,
.bn-kyoto-more-card:hover img {
  transform: scale(1.025);
}


.bn-kyoto-card-copy {
  padding-top: 20px;
}


.bn-kyoto-card-copy span,
.bn-kyoto-more-copy span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .13em;
}


.bn-kyoto-card-copy h3 {
  margin:
    10px 0 12px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 27px;

  line-height: 1.08;

  font-weight: 400;
}


.bn-kyoto-start-featured
.bn-kyoto-card-copy h3 {
  font-size: 40px;
}


.bn-kyoto-card-copy p {
  max-width: 600px;

  color: #716e67;

  font-size: 13px;

  line-height: 1.8;
}


.bn-kyoto-card-copy strong,
.bn-kyoto-more-copy strong {
  display: inline-block;

  margin-top: 14px;

  font-size: 9px;

  letter-spacing: .12em;
}


/* FIND YOUR KYOTO */

.bn-kyoto-find {
  max-width: none;

  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #efede7;
}


.bn-kyoto-find-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  border-top:
    1px solid #d5d1c9;

  border-left:
    1px solid #d5d1c9;
}


.bn-kyoto-find-card {
  min-height: 360px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-right:
    1px solid #d5d1c9;

  border-bottom:
    1px solid #d5d1c9;

  color: #1c1c1a !important;

  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}


.bn-kyoto-find-card > span {
  color: #9b978f;

  font-size: 9px;

  font-weight: 700;
}


.bn-kyoto-find-card h3 {
  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 34px;

  font-weight: 400;

  line-height: 1;
}


.bn-kyoto-find-card p {
  margin:
    20px 0 0;

  color: #716e67;

  font-size: 12px;

  line-height: 1.7;
}


.bn-kyoto-find-card strong {
  font-size: 9px;

  letter-spacing: .12em;
}


.bn-kyoto-find-card:hover {
  background: #201f1c;

  color: #f7f5f0 !important;
}


.bn-kyoto-find-card:hover h3,
.bn-kyoto-find-card:hover strong {
  color: #f7f5f0;
}


.bn-kyoto-find-card:hover p {
  color: #aaa69e;
}


/* EDITORIAL BREAK */

.bn-kyoto-quote {
  padding:
    130px 32px;

  text-align: center;

  background: #201f1c;

  color: #f7f5f0;
}


.bn-kyoto-quote p {
  max-width: 950px;

  margin: 0 auto;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(44px, 6vw, 78px);

  line-height: 1.02;
}


.bn-kyoto-quote span {
  display: block;

  margin-top: 35px;

  color: #aaa69e;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .15em;
}


/* MORE */

.bn-kyoto-more-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap:
    55px 28px;
}


.bn-kyoto-more-image {
  aspect-ratio: 1.35;

  overflow: hidden;
}


.bn-kyoto-more-copy {
  padding-top: 18px;
}


.bn-kyoto-more-copy h3 {
  margin:
    10px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 26px;

  font-weight: 400;

  line-height: 1.08;
}


.bn-kyoto-empty {
  color: #716e67;
}


/* NEXT DESTINATION */

.bn-kyoto-next {
  padding:
    120px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #c64d2d;

  color: #f7f5f0;
}


.bn-kyoto-next > div {
  max-width: 850px;
}


.bn-kyoto-next .bn-eyebrow {
  color: #f7f5f0 !important;
}


.bn-kyoto-next h2 {
  margin:
    16px 0 28px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(52px, 7vw, 88px);

  line-height: .96;

  font-weight: 400;

  color: #f7f5f0;
}


.bn-kyoto-next p {
  max-width: 520px;

  color: rgba(255,255,255,.82);

  font-size: 14px;

  line-height: 1.8;
}


.bn-kyoto-next a {
  display: inline-block;

  margin-top: 35px;

  padding-bottom: 7px;

  border-bottom:
    1px solid rgba(255,255,255,.7);

  color: #fff !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .13em;

  text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1279px) {

  .bn-kyoto-intro,
  .bn-kyoto-start,
  .bn-kyoto-more {
    margin-left: 32px;
    margin-right: 32px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .bn-kyoto-hero {
    min-height: 72vh;
  }


  .bn-kyoto-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(20,19,17,.78) 0%,
        rgba(20,19,17,.28) 70%,
        rgba(20,19,17,.10) 100%
      );
  }


  .bn-kyoto-hero-content {
    padding:
      70px 20px 55px;
  }


  .bn-kyoto-hero h1 {
    font-size: 64px;
  }


  .bn-kyoto-hero-copy {
    max-width: 330px;

    font-size: 13px;
  }


  /* INTRO */

  .bn-kyoto-intro {
    margin:
      0 20px;

    padding:
      70px 0 75px;

    display: block;
  }


  .bn-kyoto-intro-copy {
    margin-top: 35px;
  }


  .bn-kyoto-intro-copy h2 {
    font-size: 44px;
  }


  .bn-kyoto-intro-copy p {
    margin-top: 25px;

    font-size: 13px;
  }


  /* COMMON */

  .bn-kyoto-start,
  .bn-kyoto-more {
    margin:
      0 20px;

    padding:
      75px 0;
  }


  .bn-kyoto-section-heading {
    margin-bottom: 38px;
  }


  .bn-kyoto-section-heading h2 {
    font-size: 42px;
  }


  /* START */

  .bn-kyoto-start-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      40px 14px;
  }


  .bn-kyoto-start-card:first-child {
    grid-column:
      1 / -1;

    grid-row: auto;
  }


  .bn-kyoto-start-featured
  .bn-kyoto-card-image {
    aspect-ratio: 1.25;
  }


  .bn-kyoto-card-image {
    aspect-ratio: 1;
  }


  .bn-kyoto-start-featured
  .bn-kyoto-card-copy h3 {
    font-size: 29px;
  }


  .bn-kyoto-card-copy h3 {
    font-size: 19px;
  }


  .bn-kyoto-card-copy p {
    font-size: 12px;
  }


  /* FIND */

  .bn-kyoto-find {
    padding:
      75px 20px;
  }


  .bn-kyoto-find-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .bn-kyoto-find-card {
    min-height: 280px;

    padding: 22px 18px;
  }


  .bn-kyoto-find-card h3 {
    font-size: 27px;
  }


  .bn-kyoto-find-card p {
    font-size: 11px;
  }


  /* QUOTE */

  .bn-kyoto-quote {
    padding:
      90px 20px;
  }


  .bn-kyoto-quote p {
    font-size: 42px;
  }


  /* MORE */

  .bn-kyoto-more-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      40px 14px;
  }


  .bn-kyoto-more-card:first-child {
    grid-column:
      1 / -1;
  }


  .bn-kyoto-more-card:first-child
  .bn-kyoto-more-image {
    aspect-ratio: 1.3;
  }


  .bn-kyoto-more-copy h3 {
    font-size: 19px;
  }


  .bn-kyoto-more-card:first-child
  .bn-kyoto-more-copy h3 {
    font-size: 27px;
  }


  /* NEXT */

  .bn-kyoto-next {
    padding:
      85px 20px 95px;
  }


  .bn-kyoto-next h2 {
    font-size: 50px;
  }

}

/* =========================================================
   OSAKA DESTINATION
========================================================= */

.bn-osaka-page {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-osaka-hero {
  position: relative;

  min-height: 80vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;

  background: #201f1c;
}


.bn-osaka-hero-image,
.bn-osaka-hero-overlay {
  position: absolute;
  inset: 0;
}


.bn-osaka-hero-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}


.bn-osaka-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(18,17,15,.82) 0%,
      rgba(18,17,15,.38) 55%,
      rgba(18,17,15,.10) 100%
    );
}


.bn-osaka-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;

  padding:
    100px 32px 90px;

  color: #f7f5f0;
}


.bn-osaka-eyebrow {
  color: #f7f5f0 !important;
}


.bn-osaka-hero h1 {
  max-width: 1050px;

  margin:
    15px 0 30px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(68px, 8.6vw, 122px);

  font-weight: 400;

  line-height: .88;

  letter-spacing: -.04em;

  color: #f7f5f0;
}


.bn-osaka-hero-copy {
  max-width: 520px;

  margin: 0;

  color: rgba(255,255,255,.84);

  font-size: 15px;

  line-height: 1.7;
}


/* INTRO */

.bn-osaka-intro {
  max-width: 1216px;

  margin: 0 auto;

  padding:
    115px 0 125px;

  display: grid;

  grid-template-columns:
    1fr 2fr;

  gap: 80px;

  border-bottom:
    1px solid #e2ded6;
}


.bn-osaka-intro-label span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .16em;
}


.bn-osaka-intro-copy h2 {
  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(46px, 5vw, 72px);

  font-weight: 400;

  line-height: .98;

  letter-spacing: -.025em;
}


.bn-osaka-intro-copy p {
  max-width: 570px;

  margin:
    34px 0 0;

  color: #716e67;

  font-size: 14px;

  line-height: 1.9;
}


/* COMMON */

.bn-osaka-start,
.bn-osaka-more {
  max-width: 1216px;

  margin: 0 auto;

  padding:
    110px 0;
}


.bn-osaka-section-heading {
  margin-bottom: 55px;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;
}


.bn-osaka-section-heading h2 {
  margin:
    12px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(46px, 5vw, 68px);

  font-weight: 400;

  line-height: 1;
}


.bn-osaka-section-number {
  color: #a9a59d;

  font-size: 10px;

  font-weight: 700;

  letter-spacing: .12em;
}


/* START HERE */

.bn-osaka-start-grid {
  display: grid;

  grid-template-columns:
    1.55fr 1fr;

  gap: 28px;
}


.bn-osaka-start-card:first-child {
  grid-row: span 2;
}


.bn-osaka-start-card a,
.bn-osaka-more-card a {
  color: #1c1c1a !important;

  text-decoration: none !important;
}


.bn-osaka-card-image {
  aspect-ratio: 1.45;

  overflow: hidden;

  background: #e7e3db;
}


.bn-osaka-start-featured
.bn-osaka-card-image {
  aspect-ratio: .98;
}


.bn-osaka-card-image img,
.bn-osaka-more-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .45s ease;
}


.bn-osaka-start-card:hover img,
.bn-osaka-more-card:hover img {
  transform: scale(1.025);
}


.bn-osaka-card-copy {
  padding-top: 20px;
}


.bn-osaka-card-copy span,
.bn-osaka-more-copy span {
  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .13em;
}


.bn-osaka-card-copy h3 {
  margin:
    10px 0 12px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 27px;

  line-height: 1.08;

  font-weight: 400;
}


.bn-osaka-start-featured
.bn-osaka-card-copy h3 {
  font-size: 40px;
}


.bn-osaka-card-copy p {
  max-width: 600px;

  color: #716e67;

  font-size: 13px;

  line-height: 1.8;
}


.bn-osaka-card-copy strong,
.bn-osaka-more-copy strong {
  display: inline-block;

  margin-top: 14px;

  font-size: 9px;

  letter-spacing: .12em;
}


/* TASTE OSAKA */

.bn-osaka-food {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  display: grid;

  grid-template-columns:
    1.4fr .8fr;

  gap: 90px;

  align-items: end;

  background: #c64d2d;

  color: #f7f5f0;
}


.bn-osaka-food .bn-eyebrow {
  color: #f7f5f0 !important;
}


.bn-osaka-food h2 {
  margin:
    15px 0 25px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(58px, 7vw, 92px);

  line-height: .92;

  font-weight: 400;

  color: #f7f5f0;
}


.bn-osaka-food-heading > p:last-child {
  max-width: 520px;

  margin: 0;

  color: rgba(255,255,255,.82);

  font-size: 14px;

  line-height: 1.8;
}


.bn-osaka-food-link {
  padding:
    25px 0;

  display: flex;

  justify-content: space-between;

  gap: 20px;

  border-top:
    1px solid rgba(255,255,255,.55);

  border-bottom:
    1px solid rgba(255,255,255,.55);

  color: #fff !important;

  text-decoration: none !important;
}


.bn-osaka-food-link span,
.bn-osaka-food-link strong {
  font-size: 9px;

  font-weight: 800;

  letter-spacing: .11em;
}


/* FIND YOUR OSAKA */

.bn-osaka-find {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #efede7;
}


.bn-osaka-find-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  border-top:
    1px solid #d5d1c9;

  border-left:
    1px solid #d5d1c9;
}


.bn-osaka-find-card {
  min-height: 360px;

  padding: 30px;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  border-right:
    1px solid #d5d1c9;

  border-bottom:
    1px solid #d5d1c9;

  color: #1c1c1a !important;

  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}


.bn-osaka-find-card > span {
  color: #9b978f;

  font-size: 9px;

  font-weight: 700;
}


.bn-osaka-find-card h3 {
  margin: 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 34px;

  font-weight: 400;

  line-height: 1;
}


.bn-osaka-find-card p {
  margin:
    20px 0 0;

  color: #716e67;

  font-size: 12px;

  line-height: 1.7;
}


.bn-osaka-find-card strong {
  font-size: 9px;

  letter-spacing: .12em;
}


.bn-osaka-find-card:hover {
  background: #201f1c;

  color: #f7f5f0 !important;
}


.bn-osaka-find-card:hover h3,
.bn-osaka-find-card:hover strong {
  color: #f7f5f0;
}


.bn-osaka-find-card:hover p {
  color: #aaa69e;
}


/* EDITORIAL BREAK */

.bn-osaka-quote {
  position: relative;

  overflow: hidden;

  padding:
    135px 32px;

  text-align: center;

  background: #201f1c;

  color: #f7f5f0;
}


.bn-osaka-quote-number {
  position: absolute;

  top: 22px;
  right: 30px;

  color: rgba(255,255,255,.25);

  font-size: 9px;

  font-weight: 700;

  letter-spacing: .15em;
}


.bn-osaka-quote p {
  max-width: 1000px;

  margin: 0 auto;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(46px, 6vw, 80px);

  line-height: 1;

  font-weight: 400;
}


.bn-osaka-quote span {
  display: block;

  margin-top: 36px;

  color: #c64d2d;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: .15em;
}


/* MORE FROM OSAKA */

.bn-osaka-more-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap:
    55px 28px;
}


.bn-osaka-more-image {
  aspect-ratio: 1.35;

  overflow: hidden;

  background: #e7e3db;
}


.bn-osaka-more-copy {
  padding-top: 18px;
}


.bn-osaka-more-copy h3 {
  margin:
    10px 0 0;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size: 26px;

  font-weight: 400;

  line-height: 1.08;
}


.bn-osaka-empty {
  color: #716e67;
}


/* NEXT DESTINATION */

.bn-osaka-next {
  padding:
    120px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #201f1c;

  color: #f7f5f0;
}


.bn-osaka-next > div {
  max-width: 850px;
}


.bn-osaka-next .bn-eyebrow {
  color: #c64d2d !important;
}


.bn-osaka-next h2 {
  margin:
    16px 0 28px;

  font-family:
    "DM Serif Display",
    Georgia,
    serif;

  font-size:
    clamp(56px, 7vw, 90px);

  line-height: .94;

  font-weight: 400;

  color: #f7f5f0;
}


.bn-osaka-next p {
  max-width: 530px;

  color: #aaa69e;

  font-size: 14px;

  line-height: 1.8;
}


.bn-osaka-next a {
  display: inline-block;

  margin-top: 35px;

  padding-bottom: 7px;

  border-bottom:
    1px solid rgba(255,255,255,.6);

  color: #fff !important;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: .13em;

  text-decoration: none !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1279px) {

  .bn-osaka-intro,
  .bn-osaka-start,
  .bn-osaka-more {
    margin-left: 32px;
    margin-right: 32px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  .bn-osaka-hero {
    min-height: 74vh;
  }


  .bn-osaka-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(18,17,15,.84) 0%,
        rgba(18,17,15,.30) 70%,
        rgba(18,17,15,.10) 100%
      );
  }


  .bn-osaka-hero-content {
    padding:
      70px 20px 55px;
  }


  .bn-osaka-hero h1 {
    font-size: 59px;
  }


  .bn-osaka-hero-copy {
    max-width: 330px;

    font-size: 13px;
  }


  /* INTRO */

  .bn-osaka-intro {
    margin:
      0 20px;

    padding:
      70px 0 75px;

    display: block;
  }


  .bn-osaka-intro-copy {
    margin-top: 35px;
  }


  .bn-osaka-intro-copy h2 {
    font-size: 44px;
  }


  .bn-osaka-intro-copy p {
    margin-top: 25px;

    font-size: 13px;
  }


  /* START / MORE */

  .bn-osaka-start,
  .bn-osaka-more {
    margin:
      0 20px;

    padding:
      75px 0;
  }


  .bn-osaka-section-heading {
    margin-bottom: 38px;
  }


  .bn-osaka-section-heading h2 {
    font-size: 42px;
  }


  .bn-osaka-start-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      40px 14px;
  }


  .bn-osaka-start-card:first-child {
    grid-column:
      1 / -1;

    grid-row: auto;
  }


  .bn-osaka-start-featured
  .bn-osaka-card-image {
    aspect-ratio: 1.25;
  }


  .bn-osaka-card-image {
    aspect-ratio: 1;
  }


  .bn-osaka-start-featured
  .bn-osaka-card-copy h3 {
    font-size: 29px;
  }


  .bn-osaka-card-copy h3 {
    font-size: 19px;
  }


  .bn-osaka-card-copy p {
    font-size: 12px;
  }


  /* FOOD */

  .bn-osaka-food {
    padding:
      80px 20px;

    display: block;
  }


  .bn-osaka-food h2 {
    font-size: 58px;
  }


  .bn-osaka-food-link {
    margin-top: 50px;

    display: block;
  }


  .bn-osaka-food-link strong {
    display: block;

    margin-top: 12px;
  }


  /* FIND */

  .bn-osaka-find {
    padding:
      75px 20px;
  }


  .bn-osaka-find-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .bn-osaka-find-card {
    min-height: 280px;

    padding:
      22px 18px;
  }


  .bn-osaka-find-card h3 {
    font-size: 27px;
  }


  .bn-osaka-find-card p {
    font-size: 11px;
  }


  /* QUOTE */

  .bn-osaka-quote {
    padding:
      95px 20px;
  }


  .bn-osaka-quote p {
    font-size: 42px;
  }


  /* MORE */

  .bn-osaka-more-grid {
    grid-template-columns:
      repeat(2, 1fr);

    gap:
      40px 14px;
  }


  .bn-osaka-more-card:first-child {
    grid-column:
      1 / -1;
  }


  .bn-osaka-more-card:first-child
  .bn-osaka-more-image {
    aspect-ratio: 1.3;
  }


  .bn-osaka-more-copy h3 {
    font-size: 19px;
  }


  .bn-osaka-more-card:first-child
  .bn-osaka-more-copy h3 {
    font-size: 27px;
  }


  /* NEXT */

  .bn-osaka-next {
    padding:
      85px 20px 95px;
  }


  .bn-osaka-next h2 {
    font-size: 52px;
  }

}

/* =========================================================
   KYUSHU DESTINATION
========================================================= */

.bn-kyushu-page {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-kyushu-hero {
  position: relative;
  min-height: 82vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;
  background: #201f1c;
}

.bn-kyushu-hero-image,
.bn-kyushu-hero-overlay {
  position: absolute;
  inset: 0;
}

.bn-kyushu-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bn-kyushu-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(18,17,15,.72) 0%,
      rgba(18,17,15,.28) 58%,
      rgba(18,17,15,.08) 100%
    );
}

.bn-kyushu-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
  padding: 100px 32px 90px;

  color: #f7f5f0;
}

.bn-kyushu-hero .bn-eyebrow {
  color: #f7f5f0 !important;
}

.bn-kyushu-hero h1 {
  max-width: 950px;

  margin: 15px 0 30px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(72px, 9vw, 126px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.04em;

  color: #f7f5f0;
}

.bn-kyushu-hero-copy {
  max-width: 520px;

  margin: 0;

  color: rgba(255,255,255,.84);

  font-size: 15px;
  line-height: 1.7;
}


/* INTRO */

.bn-kyushu-intro {
  max-width: 1216px;

  margin: 0 auto;
  padding: 115px 0 125px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;

  border-bottom: 1px solid #e2ded6;
}

.bn-kyushu-intro-label span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-kyushu-intro-copy h2 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}

.bn-kyushu-intro-copy p {
  max-width: 570px;

  margin: 34px 0 0;

  color: #716e67;

  font-size: 14px;
  line-height: 1.9;
}


/* COMMON */

.bn-kyushu-start,
.bn-kyushu-more {
  max-width: 1216px;

  margin: 0 auto;
  padding: 110px 0;
}

.bn-kyushu-section-heading {
  margin-bottom: 55px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bn-kyushu-section-heading h2 {
  margin: 12px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.bn-kyushu-section-number {
  color: #a9a59d;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}


/* START */

.bn-kyushu-start-grid {
  display: grid;

  grid-template-columns: 1.55fr 1fr;
  gap: 28px;
}

.bn-kyushu-start-card:first-child {
  grid-row: span 2;
}

.bn-kyushu-start-card a,
.bn-kyushu-more-card a {
  color: #1c1c1a !important;
  text-decoration: none !important;
}

.bn-kyushu-card-image {
  aspect-ratio: 1.45;

  overflow: hidden;
  background: #e7e3db;
}

.bn-kyushu-start-featured .bn-kyushu-card-image {
  aspect-ratio: .98;
}

.bn-kyushu-card-image img,
.bn-kyushu-more-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;
}

.bn-kyushu-start-card:hover img,
.bn-kyushu-more-card:hover img {
  transform: scale(1.025);
}

.bn-kyushu-card-copy {
  padding-top: 20px;
}

.bn-kyushu-card-copy span,
.bn-kyushu-more-copy span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.bn-kyushu-card-copy h3 {
  margin: 10px 0 12px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-kyushu-start-featured
.bn-kyushu-card-copy h3 {
  font-size: 40px;
}

.bn-kyushu-card-copy p {
  max-width: 600px;

  color: #716e67;

  font-size: 13px;
  line-height: 1.8;
}

.bn-kyushu-card-copy strong,
.bn-kyushu-more-copy strong {
  display: inline-block;

  margin-top: 14px;

  font-size: 9px;
  letter-spacing: .12em;
}


/* JOURNEY */

.bn-kyushu-journey {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #201f1c;
  color: #f7f5f0;
}

.bn-kyushu-journey .bn-eyebrow {
  color: #c64d2d !important;
}

.bn-kyushu-journey-heading h2 {
  margin: 14px 0 65px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(54px, 7vw, 88px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-kyushu-journey-route {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid rgba(255,255,255,.2);
}

.bn-kyushu-journey-route > div {
  position: relative;

  padding: 35px 25px 15px 0;

  border-right: 1px solid rgba(255,255,255,.14);
}

.bn-kyushu-journey-route > div:not(:first-child) {
  padding-left: 25px;
}

.bn-kyushu-journey-route span {
  display: block;

  margin-bottom: 50px;

  color: #77736d;

  font-size: 9px;
}

.bn-kyushu-journey-route strong {
  display: block;

  font-size: 11px;
  letter-spacing: .13em;
}

.bn-kyushu-journey-route p {
  margin: 10px 0 0;

  color: #aaa69e;

  font-size: 11px;
}


/* FIND */

.bn-kyushu-find {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #efede7;
}

.bn-kyushu-find-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #d5d1c9;
  border-left: 1px solid #d5d1c9;
}

.bn-kyushu-find-card {
  min-height: 360px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-right: 1px solid #d5d1c9;
  border-bottom: 1px solid #d5d1c9;

  color: #1c1c1a !important;
  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}

.bn-kyushu-find-card > span {
  color: #9b978f;

  font-size: 9px;
  font-weight: 700;
}

.bn-kyushu-find-card h3 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.bn-kyushu-find-card p {
  margin: 20px 0 0;

  color: #716e67;

  font-size: 12px;
  line-height: 1.7;
}

.bn-kyushu-find-card strong {
  font-size: 9px;
  letter-spacing: .12em;
}

.bn-kyushu-find-card:hover {
  background: #201f1c;
  color: #f7f5f0 !important;
}

.bn-kyushu-find-card:hover h3,
.bn-kyushu-find-card:hover strong {
  color: #f7f5f0;
}

.bn-kyushu-find-card:hover p {
  color: #aaa69e;
}


/* QUOTE */

.bn-kyushu-quote {
  padding: 130px 32px;

  text-align: center;

  background: #c64d2d;
  color: #f7f5f0;
}

.bn-kyushu-coordinate {
  display: block;

  margin-bottom: 38px;

  color: rgba(255,255,255,.72);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-kyushu-quote p {
  max-width: 1000px;

  margin: 0 auto;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 6vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.bn-kyushu-quote strong {
  display: block;

  margin-top: 38px;

  font-size: 9px;
  letter-spacing: .15em;
}


/* MORE */

.bn-kyushu-more-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 55px 28px;
}

.bn-kyushu-more-image {
  aspect-ratio: 1.35;

  overflow: hidden;
  background: #e7e3db;
}

.bn-kyushu-more-copy {
  padding-top: 18px;
}

.bn-kyushu-more-copy h3 {
  margin: 10px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-kyushu-empty {
  color: #716e67;
}


/* NEXT */

.bn-kyushu-next {
  padding:
    120px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #201f1c;
  color: #f7f5f0;
}

.bn-kyushu-next > div {
  max-width: 850px;
}

.bn-kyushu-next .bn-eyebrow {
  color: #c64d2d !important;
}

.bn-kyushu-next h2 {
  margin: 16px 0 28px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(56px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-kyushu-next p {
  max-width: 530px;

  color: #aaa69e;

  font-size: 14px;
  line-height: 1.8;
}

.bn-kyushu-next a {
  display: inline-block;

  margin-top: 35px;
  padding-bottom: 7px;

  border-bottom: 1px solid rgba(255,255,255,.6);

  color: #fff !important;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;

  text-decoration: none !important;
}


/* TABLET */

@media (max-width: 1279px) {

  .bn-kyushu-intro,
  .bn-kyushu-start,
  .bn-kyushu-more {
    margin-left: 32px;
    margin-right: 32px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-kyushu-hero {
    min-height: 74vh;
  }

  .bn-kyushu-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(18,17,15,.82) 0%,
        rgba(18,17,15,.26) 70%,
        rgba(18,17,15,.08) 100%
      );
  }

  .bn-kyushu-hero-content {
    padding: 70px 20px 55px;
  }

  .bn-kyushu-hero h1 {
    font-size: 63px;
  }

  .bn-kyushu-hero-copy {
    max-width: 330px;
    font-size: 13px;
  }


  /* INTRO */

  .bn-kyushu-intro {
    margin: 0 20px;
    padding: 70px 0 75px;

    display: block;
  }

  .bn-kyushu-intro-copy {
    margin-top: 35px;
  }

  .bn-kyushu-intro-copy h2 {
    font-size: 44px;
  }

  .bn-kyushu-intro-copy p {
    margin-top: 25px;
    font-size: 13px;
  }


  /* START */

  .bn-kyushu-start,
  .bn-kyushu-more {
    margin: 0 20px;
    padding: 75px 0;
  }

  .bn-kyushu-section-heading {
    margin-bottom: 38px;
  }

  .bn-kyushu-section-heading h2 {
    font-size: 42px;
  }

  .bn-kyushu-start-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 40px 14px;
  }

  .bn-kyushu-start-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bn-kyushu-start-featured
  .bn-kyushu-card-image {
    aspect-ratio: 1.25;
  }

  .bn-kyushu-card-image {
    aspect-ratio: 1;
  }

  .bn-kyushu-start-featured
  .bn-kyushu-card-copy h3 {
    font-size: 29px;
  }

  .bn-kyushu-card-copy h3 {
    font-size: 19px;
  }


  /* JOURNEY */

  .bn-kyushu-journey {
    padding: 80px 20px;
  }

  .bn-kyushu-journey-heading h2 {
    margin-bottom: 50px;
    font-size: 54px;
  }

  .bn-kyushu-journey-route {
    grid-template-columns: repeat(2, 1fr);
  }

  .bn-kyushu-journey-route > div {
    min-height: 160px;

    padding: 24px 16px 20px 0;

    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .bn-kyushu-journey-route > div:not(:first-child) {
    padding-left: 16px;
  }

  .bn-kyushu-journey-route span {
    margin-bottom: 32px;
  }


  /* FIND */

  .bn-kyushu-find {
    padding: 75px 20px;
  }

  .bn-kyushu-find-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bn-kyushu-find-card {
    min-height: 280px;

    padding: 22px 18px;
  }

  .bn-kyushu-find-card h3 {
    font-size: 27px;
  }

  .bn-kyushu-find-card p {
    font-size: 11px;
  }


  /* QUOTE */

  .bn-kyushu-quote {
    padding: 90px 20px;
  }

  .bn-kyushu-quote p {
    font-size: 42px;
  }


  /* MORE */

  .bn-kyushu-more-grid {
    grid-template-columns: repeat(2, 1fr);

    gap: 40px 14px;
  }

  .bn-kyushu-more-card:first-child {
    grid-column: 1 / -1;
  }

  .bn-kyushu-more-card:first-child
  .bn-kyushu-more-image {
    aspect-ratio: 1.3;
  }

  .bn-kyushu-more-copy h3 {
    font-size: 19px;
  }

  .bn-kyushu-more-card:first-child
  .bn-kyushu-more-copy h3 {
    font-size: 27px;
  }


  /* NEXT */

  .bn-kyushu-next {
    padding: 85px 20px 95px;
  }

  .bn-kyushu-next h2 {
    font-size: 52px;
  }

}

/* =========================================================
   SHIKOKU DESTINATION
========================================================= */

.bn-shikoku-page {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-shikoku-hero {
  position: relative;
  min-height: 82vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;
  background: #201f1c;
}

.bn-shikoku-hero-image,
.bn-shikoku-hero-overlay {
  position: absolute;
  inset: 0;
}

.bn-shikoku-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bn-shikoku-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(18,17,15,.70) 0%,
      rgba(18,17,15,.27) 58%,
      rgba(18,17,15,.07) 100%
    );
}

.bn-shikoku-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
  padding: 100px 32px 90px;

  color: #f7f5f0;
}

.bn-shikoku-hero .bn-eyebrow {
  color: #f7f5f0 !important;
}

.bn-shikoku-hero h1 {
  max-width: 980px;

  margin: 15px 0 30px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(72px, 9vw, 126px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.04em;

  color: #f7f5f0;
}

.bn-shikoku-hero-copy {
  max-width: 520px;
  margin: 0;

  color: rgba(255,255,255,.84);

  font-size: 15px;
  line-height: 1.7;
}


/* INTRO */

.bn-shikoku-intro {
  max-width: 1216px;

  margin: 0 auto;
  padding: 115px 0 125px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;

  border-bottom: 1px solid #e2ded6;
}

.bn-shikoku-intro-label span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-shikoku-intro-copy h2 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}

.bn-shikoku-intro-copy p {
  max-width: 580px;

  margin: 34px 0 0;

  color: #716e67;

  font-size: 14px;
  line-height: 1.9;
}


/* COMMON */

.bn-shikoku-start,
.bn-shikoku-more {
  max-width: 1216px;

  margin: 0 auto;
  padding: 110px 0;
}

.bn-shikoku-section-heading {
  margin-bottom: 55px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bn-shikoku-section-heading h2 {
  margin: 12px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.bn-shikoku-section-number {
  color: #a9a59d;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}


/* START HERE */

.bn-shikoku-start-grid {
  display: grid;

  grid-template-columns: 1.55fr 1fr;
  gap: 28px;
}

.bn-shikoku-start-card:first-child {
  grid-row: span 2;
}

.bn-shikoku-start-card a,
.bn-shikoku-more-card a {
  color: #1c1c1a !important;
  text-decoration: none !important;
}

.bn-shikoku-card-image {
  aspect-ratio: 1.45;

  overflow: hidden;
  background: #e7e3db;
}

.bn-shikoku-start-featured
.bn-shikoku-card-image {
  aspect-ratio: .98;
}

.bn-shikoku-card-image img,
.bn-shikoku-more-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;
}

.bn-shikoku-start-card:hover img,
.bn-shikoku-more-card:hover img {
  transform: scale(1.025);
}

.bn-shikoku-card-copy {
  padding-top: 20px;
}

.bn-shikoku-card-copy span,
.bn-shikoku-more-copy span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.bn-shikoku-card-copy h3 {
  margin: 10px 0 12px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-shikoku-start-featured
.bn-shikoku-card-copy h3 {
  font-size: 40px;
}

.bn-shikoku-card-copy p {
  max-width: 600px;

  color: #716e67;

  font-size: 13px;
  line-height: 1.8;
}

.bn-shikoku-card-copy strong,
.bn-shikoku-more-copy strong {
  display: inline-block;

  margin-top: 14px;

  font-size: 9px;
  letter-spacing: .12em;
}


/* THE SLOW ROAD */

.bn-shikoku-road {
  padding:
    115px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #efede7;
}

.bn-shikoku-road-heading {
  max-width: 720px;
}

.bn-shikoku-road-heading h2 {
  margin: 15px 0 28px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 400;
  line-height: .94;
}

.bn-shikoku-road-heading > p:last-child {
  max-width: 520px;

  margin: 0;

  color: #716e67;

  font-size: 13px;
  line-height: 1.8;
}

.bn-shikoku-road-grid {
  margin-top: 75px;

  border-top: 1px solid #cac6bd;
}

.bn-shikoku-road-item {
  min-height: 135px;

  display: grid;
  grid-template-columns: 100px 1fr;

  align-items: center;

  border-bottom: 1px solid #cac6bd;
}

.bn-shikoku-road-item > span {
  color: #aaa69e;

  font-size: 9px;
  font-weight: 700;
}

.bn-shikoku-road-item strong {
  display: block;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: -.01em;
}

.bn-shikoku-road-item p {
  margin: 7px 0 0;

  color: #716e67;

  font-size: 11px;
}


/* FIND YOUR SHIKOKU */

.bn-shikoku-find {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #f7f5f0;
}

.bn-shikoku-find-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #d5d1c9;
  border-left: 1px solid #d5d1c9;
}

.bn-shikoku-find-card {
  min-height: 360px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-right: 1px solid #d5d1c9;
  border-bottom: 1px solid #d5d1c9;

  color: #1c1c1a !important;
  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}

.bn-shikoku-find-card > span {
  color: #9b978f;

  font-size: 9px;
  font-weight: 700;
}

.bn-shikoku-find-card h3 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.bn-shikoku-find-card p {
  margin: 20px 0 0;

  color: #716e67;

  font-size: 12px;
  line-height: 1.7;
}

.bn-shikoku-find-card strong {
  font-size: 9px;
  letter-spacing: .12em;
}

.bn-shikoku-find-card:hover {
  background: #201f1c;
  color: #f7f5f0 !important;
}

.bn-shikoku-find-card:hover h3,
.bn-shikoku-find-card:hover strong {
  color: #f7f5f0;
}

.bn-shikoku-find-card:hover p {
  color: #aaa69e;
}


/* EDITORIAL BREAK */

.bn-shikoku-quote {
  padding: 135px 32px;

  background: #201f1c;
  color: #f7f5f0;
}

.bn-shikoku-quote-inner {
  max-width: 1216px;

  margin: 0 auto;
}

.bn-shikoku-quote-inner > span {
  display: block;

  margin-bottom: 40px;

  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-shikoku-quote p {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-shikoku-quote strong {
  display: block;

  margin-top: 42px;

  color: #aaa69e;

  font-size: 9px;
  letter-spacing: .15em;
}


/* MORE FROM SHIKOKU */

.bn-shikoku-more-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 55px 28px;
}

.bn-shikoku-more-image {
  aspect-ratio: 1.35;

  overflow: hidden;
  background: #e7e3db;
}

.bn-shikoku-more-copy {
  padding-top: 18px;
}

.bn-shikoku-more-copy h3 {
  margin: 10px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-shikoku-empty {
  color: #716e67;
}


/* NEXT DESTINATION */

.bn-shikoku-next {
  padding:
    120px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #c64d2d;
  color: #f7f5f0;
}

.bn-shikoku-next > div {
  max-width: 850px;
}

.bn-shikoku-next .bn-eyebrow {
  color: #f7f5f0 !important;
}

.bn-shikoku-next h2 {
  margin: 16px 0 28px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(56px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-shikoku-next p {
  max-width: 530px;

  color: rgba(255,255,255,.82);

  font-size: 14px;
  line-height: 1.8;
}

.bn-shikoku-next a {
  display: inline-block;

  margin-top: 35px;
  padding-bottom: 7px;

  border-bottom: 1px solid rgba(255,255,255,.65);

  color: #fff !important;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;

  text-decoration: none !important;
}


/* TABLET */

@media (max-width: 1279px) {

  .bn-shikoku-intro,
  .bn-shikoku-start,
  .bn-shikoku-more {
    margin-left: 32px;
    margin-right: 32px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-shikoku-hero {
    min-height: 74vh;
  }

  .bn-shikoku-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(18,17,15,.82) 0%,
        rgba(18,17,15,.25) 70%,
        rgba(18,17,15,.07) 100%
      );
  }

  .bn-shikoku-hero-content {
    padding: 70px 20px 55px;
  }

  .bn-shikoku-hero h1 {
    font-size: 61px;
  }

  .bn-shikoku-hero-copy {
    max-width: 330px;
    font-size: 13px;
  }


  /* INTRO */

  .bn-shikoku-intro {
    margin: 0 20px;
    padding: 70px 0 75px;

    display: block;
  }

  .bn-shikoku-intro-copy {
    margin-top: 35px;
  }

  .bn-shikoku-intro-copy h2 {
    font-size: 44px;
  }

  .bn-shikoku-intro-copy p {
    margin-top: 25px;
    font-size: 13px;
  }


  /* START */

  .bn-shikoku-start,
  .bn-shikoku-more {
    margin: 0 20px;
    padding: 75px 0;
  }

  .bn-shikoku-section-heading {
    margin-bottom: 38px;
  }

  .bn-shikoku-section-heading h2 {
    font-size: 42px;
  }

  .bn-shikoku-start-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
  }

  .bn-shikoku-start-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bn-shikoku-start-featured
  .bn-shikoku-card-image {
    aspect-ratio: 1.25;
  }

  .bn-shikoku-card-image {
    aspect-ratio: 1;
  }

  .bn-shikoku-start-featured
  .bn-shikoku-card-copy h3 {
    font-size: 29px;
  }

  .bn-shikoku-card-copy h3 {
    font-size: 19px;
  }


  /* SLOW ROAD */

  .bn-shikoku-road {
    padding: 80px 20px;
  }

  .bn-shikoku-road-heading h2 {
    font-size: 50px;
  }

  .bn-shikoku-road-grid {
    margin-top: 55px;
  }

  .bn-shikoku-road-item {
    min-height: 115px;

    grid-template-columns: 48px 1fr;
  }

  .bn-shikoku-road-item strong {
    font-size: 28px;
  }


  /* FIND */

  .bn-shikoku-find {
    padding: 75px 20px;
  }

  .bn-shikoku-find-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bn-shikoku-find-card {
    min-height: 280px;

    padding: 22px 18px;
  }

  .bn-shikoku-find-card h3 {
    font-size: 27px;
  }

  .bn-shikoku-find-card p {
    font-size: 11px;
  }


  /* QUOTE */

  .bn-shikoku-quote {
    padding: 95px 20px;
  }

  .bn-shikoku-quote p {
    font-size: 45px;
  }


  /* MORE */

  .bn-shikoku-more-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
  }

  .bn-shikoku-more-card:first-child {
    grid-column: 1 / -1;
  }

  .bn-shikoku-more-card:first-child
  .bn-shikoku-more-image {
    aspect-ratio: 1.3;
  }

  .bn-shikoku-more-copy h3 {
    font-size: 19px;
  }

  .bn-shikoku-more-card:first-child
  .bn-shikoku-more-copy h3 {
    font-size: 27px;
  }


  /* NEXT */

  .bn-shikoku-next {
    padding: 85px 20px 95px;
  }

  .bn-shikoku-next h2 {
    font-size: 52px;
  }

}

/* =========================================================
   OKINAWA DESTINATION
========================================================= */

.bn-okinawa-page {
  background: #f7f5f0;
  color: #1c1c1a;
}


/* HERO */

.bn-okinawa-hero {
  position: relative;
  min-height: 82vh;

  display: flex;
  align-items: flex-end;

  overflow: hidden;
  background: #201f1c;
}

.bn-okinawa-hero-image,
.bn-okinawa-hero-overlay {
  position: absolute;
  inset: 0;
}

.bn-okinawa-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bn-okinawa-hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(18,17,15,.68) 0%,
      rgba(18,17,15,.23) 58%,
      rgba(18,17,15,.04) 100%
    );
}

.bn-okinawa-hero-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1280px;

  margin: 0 auto;
  padding: 100px 32px 90px;

  color: #f7f5f0;
}

.bn-okinawa-hero .bn-eyebrow {
  color: #f7f5f0 !important;
}

.bn-okinawa-hero h1 {
  max-width: 1050px;

  margin: 15px 0 30px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(72px, 9vw, 126px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -.04em;

  color: #f7f5f0;
}

.bn-okinawa-hero-copy {
  max-width: 540px;
  margin: 0;

  color: rgba(255,255,255,.86);

  font-size: 15px;
  line-height: 1.7;
}


/* INTRO */

.bn-okinawa-intro {
  max-width: 1216px;

  margin: 0 auto;
  padding: 115px 0 125px;

  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;

  border-bottom: 1px solid #e2ded6;
}

.bn-okinawa-intro-label span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-okinawa-intro-copy h2 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}

.bn-okinawa-intro-copy p {
  max-width: 580px;

  margin: 34px 0 0;

  color: #716e67;

  font-size: 14px;
  line-height: 1.9;
}


/* COMMON */

.bn-okinawa-start,
.bn-okinawa-more {
  max-width: 1216px;

  margin: 0 auto;
  padding: 110px 0;
}

.bn-okinawa-section-heading {
  margin-bottom: 55px;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bn-okinawa-section-heading h2 {
  margin: 12px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.bn-okinawa-section-number {
  color: #a9a59d;

  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}


/* START HERE */

.bn-okinawa-start-grid {
  display: grid;

  grid-template-columns: 1.55fr 1fr;
  gap: 28px;
}

.bn-okinawa-start-card:first-child {
  grid-row: span 2;
}

.bn-okinawa-start-card a,
.bn-okinawa-more-card a {
  color: #1c1c1a !important;
  text-decoration: none !important;
}

.bn-okinawa-card-image {
  aspect-ratio: 1.45;

  overflow: hidden;
  background: #e7e3db;
}

.bn-okinawa-start-featured
.bn-okinawa-card-image {
  aspect-ratio: .98;
}

.bn-okinawa-card-image img,
.bn-okinawa-more-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;
}

.bn-okinawa-start-card:hover img,
.bn-okinawa-more-card:hover img {
  transform: scale(1.025);
}

.bn-okinawa-card-copy {
  padding-top: 20px;
}

.bn-okinawa-card-copy span,
.bn-okinawa-more-copy span {
  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
}

.bn-okinawa-card-copy h3 {
  margin: 10px 0 12px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-okinawa-start-featured
.bn-okinawa-card-copy h3 {
  font-size: 40px;
}

.bn-okinawa-card-copy p {
  max-width: 600px;

  color: #716e67;

  font-size: 13px;
  line-height: 1.8;
}

.bn-okinawa-card-copy strong,
.bn-okinawa-more-copy strong {
  display: inline-block;

  margin-top: 14px;

  font-size: 9px;
  letter-spacing: .12em;
}


/* BEYOND THE BEACH */

.bn-okinawa-beyond {
  padding:
    115px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #efede7;
}

.bn-okinawa-beyond-heading {
  max-width: 720px;
}

.bn-okinawa-beyond-heading h2 {
  margin: 15px 0 28px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(54px, 6vw, 82px);
  font-weight: 400;
  line-height: .94;
}

.bn-okinawa-beyond-heading > p:last-child {
  max-width: 530px;

  margin: 0;

  color: #716e67;

  font-size: 13px;
  line-height: 1.8;
}

.bn-okinawa-beyond-grid {
  margin-top: 75px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #cac6bd;
}

.bn-okinawa-beyond-grid > div {
  min-height: 220px;

  padding: 30px 25px;

  border-right: 1px solid #cac6bd;
}

.bn-okinawa-beyond-grid > div:first-child {
  padding-left: 0;
}

.bn-okinawa-beyond-grid > div:last-child {
  border-right: 0;
}

.bn-okinawa-beyond-grid span {
  display: block;

  margin-bottom: 65px;

  color: #aaa69e;

  font-size: 9px;
  font-weight: 700;
}

.bn-okinawa-beyond-grid strong {
  display: block;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 31px;
  font-weight: 400;
}

.bn-okinawa-beyond-grid p {
  margin: 10px 0 0;

  color: #716e67;

  font-size: 11px;
  line-height: 1.6;
}


/* FIND YOUR OKINAWA */

.bn-okinawa-find {
  padding:
    110px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #f7f5f0;
}

.bn-okinawa-find-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

  border-top: 1px solid #d5d1c9;
  border-left: 1px solid #d5d1c9;
}

.bn-okinawa-find-card {
  min-height: 360px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-right: 1px solid #d5d1c9;
  border-bottom: 1px solid #d5d1c9;

  color: #1c1c1a !important;
  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}

.bn-okinawa-find-card > span {
  color: #9b978f;

  font-size: 9px;
  font-weight: 700;
}

.bn-okinawa-find-card h3 {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.bn-okinawa-find-card p {
  margin: 20px 0 0;

  color: #716e67;

  font-size: 12px;
  line-height: 1.7;
}

.bn-okinawa-find-card strong {
  font-size: 9px;
  letter-spacing: .12em;
}

.bn-okinawa-find-card:hover {
  background: #201f1c;
  color: #f7f5f0 !important;
}

.bn-okinawa-find-card:hover h3,
.bn-okinawa-find-card:hover strong {
  color: #f7f5f0;
}

.bn-okinawa-find-card:hover p {
  color: #aaa69e;
}


/* EDITORIAL BREAK */

.bn-okinawa-quote {
  padding: 135px 32px;

  background: #c64d2d;
  color: #f7f5f0;
}

.bn-okinawa-quote-inner {
  max-width: 1216px;

  margin: 0 auto;
}

.bn-okinawa-quote-inner > span {
  display: block;

  margin-bottom: 40px;

  color: rgba(255,255,255,.75);

  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
}

.bn-okinawa-quote p {
  margin: 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(50px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-okinawa-quote strong {
  display: block;

  margin-top: 42px;

  color: rgba(255,255,255,.72);

  font-size: 9px;
  letter-spacing: .15em;
}


/* MORE FROM OKINAWA */

.bn-okinawa-more-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 55px 28px;
}

.bn-okinawa-more-image {
  aspect-ratio: 1.35;

  overflow: hidden;
  background: #e7e3db;
}

.bn-okinawa-more-copy {
  padding-top: 18px;
}

.bn-okinawa-more-copy h3 {
  margin: 10px 0 0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.bn-okinawa-empty {
  color: #716e67;
}


/* FINAL CTA */

.bn-okinawa-next {
  padding:
    120px max(
      32px,
      calc((100vw - 1216px) / 2)
    );

  background: #201f1c;
  color: #f7f5f0;
}

.bn-okinawa-next > div {
  max-width: 850px;
}

.bn-okinawa-next .bn-eyebrow {
  color: #c64d2d !important;
}

.bn-okinawa-next h2 {
  margin: 16px 0 28px;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(56px, 7vw, 90px);
  font-weight: 400;
  line-height: .94;

  color: #f7f5f0;
}

.bn-okinawa-next p {
  max-width: 540px;

  color: #aaa69e;

  font-size: 14px;
  line-height: 1.8;
}

.bn-okinawa-next a {
  display: inline-block;

  margin-top: 35px;
  padding-bottom: 7px;

  border-bottom: 1px solid rgba(255,255,255,.6);

  color: #fff !important;

  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;

  text-decoration: none !important;
}


/* TABLET */

@media (max-width: 1279px) {

  .bn-okinawa-intro,
  .bn-okinawa-start,
  .bn-okinawa-more {
    margin-left: 32px;
    margin-right: 32px;
  }

}


/* MOBILE */

@media (max-width: 767px) {

  .bn-okinawa-hero {
    min-height: 74vh;
  }

  .bn-okinawa-hero-overlay {
    background:
      linear-gradient(
        0deg,
        rgba(18,17,15,.80) 0%,
        rgba(18,17,15,.22) 70%,
        rgba(18,17,15,.04) 100%
      );
  }

  .bn-okinawa-hero-content {
    padding: 70px 20px 55px;
  }

  .bn-okinawa-hero h1 {
    font-size: 59px;
  }

  .bn-okinawa-hero-copy {
    max-width: 330px;
    font-size: 13px;
  }


  /* INTRO */

  .bn-okinawa-intro {
    margin: 0 20px;
    padding: 70px 0 75px;

    display: block;
  }

  .bn-okinawa-intro-copy {
    margin-top: 35px;
  }

  .bn-okinawa-intro-copy h2 {
    font-size: 44px;
  }

  .bn-okinawa-intro-copy p {
    margin-top: 25px;
    font-size: 13px;
  }


  /* START */

  .bn-okinawa-start,
  .bn-okinawa-more {
    margin: 0 20px;
    padding: 75px 0;
  }

  .bn-okinawa-section-heading {
    margin-bottom: 38px;
  }

  .bn-okinawa-section-heading h2 {
    font-size: 42px;
  }

  .bn-okinawa-start-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
  }

  .bn-okinawa-start-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bn-okinawa-start-featured
  .bn-okinawa-card-image {
    aspect-ratio: 1.25;
  }

  .bn-okinawa-card-image {
    aspect-ratio: 1;
  }

  .bn-okinawa-start-featured
  .bn-okinawa-card-copy h3 {
    font-size: 29px;
  }

  .bn-okinawa-card-copy h3 {
    font-size: 19px;
  }


  /* BEYOND THE BEACH */

  .bn-okinawa-beyond {
    padding: 80px 20px;
  }

  .bn-okinawa-beyond-heading h2 {
    font-size: 50px;
  }

  .bn-okinawa-beyond-grid {
    margin-top: 55px;
    grid-template-columns: repeat(2, 1fr);
  }

  .bn-okinawa-beyond-grid > div,
  .bn-okinawa-beyond-grid > div:first-child {
    min-height: 180px;
    padding: 22px 16px;

    border-bottom: 1px solid #cac6bd;
  }

  .bn-okinawa-beyond-grid span {
    margin-bottom: 45px;
  }

  .bn-okinawa-beyond-grid strong {
    font-size: 25px;
  }


  /* FIND */

  .bn-okinawa-find {
    padding: 75px 20px;
  }

  .bn-okinawa-find-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bn-okinawa-find-card {
    min-height: 280px;

    padding: 22px 18px;
  }

  .bn-okinawa-find-card h3 {
    font-size: 27px;
  }

  .bn-okinawa-find-card p {
    font-size: 11px;
  }


  /* QUOTE */

  .bn-okinawa-quote {
    padding: 95px 20px;
  }

  .bn-okinawa-quote p {
    font-size: 44px;
  }


  /* MORE */

  .bn-okinawa-more-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 14px;
  }

  .bn-okinawa-more-card:first-child {
    grid-column: 1 / -1;
  }

  .bn-okinawa-more-card:first-child
  .bn-okinawa-more-image {
    aspect-ratio: 1.3;
  }

  .bn-okinawa-more-copy h3 {
    font-size: 19px;
  }

  .bn-okinawa-more-card:first-child
  .bn-okinawa-more-copy h3 {
    font-size: 27px;
  }


  /* FINAL CTA */

  .bn-okinawa-next {
    padding: 85px 20px 95px;
  }

  .bn-okinawa-next h2 {
    font-size: 52px;
  }

}

/* =========================================================
   DISCOVER — HIDDEN JAPAN
========================================================= */

.bn-hidden-hero {
  background: #e8e5de;
}

.bn-hidden-quote {
  background: #201f1c;
}

.bn-hidden-quote .bn-eyebrow {
  color: #c64d2d !important;
}

/* =========================================================
   DISCOVER — BUDGET TRAVEL
========================================================= */

.bn-budget-hero {
  background: #ece9e2;
}

.bn-budget-quote {
  background: #201f1c;
}

.bn-budget-quote .bn-eyebrow {
  color: #c64d2d !important;
}

/* =========================================================
   BEYOND NIPPON
   DISCOVER COMMON DESIGN SYSTEM
   Food / Culture / Hidden Japan / Budget / Onsen /
   Anime / Nature / Slow Travel
========================================================= */


/* =========================================================
   BASE
========================================================= */

.bn-discover-page {
  width: 100%;
  margin: 0;
  padding: 0;

  background: #f7f5f0;
  color: #1c1c1a;

  font-family: "Inter", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}


/* Cocoon reset */

body.tag #content,
body.tag .content-in {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.tag #main,
body.tag main.main {
  width: 100%;
  max-width: none;

  margin: 0;
  padding: 0;

  float: none;

  background: transparent;
  border: 0;
  box-shadow: none;
}

body.tag #sidebar,
body.tag .sidebar {
  display: none;
}


/* =========================================================
   EYEBROW
========================================================= */

.bn-discover-page .bn-eyebrow {
  margin: 0;

  color: #c64d2d;

  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 800;

  line-height: 1.2;

  letter-spacing: .16em;
  text-transform: uppercase;
}


/* =========================================================
   HERO
========================================================= */

.bn-discover-hero {
  width: 100%;

  padding: 125px 32px 105px;

  background: #efede7;
}

.bn-discover-hero-inner {
  width: 100%;
  max-width: 1216px;

  margin: 0 auto;
}

.bn-discover-hero h1 {
  max-width: 1000px;

  margin: 18px 0 70px;

  color: #1c1c1a;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(76px, 10vw, 140px);
  font-weight: 400;

  line-height: .82;

  letter-spacing: -.045em;
}

.bn-discover-hero-bottom {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  gap: 90px;

  padding-top: 42px;

  border-top: 1px solid #d3cfc7;
}

.bn-discover-tagline {
  margin: 0;

  color: #1c1c1a;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;

  line-height: .98;
}

.bn-discover-intro {
  max-width: 500px;

  margin: 0;

  color: #716e67;

  font-size: 14px;
  font-weight: 400;

  line-height: 1.9;
}


/* =========================================================
   COMMON SECTION
========================================================= */

.bn-discover-section {
  width: calc(100% - 64px);
  max-width: 1216px;

  margin: 0 auto;

  padding: 110px 0;
}

.bn-discover-heading {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 40px;

  margin-bottom: 55px;
}

.bn-discover-heading h2 {
  margin: 13px 0 0;

  color: #1c1c1a;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 400;

  line-height: .98;

  letter-spacing: -.025em;
}

.bn-discover-heading > span {
  flex: 0 0 auto;

  padding-top: 4px;

  color: #9a968e;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .14em;
}


/* =========================================================
   FEATURED STORIES
========================================================= */

.bn-discover-featured-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(0, 1fr);

  gap: 32px;
}

.bn-discover-featured-card {
  min-width: 0;
}

.bn-discover-featured-card:first-child {
  grid-row: span 2;
}

.bn-discover-featured-card a,
.bn-discover-featured-card a:visited {
  display: block;

  color: #1c1c1a !important;

  text-decoration: none !important;
}

.bn-discover-card-image {
  width: 100%;

  aspect-ratio: 1.45 / 1;

  overflow: hidden;

  background: #ddd9d0;
}

.bn-discover-featured-card.is-featured
.bn-discover-card-image {
  aspect-ratio: .98 / 1;
}

.bn-discover-card-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;
}

.bn-discover-featured-card:hover
.bn-discover-card-image img {
  transform: scale(1.025);
}

.bn-discover-card-copy {
  padding-top: 18px;
}

.bn-discover-card-copy > span {
  display: block;

  color: #c64d2d;

  font-size: 9px;
  font-weight: 800;

  line-height: 1.3;

  letter-spacing: .13em;
  text-transform: uppercase;
}

.bn-discover-card-copy h3 {
  margin: 10px 0 12px;

  color: #1c1c1a;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 27px;
  font-weight: 400;

  line-height: 1.08;

  letter-spacing: -.015em;
}

.bn-discover-featured-card.is-featured
.bn-discover-card-copy h3 {
  font-size: 40px;
}

.bn-discover-card-copy p {
  max-width: 590px;

  margin: 14px 0 0;

  color: #716e67;

  font-size: 13px;

  line-height: 1.8;
}

.bn-discover-card-copy strong {
  display: inline-block;

  margin-top: 17px;

  color: #1c1c1a;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .12em;
}


/* =========================================================
   EXPLORE / TOPICS
========================================================= */

.bn-discover-explore {
  width: 100%;

  padding:
    110px
    max(32px, calc((100vw - 1216px) / 2));

  background: #efede7;
}

.bn-discover-explore-inner {
  width: 100%;
  max-width: 1216px;

  margin: 0 auto;
}

.bn-discover-topic-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  border-top: 1px solid #ccc7be;
  border-left: 1px solid #ccc7be;
}

.bn-discover-topic,
.bn-discover-topic:visited {
  position: relative;

  display: flex;

  min-width: 0;
  min-height: 310px;

  padding: 28px;

  flex-direction: column;
  justify-content: space-between;

  border-right: 1px solid #ccc7be;
  border-bottom: 1px solid #ccc7be;

  color: #1c1c1a !important;

  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease;
}

.bn-discover-topic > span {
  color: #99958d;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .12em;
}

.bn-discover-topic h3 {
  margin: 0;

  color: #1c1c1a;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: 34px;
  font-weight: 400;

  line-height: 1;

  letter-spacing: -.02em;
}

.bn-discover-topic p {
  max-width: 280px;

  margin: 16px 0 0;

  color: #716e67;

  font-size: 12px;

  line-height: 1.7;
}

.bn-discover-topic strong {
  color: #1c1c1a;

  font-size: 9px;
  font-weight: 800;

  letter-spacing: .12em;
}

.bn-discover-topic:hover {
  background: #201f1c;

  color: #f7f5f0 !important;
}

.bn-discover-topic:hover h3,
.bn-discover-topic:hover strong {
  color: #f7f5f0;
}

.bn-discover-topic:hover p,
.bn-discover-topic:hover > span {
  color: #aaa69e;
}


/* =========================================================
   EDITORIAL BREAK
========================================================= */

.bn-discover-quote {
  width: 100%;

  padding: 135px 32px;

  background: #201f1c;

  color: #f7f5f0;
}

.bn-discover-quote > div {
  width: 100%;
  max-width: 1216px;

  margin: 0 auto;
}

.bn-discover-quote .bn-eyebrow {
  color: #c64d2d !important;
}

.bn-discover-quote blockquote {
  max-width: 1000px;

  margin: 38px 0;

  padding: 0;

  border: 0;

  background: transparent;

  color: #f7f5f0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(48px, 7vw, 88px);
  font-style: normal;
  font-weight: 400;

  line-height: .95;

  letter-spacing: -.025em;
}

.bn-discover-quote > div > span {
  color: #aaa69e;

  font-size: 9px;
  font-weight: 700;

  letter-spacing: .14em;
}


/* =========================================================
   LATEST STORIES
========================================================= */

.bn-discover-latest-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 55px 28px;
}

.bn-discover-story-card {
  min-width: 0;
}

.bn-discover-story-card a,
.bn-discover-story-card a:visited {
  display: block;

  color: #1c1c1a !important;

  text-decoration: none !important;
}

.bn-discover-story-image {
  width: 100%;

  aspect-ratio: 1.35 / 1;

  overflow: hidden;

  background: #ddd9d0;
}

.bn-discover-story-image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .45s ease;
}

.bn-discover-story-card:hover
.bn-discover-story-image img {
  transform: scale(1.025);
}


/* =========================================================
   EMPTY
========================================================= */

.bn-discover-empty {
  margin: 0;

  padding: 45px 0;

  border-top: 1px solid #d5d1c9;
  border-bottom: 1px solid #d5d1c9;

  color: #716e67;

  font-size: 13px;

  line-height: 1.8;
}


/* =========================================================
   FINAL CTA
========================================================= */

.bn-discover-next {
  width: 100%;

  padding:
    120px
    max(32px, calc((100vw - 1216px) / 2));

  background: #c64d2d;

  color: #f7f5f0;
}

.bn-discover-next > div {
  width: 100%;
  max-width: 820px;
}

.bn-discover-next .bn-eyebrow {
  color: #f7f5f0 !important;
}

.bn-discover-next h2 {
  margin: 17px 0 28px;

  color: #f7f5f0;

  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(54px, 7vw, 88px);
  font-weight: 400;

  line-height: .95;

  letter-spacing: -.025em;
}

.bn-discover-next p {
  max-width: 540px;

  margin: 0;

  color: rgba(255,255,255,.82);

  font-size: 14px;

  line-height: 1.8;
}

.bn-discover-next a,
.bn-discover-next a:visited {
  display: inline-block;

  margin-top: 35px;
  padding-bottom: 7px;

  border-bottom: 1px solid rgba(255,255,255,.7);

  color: #fff !important;

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .13em;

  text-decoration: none !important;
}


/* =========================================================
   DISCOVER PAGE VARIATIONS
========================================================= */

/* Hidden Japan */

.bn-hidden-hero {
  background: #e8e5de;
}


/* Budget Travel */

.bn-budget-hero {
  background: #ece9e2;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

  .bn-discover-hero {
    padding-top: 105px;
    padding-bottom: 90px;
  }

  .bn-discover-featured-grid {
    grid-template-columns:
      minmax(0, 1.35fr)
      minmax(0, 1fr);
  }

  .bn-discover-topic {
    min-height: 280px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  /* HERO */

  .bn-discover-hero {
    padding: 82px 20px 68px;
  }

  .bn-discover-hero h1 {
    margin: 15px 0 45px;

    font-size: clamp(62px, 20vw, 82px);

    line-height: .84;
  }

  .bn-discover-hero-bottom {
    display: block;

    padding-top: 29px;
  }

  .bn-discover-tagline {
    font-size: 38px;

    line-height: .98;
  }

  .bn-discover-intro {
    margin-top: 30px;

    font-size: 13px;

    line-height: 1.8;
  }


  /* SECTION */

  .bn-discover-section {
    width: calc(100% - 40px);

    padding: 75px 0;
  }

  .bn-discover-heading {
    gap: 20px;

    margin-bottom: 38px;
  }

  .bn-discover-heading h2 {
    font-size: 42px;

    line-height: 1;
  }


  /* FEATURED */

  .bn-discover-featured-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 42px 14px;
  }

  .bn-discover-featured-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .bn-discover-featured-card.is-featured
  .bn-discover-card-image {
    aspect-ratio: 1.25 / 1;
  }

  .bn-discover-card-image {
    aspect-ratio: 1 / 1;
  }

  .bn-discover-featured-card.is-featured
  .bn-discover-card-copy h3 {
    font-size: 29px;

    line-height: 1.08;
  }

  .bn-discover-card-copy h3 {
    font-size: 19px;

    line-height: 1.14;
  }

  .bn-discover-card-copy p {
    font-size: 12px;
  }

  .bn-discover-card-copy strong {
    margin-top: 12px;
  }


  /* EXPLORE */

  .bn-discover-explore {
    padding: 75px 20px;
  }

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

  .bn-discover-topic {
    min-height: 245px;

    padding: 20px 17px;
  }

  .bn-discover-topic h3 {
    font-size: 25px;

    line-height: 1.02;
  }

  .bn-discover-topic p {
    margin-top: 12px;

    font-size: 11px;

    line-height: 1.6;
  }

  .bn-discover-topic strong {
    font-size: 8px;
  }


  /* QUOTE */

  .bn-discover-quote {
    padding: 88px 20px;
  }

  .bn-discover-quote blockquote {
    margin: 30px 0;

    font-size: 43px;

    line-height: .98;
  }


  /* LATEST */

  .bn-discover-latest-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 42px 14px;
  }

  .bn-discover-story-card:first-child {
    grid-column: 1 / -1;
  }

  .bn-discover-story-card:first-child
  .bn-discover-story-image {
    aspect-ratio: 1.3 / 1;
  }

  .bn-discover-story-card:first-child
  .bn-discover-card-copy h3 {
    font-size: 27px;
  }


  /* FINAL CTA */

  .bn-discover-next {
    padding: 84px 20px 94px;
  }

  .bn-discover-next h2 {
    font-size: 50px;

    line-height: .96;
  }

  .bn-discover-next p {
    font-size: 13px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 380px) {

  .bn-discover-topic {
    min-height: 225px;

    padding: 17px 14px;
  }

  .bn-discover-topic h3 {
    font-size: 22px;
  }

  .bn-discover-topic p {
    font-size: 10px;
  }

}