/* Home modern redesign for pâtisserie brand
   NOTE: uses global tokens from assets/css/theme-base.css
*/

/* Reduce top padding on first home section (directly below hero) */
#section-pickup { padding-top: var(--sp-24); }
@media(min-width:768px){ #section-pickup { padding-top: var(--sp-32); } }

/* Generic cards */
.card{background:var(--bg-surface); overflow:hidden; border:1px solid #e6e6e6}
.card-body{padding:16px}
.card img{display:block; width:100%; height:auto}

/* Hero */
.hero-slider-modern{margin-top:0}
.hero-slider{position:relative}
.hero-slider .slide picture, .hero-slider .slide img{display:block; width:100%}
/* Square on mobile, cinematic on desktop */
/* Show whole image without cropping */
.hero-slider .slide img{width:100%; height:auto; object-fit:contain; background:#fff}
@media(min-width:768px){.hero-slider .slide img{height:auto; max-height:none;}}
.hero-slider .slick-dots{
  position:static !important; 
  display:flex !important; 
  justify-content:center !important; 
  align-items:center !important;
  gap:4px !important; 
  margin:8px auto 0 !important;
  padding:8px 16px !important;
  list-style:none !important;
  max-width:100% !important;
  width:auto !important;
  overflow:visible !important;
  box-sizing:border-box !important;
}
.hero-slider .slick-dots li{
  width:4px !important; 
  height:4px !important;
  margin:0 !important;
  padding:0 !important;
  flex-shrink:0 !important;
  list-style:none !important;
}
.hero-slider .slick-dots button{
  width:4px !important; 
  height:4px !important; 
  padding:0 !important; 
  border:1px solid var(--color-primary) !important; 
  border-radius:50% !important; 
  background:transparent !important; 
  text-indent:-9999px !important;
  overflow:hidden !important;
  display:block !important;
  cursor:pointer !important;
  margin:0 !important;
  line-height:0 !important;
  font-size:0 !important;
}
.hero-slider .slick-dots .slick-active button{background:var(--color-primary)}
.btn{display:inline-flex; align-items:center; gap:8px; padding:12px 18px; border-radius:999px; font-weight: var(--fw-medium); text-decoration:none}
.btn-primary{background:#8f6f3d; color:#fff}
.btn-ghost{background:rgba(255,255,255,.14); color:#fff; border:1px solid rgba(255,255,255,.35)}

/* Top linked banners from admin settings */
.top-linked-banners{padding:16px 0 0}
.top-linked-banners__grid{display:grid; grid-template-columns:1fr; gap:12px}
.top-linked-banners__item{display:block; overflow:hidden; background:#f7f4ef; transition:opacity .16s ease; aspect-ratio:470/110}
.top-linked-banners__item:hover{opacity:.86}
.top-linked-banners__item img{display:block; width:100%; height:100%; object-fit:cover}
@media(min-width:768px){
  .top-linked-banners{padding-top:20px}
  .top-linked-banners__grid{grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px}
}

/* Section titles */
.section-title-wrap{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; margin-bottom:24px}
.section-eyebrow{color: #8f6f3d; font-weight: var(--fw-medium); letter-spacing:.12em; display:block; font-size: var(--fs-xsmall)}

/* Category grid */
.category-cards{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; align-items:stretch}
@media(min-width:768px){.category-cards{grid-template-columns:repeat(4, minmax(0,1fr)); gap:20px}}
.category-card{display:flex; flex-direction:column; height:100%}
.category-card{position:relative; border-radius:12px; overflow:hidden; border:1px solid #e6e6e6; box-shadow:0 1px 3px rgba(0,0,0,.04); transition:transform .12s ease, box-shadow .12s ease}
.category-card:hover{transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.category-card .thumb{aspect-ratio: 4/3; background:#eee center/cover no-repeat; position:relative}
.category-card .thumb::after{content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,.25) 100%)}
.category-card .card-body{flex:1 1 auto; padding:10px 12px; display:grid; gap:4px; text-align:left}
.category-card .eyebrow{font-size: var(--fs-xsmall); color: var(--color-beige); letter-spacing:.08em}
.category-card .title{margin:0; font-weight: var(--fw-medium); text-align:left}
.category-card .sub{font-size: var(--fs-xsmall); color:var(--color-muted)}
.category-cards{margin:12px 0 8px}

/* Menu primary (wide CTAs) */
.menu-primary{display:grid; grid-template-columns:1fr; gap:12px; margin: 8px 0 16px}
@media(min-width:900px){ .menu-primary{grid-template-columns:1fr 1fr; gap:16px} }
.primary-card{position:relative; display:flex; flex-direction:column; border:1px solid #e6e6e6; border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.04); transition:transform .12s ease, box-shadow .12s ease}
.primary-card:hover{transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.primary-card .pc-thumb{aspect-ratio:21/9; background:#eee center/cover no-repeat}
.primary-card .pc-body{padding:12px}
.pc-eyebrow{color: var(--color-beige); font-weight: var(--fw-medium); font-size: var(--fs-xsmall); letter-spacing:.08em}
.pc-title{font-weight: var(--fw-medium); font-size: var(--fs-md); line-height:1.35}
@media(min-width:900px){ .pc-title{font-size: var(--fs-lg)} }
.pc-sub{color:var(--color-muted); font-size: var(--fs-small)}
.pc-badges{display:flex; gap:6px; margin-top:6px}

/* Menu secondary (three below) */
.menu-secondary{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px; margin: 8px 0 8px}
.menu-secondary .secondary-card:last-child:nth-child(odd){ grid-column: 1 / -1; }
@media(min-width:560px){ .menu-secondary{grid-template-columns:repeat(3, minmax(0,1fr))} .menu-secondary .secondary-card:last-child:nth-child(odd){ grid-column: auto; } }
@media(min-width:900px){ .menu-secondary{grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px} }
.secondary-card{display:flex; flex-direction:column; border:1px solid #e6e6e6; border-radius:10px; overflow:hidden; background:#fff; transition:transform .12s ease, box-shadow .12s ease}
.secondary-card:hover{transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.sc-thumb{aspect-ratio:16/9; background:#eee center/cover no-repeat}
.sc-meta{padding:10px}
.sc-title{font-weight: var(--fw-medium)}
.sc-sub{font-size: var(--fs-xsmall); color:var(--color-muted)}

/* Recruit banner */
.recruit-banner{margin: 16px 0 0}
.recruit-link{position:relative; display:block; border-radius:14px; overflow:hidden; border:1px solid #e6e6e6; background:#fff}
.recruit-bg{aspect-ratio:21/8; background:#eee center/cover no-repeat; filter:saturate(100%)}
@media(max-width:767px){ .recruit-bg{aspect-ratio:16/7} }
.recruit-copy{position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-end; padding:16px; background:linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.65) 100%); color:#fff; text-shadow:0 1px 4px rgba(0,0,0,.4)}
.recruit-copy .eyebrow{font-size: var(--fs-xsmall); letter-spacing:.1em; opacity:.95; margin-bottom:4px}
.recruit-copy .title{font-size: var(--fs-xl); font-weight: var(--fw-medium); line-height:1.2}
.recruit-copy .sub{font-size: var(--fs-small); opacity:.95; margin-top:4px}

/* Menu primary small helper text */
.menu-primary-head .section-desc{margin: -6px 0 8px; color: var(--color-muted); font-size: var(--fs-small); text-align:center}

/* Best Seller banners - Enhanced for mobile visibility */
.best-seller{
  width:100%; 
  overflow:hidden;
  padding-left:0 !important;
  padding-right:0 !important;
}
.best-seller .site-container{
  padding-left:var(--container-padding-sm, 16px);
  padding-right:var(--container-padding-sm, 16px);
  max-width:100%;
  width:100%;
}
.best-seller .best-grid{
  display:grid; 
  grid-template-columns:1fr; 
  gap:var(--sp-16); /* Increased from 12px */
  width:100%;
  margin:0;
  padding:0;
}
@media(min-width:768px){ 
  .best-seller .best-grid{
    grid-template-columns:1fr 1fr;
    gap:var(--sp-20);
  } 
  .best-seller .site-container{
    padding-left:var(--container-padding-md, 20px);
    padding-right:var(--container-padding-md, 20px);
  }
}
.best-seller .best-banner{
  display:block; 
  border-radius:12px; 
  overflow:hidden; 
  border:1px solid #e6e6e6; 
  box-shadow:0 1px 3px rgba(0,0,0,.04); 
  transition:transform .12s ease, box-shadow .12s ease; 
  margin:0;
  width:100%;
  max-width:100%;
}
.best-seller .best-banner:hover{transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.best-seller .best-banner img{
  display:block; 
  width:100%; 
  height:auto;
  object-fit:cover;
}

/* Seasonal slider */
.season-slider{margin: 0 0 8px}
.season-card{display:block; border:1px solid #e6e6e6; border-radius:10px; overflow:hidden; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.04); transition:transform .12s ease, box-shadow .12s ease; margin: 0 6px}
.season-card:hover{transform:translateY(-2px); box-shadow:0 8px 18px rgba(0,0,0,.08)}
.season-card .thumb{aspect-ratio: 4/3; background:#eee; overflow:hidden}
.season-card .thumb img{display:block; width:100%; height:100%; object-fit:cover}
.season-card .meta{padding:8px 10px}
.season-card .name{font-weight: var(--fw-medium); font-size: var(--fs-small)}
.season-card .price{font-size: var(--fs-xsmall); color:var(--color-muted)}
/* Prevent horizontal overflow for seasonal section */
#section-seasonal .site-container{overflow-x: hidden}
#section-seasonal .season-slider{margin-left: -6px; margin-right: -6px}
/* New id for recommended */
#section-recommended .site-container{overflow-x: hidden}
#section-recommended .season-slider{margin-left: -6px; margin-right: -6px}

/* Pick Up banners */
.pickup-grid{display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:12px}
@media(min-width:768px){.pickup-grid{grid-template-columns:repeat(4, minmax(0,1fr)); gap:16px}}
.pickup-card{display:flex; flex-direction:column; border:none; border-radius:0; overflow:hidden; background:transparent; box-shadow:none; transition:transform .12s ease}
.pickup-card:hover{transform:translateY(-2px)}
.pickup-card .banner{aspect-ratio:16/9; background:#f5f5f5; position:relative}
.pickup-card .banner img{width:100%; height:100%; object-fit:cover; display:block; border-radius:0}

/* Fallback for browsers without aspect-ratio support */
@supports not (aspect-ratio: 1 / 1) {
  .category-card .thumb { height: 0; padding-bottom: 75%; }
  .pickup-card .banner { height: 0; padding-bottom: 56.25%; }
  .pickup-card .banner img { position:absolute; inset:0; height:100%; }
}

/* Feature: always single column (SP/PC) */
.feature{display:grid; gap:20px; align-items:center; grid-template-columns: 1fr}
.feature .image{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow)}
.feature .copy{padding:6px 0}
.feature .copy p{color:var(--color-muted); font-size: var(--fs-base); line-height:1.9}

/* About combined */
#section-about-combined .section-title-wrap{align-items:center; text-align:center}
.about-combined .about-grid{display:grid; grid-template-columns:1fr; gap:14px; align-items:center; margin-bottom:14px}
/* Force single column also on tablet/PC */
@media(min-width:900px){ .about-combined .about-grid{grid-template-columns: 1fr} }
.about-combined .about-grid img{width:100%; height:auto; display:block; border-radius:12px}
.about-combined .about-grid .copy{padding:12px 14px}
.about-combined .about-grid .copy p{color:var(--color-muted); font-size: var(--fs-base); line-height:1.9}
@media(min-width:900px){ .about-combined .about-grid .copy{padding:16px 18px} }
.about-combined .about-sub{margin:10px 0 6px; font-size: var(--fs-base); text-align:left}
.about-combined .faq-wrap{max-width:900px; margin: 8px auto 0}
.about-combined .faq-items{display:grid; gap:8px}
.about-combined details{border:1px solid #e6e6e6; border-radius:10px; background:#fff}
.about-combined summary{padding:10px 12px; cursor:pointer; font-weight: var(--fw-medium)}
.about-combined details p{padding:0 12px 12px; margin:0; color:var(--color-muted)}

/* News list */
.news-grid{display:grid; gap:0; align-items:stretch; border-top:1px solid var(--color-primary); margin-top:12px}
@media(min-width:768px){.news-grid{grid-template-columns:1fr}}
.news-item.card{display:flex; flex-direction:column; height:auto; border-left:none; border-right:none; border-top:1px solid #e6e6e6; border-bottom:none}
.news-item.card .card-body{flex:1 1 auto; padding:14px 0}
.news-item.card .date{color:var(--color-primary); font-weight: var(--fw-medium); font-size: var(--fs-xsmall)}
.news-item.card .content{display:block; color: var(--color-text)}
.news-grid .news-item{background:transparent; padding:0; width:auto; margin:0; box-shadow:none; position:static}
.more-center{display:flex; justify-content:center; margin:16px 0}

.badge{display:inline-block; padding:2px 6px; border:1px solid var(--color-primary); color:var(--color-primary); background:transparent; font-size: var(--fs-xsmall); line-height:1; border-radius:999px;}
.news-badge{margin-left:8px}

/* Instagram */
.insta-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px}
@media(min-width:768px){.insta-grid{grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px}}
.insta-grid img{border-radius:0; width:100%; aspect-ratio:1/1; object-fit:cover}

/* Instagram marquee slider */
.insta-marquee{overflow:hidden; position:relative}
.insta-track{display:flex; gap:10px; will-change:transform; --insta-scroll-target:-50%; --insta-scroll-duration:10s; animation: insta-scroll var(--insta-scroll-duration) linear infinite}
/* Desktop/Tablet: show 4 items and keep marquee animation */
@media(min-width:768px){
  .insta-track{gap:16px; --insta-scroll-duration:18s}
  .insta-item{flex:0 0 calc((100% - 48px)/4); max-width: calc((100% - 48px)/4)}
}
.insta-marquee:hover .insta-track{animation-play-state: paused}
.insta-item{flex:0 0 42vw; max-width:42vw}
.insta-item img{display:block; width:100%; aspect-ratio:1/1; object-fit:cover}
@keyframes insta-scroll{from{transform:translate3d(0,0,0)} to{transform:translate3d(var(--insta-scroll-target),0,0)} }

/* Lucky number section - Styles handled in news.css */

/* Buttons hover micro-interaction */
.btn:hover{opacity:.9}

/* Footer modern */
.footer-modern{background:#faf8f6}
.footer-modern .cols{display:grid; gap:20px}
@media(min-width:900px){.footer-modern .cols{grid-template-columns:2fr 1fr 1fr 1fr; gap:24px}}
.footer-modern h4{font-size: var(--fs-small); letter-spacing:.08em; text-transform:uppercase; color:var(--color-beige-dark); margin:0 0 8px}
.footer-modern ul{list-style:none; padding:0; margin:0}
.footer-modern li{font-size:var(--fs-small)}
.footer-modern li+li{margin-top:4px}
.footer-modern a{color:var(--color-text)}
.footer-modern .brand{display:flex; align-items:center; gap:14px}
.footer-modern .brand img{width:120px; height:auto}
.footer-modern .brand img.footer-logo-invert{ filter: invert(1); }
.footer-modern .legal{margin-top:18px; color:#5f564d; font-size: var(--fs-xsmall)}

/* =====================================================================
   2026 Renewal — Hero & Our Story
   ===================================================================== */

/* Helpers */
.sp-only{display:inline}
.pc-only{display:none}
@media(min-width:768px){
  .sp-only{display:none}
  .pc-only{display:inline}
}

/* ---------- Hero (renewed) ---------- */
.hero-renewed{
  position:relative;
  width:100%;
  min-height: 80vh;
  min-height: 80svh;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
  isolation:isolate;
  margin-top: 0;
}
@media(min-width:768px){
  .hero-renewed{ min-height: 88vh; min-height: 88svh; }
}

.hero-renewed__bg{
  position:absolute; inset:0; z-index:-2;
  overflow: hidden;
}

/* Base brand gradient — dark gray to deep beige */
.hero-renewed__bg-grad{
  position:absolute; inset:0;
  background:
    radial-gradient(120% 90% at 80% 110%, rgba(138,106,63,.55) 0%, rgba(138,106,63,0) 60%),
    radial-gradient(100% 80% at 10% -10%, rgba(211,181,140,.18) 0%, rgba(211,181,140,0) 55%),
    linear-gradient(160deg, #2c2620 0%, #1d1814 55%, #221c16 100%);
}

/* Decorative photo — bottom-right blob, very subtle texture */
.hero-renewed__bg-photo{
  position:absolute;
  right: -25%;
  bottom: -25%;
  width: 110%;
  height: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .08;
  filter: saturate(.5) contrast(.7) brightness(.85);
  transform: scale(1.08);
  animation: heroZoom 16s ease-out forwards;
  border-radius: 50%;
  mask-image: radial-gradient(50% 50% at 50% 50%, #000 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #000 0%, transparent 80%);
}
@media(min-width:768px){
  .hero-renewed__bg-photo{
    right: -8%;
    bottom: -20%;
    width: 50%;
    height: 80%;
    opacity: .08;
  }
}
@keyframes heroZoom{
  from{ transform: scale(1.10); }
  to  { transform: scale(1.0); }
}

/* Subtle vertical fade so bottom transitions softly into Story section */
.hero-renewed__veil{
  position:absolute; inset:0; z-index:1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20,16,12,0) 0%, rgba(20,16,12,0) 60%, rgba(20,16,12,.55) 100%);
}

/* Soft refined dot pattern */
.hero-renewed__pattern{
  position:absolute; inset:0; z-index:1;
  pointer-events:none;
  background-image: radial-gradient(rgba(211,181,140,.06) 1px, transparent 1px);
  background-size: 28px 28px;
  mix-blend-mode: screen;
  opacity: .55;
}

.hero-renewed__inner{
  position:relative;
  z-index: 2;
  width:100%;
  padding-top: 64px;
  padding-bottom: 80px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap: 18px;
  text-align:left;
}
@media(min-width:768px){
  .hero-renewed__inner{
    padding-top: 80px;
    padding-bottom: 100px;
    gap: 22px;
    align-items:center;
    text-align:center;
  }
}

.hero-renewed__eyebrow{
  margin:0;
  font-size: 11px;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--color-beige);
  font-weight: 500;
  opacity: .95;
}
@media(min-width:768px){ .hero-renewed__eyebrow{ font-size:12px; letter-spacing:.32em; } }

.hero-renewed__title{
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color:#fff;
  letter-spacing: .06em;
  line-height: 1.22;
  font-size: clamp(2.4rem, 10.5vw, 3.6rem);
  text-shadow: 0 2px 24px rgba(0,0,0,.45);
}
.hero-renewed__title .line{ display:block; }
.hero-renewed__title .line--accent{
  color: var(--color-beige);
  position: relative;
  display: inline-block;
  padding-right: .12em;
}
@media(min-width:768px){
  .hero-renewed__title{ font-size: clamp(2.6rem, 5.4vw, 4.4rem); letter-spacing:.06em; line-height:1.22; }
}
@media(min-width:1280px){
  .hero-renewed__title{ font-size: 4.6rem; }
}

.hero-renewed__sub{
  margin: 0;
  max-width: 28em;
  color: rgba(255,255,255,.92);
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: .04em;
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
@media(min-width:768px){
  .hero-renewed__sub{ font-size: 15px; max-width: 32em; }
}
@media(min-width:1024px){
  .hero-renewed__sub{ font-size: 16px; }
}

.hero-renewed__actions{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
  width:100%;
}
@media(min-width:768px){
  .hero-renewed__actions{ justify-content:center; gap:14px; margin-top: 14px; }
}

.hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .08em;
  text-decoration: none;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
  border: 1px solid transparent;
  flex: 1 1 auto;
  min-width: 150px;
}
.hero-btn i{ font-size: 13px; opacity:.9; transition: transform .25s ease; }
.hero-btn:hover{ transform: translateY(-2px); text-decoration:none; }
.hero-btn:hover i{ transform: translateX(2px); }

.hero-btn--primary{
  background: var(--color-beige);
  color:#1a1a1a;
}
.hero-btn--primary:hover{ background:#e0c89a; color:#1a1a1a; }

.hero-btn--ghost{
  background: rgba(255,255,255,.06);
  color:#fff;
  border-color: rgba(255,255,255,.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.hero-btn--ghost:hover{
  background: rgba(255,255,255,.16);
  color:#fff;
  border-color:#fff;
}

@media(min-width:768px){
  .hero-btn{ min-height: 56px; padding: 0 28px; font-size: 15px; flex: 0 0 auto; min-width: 200px; }
}

/* Scroll cue */
.hero-renewed__scroll{
  position:absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap: 8px;
  color: var(--color-beige);
  text-decoration:none;
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  opacity: .9;
  z-index: 2;
  transition: opacity .2s ease, transform .2s ease;
}
.hero-renewed__scroll:hover{ opacity:1; text-decoration:none; transform: translate(-50%, -2px); }
.hero-renewed__scroll-cue{
  display:inline-flex;
  flex-direction: column;
  align-items:center;
  gap: 2px;
  line-height: 1;
}
.hero-renewed__scroll-cue span{
  display:block;
  width: 14px;
  height: 14px;
  border-right: 1.5px solid var(--color-beige);
  border-bottom: 1.5px solid var(--color-beige);
  transform: rotate(45deg);
  animation: heroChev 1.6s ease-in-out infinite;
}
.hero-renewed__scroll-cue span:last-child{
  margin-top: -8px;
  animation-delay: .2s;
  opacity: .55;
}
@keyframes heroChev{
  0%   { transform: rotate(45deg) translate(0,0); opacity:.7; }
  50%  { transform: rotate(45deg) translate(2px,2px); opacity:1; }
  100% { transform: rotate(45deg) translate(0,0); opacity:.7; }
}
@media(min-width:768px){
  .hero-renewed__scroll{ bottom: 28px; font-size: 11px; }
}

/* ---------- Our Story ---------- */
.home-story{
  background: linear-gradient(180deg, #faf6ee 0%, #f5ede0 100%);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
@media(min-width:768px){
  .home-story{ padding: 88px 0; }
}
@media(min-width:1024px){
  .home-story{ padding: 110px 0; }
}

.home-story__inner{
  display:grid;
  gap: 36px;
  align-items: center;
}
@media(min-width:900px){
  .home-story__inner{
    grid-template-columns: 1.15fr 1fr;
    gap: 64px;
  }
}

.home-story__copy{
  text-align: left;
}
.home-story__eyebrow{
  margin: 0 0 14px;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
  color: var(--color-beige-dark);
  font-weight: 500;
  display:inline-flex;
  align-items:center;
  gap: 10px;
}
.home-story__eyebrow::before{
  content:"";
  display:inline-block;
  width: 28px;
  height: 1px;
  background: var(--color-beige-dark);
}

.home-story__title{
  margin: 0 0 22px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  color: #2c2620;
  letter-spacing: .06em;
  line-height: 1.35;
  font-size: clamp(1.7rem, 5vw, 2.4rem);
}
.home-story__title .accent{
  color: var(--color-beige-dark);
  position: relative;
  padding: 0 .06em;
}
@media(min-width:768px){
  .home-story__title{ font-size: clamp(2rem, 3.4vw, 2.8rem); margin-bottom: 26px; }
}

.home-story__lead{
  margin: 0 0 16px;
  color: #3b342c;
  font-size: 14px;
  line-height: 2.0;
  letter-spacing: .04em;
}
.home-story__meta{
  margin: 0;
  color: #5b5046;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: .03em;
  padding-left: 14px;
  border-left: 2px solid var(--color-beige);
}
@media(min-width:768px){
  .home-story__lead{ font-size: 15px; }
  .home-story__meta{ font-size: 14px; padding-left: 18px; }
}

.home-story__stats{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(138,106,63,.14);
  border-radius: 4px;
  padding: 22px 14px;
  box-shadow: 0 14px 40px -24px rgba(80,55,20,.30);
}
@media(min-width:768px){
  .home-story__stats{
    padding: 32px 22px;
    gap: 14px;
  }
}
@media(min-width:900px){
  .home-story__stats{
    padding: 40px 28px;
  }
}

.home-story__stat{
  margin: 0;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2px;
  padding: 6px 4px;
  position: relative;
  text-align: center;
}
.home-story__stat + .home-story__stat::before{
  content:"";
  position:absolute;
  left: 0; top: 18%;
  width: 1px; height: 64%;
  background: rgba(138,106,63,.18);
}

.home-story__stat-num{
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 8vw, 3.2rem);
  line-height: 1;
  color: var(--color-beige-dark);
  letter-spacing: .02em;
}
.home-story__stat-unit{
  font-size: 11px;
  letter-spacing: .12em;
  color: #6b5d4d;
  margin-top: 4px;
}
.home-story__stat-label{
  font-size: 11px;
  letter-spacing: .12em;
  color: #2c2620;
  margin-top: 6px;
}
@media(min-width:768px){
  .home-story__stat-num{ font-size: clamp(2.6rem, 4.4vw, 3.8rem); }
  .home-story__stat-unit{ font-size: 12px; }
  .home-story__stat-label{ font-size: 12px; margin-top: 8px; }
}

/* Compatibility: keep old hero-slider classes harmless if used elsewhere */
.hero-slider-modern + .home-story{ margin-top: 0; }
