:root {
  --ink: #091724;
  --navy: #061c2c;
  --navy-2: #0a3449;
  --sea: #08799d;
  --cyan: #7ad8ee;
  --paper: #f4f7f8;
  --white: #fff;
  --muted: #5b6974;
  --line: #d9e2e6;
  --max: 1180px;
  --shadow: 0 18px 55px rgba(5, 27, 42, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { color: var(--sea); font-size: .76rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .proof-item strong, .ask-phrase blockquote { text-wrap: balance; }
h1 { margin-bottom: 24px; font-size: clamp(3rem, 6.4vw, 6.4rem); line-height: .93; letter-spacing: -.058em; }
h2 { margin-bottom: 20px; font-size: clamp(2.05rem, 4.1vw, 3.65rem); line-height: 1; letter-spacing: -.042em; }
h3 { font-size: 1.27rem; line-height: 1.2; letter-spacing: -.022em; }
.muted { color: var(--muted); }
.lead { max-width: 760px; color: #dce7ed; font-size: clamp(1.08rem, 1.7vw, 1.36rem); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-light { color: var(--navy); background: #fff; }
.btn-dark { color: #fff; background: var(--navy); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.38); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(9,23,36,.09); background: rgba(255,255,255,.92); backdrop-filter: blur(14px); }
.nav-row { display: flex; height: 72px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { font-size: 1.06rem; font-weight: 950; letter-spacing: .085em; white-space: nowrap; }
.brand span { color: var(--sea); }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: .94rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--sea); }
.nav-contact { padding: 10px 15px; color: #fff !important; border-radius: 999px; background: var(--navy); }
.dropdown { position: relative; padding-block: 24px; }
.dropdown-menu { position: absolute; top: 67px; left: -18px; display: none; width: 245px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { display: grid; }
.dropdown-menu a { padding: 10px 11px; border-radius: 9px; }
.dropdown-menu a:hover { background: var(--paper); }
.menu-btn { display: none; padding: 8px; border: 0; color: var(--ink); background: none; font-size: 1.35rem; }

.hero { position: relative; display: grid; min-height: 720px; padding: 132px 0 72px; overflow: hidden; align-items: end; color: #fff; background: var(--navy); }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(4,19,31,.94), rgba(4,19,31,.72) 47%, rgba(4,19,31,.18) 76%, rgba(4,19,31,.4)), var(--hero) center/cover no-repeat; transform: scale(1.012); }
.hero-content { position: relative; z-index: 1; }
.hero .eyebrow, .dark .eyebrow, .cta-box .eyebrow { color: var(--cyan); }
.hero h1 { max-width: 900px; }
.hero-sales { min-height: 800px; }
.hero-sales h1 { max-width: 1020px; }
.hero-sales::before { background: linear-gradient(90deg, rgba(4,19,31,.96), rgba(4,19,31,.7) 41%, rgba(4,19,31,.08) 72%, rgba(4,19,31,.18)), var(--hero) 56% center/cover no-repeat; }
.quote.hero-recipe { width: fit-content; max-width: 100%; margin: 0 0 25px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: 0 15px 42px rgba(0,0,0,.17); backdrop-filter: blur(7px); }
.quote.hero-recipe h3 { margin-bottom: 7px; }
.quote.hero-recipe strong { display: block; line-height: 1.5; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); color: #d9e4e9; font-size: .93rem; }
.hero-meta strong { color: #fff; }
.proof { border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.proof-item { padding: 29px 24px; border-right: 1px solid var(--line); }
.proof-item:first-child { padding-left: 0; }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; font-size: 1.55rem; letter-spacing: -.035em; }
.proof-item span { color: var(--muted); font-size: .9rem; }
.proof-item .proof-punch { display: block; margin-top: 9px; color: var(--ink); font-size: .96rem; font-weight: 800; line-height: 1.48; }

section { padding: 94px 0; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: start; }
.copy p { max-width: 730px; color: #4c5a65; font-size: 1.12rem; }
.quote { margin-top: 30px; padding: 22px 24px; border-left: 3px solid var(--sea); border-radius: 0 12px 12px 0; background: var(--paper); }
.quote h3 { margin-bottom: 8px; color: var(--sea); font-size: 1.3rem; }
.quote strong { font-family: inherit; font-weight: 850; }
.recipe-lines { display: grid; gap: 3px; }
.recipe-lines strong { display: block; }
.front-feature { overflow: hidden; }
.front-feature-grid { display: grid; grid-template-columns: .82fr 1.18fr; grid-template-rows: auto 330px; gap: 34px 64px; align-items: center; }
.front-feature figure { margin: 0; overflow: hidden; border-radius: 20px; box-shadow: var(--shadow); }
.front-feature img { height: 100%; object-fit: cover; }
.front-portrait { grid-row: 1 / 3; height: 760px; }
.front-portrait img { object-position: center 35%; }
.front-action { height: 330px; }
.front-action img { object-position: center 48%; }
.paper { background: var(--paper); }
.dark { color: #fff; background: var(--navy); }
.dark p { color: #c7d5dc; }
.sales-light { background: linear-gradient(180deg, #edf7fa 0%, #fff 100%); }
.sales-light > .wrap > div > p { max-width: 700px; color: var(--muted); font-size: 1.12rem; }
.sales-light .tech-item { border-color: #cbdde4; background: rgba(255,255,255,.72); }
.sales-light .tech-item span { color: var(--muted); }
.section-head { display: flex; margin-bottom: 40px; justify-content: space-between; align-items: end; gap: 50px; }
.section-head p { max-width: 520px; margin-bottom: 4px; color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 20px; }
.card { display: flex; min-height: 500px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-media { height: 245px; overflow: hidden; background: #ccdae0; }
.card-media img { height: 100%; object-fit: cover; transition: transform .45s ease; }
.card:hover img { transform: scale(1.025); }
.card-body { display: flex; padding: 27px; flex: 1; flex-direction: column; }
.card-body p { color: var(--muted); }
.tag { margin-bottom: 12px; color: var(--sea); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.card-link { margin-top: auto; padding-top: 18px; color: var(--sea); font-weight: 850; }
.tech-grid, .feature-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.tech-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 32px; }
.tech-item { padding: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(255,255,255,.035); }
.tech-item strong { display: block; }
.tech-item span { color: #b9c9d1; font-size: .91rem; }
.portrait { overflow: hidden; border-radius: 22px; box-shadow: 0 22px 58px rgba(0,0,0,.3); aspect-ratio: 4/5; }
.portrait img { height: 100%; object-fit: cover; }
.timeline { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.time-card { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.year { color: var(--sea); font-size: 1.65rem; font-weight: 900; }
.time-card p { margin: 5px 0 0; color: var(--muted); font-size: .93rem; }
.client-strip { padding-top: 0; }
.client-box { padding: 32px 0; border-block: 1px solid var(--line); }
.client-row { display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; color: #4a5862; font-weight: 850; }
.client-note { width: 100%; color: #83909a; font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 38px; }
.step { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.step-no { display: grid; width: 34px; height: 34px; margin-bottom: 34px; color: var(--sea); border-radius: 50%; background: #e3f4f8; place-items: center; font-weight: 900; }
.step p { margin: 0; color: var(--muted); font-size: .94rem; }
.ask-section, #history { scroll-margin-top: 72px; }
.ask-phrase { display: grid; margin: 36px 0 44px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; grid-template-columns: .42fr 1.58fr auto; gap: 28px; align-items: center; }
.ask-phrase > span { color: var(--sea); font-size: .75rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ask-phrase blockquote { margin: 0; font-family: inherit; font-size: clamp(1.35rem,2.3vw,2rem); font-weight: 850; line-height: 1.22; letter-spacing: -.025em; }
.copy-request.copied { color: var(--navy); background: var(--cyan); }
.ask-direct { display: flex; margin-top: 20px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 15px; background: #fff; align-items: center; justify-content: space-between; gap: 24px; }
.ask-direct strong, .ask-direct span { display: block; }
.ask-direct span { margin-top: 3px; color: var(--muted); font-size: .94rem; }

.page-hero { position: relative; min-height: 470px; padding: 130px 0 64px; overflow: hidden; color: #fff; background: var(--navy); }
.page-hero.has-image::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg,rgba(4,19,31,.94),rgba(4,19,31,.65) 55%,rgba(4,19,31,.2)), var(--hero) center/cover no-repeat; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { max-width: 880px; font-size: clamp(3rem,6vw,5.8rem); }
.page-hero .lead { max-width: 720px; }
.breadcrumbs { margin-bottom: 44px; color: #bfd0d8; font-size: .84rem; }
.breadcrumbs a:hover { color: #fff; }
.bullets { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.bullets li { position: relative; padding-left: 25px; }
.bullets li::before { position: absolute; left: 0; content: "—"; color: var(--sea); font-weight: 900; }
.image-stack { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 210px 210px; gap: 12px; }
.image-stack img { height: 100%; border-radius: 14px; object-fit: cover; }
.image-stack img:first-child { grid-row: 1 / 3; }
.product-switcher { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.method { padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.method .status { display: inline-block; margin-bottom: 26px; padding: 5px 9px; border-radius: 999px; color: #45616e; background: #e9f0f3; font-size: .75rem; font-weight: 800; }
.method p { color: var(--muted); }
.method a { color: var(--sea); font-weight: 850; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.gallery-grid button { min-height: 190px; padding: 0; overflow: hidden; border: 0; border-radius: 11px; background: #d5e0e4; cursor: zoom-in; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-grid button:hover img { transform: scale(1.04); }
.lightbox { position: fixed; z-index: 100; inset: 0; display: none; padding: 24px; border: 0; background: rgba(2,12,19,.94); place-items: center; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(1200px,92vw); max-height: 88vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 18px; right: 22px; color: #fff; font-size: 2rem; }
.placeholder { display: grid; min-height: 520px; align-items: center; color: #fff; background: linear-gradient(135deg,var(--navy),var(--navy-2)); }
.placeholder-inner { max-width: 760px; padding-block: 90px; }
.placeholder-mark { display: inline-flex; margin-bottom: 30px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: var(--cyan); font-size: .77rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.placeholder h1 { font-size: clamp(3rem,7vw,6.5rem); }
.record { max-width: 760px; }
.record-grid { display: grid; grid-template-columns: repeat(2,1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; }
.record-grid div { padding: 17px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.record-grid div:nth-child(even) { border-right: 0; }
.record-grid strong { display: block; color: var(--muted); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 65px; }
.contact-panel { padding: 34px; border-radius: 18px; color: #fff; background: var(--navy); }
.contact-panel a { display: block; margin: 12px 0; font-size: 1.2rem; font-weight: 850; }
.contact-panel p { color: #bfd0d8; }
.contact-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.contact-list li { padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.contact-list strong { display: block; }

.cta { background: var(--paper); }
.cta-box { position: relative; display: grid; padding: 60px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); background: #fff; box-shadow: var(--shadow); grid-template-columns: 1.2fr .8fr; gap: 44px; align-items: end; }
.cta-box::after { position: absolute; top: -150px; right: -160px; width: 380px; height: 380px; border: 1px solid rgba(8,121,157,.14); border-radius: 50%; content: ""; }
.cta-box .eyebrow { color: var(--sea); }
.cta-box p { max-width: 650px; color: var(--muted); }
.contact-links { position: relative; z-index: 1; text-align: right; }
.contact-links a { display: block; margin: 7px 0; font-size: 1.08rem; font-weight: 850; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: #71808a; font-size: .88rem; }
.footer-row { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.footer-nav { display: flex; gap: 18px; flex-wrap: wrap; }

@media (max-width: 1100px) and (min-width: 901px) {
  .cards, .product-switcher { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  .menu-btn { display: block; }
  .desktop-nav { position: absolute; top: 71px; right: 0; left: 0; display: none; padding: 20px; border-bottom: 1px solid var(--line); background: #fff; flex-direction: column; align-items: flex-start; }
  .desktop-nav.open { display: flex; }
  .dropdown { width: 100%; padding: 0; }
  .dropdown-menu { position: static; display: grid; width: 100%; margin-top: 8px; padding: 4px 0 0 12px; border: 0; box-shadow: none; }
  .hero { min-height: 680px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split, .tech-grid, .feature-grid, .contact-grid, .cta-box { grid-template-columns: 1fr; gap: 42px; }
  .front-feature-grid { grid-template-columns: .86fr 1.14fr; grid-template-rows: auto 260px; gap: 28px 34px; }
  .front-portrait { height: 620px; }
  .front-action { height: 260px; }
  .cards, .product-switcher { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card-media { height: 310px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .ask-phrase { grid-template-columns: 1fr; }
  .ask-phrase .btn { justify-self: start; }
  .ask-direct { align-items: flex-start; flex-direction: column; }
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .contact-links { text-align: left; }
}
@media (max-width: 580px) {
  .wrap { width: min(calc(100% - 28px),var(--max)); }
  .nav-row { height: 64px; }
  .desktop-nav { top: 63px; }
  .hero { min-height: 650px; padding: 112px 0 55px; }
  .hero-sales { min-height: 720px; }
  h1 { font-size: clamp(2.65rem,15vw,4.3rem); }
  section { padding: 70px 0; }
  .proof-grid, .tech-list, .timeline, .steps, .record-grid { grid-template-columns: 1fr; }
  .proof-item { padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .front-feature-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .front-portrait { grid-row: auto; height: 610px; }
  .front-feature-copy { order: -1; }
  .front-action { height: 240px; }
  .image-stack { grid-template-columns: 1fr; grid-template-rows: repeat(3,220px); }
  .image-stack img:first-child { grid-row: auto; }
  .gallery-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid button { min-height: 150px; }
  .record-grid div { border-right: 0; }
  .cta-box { padding: 37px 27px; }
}
