:root {
  --ink: #10233e;
  --navy: #123d71;
  --blue: #1678be;
  --sky: #dff2fb;
  --paper: #fcfdff;
  --muted: #5c6e82;
  --line: #d8e2ec;
  --orange: #f26b38;
  --yellow: #ffcc4c;
  --shadow: 0 18px 48px rgba(26, 60, 94, .13);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
.shell { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.notice { padding: .45rem 1rem; background: var(--yellow); text-align: center; color: #553600; font-size: .84rem; font-weight: 800; letter-spacing: .025em; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(252,253,255,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav-row { min-height: 78px; display: flex; gap: 1.5rem; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 52px; height: 39px; background: var(--navy); color: #fff; font-size: .9rem; font-weight: 900; letter-spacing: -.04em; clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%); }
.brand strong { display: block; font-size: 1.06rem; letter-spacing: -.04em; }.brand small { color: var(--blue); font-weight: 800; font-size: .78rem; }
nav { display: flex; gap: 1.25rem; align-items: center; } nav a, .cart { color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 760; } nav a:hover, .cart:hover { color: var(--blue); }.cart { border-left: 1px solid var(--line); padding-left: 1rem; }
.hero { min-height: 550px; display: grid; grid-template-columns: 1fr .92fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.eyebrow { margin: 0 0 .75rem; color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1,h2,h3 { line-height: 1.02; letter-spacing: -.06em; margin: 0; } h1 { max-width: 11ch; font-size: clamp(3rem, 6.6vw, 5.45rem); } h1 em { color: var(--blue); font-style: normal; } h2 { font-size: clamp(2rem, 4vw, 3.3rem); } h3 { font-size: 1.35rem; }
.lede { max-width: 54ch; color: var(--muted); font-size: 1.12rem; margin: 1.3rem 0 1.65rem; }.actions, .cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.12rem; border-radius: 9px; border: 2px solid var(--blue); text-decoration: none; font-size: .94rem; font-weight: 850; transition: transform .18s ease, background .18s ease; }.button:hover { transform: translateY(-2px); }.button-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 22px rgba(22,120,190,.22); }.button-secondary { color: var(--blue); background: #fff; }.button-secondary.light { color: #fff; background: transparent; border-color: rgba(255,255,255,.65); }
.trust-line { list-style: none; display: flex; gap: 1.1rem; padding: 0; margin: 1.45rem 0 0; color: var(--muted); font-size: .84rem; font-weight: 750; }.trust-line li::before { content: "✓"; color: var(--blue); margin-right: .35rem; font-weight: 900; }
.hero-visual { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(140deg, #eff9fc, #d2e8f4); border-radius: 2px 28px 2px 28px; box-shadow: var(--shadow); }.drafting-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(#9ec5dc 1px, transparent 1px), linear-gradient(90deg, #9ec5dc 1px, transparent 1px); background-size: 32px 32px; }.measure { position: absolute; z-index: 1; top: 17px; left: 21px; color: var(--navy); font-size: .64rem; letter-spacing: .15em; font-weight: 900; }.hero-product { position: absolute; z-index: 1; object-fit: cover; box-shadow: 0 18px 38px rgba(20,60,90,.18); }.hero-product-main { width: 68%; height: 64%; bottom: 0; right: 0; border-radius: 13px 0 0 0; object-position: center; }.hero-product-small { width: 48%; height: 38%; left: 0; bottom: 20px; border: 10px solid #fff; border-left: 0; border-radius: 0 12px 12px 0; object-position: center; }.hero-caption { position: absolute; z-index: 2; top: 66px; left: 21px; max-width: 14ch; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2.5rem); line-height: .98; font-weight: 900; letter-spacing: -.06em; }
.proof-strip { border-block: 1px solid var(--line); background: #fff; }.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.proof-grid article { padding: 1.6rem 1.4rem; border-right: 1px solid var(--line); }.proof-grid article:last-child { border: 0; }.proof-icon { display: inline-grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--sky); color: var(--blue); font-weight: 900; }.proof-grid h2 { font-size: 1rem; letter-spacing: -.03em; margin: .75rem 0 .35rem; }.proof-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.section { padding-block: clamp(3.5rem, 7vw, 5.7rem); }.section-head { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 1.65rem; }.section-head h2 { max-width: 16ch; }.text-link, .card-link { color: var(--blue); font-weight: 850; text-decoration: none; white-space: nowrap; }.text-link span, .card-link span { padding-left: .25rem; }.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }.product-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(18,50,83,.08); border-radius: var(--radius); }.product-photo { display: block; aspect-ratio: 4/3; background: #f4f8fa; }.product-photo img { width: 100%; height: 100%; object-fit: cover; }.product-info { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.2rem; }.product-kind { margin: 0 0 .45rem; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.product-info h3 { margin-bottom: .6rem; }.product-info > p:not(.product-kind) { color: var(--muted); margin: 0 0 1rem; }.card-link { margin-top: auto; }.request-card { background: linear-gradient(145deg, var(--navy), #185f98); color: #fff; }.request-card .product-kind, .request-card .product-info > p:not(.product-kind), .request-card .card-link { color: #fff; }.request-art { min-height: 180px; overflow: hidden; background: #dceef5; color: var(--blue); display: flex; align-items: center; justify-content: center; gap: 1.2rem; font-size: 4rem; font-weight: 800; }.request-art span:nth-child(2) { color: var(--orange); transform: translateY(27px); }.request-art span:nth-child(3) { color: var(--yellow); transform: rotate(22deg) translateY(-10px); }
.process-band { background: var(--sky); border-block: 1px solid #c6e4f2; }.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 6vw, 6rem); padding-block: clamp(3.5rem, 7vw, 5.7rem); }.band-copy { color: var(--muted); max-width: 43ch; }.steps { display: grid; gap: .75rem; list-style: none; padding: 0; margin: 0; }.steps li { display: grid; grid-template-columns: 55px 1fr; gap: 1rem; padding: 1.15rem; background: rgba(255,255,255,.78); border: 1px solid rgba(145,195,220,.6); }.steps span { color: var(--blue); font-size: 1.1rem; font-weight: 900; }.steps strong { font-size: 1.05rem; }.steps p { margin: .25rem 0 0; color: var(--muted); font-size: .93rem; }
.cta { margin-block: clamp(3.5rem, 7vw, 5.7rem); padding: clamp(2rem, 5vw, 3.7rem); display: flex; gap: 2rem; align-items: center; justify-content: space-between; background: var(--navy); color: #fff; border-radius: 3px 30px 3px 30px; }.cta .eyebrow { color: #8ed2f3; }.cta h2 { max-width: 16ch; }.cta p:not(.eyebrow) { color: rgba(255,255,255,.78); max-width: 58ch; }
footer { background: #0b1e33; color: rgba(255,255,255,.76); font-size: .88rem; }.footer-row { display: flex; justify-content: space-between; gap: 1rem; padding-block: 1.5rem; }.footer-row strong { color: #fff; }
@media (max-width: 820px) { .nav-row { min-height: 68px; }.nav-row nav { display: none; }.hero, .process-layout { grid-template-columns: 1fr; }.hero { padding-top: 3rem; }.hero-visual { min-height: 360px; }.proof-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }.proof-grid article:nth-child(2) { border-right: 0; }.proof-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.cta { flex-direction: column; align-items: flex-start; } }
@media (max-width: 540px) { .shell { width: min(100% - 28px, 1140px); }.cart { font-size: .82rem; }.hero { min-height: auto; }.hero-visual { min-height: 315px; }.hero-caption { font-size: 1.55rem; }.hero-product-main { width: 71%; height: 58%; }.hero-product-small { width: 54%; height: 37%; }.trust-line { flex-direction: column; gap: .35rem; }.proof-grid, .product-grid { grid-template-columns: 1fr; }.proof-grid article { border-right: 0; border-bottom: 1px solid var(--line); }.proof-grid article:last-child { border-bottom: 0; }.section-head { align-items: flex-start; flex-direction: column; gap: .8rem; }.cta { border-radius: 3px 20px; }.footer-row { flex-direction: column; } }
