@charset "UTF-8";

:root {
  --bokyu-red: #b82d27;
  --bokyu-red-dark: #84221e;
  --bokyu-cream: #f7f2e7;
  --bokyu-cream-deep: #eee4d2;
  --bokyu-green: #355a36;
  --bokyu-ink: #24251f;
  --bokyu-gold: #b8944a;
}

body {
  background: #fff;
}

.global-nav .is-current::after {
  transform: scaleX(1) !important;
}

.bokyu-content-width {
  max-width: 1080px;
}

.bokyu-section {
  padding: 92px 0 100px;
}

.bokyu-section-heading {
  margin-bottom: 42px;
  text-align: center;
}

.bokyu-section-heading-left {
  text-align: left;
}

.bokyu-section-heading > p,
.comparison-label {
  margin: 0 0 6px;
  color: var(--bokyu-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .17em;
}

.bokyu-section-heading h2,
.comparison-copy h2 {
  margin: 0;
  color: var(--green-950);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: .055em;
}

.bokyu-section-heading h2 span {
  color: var(--bokyu-red);
}

/* Hero */
.bokyu-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ece8df;
  background:
    radial-gradient(circle at 86% 22%, rgba(217, 200, 156, .20), transparent 28%),
    linear-gradient(115deg, #fff 0%, #fbfaf5 52%, #f2eddf 100%);
}

.bokyu-hero::before {
  content: "";
  position: absolute;
  left: -110px;
  top: -125px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(91, 126, 70, .08);
  filter: blur(2px);
}

.bokyu-hero-inner {
  position: relative;
  min-height: 600px;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
}

.bokyu-hero-copy {
  position: relative;
  z-index: 2;
  padding: 78px 0 86px;
}

.bokyu-kicker {
  margin: 0 0 17px;
  color: var(--bokyu-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.bokyu-catch {
  margin: 0 0 18px;
  color: #1e251f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .065em;
}

.bokyu-hero h1 {
  margin: 0;
  color: #181b18;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(42px, 5.3vw, 70px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .035em;
  white-space: nowrap;
}

.bokyu-hero h1 > span:first-child {
  margin-right: .18em;
  font-size: .62em;
  letter-spacing: .08em;
}

.bokyu-hero h1 .accent {
  color: var(--bokyu-red);
}

.bokyu-hero-note {
  margin-top: 30px;
  padding: 2px 0 2px 20px;
  border-left: 4px solid var(--bokyu-red);
}

.bokyu-hero-note p {
  margin: 0;
  color: #32352f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19.2px;
  line-height: 1.7;
  letter-spacing: .07em;
}

.bokyu-hero-visual {
  position: relative;
  align-self: stretch;
  min-width: 0;
}

.bokyu-hero-product {
  position: absolute;
  z-index: 2;
  right: -62px;
  bottom: 10px;
  width: min(780px, 62vw);
  max-width: none;
  filter: drop-shadow(0 24px 28px rgba(69, 56, 31, .14));
}

.hero-orb {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(184, 148, 74, .10);
}

.hero-orb-one {
  width: 430px;
  height: 430px;
  right: -55px;
  top: 70px;
}

.hero-orb-two {
  width: 245px;
  height: 245px;
  right: 310px;
  bottom: 26px;
}

/* About */
.bokyu-about {
  background: #fff;
}

.bokyu-about-grid {
  display: grid;
  grid-template-columns: 47% 53%;
  gap: 64px;
  align-items: center;
}

.bokyu-about-visual {
  position: relative;
  min-height: 470px;
}

.about-photo {
  position: absolute;
  overflow: hidden;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #faf8f1, #f0ebdf);
  box-shadow: 0 20px 46px rgba(55, 60, 45, .09);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-photo-main {
  left: 0;
  top: 22px;
  width: 66%;
  height: 410px;
  padding: 22px 8px;
}

.about-photo-sub {
  right: 4px;
  bottom: 6px;
  width: 43%;
  height: 345px;
  padding: 19px 10px 4px;
  border: 8px solid #fff;
}

.bokyu-about-copy {
  padding-left: 4px;
}

.bokyu-about-copy p {
  margin: 0;
  color: #373d37;
  font-size: 20.16px;
  font-weight: 500;
  line-height: 2.15;
}

.bokyu-about-copy p + p {
  margin-top: 22px;
}

/* Moxa + turmeric */
.moxa-turmeric {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(42, 34, 22, .10), rgba(42, 34, 22, .02)),
    url("../assets/bokyu/moxa-turmeric-bg.webp") center / cover no-repeat;
}

.moxa-turmeric-inner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.moxa-turmeric-card {
  width: min(640px, 62%);
  padding: 38px 46px 40px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 7px;
  background: rgba(255,255,255,.93);
  box-shadow: 0 20px 50px rgba(70, 45, 21, .12);
  backdrop-filter: blur(4px);
}

.moxa-turmeric-card h2 {
  margin: 0;
  color: #20251f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(30px, 3.3vw, 44px);
  font-weight: 500;
  text-align: center;
  letter-spacing: .04em;
}

.moxa-turmeric-card h2 span {
  color: var(--bokyu-green);
}

.moxa-turmeric-card h2 em {
  color: #ce7220;
  font-style: normal;
}

.moxa-turmeric-sub {
  margin: 8px 0 22px;
  color: #58584e;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 19.2px;
  text-align: center;
  letter-spacing: .05em;
}

.moxa-turmeric-copy {
  padding-top: 20px;
  border-top: 1px solid #e7e1d5;
  text-align: left;
}

.moxa-turmeric-copy p {
  margin: 0;
  color: #3a3e38;
  font-size: 15.6px;
  line-height: 2;
}

.moxa-turmeric-copy p + p {
  margin-top: 12px;
}

/* Features */
.bokyu-features {
  background: var(--bokyu-cream);
}

.feature-card-grid,
.point-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 300px;
  padding: 54px 22px 24px;
  border: 1px solid rgba(91, 91, 75, .10);
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(88, 77, 52, .06);
  text-align: center;
}

.feature-number {
  position: absolute;
  top: 14px;
  left: 20px;
  color: var(--bokyu-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
}

.feature-icon,
.point-icon {
  display: grid;
  place-items: center;
  margin: 18px auto 20px;
}

.feature-icon {
  width: 58px;
  height: 58px;
}

.feature-icon svg,
.point-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--bokyu-green);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card p {
  margin: 0;
  color: #394039;
  font-size: 15px;
  line-height: 1.9;
  text-align: left;
}


/* 5 points */
.bokyu-points {
  background:
    linear-gradient(rgba(255,255,255,.75), rgba(255,255,255,.75)),
    radial-gradient(circle at 50% 0%, #f4efe2, transparent 46%),
    #fbfaf6;
}

.points-heading {
  position: relative;
  margin-bottom: 38px;
}

.points-heading::before,
.points-heading::after {
  content: "";
  position: absolute;
  top: 62%;
  width: min(170px, 16vw);
  height: 1px;
  background: #d7c99e;
}

.points-heading::before {
  left: 0;
}

.points-heading::after {
  right: 0;
}

.point-card {
  min-height: 288px;
  padding: 20px 19px 22px;
  border: 1px solid #e6e1d5;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(74, 67, 49, .05);
}

.point-card-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeece4;
}

.point-card-head span {
  width: 37px;
  height: 37px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--bokyu-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
}

.point-card-head h3 {
  margin: 0;
  color: #263227;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .05em;
}

.point-icon {
  width: 62px;
  height: 62px;
  margin-top: 23px;
}

.point-card > p {
  margin: 0;
  color: #464b45;
  font-size: 13.8px;
  line-height: 1.9;
}

.point-card-choice .point-icon {
  margin-top: 20px;
}

.point-card-choice > p:first-of-type {
  margin-top: 2px;
}

.point-card-choice .choice-sizes {
  margin: 0;
  color: #464b45;
  font-size: 13.8px;
  line-height: 1.9;
  word-break: break-word;
}

/* Comparison */
.comparison-panel {
  display: grid;
  grid-template-columns: 34% 66%;
  gap: 34px;
  align-items: center;
  margin-top: 30px;
  padding: 34px 38px;
  border: 1px solid #e7e4db;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(61, 58, 47, .05);
}

.comparison-copy h2 {
  font-size: clamp(25px, 2.7vw, 35px);
}

.comparison-copy > p:last-child {
  margin: 16px 0 0;
  color: #555b54;
  font-size: 14.4px;
  line-height: 1.9;
}

.comparison-chart {
  overflow: hidden;
  border-radius: 6px;
  background: transparent;
}

.comparison-chart img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/* Notes */
.bokyu-notes {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 20px;
}

.notes-title,
.bokyu-notes ul {
  margin: 0;
  border: 1px solid #e4e1d8;
  border-radius: 7px;
  background: #fff;
}

.notes-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 18px 20px;
}

.notes-icon {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 2px solid #d69a22;
  border-radius: 50%;
  color: #d69a22;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 700;
}

.notes-title h2 {
  margin: 0;
  color: #33362f;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 20px;
  font-weight: 600;
}

.bokyu-notes ul {
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 15px 24px;
  list-style: none;
}

.bokyu-notes li {
  color: #4f544e;
  font-size: 13.8px;
  line-height: 1.8;
}

@media (max-width: 1080px) {
  .bokyu-hero-inner {
    min-height: 550px;
    grid-template-columns: 48% 52%;
  }

  .bokyu-hero-product {
    right: -100px;
    width: 720px;
  }

  .bokyu-about-grid {
    gap: 38px;
  }

  .feature-card-grid,
  .point-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .feature-card,
  .point-card {
    min-height: 255px;
  }

  .feature-card-grid > :nth-child(4),
  .feature-card-grid > :nth-child(5),
  .point-card-grid > :nth-child(4),
  .point-card-grid > :nth-child(5) {
    transform: translateX(50%);
  }

  .points-heading::before,
  .points-heading::after {
    width: 10vw;
  }
}

@media (max-width: 820px) {
  .bokyu-section {
    padding: 72px 0 78px;
  }

  .global-nav .is-current::after {
    display: none;
  }

  .bokyu-hero-inner {
    min-height: 720px;
    display: block;
    padding-top: 18px;
  }

  .bokyu-hero-copy {
    width: 100%;
    padding: 56px 0 0;
  }

  .bokyu-hero h1 {
    font-size: clamp(40px, 9vw, 60px);
  }

  .bokyu-hero-visual {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 360px;
  }

  .bokyu-hero-product {
    right: -35px;
    bottom: -8px;
    width: min(690px, 106vw);
  }

  .hero-orb-one {
    width: 330px;
    height: 330px;
    top: 12px;
    right: -30px;
  }

  .bokyu-about-grid {
    grid-template-columns: 1fr;
  }

  .bokyu-about-visual {
    min-height: 430px;
    order: 2;
  }

  .bokyu-about-copy {
    order: 1;
  }

  .moxa-turmeric {
    min-height: 650px;
    background-position: 34% center;
    align-items: flex-end;
  }

  .moxa-turmeric-inner {
    justify-content: center;
    padding-top: 260px;
    padding-bottom: 38px;
  }

  .moxa-turmeric-card {
    width: min(640px, 92%);
    padding: 30px 30px 32px;
  }

  .feature-card-grid,
  .point-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-card-grid > :nth-child(4),
  .feature-card-grid > :nth-child(5),
  .point-card-grid > :nth-child(4),
  .point-card-grid > :nth-child(5) {
    transform: none;
  }

  .feature-card-grid > :last-child,
  .point-card-grid > :last-child {
    grid-column: 1 / -1;
    width: calc(50% - 7px);
    justify-self: center;
  }

  .points-heading::before,
  .points-heading::after {
    display: none;
  }

  .comparison-panel {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .comparison-copy {
    text-align: center;
  }

  .bokyu-notes {
    grid-template-columns: 1fr;
  }

  .notes-title {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  .bokyu-section {
    padding: 60px 0 66px;
  }

  .bokyu-section-heading {
    margin-bottom: 30px;
  }

  .bokyu-section-heading h2 {
    font-size: 29px;
  }

  .bokyu-hero-inner {
    min-height: 670px;
  }

  .bokyu-hero-copy {
    padding-top: 40px;
  }

  .bokyu-kicker {
    margin-bottom: 12px;
    font-size: 9px;
  }

  .bokyu-catch {
    font-size: 18px;
    line-height: 1.75;
  }

  .bokyu-hero h1 {
    white-space: normal;
    font-size: 40px;
  }

  .bokyu-hero h1 > span:first-child {
    display: block;
    margin-bottom: 2px;
  }

  .bokyu-hero-note {
    margin-top: 21px;
  }

  .bokyu-hero-note p {
    font-size: 16.8px;
  }

  .bokyu-hero-visual {
    height: 330px;
  }

  .bokyu-hero-product {
    right: -76px;
    bottom: 7px;
    width: 670px;
  }

  .bokyu-about-visual {
    min-height: 350px;
  }

  .about-photo-main {
    width: 64%;
    height: 310px;
    padding: 13px 5px;
  }

  .about-photo-sub {
    width: 44%;
    height: 275px;
    border-width: 6px;
  }

  .bokyu-about-copy p {
    font-size: 18.72px;
    line-height: 2;
  }

  .moxa-turmeric {
    min-height: auto;
    background-position: 31% center;
  }

  .moxa-turmeric-inner {
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .moxa-turmeric-card {
    padding: 25px 20px 27px;
  }

  .moxa-turmeric-card h2 {
    font-size: 29px;
  }

  .moxa-turmeric-sub {
    font-size: 15.6px;
  }

  .moxa-turmeric-copy p {
    font-size: 14.4px;
    line-height: 1.9;
  }

  .feature-card-grid,
  .point-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .feature-card-grid > :last-child,
  .point-card-grid > :last-child {
    grid-column: auto;
    width: 100%;
    justify-self: stretch;
  }

  .feature-card {
    min-height: auto;
    display: grid;
    grid-template-columns: 58px 1fr;
    grid-template-areas:
      "number text"
      "icon text";
    align-items: center;
    column-gap: 14px;
    padding: 20px;
    text-align: left;
  }

  .feature-number {
    position: static;
    grid-area: number;
    align-self: end;
    text-align: center;
  }

  .feature-icon {
    grid-area: icon;
    width: 46px;
    height: 46px;
    margin: 7px auto 0;
  }

  .feature-card p {
    grid-area: text;
    font-size: 14.4px;
  }

  .point-card {
    min-height: auto;
  }

  .point-icon {
    width: 52px;
    height: 52px;
  }

  .point-card > p {
    font-size: 14.4px;
  }

  .point-card-choice .choice-sizes {
    font-size: 14.4px;
  }

  .comparison-panel {
    padding: 22px 18px;
  }

  .comparison-copy > p:last-child {
    font-size: 13.2px;
  }

  .notes-title,
  .bokyu-notes ul {
    padding: 15px 17px;
  }

  .notes-title h2 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .bokyu-hero-inner {
    min-height: 650px;
  }

  .bokyu-catch {
    font-size: 16px;
  }

  .bokyu-hero h1 {
    font-size: 36px;
  }

  .bokyu-hero-visual {
    height: 310px;
  }

  .bokyu-hero-product {
    right: -105px;
    width: 650px;
  }


  .moxa-turmeric-inner {
    padding-top: 90px;
  }

  .bokyu-about-visual {
    min-height: 305px;
  }

  .about-photo-main {
    height: 275px;
  }

  .about-photo-sub {
    height: 235px;
  }
}


/* Requested visual adjustments: hero/about product swap */
.hero-product-packs {
  right: 245px;
  bottom: 20px;
  width: min(330px, 25vw);
  transform: rotate(-1deg);
}

.hero-product-stand {
  right: -16px;
  bottom: 18px;
  width: min(320px, 24vw);
}

.bokyu-about-visual {
  min-height: 440px;
}

.about-photo-main {
  top: 0;
  width: 100%;
  height: 430px;
  padding: 18px;
}

@media (max-width: 1080px) {
  .hero-product-packs {
    right: 205px;
    bottom: 18px;
    width: 285px;
  }

  .hero-product-stand {
    right: -28px;
    bottom: 18px;
    width: 275px;
  }
}

@media (max-width: 820px) {
  .hero-product-packs {
    right: 43%;
    bottom: 0;
    width: 190px;
  }

  .hero-product-stand {
    right: 5%;
    bottom: 0;
    width: 185px;
  }

  .bokyu-about-visual {
    min-height: 350px;
  }

  .about-photo-main {
    width: 100%;
    height: 340px;
  }
}

@media (max-width: 620px) {
  .hero-product-packs {
    right: 44%;
    width: 165px;
  }

  .hero-product-stand {
    right: 3%;
    width: 160px;
  }

  .bokyu-about-visual {
    min-height: 300px;
  }

  .about-photo-main {
    height: 290px;
  }
}
