/* ===================================
   POLA Gift Recommendations LP - SP
   2026 Spring Edition
   Font: FuturaStd → Jost (web alt)
         TsukuMinPro → Noto Serif JP
         FuGo → Noto Sans JP
   =================================== */

/* ---------- Reset & Base ---------- */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  color: #4a4640;
  line-height: 1.9;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* SP / PC switching */
.pc-only { display: none; }
.sp-only { display: block; }
p.sp-only, span.sp-only { display: inline; }

@media (min-width: 769px) {
  .pc-only { display: block; }
  p.pc-only, span.pc-only { display: inline; }
  .sp-only { display: none !important; }
}


/* ---------- Scroll Animations ---------- */

/* Generic fade-in + slide-up */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered delay for child elements */
.fade-up-delay-1 { transition-delay: 0.15s; }
.fade-up-delay-2 { transition-delay: 0.3s; }
.fade-up-delay-3 { transition-delay: 0.45s; }

/* Image reveal with scale */
.reveal-scale {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.6s cubic-bezier(0.23, 1, 0.32, 1), transform 1.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.reveal-scale.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Hero specific */
.hero-vertical-text .vt-line {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-vertical-text .vt-line.is-visible {
  opacity: 1;
}

.hero-image,
.hero-vertical-text {
  will-change: transform;
}

/* Gift section elements */
.gift-visual,
.gift-product-name,
.gift-body {
  will-change: transform;
}

/* ---------- Vertical Text ---------- */
.vt-line {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

/* ===================================
   COVER
   =================================== */
/* ===================================
   FV (First View)
   =================================== */
.fv-spacer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #e2e0dd;
  z-index: 5;
  transition: opacity 3s ease;
}

.fv-spacer.fade-out {
  opacity: 0;
  pointer-events: none;
}

.fv-title-set {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.6s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: top;
}

.fv-title-set.is-visible {
  opacity: 1;
}

.cover-title {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  letter-spacing: 0.06em;
  color: #5a5550;
  padding-bottom: 0em;
  border-bottom: 0.5px solid #5a5550;
  margin-bottom: 0.4em;
  display: inline-block;
}

.cover-subtitle {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 0.92rem;
  letter-spacing: 0.2em;
  color: #5a5550;
}

.cover-subtitle strong {
  font-weight: 800;
  letter-spacing: 0.22em;
}

/* ===================================
   HERO
   =================================== */
.hero {
  position: relative;
  margin-bottom: 50px;
}


.hero-visual {
  position: relative;
}

.hero-image {
  width: 100%;
  display: block;
}

/* Vertical text - centered on image */
.hero-vertical-text {
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.7em;
}

.hero-vertical-text .vt-line {
  font-family: "tsukushi-mincho-pro", "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-size: 17px;
  color: #4a4640;
  letter-spacing: 0.12em;
}

/* Chevron - on image */
.hero-scroll {
  position: absolute;
  bottom: 49%;
  left: 50%;
  transform: translateX(-50%);
}

.chevron-down {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  transform: rotate(45deg);
  animation: chevron-pulse 2.4s ease infinite;
}

@keyframes chevron-pulse {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/* Intro text - on image bottom */
.hero-intro {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.8s cubic-bezier(0.23, 1, 0.32, 1), transform 1.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.3s;
}

.hero-intro.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-intro {
  position: absolute;
  bottom: 35%;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 0 8%;
}

/* ---------- Hero Profile ---------- */
.hero-profile {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 12vw 10% 16vw;
  z-index: 2;
}

.hero-profile-heading {
  margin-bottom: 0;
}

.speech-bubble {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0.5em 0 0.6em;
  border-top: 1px solid #fff;
  margin-bottom: 30px;
}

.speech-bubble-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.speech-bubble-lines::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  border-bottom: 1px solid #fff;
}

.speech-bubble-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30%;
  right: 0;
  border-bottom: 1px solid #fff;
}

.speech-bubble-tail {
  position: absolute;
  bottom: -27px;
  left: 24%;
}

.speech-bubble-tail span {
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 3px;
}

.speech-bubble-tail span:nth-child(1) {
  margin-left: 0;
}

.speech-bubble-tail span:nth-child(2) {
  margin-left: 4px;
}

.speech-bubble-tail span:nth-child(3) {
  margin-left: 8px;
}

.speech-bubble-tail span:nth-child(4) {
  margin-left: 12px;
}

.speech-bubble-tail span:nth-child(5) {
  margin-left: 12px;
}

.hero-profile-photo {
  width: 40%;
  margin: 0 auto 2vw;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.hero-profile-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.hero-profile-role {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #fff;
}

.hero-profile-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: #fff;
}

.hero-profile-name-en {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 8px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 1vw;
}

.hero-profile-bio {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}

.hero-profile-bio.sp-only {
  display: block;
  word-break: break-all;
  margin-left: auto;
  margin-right: auto;
}

/* ===================================
   INTRO
   =================================== */
.intro {
  background: #fff;
  padding: 14vw 7% 16vw;
  margin-bottom: 50px;
}

.intro-inner {
  display: flex;
  flex-direction: column;
}

.intro-heading {
  text-align: center;
  margin-bottom: 8vw;
}

.intro-heading .vt-line {
  writing-mode: horizontal-tb;
  text-orientation: initial;
  font-size: 18px;
  color: #8c7e6e;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 2;
}


.intro-body {
  text-align: left;
}

.intro-body p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 2.1;
  color: #4a4640;
  text-align: justify;
}

.intro-body p.sp-only {
  display: block;
}

/* ===================================
   GIFT SECTIONS (shared)
   =================================== */
.gift {
  padding: 0 0 14vw;
  margin-bottom: 100px;
}

.gift-visual {
  position: relative;
  padding-top: 12vw;
}

.gift-label {
  position: absolute;
  top: 5%;
  left: 4%;
  z-index: 2;
}

.gift-label em {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #5a5550;
  display: block;
  width: 55px;
  height: 55px;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  padding: 0.5em 0 0 0.6em;
}

.gift-label-right {
  left: 73%;
  right: 4%;
  text-align: right;
}

.gift-label-right em {
  border-left: none;
  border-right: 0.5px solid #fff;
  padding-left: 0;
  padding-right: 0.6em;
}

.gift-image-wrap {
  width: 100%;
}

.gift-photo-clip {
  overflow: hidden;
  width: 255px;
  height: 340px;
  position: relative;
}

.gift-photo-clip picture {
  display: block;
  width: 100%;
  height: 100%;
}

.gift-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.gift-body,
.gift-product-name {
  will-change: transform;
}

.gift-vertical-heading {
  position: absolute;
  top: 0;
  left: 65%;
  width: 35%;
  display: flex;
  justify-content: center;
  gap: 0.7em;
  z-index: 2;
}

.gift-vertical-heading .vt-line {
  font-size: 1.2rem;
  color: #5a5550;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.gift-relaxing .gift-vertical-heading .vt-line {
  color: #eeab87;
  font-weight: 500;
}

.gift-vertical-left {
  right: auto;
  left: 0;
}

.gift-vertical-left .vt-line {
  text-align: left;
}

/* Product name with colored rectangle */
.gift-product-name {
  background: #eeab87;
  padding: 2vw 4%;
  margin: 0;
  display: inline-block;
}

.gift-product-name-center {
  text-align: right;
}

.gift-amulet {
  background: #fff;
  text-align: right;
}

.product-brand {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.12em;
  color: #fff;
  margin-bottom: 0.1em;
}

.product-name {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1.7;
}

.product-sub {
  font-size: 8px;
}

.gift-body {
  padding: 6vw 15% 0 4%;
}

.gift-body p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 2.1;
  text-align: justify;
}

.gift-annotation {
  font-size: 0.68rem;
  color: #7a756e;
  text-align: right;
  margin-top: 0.5em;
}

/* ===================================
   RELAXING GIFT
   =================================== */
.gift-relaxing {
  background: #fff;
}

.gift-relaxing .gift-label em {
  color: #fff;
}

.gift-relaxing .gift-product-name {
  background: #eeab87;
}

/* ===================================
   AMULET GIFT
   =================================== */
.gift-amulet .gift-photo-clip {
  margin-left: auto;
}

.gift-amulet .gift-photo {
  transform: scale(1.4);
}

.gift-amulet .gift-label em {
  color: rgba(255,255,255,0.85);
}

.gift-amulet .gift-vertical-heading {
  left: 0;
  width: 35%;
}

.gift-amulet .gift-vertical-heading .vt-line {
  color: #969696;
  font-weight: 500;
}

.gift-amulet .gift-product-name {
  background: #969696;
  margin-left: auto;
  margin-right: 0;
}

.gift-amulet .product-name {
  color: #fff;
  letter-spacing: 0.2em;
}

.gift-amulet .gift-body {
  padding: 6vw 4% 0 15%;
  text-align: right;
}

/* ===================================
   CHEER UP GIFT
   =================================== */
.gift-cheerup {
  background: #fff;
  margin-bottom: 50px;
}

.gift-cheerup .gift-label em {
  color: #fff;
}

.gift-cheerup .gift-vertical-heading .vt-line {
  color: #a7cecd;
}

.gift-cheerup .gift-product-name {
  background: #8aacbc;
}

/* ===================================
   CLOSING
   =================================== */
.closing {
  background: #fff;
  padding: 0 0 16vw;
  margin-bottom: 50px;
}

.closing-photo {
  width: 100%;
  overflow: hidden;
}

.closing-image {
  width: 100%;
}

.closing-inner {
  display: flex;
  flex-direction: column;
  padding: 12vw 7% 0;
}

.closing-heading {
  text-align: center;
  margin-bottom: 8vw;
}

.closing-heading .vt-line {
  writing-mode: horizontal-tb;
  text-orientation: initial;
  font-size: 18px;
  color: #8c7e6e;
  letter-spacing: 0.14em;
  line-height: 2;
}

.closing-body {
  text-align: left;
}

.closing-body p {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 2.1;
  text-align: justify;
}

.closing-body p.sp-only {
  display: block;
}

/* ===================================
   RECOMMEND ITEMS
   =================================== */
.recommend {
  background: #fff;
  padding: 10vw 7% 12vw;
  position: relative;
  margin-bottom: 150px;
}

.recommend::before,
.recommend::after {
  content: "";
  position: absolute;
  left: 0;
  height: 0.5px;
  background: #c0bdb8;
}

.recommend::before {
  top: 0;
  left: 4%;
  right: 4%;
}

.recommend::after {
  bottom: 0;
  left: 4%;
  right: 4%;
}

.recommend-label {
  position: absolute;
  top: 0;
  left: 4%;
  bottom: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-right: 0.5px solid #c0bdb8;
  display: flex;
  align-items: center;
  padding: 0;
}

.recommend-label span {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  padding-top: 3vw;
  color: #b0aba5;
}

.rec-item {
  margin-bottom: 6vw;
  padding-left: 8%;
}

.rec-catch {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-size: 0.77rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #db4f03;
  margin-bottom: 5vw;
}

.rec-catch-lip {
  color: #e0537a;
}

.rec-catch-bouquet {
  color: #7bc8a9;
}

.rec-placeholder {
  font-size: 0.75rem;
  line-height: 1.8;
  color: #b0aba5;
  margin-bottom: 5vw;
  word-break: break-all;
}

.rec-product-row {
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.rec-product-info {
  flex: 1;
}

.rec-product-image {
  width: 28%;
  flex-shrink: 0;
}

.rec-product-image img {
  width: 100%;
}

.rec-product-image-with-swatch {
  position: relative;
}

.rec-swatch-image {
  position: absolute;
  bottom: 5%;
  left: -55%;
  width: 100% !important;
}

.rec-limited {
  margin-bottom: 0.6em;
}

.rec-limited span {
  font-size: 0.62rem;
  font-weight: 500;
  color: #fff;
  background: #db4f03;
  border: none;
  padding: 0.15em 0.5em;
  display: inline-block;
}

.rec-product-name-ja {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
  margin-bottom: 0.3em;
}

.rec-spec {
  font-size: 10px;
  color: #4a4640;
  margin-bottom: 0.5em;
}

.rec-spec small {
  font-size: 0.68rem;
}

.rec-spec-sm {
  font-size: 10px;
  color: #4a4640;
  line-height: 1.6;
}

.rec-spec-sm small {
  font-size: 0.62rem;
}

.rec-notes {
  list-style: none;
  font-size: 0.68rem;
  color: #7a756e;
}

.rec-annotation {
  margin-top: 1.5em;
  font-size: 0.68rem;
  color: #7a756e;
}

.rec-notes li::before {
  content: "● ";
}

.rec-notes li.note-dot::before {
  content: "● ";
}

.rec-divider {
  border: none;
  border-top: 0.5px solid #c0bdb8;
  margin: 8vw 0 8vw 8%;
}

/* Lip products */
.rec-lip-products {
  padding-top: 6vw;
}

.rec-lip-row {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6vw;
}

.rec-lip-row-img {
  width: 30%;
}

.rec-lip-row > .rec-lip-item {
  flex: 1;
  margin-bottom: 10px;
}

.rec-lip-row-right {
  flex: 1;
  margin-bottom: 10px;
}

.rec-lip-images {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.rec-lip-images > img:first-child {
  width: 30%;
  margin-right: calc(35.5% + 3% - 30%);
}

.rec-lip-images > img:nth-child(2) {
  width: 30%;
}

.rec-lip-info {
  display: flex;
  gap: 3%;
  margin-top: 0vw;
}

.rec-lip-item {
  flex: none;
}

.rec-lip-item .rec-product-name-ja {
  font-size: 0.68rem;
  text-align: left;
}

.rec-lip-item .rec-spec-sm {
  text-align: left;
  font-size: 0.65rem;
}

.rec-swatches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  row-gap: 15px;
  flex: 1;
}

.rec-swatch {
  position: relative;
  margin-bottom: 15px;
}

.swatch-text {
  line-height: 1;
}

.swatch-num {
  font-family: "Jost", "Futura", sans-serif;
  font-weight: 400;
  font-size: 8px;
  color: #4a4640;
}

.rec-swatch img {
  position: absolute;
  top: -25px;
  width: 50%;
  left: 20px;
  max-width: 50px;
  height: auto;
  flex-shrink: 0;
}

.swatch-name {
  font-size: 8px;
  color: #4a4640;
}

/* Bouquet products */
.rec-bouquet-row {
  display: flex;
  gap: 0;
  align-items: flex-end;
}

.rec-bouquet-info {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.rec-bouquet-list {
  list-style: none;
  counter-reset: bouquet;
}

.rec-bouquet-list li {
  counter-increment: bouquet;
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 1.4em;
}

.rec-bouquet-list li:last-child {
  margin-bottom: 0;
}

.rec-bouquet-list li::before {
  content: counter(bouquet) ".";
  position: absolute;
  left: 0;
  font-size: 0.82rem;
  font-weight: 500;
}

.rec-lip-list {
  list-style: none;
  counter-reset: lip;
}

.rec-lip-list li {
  counter-increment: lip;
  padding-left: 1.6em;
  position: relative;
  margin-bottom: 1.4em;
}

.rec-lip-list li:last-child {
  margin-bottom: 0;
}

.rec-lip-list li::before {
  content: counter(lip) ".";
  position: absolute;
  left: 0;
  font-size: 0.82rem;
  font-weight: 500;
}

.rec-bouquet-image {
  width: 45%;
  flex-shrink: 0;
  position: relative;
}

.rec-bouquet-image img {
  width: 100%;
}

.rec-bouquet-labels span {
  position: absolute;
  bottom: 0;
  font-family: "Jost", "Futura", sans-serif;
  font-size: 0.75rem;
  color: #4a4640;
}

.rec-bouquet-labels span:first-child {
  left: 5%;
}

.rec-bouquet-labels span:last-child {
  right: -5%;
}

/* ===================================
   PROFILE
   =================================== */
.profile {
  background: #fff;
  padding: 10vw 7% 6vw;
}

.profile-label-wrap {
  flex: 1;
  min-width: 0;
}

.profile-label {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #4a4640;
  margin-bottom: 0.5rem;
  border-left: 1px solid #c0bdb8;
  border-right: 1px solid #c0bdb8;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.profile-label br {
  display: none;
}

.profile-card {
  display: flex;
  gap: 5%;
  align-items: flex-start;
}

.profile-photo {
  width: 32%;
  flex-shrink: 0;
}

.profile-photo img {
  width: 100%;
}

.profile-info {
  flex: 1;
}

.profile-name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin-bottom: 0.5em;
  color: #3a3530;
}

.profile-name-en {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: #7a756e;
  margin-left: 0.6em;
}

.profile-bio {
  font-size: 10px;
  line-height: 1.5 !important;
  color: #4a4640;
}

/* ===================================
   FOOTER
   =================================== */
.footer {
  background: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4vw 5%;
}

.footer-copy {
  font-family: "Jost", "Futura", "Century Gothic", sans-serif;
  font-weight: 300;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
}

.footer-logo {
  width: 55px;
  filter: brightness(0) invert(1);
}

/* ===================================
   PC Layout (min-width: 769px)
   =================================== */
@media (min-width: 769px) {

  body {
    font-size: 16px;
  }

  /* ---------- FV ---------- */

  /* ---------- HERO ---------- */
  .hero {
    margin-bottom: 120px;
  }

  .hero-vertical-text {
    justify-content: flex-start;
    left: 10%;
    right: auto;
    top: 14%;
  }

  .hero-vertical-text .vt-line {
    font-size: 22px;
  }

  .hero-bottom-group {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 10%;
    z-index: 2;
  }

  .hero-bottom-group .hero-intro {
    position: static;
    font-size: 1.05rem;
    line-height: 2.6;
    padding: 0;
    margin-bottom: 30px;
  }

  .hero-bottom-group .hero-profile {
    position: static;
    padding: 2.5vw 10% 30px;
  }

  .hero-profile-photo {
    width: 15%;
    margin-bottom: 10px;
  }

  .hero-profile-heading {
    font-size: 0.95rem;
  }

  .hero-profile-heading img {
    width: 25%;
  }

  .hero-profile-role {
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-profile-name-en {
    font-size: 14px;
    line-height: 1.2;
  }

  .hero-profile-name {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0.5em;
  }

  p.hero-profile-bio.pc-only {
    display: block;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 1em;
    text-align: center;
  }

  .chevron-down {
    width: 20px;
    height: 20px;
  }

  /* ---------- INTRO ---------- */
  .intro {
    padding: 80px 10% 100px;
    margin-bottom: 180px;
  }

  .intro-heading {
    margin-bottom: 40px;
  }

  .intro-heading .vt-line {
    font-size: 1.5rem;
  }

  .intro-body {
    max-width: 65%;
    margin: 0 auto;
  }

  .intro-body p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  /* ---------- GIFT SECTIONS ---------- */
  .gift {
    display: grid;
    grid-template-columns: 50.67vw 1fr;
    grid-template-rows: auto auto;
    padding: 0 0 80px;
    margin-bottom: 190px;
  }

  .gift-visual {
    grid-column: 1;
    grid-row: 1 / 3;
    padding-top: 0;
    position: relative;
  }

  .gift-image-wrap {
    position: relative;
  }

  .gift-photo-clip {
    width: 50.67vw;
    aspect-ratio: 760 / 570;
    height: auto;
  }

  .gift-photo-clip picture {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  img.gift-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }

  .gift-amulet .gift-photo {
    transform: none;
  }

  .gift-label {
    top: 5%;
  }

  .gift-label em {
    font-size: 12px;
    width: 70px;
    height: 70px;
  }

  .gift-vertical-heading {
    position: absolute;
    top: -100px;
    left: 100%;
    width: 110%;
    justify-content: flex-start;
    padding-left: 8%;
  }

  .gift-vertical-heading .vt-line {
    font-size: 1.5rem;
  }

  .gift-product-name {
    position: absolute;
    bottom: -9%;
    left: -10px;
    padding: 25px 16px 15px 16px;
    display: inline-block;
    z-index: -1;
  }

  .product-name {
    font-size: 11px;
    position: relative;
    bottom: -10px;
  }

  .product-brand {
    font-size: 10px;
  }

  .product-sub {
    font-size: 10px;
  }

  .gift-body {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 55% 0% 0 15%;
    align-self: start;
  }

  .gift-body p {
    font-size: 0.95rem;
    line-height: 2;
  }

  /* Relaxing overrides - side padding like intro */
  .gift-relaxing {
    padding-left: 10%;
    padding-right: 10%;
  }

  /* Cheerup overrides - same as relaxing */
  .gift-cheerup {
    padding-left: 10%;
    padding-right: 10%;
  }

  .gift-cheerup .gift-product-name {
    bottom: -13%;
  }

  /* Amulet overrides - reversed layout */
  .gift-amulet {
    grid-template-columns: 1fr 50.67vw;
  }

  .gift-amulet .gift-visual {
    grid-column: 2;
  }

  .gift-amulet .gift-product-name {
    bottom: -10%;
    left: auto;
    right: -10px;
    text-align: right;
  }

  .gift-amulet {
    padding-left: 10%;
    padding-right: 10%;
  }

  .gift-amulet .gift-body {
    grid-column: 1;
    padding: 55% 15% 0 0%;
    text-align: left;
  }

  .gift-amulet .gift-vertical-heading {
    left: auto;
    right: 100%;
    width: 110%;
    padding-left: 0;
    padding-right: 8%;
    justify-content: flex-end;
  }

  .gift-label-right {
    left: 87%;
  }

  .gift-amulet .gift-label-right {
    right: 5%;
  }

  /* ---------- CLOSING ---------- */
  .closing {
    padding: 0 10% 80px;
    margin-bottom: 180px;
  }

  .closing-photo {
    padding: 0;
  }

  .closing-image {
    width: 65%;
    margin: 0 auto;
  }

  .closing-inner {
    padding: 60px 0% 0;
  }

  .closing-heading {
    margin-bottom: 40px;
  }

  .closing-heading .vt-line {
    font-size: 1.5rem;
  }

  .closing-body {
    max-width: 65%;
    margin: 0 auto;
  }

  .closing-body p {
    font-size: 0.95rem;
    line-height: 2.3;
  }

  /* ---------- RECOMMEND ---------- */
  .recommend {
    padding: 50px 10% 80px;
    margin-bottom: 180px;
  }

  .recommend::before,
  .recommend::after {
    left: 10%;
    right: 10%;
  }

  .recommend-label {
    left: 10%;
  }

  .recommend-label span {
    font-size: 0.75rem;
  }

  .rec-item {
    padding-left: 10%;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
  }

  .rec-text-group {
    flex: 1;
    min-width: 0;
  }

  .rec-item > .rec-product-image {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .rec-item > .rec-lip-products {
    width: 45%;
    flex-shrink: 0;
  }

  .rec-item > .rec-bouquet-image {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-self: flex-end;
  }

  .rec-bouquet-image img {
    width: 50%;
  }

  .rec-bouquet-labels span:first-child {
    left: 30%;
  }

  .rec-bouquet-labels span:last-child {
    right: 25%;
  }

  .rec-lip-info {
    flex-direction: column;
  }

  .rec-lip-item {
    margin-bottom: 1.4em;
  }

  .rec-notes {
    display: flex;
    gap: 1em;
    font-size: 12px;
  }

  .rec-lip-img-wrap {
    position: relative;
    width: 30%;
    margin-right: 0;
  }

  .rec-lip-img-wrap img {
    width: 100%;
  }

  .rec-lip-label {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "Jost", "Futura", sans-serif;
    font-size: 0.75rem;
    color: #4a4640;
  }

  .rec-lip-images > .rec-lip-img-wrap:nth-child(2) {
    width: 30%;
  }

  .rec-swatches {
    display: flex;
    flex-direction: column;
    gap: 0;
     row-gap: 0;
  }

  .swatch-num,
  .swatch-name {
    font-size: 10px;
  }


  .rec-swatch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 0;
  }

  .rec-swatch img {
    position: static;
    width: 80px;
    margin-left: 0.5em;
    order: -1;
  }

  .rec-product-image img {
    width: 35%;
  }

  .rec-swatch-image-pc {
    position: absolute;
    bottom: 10px;
    right: 10%;
    width: 35% !important;
  }



  .rec-catch {
    font-size: 20px;
    margin-bottom: 0;
  }

  .rec-catch.rec-catch-lip {
    font-size: 20px;
  }

  .rec-placeholder {
    margin: 10px 0;
  }

  .rec-product-name-ja,
  .rec-lip-item .rec-product-name-ja {
    font-size: 15px;
  }

  .rec-product-name-ja br {
    display: none;
  }

  .rec-spec {
    font-size: 12px;
  }

  .rec-spec-sm,
  .rec-lip-item .rec-spec-sm {
    font-size: 12px;
  }


  .rec-divider {
    margin: 50px 0 50px 10%;
  }

  /* ---------- PROFILE ---------- */
  .profile {
    background: #f2f5f5;
    padding: 20px 3% 20px;
    margin: 0 10% 180px;
  }

  .profile-card {
    flex-direction: row-reverse;
    gap: 0%;
  }

  .profile-label-wrap {
    display: flex;
    align-items: stretch;
    flex: 1;
    min-width: 0;
  }

  .profile-label {
    font-size: 16px;
    color: #779696;
    border-right: 1px solid #c0bdb8;
    padding-right: 3em;
    padding-left: 3em;
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .profile-label br {
    display: inline;
  }

  .profile-info {
    flex: 1;
    padding-left: 2em;
  }

  .profile-photo {
    width: 25%;
  }

  .profile-name {
    font-size: 1.2rem;
  }

  .profile-bio {
    font-size: 0.88rem;
  }

  /* ---------- FOOTER ---------- */
  .footer {
    padding: 20px 5%;
  }

  .footer-copy {
    font-size: 0.72rem;
  }

  .footer-logo {
    width: 65px;
  }
}


@media (min-width: 769px) and (max-width: 1110px) {
  .rec-catch,
  .rec-catch.rec-catch-lip {
    font-size: 17px;
  }
}
