:root{--ink:#152932;--muted:#65767c;--paper:#f6f8f5;--white:#fff;--aqua:#49b9b0;--aqua2:#daf3ef;--navy:#173b4b;--line:#d9e2df;--danger:#b33a3a;--shadow:0 18px 50px rgba(18,49,56,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;line-height:1.75}a{color:inherit}button,input,select,textarea{font:inherit}.publicHeader{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:rgba(246,248,245,.95);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}.brand{text-decoration:none;font-size:15px;letter-spacing:.08em;display:flex;align-items:baseline;gap:10px}.brand small,.eyebrow{font-size:10px;letter-spacing:.25em;color:var(--aqua);font-weight:800}.brand b{font-family:serif;font-size:27px}.publicHeader nav{display:flex;gap:28px}.publicHeader nav a{text-decoration:none;font-size:13px;font-weight:700}main{overflow:hidden}.hero{min-height:620px;padding:110px max(7vw,30px) 80px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(250px,.6fr);gap:8vw;align-items:end;background:linear-gradient(120deg,#eef7f3 0 56%,#d8eeeb 56%)}.hero h1{font-family:serif;font-size:clamp(46px,7vw,96px);line-height:1.06;letter-spacing:.04em;margin:20px 0}.hero h1 em{font-style:normal;color:var(--aqua)}.hero>div>p:not(.eyebrow){max-width:620px}.hero aside{background:var(--navy);color:white;padding:35px;box-shadow:var(--shadow)}.hero aside b,.hero aside span{display:block}.hero aside span{margin-top:15px;color:#d6e8ec}.primaryBtn,.castInfo>a,.requestForm button,.loginCard button,.adminShell button{display:inline-block;border:0;background:var(--aqua);color:#082c2e;text-decoration:none;font-weight:800;padding:14px 24px;cursor:pointer}.primaryBtn{margin-top:25px}.publicSection,.flow,.requestSection,.contractSection{padding:100px max(7vw,30px)}.sectionTitle,.contractSection,.requestSection{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.sectionTitle h2,.uniformSection h2,.flow h2,.requestSection h2,.contractSection h2{font-family:serif;font-size:clamp(34px,5vw,64px);line-height:1.2;margin:8px 0}.castGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:55px}.castCard{background:white;box-shadow:var(--shadow)}.castPhoto{height:360px;position:relative;overflow:hidden;background:#dfe8e6}.castPhoto img{width:100%;height:100%;object-fit:cover}.castPhoto span{position:absolute;bottom:15px;left:15px;background:var(--navy);color:white;font-size:12px;padding:7px 12px}.castInfo{padding:26px}.castInfo>p:first-child{font-size:10px;letter-spacing:.2em;color:var(--aqua);font-weight:800}.castInfo h3{font-family:serif;font-size:30px;margin:4px 0}.castInfo h3 small{font-family:inherit;font-size:13px;color:var(--muted)}.tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.tags span{background:var(--aqua2);font-size:12px;padding:4px 10px}.castInfo dl{font-size:13px}.castInfo dl div{display:grid;grid-template-columns:85px 1fr;border-top:1px solid var(--line);padding:9px 0}.castInfo dt{color:var(--muted)}.castInfo dd{margin:0}.castInfo>a{display:block;text-align:center;margin-top:20px}.uniformSection{margin:0 max(3vw,15px);padding:70px max(4vw,20px);display:grid;grid-template-columns:160px 1fr 1fr;align-items:center;gap:50px;background:var(--navy);color:white}.swatch{display:flex;height:110px}.swatch i{flex:1}.swatch i:nth-child(1){background:white}.swatch i:nth-child(2){background:var(--aqua)}.swatch i:nth-child(3){background:#0e2734}.contractSection{background:#e2f2ef}.contractSection ul{padding-left:20px}.flow ol{padding:0;display:grid;grid-template-columns:repeat(4,1fr);list-style:none}.flow li{border-top:1px solid var(--ink);padding:20px}.flow li b{color:var(--aqua)}.requestSection{background:white}.requestForm,.castForm,.opsGrid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.requestForm label,.castForm label,.opsGrid label,.loginCard label{font-size:12px;font-weight:800;display:flex;flex-direction:column;gap:5px}.requestForm input,.requestForm select,.requestForm textarea,.castForm input,.castForm select,.castForm textarea,.opsGrid input,.opsGrid select,.opsGrid textarea,.loginCard input{width:100%;border:1px solid var(--line);background:white;padding:12px}.full{grid-column:1/-1}.consent{flex-direction:row!important;align-items:flex-start}.consent input,.check input{width:auto!important;margin-top:6px}.requestForm button{grid-column:1/-1}.success{background:#dff4e9;padding:14px}.error{background:#ffe5e5;color:#8f2020;padding:12px}footer{padding:55px max(7vw,30px);background:#102b38;color:white;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}footer address{font-style:normal}.footerLinks{display:grid;gap:6px}.chatBtn{position:fixed;right:20px;bottom:20px;padding:13px 20px;background:var(--aqua);color:#082c2e;text-decoration:none;font-weight:900;box-shadow:var(--shadow);z-index:15}.policyPage,.messagePage{min-height:60vh;padding:80px max(7vw,30px)}.policyPage article{max-width:850px;margin:auto;background:white;padding:clamp(25px,5vw,70px)}.policyPage h1{font-family:serif;font-size:42px}.policyPage section{border-top:1px solid var(--line);padding-top:20px;margin-top:28px}.policyPage section h2{font-size:17px}.policyDate{color:var(--muted)}.adminBody{background:#edf1f0}.loginPage{min-height:100vh;display:grid;place-items:center;padding:20px}.loginCard{width:min(430px,100%);background:white;padding:42px;box-shadow:var(--shadow);display:grid;gap:18px}.loginCard h1{margin:0}.loginCard>a{text-align:center}.adminShell{display:grid;grid-template-columns:230px 1fr;min-height:100vh}.adminShell>aside{background:var(--navy);color:white;padding:30px;display:flex;flex-direction:column;gap:20px;position:sticky;top:0;height:100vh}.adminShell>aside b{font-family:serif;font-size:22px}.adminShell>aside a{text-decoration:none}.adminShell>aside form{margin-top:auto}.adminShell>main{padding:40px;max-width:1200px}.adminShell section{margin-bottom:60px}.requestRow,.adminCast,.newCast{background:white;padding:24px;margin:16px 0;border:1px solid var(--line)}.requestTop{display:flex;justify-content:space-between;align-items:center}.state{background:#e7eeee;padding:5px 9px;font-size:11px;font-weight:800}.state.new,.state.active{background:#ccefe8}.state.incident{background:#ffdada;color:#8a2525}.requestRow h2{margin:12px 0 5px}.requestRow h2 small{font-size:12px;font-weight:normal;color:var(--muted)}.requestRow blockquote{margin:16px 0;border-left:3px solid var(--aqua);padding-left:15px}.evidence{font-size:11px;color:var(--muted)}.check{flex-direction:row!important;align-items:center}.adminCast{display:grid;grid-template-columns:100px 1fr minmax(280px,1.2fr);gap:20px;align-items:start}.adminCast>img{width:100px;height:120px;object-fit:cover}.adminCast details summary,.newCast summary{cursor:pointer;font-weight:800}.adminCast form{margin-top:15px}.danger{background:var(--danger)!important;color:white!important}.messagePage a{font-weight:800}@media(max-width:850px){.publicHeader nav{display:none}.hero,.sectionTitle,.contractSection,.requestSection{grid-template-columns:1fr}.hero{min-height:auto;padding-top:70px}.castGrid{grid-template-columns:1fr}.castPhoto{height:420px}.uniformSection{grid-template-columns:1fr;gap:20px}.flow ol{grid-template-columns:1fr 1fr}.adminShell{grid-template-columns:1fr}.adminShell>aside{position:static;height:auto;flex-direction:row;flex-wrap:wrap}.adminShell>main{padding:20px}.adminCast{grid-template-columns:80px 1fr}.adminCast details{grid-column:1/-1}footer{grid-template-columns:1fr}}@media(max-width:520px){.hero h1{font-size:43px}.castPhoto{height:330px}.flow ol{grid-template-columns:1fr}.requestForm,.castForm,.opsGrid{grid-template-columns:1fr}.full{grid-column:auto}.adminShell>aside{display:grid;grid-template-columns:1fr 1fr}.adminShell>main{padding:12px}.loginCard{padding:28px}footer{padding-bottom:90px}}
