/* assets/css/tohki.css */
/* =========================================================
   FTERA TOHKI page extension
   Top page design inheritance + soft wine accent
   ========================================================= */

:root{
  --tohki-wine:#9c3b50;
  --tohki-wine-soft:#b85a6d;
  --tohki-wine-deep:#7f2b3f;
  --tohki-wine-line:rgba(156,59,80,.16);
  --tohki-wine-glow:rgba(184,90,109,.10);
  --tohki-cream:#f6f0e7;
}

.tohkiHero{
  padding:0 0 18px;
}

.tohkiHeroShell{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:16px;
  padding:10px;
  border:1px solid rgba(255,255,255,.42);
  border-bottom-color:rgba(17,19,24,.08);
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.10));
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.tohkiHeroShell::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(920px 480px at 12% 10%, rgba(255,255,255,.22), transparent 60%),
    radial-gradient(700px 400px at 88% 0%, rgba(156,59,80,.06), transparent 54%),
    radial-gradient(860px 420px at 78% 92%, rgba(17,19,24,.05), transparent 58%);
}

.tohkiHeroCopy,
.tohkiHeroVisual{
  position:relative;
  z-index:1;
  min-width:0;
}

.tohkiCopyCard{
  position:relative;
  height:100%;
  min-height:680px;
  border:1px solid rgba(255,255,255,.22);
  border-bottom-color:rgba(17,19,24,.08);
  border-radius:30px;
  padding:36px 30px 28px;
  background:
    linear-gradient(135deg, rgba(20,20,24,.74) 0%, rgba(28,28,34,.62) 55%, rgba(68,48,54,.50) 100%);
  color:#fff;
  box-shadow:
    0 14px 34px rgba(12,18,28,.08),
    inset 0 1px 0 rgba(255,255,255,.10);
  overflow:hidden;
  backdrop-filter:blur(18px) saturate(1.02);
  -webkit-backdrop-filter:blur(18px) saturate(1.02);
}

.tohkiCopyCard::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(520px 240px at 12% 8%, rgba(255,255,255,.07), transparent 62%),
    radial-gradient(480px 320px at 100% 0%, rgba(184,90,109,.14), transparent 58%);
}

.tohkiKicker{
  position:relative;
  margin:0 0 18px;
  padding-left:54px;
  font-size:11px;
  color:rgba(255,240,243,.84);
  letter-spacing:.18em;
  text-transform:uppercase;
}

.tohkiKicker::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:38px;
  height:1px;
  background:linear-gradient(90deg, rgba(184,90,109,.92), rgba(255,255,255,.22));
  transform:translateY(-50%);
}

.tohkiTitle{
  margin:0 0 18px;
  font-size:clamp(36px, 4.8vw, 62px);
  line-height:1.04;
  letter-spacing:-.01em;
  font-weight:620;
  max-width:8.4ch;
}

.tohkiLead{
  margin:0;
  max-width:34ch;
  font-size:16px;
  line-height:1.92;
  color:rgba(255,255,255,.78);
}

.tohkiNotice{
  margin-top:22px;
  padding:18px 18px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  color:rgba(255,255,255,.84);
  font-size:14px;
  line-height:1.95;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}

.tohkiMeta{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}

.tohkiHero .metaCard{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  box-shadow:none;
}

.tohkiHero .metaLabel{
  color:rgba(255,235,239,.62);
  margin-bottom:14px;
}

.tohkiHero .metaValue{
  color:#fff;
}

.tohkiBadgeRow{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.tohkiBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:rgba(255,255,255,.92);
  font-size:12px;
  letter-spacing:.02em;
}

.tohkiPrimary{
  background:rgba(156,59,80,.92);
  border-color:rgba(156,59,80,.92);
  color:#fff;
}

.tohkiPrimary:hover{
  background:rgba(127,43,63,.96);
  border-color:rgba(127,43,63,.96);
}

.tohkiSecondary{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.18);
  color:#fff;
}

.tohkiSecondary:hover{
  background:rgba(255,255,255,.26);
  color:#fff;
}

.tohkiHeroVisual{
  min-height:680px;
}

.tohkiVisualFrame{
  position:relative;
  height:100%;
  min-height:640px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  gap:0;
}

.tohkiVisualMain{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  background-image:url("/assets/hero/hero-bed.jpg");
  background-size:cover;
  background-position:60% center;
  background-repeat:no-repeat;
  background-color:#dce4eb;
  box-shadow:var(--shadow);
}

.tohkiVisualMain::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

.tohkiVisualMain{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  background-image:url("/assets/hero/hero-bed.jpg");
  background-size:cover;
  background-position:60% center;
  background-repeat:no-repeat;
  background-color:#dce4eb;
  box-shadow:var(--shadow);
}

.tohkiVisualMain::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

.tohkiVisualMain{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  background-image:url("/assets/hero/hero-bed.jpg");
  background-size:cover;
  background-position:60% center;
  background-repeat:no-repeat;
  background-color:#dce4eb;
  box-shadow:var(--shadow);
}

.tohkiVisualMain::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

.tohkiVisualMain{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  background-image:url("/assets/hero/hero-bed.jpg");
  background-size:cover;
  background-position:60% center;
  background-repeat:no-repeat;
  background-color:#dce4eb;
  box-shadow:var(--shadow);
}

.tohkiVisualMain::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}


.tohkiInfoPanel{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:3;
  padding:24px 24px;
  border:1px solid rgba(255,255,255,.32);
  border-bottom-color:rgba(17,19,24,.10);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.54));
  backdrop-filter:blur(22px) saturate(1.08);
  -webkit-backdrop-filter:blur(22px) saturate(1.08);
  box-shadow:0 18px 40px rgba(12,18,28,.12);
}

.tohkiInfoKicker{
  margin:0 0 10px;
  font-size:11px;
  color:rgba(168,74,95,.92);
  letter-spacing:.16em;
  text-transform:uppercase;
}

.tohkiInfoTitle{
  margin:0 0 10px;
  font-size:clamp(20px, 2vw, 30px);
  line-height:1.24;
  letter-spacing:.01em;
}

.tohkiInfoTitle span{
  color:#a84a5f;
}

.tohkiInfoText{
  margin:0;
  max-width:44ch;
  color:var(--muted);
  font-size:14px;
  line-height:1.9;
}

.tohkiIntroSection{
  position:relative;
}

.tohkiAccentCard{
  border-color:rgba(156,59,80,.16);
  box-shadow:
    0 16px 42px rgba(12,18,28,.08),
    0 0 0 1px rgba(156,59,80,.03);
}

.tohkiAccentCard strong{
  color:var(--tohki-wine);
}

.threeCol{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.tohkiFeatureCard{
  position:relative;
  overflow:hidden;
}

.tohkiFeatureCard strong{
  color:var(--fg);
}

.tohkiFeatureCard::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg, rgba(156,59,80,.92), rgba(178,135,67,.34));
  opacity:.78;
}

.flowGridTohki{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.flowCardTohki{
  min-height:100%;
}

.flowNumTohki{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:14px;
  border-radius:999px;
  background:linear-gradient(180deg, rgba(184,90,109,.96), rgba(156,59,80,.96));
  color:#fff;
  font-size:13px;
  font-weight:700;
  box-shadow:0 10px 20px rgba(156,59,80,.18);
}

.tohkiAccentCardSoft{
  border-color:rgba(156,59,80,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.64), rgba(255,255,255,.48)),
    radial-gradient(320px 180px at 100% 0%, rgba(156,59,80,.05), transparent 70%);
}

.faqTohkiGrid{
  align-items:stretch;
}

.tohkiFinalCta{
  border:1px solid rgba(255,255,255,.36);
  border-bottom-color:rgba(17,19,24,.08);
  border-radius:30px;
  padding:18px;
  background:
    linear-gradient(135deg, rgba(22,22,26,.88) 0%, rgba(34,26,30,.82) 56%, rgba(120,58,74,.72) 100%);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.tohkiFinalInner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.10);
}

.tohkiCtaKicker{
  color:rgba(255,235,239,.72);
  margin-bottom:10px;
}

.tohkiFinalCta h2{
  color:#fff;
}

.tohkiCtaLead{
  margin-top:10px;
  color:rgba(255,255,255,.78);
  max-width:54ch;
}

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

  .tohkiCopyCard,
  .tohkiHeroVisual,
.tohkiVisualFrame{
  position:relative;
  height:100%;
  min-height:640px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  gap:0;
}

  .tohkiCopyCard{
    padding:24px 20px 20px;
  }

  .tohkiTitle{
    max-width:none;
    font-size:clamp(32px, 8vw, 46px);
  }

  .tohkiLead{
    max-width:none;
  }

.tohkiVisualFrame{
  position:relative;
  height:100%;
  min-height:640px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  gap:0;
}

.tohkiInfoPanel{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:3;
  padding:24px 24px;
  border:1px solid rgba(255,255,255,.32);
  border-bottom-color:rgba(17,19,24,.10);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.54));
  backdrop-filter:blur(22px) saturate(1.08);
  -webkit-backdrop-filter:blur(22px) saturate(1.08);
  box-shadow:0 18px 40px rgba(12,18,28,.12);
}
    flex-direction:column;
    align-items:flex-start;
  }
}

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

  .faqTohkiGrid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 760px){
  .tohkiHero{
    padding:0 0 12px;
  }

  .tohkiHeroShell{
    border-radius:26px;
    padding:8px;
  }

  .tohkiCopyCard{
    min-height:auto;
    border-radius:24px;
    padding:22px 16px 18px;
  }

  .tohkiTitle{
    font-size:clamp(28px, 10vw, 40px);
    line-height:1.08;
  }

  .tohkiLead{
    font-size:15px;
    line-height:1.82;
  }

  .tohkiNotice{
    padding:16px 14px;
    border-radius:18px;
  }

.tohkiVisualFrame{
  position:relative;
  height:100%;
  min-height:640px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:1fr;
  gap:0;
}

.tohkiVisualMain{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.20);
  background-image:url("/assets/hero/hero-bed.jpg");
  background-size:cover;
  background-position:60% center;
  background-repeat:no-repeat;
  background-color:#dce4eb;
  box-shadow:var(--shadow);
}

.tohkiVisualMain::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.18));
}

.tohkiInfoPanel{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:3;
  padding:24px 24px;
  border:1px solid rgba(255,255,255,.32);
  border-bottom-color:rgba(17,19,24,.10);
  border-radius:26px;
  background:linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.54));
  backdrop-filter:blur(22px) saturate(1.08);
  -webkit-backdrop-filter:blur(22px) saturate(1.08);
  box-shadow:0 18px 40px rgba(12,18,28,.12);
}
    border-radius:24px;
    padding:10px;
  }

  .tohkiFinalInner{
    padding:16px;
    border-radius:18px;
  }
}
