/* ===========================================================
   ON-bright kids — subpage components (used by all pages except hero sections of index)
   Pairs with site.css. Inherits the same tokens.
   =========================================================== */

/* ---------- PAGE BANNER (compact sub-hero) ---------- */
.page-hero{position:relative;overflow:hidden;isolation:isolate;text-align:center;
  padding:clamp(128px,17vw,180px) 0 clamp(56px,8vw,86px);
  background:
    radial-gradient(70% 60% at 50% -10%, rgba(255,248,228,.95) 0%, rgba(255,248,228,0) 60%),
    radial-gradient(130% 120% at 70% -10%, #fff2fa 0%, #ffd9ee 46%, #ff9fcf 100%);}
.page-hero .rays{opacity:.5;}
.page-hero .bokeh{filter:blur(46px);}
.page-hero .ghost{font-size:min(26vw,360px);top:42%;opacity:.8;}
.page-hero-inner{position:relative;z-index:10;max-width:1000px;margin:0 auto;padding:0 clamp(20px,4vw,56px);}
.crumbs{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-family:var(--font-round);font-weight:700;
  font-size:13px;color:var(--berry);background:rgba(255,255,255,.7);padding:7px 16px;border-radius:999px;
  box-shadow:0 6px 16px rgba(176,0,90,.12);max-width:92vw;}
.crumbs a{text-decoration:none;color:var(--berry);}
.crumbs a:hover{color:var(--magenta);}
.crumbs .sep{opacity:.5;}
.page-hero h1{font-family:var(--font-display);color:var(--magenta);line-height:1.12;letter-spacing:-.01em;
  font-size:clamp(34px,8vw,80px);margin:22px 0 0;text-wrap:balance;word-break:keep-all;overflow-wrap:break-word;
  text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,-3px 0 0 #fff,3px 0 0 #fff,0 -3px 0 #fff,0 3px 0 #fff,0 12px 0 #ffb3d9,0 22px 36px rgba(176,0,90,.26);}
.page-hero .en{display:block;font-family:var(--font-round);font-weight:900;letter-spacing:.22em;
  font-size:clamp(11px,1.3vw,14px);color:var(--berry);opacity:.7;margin-top:18px;text-transform:uppercase;}
.page-hero .dragon{position:absolute;z-index:9;width:clamp(86px,11vw,134px);height:clamp(86px,11vw,134px);aspect-ratio:1;right:7%;bottom:12%;border-radius:50%;
  object-fit:cover;border:6px solid #fff;box-shadow:0 16px 28px rgba(176,0,90,.28);animation:bob 6s ease-in-out infinite;pointer-events:none;}
.page-hero .dragon.l{right:auto;left:6%;bottom:auto;top:30%;width:clamp(64px,8vw,98px);height:clamp(64px,8vw,98px);animation-duration:7s;}

/* ---------- generic content ---------- */
.block{position:relative;padding:clamp(64px,8vw,110px) 0;overflow:hidden;}
.block.tint-a{background:linear-gradient(180deg,#fff7fc 0%,#ffe9f5 100%);}
.block.tint-b{background:linear-gradient(180deg,#ffe9f5 0%,#fff1e9 100%);}
.block.tint-c{background:linear-gradient(180deg,#fff1e9 0%,#ffe6f1 100%);}
.block.tint-plain{background:#fff7fc;}
.lead-row{max-width:760px;}
.lead-row.center{margin:0 auto;text-align:center;}
.lead-row.center .kicker{justify-content:center;}

/* 4-up / 2-up grids */
.cards.cols-4{grid-template-columns:repeat(4,1fr);}
.cards.cols-2{grid-template-columns:repeat(2,1fr);}
.cards.tight{margin-top:40px;}

/* feature card (no floating icon overlap version) */
.fcard{position:relative;background:#fff;border-radius:26px;padding:34px 28px;box-shadow:0 20px 40px rgba(176,0,90,.1);
  border:2px solid rgba(255,30,140,.08);transition:transform .3s, box-shadow .3s;text-align:left;}
.fcard:hover{transform:translateY(-8px) rotate(-.6deg);box-shadow:0 28px 52px rgba(176,0,90,.2);}
.fcard .badge{width:54px;height:54px;border-radius:16px;display:grid;place-items:center;color:#fff;
  background:linear-gradient(135deg,var(--magenta),var(--magenta-2));box-shadow:0 10px 20px rgba(255,30,140,.3);}
.fcard .badge svg{width:28px;height:28px;}
.fcard .no{font-family:var(--font-display);color:var(--magenta);font-size:12.5px;letter-spacing:.1em;margin-top:18px;}
.fcard h3{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(18px,1.9vw,22px);margin:6px 0 0;line-height:1.45;}
.fcard p{font-family:var(--font-body);color:#6b3850;font-size:14.5px;line-height:1.95;margin-top:12px;}

/* case cards (horizontal) */
.cases{display:flex;flex-direction:column;gap:20px;margin-top:48px;}
.case{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;background:#fff;border-radius:26px;
  padding:28px 32px;box-shadow:0 18px 38px rgba(176,0,90,.1);border:2px solid rgba(255,30,140,.07);transition:transform .3s,box-shadow .3s;}
.case:hover{transform:translateX(6px);box-shadow:0 24px 46px rgba(176,0,90,.18);}
.case .ph{width:96px;height:96px;border-radius:22px;background:linear-gradient(135deg,#ffe1ef,#ffc4e0);
  display:grid;place-items:center;font-family:var(--font-display);color:var(--magenta);font-size:30px;justify-self:center;
  box-shadow:inset 0 0 0 3px #fff;}
.case h3{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(16px,1.8vw,20px);line-height:1.5;}
.case p{font-family:var(--font-body);color:#6b3850;font-size:14.5px;line-height:1.95;margin-top:10px;}

/* 5 domains list */
.domains{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:46px;}
.domain{background:#fff;border-radius:22px;padding:28px 18px;text-align:center;box-shadow:0 16px 32px rgba(176,0,90,.1);
  border:2px solid rgba(255,30,140,.07);transition:transform .3s;}
.domain:hover{transform:translateY(-8px);}
.domain .n{width:50px;height:50px;border-radius:50%;margin:0 auto;display:grid;place-items:center;
  font-family:var(--font-display);font-size:20px;color:#fff;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));
  box-shadow:0 8px 16px rgba(255,30,140,.3);}
.domain h4{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:15px;margin:16px 0 0;line-height:1.4;}
.domain p{font-family:var(--font-body);color:#6b3850;font-size:13px;line-height:1.8;margin-top:10px;}
.note-band{margin-top:38px;background:rgba(255,255,255,.7);border:2px dashed #ffb3d9;border-radius:22px;
  padding:26px 30px;font-family:var(--font-round);font-weight:700;color:var(--berry-deep);font-size:15px;line-height:1.95;}

/* ---------- TABS (schedule) ---------- */
.tabs{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:46px;}
.tab-btn{font-family:var(--font-round);font-weight:900;font-size:clamp(14px,1.5vw,17px);cursor:pointer;border:0;
  padding:16px 28px;border-radius:999px;background:#fff;color:var(--berry);box-shadow:0 8px 20px rgba(176,0,90,.12);
  transition:transform .2s, box-shadow .2s, background .2s, color .2s;display:flex;align-items:center;gap:10px;}
.tab-btn .tg{font-family:var(--font-round);font-weight:700;font-size:12px;opacity:.7;}
.tab-btn:hover{transform:translateY(-2px);}
.tab-btn.active{background:linear-gradient(90deg,var(--magenta),var(--magenta-2));color:#fff;box-shadow:0 10px 24px rgba(255,30,140,.4);}
.tab-btn.active .tg{opacity:.85;}
.tab-panel{display:none;}
.tab-panel.active{display:block;animation:fadeUp .5s cubic-bezier(.22,1,.36,1);}
@keyframes fadeUp{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:none;}}
.tab-panel .timeline{margin-top:40px;}

/* ---------- info list (about / company) ---------- */
.panel{background:#fff;border-radius:28px;padding:clamp(28px,4vw,46px);box-shadow:0 22px 46px rgba(176,0,90,.1);
  border:2px solid rgba(255,30,140,.06);}
.panel + .panel{margin-top:28px;}
.panel-h{display:flex;align-items:center;gap:14px;margin-bottom:24px;}
.panel-h .pn{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#fff;flex:none;
  font-family:var(--font-display);font-size:18px;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));}
.panel-h h3{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(19px,2.2vw,26px);}
.info-list{list-style:none;display:flex;flex-direction:column;}
.info-list li{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:18px 0;border-bottom:2px dotted #ffc4e0;align-items:start;}
.info-list li:last-child{border-bottom:0;}
.info-list .k{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:14.5px;}
.info-list .v{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:15.5px;line-height:1.85;}
.info-list .v small{display:block;font-weight:500;color:#7a4359;font-size:13px;margin-top:4px;line-height:1.7;}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;}
.tag-row span{background:#fff5fb;border:2px solid #ffd0e6;color:var(--berry);font-family:var(--font-round);font-weight:900;font-size:13px;padding:6px 14px;border-radius:999px;}

/* two-column service split */
.split-2{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:8px;}
.svc{background:#fff5fb;border-radius:20px;padding:24px 26px;border:2px solid #ffd9ee;}
.svc h4{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:16px;display:flex;align-items:center;gap:8px;}
.svc h4::before{content:"";width:12px;height:12px;border-radius:50%;background:var(--magenta);}
.svc dl{margin-top:14px;display:grid;grid-template-columns:auto 1fr;gap:6px 14px;font-family:var(--font-round);}
.svc dt{font-weight:900;color:var(--berry);font-size:13.5px;}
.svc dd{font-weight:700;color:var(--ink);font-size:14px;}

/* check list (safety) */
.check-list{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px;margin-top:6px;}
.check-list li{display:flex;gap:12px;align-items:flex-start;font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:15px;line-height:1.7;}
.check-list li::before{content:"";flex:none;width:26px;height:26px;border-radius:50%;margin-top:1px;
  background:var(--mint) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4 10-10'/%3E%3C/svg%3E") center/16px no-repeat;
  box-shadow:0 6px 14px rgba(52,216,180,.4);}
.safety-box{margin-top:18px;background:#fff5fb;border-radius:18px;padding:20px 24px;border:2px solid #ffd9ee;}
.safety-box .h{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:15px;margin-bottom:12px;}
.safety-box ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.safety-box li{display:flex;gap:10px;font-family:var(--font-body);color:#6b3850;font-size:14px;line-height:1.7;}
.safety-box li::before{content:"●";color:var(--magenta);font-size:9px;margin-top:6px;}

/* ---------- company greeting ---------- */
.greeting{position:relative;overflow:hidden;}
.greeting .wrap{position:relative;z-index:3;}
.greeting .bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.16;}
.greeting .veil{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#fff7fcdd,#ffe9f5ee);}
.greet-grid{position:relative;z-index:3;display:grid;grid-template-columns:300px 1fr;gap:50px;align-items:start;margin-top:50px;}
.portrait{position:sticky;top:110px;}
.portrait .frame{border-radius:26px;overflow:hidden;border:7px solid #fff;box-shadow:0 24px 48px rgba(176,0,90,.22);background:#ffe7f3;}
.portrait .frame image-slot,.portrait .frame img{display:block;width:100%;height:340px;object-fit:cover;object-position:center 22%;}
.portrait .cap{margin-top:18px;text-align:center;font-family:var(--font-round);}
.portrait .cap .role{font-size:13px;color:var(--berry);font-weight:700;}
.portrait .cap .nm{font-family:var(--font-display);color:var(--berry-deep);font-size:22px;margin-top:4px;}
.portrait .cap .co{font-size:12.5px;color:#7a4359;font-weight:700;margin-top:6px;}
.greet-body p{font-family:var(--font-round);font-weight:500;color:var(--ink);font-size:clamp(15px,1.5vw,17px);line-height:2.1;margin-bottom:22px;}
.greet-body .em{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:clamp(18px,2.2vw,24px);line-height:1.7;}
.greet-body .sign{margin-top:34px;text-align:right;font-family:var(--font-round);}
.greet-body .sign .co{font-weight:700;color:#7a4359;font-size:14px;}
.greet-body .sign .nm{font-family:var(--font-display);color:var(--berry-deep);font-size:26px;margin-top:6px;}

/* ---------- big voices (voice.html) ---------- */
.voice-list{display:flex;flex-direction:column;gap:30px;max-width:880px;margin:54px auto 0;}
.bigquote{position:relative;background:#fff;border-radius:30px;padding:48px 44px 40px;box-shadow:0 22px 46px rgba(176,0,90,.12);
  border:2px solid rgba(255,30,140,.07);}
.bigquote:nth-child(odd){transform:rotate(-.8deg);}
.bigquote:nth-child(even){transform:rotate(.8deg);}
.bigquote .mark{position:absolute;top:18px;left:30px;font-family:var(--font-display);color:#ffd0e6;font-size:84px;line-height:.6;}
.bigquote p{position:relative;font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:clamp(16px,1.9vw,21px);line-height:2;}
.bigquote .who{display:flex;align-items:center;gap:14px;margin-top:26px;}
.bigquote .av{width:54px;height:54px;border-radius:50%;flex:none;display:grid;place-items:center;color:#fff;
  font-family:var(--font-display);font-size:20px;background:radial-gradient(circle at 35% 30%,#ff8cc6,#ff1e8c);}
.bigquote .nm{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:14.5px;}
.bigquote .stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-top:3px;}

/* ---------- CONTACT FORM ---------- */
.form-wrap{max-width:820px;margin:48px auto 0;}
.intro-msg{background:rgba(255,255,255,.7);border:2px dashed #ffb3d9;border-radius:22px;padding:24px 28px;
  font-family:var(--font-round);font-weight:700;color:var(--berry-deep);font-size:15.5px;line-height:1.95;margin-bottom:38px;}
.form{background:#fff;border-radius:30px;padding:clamp(28px,4vw,48px);box-shadow:0 24px 50px rgba(176,0,90,.12);border:2px solid rgba(255,30,140,.06);}
.field{margin-bottom:26px;}
.field > label.lab{display:flex;align-items:center;gap:10px;font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:15px;margin-bottom:12px;}
.req{background:var(--magenta);color:#fff;font-size:10.5px;font-weight:900;padding:3px 9px;border-radius:6px;letter-spacing:.04em;}
.opt{background:#ffe1ef;color:var(--berry);font-size:10.5px;font-weight:900;padding:3px 9px;border-radius:6px;}
.input,.textarea,select.input{width:100%;font-family:var(--font-body);font-size:16px;color:var(--ink);background:#fff5fb;
  border:2px solid #ffd0e6;border-radius:14px;padding:15px 18px;transition:border .2s, box-shadow .2s, background .2s;outline:none;}
.input:focus,.textarea:focus,select.input:focus{border-color:var(--magenta);background:#fff;box-shadow:0 0 0 4px rgba(255,30,140,.14);}
.textarea{resize:vertical;min-height:120px;line-height:1.8;}
.input::placeholder,.textarea::placeholder{color:#c98bab;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px;}
.chips{display:flex;flex-wrap:wrap;gap:10px;}
.chip-radio{position:relative;}
.chip-radio input{position:absolute;opacity:0;inset:0;cursor:pointer;}
.chip-radio span{display:flex;align-items:center;gap:8px;font-family:var(--font-round);font-weight:900;font-size:14.5px;color:var(--berry);
  background:#fff5fb;border:2px solid #ffd0e6;border-radius:999px;padding:12px 20px;cursor:pointer;transition:.2s;min-height:44px;}
.chip-radio span::before{content:"";width:16px;height:16px;border-radius:50%;border:2px solid #ffb3d9;flex:none;transition:.2s;}
.chip-radio input:checked + span{background:linear-gradient(90deg,var(--magenta),var(--magenta-2));color:#fff;border-color:transparent;box-shadow:0 8px 18px rgba(255,30,140,.32);}
.chip-radio input:checked + span::before{background:#fff;border-color:#fff;box-shadow:inset 0 0 0 3px var(--magenta);}
.chip-radio input:focus-visible + span{box-shadow:0 0 0 4px rgba(255,30,140,.2);}
.checks{display:flex;flex-wrap:wrap;gap:10px;}
.form-submit{display:flex;justify-content:center;margin-top:14px;}
/* pre-submit notice (left-aligned, small grey, ≥12px on mobile) */
.form-prenote{text-align:left;font-family:var(--font-body);color:#8a7280;font-size:13px;line-height:1.85;margin-top:6px;}
/* submit error (form stays visible) */
.form-error{background:#fff0f4;border:2px solid #ff9ec4;border-radius:14px;color:#b00050;
  font-family:var(--font-round);font-weight:700;font-size:14px;line-height:1.8;padding:16px 20px;margin-top:18px;text-align:left;}
/* in-place thank-you (replaces form) */
.form-thanks{text-align:center;background:#fff;border-radius:30px;border:2px solid rgba(255,30,140,.08);
  box-shadow:0 24px 50px rgba(176,0,90,.12);padding:clamp(34px,5vw,56px) clamp(24px,4vw,44px);}
.form-thanks .ft-ic{width:84px;height:84px;border-radius:50%;margin:0 auto 22px;display:grid;place-items:center;
  background:var(--mint);box-shadow:0 16px 30px rgba(52,216,180,.4);}
.form-thanks h3{font-family:var(--font-display);color:var(--berry-deep);font-size:clamp(22px,3vw,30px);line-height:1.4;}
.form-thanks p{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:clamp(15px,1.7vw,17px);line-height:2;margin-top:18px;}
.form-thanks #ft-name{color:var(--magenta);}
.form-note{text-align:center;font-family:var(--font-round);font-weight:700;color:#7a4359;font-size:13px;margin-top:18px;line-height:1.8;}
.form-done{display:none;text-align:center;padding:30px;}
.form-done.show{display:block;}
.form-done .ic{width:84px;height:84px;border-radius:50%;margin:0 auto 18px;background:var(--mint);display:grid;place-items:center;box-shadow:0 14px 28px rgba(52,216,180,.4);}
.form-done h3{font-family:var(--font-display);color:var(--berry-deep);font-size:26px;}
.form-done p{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:15px;line-height:1.9;margin-top:14px;}

/* contact aside */
.contact-aside{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:820px;margin:30px auto 0;}
.ca-card{background:#fff;border-radius:22px;padding:24px 22px;text-align:center;box-shadow:0 16px 32px rgba(176,0,90,.1);}
.ca-card .ic{width:52px;height:52px;border-radius:14px;margin:0 auto 14px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));}
.ca-card .ic svg{width:26px;height:26px;}
.ca-card h4{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:15px;}
.ca-card p{font-family:var(--font-round);font-weight:700;color:#7a4359;font-size:13.5px;line-height:1.7;margin-top:8px;}

/* ---------- THANKS (thanks.html) ---------- */
.thanks-card{background:#fff;border-radius:30px;padding:clamp(34px,5vw,56px) clamp(26px,4vw,48px);text-align:center;
  box-shadow:0 24px 50px rgba(176,0,90,.13);border:2px solid rgba(255,30,140,.06);}
.thanks-ic{width:92px;height:92px;border-radius:50%;margin:0 auto 24px;display:grid;place-items:center;
  background:var(--mint);box-shadow:0 16px 30px rgba(52,216,180,.42);animation:bob 4.5s ease-in-out infinite;}
.thanks-card h2{font-family:var(--font-display);color:var(--berry-deep);font-size:clamp(24px,3.4vw,36px);line-height:1.3;}
.thanks-card p{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:clamp(15px,1.6vw,17px);line-height:2;margin-top:20px;}
.thanks-card strong{color:var(--magenta);}
.thanks-note{margin-top:26px;background:#fff5fb;border:2px dashed #ffb3d9;border-radius:18px;padding:18px 22px;
  font-family:var(--font-round);font-weight:700;color:#7a4359;font-size:13.5px;line-height:1.9;}
.thanks-note a{color:var(--magenta);text-decoration:none;font-weight:900;}
.thanks-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:32px;}

/* ---------- STATEMENT / MESSAGE blocks ---------- */
.statement{max-width:900px;margin:0 auto;text-align:center;}
.statement h2{font-family:var(--font-display);color:var(--berry-deep);font-size:clamp(22px,3.2vw,38px);line-height:1.4;letter-spacing:-.01em;text-wrap:balance;word-break:keep-all;overflow-wrap:break-word;}
.statement h2 em{font-style:normal;color:var(--magenta);}
.statement .body{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:clamp(15px,1.65vw,18px);line-height:2.15;margin-top:26px;}
.statement .body p{margin-bottom:18px;}
.statement .body p:last-child{margin-bottom:0;}
.statement .body .accent{color:var(--magenta);font-weight:900;}
.soft-card{background:rgba(255,255,255,.74);border:2px solid rgba(255,30,140,.1);border-radius:30px;
  padding:clamp(30px,5vw,58px);box-shadow:0 22px 46px rgba(176,0,90,.08);}
.headline-statement{font-family:var(--font-display);color:var(--magenta);text-align:center;line-height:1.4;letter-spacing:-.01em;
  font-size:clamp(22px,3.4vw,40px);max-width:18em;margin:0 auto;text-wrap:balance;word-break:keep-all;overflow-wrap:break-word;
  text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff,0 10px 28px rgba(176,0,90,.18);}
.headline-statement .sub{display:block;font-family:var(--font-round);font-weight:900;color:var(--berry-deep);
  font-size:clamp(15px,1.7vw,20px);line-height:1.8;margin-top:24px;text-shadow:none;}

/* ---------- DEVELOPMENT AREA cards (5) ---------- */
.dev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px;}
.devcard{position:relative;background:#fff;border-radius:28px;padding:34px 30px;text-align:left;overflow:hidden;
  box-shadow:0 20px 40px rgba(176,0,90,.1);border:2px solid rgba(255,30,140,.08);transition:transform .3s, box-shadow .3s;}
.devcard:hover{transform:translateY(-8px) rotate(-.5deg);box-shadow:0 30px 56px rgba(176,0,90,.2);}
.devcard .dn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;font-family:var(--font-display);
  font-size:22px;color:#fff;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));box-shadow:0 10px 20px rgba(255,30,140,.32);}
.devcard .en{display:block;font-family:var(--font-round);font-weight:900;letter-spacing:.14em;font-size:11.5px;color:#ffaed2;text-transform:uppercase;margin-top:18px;}
.devcard h3{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(18px,2vw,22px);margin-top:4px;line-height:1.4;}
.devcard .catch{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:15px;line-height:1.7;margin-top:14px;}
.devcard p{font-family:var(--font-body);color:#6b3850;font-size:14px;line-height:1.95;margin-top:10px;}
.devcard .meta{margin-top:18px;padding-top:16px;border-top:2px dotted #ffc4e0;display:grid;grid-template-columns:auto 1fr;gap:7px 12px;}
.devcard .meta dt{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:11.5px;white-space:nowrap;}
.devcard .meta dd{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:12.5px;line-height:1.6;}

/* ---------- PROCESS STEPS ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:52px;}
.step{position:relative;background:#fff;border-radius:24px;padding:32px 28px 28px;overflow:hidden;
  box-shadow:0 18px 38px rgba(176,0,90,.1);border:2px solid rgba(255,30,140,.07);transition:transform .3s, box-shadow .3s;}
.step:hover{transform:translateY(-6px);box-shadow:0 26px 48px rgba(176,0,90,.18);}
.step .snbig{position:absolute;right:-6px;top:-18px;font-family:var(--font-display);font-size:96px;color:#ffe1ef;line-height:1;z-index:0;}
.step .sn{position:relative;z-index:1;font-family:var(--font-display);color:var(--magenta);font-size:13px;letter-spacing:.1em;}
.step h3{position:relative;z-index:1;font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(17px,1.9vw,20px);margin:8px 0 0;line-height:1.45;}
.step p{position:relative;z-index:1;font-family:var(--font-body);color:#6b3850;font-size:14px;line-height:1.95;margin-top:12px;}

/* ---------- Q&A (native details) ---------- */
.qa-list{max-width:860px;margin:50px auto 0;display:flex;flex-direction:column;gap:16px;}
.qa{background:#fff;border-radius:22px;box-shadow:0 14px 30px rgba(176,0,90,.1);border:2px solid rgba(255,30,140,.07);overflow:hidden;}
.qa summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:14px;padding:24px 26px;
  font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(15px,1.7vw,18px);line-height:1.5;}
.qa summary::-webkit-details-marker{display:none;}
.qa summary .qm{flex:none;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;color:#fff;
  font-family:var(--font-display);font-size:16px;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));}
.qa summary .chev{margin-left:auto;flex:none;width:22px;height:22px;color:var(--magenta);transition:transform .3s;}
.qa[open] summary .chev{transform:rotate(180deg);}
.qa .a{padding:0 26px 26px 78px;font-family:var(--font-body);color:#6b3850;font-size:14.5px;line-height:2;}
.qa .a ol{margin:8px 0 0 18px;display:flex;flex-direction:column;gap:8px;}
.qa .a .note{display:block;color:#9a5a78;font-size:13px;margin-top:4px;}

/* ---------- MISSION / VISION / VALUE / ACTION ---------- */
.mvva{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-top:52px;}
.mv{background:#fff;border-radius:26px;padding:34px 32px;box-shadow:0 18px 38px rgba(176,0,90,.1);border-top:6px solid var(--magenta);}
.mv .lbl{font-family:var(--font-display);color:var(--magenta);font-size:14px;letter-spacing:.08em;}
.mv .lbl span{font-family:var(--font-round);font-weight:700;color:#b07a93;font-size:12px;margin-left:8px;}
.mv h3{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(17px,1.9vw,21px);line-height:1.6;margin-top:12px;}
.mv ul{list-style:none;margin-top:12px;display:flex;flex-direction:column;gap:9px;}
.mv li{display:flex;gap:10px;font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:14.5px;line-height:1.6;}
.mv li::before{content:"";flex:none;width:18px;height:18px;border-radius:50%;margin-top:2px;
  background:var(--magenta) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l4 4 10-10'/%3E%3C/svg%3E") center/12px no-repeat;}

/* cols-3 helper */
.cards.cols-3{grid-template-columns:repeat(3,1fr);}

/* ---------- 由来 ON/bright split ---------- */
.origin{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:44px;}
.origin .oc{background:#fff;border-radius:26px;padding:34px 32px;box-shadow:0 18px 38px rgba(176,0,90,.1);}
.origin .oc .big{font-family:var(--font-display);font-size:clamp(40px,6vw,68px);line-height:1;}
.origin .oc.on .big{color:var(--magenta);}
.origin .oc.bright .big{color:var(--gold-deep);}
.origin .oc ul{list-style:none;margin-top:18px;display:flex;flex-direction:column;gap:10px;}
.origin .oc li{display:flex;gap:10px;font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:15px;line-height:1.6;}
.origin .oc li::before{content:"";flex:none;width:9px;height:9px;border-radius:50%;margin-top:8px;background:var(--magenta);}

/* recruit specials */
.recruit-spec{max-width:880px;margin:50px auto 0;}
.spec-row{display:grid;grid-template-columns:200px 1fr;gap:24px;padding:24px 0;border-bottom:2px dotted #ffc4e0;}
.spec-row:last-child{border-bottom:0;}
.spec-row .k{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:15px;}
.spec-row .v{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:15px;line-height:1.9;}
.spec-row .v ul{list-style:none;display:flex;flex-direction:column;gap:8px;}
.spec-row .v li{display:flex;gap:10px;}
.spec-row .v li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;margin-top:8px;background:var(--magenta);}
.salary{display:flex;gap:18px;flex-wrap:wrap;}
.salary .s{flex:1;min-width:200px;background:#fff5fb;border:2px solid #ffd9ee;border-radius:18px;padding:22px 24px;}
.salary .s .t{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:14px;}
.salary .s .p{font-family:var(--font-display);color:var(--berry-deep);font-size:clamp(22px,2.6vw,30px);margin-top:8px;}
.salary .s .p small{font-family:var(--font-round);font-weight:700;font-size:13px;color:#7a4359;}

/* ---------- LEGAL (privacy.html) ---------- */
.legal{max-width:820px;margin:0 auto;}
.legal .updated{font-family:var(--font-round);font-weight:700;color:#9a5a78;font-size:13px;margin-bottom:30px;text-align:center;}
.legal-block{background:#fff;border-radius:24px;padding:clamp(26px,4vw,40px);box-shadow:0 16px 34px rgba(176,0,90,.08);
  border:2px solid rgba(255,30,140,.06);margin-bottom:22px;}
.legal-block h2{font-family:var(--font-round);font-weight:900;color:var(--berry-deep);font-size:clamp(18px,2.2vw,23px);
  display:flex;align-items:flex-start;gap:12px;line-height:1.5;}
.legal-block h2 .ln{flex:none;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:#fff;
  font-family:var(--font-display);font-size:15px;background:linear-gradient(135deg,var(--magenta),var(--magenta-2));}
.legal-block p{font-family:var(--font-body);color:#5a3247;font-size:15px;line-height:2;margin-top:16px;}
.legal-block ul{list-style:none;margin:14px 0 0;display:flex;flex-direction:column;gap:10px;}
.legal-block li{display:flex;gap:11px;font-family:var(--font-body);color:#5a3247;font-size:15px;line-height:1.9;}
.legal-block li::before{content:"";flex:none;width:8px;height:8px;border-radius:50%;margin-top:9px;background:var(--magenta);}
.legal-block .sub{font-family:var(--font-round);font-weight:900;color:var(--magenta);font-size:14px;margin-top:18px;}
.legal-contact{background:#fff5fb;border:2px dashed #ffb3d9;border-radius:18px;padding:20px 24px;margin-top:14px;
  font-family:var(--font-round);font-weight:700;color:var(--berry-deep);font-size:14.5px;line-height:1.95;}

/* ---------- 404 ---------- */
.nf{position:relative;min-height:72svh;display:grid;place-items:center;text-align:center;overflow:hidden;
  padding:clamp(120px,16vw,170px) 20px clamp(60px,8vw,90px);}
.nf-inner{position:relative;z-index:3;max-width:720px;}
.nf .big404{font-family:var(--font-display);color:var(--magenta);line-height:.9;font-size:clamp(90px,20vw,200px);
  text-shadow:-3px -3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,3px 3px 0 #fff,0 14px 0 #ffb3d9,0 26px 40px rgba(176,0,90,.26);}
.nf .nf-face{width:clamp(120px,20vw,180px);height:clamp(120px,20vw,180px);border-radius:50%;object-fit:cover;
  border:7px solid #fff;box-shadow:0 18px 38px rgba(176,0,90,.3);margin:0 auto 8px;display:block;animation:bob 5s ease-in-out infinite;}
.nf h1{font-family:var(--font-display);color:var(--berry-deep);font-size:clamp(22px,3.6vw,34px);line-height:1.4;margin:18px 0 0;
  text-shadow:-2px -2px 0 #fff,2px -2px 0 #fff,-2px 2px 0 #fff,2px 2px 0 #fff;}
.nf p{font-family:var(--font-round);font-weight:700;color:var(--ink);font-size:clamp(15px,1.7vw,18px);line-height:1.9;margin-top:16px;}
.nf .nf-links{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:30px;}
.nf .nf-quick{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:24px;}
.nf .nf-quick a{font-family:var(--font-round);font-weight:900;font-size:14px;color:var(--berry);background:#fff;
  border:2px solid #ffd0e6;border-radius:999px;padding:10px 20px;text-decoration:none;transition:.2s;}
.nf .nf-quick a:hover{background:var(--magenta);color:#fff;border-color:transparent;transform:translateY(-2px);}

/* ===========================================================
   RESPONSIVE (subpages)
   =========================================================== */
@media (max-width:980px){
  .cards.cols-4{grid-template-columns:repeat(2,1fr);}
  .domains{grid-template-columns:repeat(2,1fr);}
  .greet-grid{grid-template-columns:1fr;gap:30px;}
  .portrait{position:static;max-width:320px;margin:0 auto;}
  .split-2{grid-template-columns:1fr;}
  .check-list{grid-template-columns:1fr;}
  .contact-aside{grid-template-columns:1fr;}
  .dev-grid{grid-template-columns:repeat(2,1fr);}
  .steps{grid-template-columns:repeat(2,1fr);}
  .cards.cols-3{grid-template-columns:1fr;}
  .mvva{grid-template-columns:1fr;}
  .origin{grid-template-columns:1fr;}
}
@media (max-width:760px){
  .cards.cols-4,.cards.cols-2{grid-template-columns:1fr;}
  .info-list li{grid-template-columns:120px 1fr;gap:14px;}
  .grid-2{grid-template-columns:1fr;}
  .case{grid-template-columns:64px 1fr;gap:16px;padding:22px 22px;}
  .case .ph{width:64px;height:64px;font-size:22px;}
  /* show BOTH dragon circles on mobile, smaller & out of the heading's way */
  .page-hero .dragon{width:clamp(58px,16vw,80px);height:clamp(58px,16vw,80px);right:5%;bottom:7%;}
  .page-hero .dragon.l{display:block;left:5%;top:13%;width:clamp(50px,13vw,68px);height:clamp(50px,13vw,68px);}
  .dev-grid{grid-template-columns:1fr;}
  .steps{grid-template-columns:1fr;}
  .spec-row{grid-template-columns:1fr;gap:8px;}
  .qa .a{padding-left:26px;}
}
@media (max-width:560px){
  .domains{grid-template-columns:1fr 1fr;}
  .info-list li{grid-template-columns:1fr;gap:4px;}
  .info-list .k{font-size:13px;}
  .bigquote{padding:40px 26px 32px;}
}
@media (prefers-reduced-motion: reduce){
  .tab-panel.active{animation:none;}
}
