.founding-series {
  background: #f1e6d3;
}

.main-nav a[aria-current="page"] {
  color: var(--orange);
}

.main-nav a[aria-current="page"]::after {
  width: 100%;
}

.eyebrow,
.intro .section-heading h2,
.sake .section-heading h2,
.partner-values .section-heading h2 {
  white-space: pre-line;
}

.page-home > :is(.intro, .flow, .service-experience-banner, .system-section, .sake, .expertise, .partner-values, .digital-section, .vision, .contact),
.page-experience > :is(.hero, .founding-series, .proof-strip, .flow, .system-section, .sake, .partner-values, .digital-section, .vision, .contact),
.page-system > :is(.hero, .founding-series, .proof-strip, .intro, .flow, .service-experience-banner, .sake, .expertise, .partner-values, .vision, .contact),
.page-sake > :is(.hero, .founding-series, .proof-strip, .intro, .flow, .service-experience-banner, .system-section, .expertise, .partner-values, .digital-section, .vision, .contact),
.page-partners > :is(.hero, .founding-series, .proof-strip, .intro, .flow, .service-experience-banner, .system-section, .sake, .expertise, .digital-section, .vision),
.page-about > :is(.hero, .founding-series, .proof-strip, .intro, .service-experience-banner, .system-section, .sake, .expertise, .partner-values, .digital-section, .contact) {
  display: none !important;
}

.founding-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.founding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.founding-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 18px 50px #11203b12;
}

.founding-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #e9dfd1;
}

.founding-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s ease;
}

.founding-card:hover .founding-image img {
  transform: scale(1.025);
}

.founding-card-copy {
  min-height: 188px;
  padding: 24px 22px 28px;
}

.founding-card-copy span {
  color: var(--orange);
  letter-spacing: .12em;
  font-size: 8px;
  font-weight: 800;
}

.founding-card-copy h3 {
  margin: 18px 0 12px;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(20px, 1.65vw, 27px);
  font-weight: 400;
  line-height: 1.08;
}

.founding-card-copy p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.style-list span {
  position: relative;
  min-height: 138px;
  gap: 8px;
}

.style-list b {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.style-list em {
  color: var(--muted);
  font-family: Arial, "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.35;
}

.style-map {
  max-width: 1080px;
  margin: 54px auto 0;
  border: 1px solid var(--line);
  background: #fffaf3;
  box-shadow: 0 22px 60px #11203b12;
}

.style-map img {
  width: 100%;
  height: auto;
  display: block;
}

.style-map figcaption {
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding: 15px 20px 17px;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

.editorial-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brewery-card {
  aspect-ratio: 4 / 5;
  min-width: 0;
  perspective: 1400px;
  cursor: default;
  outline: none;
}

.brewery-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform .72s cubic-bezier(.2, .72, .2, 1);
}

.brewery-card:hover .brewery-card-inner,
.brewery-card:focus .brewery-card-inner,
.brewery-card:focus-within .brewery-card-inner {
  transform: rotateY(180deg);
}

.brewery-card:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.brewery-card-face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.brewery-card-front {
  background: #e9dfd1;
}

.brewery-card-front > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brewery-card-label {
  color: #fff;
  position: absolute;
  inset: auto 0 0;
  min-height: 42%;
  padding: 44px 23px 23px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(#08122200, #081222ed 58%);
}

.brewery-card-label span,
.brewery-card-back > span {
  color: #f8a56b;
  letter-spacing: .12em;
  font-size: 8px;
  font-weight: 800;
}

.brewery-card-label strong {
  margin-top: 12px;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 400;
  line-height: 1.08;
}

.brewery-card-label small {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.35;
  opacity: .78;
}

.brewery-card-label i {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff80;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  font-style: normal;
}

.brewery-card-back {
  color: #fff;
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  background: #11203b;
  transform: rotateY(180deg);
}

.brewery-card-back > * {
  position: relative;
  z-index: 1;
}

.brewery-card-back::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  right: -35px;
  bottom: -35px;
  border: 1px solid #f8a56b55;
  border-radius: 50%;
  box-shadow: 0 0 0 22px #f8a56b12, 0 0 0 44px #f8a56b0a;
}

.brewery-card-back h4 {
  color: #fff;
  margin: 22px 0 8px;
  font-family: Georgia, "Times New Roman", "Noto Serif JP", serif;
  font-size: clamp(23px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.06;
}

.brewery-card-back small {
  color: #ffc08d;
  font-size: 10px;
  line-height: 1.4;
}

.brewery-card-back p {
  color: #fff;
  margin: 24px 0 28px;
  font-size: 12px;
  line-height: 1.75;
}

.brewery-card-back a {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #ffffff2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.brewery-card-back a b {
  color: #f8a56b;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .founding-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .founding-heading {
    margin-bottom: 34px;
  }

  .founding-grid,
  .editorial-grid {
    grid-template-columns: 1fr;
  }

  .founding-card-copy {
    min-height: 0;
  }

  .style-list span {
    min-height: 122px;
    padding: 17px;
  }

  .style-list b {
    font-size: 39px;
  }

  .style-map {
    margin-top: 34px;
  }

  .brewery-card {
    aspect-ratio: 4 / 5;
  }

  .brewery-card-back {
    padding: 27px;
  }

  .brewery-card-back p {
    margin-top: 19px;
    font-size: 12px;
  }
}

@media (hover: none) {
  .brewery-card-label i {
    background: #08122299;
  }
}

@media (prefers-reduced-motion: reduce) {
  .founding-image img,
  .brewery-card-inner {
    transition: none;
  }
}
