/* EBC Studio — monochrome product site. Heavy strokes, one diagonal cut. */
:root {
  --ink: #000;
  --paper: #fff;
  --panel: #f3f3f3;
  --line: #d9d9d9;
  --mute: #5a5a5a;
  --max: 1140px;
  --measure: 62ch;
  --cut: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  font-family: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 3px; }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { margin: 0; line-height: 1.05; letter-spacing: -0.025em; font-weight: 700; }
p { margin: 0; }
p + p { margin-top: 1em; }
ul, ol { margin: 0.6em 0 0; padding-left: 1.2em; }
li + li { margin-top: 0.35em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 820px; }
.mute { color: var(--mute); }
.small { font-size: 14px; }

/* Buttons: black block with the logo's corner cut */
.btn { display: inline-block; background: var(--ink); color: var(--paper); text-decoration: none; font-weight: 600; padding: 14px 22px; clip-path: var(--cut); }
.btn:hover { background: #222; }
.btn.ghost { background: transparent; color: var(--ink); clip-path: none; border: 2px solid var(--ink); padding: 12px 20px; }
.btn.ghost:hover { background: var(--panel); }

/* Header */
.top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(6px); border-bottom: 2px solid var(--ink); }
.top .wrap { display: flex; align-items: center; gap: 36px; height: 76px; }
.top .brand img { width: 112px; height: auto; }
.top nav { display: flex; gap: 26px; margin-left: 8px; }
.top nav a { text-decoration: none; font-weight: 600; font-size: 15px; padding: 6px 0; border-bottom: 3px solid transparent; white-space: nowrap; }
.top nav a:hover, .top nav a[aria-current="page"] { border-bottom-color: var(--ink); }
.top .btn { margin-left: auto; padding: 11px 18px; font-size: 15px; }

/* Hero */
.hero { padding: 72px 0 64px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(40px, 5.4vw, 66px); max-width: 13ch; }
.hero .lede { margin-top: 22px; font-size: clamp(18px, 1.6vw, 21px); color: #333; max-width: 44ch; }
.hero .actions { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero .fine { margin-top: 18px; font-size: 14px; color: var(--mute); }

/* Product mock: white cards on a black panel with the diagonal cut */
.visual { background: var(--ink); padding: 40px 34px 46px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 46px), calc(100% - 92px) 100%, 0 100%); }
.mock { display: grid; gap: 14px; }
.card { background: var(--paper); border: 2px solid var(--ink); padding: 16px 18px; }
.card .k { font-size: 12px; font-weight: 600; color: var(--mute); margin-bottom: 6px; }
.card .h { font-size: 19px; font-weight: 700; line-height: 1.2; }
.card .p { font-size: 14px; color: #333; margin-top: 6px; }
.card .m { font-size: 13px; color: var(--mute); margin-top: 8px; }
.card ul { list-style: none; padding: 0; margin: 4px 0 0; }
.card li { display: flex; justify-content: space-between; gap: 12px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 15px; }
.card li:first-child { border-top: 0; }
.card li b { font-weight: 600; white-space: nowrap; }
.card li b.due { color: #fff; background: var(--ink); padding: 1px 8px; }
.mock .row2 { display: grid; grid-template-columns: 1fr 120px; gap: 14px; }
.card .big { font-size: 52px; font-weight: 700; line-height: 1; letter-spacing: -0.03em; }
.bar { height: 8px; background: var(--panel); margin-top: 10px; }
.bar i { display: block; height: 100%; background: var(--ink); }

/* Trust strip */
.strip { border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--panel); }
.strip .wrap { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip div { padding: 18px 20px 18px 0; font-size: 15px; font-weight: 600; }
.strip div + div { border-left: 2px solid var(--ink); padding-left: 20px; }

/* Sections */
section.block { padding: 88px 0; }
section.block.alt { background: var(--panel); }
.section-head { max-width: 60ch; }
.section-head h2 { font-size: clamp(30px, 3.6vw, 44px); }
.section-head p { margin-top: 14px; font-size: 18px; color: #333; }

.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--ink); border: 2px solid var(--ink); margin-top: 44px; }
.feature { background: var(--paper); padding: 30px 30px 34px; }
.feature h3 { font-size: 22px; }
.feature p { margin-top: 10px; color: #333; max-width: 46ch; }
.feature .sig { margin-top: 18px; font-size: 14px; font-weight: 600; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 44px; }
.step { border-top: 6px solid var(--ink); padding-top: 18px; }
.step .n { font-size: 14px; font-weight: 600; color: var(--mute); }
.step h3 { font-size: 22px; margin-top: 6px; }
.step p { margin-top: 10px; color: #333; }

.security { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.controls { list-style: none; padding: 0; margin: 0; border-top: 2px solid var(--ink); }
.controls li { padding: 14px 0; border-bottom: 2px solid var(--ink); margin: 0; display: grid; grid-template-columns: 200px 1fr; gap: 16px; font-size: 15px; }
.controls li b { font-size: 16px; }
.doclinks { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

.company .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.contact-big { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: -0.02em; }

/* Footer */
.foot { border-top: 2px solid var(--ink); padding: 34px 0 44px; font-size: 14px; color: var(--mute); }
.foot .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 32px; }
.foot nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.foot a { text-decoration: none; }
.foot a:hover { text-decoration: underline; }

/* Policy documents */
.doc { padding: 64px 0 96px; }
.doc h1 { font-size: clamp(32px, 4.2vw, 50px); }
.doc .effective { color: var(--mute); margin: 14px 0 28px; max-width: var(--measure); }
.doc p { max-width: var(--measure); }
.doc ul, .doc ol { max-width: var(--measure); }
.policy h2 { font-size: 24px; margin: 40px 0 12px; }
.policy .toc { display: flex; flex-wrap: wrap; gap: 6px 18px; margin: 0 0 8px; padding: 0; list-style: none; max-width: none; font-size: 15px; }
.policy .toc li { margin: 0; }
.policy table { border-collapse: collapse; width: 100%; margin-top: 12px; font-size: 15px; }
.policy th, .policy td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid #bdbdbd; }
.policy th { border-bottom: 2px solid var(--ink); }

@media (max-width: 900px) {
  .top .wrap { gap: 18px; height: auto; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
  .top nav { order: 3; width: 100%; gap: 18px; margin-left: 0; overflow-x: auto; }
  .top .btn { margin-left: auto; }
  .hero { padding: 44px 0 40px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  .visual { padding: 26px 20px 34px; clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 60px) 100%, 0 100%); }
  .strip .wrap { grid-template-columns: 1fr 1fr; }
  .strip div:nth-child(3) { border-left: 0; padding-left: 0; }
  .strip div { padding: 14px 16px 14px 0; }
  section.block { padding: 60px 0; }
  .features, .steps, .security, .company .wrap { grid-template-columns: 1fr; }
  .steps { gap: 28px; }
  .controls li { grid-template-columns: 1fr; gap: 4px; }
}
@media (prefers-reduced-motion: no-preference) {
  .visual { animation: reveal 700ms cubic-bezier(.2,.7,.2,1) both; }
  @keyframes reveal { from { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%, 0 100%); } }
}
@media print {
  .top nav, .top .btn, .foot nav { display: none; }
  .top { position: static; border-bottom: 0; }
  .top .brand img { width: 96px; }
  .doc { padding: 12px 0 0; }
  body { font-size: 12.5px; }
  .policy h2 { margin-top: 22px; page-break-after: avoid; }
  table { page-break-inside: avoid; }
  a { text-decoration: none; }
}
