@charset "UTF-8";
/* CSS Document */

:root {
  --red: #981f35;
  --deep: #6f1428;
  --coral: #ce6e79;
  --pink: #f4d9de;
  --powder: #d9e4e8;
  --cream: #f5ede2;
  --ink: #241d1f;
  --muted: #71686a;
  --white: #fff;
  --gold: #c9a66b
}

body {
	font-family: "Noto Sans", sans-serif;
}

p {
	font-family: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "DM Serif Display", serif;
}

.tf-topbar {
    background: #f4d9de40;
}

.box-nav-menu {
    gap: 40px;
}

.item-link .cus-text {
    position: relative;
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.tf-dropdown-select.style-default .filter-option-inner-inner {gap: 8px;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
}

.tf-dropdown-select.style-default > .dropdown-toggle::after {
	font-size: 14px;
}

.home-screen {
  min-height: min(900px, 100svh);
  position: relative;
  overflow: hidden;
}

.line-link {
  min-width: 165px;
  color: var(--red);
  letter-spacing: .08em;
  border-bottom: 1px solid #c9a66ba6;
  justify-content: space-between;
  gap: 15px;
  margin-top: 28px;
  padding: 0 0 10px;
  font-size: 14px;
  display: inline-flex;
	font-family: "Noto Sans", sans-serif;
}

.line-link i {
    font-size: 16px;
    font-weight: 900;
    position: relative;
    top: 4px;
}

.hero {
  background: linear-gradient(118deg, #fff 0% 55%, #f4d9de40);
  align-items: center;
  padding: 120px clamp(32px, 8vw, 125px) 80px;
  display: flex;
}

.hero-copy {
  z-index: 3;
  max-width: 820px;
  position: relative;
}

.hero h1 {
	letter-spacing: .01em;
	margin: 27px 0 16px;
	font-size: 65px;
}

.hero h1 span {
  display: block;
}

.hero-line {
  margin: 0 0 5px;
}

.hero-copy > strong {
	color: var(--red);
    display: block;
    font-size: 45px;
    font-weight: 400;
    line-height: 160%;
	font-family: "Noto Serif", serif;
}

.hero-note {
  color: var(--muted);
  letter-spacing: .04em;
  margin-top: 28px;
  font-size: 14px;
}

.hero-ribbons {
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 52%;
}

.hero-ribbons i {
  border-radius: 50%;
  position: absolute;
  transform: rotate(-20deg);
}

.hero-ribbons i:first-child {
  background: linear-gradient(100deg, #ffffff0d, #f4d9debd, #fff3);
  width: 540px;
  height: 1120px;
  top: -170px;
  right: -35px;
}

.hero-ribbons i:nth-child(2) {
  border: 38px solid #ce6e7912;
  width: 265px;
  height: 900px;
  top: -160px;
  right: 300px;
}

.hero-ribbons i:nth-child(3) {
  background: #d9e4e859;
  width: 380px;
  height: 650px;
  bottom: -310px;
  right: -160px;
  transform: rotate(48deg);
}

.hero-ribbons b {
  border: 1px solid #c9a66b80;
  border-radius: 50%;
  width: 650px;
  height: 740px;
  position: absolute;
  bottom: -390px;
  right: -280px;
}

.hero-seal {
  z-index: 3;
  color: var(--red);
  writing-mode: vertical-rl;
  align-items: center;
  gap: 11px;
  display: flex;
  position: absolute;
  bottom: 72px;
  right: 6vw;
}

.hero-seal:before {
  content: "";
  background: var(--gold);
  width: 1px;
  height: 65px;
}

.hero-seal small, .hero-seal span {
  letter-spacing: .16em;
  font-size: 10px;
}

.hero-seal b {
    font-size: 36px;
    font-family: 'DM Serif Display';
}

.down {
  letter-spacing: .22em;
  color: #a38c90;
  font-size: 8px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%);
}

.down i {
  background: var(--gold);
  width: 1px;
  height: 30px;
  margin: 9px auto 0;
  display: block;
}

.story-preview {
  background: linear-gradient(110deg, #fff 0% 45%, #f4d9de4d);
  grid-template-columns: 39% 55%;
  align-items: center;
  gap: 6%;
  padding: 115px clamp(32px, 7vw, 112px);
  display: grid
}
.section-copy h2 {
  margin: 24px 0 28px
}
.heritage {
  justify-content: center;
  align-items: center;
  display: flex
}
.heritage img {
  width: min(700px, 100%);
  height: auto;
  display: block
}
.philosophy {
  background: linear-gradient(135deg, #f5ede280, #fff 52%, #d9e4e84d);
  min-height: auto;
  padding: 120px clamp(32px, 7vw, 112px)
}
.philosophy-head, .entry-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  display: flex
}
.philosophy-head h2, .entry-head h2 {
  margin: 23px 0 0
}
.philosophy-head > .body-copy, .entry-head > .body-copy {
  margin: 0 0 7px
}
.stage-flow {
  border-top: 1px solid #981f3526;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 68px;
  display: grid
}
.stage-flow article {
  border-left: 1px solid #981f3521;
  padding: 35px 44px 44px;
  position: relative
}
.stage-flow article:first-child {
  border-left: 0;
  padding-left: 0
}
.stage-top {
  color: var(--red);
  justify-content: space-between;
  display: flex
}
.stage-top > span {
  font: 400 18px Georgia, serif
}
.stage-top small {
  letter-spacing: .2em;
  font-size: 12px
}
.stage-symbol {
  width: 138px;
  height: 138px;
  color: var(--red);
  background: #d9e4e88c;
  border: 1px solid #981f3514;
  border-radius: 50%;
  place-items: center;
  margin: 36px 0 30px;
  font: 400 48px Noto Serif SC, serif;
  display: grid
}
.stage-flow .pink .stage-symbol {
  background: #f4d9dead
}
.stage-flow .rose .stage-symbol {
  background: #f5ede2b8
}
.stage-flow h3 {
  margin: 0 0 13px;
  font: 400 25px Noto Serif SC, serif
}
.stage-flow article > p {
  max-width: 260px;
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.9
}
.flow-arrow {
  z-index: 2;
  color: var(--gold);
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 49%;
  right: -9px
}
.product-entry {
  background: #fff;
  padding: 120px clamp(32px, 7vw, 112px)
}
.category-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 65px;
  display: grid
}
.category-card {
  display: block
}
.category-img {
  background: #d9e4e86b;
  height: 420px;
  position: relative;
  overflow: hidden
}
.category-card.c2 .category-img {
  background: #f4d9de80
}
.category-card.c3 .category-img {
  background: #f5ede29e
}
.category-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .45s
}
.category-card:hover img {
  transform: scale(1.03)
}
.category-img > span {
  color: var(--red);
  font: 400 14px Georgia, serif;
  position: absolute;
  top: 17px;
  left: 17px
}
.category-card > small {
  color: var(--coral);
  letter-spacing: .2em;
  margin-top: 21px;
  font-size: 8px;
  display: block
}
.category-card h3 {
  margin: 12px 0 8px;
  font: 400 19px Noto Serif SC, serif
}
.category-card > p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
  line-height: 1.7
}
.category-card > b {
  border-bottom: 1px solid var(--gold);
  color: var(--red);
  margin-top: 18px;
  padding-bottom: 5px;
  font-size: 9px;
  font-weight: 400;
  display: inline-block
}
.mums-picks {
  background: linear-gradient(135deg, #f4d9de40, #fff 45%);
  padding: 120px clamp(32px, 7vw, 112px)
}
.picks-head {
  justify-content: space-between;
  align-items: flex-end;
  display: flex
}
.picks-head h2 {
  margin: 23px 0 12px
}
.picks-head .body-copy {
  margin: 0
}
.reads-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 58px;
  display: grid
}
.reads-grid > a {
  display: block
}
.read-art {
  background: #d9e4e878;
  height: 285px;
  position: relative;
  overflow: hidden
}
.read-art img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .45s;
  display: block
}
.read-art.r1 img, .read-art.r2 img {
  object-position: 72% center
}
.read-art.r3 img {
  object-position: center
}
.reads-grid > a:hover .read-art img {
  transform: scale(1.03)
}
.read-art:after {
  content: "";
  background: linear-gradient(#0000 50%, #241d1f52);
  position: absolute;
  inset: 0
}
.read-art small {
  z-index: 2;
  color: #fff;
  letter-spacing: .2em;
  font-size: 7px;
  position: absolute;
  bottom: 19px;
  left: 22px
}
.reads-grid > a > p {
  color: var(--coral);
  letter-spacing: .15em;
  margin: 20px 0 11px;
  font-size: 12px
}
.reads-grid h3 {
  margin: 0 0 10px;
  font: 400 20px Noto Serif SC, serif
}
.reads-grid > a > span {
  color: var(--muted);
  font-size: 14px
}
.reads-grid > a > b {
  color: var(--red);
  margin-top: 16px;
  font-size: 9px;
  font-weight: 400;
  display: block
}
.consult {
  background: linear-gradient(110deg, #f4d9dea6, #fff 62%);
  justify-content: space-between;
  align-items: center;
  padding: 75px clamp(32px, 7vw, 112px);
  display: flex
}
.consult small {
  color: var(--red);
  letter-spacing: .24em;
  font-size: 12px
}
.consult h2 {
  margin: 14px 0 8px;
  font-size: 34px
}
.consult p {
  color: var(--muted);
  margin: 0;
  font-size: 14px
}
.consult > a {
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 126px;
  font-size: 11px;
  display: flex
}
.consult > a span {
    color: var(--cream);
    margin-top: 6px;
    font-size: 26px;
    font-weight: 900;
    transform: rotate(-45deg);
}

@media (width<=900px) {
  .home-screen {
    min-height: auto
  }
  .site-header {
    height: 78px;
    padding: 0 22px
  }
  .brand {
    width: 150px
  }
  .site-header nav {
    display: none
  }
  .header-lang {
    margin-left: auto
  }
  .hero {
    align-items: flex-start;
    min-height: 730px;
    padding: 120px 24px 80px
  }
  .hero h1 {
    font-size: 39px
  }
  .hero-ribbons {
    opacity: .65;
    inset: 32% -52% -15% 22%
  }
  .hero-seal {
    bottom: 38px;
    right: 20px
  }
  .down {
    display: none
  }
  .story-preview {
    padding: 85px 24px 65px;
    display: block
  }
  .heritage {
    margin: 38px -10px 0
  }
  .philosophy, .product-entry, .mums-picks {
    padding: 85px 24px
  }
  .philosophy-head, .entry-head, .picks-head {
    flex-direction: column;
    align-items: flex-start
  }
  .stage-flow {
    grid-template-columns: 1fr;
    margin-top: 48px
  }
  .stage-flow article, .stage-flow article:first-child {
    border-top: 1px solid #981f351f;
    border-left: 0;
    padding: 30px 0
  }
  .stage-symbol {
    width: 105px;
    height: 105px;
    margin: 25px 0;
    font-size: 38px
  }
  .flow-arrow {
    display: none
  }
  .category-grid {
    grid-template-columns: 1fr 1fr
  }
  .category-img {
    height: 330px
  }
  .reads-grid {
    grid-template-columns: 1fr
  }
  .read-art {
    height: 270px
  }
  .consult {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 55px 24px
  }
  .consult > a {
    align-self: flex-end;
    width: 110px;
    height: 110px
  }
}
@media (width<=560px) {
  .hero {
    min-height: 700px
  }
  .hero h1 {
    font-size: 34px
  }
  .hero-line {
    font-size: 15px
  }
  .hero-copy > strong {
    font-size: 29px
  }
  .story-preview h2, .philosophy h2, .product-entry h2, .mums-picks h2 {
    font-size: 31px
  }
  .category-grid {
    grid-template-columns: 1fr
  }
  .category-img {
    height: 365px
  }
  .picks-head .line-link {
    margin-top: 5px
  }
}
@media (prefers-reduced-motion:no-preference) {
  .hero-copy > * {
    animation: .7s both rise
  }
  .hero-copy h1 {
    animation-delay: 80ms
  }
  .hero-copy strong {
    animation-delay: .16s
  }
  .hero-ribbons {
    animation: .9s both soft
  }
  @keyframes rise {
    0% {
      opacity: 0;
      transform: translateY(10px)
    }
    to {
      opacity: 1;
      transform: none
    }
  }
  @keyframes soft {
    0% {
      opacity: 0;
      transform: translate(12px)
    }
    to {
      opacity: 1;
      transform: none
    }
  }
}
.brand-page {
  background: #fff
}
.brand-header {
  position: absolute
}
.brand-section {
  padding: 120px clamp(32px, 7vw, 112px)
}
.brand-hero {
  background: linear-gradient(120deg, #fff 0 55%, #fbd4da7a);
  align-items: center;
  min-height: 720px;
  padding: 120px clamp(32px, 8vw, 125px) 90px;
  display: flex;
  position: relative;
  overflow: hidden
}
.brand-hero-copy {
  z-index: 3;
  max-width: 760px;
  position: relative
}
.brand-hero h1 {
	letter-spacing: .01em;
	margin: 27px 0 16px;
	font-size: 65px;
}
.brand-hero-copy > p:last-child {
  max-width: 620px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2
}
.brand-hero-year {
  z-index: 3;
  color: var(--red);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: absolute;
  bottom: 85px;
  right: 7vw
}
.brand-hero-year small {
  letter-spacing: .25em;
  font-size: 10px
}
.brand-hero-year b {
  font: 400 82px/1 Georgia, serif
}
.brand-hero-year span {
  color: var(--muted);
  letter-spacing: .14em;
  margin-top: 12px;
  font-size: 10px
}
.brand-orbit {
  position: absolute;
  inset: 0 0 0 55%
}
.brand-orbit i, .brand-orbit b {
  border-radius: 50%;
  position: absolute;
  transform: rotate(-22deg)
}
.brand-orbit i:first-child {
  border: 1px solid #c9a66b8c;
  width: 620px;
  height: 980px;
  top: -70px;
  right: -70px
}
.brand-orbit i:nth-child(2) {
  background: #f07b811a;
  width: 390px;
  height: 760px;
  top: 30px;
  right: 180px
}
.brand-orbit b {
  background: #d9e4e86b;
  width: 440px;
  height: 440px;
  bottom: -90px;
  right: -130px
}
.origin {
  background: linear-gradient(110deg, #fbd4da33, #fff 48%);
  grid-template-columns: 55% 39%;
  align-items: center;
  gap: 6%;
  display: grid
}
.origin-visual img {
  width: 100%;
  display: block
}
.origin-copy h2 {
  margin: 24px 0 30px
}
.origin-copy > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2.05
}
.brand-section-head {
  max-width: 720px
}
.brand-section-head h2 {
  margin: 22px 0 15px
}
.brand-section-head > p:last-child {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.9
}
.timeline {
  background: #fff
}
.timeline-grid {
  border-top: 1px solid #981f3529;
  grid-template-columns: 1fr 1fr;
  margin-top: 65px;
  display: grid
}
.timeline-grid article {
  border-bottom: 1px solid #981f3521;
  grid-template-columns: 105px 1fr;
  min-height: 175px;
  padding: 32px 35px 30px 0;
  display: grid
}
.timeline-grid article:nth-child(odd) {
  border-right: 1px solid #981f3521
}
.timeline-grid article:nth-child(2n) {
  padding-left: 35px
}
.timeline-grid article > b {
    color: var(--red);
    font-family: 'DM Serif Display';
    font-size: 40px;
}
.timeline-grid h3 {
    margin-bottom: 20px;
    font-family: 'Noto Serif';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.timeline-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.8
}
.wellness-system {
  background: var(--deep);
  color: #fff
}
.brand-section-head.light > p:last-child {
  color: #ffffffa6
}
.wellness-system .eyebrow {
  color: #f4c4c9
}
.system-grid {
  border-top: 1px solid #ffffff2e;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  display: grid
}
.system-grid article {
  border-left: 1px solid #ffffff26;
  min-height: 260px;
  padding: 30px 30px 20px;
  position: relative
}
.system-grid article:first-child {
  border-left: 0;
  padding-left: 0
}

.system-grid article > span {
    color: #f4c4c9;
    font-family: "DM Serif Display", serif;
    font-size: 22px;
    letter-spacing: 1.8px;
}

.system-grid small {
  float: right;
  letter-spacing: .18em;
  color: #ffffff7a;
  font-size: 12px
}
.system-grid h3 {
  margin: 85px 0 15px;
  font: 400 23px Noto Serif SC, serif
}
.system-grid p {
  color: #fff9;
  margin: 0;
  font-size: 14px;
  line-height: 1.9
}
.research {
  background: linear-gradient(135deg, #f5ede28c, #fff);
  grid-template-columns: 38% 56%;
  gap: 6%;
  display: grid
}
.research-title h2 {
  margin-top: 24px
}
.research-steps article {
  border-top: 1px solid #981f3521;
  grid-template-columns: 55px 1fr;
  padding: 27px 0;
  display: grid
}

.research-steps article > b {
    color: var(--red);
    grid-row: 1 / 3;
    font-family: "DM Serif Display", serif;
    font-size: 24px;
    letter-spacing: 1.8px;
}

.research-steps h3 {
    margin: 0 0 10px;
    font-family: "Noto Serif", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
}

.research-steps p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.8
}
.quality {
  grid-template-columns: 42% 52%;
  align-items: center;
  gap: 6%;
  display: grid
}
.quality-copy h2 {
  margin: 24px 0
}
.quality-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 2
}
.quality-points {
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin-top: 34px;
  display: grid
}

.quality-points span {
    color: var(--red);
    background: #fbd4da52;
    padding: 20px;
    font-size: 14px;
    font-weight: 600;
}

.quality-visual {
  grid-template-columns: 42% 58%;
  align-items: center;
  gap: 18px;
  display: grid
}
.quality-visual img {
  width: 100%;
  height: auto;
  display: block
}
.quality-visual img:first-child {
  box-shadow: 0 18px 40px #6f14281f
}
.belief {
  text-align: center;
  background: linear-gradient(120deg, #fbd4da73, #fff 48%, #f5ede299)
}

.belief blockquote {
    color: var(--red);
    margin: 35px 0 22px;
    font-family: "DM Serif Display", serif;
    font-size: 72px;
    line-height: 130%;
}

.belief > p:last-child {
  max-width: 650px;
  color: var(--muted);
  margin: auto;
  font-size: 14px;
  line-height: 2;
}

.brand-end {
  background: #fff;
  padding: 105px clamp(32px, 7vw, 112px);
  position: relative;
  overflow: hidden
}
.brand-end:after {
  content: "永生";
  color: #fbd4da52;
  font: 400 240px/1 Noto Serif SC, serif;
  position: absolute;
  bottom: -80px;
  right: 3vw
}

.brand-end > span {
    color: var(--red);
    letter-spacing: .22em;
    font-family: "DM Serif Display", serif;
    font-size: 16px;
}

.brand-end h2 {
  z-index: 2;
  margin: 25px 0 35px;
  position: relative
}

.brand-end a {
    z-index: 2;
    color: var(--red);
    border-bottom: 1px solid var(--gold);
    gap: 35px;
    padding-bottom: 10px;
    font-size: 14px;
    display: inline-flex;
    position: relative;
    font-family: "Noto Sans", sans-serif;
}

.brand-end i {
    font-size: 16px;
    font-weight: 900;
    top: 5px;
    position: relative;
}

@media (width<=900px) {
  .brand-hero {
    align-items: flex-start;
    min-height: 720px;
    padding: 125px 24px 75px
  }
  .brand-hero h1 {
    font-size: 40px
  }
  .brand-hero-year {
    bottom: 50px;
    right: 24px
  }
  .brand-hero-year b {
    font-size: 58px
  }
  .brand-orbit {
    opacity: .6;
    inset: 28% -55% -10% 15%
  }
  .brand-section {
    padding: 85px 24px
  }
  .origin, .research, .quality {
    grid-template-columns: 1fr
  }
  .origin-copy {
    margin-top: 45px
  }
  .timeline-grid {
    grid-template-columns: 1fr
  }
  .timeline-grid article:nth-child(odd) {
    border-right: 0
  }
  .timeline-grid article:nth-child(2n) {
    padding-left: 0
  }
  .system-grid {
    grid-template-columns: 1fr 1fr
  }
  .system-grid article:nth-child(3) {
    border-left: 0
  }
  .quality-visual {
    margin-top: 35px
  }
  .brand-end {
    padding: 80px 24px
  }
  .brand-end:after {
    font-size: 150px
  }
}
@media (width<=560px) {
  .brand-hero {
    min-height: 690px
  }
  .brand-hero h1 {
    font-size: 34px
  }
  .brand-hero-copy > p:last-child {
    font-size: 11px
  }
  .timeline-grid article {
    grid-template-columns: 78px 1fr
  }
  .system-grid {
    grid-template-columns: 1fr
  }
  .system-grid article, .system-grid article:first-child {
    border-top: 1px solid #ffffff26;
    border-left: 0;
    min-height: 200px;
    padding: 28px 0
  }
  .system-grid h3 {
    margin-top: 48px
  }
  .quality-visual {
    grid-template-columns: 1fr
  }
  .quality-visual img {
    max-width: 420px;
    margin: auto
  }
  .belief blockquote {
    font-size: 38px
  }
}
.brand-hero-copy {
  max-width: 900px
}

.quality-visual {
  grid-template-columns: 48% 52%;
  gap: 35px
}
.quality-visual img {
  box-shadow: 0 18px 40px #6f14281f
}
.quality-note {
  border-left: 1px solid #c9a66ba6;
  padding: 35px 0 35px 35px
}
.quality-note b {
  color: #981f3526;
  font: 400 58px/1 Georgia, serif;
  display: block
}
.quality-note span {
  color: var(--red);
  margin-top: 28px;
  font: 400 18px/1.8 Noto Serif SC, serif;
  display: block
}
@media (width<=900px) {
  .quality-visual {
    grid-template-columns: 1fr 1fr
  }
  .brand-hero h1 {
    font-size: 40px
  }
}
@media (width<=560px) {
  .quality-visual {
    grid-template-columns: 1fr
  }
  .quality-note {
    border-top: 1px solid #c9a66ba6;
    border-left: 0;
    padding: 25px 0 0
  }
  .brand-hero h1 {
    font-size: 34px
  }
}
.products-page {
  background: #fff
}
.product-header {
  position: absolute
}
.products-hero {
  background: linear-gradient(115deg, #fff 0 49%, #d9e4e880 49% 68%, #f4d9de6b 68%);
  align-items: center;
  min-height: 720px;
  padding: 120px clamp(32px, 8vw, 125px) 85px;
  display: flex;
  position: relative;
  overflow: hidden
}
.products-hero-copy {
  z-index: 2;
  max-width: 720px;
  position: relative
}
.products-hero h1 {
  margin: 27px 0 24px;
  font-size: 65px;
}
.products-hero-copy > p:last-child {
  max-width: 550px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2
}
.products-hero-words {
  color: #981f35d1;
  align-items: center;
  gap: 24px;
  display: flex;
  position: absolute;
  top: 160px;
  bottom: 70px;
  right: 6.5vw
}
.products-hero-words span {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffffa3;
  border: 1px solid #981f3529;
  border-radius: 50%;
  place-items: center;
  width: 130px;
  height: 130px;
  font: 400 42px Noto Serif SC, serif;
  display: grid
}
.products-hero-words i {
  background: var(--gold);
  width: 42px;
  height: 1px
}
.product-catalog {
  padding: 115px clamp(32px, 7vw, 112px)
}
.catalog-intro {
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  display: flex
}
.catalog-intro h2 {
  margin: 22px 0 0
}
.catalog-intro > p {
  max-width: 360px;
  color: var(--muted);
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.9
}
.stage-tabs {
  border-bottom: 1px solid #981f3521;
  margin: 55px 0 42px;
  display: flex
}
.stage-tabs button {
  color: var(--muted);
  font: inherit;
  cursor: pointer;
  background: 0 0;
  border: 0;
  border-bottom: 2px solid #0000;
  padding: 15px 32px;
  font-size: 14px
}
.stage-tabs button:first-child {
  padding-left: 0
}
.stage-tabs button.active {
  color: var(--red);
  border-bottom-color: var(--red)
}
.catalog-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid
}
.product-card {
  min-width: 0
}
.product-photo {
  cursor: pointer;
  background: #f7f4f2;
  border: 0;
  width: 100%;
  height: 385px;
  padding: 0;
  position: relative;
  overflow: hidden
}
.product-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .45s
}
.product-card:hover .product-photo img {
  transform: scale(1.025)
}
.product-photo span {
  color: var(--red);
  background: #ffffffe6;
  padding: 7px 11px;
  font-size: 9px;
  position: absolute;
  top: 18px;
  left: 18px
}
.product-card > p {
  color: var(--coral);
  letter-spacing: .18em;
  margin: 20px 0 10px;
  font-size: 8px
}
.product-card h3 {
  margin: 0 0 9px;
  font: 400 20px Noto Serif SC, serif
}
.product-card > small {
  color: var(--muted);
  font-size: 12px
}
.card-bottom {
  border-top: 1px solid #981f351c;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  padding-top: 17px;
  display: flex
}
.card-bottom div {
  flex-direction: column;
  gap: 5px;
  display: flex
}
.card-bottom del {
  color: #aaa;
  font-size: 12px
}

.card-bottom b {
    color: var(--red);
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 500;
}

.card-bottom button {
  border: 0;
  border-bottom: 1px solid var(--gold);
  color: var(--red);
  cursor: pointer;
  background: 0 0;
  padding: 0 0 6px;
  font-size: 14px
}

.card-bottom button span {
  margin-left: 20px
}

.card-bottom button i {
    font-size: 16px;
    font-weight: 900;
    top: 2px;
    position: relative;
}

.product-detail {
  background: #faf8f6
}
.detail-top {
  grid-template-columns: 54% 40%;
  align-items: center;
  gap: 6%;
  padding: 120px clamp(32px, 7vw, 112px);
  display: grid
}
.detail-gallery {
  background: #fff;
  position: relative
}
.detail-gallery img {
  width: 100%;
  display: block
}
.detail-gallery small {
  color: #8c8082;
  letter-spacing: .16em;
  font-size: 7px;
  position: absolute;
  bottom: 17px;
  left: 20px
}
.detail-buy h2 {
  margin: 20px 0 8px;
  font-size: 40px
}
.detail-buy h3 {
  color: var(--red);
  margin: 0 0 28px;
  font: 400 16px Noto Serif SC, serif
}
.detail-intro {
  color: var(--muted);
  font-size: 14px;
  line-height: 2
}
.detail-price {
  align-items: center;
  gap: 14px;
  margin: 30px 0 24px;
  display: flex
}
.detail-price del {
  color: #aaa;
  font-size: 12px
}

.detail-price strong {
    color: var(--red);
    font-family: "Noto Serif", serif;
    font-size: 28px;
    font-weight: 500;
}

.buy-row {
  gap: 12px;
  display: flex
}
.buy-row label {
  height: 48px;
  color: var(--muted);
  border: 1px solid #981f352e;
  align-items: center;
  gap: 18px;
  padding: 0 16px;
  font-size: 14px;
  display: flex
}
.buy-row select {
  color: var(--ink);
  background: 0 0;
  border: 0
}

.buy-row button {
    background: var(--red);
    color: #fff;
    letter-spacing: .08em;
    border: 0;
    flex: 1;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-note {
  color: #9c9294;
  margin-top: 15px;
  font-size: 12px
}
.detail-nav {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffffff0;
  border-top: 1px solid #981f351a;
  border-bottom: 1px solid #981f351a;
  justify-content: center;
  padding: 0 clamp(32px, 7vw, 112px);
  display: flex;
  position: sticky;
  top: 0
}
.detail-nav a {
  color: var(--muted);
  padding: 19px 26px;
  font-size: 14px
}
.detail-story {
  text-align: center;
  background: #fff;
  padding: 115px clamp(32px, 11vw, 180px)
}
.detail-story h2 {
  margin: 23px auto
}
.detail-story > p:last-child {
  max-width: 690px;
  color: var(--muted);
  margin: auto;
  font-size: 14px;
  line-height: 2
}
.detail-two {
  background: linear-gradient(120deg, #d9e4e852, #fff 47%, #f4d9de4d);
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding: 110px clamp(32px, 7vw, 112px);
  display: grid
}
.detail-two h2 {
  margin: 22px 0 35px;
  font-size: 36px
}
.check-line {
  border-top: 1px solid #981f351f;
  gap: 18px;
  padding: 17px 0;
  font-size: 14px;
  display: flex
}
.check-line b {
  color: var(--red)
}
.feature-grid {
  grid-template-columns: 1fr 1fr;
  display: grid
}
.feature-grid article {
  border: 1px solid #981f351a;
  min-height: 112px;
  margin: -1px 0 0 -1px;
  padding: 19px
}

.feature-grid small {
    color: var(--coral);
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    display: block;
}

.feature-grid span {
    margin-top: 28px;
    font-family: "Noto Serif", serif;
    font-size: 16px;
    display: block;
}

.usage-block, .faq-block {
  background: #fff;
  grid-template-columns: 36% 58%;
  gap: 6%;
  padding: 110px clamp(32px, 7vw, 112px);
  display: grid
}
.usage-block h2, .faq-block h2 {
  margin-top: 22px;
  font-size: 36px
}
.usage-block dl {
  margin: 0
}
.usage-block dl > div {
  border-top: 1px solid #981f351f;
  grid-template-columns: 110px 1fr;
  padding: 25px 0;
  display: grid;
	gap: 30px;
}

.usage-block dt {
    color: var(--red);
    font-family: "DM Serif Display", serif;
}

.usage-block dd {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.9
}
.faq-block {
  background: #faf8f6
}
.faq-list details {
  border-top: 1px solid #981f3521
}

.faq-list summary {
    cursor: pointer;
    justify-content: space-between;
    padding: 22px 0;
    font-family: "Noto Serif", sans-serif;
    font-size: 16px;
    list-style: none;
    display: flex;
}

.faq-list summary span {
  color: var(--red)
}
.faq-list details p {
  color: var(--muted);
  margin: 0;
  padding: 0 40px 22px 0;
  font-size: 14px;
  line-height: 1.9
}
.related-products {
  grid-template-columns: 32% 62%;
  gap: 6%;
  padding: 105px clamp(32px, 7vw, 112px);
  display: grid
}
.related-head h2 {
  margin-top: 22px;
  font-size: 34px
}
.related-products > div:last-child {
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  display: grid
}
.related-products button {
  text-align: left;
  cursor: pointer;
  background: #fff;
  border: 1px solid #981f351a;
  grid-template-columns: 105px 1fr 25px;
  align-items: center;
  padding: 0;
  display: grid
}
.related-products button img {
  object-fit: cover;
  width: 105px;
  height: 105px
}
.related-products button > span {
  padding: 15px
}
.related-products button small {
  color: var(--coral);
  margin-bottom: 9px;
  font-size: 14px;
  display: block
}

.related-products button b {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    font-weight: 500;
}


.related-products button i {
    color: var(--red);
    font-style: normal;
    font-size: 20px;
    font-weight: 900;
}

.product-help {
  background: linear-gradient(110deg, #f4d9dea6, #fff 62%);
  justify-content: space-between;
  align-items: center;
  padding: 72px clamp(32px, 7vw, 112px);
  display: flex
}
.product-help small {
  color: var(--red);
  letter-spacing: .22em;
  font-size: 12px
}
.product-help h2 {
  margin: 14px 0 8px;
  font-size: 32px
}
.product-help p {
  color: var(--muted);
  margin: 0;
  font-size: 14px
}
.product-help > a {
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  font-size: 10px;
  display: flex
}
.product-help > a span {
      color: var(--cream);
    margin-top: 6px;
    font-size: 26px;
    font-weight: 900;
    transform: rotate(-45deg);
}
@media (width<=900px) {
  .products-hero {
    align-items: flex-start;
    min-height: 690px;
    padding: 125px 24px 75px
  }
  .products-hero h1 {
    font-size: 40px
  }
  .products-hero-words {
    gap: 10px;
    top: auto;
    bottom: 60px;
    right: -32px
  }
  .products-hero-words span {
    width: 88px;
    height: 88px;
    font-size: 31px
  }
  .products-hero-words i {
    width: 18px
  }
  .product-catalog {
    padding: 85px 24px
  }
  .catalog-intro {
    flex-direction: column;
    align-items: flex-start
  }
  .stage-tabs {
    overflow-x: auto
  }
  .stage-tabs button {
    white-space: nowrap;
    padding: 15px 20px
  }
  .catalog-grid {
    grid-template-columns: 1fr 1fr
  }
  .product-photo {
    height: 320px
  }
  .detail-top {
    grid-template-columns: 1fr;
    padding: 85px 24px
  }
  .detail-buy {
    margin-top: 35px
  }
  .detail-nav {
    justify-content: flex-start;
    padding: 0 10px;
    overflow-x: auto
  }
  .detail-nav a {
    white-space: nowrap;
    padding: 16px
  }
  .detail-story, .detail-two, .usage-block, .faq-block {
    padding: 85px 24px
  }
  .detail-two, .usage-block, .faq-block, .related-products {
    grid-template-columns: 1fr
  }
  .detail-two {
    gap: 65px
  }
  .related-products {
    padding: 85px 24px
  }
  .related-products > div:last-child {
    margin-top: 30px
  }
  .product-help {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    padding: 55px 24px
  }
  .product-help > a {
    align-self: flex-end
  }
}
@media (width<=560px) {
  .products-hero h1 {
    font-size: 35px
  }
  .products-hero-words {
    right: -10px
  }
  .products-hero-words span {
    width: 76px;
    height: 76px
  }
  .catalog-grid {
    grid-template-columns: 1fr
  }
  .product-photo {
    height: 360px
  }
  .detail-buy h2 {
    font-size: 32px
  }
  .buy-row {
    flex-direction: column
  }
  .buy-row button {
    min-height: 48px
  }
  .detail-two h2, .usage-block h2, .faq-block h2 {
    font-size: 31px
  }
  .usage-block dl > div {
    grid-template-columns: 1fr;
    gap: 10px
  }
  .related-products > div:last-child {
    grid-template-columns: 1fr
  }
}
.mums-page {
  background: #fff
}
.mums-header {
  position: absolute
}
.mums-hero {
  background: #f8f2ea;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.mums-hero > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}
.mums-hero:after {
  content: "";
  background: linear-gradient(90deg, #fffaf5f5 0%, #fffaf5cc 38%, #0000 66%);
  position: absolute;
  inset: 0
}
.mums-hero-copy {
  z-index: 2;
  max-width: 760px;
  padding: 210px clamp(32px, 8vw, 125px) 90px;
  position: relative
}

.mums-hero h1 {
    margin: 25px 0 18px;
    font-family: "DM Serif Display", serif;
    font-size: 65px;
}

.mums-hero-copy > p:last-of-type {
    color: var(--muted);
    font-size: 14px;
}

.mums-hero-copy > a {
    border-bottom: 1px solid var(--gold);
    color: var(--red);
    gap: 15px;
    margin-top: 38px;
    padding-bottom: 10px;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    display: inline-flex;
}

.mums-hero-copy > a i{
    font-weight: 900;
}

.mums-hero-note {
  z-index: 2;
  border-left: 1px solid var(--gold);
  color: #fff;
  letter-spacing: .08em;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.9;
  position: absolute;
  bottom: 55px;
  right: 5vw
}
.stage-guide, .mum-stories {
  padding: 120px clamp(32px, 7vw, 112px)
}
.guide-heading {
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  display: flex
}
.guide-heading h2 {
  margin: 22px 0 0
}
.guide-heading > p {
  max-width: 380px;
  color: var(--muted);
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 2
}
.stage-mosaic {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 58% 42%;
  gap: 18px;
  height: 680px;
  margin-top: 65px;
  display: grid
}
.mosaic-card {
  background: #eee;
  position: relative;
  overflow: hidden
}
.mosaic-card.m1 {
  grid-row: 1/3
}
.mosaic-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .5s
}
.mosaic-card.m2 img {
  object-position: 70% center
}
.mosaic-card:hover img {
  transform: scale(1.025)
}
.mosaic-card:after {
  content: "";
  background: linear-gradient(#0000 35%, #241d1fb3);
  position: absolute;
  inset: 0
}

.mosaic-card > span {
    z-index: 2;
    color: #fff;
    font-size: 26px;
    font-family: "DM Serif Display", serif;
    position: absolute;
    top: 22px;
    left: 24px;
}

.mosaic-card > div {
  z-index: 2;
  color: #fff;
  position: absolute;
  bottom: 28px;
  left: 30px;
  right: 30px
}

.mosaic-card small {
  letter-spacing: .22em;
  font-size: 12px;
}

.mosaic-card h3 {
    margin: 10px 0 8px;
    font-family: "Noto Serif", serif;
    font-size: 26px;
}

.mosaic-card p {
  color: #ffffffbf;
  margin: 0;
  font-size: 14px;
}

.mosaic-card b {
	margin-top: 15px;
	font-size: 14px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	display: inline-block;
}

.mosaic-card b i {
    font-weight: 900;
	font-size: 16px;
    top: 2px;
    position: relative;
}

.mum-stories {
  background: linear-gradient(135deg, #f4d9de38, #fff 40%, #d9e4e82e)
}
.stories-heading {
  text-align: center
}
.stories-heading h2 {
  margin: 22px 0 10px
}
.stories-heading > p:last-child {
  color: var(--muted);
  font-size: 14px;
}

.editorial-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1.45fr 1fr;
  gap: 24px;
  margin-top: 62px;
  display: grid
}
.editorial-card {
  background: #fff;
  display: grid
}
.editorial-card.e1 {
  grid-row: 1/3
}
.editorial-card.e1 .editorial-image {
  height: 500px
}
.editorial-card:not(.e1) {
  grid-template-columns: 45% 55%;
  min-height: 225px
}
.editorial-card.e4 {
  grid-area: 3/1/auto/3;
  grid-template-columns: 38% 62%
}
.editorial-image {
  min-height: 210px;
  position: relative;
  overflow: hidden
}
.editorial-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .45s
}
.editorial-card:hover img {
  transform: scale(1.025)
}

.editorial-image span {
	color: var(--red);
	background: #ffffffe6;
	padding: 7px 10px;
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 17px;
	left: 17px;
}

.editorial-copy {
	padding: 26px;
	background: #f9f9f9;
}

.editorial-copy small {
  color: var(--coral);
  letter-spacing: .15em;
  font-size: 12px;
}

.editorial-copy h3 {
    margin: 16px 0 10px;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    line-height: 130%;
}

.editorial-card.e1 h3 {
  font-size: 28px
}

.editorial-copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8
}

.editorial-copy b {
  color: var(--red);
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.editorial-copy b i {
    font-weight: 900;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.editorial-card.e4 .editorial-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.editorial-card.e4 .editorial-copy h3 {
    font-size: 28px;
}

.more-stories {
  border-bottom: 1px solid var(--gold);
  width: max-content;
  color: var(--red);
  gap: 15px;
  margin: 55px auto 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex
}

.more-stories span i {
    font-weight: 900;
    top: 2px;
    font-size: 16px;
    position: relative;
}

@media (width<=900px) {
  .mums-hero {
    min-height: 720px
  }
  .mums-hero-copy {
    padding: 155px 24px 80px
  }
  .mums-hero h1 {
    font-size: 48px
  }
  .mums-hero:after {
    background: linear-gradient(90deg, #fffaf5f0, #fffaf58c 62%, #0000)
  }
  .mums-hero-note {
    right: 24px
  }
  .stage-guide, .mum-stories {
    padding: 85px 24px
  }
  .guide-heading {
    flex-direction: column;
    align-items: flex-start
  }
  .stage-mosaic {
    grid-template-rows: 480px 320px;
    grid-template-columns: 1fr 1fr;
    height: auto
  }
  .mosaic-card.m1 {
    grid-area: 1/1/auto/3
  }
  .mosaic-card.m2, .mosaic-card.m3 {
    grid-row: 2
  }
  .editorial-grid {
    grid-template-columns: 1fr
  }
  .editorial-card.e1, .editorial-card.e4 {
    grid-area: auto
  }
  .editorial-card.e1 .editorial-image {
    height: 390px
  }
  .editorial-card:not(.e1), .editorial-card.e4 {
    grid-template-columns: 42% 58%;
    min-height: 220px
  }
}
@media (width<=560px) {
  .mums-hero {
    min-height: 690px
  }
  .mums-hero > img {
    object-position: 66% center
  }
  .mums-hero:after {
    background: linear-gradient(90deg, #fffaf5f5, #fffaf5b8 70%, #0000)
  }
  .mums-hero h1 {
    font-size: 40px
  }
  .mums-hero-copy > p:last-of-type {
    font-size: 14px
  }
  .mums-hero-note {
    display: none
  }
  .stage-mosaic {
    display: block
  }
  .mosaic-card {
    height: 330px;
    margin-bottom: 14px;
    display: block
  }
  .mosaic-card.m1 {
    height: 430px
  }
  .editorial-card, .editorial-card:not(.e1), .editorial-card.e4 {
    display: block
  }
  .editorial-card .editorial-image, .editorial-card.e1 .editorial-image {
    height: 270px
  }
  .editorial-card.e1 h3 {
    font-size: 23px
  }
}
.about-page {
  background: #fff
}
.about-header {
  position: absolute
}
.about-hero {
  background: linear-gradient(118deg, #fff 0 57%, #f4d9de6b 57% 78%, #d9e4e859 78%);
  align-items: center;
  min-height: 720px;
  padding: 120px clamp(32px, 8vw, 125px) 90px;
  display: flex;
  position: relative;
  overflow: hidden
}
.about-hero-copy {
  z-index: 2;
  max-width: 800px;
  position: relative
}

.about-hero h1 {
    margin: 27px 0 25px;
    font-family: "DM Serif Display", serif;
    font-size: 65px;
}

.about-hero-copy > p:last-child {
  max-width: 570px;
  color: var(--muted);
  font-size: 14px;
  line-height: 2;
}

.about-mark {
  color: #981f35b8;
  border: 1px solid #c9a66b8c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 360px;
  height: 360px;
  font: 400 74px Noto Serif SC, serif;
  display: flex;
  position: absolute;
  top: 180px;
  right: 7vw
}
.about-mark:before {
  content: "";
  background: #ffffff59;
  border-radius: 50%;
  width: 460px;
  height: 210px;
  position: absolute;
  transform: rotate(-25deg)
}
.about-mark span {
  z-index: 1;
  position: relative
}
.about-mark i {
  background: #ffffff73;
  border-radius: 50%;
  width: 290px;
  height: 290px;
  position: absolute;
  bottom: -130px;
  right: -120px
}

.about-side-note {
    text-align: right;
    color: var(--red);
    letter-spacing: .2em;
    margin: 0;
    font-family: "DM Serif Display", serif;
    font-size: 14px;
    position: absolute;
    bottom: 52px;
    right: 5vw;
}

.about-intro {
  background: #fff;
  grid-template-columns: 38% 56%;
  gap: 6%;
  padding: 125px clamp(32px, 9vw, 145px);
  display: grid
}
.about-intro h2 {
  margin-top: 23px
}
.about-intro-copy {
  border-left: 1px solid #c9a66b99;
  padding-left: 55px
}
.about-intro-copy p {
  color: var(--muted);
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 2.1
}

.about-intro-copy span {
    color: var(--red);
    letter-spacing: .16em;
    margin-top: 35px;
    font-family: "DM Serif Display", serif;
    font-size: 14px;
    display: block;
}

.purpose {
  background: linear-gradient(125deg, #f5ede2a6, #fff 48%, #f4d9de47);
  grid-template-columns: 31% 63%;
  gap: 6%;
  padding: 120px clamp(32px, 7vw, 112px);
  display: grid
}
.purpose-title h2 {
  margin-top: 23px
}
.purpose-grid {
  border-top: 1px solid #981f3529;
  grid-template-columns: 1fr 1fr;
  display: grid
}
.purpose-grid article {
  border-left: 1px solid #981f3521;
  min-height: 330px;
  padding: 35px
}
.purpose-grid article:first-child {
  border-left: 0
}

.purpose-grid span {
    color: var(--red);
    letter-spacing: .15em;
    font-family: "DM Serif Display", serif;
    font-size: 26px;
}

.purpose-grid small {
	float: right;
	color: var(--coral);
	font-size: 14px;
	font-weight: 600;
}

.purpose-grid h3 {
    margin: 50px 0 0;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    font-weight: 400;
}

.contact-section {
  background: #faf8f6;
  padding: 120px clamp(32px, 7vw, 112px)
}
.contact-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  display: flex
}
.contact-head h2 {
  margin: 23px 0 0
}

.contact-head > p {
  color: var(--muted);
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.9;
}

.contact-layout {
  grid-template-columns: 66% 28%;
  gap: 6%;
  margin-top: 65px;
  display: grid
}
.contact-main > article, .contact-pair {
  border-top: 1px solid #981f3524;
  padding: 30px 0
}

.contact-main small {
	color: var(--coral);
	letter-spacing: .18em;
	margin-bottom: 17px;
	font-size: 13px;
	font-weight: 600;
	display: block;
}

.contact-main p {
    color: var(--ink);
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
}

.contact-main article > a:not(.contact-value) {
  border-bottom: 1px solid var(--gold);
  color: var(--red);
  gap: 15px;
  margin-top: 21px;
  padding-bottom: 6px;
  font-size: 14px;
  display: inline-flex;
}

.contact-main article > a:not(.contact-value) span i {
    font-size: 16px;
    font-weight: 900;
    position: relative;
    top: 2px;
}

.contact-pair {
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  display: grid
}

.contact-value {
    color: var(--red);
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
}

.hours dl {
  margin: 0
}

.hours dl > div {
  grid-template-columns: 150px 1fr;
  padding: 8px 0;
  display: grid
}

.hours dt {
  font-size: 14px;
}

.hours dd {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}

.xiaoy-card {
  background: var(--deep);
  color: #fff;
  align-self: start;
  padding: 50px 38px
}
.xiaoy-card > span {
  border: 1px solid #ffffff59;
  border-radius: 50%;
  place-items: center;
  width: 78px;
  height: 78px;
  font: 400 27px Noto Serif SC, serif;
  display: grid
}

.xiaoy-card > small {
  color: #f3bcc4;
  letter-spacing: .2em;
  margin-top: 38px;
  font-size: 12px;
  display: block
}

.xiaoy-card h3 {
    margin: 16px 0;
    font-family: "Noto Serif", serif;
    font-size: 24px;
    line-height: 130%;
    font-weight: 400;
}

.xiaoy-card p {
  color: #ffffff9e;
  font-size: 14px;
  line-height: 1.9;
}

.xiaoy-card a {
    border-bottom: 1px solid #c9a66bb3;
    justify-content: space-between;
    margin-top: 38px;
    padding-bottom: 9px;
    font-size: 14px;
    display: flex;
    color: #fff;
}

.xiaoy-card a i {
    font-size: 16px;
    font-weight: 900;
}

.social-list {
  border-top: 1px solid #981f3524;
  margin-top: 65px
}

.social-list > p {
  color: var(--red);
  letter-spacing: .18em;
  margin: 26px 0 15px;
  font-size: 12px;
}

.social-list > a {
  border-top: 1px solid #981f351a;
  grid-template-columns: 65px 180px 1fr 30px;
  align-items: center;
  padding: 18px 0;
  display: grid
}

.social-list > a > span {
    color: var(--coral);
    font-size: 20px;
    font-family: "DM Serif Display", serif;
    letter-spacing: .08em;
}

.social-list > a > b {
    font-family: "Noto Serif", serif;
    font-size: 16px;
    font-weight: 400;
}

.social-list > a > small {
  color: var(--muted);
  font-size: 14px;
}

.social-list > a > i {
    color: var(--red);
    font-size: 20px;
    font-weight: 900;
    transform: rotate(-45deg);
}

@media (width<=900px) {
  .about-hero {
    align-items: flex-start;
    min-height: 720px;
    padding: 130px 24px 75px
  }
  .about-hero h1 {
    font-size: 41px
  }
  .about-mark {
    opacity: .65;
    width: 270px;
    height: 270px;
    font-size: 54px;
    top: auto;
    bottom: 70px;
    right: -55px
  }
  .about-side-note {
    display: none
  }
  .about-intro, .purpose {
    grid-template-columns: 1fr;
    padding: 85px 24px
  }
  .about-intro-copy {
    margin-top: 35px
  }
  .purpose-grid {
    margin-top: 20px
  }
  .contact-section {
    padding: 85px 24px
  }
  .contact-head {
    flex-direction: column;
    align-items: flex-start
  }
  .contact-layout {
    grid-template-columns: 1fr
  }
  .xiaoy-card {
    max-width: 420px
  }
  .social-list > a {
    grid-template-columns: 50px 145px 1fr 20px
  }
}
@media (width<=560px) {
  .about-hero {
    min-height: 690px
  }
  .about-hero h1 {
    font-size: 35px
  }
  .about-intro-copy {
    padding-left: 25px
  }
  .purpose-grid {
    grid-template-columns: 1fr
  }
  .purpose-grid article, .purpose-grid article:first-child {
    border-top: 1px solid #981f3521;
    border-left: 0;
    min-height: 230px;
    padding: 30px 0
  }
  .purpose-grid h3 {
    margin-top: 85px
  }
  .contact-pair {
    grid-template-columns: 1fr;
    gap: 30px
  }
  .hours dl > div {
    grid-template-columns: 120px 1fr
  }
  .social-list > a {
    grid-template-columns: 38px 1fr 22px
  }
  .social-list > a > small {
    display: none
  }
  .social-list > a > i {
    grid-column: 3
  }
  .contact-value {
    font-size: 16px
  }
}
@media (width>=901px) {
  .purpose {
    grid-template-columns: 29% 65%
  }
  .purpose-grid {
    grid-template-columns: repeat(3, 1fr)
  }
  .purpose-grid article {
    min-height: 360px;
    padding: 35px 28px
  }
	
  .purpose-grid small {
	  font-size: 14px;
	  font-weight: 600;
  }
	
  .purpose-grid h3 {
    margin-top: 145px;
    font-size: 16px;
    line-height: 1.9
  }
}

.purpose-title h2 {
    font-size: 36px;
    line-height: 130%;
    font-family: "DM Serif Display", serif;
}

.purpose-title h2 span {
  display: block
}

@media (width<=560px) {
  .purpose-title h2 {
    font-size: clamp(25px, 8vw, 28px);
    line-height: 1.6
  }
}
.header-lang {
  align-items: center;
  gap: 7px;
  display: flex
}
.header-lang b {
  font-weight: 600
}
.header-lang i {
  opacity: .45;
  font-style: normal
}
.header-lang a {
  opacity: .62;
  transition: all .2s
}
.header-lang a:hover {
  opacity: 1
}

.philosophy {
  padding-top: 96px;
  padding-bottom: 96px
}
.stage-flow > a {
  border-left: 1px solid #981f3521;
  padding: 35px 44px 40px;
  position: relative
}
.stage-flow > a:first-child {
  border-left: 0;
  padding-left: 0
}
.stage-flow > a > p {
  max-width: 260px;
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.9
}
.stage-link {
    border-bottom: 1px solid var(--gold);
    color: var(--red);
    margin-top: 18px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
	font-family: "Noto Sans", sans-serif;
}
.stage-link i {
    font-size: 16px;
    font-weight: 900;
    top: 2px;
    position: relative;
}
.brand-strength {
  background: #fff;
  grid-template-columns: 44% 50%;
  align-items: center;
  gap: 6%;
  padding: 88px clamp(32px, 7vw, 112px);
  display: grid
}
.strength-image img {
  width: 100%;
  height: auto;
  display: block
}
.strength-copy h2 {
  margin: 20px 0 26px;
  font-size: clamp(32px, 3vw, 46px)
}
.strength-facts {
  border-top: 1px solid #981f3524;
  grid-template-columns: repeat(3, 1fr);
  display: grid
}

.strength-facts .view-counter {
    text-align: center;
	padding: 30px;
}

.view-counter .title span {
    color: var(--muted);
    font-size: 14px;
    line-height: 130%;
}

.strength-facts .main-title {
    color: var(--red);
    font-size: 20px;
    font-weight: 400;
}

.strength-facts span.number {
    color: var(--red);
    font-size: 20px;
    font-weight: 400;
}

.strength-facts span.symbol {
    color: var(--red);
    font-size: 20px;
}

.strength-facts b {
  color: var(--red);
  margin-bottom: 7px;
  font: 400 17px Noto Serif SC, serif;
  display: block
}

.mums-picks {
  padding-top: 92px;
  padding-bottom: 92px
}

.read-more {
    border-bottom: 1px solid var(--gold);
    color: var(--red);
    margin-top: 18px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
	font-family: "Noto Sans", sans-serif;
}

.read-more i {
    font-size: 16px;
    font-weight: 900;
    top: 2px;
    position: relative;
}

.bg-sws {
	background: var(--deep);
}

.sws-footer {
    padding: 36px clamp(32px, 7vw, 112px);
    color: #fff;
    display: flex;
    gap: 45px;
    align-items: center;
}

.sws-footer p {
    font-size: 14px;
    color: #ffffffbf;
}

.footer-links {
    display: flex;
    justify-content: end;
    gap: 25px;
    align-items: center;
}

.footer-links a {
    color: #ffffffbf;
    font-size: 14px;
}

.sws-footer small {
    color: #ffffffbf;
    font-size: 12px;
}

@media (width<=900px) {
  .philosophy, .brand-strength, .mums-picks {
    padding: 72px 24px
  }
  .stage-flow > a, .stage-flow > a:first-child {
    border-top: 1px solid #981f351f;
    border-left: 0;
    padding: 28px 0
  }
  .brand-strength {
    grid-template-columns: 1fr;
    gap: 38px
  }
  .strength-image {
    max-width: 620px
  }
}
@media (width<=560px) {
  .philosophy, .brand-strength, .mums-picks {
    padding-top: 62px;
    padding-bottom: 62px
  }
  .strength-copy h2 {
    font-size: 30px
  }
  .strength-facts {
    grid-template-columns: 1fr
  }
  .strength-facts span {
    border-bottom: 1px solid #981f3517;
    padding: 15px 0
  }
  .strength-facts b {
    font-size: 16px
  }
}
