/*
Theme Name: ORIGINATE Event Space LP
Theme URI: https://example.com/originate/
Author: OpenAI
Description: ORIGINATE イベント会場づくりサービス専用LPテーマ。ワクサロテーマを基盤に、LP設定から編集できます。
Version: 18.0
Text Domain: wakusalo-original
*/

:root{
  --pink1:#ff5aa7;
  --pink2:#ff2f57;
  --pink3:#ff3e6a;
  --text:#1c1c1c;
  --muted:#666;
  --bg:#ffffff;
  --card:#ffffff;
  --line:#ff4a63;
  --shadow: 0 14px 28px rgba(0,0,0,.18);
  --r:18px;
  --w: 420px; /* phone max width */
}

*{ box-sizing:border-box; }
/*
  Scroll fix:
  If body is a flex container and the inner wrapper has overflow:hidden,
  the wrapper can be forced to viewport height and clip content (no scroll).
  Use normal document flow instead.
*/
html,body{ height:auto; }
body{
  margin:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
  color:var(--text);
  background:#eef3fb;
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.wrap{
  width:min(100%, var(--w));
  background:#fff;
  position:relative;
  margin:0 auto;
  overflow-x:hidden;
}

/* ====== Header / Menu ====== */
.header{
  position:fixed;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(100%, var(--w));
  z-index:50;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  pointer-events:none;
}
.header .brand,
.header .menu-btn{ pointer-events:auto; }

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-weight:900;
  letter-spacing:.04em;
  text-shadow:0 6px 18px rgba(0,0,0,.35);
}
.brand img{ width:40px; height:40px; }

.menu-btn{
  width:52px;height:52px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06);
  background:rgba(255,255,255,.95);
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.menu-btn .txt{
  font-size:11px;
  font-weight:900;
  color:#333;
  letter-spacing:.08em;
}
.burger, .burger:before, .burger:after{
  width:22px;
  height:2px;
  border-radius:2px;
  background:#666;
  display:block;
  content:"";
}
.burger{ position:relative; }
.burger:before{ position:absolute; transform:translateY(-6px); }
.burger:after{ position:absolute; transform:translateY(6px); }

/* ====== Drawer ====== */
.drawer-backdrop{
  position:fixed; inset:0;
  background:rgba(0,0,0,.38);
  opacity:0; pointer-events:none;
  transition:.2s;
  z-index:80;
}
.drawer{
  position:fixed;
  right:50%;
  transform:translateX(50%);
  top:0;
  width:min(100%, var(--w));
  height:100%;
  pointer-events:none;
  z-index:90;
}
.drawer .panel{
  position:absolute;
  right:0; top:0;
  width:86%;
  height:100%;
  background:#fff;
  transform:translateX(105%);
  transition:.22s ease;
  box-shadow:-20px 0 60px rgba(0,0,0,.22);
  border-left:1px solid rgba(0,0,0,.06);
  pointer-events:auto;
  padding:18px 14px calc(18px + env(safe-area-inset-bottom));
  overflow-y:auto;
  display:flex;
  flex-direction:column;
}
.drawer.open .panel{ transform:translateX(0); }
.drawer.open ~ .drawer-backdrop{ opacity:1; pointer-events:auto; }

.drawer h3{
  margin:6px 0 10px;
  font-size:14px;
  letter-spacing:.10em;
  color:var(--pink3);
}
.drawer a{
  display:block;
  padding:12px 10px;
  border-radius:12px;
  margin:6px 0;
  background:linear-gradient(180deg, #fff, #fff7fb);
  border:1px solid rgba(255,74,99,.22);
  font-weight:800;
}
.drawer .close{
  margin-top:10px;
  width:100%;
  padding:12px 12px;
  border:none;
  border-radius:12px;
  background:linear-gradient(135deg, var(--pink1), var(--pink2));
  color:#fff;
  font-weight:900;
}

.drawer-line-btn{
  margin-top:10px;
  min-height:88px;
  border-radius:24px !important;
  text-align:center;
  white-space:normal;
  line-height:1.45;
  padding:16px 18px !important;
  font-size:16px;
  font-weight:900;
}
.drawer-line-btn::before{
  width:24px !important;
  height:24px !important;
  flex-basis:24px !important;
}
.footer-nav-all{
  grid-template-columns:1fr !important;
}
.footer-nav-all a{
  font-size:14px;
  line-height:1.45;
}

/* ====== Hero ====== */
.hero{
  position:relative;
  min-height:520px;
  background:#000;
  overflow:hidden;
}
.hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.30));
  z-index:1;
}
.hero .inner{
  position:relative;
  z-index:2;
  padding:92px 16px 72px;
}

.kicker{
  color:#fff;
  font-size:16px;
  line-height:1.7;
  letter-spacing:.04em;
  opacity:.95;
}
.hero h1{
  margin:10px 0 8px;
  color:#fff;
  font-size:36px;
  line-height:1.06;
  letter-spacing:.06em;
  text-shadow:0 12px 30px rgba(0,0,0,.45);
}
.hero p{
  margin:0;
  color:rgba(255,255,255,.92);
  line-height:1.75;
  font-size:16px;
  max-width:34em;
}
.hero p br{
  content:"";
}
.hero .cta{
  margin-top:16px;
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 14px;
  border-radius:14px;
  border:none;
  cursor:pointer;
  font-weight:900;
  letter-spacing:.04em;
}
.btn.primary{
  color:#fff;
  background:linear-gradient(135deg, var(--pink1), var(--pink2));
  box-shadow: 0 16px 30px rgba(255,47,87,.28);
}
.btn.ghost{
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.35);
}

.hero-cta-btn{
  font-size:16px;
  line-height:1.2;
  min-height:56px;
  padding:16px 22px;
}

.wave{
  position:absolute; left:0; right:0; bottom:-1px;
  width:100%;
  height:auto;
  z-index:3;
}

/* ====== Sections ====== */
.section{
  position:relative;
  padding:22px 14px;
}
.section.dot-bg{
  background:
    radial-gradient(circle at 1px 1px, rgba(255,90,167,.22) 1px, transparent 1px) 0 0/16px 16px,
    #fff;
}
.section.soft{
  background:#fff7fb;
}
.sec-title{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
  margin:0 0 8px;
}
.sec-title .en{
  font-weight:900;
  letter-spacing:.16em;
  color:var(--pink3);
  font-size:12px;
  line-height:1.2;
  margin:0;
}
.sec-title .jp{
  font-weight:900;
  font-size:16px;
  line-height:1.35;
  margin:0;
}

/* NEWS list */
.news{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.18);
  box-shadow:var(--shadow);
  padding:12px 12px;
}
.news li{
  list-style:none;
  padding:10px 8px;
  border-bottom:1px dashed rgba(0,0,0,.10);
  display:flex;
  gap:10px;
}
.news li:last-child{ border-bottom:none; }
.news .date{
  min-width:86px;
  font-size:12px;
  color:var(--muted);
  font-weight:800;
}
.news .text{
  font-size:13px;
  line-height:1.55;
}

/* ABOUT cards */
.about-lead{
  font-size:13px;
  line-height:1.75;
  color:#222;
  margin:0 0 10px;
}
.cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.card{
  position:relative;
  background:#fff;
  border:2px solid var(--line);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:16px 10px 14px 46px;
  overflow:hidden;
}
.card:before{
  content:"";
  position:absolute;
  inset:-8px 8px 8px -8px;
  border:2px solid var(--line);
  border-radius:20px;
  background:rgba(255,255,255,.92);
  z-index:-1;
}
.card .en{
  font-size:11px;
  font-weight:900;
  letter-spacing:.10em;
  color:var(--pink3);
  text-align:center;
}
.card .jp{
  font-size:13px;
  font-weight:900;
  text-align:center;
  margin-top:4px;
}
.card .icon{
  position:absolute;
  left:-18px;
  top:-12px;
  width:56px;
  height:56px;
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.12));
}

/* Photo strip */
.photo-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
}
.photo-row img{
  border-radius:14px;
  box-shadow:0 10px 20px rgba(0,0,0,.18);
  border:1px solid rgba(255,74,99,.18);
}

/* PRICE */
.price-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:var(--shadow);
  padding:14px 14px;
}
.price-big{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.price-big .num{
  font-size:34px;
  font-weight:1000;
  color:var(--pink3);
  letter-spacing:.02em;
}
.price-big .unit{
  font-size:13px;
  font-weight:900;
  color:#444;
  margin-left:4px;
}
.pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-top:10px;
}
.pill{
  padding:8px 10px;
  border-radius:999px;
  background:#fff7fb;
  border:1px solid rgba(255,74,99,.22);
  font-size:12px;
  font-weight:800;
  color:#333;
}
.small-note{
  margin-top:10px;
  color:#666;
  font-size:12px;
  line-height:1.6;
}

.price-big-member{
  align-items:center;
}
.price-admission{
  font-size:12px;
  color:#666;
  font-weight:800;
  line-height:1.2;
  margin-top:0;
  align-self:center;
  white-space:nowrap;
}
.small-note-member{
  margin-top:4px;
  line-height:1.35;
}
.small-note-member br + br{
  display:none;
}

/* CONTENTS */
.box{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:var(--shadow);
  padding:14px 14px;
}
.checks{
  margin:0; padding:0;
}
.checks li{
  list-style:none;
  padding:10px 0;
  border-bottom:1px dashed rgba(0,0,0,.10);
  display:flex; gap:10px;
  align-items:flex-start;
}
.checks li:last-child{ border-bottom:none; }
.check{
  width:18px; height:18px;
  border-radius:6px;
  background:linear-gradient(135deg,var(--pink1),var(--pink2));
  flex:0 0 auto;
  margin-top:2px;
}
.checks .txt{
  font-size:13px; line-height:1.65;
}

/* MEMBER */
.member-hero{
  background:linear-gradient(135deg, rgba(255,90,167,.95), rgba(255,47,87,.92));
  color:#fff;
  border-radius:22px;
  padding:18px 14px;
  position:relative;
  overflow:hidden;
  box-shadow: 0 18px 40px rgba(255,47,87,.25);
}
.member-hero:before{
  content:"";
  position:absolute;
  inset:-40px -40px auto auto;
  width:180px; height:180px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
}
.member-hero .logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:1000;
  letter-spacing:.06em;
}
.member-hero .logo img{ width:34px; height:34px; }
.member-hero .count{
  margin-top:10px;
  display:flex;
  align-items:flex-end;
  gap:8px;
}
.member-hero .count .n{
  font-size:40px;
  font-weight:1000;
}
.member-hero .count .s{
  font-size:14px;
  font-weight:900;
  opacity:.95;
}

/* Profile card */
.profile{
  margin-top:12px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.profile .card2{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:var(--shadow);
  padding:14px 14px;
}
.profile .person{
  display:flex;
  gap:12px;
  align-items:center;
}
.profile .person img{
  width:78px; height:78px;
  border-radius:18px;
  object-fit:cover;
  border:1px solid rgba(255,74,99,.18);
}
.profile .person .name{
  font-weight:1000;
}
.profile .person .role{
  font-size:12px;
  color:#666;
  font-weight:800;
  margin-top:2px;
}
.profile p{
  margin:10px 0 0;
  font-size:13px;
  line-height:1.7;
  color:#333;
}

/* BLOG cards */
.blog-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
.blog{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.blog img{ height:180px; width:100%; object-fit:cover; }
.blog .b{
  padding:12px 12px;
}
.blog .tag{
  display:inline-block;
  font-size:11px;
  font-weight:900;
  color:#fff;
  background:linear-gradient(135deg,var(--pink1),var(--pink2));
  padding:6px 10px;
  border-radius:999px;
}
.blog h4{
  margin:10px 0 6px;
  font-size:14px;
}
.blog p{
  margin:0;
  font-size:12px;
  line-height:1.6;
  color:#555;
}
.blog .btn-row{ margin-top:10px; }

/* SCHEDULE */
.hscroll{
  display:flex;
  gap:10px;
  overflow:auto;
  padding-bottom:6px;
  scroll-snap-type:x mandatory;
}
.hscroll > *{
  scroll-snap-align:start;
  flex:0 0 82%;
}
.calendar{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.calendar th, .calendar td{
  border:1px solid rgba(0,0,0,.08);
  padding:8px 6px;
  text-align:center;
}
.calendar th{
  background:#fff7fb;
  font-weight:900;
}
.calendar td{
  background:#fff;
}
.schedule-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:var(--shadow);
  padding:12px 12px;
}

/* FAQ */
.faq{
  display:grid;
  gap:10px;
}
.faq-item{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:0 10px 22px rgba(0,0,0,.14);
  overflow:hidden;
}
.faq-q{
  width:100%;
  text-align:left;
  padding:12px 12px;
  border:none;
  background:linear-gradient(180deg,#fff, #fff7fb);
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  cursor:pointer;
}
.faq-q .mark{
  width:26px;height:26px;
  border-radius:9px;
  background:linear-gradient(135deg,var(--pink1),var(--pink2));
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:1000;
  flex:0 0 auto;
}
.faq-q .chev{
  width:10px; height:10px;
  border-right:3px solid var(--pink3);
  border-bottom:3px solid var(--pink3);
  transform:rotate(45deg);
  transition:.18s;
  flex:0 0 auto;
}
.faq-item.open .chev{ transform:rotate(-135deg); }
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .22s ease;
}
.faq-a .pad{
  padding:0 12px 12px;
  color:#333;
  font-size:13px;
  line-height:1.7;
}

/* CTA */
.cta-sec{
  padding:22px 14px 26px;
  background:
    linear-gradient(rgba(0,0,0,.50), rgba(0,0,0,.40)),
    url("assets/cta-bg.jpg") center/cover no-repeat;
  color:#fff;
}
.cta-box{
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px 14px;
}
.cta-box h3{
  margin:0 0 8px;
  font-size:16px;
}
.cta-box p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.92);
}
.cta-box .row{
  margin-top:12px;
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
}
.qr{
  width:110px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 10px 20px rgba(0,0,0,.25);
}

/* Footer */
.footer{
  background:#111;
  color:#fff;
  padding:18px 14px 70px;
}
.footer .nav{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:12px;
}
.footer a{
  padding:10px 10px;
  border-radius:12px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-weight:800;
  font-size:12px;
}
.footer .copy{
  margin-top:12px;
  font-size:11px;
  opacity:.8;
}
.footer .footer-message{
  margin-top:16px;
  text-align:center;
  font-size:14px;
  line-height:1.9;
  font-weight:700;
  color:#fff;
}

/* floating */
.fab{
  position:fixed;
  right:calc(50% - min(50%, var(--w))/2 + 12px);
  bottom:12px;
  z-index:60;
  display:flex;
  gap:10px;
  align-items:center;
}
.fab a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:48px;
  border-radius:14px;
  padding:0 12px;
  font-weight:1000;
  box-shadow:0 14px 26px rgba(0,0,0,.20);
}
.fab .line{
  background:linear-gradient(135deg,var(--pink1),var(--pink2));
  color:#fff;
}
.fab .top{
  width:48px;
  padding:0;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(0,0,0,.08);
}

/* spacing for fixed header */
.spacer{ display:none; height:0; margin:0; padding:0; }


/* WordPress additions */
.admin-bar .header{ top:46px; }
@media (min-width:783px){ .admin-bar .header{ top:32px; } }
.wp-post-image, .entry-content img{ max-width:100%; height:auto; }
.page-shell{ width:min(100%, var(--w)); margin:0 auto; background:#fff; min-height:100vh; }
.entry-wrap{ padding:88px 16px 40px; }
.entry-card{ background:#fff; border-radius:18px; box-shadow:var(--shadow); border:1px solid rgba(255,74,99,.18); padding:18px 14px; }
.entry-title{ margin:0 0 8px; font-size:24px; line-height:1.3; }
.entry-meta{ color:var(--muted); font-size:12px; margin-bottom:12px; }
.archive-list{ display:grid; gap:12px; }
.archive-item{ background:#fff; border-radius:18px; box-shadow:var(--shadow); border:1px solid rgba(255,74,99,.18); overflow:hidden; }
.archive-item .body{ padding:12px; }
.archive-item h2{ margin:0 0 6px; font-size:18px; line-height:1.35; }
.archive-item p{ margin:0; color:#444; line-height:1.7; font-size:13px; }
.pagination{ display:flex; gap:8px; justify-content:center; margin-top:18px; }
.pagination .page-numbers{ padding:10px 12px; background:#fff; border-radius:999px; border:1px solid rgba(255,74,99,.22); }


/* aliases / additions for V2 spec */
.faq-list{ display:grid; gap:10px; }
.faq-list .faq-item{
  background:#fff;
  border-radius:16px;
  border:1px solid rgba(255,74,99,.20);
  box-shadow:0 10px 22px rgba(0,0,0,.14);
  overflow:hidden;
}
.faq-list .faq-q{
  width:100%;
  text-align:left;
  padding:12px 12px;
  border:none;
  background:linear-gradient(180deg,#fff, #fff7fb);
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  cursor:pointer;
}
.faq-list .faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .22s ease;
}
.faq-list .faq-a p{
  padding:0 12px 12px;
  color:#333;
  font-size:13px;
  line-height:1.7;
  margin:0;
}
.faq-list .faq-item.open .faq-a{ max-height:220px; }

.cta-band{
  padding:22px 14px 26px;
  color:#fff;
}
.cta-band-inner{
  background:rgba(0,0,0,.38);
  border:1px solid rgba(255,255,255,.18);
  border-radius:18px;
  padding:14px 14px;
  box-shadow:var(--shadow);
}
.cta-band h3{
  margin:6px 0 8px;
  font-size:18px;
}
.cta-band p{
  margin:0 0 12px;
  font-size:13px;
  line-height:1.7;
  color:rgba(255,255,255,.92);
}
.event-post-card{
  overflow:hidden;
  padding:0;
}
.event-post-card img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
}
.event-post-body{ padding:12px; }
.event-post-date{
  font-size:12px;
  color:#666;
  font-weight:800;
}
.event-post-card h4{
  margin:8px 0 6px;
  font-size:15px;
}
.event-post-card p{
  margin:0;
  font-size:12px;
  line-height:1.6;
  color:#555;
}

.hero{margin-bottom:0;padding-bottom:0;min-height:auto;}
.wave{display:block;line-height:0;margin:0 0 -1px 0;}
.section{margin-top:0;}
#news.section{padding-top:8px;}
.voice-list{display:grid;gap:10px;}
.voice-item{background:#fff;border:1px solid #ffd5e3;border-radius:16px;padding:14px 16px;box-shadow:0 8px 20px rgba(0,0,0,.06);line-height:1.8;color:#444;}


/* v4 adjustments */
.hero{ min-height:640px; }
.hero .inner{ min-height:640px; display:flex; align-items:center; padding:120px 16px 96px; }
.hero .hero-copy{ margin-top:60px; width:100%; }
.news-first{ padding-top:8px; }
.prose-box p{ margin:0 0 12px; line-height:1.85; color:#333; }
.prose-box p:last-child{ margin-bottom:0; }
.steps-long .txt{ white-space:normal; }
.event-post-card img{ width:100%; border-radius:14px; margin-bottom:10px; }
.event-post-body h4{ margin:0 0 8px; font-size:15px; line-height:1.5; }
.event-post-date{ font-size:12px; color:#666; font-weight:800; margin-bottom:6px; }
.event-post-body p{ margin:0; color:#444; line-height:1.8; font-size:13px; }
.voice-list{ display:grid; gap:10px; }
.voice-item{ background:#fff; border:1px solid rgba(255,74,99,.18); border-radius:16px; box-shadow:var(--shadow); padding:12px 14px; line-height:1.8; font-size:13px; }
@media (max-width:420px){ .hero h1{ font-size:34px; } }


/* v5 cache / layout fixes */
.hero{min-height:700px!important;}
.hero .inner{min-height:700px!important;display:flex;align-items:center;padding:140px 18px 120px!important;}
.hero .hero-copy{margin-top:90px!important;width:100%;}
.news-first{padding-top:0!important;margin-top:-2px;}
.spacer{display:none!important;height:0!important;margin:0!important;padding:0!important;}
.box .checks .txt{display:block;color:#333;white-space:pre-line;}
.steps-long .txt{white-space:pre-line!important;}
.section#contents .box{overflow:visible;}
.hero p{white-space:pre-line;}
.about-lead{white-space:pre-line;}
.cta-band p,.profile p,.small-note,.event-post-body p,.voice-item{white-space:pre-line;}


/* typography update: body text 16px, headings larger */
.news .text,
.about-lead,
.small-note-member{
  white-space:normal !important;
}

.about-lead{
  font-size:16px !important;
  line-height:1.8 !important;
}
.small-note-member br{
  display:block;
  content:"";
  margin-top:4px;
}

.small-note,
.checks .txt,
.profile p,
.blog p,
.faq-a .pad,
.cta-band p,
.event-post-body p,
.voice-item,
.archive-item p,
.prose-box p{
  font-size:16px !important;
  line-height:1.8;
}

.sec-title .en{
  font-size:14px !important;
}
.sec-title .jp{
  font-size:22px !important;
  line-height:1.45;
}
.blog h4,
.event-post-card h4,
.event-post-body h4,
.archive-item h2,
.faq-q,
.profile .person .name{
  font-size:18px !important;
  line-height:1.5;
}


/* operator stack update */
.operator-stack{
  margin-top:12px;
}
.operator-note{
  margin-top:2px;
}
.operator-note p{
  margin:0;
  font-size:16px !important;
  line-height:1.8;
  color:#333;
}
#operator .member-hero{
  margin-top:12px;
}

.steps-long li{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:12px;align-items:start;padding:8px 0;}
.steps-long .check{margin:4px 0 0 0;align-self:start;}
.steps-long .txt{display:flex;flex-direction:column;justify-content:flex-start;gap:4px;font-size:16px !important;line-height:1.8;white-space:normal;min-width:0;}
.steps-long .step-heading{display:block;font-weight:1000;font-size:16px;line-height:1.35;margin:0;color:#222;}
.steps-long .step-body{display:block;margin:0;line-height:1.8;}



.sec-title{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:2px;
}

/* title alignment and compact spacing */
.section .sec-title + p,
.section .sec-title + .about-lead,
.section .sec-title + .box,
.section .sec-title + .hscroll,
.section .sec-title + .blog-grid,
.section .sec-title + .voice-list,
.section .sec-title + .faq-list,
.section .sec-title + .profile,
.section .sec-title + .member-hero{
  margin-top:0;
}


.flow-steps{margin:0;padding:0;}
.flow-step-item{list-style:none;padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.10);}
.flow-step-item:last-child{border-bottom:none;}
.flow-step-head{display:flex;align-items:center;gap:12px;margin:0;}
.flow-step-head .check{flex:0 0 22px;width:22px;height:22px;margin:0;border-radius:8px;}
.flow-step-head .step-heading{display:block;margin:0;font-size:16px;font-weight:1000;line-height:1.35;color:#222;}
.flow-step-body{margin:8px 0 0 34px;font-size:16px;line-height:1.8;color:#444;}


/* flow final alignment fix */
#flow .flow-steps{margin:0;padding:0;list-style:none;}
#flow .flow-step-item{display:grid;grid-template-columns:22px minmax(0,1fr);column-gap:12px;align-items:start;padding:12px 0;border-bottom:1px dashed rgba(0,0,0,.10);list-style:none;}
#flow .flow-step-item:last-child{border-bottom:none;}
#flow .flow-step-item > .check{grid-column:1;width:22px;height:22px;margin:0;border-radius:8px;align-self:start;transform:none;}
#flow .flow-step-content{grid-column:2;min-width:0;display:flex;flex-direction:column;gap:6px;}
#flow .step-heading{display:block;margin:0;font-size:16px;font-weight:900;line-height:1.45;color:#222;word-break:keep-all;overflow-wrap:anywhere;}
#flow .flow-step-body{margin:0;font-size:16px;line-height:1.9;color:#444;word-break:break-word;}
#flow .checks.steps-long .txt{display:block;}

/* hero text 16px lock */
.kicker{font-size:13px !important;line-height:1.7 !important;letter-spacing:.04em !important;}
.hero p{font-size:16px !important;line-height:1.75 !important;white-space:normal !important;}
.hero p br{display:block;content:"";margin:0;}


/* hero CTA size balanced fix */
.hero .btn.primary.hero-cta-btn{
  font-size:16px !important;
  line-height:1.2 !important;
  min-height:56px !important;
  padding:16px 22px !important;
  border-radius:16px !important;
  font-weight:900 !important;
}

/* flow CTA full-width hard fix */
#flow .btn-row{width:100% !important;display:block !important;}
#flow .btn-row .btn.primary{width:100% !important;display:flex !important;justify-content:center !important;align-items:center !important;min-height:56px !important;font-size:16px !important;line-height:1.2 !important;padding:16px 18px !important;border-radius:18px !important;}


/* news text 16px lock */
.news .text,
.news .text a{font-size:16px !important;line-height:1.7 !important;}


/* faq visibility + mobile typography fix */
.faq-list .faq-q,
.faq-list .faq-q span,
.faq-list .faq-q b{
  color:#222 !important;
  -webkit-text-fill-color:#222 !important;
}
.faq-list .faq-q{
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.6 !important;
}
.faq-list .faq-q span{
  font-size:15px !important;
  font-weight:400 !important;
  line-height:1.6 !important;
}
.faq-list .faq-q b{
  font-size:15px !important;
  font-weight:700 !important;
  line-height:1 !important;
}
@media (max-width: 767px){
  .faq-list .faq-q,
  .faq-list .faq-q span{font-size:15px !important;}
}


/* Official LINE buttons */
.btn.primary.line-btn{
  background:#06c755 !important;
  box-shadow:0 12px 28px rgba(6,199,85,.28) !important;
}
.btn.primary.line-btn:hover,
.btn.primary.line-btn:focus{
  background:#06c755 !important;
}
.fab .line{
  background:#06c755 !important;
}


/* LINE logo buttons */
.btn.primary.line-btn,
.fab .line{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
}
.btn.primary.line-btn::before,
.fab .line::before{
  content:"";
  width:22px;
  height:22px;
  flex:0 0 22px;
  display:inline-block;
  background:url("assets/line-logo.png") center/contain no-repeat;
}
.hero .btn.primary.line-btn::before{width:20px;height:20px;flex-basis:20px;}
.fab .line{
  padding:0 14px !important;
  min-width:110px;
}
.fab .line::before{
  width:18px;
  height:18px;
  flex-basis:18px;
}


.drawer .panel a.drawer-line-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:96px;
  aspect-ratio:1 / 1;
  width:min(100%, 220px);
  margin:14px auto 10px;
  text-align:center;
}
.drawer .close{ margin-top:auto; }


/* Hide fixed Official LINE / top buttons while hero CTA is visible */
.fab .line.is-auto-hidden,
.fab .top.is-auto-hidden{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
  transform:translateY(8px) !important;
}
.fab .line,
.fab .top{
  transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
}


.entry-title.archive-title-badge{ margin:0 0 14px; }
.entry-title.archive-title-badge span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background:#fff5f8;
  border:1px solid rgba(255,74,99,.24);
  box-shadow:0 10px 24px rgba(255,74,99,.08);
  color:#ff2d73;
}
.entry-title.archive-title-badge span::before{
  content:'';
  width:12px;
  height:12px;
  border-radius:999px;
  background:linear-gradient(180deg, #ff5b95 0%, #ff2d73 100%);
  box-shadow:0 4px 12px rgba(255,74,99,.28);
  flex:0 0 12px;
}
.entry-title.archive-title-badge.event span{
  background:linear-gradient(180deg, #f3fff7 0%, #e7fff0 100%);
  border-color:#70d89a;
  box-shadow:0 10px 24px rgba(6,199,85,.12);
  color:#06a94a !important;
  font-weight:900;
}
.entry-title.archive-title-badge.event span::before{
  background:linear-gradient(180deg, #15d35d 0%, #06c755 100%);
  box-shadow:0 4px 12px rgba(6,199,85,.28);
}
.entry-title.archive-title-badge.report span{
  background:linear-gradient(180deg, #fff8ef 0%, #fff1de 100%);
  border-color:#ffc27a;
  box-shadow:0 10px 24px rgba(255,154,41,.14);
  color:#e07b16 !important;
  font-weight:900;
}
.entry-title.archive-title-badge.report span::before{
  background:linear-gradient(180deg, #ffb85a 0%, #ff8f2b 100%);
  box-shadow:0 4px 12px rgba(255,143,43,.30);
}


/* subpage refresh */
.page-shell{
  position:relative;
  overflow-x:hidden;
  background:linear-gradient(180deg,#fff 0%, #fff8fb 100%);
}
.subpage-header{
  background:linear-gradient(180deg, rgba(255,150,190,.78) 0%, rgba(255,115,168,.58) 55%, rgba(255,115,168,.18) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:0 10px 24px rgba(255,92,157,.18);
}
.page-shell .entry-wrap{
  padding:96px 16px 34px;
}
.page-shell .entry-card,
.page-shell .archive-item{
  box-shadow:0 14px 28px rgba(0,0,0,.10);
}
.page-shell .entry-card{
  margin-bottom:16px;
}
.subpage-cta{
  margin-top:8px;
}
.page-shell .entry-title{
  font-size:28px;
  line-height:1.35;
}
.page-shell .entry-content,
.page-shell .entry-content p,
.page-shell .entry-content li{
  font-size:16px;
  line-height:1.9;
}
.page-shell .entry-content p{margin:0 0 1em;}
.page-shell .entry-content h2,
.page-shell .entry-content h3{
  line-height:1.45;
}
.page-shell .archive-item h2{
  font-size:22px !important;
}
.page-shell .archive-item p{
  font-size:16px !important;
}


/* subpage footer layout fix */
.subpage-footer-block,
.subpage-footer{
  width:min(100%, var(--w));
  margin-left:auto;
  margin-right:auto;
}
.subpage-cta{
  margin-top:10px;
  padding-top:26px;
  padding-bottom:30px;
  background:linear-gradient(180deg,#8d586c 0%, #7d465b 100%);
}
.subpage-cta .cta-band-inner{
  background:rgba(45,15,28,.52);
}
.subpage-footer{
  padding-top:22px;
  background:#050505;
}
@media (min-width: 900px){
  .subpage-footer-block,
  .subpage-footer{
    border-radius:0;
  }
}

/* single post body links */
.single-post .entry-content a,
body.single .entry-content a{
  color:#1a73e8;
  text-decoration:underline;
  text-underline-offset:0.12em;
  text-decoration-thickness:1px;
}
.single-post .entry-content a:hover,
body.single .entry-content a:hover{
  color:#1669c1;
}


/* Legal pages */
.entry-content{
  font-size:14px;
  line-height:1.85;
  color:#333;
}
.entry-content a{
  color:#0b63b6;
  text-decoration:underline;
  text-underline-offset:3px;
}
.legal-content p{
  margin:0 0 12px;
}
.legal-note{
  padding:12px;
  border-radius:14px;
  background:#fff7fb;
  border:1px solid rgba(255,74,99,.18);
  font-weight:700;
}
.legal-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:16px;
  border:1px solid rgba(255,74,99,.18);
  background:#fff;
}
.legal-table th,
.legal-table td{
  display:block;
  width:100%;
  padding:12px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(255,74,99,.14);
  line-height:1.8;
}
.legal-table tr:last-child th,
.legal-table tr:last-child td{
  border-bottom:none;
}
.legal-table th{
  background:#fff7fb;
  color:#5a2437;
  font-size:13px;
  font-weight:1000;
}
.legal-table td{
  font-size:13px;
}
.legal-table ul,
.legal-section ul{
  margin:6px 0 10px 1.2em;
  padding:0;
}
.legal-table li,
.legal-section li{
  margin:4px 0;
}
.legal-small{
  font-size:12px;
  color:#555;
}
.legal-section{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid rgba(255,74,99,.16);
}
.legal-section h2{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.45;
  color:#5a2437;
}
.legal-date{
  margin-top:18px !important;
  color:#666;
  font-size:12px;
  text-align:right;
}


/* footer legal link click fix */
.footer .nav a{
  display:block;
  position:relative;
  z-index:2;
}


/* v13 latest posts below FAQ */
.latest-posts-section{
  padding-top:24px;
}
.latest-post-list{
  display:grid;
  gap:12px;
}
.latest-post-card{
  background:#fff;
  border-radius:18px;
  border:1px solid rgba(255,74,99,.18);
  box-shadow:0 14px 28px rgba(0,0,0,.10);
  overflow:hidden;
}
.latest-post-link{
  display:block;
  height:100%;
}
.latest-post-thumb img{
  width:100%;
  height:170px;
  object-fit:cover;
}
.latest-post-body{
  padding:13px 14px 14px;
}
.latest-post-date{
  margin-bottom:6px;
  font-size:12px;
  color:#666;
  font-weight:800;
}
.latest-post-body h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.45;
  color:#222;
}
.latest-post-body p{
  margin:0;
  font-size:16px;
  line-height:1.8;
  color:#444;
}
.latest-post-more{
  display:inline-block;
  margin-top:10px;
  color:var(--pink3);
  font-size:13px;
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
}

/* v13 single post detail aligns with fixed pages */
.entry-thumbnail{
  margin:0 0 14px;
}
.entry-thumbnail img{
  width:100%;
  height:auto;
  border-radius:14px;
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}
body.single .entry-title,
body.single-post .entry-title{
  margin-bottom:8px;
}
body.single .entry-meta,
body.single-post .entry-meta{
  display:inline-block;
  margin-bottom:14px;
  padding:4px 9px;
  border-radius:999px;
  background:#fff7fb;
  border:1px solid rgba(255,74,99,.18);
  color:#5a2437;
  font-weight:800;
}

/* ===== ORIGINATE LP v16 ===== */
:root{--orig-yellow:#ffd400;--orig-black:#101010;--orig-charcoal:#242424;--orig-white:#fff;--orig-gray:#f2f2ef;--orig-line:#d5d5cf;--orig-max:1180px}
body.home{background:#111;color:var(--orig-black)}
body.home .wrap{width:auto;max-width:none;margin:0;background:transparent;overflow:visible}
.originate-site{font-family:system-ui,-apple-system,"Segoe UI","Noto Sans JP",sans-serif;background:var(--orig-white);overflow:hidden}
.originate-site *{box-sizing:border-box}
.originate-site a{text-decoration:none}
.originate-header{position:fixed;z-index:80;top:0;left:0;right:0;height:74px;padding:13px clamp(18px,4vw,54px);display:flex;align-items:center;justify-content:space-between;background:rgba(16,16,16,.9);backdrop-filter:blur(12px);color:#fff;border-bottom:1px solid rgba(255,255,255,.12)}
.originate-brand{display:flex;flex-direction:column;line-height:1;color:#fff}.originate-brand-main{font-size:23px;font-weight:950;letter-spacing:.16em}.originate-brand-sub{font-size:8px;letter-spacing:.28em;color:var(--orig-yellow);margin-top:6px}
.originate-menu-btn{display:none}
.originate-menu{display:flex;gap:24px;align-items:center}.originate-menu a{font-size:12px;font-weight:800;color:#fff;letter-spacing:.05em}.originate-menu a:hover{color:var(--orig-yellow)}
.originate-hero{position:relative;min-height:100svh;padding:120px clamp(22px,6vw,90px) 70px;background:var(--orig-black);color:#fff;display:grid;align-items:center;overflow:hidden}
.originate-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,black,transparent 86%)}
.originate-hero:after{content:"";position:absolute;width:42vw;height:42vw;right:-8vw;bottom:-14vw;border:clamp(45px,7vw,110px) solid var(--orig-yellow);transform:rotate(17deg)}
.originate-hero-word{position:absolute;top:8%;left:-1%;font-size:clamp(78px,16vw,260px);font-weight:950;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.12);white-space:nowrap}
.originate-hero-inner{position:relative;z-index:2;width:min(850px,100%)}
.originate-kicker,.originate-section-label{font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.originate-kicker{display:inline-block;background:var(--orig-yellow);color:#111;padding:8px 10px;margin:0 0 30px}
.originate-hero h1,.originate-section h2{font-weight:950;letter-spacing:-.055em;line-height:1.12;margin:0}
.originate-hero h1{font-size:clamp(42px,7vw,92px);max-width:1000px}
.originate-hero-sub{font-size:clamp(22px,3vw,36px);line-height:1.45;font-weight:850;margin:30px 0 18px}
.originate-hero-text{max-width:720px;line-height:2;color:#d2d2d2;font-weight:600}
.originate-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:#555;margin:34px 0 24px;max-width:720px}
.originate-proof>div{background:#171717;padding:20px}.originate-proof strong{display:block;color:var(--orig-yellow);font-size:clamp(24px,4vw,46px)}.originate-proof span{font-size:12px;letter-spacing:.08em;color:#ddd}
.originate-btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:15px 30px;background:var(--orig-yellow);color:#111;font-weight:950;border:2px solid #111;box-shadow:7px 7px 0 #111;transition:.2s}.originate-btn:hover{transform:translate(3px,3px);box-shadow:4px 4px 0 #111}
.originate-hero .originate-btn{border-color:var(--orig-yellow);box-shadow:7px 7px 0 rgba(255,212,0,.25)}.originate-hero small{display:block;margin-top:14px;color:#ccc}
.originate-section{position:relative;padding:clamp(80px,10vw,150px) clamp(22px,6vw,90px);max-width:var(--orig-max);margin:auto}
.originate-section-label{color:#6f6f6f;margin-bottom:24px;border-left:22px solid var(--orig-yellow);padding-left:10px}
.originate-section h2{font-size:clamp(36px,6vw,74px);margin-bottom:38px}
.originate-copy,.originate-lead{font-size:clamp(16px,1.7vw,20px);line-height:2;max-width:850px}.originate-copy p{margin:0 0 1.5em}.originate-lead{font-weight:650}
.originate-intro{max-width:none;background:var(--orig-yellow);padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-intro .originate-section-label{border-color:#111;color:#111}.originate-intro h2{max-width:1000px}
.originate-about{padding-bottom:180px}.originate-about:after{content:"BEGINNING";position:absolute;right:-20px;bottom:15px;font-size:clamp(70px,16vw,220px);font-weight:950;letter-spacing:-.08em;color:#f2f2ef;z-index:-1}
.originate-statement{display:flex;gap:20px;align-items:center;flex-wrap:wrap;margin:0 0 32px}.originate-statement span{background:#111;color:#fff;padding:12px 18px;font-weight:950;letter-spacing:.16em}.originate-statement b{font-size:20px}
.originate-service{max-width:none;background:var(--orig-charcoal);color:#fff;padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-service .originate-section-label{color:#aaa}.originate-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;background:#555;margin:50px 0}
.originate-service-grid article{background:#1b1b1b;padding:34px;min-height:260px}.originate-service-grid article:last-child{grid-column:1/-1}.originate-service-grid article>span{font-size:52px;font-weight:950;color:var(--orig-yellow)}.originate-service-grid h3{font-size:25px;margin:16px 0}.originate-service-grid p{color:#ccc;line-height:1.9}
.originate-marquee{background:var(--orig-yellow);overflow:hidden;border-top:2px solid #111;border-bottom:2px solid #111}.originate-marquee div{width:max-content;padding:18px 0;font-size:26px;font-weight:950;letter-spacing:.08em;animation:originateMarquee 24s linear infinite}@keyframes originateMarquee{to{transform:translateX(-50%)}}
.originate-tag-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}.originate-tag-list span{padding:12px 16px;border:2px solid #111;font-weight:800;background:#fff}
.originate-values{max-width:none;background:var(--orig-gray);padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-value-list{border-top:2px solid #111}.originate-value-list article{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:30px 0;border-bottom:1px solid #aaa}.originate-value-list article>b{font-size:54px;color:var(--orig-yellow);-webkit-text-stroke:1px #111}.originate-value-list h3{font-size:25px;margin:0 0 10px}.originate-value-list p{line-height:1.8;margin:0}
.originate-experience{max-width:none;background:var(--orig-black);color:#fff;padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-experience-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #555;border-left:1px solid #555;margin:40px 0}.originate-experience-list span{padding:20px;border-right:1px solid #555;border-bottom:1px solid #555;font-weight:800}.originate-note{font-size:12px;color:#aaa;line-height:1.8;max-width:900px}
.originate-person-layout{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:start}.originate-photo-placeholder{aspect-ratio:3/4;background:var(--orig-yellow);border:2px solid #111;display:flex;flex-direction:column;justify-content:space-between;padding:25px;box-shadow:15px 15px 0 #111}.originate-photo-placeholder span{font-size:34px;font-weight:950}.originate-photo-placeholder b{writing-mode:vertical-rl;align-self:flex-end;letter-spacing:.18em}.originate-person figure{margin:0}.originate-person figure img{width:100%;aspect-ratio:3/4;object-fit:cover;filter:grayscale(1)}
.originate-planning{max-width:none;background:var(--orig-yellow);padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-price-zero{display:inline-flex;align-items:flex-end;gap:8px;border:3px solid #111;padding:16px 24px;margin-bottom:35px;background:var(--orig-yellow);box-shadow:10px 10px 0 #111}.originate-price-zero strong{font-size:90px;line-height:.8}.originate-price-zero span{font-weight:900}
.originate-flow{max-width:none;background:var(--orig-gray);padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-flow-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.originate-flow-list li{min-height:160px;border:2px solid #111;padding:18px;background:#fff;display:flex;flex-direction:column;justify-content:space-between}.originate-flow-list span{font-size:11px;letter-spacing:.12em}.originate-flow-list b{font-size:20px}
.originate-area{overflow:hidden}.originate-area-map{margin-top:35px;min-height:300px;background:#111;color:#fff;position:relative;display:flex;align-items:center;justify-content:center}.originate-area-map span,.originate-area-map b,.originate-area-map em{position:absolute;font-style:normal;font-weight:950}.originate-area-map span{font-size:clamp(45px,10vw,130px);color:var(--orig-yellow)}.originate-area-map b{top:25px;left:30px;letter-spacing:.2em}.originate-area-map em{bottom:25px;right:30px;letter-spacing:.2em}
.originate-faq{max-width:none;background:var(--orig-charcoal);color:#fff;padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-faq-list details{border-top:1px solid #666}.originate-faq-list details:last-child{border-bottom:1px solid #666}.originate-faq-list summary{list-style:none;cursor:pointer;padding:24px 0;font-weight:850;font-size:18px;display:flex;gap:18px}.originate-faq-list summary::-webkit-details-marker{display:none}.originate-faq-list summary span,.originate-faq-list details>div>span{color:var(--orig-yellow);font-size:26px;font-weight:950}.originate-faq-list details>div{display:flex;gap:18px;padding:0 0 28px}.originate-faq-list p{margin:0;line-height:1.9;color:#ddd}
.originate-future-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.originate-future-grid article{border:2px solid #111;padding:25px;min-height:240px;position:relative}.originate-future-grid article>span{font-size:48px;font-weight:950;color:var(--orig-yellow);-webkit-text-stroke:1px #111}.originate-future-grid h3{font-size:22px}.originate-future-grid p{line-height:1.8}.originate-future-grid small{position:absolute;bottom:20px;letter-spacing:.16em}
.originate-contact{max-width:none;background:var(--orig-yellow);padding-left:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px));padding-right:max(clamp(22px,6vw,90px),calc((100vw - var(--orig-max))/2 + 40px))}
.originate-form{max-width:850px;background:#fff;border:3px solid #111;padding:clamp(22px,5vw,55px);box-shadow:14px 14px 0 #111;margin-top:45px}.originate-form label{display:block;font-weight:850;margin-bottom:24px}.originate-form em,.originate-form label>span{font-size:11px;font-style:normal;margin-left:8px;padding:3px 7px;background:#111;color:#fff}.originate-form label>span{background:#ddd;color:#111}.originate-form input,.originate-form textarea,.originate-form select{display:block;width:100%;margin-top:10px;border:1px solid #777;border-radius:0;padding:14px;font:inherit;background:#fff}.originate-form button{width:100%;min-height:64px;border:0;background:#111;color:#fff;font-weight:950;font-size:18px;cursor:pointer}.originate-privacy{display:flex!important;align-items:center;gap:10px}.originate-privacy input{width:auto;margin:0}.originate-privacy span{background:none!important;padding:0!important;font-size:14px!important}.originate-form-message{max-width:850px;padding:18px;font-weight:850;margin-top:25px}.originate-form-message.success{background:#fff;border:2px solid #111}.originate-form-message.error{background:#fff0f0;border:2px solid #b00}
.originate-footer{background:#111;color:#fff;padding:70px clamp(22px,6vw,90px) 120px;display:grid;gap:20px}.originate-footer strong{display:block;font-size:36px;letter-spacing:.14em}.originate-footer span{color:var(--orig-yellow);letter-spacing:.2em;font-size:10px}.originate-footer p{max-width:600px;color:#aaa;line-height:1.8}
.originate-fixed-cta{position:fixed;z-index:100;left:50%;bottom:14px;transform:translateX(-50%);width:min(92%,620px);background:var(--orig-yellow);color:#111;border:2px solid #111;box-shadow:8px 8px 0 rgba(0,0,0,.35);display:flex;align-items:center;justify-content:space-between;padding:10px 16px}.originate-fixed-cta span{font-size:11px}.originate-fixed-cta b{font-size:17px}.originate-fixed-cta b:after{content:" ↓";font-size:20px}
@media(max-width:900px){
 .originate-menu-btn{display:flex;width:44px;height:44px;border:0;background:var(--orig-yellow);flex-direction:column;gap:5px;align-items:center;justify-content:center;position:relative}.originate-menu-btn span{width:21px;height:2px;background:#111}.originate-menu-btn b{position:absolute;font-size:7px;bottom:2px}
 .originate-menu{position:fixed;top:74px;left:0;right:0;background:#111;padding:20px;display:none;flex-direction:column;align-items:stretch;border-top:1px solid #444}.originate-menu.open{display:flex}.originate-menu a{padding:12px;border-bottom:1px solid #444}
 .originate-service-grid{grid-template-columns:1fr}.originate-service-grid article:last-child{grid-column:auto}
 .originate-experience-list{grid-template-columns:repeat(2,1fr)}
 .originate-person-layout{grid-template-columns:1fr}.originate-photo-placeholder,.originate-person figure{max-width:420px}
 .originate-flow-list{grid-template-columns:repeat(2,1fr)}
 .originate-future-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
 .originate-header{height:66px}.originate-brand-main{font-size:18px}.originate-hero{padding-top:104px}
 .originate-proof{grid-template-columns:1fr 1fr 1fr}.originate-proof>div{padding:12px 8px}.originate-proof strong{font-size:22px}.originate-proof span{font-size:10px}
 .originate-section{padding-top:78px;padding-bottom:78px}.originate-section h2{font-size:36px}
 .originate-service-grid article{padding:24px;min-height:220px}
 .originate-value-list article{grid-template-columns:58px 1fr;gap:14px}.originate-value-list article>b{font-size:34px}.originate-value-list h3{font-size:20px}
 .originate-experience-list{grid-template-columns:1fr 1fr}.originate-experience-list span{padding:14px;font-size:13px}
 .originate-flow-list{grid-template-columns:1fr 1fr}.originate-flow-list li{min-height:130px;padding:14px}.originate-flow-list b{font-size:16px}
 .originate-fixed-cta{bottom:8px;padding:9px 12px}.originate-fixed-cta span{font-size:9px}.originate-fixed-cta b{font-size:15px}
}
@media(prefers-reduced-motion:reduce){.originate-marquee div{animation:none}}


/* ===== ORIGINATE LP v17 feedback rebuild ===== */
:root{
  --orig-yellow:#f4cf3b;
  --orig-yellow-soft:#fbf8d8;
  --orig-yellow-pale:#fffceb;
  --orig-black:#2f3133;
  --orig-charcoal:#5b5d60;
  --orig-white:#fff;
  --orig-gray:#f3f3f0;
  --orig-line:#cfcfc8;
}
body.home{background:#ecece8;color:#2f3133}
.originate-site{background:#fff;color:#2f3133}
.originate-header{
  background:rgba(255,255,255,.94);
  color:#2f3133;
  border-bottom:1px solid #deded7;
  box-shadow:0 8px 24px rgba(47,49,51,.06);
}
.originate-brand{color:#2f3133}
.originate-brand-sub{color:#8b7900}
.originate-menu a{color:#2f3133}
.originate-menu a:hover{color:#8b7900}

.originate-hero{
  background:
    radial-gradient(circle at 82% 22%, rgba(244,207,59,.35), transparent 28%),
    linear-gradient(135deg,#fff 0%,#fff 54%,var(--orig-yellow-soft) 100%);
  color:#2f3133;
}
.originate-grid{
  background-image:linear-gradient(rgba(47,49,51,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(47,49,51,.05) 1px,transparent 1px);
}
.originate-hero:after{border-color:rgba(244,207,59,.75)}
.originate-hero-word{-webkit-text-stroke:1px rgba(47,49,51,.11)}
.originate-kicker{background:var(--orig-yellow-soft);color:#2f3133;border:1px solid #e7dc8a}
.originate-hero-text{color:#5f6164}
.originate-proof{background:#d8d8d1;border:1px solid #d8d8d1}
.originate-proof>div{background:#fff}
.originate-proof strong{color:#857500}
.originate-proof span{color:#616366}
.originate-hero .originate-btn{border-color:#2f3133;box-shadow:7px 7px 0 rgba(47,49,51,.16)}
.originate-hero small{color:#66686b}

.originate-intro{background:var(--orig-yellow-soft)}
.originate-intro .originate-section-label{border-color:#a99400;color:#4a4c4e}
.originate-statement span{background:#5b5d60}
.originate-service{
  background:#f4f4f1;
  color:#2f3133;
}
.originate-service .originate-section-label{color:#6f7174}
.originate-service-grid{background:#d5d5ce}
.originate-service-grid article{background:#fff}
.originate-service-grid article>span{color:#9b8600}
.originate-service-grid p{color:#5f6164}
.originate-marquee{background:var(--orig-yellow-soft);border-color:#8d8f91}
.originate-values{background:#f2f2ef}
.originate-experience{
  background:#e8e8e4;
  color:#2f3133;
}
.originate-experience-list{border-color:#bebfb9}
.originate-experience-list span{border-color:#bebfb9;background:rgba(255,255,255,.52)}
.originate-note{color:#66686b}
.originate-photo-placeholder{background:var(--orig-yellow-soft);box-shadow:15px 15px 0 #b8b8b2}
.originate-planning{background:var(--orig-yellow-soft)}
.originate-price-zero{background:var(--orig-yellow-pale);box-shadow:10px 10px 0 #b8b8b2}
.originate-flow{background:#f2f2ef}
.originate-faq{
  background:#eeeeea;
  color:#2f3133;
}
.originate-faq-list details{border-color:#bdbeb8}
.originate-faq-list details:last-child{border-color:#bdbeb8}
.originate-faq-list summary span,.originate-faq-list details>div>span{color:#9b8600}
.originate-faq-list p{color:#585a5d}
.originate-contact{background:var(--orig-yellow-soft)}
.originate-footer{background:#5b5d60}
.originate-footer p{color:#e6e6e2}
.originate-footer span{color:#fff1a6}

.originate-flow-list{gap:18px}
.originate-flow-list li{
  min-height:230px;
  border:1.5px solid #77797b;
  padding:22px;
  background:#fff;
  box-shadow:0 10px 24px rgba(47,49,51,.06);
  justify-content:flex-start;
  gap:12px;
}
.originate-flow-icon{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--orig-yellow-soft);
  border:1px solid #e0d37b;
  margin-bottom:8px;
}
.originate-flow-icon svg{width:34px;height:34px;fill:none;stroke:#3f4143;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.originate-flow-list span{color:#6f7174}
.originate-flow-list b{margin-top:auto;line-height:1.45}

.originate-area-panel{
  margin-top:35px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:#c9cac5;
  border:1px solid #c9cac5;
}
.originate-area-copy{
  min-height:180px;
  padding:28px;
  background:linear-gradient(160deg,#fff 0%,var(--orig-yellow-soft) 100%);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.originate-area-copy strong{font-size:clamp(26px,4vw,48px);letter-spacing:.08em;color:#5b5d60}
.originate-area-copy span{font-weight:750;line-height:1.7;color:#4f5153}

.originate-reveal{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .72s ease,transform .72s cubic-bezier(.22,1,.36,1);
}
.originate-reveal.is-visible{opacity:1;transform:none}
.originate-hero .originate-kicker,
.originate-hero h1,
.originate-hero-sub,
.originate-hero-text,
.originate-proof,
.originate-hero .originate-btn,
.originate-hero small{
  opacity:0;
  transform:translateY(18px);
  animation:originateHeroIn .75s cubic-bezier(.22,1,.36,1) forwards;
}
.originate-hero h1{animation-delay:.12s}
.originate-hero-sub{animation-delay:.22s}
.originate-hero-text{animation-delay:.32s}
.originate-proof{animation-delay:.42s}
.originate-hero .originate-btn{animation-delay:.52s}
.originate-hero small{animation-delay:.62s}
@keyframes originateHeroIn{to{opacity:1;transform:none}}

@media(max-width:900px){
  .originate-menu{background:#fff;border-color:#ddd}
  .originate-menu a{border-color:#ddd}
  .originate-area-panel{grid-template-columns:1fr}
}
@media(max-width:560px){
  .originate-flow-list{grid-template-columns:1fr 1fr;gap:10px}
  .originate-flow-list li{min-height:190px;padding:15px}
  .originate-flow-icon{width:46px;height:46px}
  .originate-flow-icon svg{width:28px;height:28px}
  .originate-area-copy{min-height:135px;padding:22px}
}
@media(prefers-reduced-motion:reduce){
  .originate-reveal,
  .originate-hero .originate-kicker,
  .originate-hero h1,
  .originate-hero-sub,
  .originate-hero-text,
  .originate-proof,
  .originate-hero .originate-btn,
  .originate-hero small{
    opacity:1!important;
    transform:none!important;
    animation:none!important;
    transition:none!important;
  }
}
