/* ═══════════════════════════════════════════════════════════════════════
   contact.css — shared by /contact/ and /en/contact/.
   Split out of contact/index.html's embedded <style> on 2026-09-06, when the
   English version was added. Same reasoning as works.css and company.css:
   two copies of the same rules drift.
   ═══════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════
   お問い合わせ — /contact/

   CORPORATE-PLAN §9 A-2 puts one intake form on each business page, because
   a quote request and a bug report cannot share a schema. That leaves the
   requests that belong to no business at all — a disclosure request under the
   privacy law, the written notice a shopper may demand under 特商法, a press
   enquiry. Routing those into Studio's quote form (which asks for a budget)
   was the wrong answer, so this page adds a fourth schema, `type=general`,
   and keeps the single endpoint the plan calls for.

   The page therefore does two jobs, in this order:
     1. send people with business enquiries to the right form (most arrivals)
     2. take everything else itself
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Masthead ──────────────────────────────────────────────────────── */
.mast{
  position:relative;overflow:hidden;
  padding:clamp(52px,7vh,96px) var(--pad) clamp(32px,4vh,52px);
  border-bottom:1px solid var(--line);
}
.mast .shell{position:relative;z-index:2}
.crumb{
  display:flex;align-items:center;gap:10px;margin:0 0 24px;
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--ink-dim);
}
.crumb a{color:var(--ink-dim);transition:color .2s}
.crumb a:hover{color:var(--ink)}
.crumb span{color:var(--acc)}
.mast h1{
  margin:0 0 18px;
  font-family:'Schibsted Grotesk','Zen Kaku Gothic New',sans-serif;
  font-weight:800;font-size:clamp(30px,5vw,62px);line-height:1.12;
  letter-spacing:-.028em;color:var(--ink);
}
.mast h1 em{
  font-style:normal;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;color:transparent;
}
.mast .stand{margin:0;max-width:38em;
  font-size:clamp(14.5px,1.5vw,17px);line-height:1.95;color:var(--ink-mid)}

/* ── Sections ──────────────────────────────────────────────────────── */
.doc{padding:clamp(52px,6.4vw,92px) var(--pad) 0}
.doc:last-of-type{padding-bottom:clamp(64px,8vw,116px)}
.doc h2{
  margin:0 0 clamp(20px,2.6vw,30px);
  font-family:'Schibsted Grotesk','Zen Kaku Gothic New',sans-serif;
  font-weight:700;font-size:clamp(21px,2.7vw,32px);line-height:1.4;
  letter-spacing:-.02em;color:var(--ink);line-break:strict;
}
.doc h2 .n{
  display:block;margin-bottom:12px;
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;font-weight:400;
  letter-spacing:.2em;color:var(--acc);
}
.doc p{max-width:36em;margin:0 0 1.5em;
  font-size:clamp(14.5px,1.45vw,16px);line-height:2;color:var(--ink-mid)}
.doc + .doc .shell{border-top:1px solid rgba(255,255,255,.07);padding-top:clamp(52px,6.4vw,92px)}
.doc + .doc{padding-top:0}
.doc a.inline{color:var(--acc);border-bottom:1px solid var(--acc-line)}

/* ── Business routing — the primary path off this page ─────────────── */
.routes{display:grid;gap:clamp(13px,1.6vw,18px);
  grid-template-columns:repeat(auto-fit,minmax(min(100%,272px),1fr))}
.route{
  position:relative;display:block;overflow:hidden;isolation:isolate;
  background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:18px;
  padding:clamp(24px,2.6vw,32px) clamp(22px,2.3vw,28px);
  transition:transform .4s cubic-bezier(.2,.7,.2,1),border-color .4s,box-shadow .4s;
}
.route::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--u)}
.route:hover{transform:translateY(-6px);border-color:var(--u);box-shadow:0 24px 56px rgba(0,0,0,.5)}
.route i{display:block;font-style:normal;font-family:'IBM Plex Mono',monospace;
  font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--u);margin-bottom:12px}
.route b{display:block;font-family:'Schibsted Grotesk','Zen Kaku Gothic New',sans-serif;
  font-weight:700;font-size:clamp(17px,1.9vw,21px);line-height:1.35;
  letter-spacing:-.016em;color:var(--ink);margin-bottom:10px}
.route span{display:block;font-size:13.5px;line-height:1.9;color:var(--ink-mid)}
.route ul{margin:12px 0 0;padding:0;list-style:none}
.route li{position:relative;padding-left:16px;font-size:12.5px;line-height:1.85;color:var(--ink-dim)}
.route li::before{content:"";position:absolute;left:0;top:.92em;width:7px;height:1px;background:var(--u)}
.route em{display:block;margin-top:16px;font-style:normal;font-size:12px;color:var(--u)}

/* ── General form (type=general) ───────────────────────────────────── */
.form-wrap{
  background:rgba(255,255,255,.04);border:1px solid var(--line);
  border-radius:20px;padding:clamp(26px,3.2vw,44px);max-width:52em;
}
.fields{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}
.field-full{grid-column:1/-1}
label{display:block}
.fields label{display:grid;grid-template-rows:1fr auto;height:100%}
.fields .lbl{align-self:start}
.lbl{display:block;margin-bottom:8px;font-family:'IBM Plex Mono',monospace;font-size:11px;
  letter-spacing:.08em;text-transform:uppercase;color:#9CA9BC}
.lbl b{color:var(--acc);font-weight:400}
.lbl em{font-style:normal;text-transform:none;letter-spacing:0;color:var(--ink-faint)}
input,select,textarea{
  width:100%;font-family:'Zen Kaku Gothic New',sans-serif;font-size:15px;line-height:1.7;
  color:var(--ink);background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);border-radius:10px;padding:13px 15px;
  transition:border-color .18s,background-color .18s;
}
textarea{resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--acc);background:rgba(255,255,255,.08)}
select{appearance:none;cursor:pointer}
.submit{
  margin-top:26px;width:100%;display:inline-flex;align-items:center;justify-content:center;
  gap:10px;font-family:'Zen Kaku Gothic New',sans-serif;font-weight:700;font-size:16px;
  color:#06090F;background:var(--grad);border:none;border-radius:100px;padding:17px 24px;
  cursor:pointer;box-shadow:0 12px 38px rgba(46,123,255,.34);
  transition:filter .2s,transform .2s;
}
.submit:hover{filter:brightness(1.08);transform:translateY(-2px)}
.vq-hp{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}
.form-note{margin:16px 0 0;font-size:12px;line-height:1.85;color:var(--ink-faint)}
.form-note a{color:var(--ink-dim);border-bottom:1px solid rgba(255,255,255,.2)}

/* ── Facts (返信・電話) ─────────────────────────────────────────────── */
.facts{margin:0;max-width:44em}
.facts div{display:flex;flex-wrap:wrap;gap:6px clamp(18px,3vw,40px);
  padding:17px 0;border-top:1px solid rgba(255,255,255,.08)}
.facts div:last-child{border-bottom:1px solid rgba(255,255,255,.08)}
.facts dt{flex:none;width:8em;
  font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.1em;
  text-transform:uppercase;line-height:2.1;color:var(--ink-dim)}
.facts dd{margin:0;flex:1 1 18em;font-size:14.5px;line-height:1.95;color:var(--ink)}
.facts dd small{display:block;margin-top:4px;font-size:12.5px;color:var(--ink-dim)}
.tbd{
  display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:11px;
  letter-spacing:.12em;color:#F0B429;border:1px dashed rgba(240,180,41,.55);
  border-radius:6px;padding:3px 10px;background:rgba(240,180,41,.07);
}
