@font-face { font-family: "Keemco Sans"; src: url("../fonts/dcffb399-91ed-493e-9226-d463bd4e4232.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Keemco Mono"; src: url("../fonts/5e3ca1be-64d7-4923-994e-86517661882f.woff2") format("woff2"); font-display: swap; }

:root { --ink: #0a0a0a; --orange: #e8611f; --paper: #f4f1eb; --white: #fff; --line: #d8d3cb; --muted: #6f6b65; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Keemco Sans", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }

.site-header { min-height: 78px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(244,241,235,.95); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 20px; letter-spacing: -.5px; }
.brand strong, .footer-brand strong { color: var(--orange); }
.brand-mark { position: relative; width: 34px; height: 34px; display: inline-block; border-radius: 7px; background: var(--orange); }
.brand-symbol { position: absolute; inset: 22%; clip-path: polygon(0% 12%, 52% 12%, 100% 50%, 52% 88%, 0% 88%, 34% 50%); background: var(--ink); }
.header-action { display: inline-flex; gap: 12px; align-items: center; padding: 12px 17px; border: 1px solid var(--ink); border-radius: 5px; font-family: "Keemco Mono", monospace; font-size: 11px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; transition: .2s ease; }
.header-action:hover { background: var(--ink); color: var(--white); }

main { max-width: 1420px; margin: 0 auto; }
.hero { padding: clamp(58px, 6vw, 88px) clamp(22px, 7vw, 100px) clamp(48px, 5vw, 72px); border-bottom: 1px solid var(--line); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--orange); font: 700 11px/1 "Keemco Mono", monospace; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--orange); }
h1 { max-width: 920px; margin: 22px 0 24px; font-size: clamp(42px, 5vw, 72px); line-height: .98; letter-spacing: clamp(-3.5px, -.24vw, -1.8px); }
.hero-copy { max-width: 760px; margin: 0; color: #3f3c38; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; }
.meta { margin-top: 34px; display: flex; gap: 14px 34px; flex-wrap: wrap; color: var(--muted); font: 500 10px/1.4 "Keemco Mono", monospace; letter-spacing: .7px; text-transform: uppercase; }

.content-layout { display: grid; grid-template-columns: minmax(180px, 230px) minmax(0, 860px); gap: clamp(48px, 6vw, 96px); justify-content: center; padding: clamp(54px, 6vw, 82px) clamp(22px, 7vw, 100px) 84px; }
.contents { position: sticky; top: 28px; align-self: start; display: flex; flex-direction: column; gap: 17px; }
.contents p { margin: 0 0 7px; color: var(--orange); font: 700 10px/1 "Keemco Mono", monospace; letter-spacing: 1.5px; text-transform: uppercase; }
.contents a { width: fit-content; color: var(--muted); font-size: 14px; }
.contents a:hover { color: var(--orange); }
.policy > section { padding: 0 0 54px; margin: 0 0 54px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.policy > section:last-child { margin-bottom: 0; }
.section-number { margin: 0 0 12px; color: var(--orange); font: 700 11px/1 "Keemco Mono", monospace; letter-spacing: 1px; }
h2 { margin: 0 0 22px; font-size: clamp(29px, 3vw, 41px); line-height: 1.08; letter-spacing: -1.5px; }
.policy p, .policy li { color: #47433e; font-size: 16px; line-height: 1.68; }
.policy ul { margin: 26px 0; padding-left: 22px; }
.policy li { padding: 4px 0 4px 7px; }
.policy li::marker { color: var(--orange); }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 1px; background: var(--line); }
.control-card { min-height: 250px; padding: 30px; background: var(--paper); }
.control-card > span { color: var(--orange); font: 700 10px/1 "Keemco Mono", monospace; }
.control-card h3 { margin: 46px 0 12px; font-size: 20px; letter-spacing: -.4px; }
.control-card p { margin: 0; font-size: 14px; line-height: 1.65; }
.notice { margin-top: 34px; padding: 28px 30px; border-left: 4px solid var(--orange); background: #fff7f1; }
.notice strong { font: 700 11px/1 "Keemco Mono", monospace; letter-spacing: 1px; text-transform: uppercase; }
.notice p { margin: 12px 0 0; font-size: 14px; }
.contact-card { margin-top: 22px; padding: 20px 24px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); transition: .2s ease; }
.contact-card small { display: block; margin-bottom: 8px; color: var(--muted); font: 700 9px/1 "Keemco Mono", monospace; letter-spacing: 1px; text-transform: uppercase; }
.contact-card strong { font-size: clamp(16px, 2.5vw, 23px); }
.contact-card b { font-size: 28px; }
.contact-card:hover { background: var(--ink); color: var(--white); }
.contact-card:hover small { color: rgba(255,255,255,.6); }
.references { padding-bottom: 0 !important; border: 0 !important; }
.references h2 { font-size: 22px; letter-spacing: -.5px; }
.references p { font-size: 14px; }
.references a { color: var(--orange); text-decoration: underline; text-underline-offset: 3px; }

footer { padding: 34px clamp(22px, 7vw, 100px); display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--ink); color: rgba(255,255,255,.55); font: 500 11px/1.5 "Keemco Mono", monospace; }
.footer-brand { color: var(--white); font: 600 18px/1 "Keemco Sans", sans-serif; }
footer p { margin: 0; }
footer div { display: flex; gap: 25px; }
footer a:hover { color: var(--orange); }

@media (max-width: 760px) {
  .site-header { min-height: 68px; }
  .header-action { padding: 10px 11px; font-size: 9px; }
  .header-action span { display: none; }
  .hero { padding-top: 72px; }
  h1 { font-size: clamp(43px, 14vw, 68px); }
  .content-layout { display: block; padding-bottom: 84px; }
  .contents { position: static; margin-bottom: 70px; padding-bottom: 30px; display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
  .contents p { grid-column: 1 / -1; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card { min-height: 220px; }
  footer { align-items: flex-start; flex-direction: column; }
}
