/* ============================================================
   Laundrypress 那覇泊店  —  shared.css
   Sparkling Clean / Fresh Minimal
   ============================================================ */

/* ---------- Fonts ---------- */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Noto+Sans+JP:wght@300;400;500;600;700&family=Nunito:wght@400;600;700;800&display=swap');

/* ---------- Tokens ---------- */
:root {
  /* Palette */
  --white:        #FFFFFF;
  --sky:          #E8F4FD;
  --sky-100:      #F5FAFE;
  --sky-200:      #DCEEFB;
  --sky-300:      #BFE0F7;
  --teal:         #0EA5E9;
  --teal-600:     #0284C7;
  --teal-700:     #036aa1;
  --teal-soft:    rgba(14, 165, 233, 0.10);
  --gray:         #F1F5F9;
  --gray-200:     #E2E8F0;
  --gray-300:     #CBD5E1;
  --gray-500:     #64748B;
  --gray-700:     #334155;
  --ink:          #0F172A;
  --ink-soft:     #1E293B;
  --line:         #E5EEF6;

  /* Type */
  --font-head: 'Outfit', 'Noto Sans JP', system-ui, sans-serif;
  --font-body: 'Noto Sans JP', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --font-num:  'Nunito', 'Outfit', system-ui, sans-serif;

  /* Layout */
  --wrap:       1200px;
  --wrap-tight: 1040px;
  --radius:     18px;
  --radius-sm:  12px;
  --radius-lg:  28px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .04);
  --shadow:    0 4px 18px -8px rgba(15, 23, 42, .10), 0 2px 6px rgba(15, 23, 42, .04);
  --shadow-md: 0 12px 36px -12px rgba(14, 116, 165, .22), 0 4px 10px rgba(14, 165, 233, .06);
  --shadow-lg: 0 24px 64px -24px rgba(14, 116, 165, .35), 0 8px 20px rgba(15, 23, 42, .06);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.7;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg { display: block; max-width: 100%; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
a { color: inherit; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

/* ---------- Reusable ---------- */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
}
.wrap-tight { max-width: var(--wrap-tight); margin: 0 auto; padding: 0 28px; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 600;
  color: var(--teal-600);
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 28px; height: 1px;
  background: currentColor;
}

.section-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.25;
  letter-spacing: -.01em;
  color: var(--ink);
  margin-top: 10px;
}
.section-title em {
  font-style: normal;
  color: var(--teal);
}
.section-lead {
  margin-top: 14px;
  color: var(--gray-700);
  font-size: 15px;
  max-width: 56ch;
}

section {
  padding: 96px 0;
  position: relative;
}
section.tinted { background: var(--sky-100); }
section.sky     { background: var(--sky); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(14, 165, 233, .55), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-primary:hover { background: var(--teal-600); transform: translateY(-1px); box-shadow: 0 16px 32px -12px rgba(14,165,233,.6); }
.btn-ghost {
  background: #fff;
  color: var(--ink);
  border: 1.5px solid var(--gray-200);
}
.btn-ghost:hover { border-color: var(--teal); color: var(--teal-600); transform: translateY(-1px); }
.btn-line {
  background: transparent;
  color: var(--teal-600);
  border: 1.5px solid var(--teal);
}
.btn-line:hover { background: var(--teal-soft); }

/* ---------- Bubbles background motif ---------- */
.bubble-field {
  position: absolute; inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
.bubble-field .bb {
  position: absolute;
  bottom: -80px;
  border-radius: 50%;
  /* 白背景でも映える — 青みのある石鹸玉スタイル */
  background:
    radial-gradient(circle at 28% 24%, rgba(255,255,255,.95) 0%, transparent 20%),
    radial-gradient(circle at 68% 70%, rgba(14,165,233,.28) 0%, transparent 32%),
    radial-gradient(circle at 50% 50%,
      rgba(186,230,253,.85) 0%,
      rgba(125,211,252,.65) 28%,
      rgba(167,139,250,.42) 55%,
      rgba(249,168,212,.32) 80%,
      rgba(14,165,233,.18) 100%
    );
  border: 2px solid rgba(14,165,233,.5);
  box-shadow:
    inset 0 0 16px rgba(255,255,255,.85),
    inset 0 0 32px rgba(14,165,233,.18),
    0 0 18px rgba(14,165,233,.35),
    0 6px 24px rgba(14,165,233,.2);
  opacity: 0;
  will-change: transform, opacity;
  animation: float-up linear infinite;
}
@keyframes float-up {
  0%   { transform: translateY(0) translateX(0) scale(.5);  opacity: 0; }
  6%   { opacity: .95; }
  45%  { transform: translateY(-50vh) translateX(30px) scale(1.1); opacity: .9; }
  90%  { opacity: .55; }
  100% { transform: translateY(-115vh) translateX(-20px) scale(.8); opacity: 0; }
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
  background: transparent;
}
.nav.scrolled {
  background: rgba(255,255,255,.85);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.brand-logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}
.brand-mark {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--teal) 0%, #38BDF8 100%);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .02em;
  box-shadow: 0 6px 14px -4px rgba(14,165,233,.5), inset 0 1px 0 rgba(255,255,255,.4);
  position: relative;
}
.brand-mark::after {
  content: "";
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.6);
  top: 7px; right: 7px;
}
.brand-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .01em;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
}
.brand-text small {
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: .28em;
  color: var(--teal-600);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}
.nav-links a {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  color: var(--ink-soft);
  position: relative;
  padding: 6px 0;
  transition: color .2s ease;
  white-space: nowrap;
}
.nav-tel { white-space: nowrap; }
.nav-links a:hover { color: var(--teal-600); }
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5px;
  background: var(--teal);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-tel {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  text-decoration: none;
  color: var(--ink);
  line-height: 1.1;
}
.nav-tel strong {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .02em;
}
.nav-tel small {
  font-family: var(--font-head);
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--gray-500);
  margin-top: 2px;
}
.nav-burger { display: none; }

@media (max-width: 1080px) {
  .nav-links, .nav-tel { display: none; }
  .nav-burger {
    display: inline-flex;
    width: 44px; height: 44px;
    align-items: center;
    justify-content: center;
    background: var(--gray);
    border-radius: 12px;
  }
  .nav-burger span {
    width: 18px; height: 1.5px;
    background: var(--ink);
    position: relative;
    display: block;
  }
  .nav-burger span::before, .nav-burger span::after {
    content: "";
    position: absolute;
    left: 0; right: 0;
    height: 1.5px;
    background: var(--ink);
  }
  .nav-burger span::before { top: -6px; }
  .nav-burger span::after  { top: 6px; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  padding: 140px 0 100px;
  background:
    radial-gradient(900px 500px at 100% -10%, rgba(14,165,233,.10), transparent 60%),
    radial-gradient(700px 500px at -10% 30%, rgba(191,224,247,.55), transparent 60%),
    linear-gradient(180deg, #FFFFFF 0%, var(--sky-100) 100%);
  overflow: hidden;
}
.hero-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(36px, 5.4vw, 64px);
  line-height: 1.18;
  letter-spacing: -.02em;
  color: var(--ink);
  margin-top: 18px;
}
.hero h1 .jp {
  display: block;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: clamp(22px, 2.6vw, 32px);
  margin-top: 8px;
  letter-spacing: .01em;
  color: var(--ink-soft);
}
.hero h1 em {
  font-style: normal;
  background: linear-gradient(120deg, var(--teal) 0%, #38BDF8 60%, #7DD3FC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--gray-700);
  font-size: 15.5px;
  line-height: 1.85;
  max-width: 50ch;
}
.hero-sub li::before {
  content: "○ ";
  color: var(--teal);
  font-weight: 700;
}
.hero-meta {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chip {
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--teal-600);
  background: #fff;
  border: 1px solid var(--sky-300);
  padding: 8px 14px;
  border-radius: 999px;
}
.chip.live {
  background: linear-gradient(135deg, var(--teal) 0%, #38BDF8 100%);
  color: #fff;
  border: 0;
  font-weight: 600;
}
.chip.live::before {
  content: "";
  display: inline-block;
  width: 7px; height: 7px;
  background: #fff;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 0 rgba(255,255,255,.6);
  animation: pulse 1.6s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,.6); }
  70%  { box-shadow: 0 0 0 8px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.hero-cta {
  margin-top: 36px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Hero gallery */
.hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 180px;
  gap: 14px;
}
.hero-visual .ph-card {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-md);
  background: var(--sky-200);
}
.hero-visual .ph-card:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.hero-visual .ph-card:nth-child(2) { grid-column: 2; grid-row: 1; }
.hero-visual .ph-card:nth-child(3) { grid-column: 2; grid-row: 2; }
.ph-card img { width: 100%; height: 100%; object-fit: cover; }
.ph-card .caption {
  position: absolute;
  bottom: 12px; left: 12px;
  background: rgba(255,255,255,.92);
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-family: var(--font-head);
  font-weight: 600;
  color: var(--ink);
  backdrop-filter: blur(8px);
}
.ph-placeholder {
  width: 100%; height: 100%;
  background:
    repeating-linear-gradient(135deg,
      rgba(14,165,233,.06) 0,
      rgba(14,165,233,.06) 8px,
      transparent 8px,
      transparent 16px),
    linear-gradient(135deg, var(--sky-200) 0%, var(--sky-300) 100%);
  display: grid; place-items: center;
  text-align: center;
  padding: 16px;
}
.ph-placeholder span {
  font-family: 'Courier New', monospace;
  font-size: 11px;
  color: var(--teal-700);
  letter-spacing: .04em;
  background: rgba(255,255,255,.8);
  padding: 4px 10px;
  border-radius: 4px;
}
.hero-badge {
  position: absolute;
  right: -12px;
  top: -22px;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  z-index: 3;
  box-shadow: var(--shadow-lg);
  animation: spin 26s linear infinite;
}
.hero-badge::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(255,255,255,.3);
  border-radius: 50%;
}
.hero-badge .inner {
  font-family: var(--font-head);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.hero-badge .badge-open {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .2em;
  color: #fff;
  line-height: 1;
}
.hero-badge .big {
  display: block;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0;
  color: var(--teal);
  line-height: 1;
}
.hero-badge .badge-sub {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  color: rgba(255,255,255,.65);
  line-height: 1;
}
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { padding: 110px 0 70px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { grid-template-rows: 180px 140px; }
  .hero-badge { width: 84px; height: 84px; right: 4px; top: -16px; }
  .hero-badge .badge-open { font-size: 12px; }
  .hero-badge .big { font-size: 21px; }
  .hero-badge .badge-sub { font-size: 8px; }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about {
  background: #fff;
}
.about-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 60px;
  align-items: start;
}
.about-copy p {
  font-size: 16px;
  line-height: 2;
  color: var(--gray-700);
  margin-top: 18px;
}
.about-quote {
  margin-top: 36px;
  padding: 28px 28px 28px 32px;
  background: var(--sky-100);
  border-left: 3px solid var(--teal);
  border-radius: 4px 14px 14px 4px;
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  line-height: 1.7;
  position: relative;
}
.about-quote::before {
  content: "“";
  position: absolute;
  top: -10px; left: 14px;
  font-family: serif;
  font-size: 64px;
  color: var(--teal);
  opacity: .25;
  line-height: 1;
}
.about-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 170px 170px;
  gap: 14px;
}
.about-photos .ph-card:nth-child(1) {
  grid-column: 1 / 3;
}
.about-photos .ph-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }

@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* ============================================================
   MENU
   ============================================================ */
.menu-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.menu-card {
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .35s ease, box-shadow .35s ease, border-color .3s ease;
  position: relative;
}
.menu-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--sky-300);
}
.menu-card .img {
  aspect-ratio: 16 / 11;
  background: var(--sky-200);
  position: relative;
  overflow: hidden;
}
.menu-card .img img { width: 100%; height: 100%; object-fit: cover; }
.menu-card .body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.menu-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -.005em;
  color: var(--ink);
}
.menu-card .desc {
  font-size: 13.5px;
  color: var(--gray-700);
  line-height: 1.7;
  flex: 1;
}
.menu-card .price {
  margin-top: 10px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 28px;
  color: var(--teal-600);
  letter-spacing: -.01em;
}
.menu-card .price small {
  font-size: 13px;
  color: var(--gray-500);
  font-weight: 600;
}
.menu-card .best {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  padding: 6px 12px;
  border-radius: 999px;
  z-index: 2;
}
.menu-card .best::before { content: "★ "; color: #FCD34D; }

@media (max-width: 900px) { .menu-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .menu-grid { grid-template-columns: 1fr; } }

/* ---- Image-less menu card variant ---- */
.menu-card--noimg { flex-direction: column; }
.menu-card--noimg .body { padding: 24px 24px 28px; flex: 1; }
.menu-card--noimg .best {
  top: 12px;
  left: 12px;
  font-size: 10px;
}
.menu-card--noimg h3 { font-size: 17px; }

/* ---- Menu icon ---- */
.menu-card .menu-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.menu-card .menu-icon svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 10px rgba(14,165,233,.22));
  transition: filter .25s;
}
.menu-card:hover .menu-icon svg {
  filter: drop-shadow(0 4px 14px rgba(14,165,233,.38));
}

/* ---- For You SVG illustration area ---- */
.foryou-card .img .fy-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--sky-100) 0%, rgba(219,234,254,.7) 100%);
}
.foryou-card .img .fy-icon svg {
  width: 62%;
  height: auto;
  max-width: 130px;
  filter: drop-shadow(0 4px 12px rgba(14,165,233,.18));
}

/* ---- Cursor bubble effect ---- */
.cursor-bubble {
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  border: 1.5px solid rgba(255,255,255,.78);
  box-shadow: inset 0 0 8px rgba(255,255,255,.55), 0 0 6px rgba(14,165,233,.2);
  animation: cursor-rise 1.15s ease-out forwards;
}
@keyframes cursor-rise {
  0%   { transform: translateY(0) translateX(0) scale(1); opacity: .9; }
  50%  { transform: translateY(-38px) translateX(var(--dx, 0px)) scale(.75); opacity: .55; }
  100% { transform: translateY(-72px) translateX(calc(var(--dx, 0px) * 1.6)) scale(.25); opacity: 0; }
}

/* ============================================================
   FEATURES
   ============================================================ */
.features-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-item {
  position: relative;
  padding: 32px 28px 30px;
  background: #fff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.feature-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.feature-num {
  font-family: var(--font-num);
  font-weight: 800;
  font-size: 44px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--teal);
  letter-spacing: -.02em;
}
.feature-item h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.45;
  color: var(--ink);
}
.feature-item .desc {
  font-size: 13.5px;
  color: var(--gray-700);
  line-height: 1.75;
}
.feature-item::after {
  content: "";
  position: absolute;
  top: 32px; right: 28px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--teal);
  opacity: .25;
}

@media (max-width: 900px) { .features-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .features-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FOR YOU
   ============================================================ */
.foryou-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.foryou-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.foryou-card .img {
  aspect-ratio: 4 / 5;
  background: var(--sky-200);
  position: relative;
  overflow: hidden;
}
.foryou-card .img img { width: 100%; height: 100%; object-fit: cover; }
.foryou-card .img .label {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  background: rgba(255,255,255,.94);
  padding: 8px 14px;
  border-radius: 12px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  backdrop-filter: blur(8px);
}
.foryou-card .img .label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--teal);
}
.foryou-card .body {
  padding: 18px 18px 20px;
  font-size: 13px;
  color: var(--gray-700);
  line-height: 1.75;
}
@media (max-width: 900px) { .foryou-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foryou-grid { grid-template-columns: 1fr 1fr; gap: 12px; } }

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.review-card {
  position: relative;
  padding: 26px 26px 24px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-card::after {
  /* speech bubble tail */
  content: "";
  position: absolute;
  bottom: -10px;
  left: 36px;
  width: 20px; height: 20px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: rotate(45deg);
}
.review-stars {
  color: #FBBF24;
  font-size: 16px;
  letter-spacing: 3px;
}
.review-stars .empty { color: var(--gray-300); }
.review-text {
  font-size: 14px;
  line-height: 1.85;
  color: var(--gray-700);
}
.review-meta {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-name {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 14px;
  color: var(--ink);
}
.review-name::before {
  content: "";
  display: inline-block;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky-300) 0%, var(--teal) 100%);
  vertical-align: middle;
  margin-right: 10px;
}
.review-date {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--gray-500);
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .reviews-grid { grid-template-columns: 1fr; } }

/* ---- Review CTA card (6th slot — Google link) ---- */
.review-card.review-cta {
  background: linear-gradient(140deg, var(--sky-100) 0%, #fff 100%);
  border: 2px solid var(--sky-300);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.review-card.review-cta::after { display: none; }
.review-cta-text {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}
.review-cta-btn {
  display: inline-block;
  padding: 11px 28px;
  background: var(--teal);
  color: #fff;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  border-radius: 999px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.review-cta-btn:hover {
  background: var(--teal-700);
  transform: translateY(-2px);
}

/* ============================================================
   BLOG (.wall)
   ============================================================ */
.blog .wall {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.blog-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease;
}
a.blog-card { color: inherit; text-decoration: none; display: flex; }
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.blog-card .image {
  aspect-ratio: 4 / 3;
  background: var(--sky-200);
  overflow: hidden;
}
.blog-card .body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-card .date {
  font-family: var(--font-num);
  font-size: 12px;
  color: var(--teal-600);
  font-weight: 600;
  letter-spacing: .04em;
}
.blog-card .cap {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  transition: color .2s ease;
}
.blog-card:hover .cap {
  color: var(--teal-600);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.blog-card .cta-lbl {
  font-family: var(--font-head);
  font-size: 12px;
  color: var(--gray-500);
  font-weight: 500;
}
.blog-card .tape {
  /* subtle marker on top */
  position: absolute;
  top: 0; left: 22px;
  width: 38px; height: 4px;
  background: var(--teal);
  border-radius: 0 0 3px 3px;
  z-index: 2;
}

.cms-loading {
  position: relative;
  min-height: 220px;
}
.cms-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(14,165,233,.08) 40%, transparent 80%) -200px 0/200px 100% no-repeat,
    repeating-linear-gradient(0deg, var(--sky-100) 0 80px, transparent 80px 100px);
  border-radius: var(--radius);
  animation: skel 1.4s linear infinite;
}
@keyframes skel {
  0%   { background-position: -200px 0, 0 0; }
  100% { background-position: calc(100% + 200px) 0, 0 0; }
}

@media (max-width: 900px) { .blog .wall { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .blog .wall { grid-template-columns: 1fr; } }

/* ============================================================
   ACCESS
   ============================================================ */
.access-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  align-items: stretch;
}
.access-map {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--sky-200);
  min-height: 380px;
  box-shadow: var(--shadow);
  position: relative;
}
.access-map iframe { width: 100%; height: 100%; border: 0; display: block; min-height: 380px; }
.access-info {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 30px;
}
.access-info h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -.005em;
}
.access-info .en {
  display: block;
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .2em;
  color: var(--teal-600);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.access-list {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
}
.access-list .row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed var(--line);
  font-size: 14px;
}
.access-list .row:last-child { border-bottom: 0; }
.access-list .row dt {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .12em;
  color: var(--teal-600);
  padding-top: 2px;
}
.access-list .row dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}
.hours-table {
  margin-top: 22px;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  font-family: var(--font-num);
}
.hours-table th, .hours-table td {
  padding: 9px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.hours-table th { font-family: var(--font-head); color: var(--gray-500); font-weight: 600; font-size: 11px; letter-spacing: .14em; }
.hours-table td:last-child { font-weight: 700; color: var(--teal-600); }

@media (max-width: 900px) { .access-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SNS
   ============================================================ */

/* デフォルト非表示。Sheets settings タブに snsVisible=true を追加で表示復帰 */
section.sns { display: none; }

.sns-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.sns-card {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-decoration: none;
  color: inherit;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.sns-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--sky-300);
}
.sns-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: grid; place-items: center;
  flex-shrink: 0;
  color: #fff;
}
.sns-icon.instagram { background: linear-gradient(135deg, #FFD66B 0%, #F76C5E 45%, #B033FF 100%); }
.sns-icon.x         { background: #0F172A; }
.sns-icon.line      { background: #06C755; }
.sns-card .meta { display: flex; flex-direction: column; gap: 2px; }
.sns-card .platform { font-family: var(--font-head); font-weight: 700; font-size: 15px; }
.sns-card .handle { font-family: var(--font-num); font-size: 13px; color: var(--gray-500); }
.sns-card .desc   { font-size: 12px; color: var(--gray-700); margin-top: 4px; }
@media (max-width: 900px) { .sns-grid { grid-template-columns: 1fr; } }

/* ============================================================
   APP / Delivery
   ============================================================ */
.app-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.app-card {
  background: linear-gradient(180deg, #fff 0%, var(--sky-100) 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
}
.app-card .badge-type {
  align-self: flex-start;
  font-family: var(--font-head);
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 600;
  color: var(--teal-700);
  background: #fff;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--sky-300);
}
.app-card h3 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.35;
  margin-top: 10px;
}
.app-card .desc { font-size: 13.5px; color: var(--gray-700); line-height: 1.85; flex: 1; }
.app-card .btn { margin-top: 8px; align-self: flex-start; height: 46px; padding: 0 22px; font-size: 14px; }
.app-card .deco {
  position: absolute;
  right: -20px; bottom: -20px;
  width: 120px; height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(14,165,233,.18) 0%, transparent 65%);
  pointer-events: none;
}
@media (max-width: 900px) { .app-grid { grid-template-columns: 1fr; } }

/* ============================================================
   FAQ
   ============================================================ */
.faq-list {
  margin-top: 40px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 56px 22px 56px;
  position: relative;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.55;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before {
  content: "Q";
  position: absolute;
  left: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  display: grid; place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-head);
  font-weight: 300;
  font-size: 32px;
  color: var(--teal);
  transition: transform .3s ease;
  line-height: 1;
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item .answer {
  padding: 0 6px 26px 56px;
  position: relative;
  font-size: 14.5px;
  line-height: 1.95;
  color: var(--gray-700);
  display: flex;
  gap: 14px;
}
.faq-item .answer::before {
  content: "A";
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--gray);
  color: var(--ink);
  display: grid; place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
  position: absolute;
  left: 0; top: 0;
}

/* ============================================================
   CTA
   ============================================================ */
.cta {
  padding: 80px 0;
  background: var(--sky-100);
  position: relative;
}
.cta-box {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  padding: 64px 56px 60px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(500px 280px at 80% -20%, rgba(255,255,255,.25), transparent 60%),
    linear-gradient(135deg, var(--teal) 0%, #0284C7 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 24px 60px -24px rgba(14, 116, 165, .55);
}
.cta-box::before, .cta-box::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}
.cta-box::before { width: 240px; height: 240px; top: -90px; left: -80px; }
.cta-box::after  { width: 160px; height: 160px; bottom: -60px; right: -40px; background: rgba(255,255,255,.08); }
.cta h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.25;
  letter-spacing: -.01em;
  position: relative;
}
.cta h2 .it {
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(120deg, #FFFFFF 0%, #E0F2FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cta .cta-note {
  margin: 16px auto 0;
  max-width: 50ch;
  font-size: 14px;
  color: rgba(255,255,255,.85);
  line-height: 1.85;
  position: relative;
}
.cta .actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.cta .actions .btn-primary {
  background: #fff;
  color: var(--teal-700);
}
.cta .actions .btn-primary:hover { background: var(--sky); }
.cta .actions .btn-ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.cta .actions .btn-ghost:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
footer.footer {
  background: var(--ink);
  color: rgba(255,255,255,.7);
  padding: 64px 0 32px;
  font-size: 13px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-text small { color: rgba(255,255,255,.55); }
.footer-desc { line-height: 1.85; max-width: 36ch; }
.footer-h {
  font-family: var(--font-head);
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  transition: color .2s ease;
}
.footer-col ul li a:hover { color: var(--teal); }
.footer-bottom {
  padding-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}
.footer-legal {
  display: flex;
  gap: 6px;
  align-items: center;
}
.legal-btn {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
  background: none;
  border: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 2px 6px;
}
.legal-btn:hover { color: var(--teal); }
.copyright {
  font-family: var(--font-num);
  font-size: 12px;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
}
.credit {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-top: 12px;
}
.credit a { color: inherit; text-decoration: underline; }

@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   MODALS (dialog)
   ============================================================ */
dialog.legal-modal {
  border: 0;
  padding: 0;
  border-radius: var(--radius-lg);
  max-width: 760px;
  width: calc(100% - 40px);
  max-height: 80vh;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 30px 80px -20px rgba(15, 23, 42, .35);
}
dialog.legal-modal::backdrop {
  background: rgba(15, 23, 42, .55);
  backdrop-filter: blur(4px);
}
.modal-inner {
  overflow-y: auto;
  max-height: 80vh;
  padding: 32px 40px 40px;
}
.modal-inner h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 8px;
  padding-right: 36px;
  letter-spacing: -.005em;
}
.modal-inner .modal-sub {
  font-size: 12px;
  color: var(--gray-500);
  margin-bottom: 24px;
  letter-spacing: .12em;
  font-family: var(--font-head);
  text-transform: uppercase;
}
.modal-inner h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  color: var(--teal-700);
  margin: 24px 0 8px;
  border-left: 3px solid var(--teal);
  padding-left: 10px;
  line-height: 1.4;
}
.modal-inner p, .modal-inner li {
  font-size: 13.5px;
  line-height: 1.95;
  color: var(--gray-700);
}
.modal-inner ul { list-style: disc; padding-left: 20px; margin: 6px 0 12px; }
.modal-inner li { margin-bottom: 4px; }
.modal-close {
  position: absolute;
  top: 18px; right: 18px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--gray);
  display: grid; place-items: center;
  font-size: 18px;
  color: var(--ink);
  z-index: 2;
}
.modal-close:hover { background: var(--gray-200); }

/* ============================================================
   MOBILE OVERRIDES
   ============================================================ */
@media (max-width: 768px) {
  section { padding: 64px 0; }
  .section-title { font-size: 28px; }
  .nav-inner { padding: 14px 18px; }
  .wrap, .wrap-tight { padding: 0 18px; }
  .about-quote { font-size: 15px; padding: 22px; }
  .hero h1 { font-size: 36px; }
  .modal-inner { padding: 24px 22px 28px; }
}

@media (max-width:480px) {
  .cta-box {
    padding: 24px 16px 28px;
    margin: 0;
    overflow: hidden;
    transform: none;
  }
  .cta .actions { flex-direction: column; align-items: stretch; }
  .cta .actions .btn { width: 100%; justify-content: center; padding: 16px 20px; }
  .cta h2 { overflow-wrap: break-word; word-break: break-all; }
  .cta .cta-note { font-size: 13px; overflow-wrap: break-word; }
}

/* モバイルではバブルを間引いてパフォーマンス確保 */
@media (max-width: 600px) {
  .bubble-field .bb:nth-child(n+8) { display: none; }
  .bubble-field .bb { animation-duration: 18s !important; }
}

/* ============================================================
   Mobile Optimization (≤ 600px)  — appended from mobile-optimization.css
   ============================================================ */
@media (max-width: 600px) {

  .nav .brand .en {
    letter-spacing: .14em;
    font-size: 9px;
    max-width: calc(100vw - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero { padding: 100px 0 56px; }

  .hero-copy .h-eyebrow {
    font-size: 10px;
    letter-spacing: .14em;
    gap: 8px;
    overflow: hidden;
  }
  .hero-copy .h-eyebrow::before { width: 22px; }

  .hero-copy h1, .hero h1 {
    font-size: clamp(26px, 7.5vw, 36px);
    overflow-wrap: break-word;
    word-break: break-all;
    line-break: auto;
    letter-spacing: .05em;
  }

  .hero-copy .h-actions, .hero-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-copy .h-actions .btn, .hero-cta .btn {
    justify-content: center;
    padding: 15px 20px;
  }

  .section-title {
    overflow-wrap: break-word;
    word-break: break-all;
  }
  .eyebrow {
    letter-spacing: .22em;
    font-size: 11px;
  }

  .features-grid { grid-template-columns: 1fr; }
  .foryou-grid   { grid-template-columns: 1fr 1fr; gap: 12px; }

  .hours-table td, .hours-table th {
    padding: 10px 12px;
    font-size: 13px;
  }

  .btn {
    font-size: 13px;
    letter-spacing: .10em;
  }
}
