@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
button,
input,
select,
textarea {
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ------------------------------------------------------ */
a, p, img, article, aside, hgroup, header, footer, main, nav, figure, span, button, h1, h2, h3 {
  display: block;
}

img {
  width: 100%;
  border: none;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* =========================
  CSS変数
   ========================= */
:root {
  --c-base: #FAF9F7;
  --c-base-warm: #F5F0EB;
  --c-base-pink: #FAF3F2;
  --c-milk-beige: #D2C4B1;
  --c-milk-pink: #F1E3E2;
  --c-milk-pink-d: #E2C8C6;
  --c-apricot: #E6C7AC;
  --c-apricot-d: #C9A07E;
  --c-text: #3D3530;
  --c-text-mid: #7A6E69;
  --c-text-light: #B0A49E;
  --c-white: #FFFFFF;
  --c-line: #06C755;
  --c-line-d: #05A848;
  --f-serif: 'Shippori Mincho', 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
  --f-round: 'Zen Kaku Gothic New', 'Hiragino Maru Gothic ProN', sans-serif;
  --r-xs: 6px;
  --r-sm: 12px;
  --r-md: 20px;
  --r-lg: 32px;
  --r-xl: 48px;
  --r-full: 9999px;
  --sh-card: 0 4px 32px rgba(61,53,48,.07);
  --sh-float: 0 8px 48px rgba(61,53,48,.11);
  --sh-btn: 0 4px 18px rgba(230,199,172,.45);
  --sh-line: 0 4px 18px rgba(6,199,85,.30);
  --ease: cubic-bezier(.4,0,.2,1);
  --dur: .32s;
  --w: 1100px;
}

/* =========================
   レスポンシブ
   ========================= */
/* スマホ */
/* タブレット※スマホを含む */
/* PC */
body {
  font-family: var(--f-round);
  background: var(--c-base);
  color: var(--c-text);
  line-height: 1.9;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* =============================================
Utilities
============================================= */
.wrap {
  max-width: var(--w);
  margin: 0 auto;
  padding: 120px 24px;
}

.sec {
  padding-bottom: 240px;
}
@media (max-width: 768px) {
  .sec {
    padding-bottom: 80px;
  }
}

.sec--beige {
  background: var(--c-base-warm);
}

.sec--pink {
  background: var(--c-base-pink);
}

.tc {
  text-align: center;
}

.sec-label {
  display: inline-block;
  font-family: var(--f-round);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-apricot-d);
  background: rgba(230, 199, 172, 0.18);
  padding: 8px 24px;
  border-radius: var(--r-full);
  margin-bottom: 16px;
}

.sec-ttl {
  font-family: var(--f-serif);
  font-size: clamp(23px, 5vw, 36px);
  font-weight: 400;
  margin-bottom: 60px;
}

.sec-ttl em {
  font-style: normal;
  color: var(--c-apricot-d);
}

.sec-lead {
  font-size: clamp(15px, 2vw, 17px);
  color: var(--c-text-mid);
  line-height: 2;
  margin-top: 18px;
}

/* =============================================
Buttons
============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: var(--r-full);
  cursor: pointer;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), background var(--dur) var(--ease);
  padding: 12px 32px;
  white-space: nowrap;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--line {
  background: var(--c-line);
  color: #fff;
  box-shadow: var(--sh-line);
}

.btn--line:hover {
  background: var(--c-line-d);
  box-shadow: 0 8px 28px rgba(6, 199, 85, 0.4);
}

.btn--apricot {
  background: var(--c-apricot);
  color: var(--c-text);
  box-shadow: var(--sh-btn);
}

.btn--apricot:hover {
  background: var(--c-apricot-d);
  color: #fff;
  box-shadow: 0 8px 28px rgba(230, 199, 172, 0.55);
}

.btn--outline {
  background: transparent;
  color: var(--c-apricot-d);
  border: 1.5px solid var(--c-apricot);
  box-shadow: none;
}

.btn--outline:hover {
  background: var(--c-milk-pink);
  box-shadow: none;
}

.btn--dark {
  background: var(--c-text);
  color: #fff;
}

.btn--dark:hover {
  background: #5a4e49;
}

/* ---------------- */
/* topへ戻るボタン */
/* ---------------- */
#pageTop {
  opacity: 0;
  pointer-events: none;
}

#pageTop.show {
  opacity: 1;
  pointer-events: auto;
}

#pageTop a {
  position: absolute;
  top: 47%;
  left: 53%;
  cursor: unset;
}

.page-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  position: fixed;
  bottom: 5%;
  right: 10%;
  background-color: #E9967A;
  z-index: 1000;
}

.arrow {
  position: relative;
  width: 12px;
  height: 18px;
  display: block;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}

.arrow::before {
  left: 0;
  transform: rotate(45deg);
}

.arrow::after {
  right: 0;
  transform: rotate(-45deg);
}

/* =============================================
Header
============================================= */
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 999;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  background: rgba(250, 249, 247, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(210, 196, 177, 0.3);
  transition: box-shadow var(--dur) var(--ease);
}
@media (max-width: 768px) {
  .header__inner {
    padding: 16px;
  }
}
.header__inner.is-scrolled {
  box-shadow: 0 2px 18px rgba(61, 53, 48, 0.08);
}
.header__logo {
  font-family: var(--f-serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 20px;
  }
}
.header__logo span {
  color: var(--c-apricot-d);
}
.header__cta {
  padding: 10px 20px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .header__cta {
    padding: 8px 16px;
  }
}

/* _line-button.scss */
.line-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.line-button__icon {
  width: 40px;
  margin-right: 5px;
}
.line-button:hover {
  background-color: #fffafc;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* =============================================
Banner in header
============================================= */
.cf-banner {
  background: linear-gradient(100deg, #3d3530 0%, #6b4f3a 100%);
  color: #fff;
  text-align: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cf-banner {
    padding: 10px 8px;
  }
}
.cf-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
}
.cf-banner__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .cf-banner__inner {
    gap: 0;
  }
}
.cf-banner__link {
  color: var(--c-apricot);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 500;
}
.cf-banner__badge {
  background: var(--c-apricot);
  color: var(--c-text);
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: var(--r-full);
  margin-right: 8px;
}

/* =============================================
HERO
============================================= */
.main {
  margin-top: 180px;
}

.hero__layout {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__layout {
    flex-direction: column;
  }
}
.hero__content {
  padding: 120px 40px 80px 60px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 64px 16px 48px;
    margin: 0 auto;
  }
}
.hero__sub-title {
  letter-spacing: 0.1em;
  color: var(--c-apricot-d);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__sub-title::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--c-apricot);
}
.hero__title {
  font-family: var(--f-serif);
  font-size: clamp(32px, 5.5vw, 56px);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 32px;
}
.hero__title mark {
  background: none;
  color: #E9967A;
  font-weight: 400;
}
.hero__lead {
  font-family: var(--f-serif);
  font-size: clamp(16px, 2.2vw, 24px);
  color: var(--c-text-mid);
  margin-bottom: 40px;
  line-height: 1.9;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .hero__actions {
    justify-content: center;
  }
}
.hero__image-wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .hero__image-wrapper {
    width: 100%;
  }
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--c-base) 0%, transparent 30%);
}
@media (max-width: 768px) {
  .hero__overlay {
    background: linear-gradient(to top, var(--c-base) 0%, transparent 30%);
  }
}

/* =============================================
EMPATHY
============================================= */
.empathy__wrap {
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 20px;
}
.empathy__grid {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .empathy__grid {
    flex-direction: column-reverse;
  }
}
.empathy__image-wrapper {
  overflow: hidden;
  box-shadow: var(--sh-float);
  width: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .empathy__image-wrapper {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    aspect-ratio: 1/1;
  }
}
.empathy__label {
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--c-apricot-d);
  background: rgba(230, 199, 172, 0.18);
  padding: 8px 24px;
  border-radius: var(--r-full);
  margin-bottom: 16px;
}
.empathy__title {
  font-family: var(--f-serif);
  font-size: clamp(23px, 5vw, 36px);
  font-weight: 400;
  margin-bottom: 64px;
}
.empathy__title em {
  font-style: normal;
  color: var(--c-apricot-d);
}
@media (max-width: 768px) {
  .empathy__title {
    margin-bottom: 32px;
  }
}
.empathy__pain-list {
  display: grid;
  gap: 16px;
  margin: 32px 0;
}
.empathy__pain-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--c-white);
  border-radius: var(--r-md);
  padding: 16px 18px;
  font-size: 15px;
  line-height: 1.7;
  box-shadow: var(--sh-card);
  border-left: 3px solid var(--c-milk-pink-d);
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.empathy__pain-item:hover {
  border-left-color: var(--c-apricot-d);
  transform: translateX(4px);
}
.empathy__pain-item-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-apricot) 0%, var(--c-apricot-d) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}
.empathy__pain-item-icon svg {
  width: 10px;
  height: 10px;
}
.empathy__message {
  margin-top: 8px;
  background: linear-gradient(135deg, rgba(241, 227, 226, 0.5), rgba(230, 199, 172, 0.2));
  border: 1px solid rgba(230, 199, 172, 0.4);
  border-radius: var(--r-lg);
  padding: 28px 24px;
  font-family: var(--f-serif);
  font-size: clamp(16px, 2.2vw, 19px);
  line-height: 2;
  text-align: center;
}
.empathy__message strong {
  color: var(--c-apricot-d);
}
.empathy__overlay {
  background: linear-gradient(to right, var(--c-base) -5%, transparent 25%);
}

/* =============================================
RESULTS
============================================= */
.results-sec {
  background: linear-gradient(150deg, #3d3530 0%, #6b4f3a 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.results-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 15% 60%, rgba(230, 199, 172, 0.18) 0%, transparent 55%), radial-gradient(ellipse at 85% 20%, rgba(241, 227, 226, 0.07) 0%, transparent 50%);
}

.results-sec .sec-label {
  color: var(--c-apricot);
  background: rgba(230, 199, 172, 0.15);
}

.results-sec .sec-ttl {
  color: #fff;
}

.kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.kpi-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  padding: 28px 16px;
  text-align: center;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.kpi-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
}

.kpi-card--feat {
  grid-column: 1/-1;
  background: linear-gradient(135deg, rgba(230, 199, 172, 0.25), rgba(230, 199, 172, 0.08));
  border-color: var(--c-apricot);
}

@media (min-width: 768px) {
  .kpi-card--feat {
    grid-column: auto;
  }
}
.kpi-num {
  font-family: var(--f-serif);
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 300;
  color: var(--c-apricot);
  line-height: 1;
  margin-bottom: 8px;
}

.kpi-num sup {
  font-size: 0.45em;
  vertical-align: super;
}

.kpi-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

.kpi-label strong {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-bottom: 4px;
}

.kpi-badge {
  display: inline-block;
  background: var(--c-apricot);
  color: var(--c-text);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: var(--r-full);
  margin-bottom: 12px;
}

/* Testimonials */
.swiper-wrap {
  margin-top: 48px;
}

.swiper-ttm {
  padding-bottom: 44px !important;
}

.swiper-ttm .swiper-slide {
  height: auto;
}

.ttm-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--r-lg);
  padding: 26px 22px;
  height: 100%;
}

.ttm-stars {
  color: var(--c-apricot);
  font-size: 15px;
  margin-bottom: 10px;
}

.ttm-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
  margin-bottom: 14px;
}

.ttm-meta {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35) !important;
}

.swiper-pagination-bullet-active {
  background: var(--c-apricot) !important;
}

/* =============================================
SOLUTION
============================================= */
.solution-intro {
  max-width: 620px;
  margin: 0 auto 52px;
}

/* Food image */
.solution-food-img {
  overflow: hidden;
  box-shadow: var(--sh-float);
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .solution-food-img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

.steps {
  display: grid;
  gap: 20px;
}

.step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  align-items: flex-start;
  background: var(--c-white);
  border-radius: var(--r-lg);
  padding: 26px 24px;
  box-shadow: var(--sh-card);
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.step:hover {
  box-shadow: var(--sh-float);
  transform: translateY(-3px);
}

.step-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-apricot) 0%, var(--c-apricot-d) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  flex-shrink: 0;
}

.step-body h3 {
  font-family: var(--f-serif);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}

.step-body p {
  font-size: 15px;
  color: var(--c-text-mid);
  line-height: 1.85;
}

/* Yoga image */
.yoga-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .yoga-img-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.yoga-img-card {
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--sh-card);
  aspect-ratio: 3/4;
}

.yoga-img-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================
STRENGTHS
============================================= */
.strengths-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

@media (min-width: 768px) {
  .strengths-layout {
    grid-template-columns: 1fr 1fr;
  }
  .strengths-layout .strengths-img {
    order: -1;
  }
}
.strengths-img {
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-float);
  aspect-ratio: 4/5;
}

.strengths-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.str-list {
  display: grid;
  gap: 16px;
}

.str-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--c-white);
  border-radius: var(--r-md);
  padding: 20px 20px;
  box-shadow: var(--sh-card);
}

.str-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-sm);
  background: linear-gradient(135deg, var(--c-milk-pink) 0%, var(--c-apricot) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.str-body h3 {
  font-family: var(--f-serif);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.str-body p {
  font-size: 14px;
  color: var(--c-text-mid);
  line-height: 1.75;
}

/* =============================================
STORY
============================================= */
.story-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .story-layout {
    grid-template-columns: 220px 1fr;
  }
}
.story-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.story-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(230, 199, 172, 0.4);
  border: 2px solid var(--c-white);
}

.story-name-plate {
  text-align: center;
}

.story-name {
  font-family: var(--f-serif);
  font-size: 20px;
  font-weight: 400;
}

.story-role {
  font-size: 12px;
  color: var(--c-apricot-d);
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.story-body {
  font-size: 15px;
  color: var(--c-text-mid);
  line-height: 2.1;
}

.story-body p {
  margin-bottom: 18px;
}

.story-body strong {
  color: var(--c-apricot-d);
  font-weight: 500;
}

.story-quote {
  font-family: var(--f-serif);
  font-size: 17px;
  color: var(--c-text);
  line-height: 1.9;
  border-left: 3px solid var(--c-apricot);
  padding: 18px 22px;
  margin: 22px 0;
  background: rgba(230, 199, 172, 0.1);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}

.book-cta {
  margin-top: 28px;
  background: linear-gradient(135deg, #3d3530 0%, #6b4f3a 100%);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 28px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}

.book-cta-text h3 {
  font-family: var(--f-serif);
  font-size: 17px;
  font-weight: 400;
  margin-top: 8px;
  line-height: 1.6;
}

.book-cta-text p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
}

.btn-cf {
  background: var(--c-apricot);
  color: var(--c-text);
  padding: 13px 26px;
  font-size: 14px;
  white-space: nowrap;
}

.btn-cf:hover {
  background: var(--c-apricot-d);
  color: #fff;
}

.cf-badge {
  background: var(--c-apricot);
  color: var(--c-text);
  padding: 4px 8px;
  text-align: center;
}

/* =============================================
MENU
============================================= */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 44px;
}

@media (min-width: 768px) {
  .menu-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.menu-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-float);
  border: 1px solid rgba(210, 196, 177, 0.35);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}

.menu-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 56px rgba(61, 53, 48, 0.14);
}

.menu-card-head {
  padding: 32px 28px 24px;
}

.menu-card--personal .menu-card-head {
  background: linear-gradient(135deg, var(--c-milk-pink) 0%, #eacac8 100%);
}

.menu-card--group .menu-card-head {
  background: linear-gradient(135deg, var(--c-apricot) 0%, var(--c-apricot-d) 100%);
}

.menu-card--group .menu-tag,
.menu-card--group .menu-name,
.menu-card--group .menu-sub,
.menu-card--group .menu-price,
.menu-card--group .menu-price-note {
  color: rgba(255, 255, 255, 0.92);
}

.menu-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--c-apricot-d);
  font-weight: 500;
}

.menu-name {
  font-family: var(--f-serif);
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 400;
  margin: 6px 0;
  color: var(--c-text);
}

.menu-sub {
  font-size: 14px;
  color: var(--c-text-mid);
  margin-bottom: 18px;
}

.menu-price {
  font-family: var(--f-serif);
  font-size: 28px;
  font-weight: 400;
  color: var(--c-apricot-d);
}

.menu-price sup {
  font-size: 15px;
  vertical-align: super;
}

.menu-price-note {
  font-size: 13px;
  color: var(--c-text-light);
  margin-left: 5px;
}

.menu-card-body {
  padding: 26px 28px 30px;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.feature-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.65;
}

.btn-base {
  display: block;
  text-align: center;
  background: var(--c-text);
  color: #fff;
  font-family: var(--f-round);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  border-radius: var(--r-full);
  margin-bottom: 10px;
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.btn-base:hover {
  background: #5a4e49;
  transform: translateY(-1px);
}

.btn-line-sm {
  display: block;
  text-align: center;
  background: var(--c-line);
  color: #fff;
  font-family: var(--f-round);
  font-size: 14px;
  font-weight: 500;
  padding: 13px 20px;
  border-radius: var(--r-full);
  transition: background var(--dur) var(--ease), transform var(--dur) var(--ease);
  box-shadow: var(--sh-line);
}

.btn-line-sm:hover {
  background: var(--c-line-d);
  transform: translateY(-1px);
}

.menu-consult {
  margin-top: 40px;
  background: linear-gradient(135deg, rgba(6, 199, 85, 0.08), rgba(6, 199, 85, 0.03));
  border: 1.5px solid rgba(6, 199, 85, 0.2);
  border-radius: var(--r-lg);
  padding: 30px 24px;
  text-align: center;
}

.menu-consult p {
  font-family: var(--f-serif);
  font-size: 17px;
  margin-bottom: 18px;
  color: var(--c-text);
}

/* =============================================
DISCLAIMER
============================================= */
.disc-list {
  max-width: 680px;
  margin: 32px auto 0;
}

details {
  border-bottom: 1px solid rgba(210, 196, 177, 0.5);
}

summary {
  font-family: var(--f-serif);
  font-size: 17px;
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--c-text-mid);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color var(--dur) var(--ease);
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  font-size: 22px;
  color: var(--c-apricot-d);
  font-weight: 300;
  transition: transform var(--dur) var(--ease);
}

details[open] > summary {
  color: var(--c-text);
}

details[open] > summary::after {
  transform: rotate(45deg);
}

.disc-body {
  padding: 4px 4px 24px;
  font-size: 14px;
  color: var(--c-text-mid);
  line-height: 1.95;
}

.disc-body ul {
  list-style: disc;
  padding-left: 18px;
}

.disc-body ul li {
  margin-bottom: 6px;
}

.disc-body p {
  margin-bottom: 10px;
}

/* =============================================
FOOTER
============================================= */
.g-footer {
  background: var(--c-text);
  color: rgba(255, 255, 255, 0.65);
  padding: 60px 0 28px;
}

.footer-logo {
  font-family: var(--f-serif);
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.footer-logo span {
  color: var(--c-apricot);
}

.footer-tagline {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.08em;
  margin-top: 4px;
  margin-bottom: 36px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.footer-link {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-full);
  padding: 9px 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease);
}

.footer-link:hover {
  background: rgba(230, 199, 172, 0.2);
  border-color: var(--c-apricot);
  color: #fff;
}

.footer-link--line {
  background: rgba(6, 199, 85, 0.15);
  border-color: rgba(6, 199, 85, 0.3);
}

.footer-link--line:hover {
  background: rgba(6, 199, 85, 0.28);
  border-color: var(--c-line);
}

.flink-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.shop-button__icon {
  width: 30px;
}

.cf-button__icon {
  width: 18px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  align-items: center;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* =============================================
Fade-in
============================================= */
.fi {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}

.fi.in {
  opacity: 1;
  transform: none;
}

.fi-d1 {
  transition-delay: 0.1s;
}

.fi-d2 {
  transition-delay: 0.2s;
}

.fi-d3 {
  transition-delay: 0.3s;
}/*# sourceMappingURL=style.css.map */