@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #10271f;
  --ink-2: #17362b;
  --paper: #f2f0e9;
  --white: #fffef8;
  --accent: #dffe52;
  --line: rgba(16, 39, 31, .17);
  --muted: #6f7973;
  --shadow: 0 22px 60px rgba(9, 30, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; background: var(--accent); padding: 10px 15px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.notice-bar { height: 34px; padding: 0 max(24px, calc((100vw - 1240px) / 2)); display: flex; align-items: center; justify-content: space-between; color: #d8e2dd; background: #0a1e17; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.notice-bar span { display: inline-flex; align-items: center; gap: 9px; }
.notice-bar i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(223, 254, 82, .12); }
.notice-bar a { color: var(--accent); }
.site-header { position: relative; z-index: 20; }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: 'Manrope', sans-serif; font-size: 17px; line-height: .9; letter-spacing: .05em; font-weight: 800; }
.brand img { width: 54px; height: 54px; object-fit: contain; background: white; border-radius: 3px; }
.brand small { display: block; margin-top: 7px; font-family: 'DM Sans', sans-serif; font-size: 8px; letter-spacing: .22em; font-weight: 700; }
.main-menu { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; }
.main-menu > a:not(.button) { position: relative; }
.main-menu > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--ink); transition: right .25s; }
.main-menu > a:hover::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 20px; background: var(--ink); color: white; border: 1px solid var(--ink); border-radius: 2px; font-weight: 700; font-size: 13px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(16,39,31,.18); }
.button-small { min-height: 44px; gap: 20px; }
.button-dark { background: var(--ink); }
.button-accent { background: var(--accent); color: var(--ink); border-color: var(--accent); }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding: 12px 0 7px; }

.hero { display: grid; grid-template-columns: 44% 56%; padding-top: 64px; }
.hero-copy { padding: 40px 38px 50px 0; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 34px; color: #627069; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.eyebrow span { display: inline-flex; align-items: center; justify-content: center; width: 29px; height: 29px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; letter-spacing: 0; }
.eyebrow.light { color: #b9c7c0; }
h1, h2 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 700; letter-spacing: -.06em; line-height: .92; }
h1 { max-width: 650px; font-size: clamp(64px, 7.7vw, 116px); }
h1 em, h2 em { color: #87968e; font-weight: 500; }
.hero-lead { max-width: 510px; margin: 34px 0 0; color: #57645e; font-size: 17px; line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 38px; }
.hero-visual { position: relative; min-width: 0; }
.hero-visual figure { position: relative; height: 620px; margin: 0; overflow: hidden; background: #718274; border-radius: 2px 2px 85px 2px; }
.hero-visual figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,31,23,.05), transparent 45%, rgba(11,31,23,.08)); }
.hero-visual figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 72%; }
.demo-label { position: absolute; z-index: 2; right: 14px; top: 14px; padding: 7px 10px; background: rgba(10,30,23,.72); color: white; backdrop-filter: blur(8px); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.roundel { position: absolute; left: -55px; bottom: 74px; width: 111px; height: 111px; border-radius: 50%; background: var(--accent); display: grid; place-items: center; box-shadow: 0 14px 40px rgba(12,33,25,.15); }
.roundel svg { position: absolute; inset: 9px; width: 93px; height: 93px; animation: spin 18s linear infinite; }
.roundel text { font-size: 8px; letter-spacing: 1.8px; font-weight: 800; fill: var(--ink); }
.roundel > span { font-size: 28px; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-note { position: absolute; right: 0; bottom: 0; width: 290px; min-height: 92px; padding: 20px 22px; display: flex; flex-direction: column; justify-content: center; background: var(--white); font-size: 11px; }
.hero-note strong { margin-bottom: 6px; letter-spacing: .1em; }
.hero-note span { color: var(--muted); }
.trust-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row div { padding: 25px 24px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); font-size: 13px; }
.trust-row div:last-child { border-right: 0; }
.trust-row strong { color: #8b9992; font-size: 10px; }

.services { margin-top: 116px; padding: 112px 0 120px; color: white; background: var(--ink); }
.section-heading, .projects-head { display: grid; grid-template-columns: 1.5fr 1fr; align-items: end; gap: 70px; margin-bottom: 66px; }
.section-heading h2, .projects-head h2, .process h2, .contact h2 { font-size: clamp(48px, 5.5vw, 78px); }
.section-heading > p, .projects-head > p { max-width: 440px; margin: 0 0 5px; color: #a9b8b0; font-size: 16px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.14); }
.service-card { min-height: 390px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.14); transition: background .25s, color .25s, transform .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover, .service-featured { color: var(--ink); background: var(--accent); transform: translateY(-8px); }
.service-top { display: flex; justify-content: space-between; align-items: start; color: #8ca097; font-size: 11px; font-weight: 700; }
.service-card:hover .service-top, .service-featured .service-top { color: #526748; }
.service-icon { font-family: Georgia, serif; color: inherit; font-size: 48px; line-height: .7; }
.service-card h3 { margin: 0 0 16px; font: 700 25px 'Manrope', sans-serif; letter-spacing: -.04em; }
.service-card p { margin: 0 0 25px; color: #b4c1bb; font-size: 14px; line-height: 1.6; }
.service-card:hover p, .service-featured p { color: #3e5749; }
.service-card a { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }

.projects { padding-top: 120px; padding-bottom: 120px; }
.projects-head > p { color: #64716b; }
.project-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-auto-rows: 500px; gap: 14px; }
.project-card { position: relative; overflow: hidden; border: 0; border-radius: 2px; color: white; background: #79877d; text-align: left; }
.project-card::after { content: ''; position: absolute; inset: 40% 0 0; pointer-events: none; background: linear-gradient(transparent, rgba(7,25,18,.86)); }
.project-card img, .project-card video { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; transition: transform .6s ease; }
.project-card:hover img { transform: scale(1.035); }
.project-crop-right img { object-position: 74% center; }
.project-card .tag { position: absolute; z-index: 2; left: 17px; top: 17px; padding: 7px 9px; color: var(--ink); background: var(--accent); font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.project-card > div:last-child { position: absolute; z-index: 2; left: 22px; right: 22px; bottom: 22px; }
.project-card p { margin: 0 0 7px; font: 700 21px 'Manrope', sans-serif; letter-spacing: -.03em; }
.project-card small { font-size: 9px; letter-spacing: .15em; opacity: .75; }

.process { padding: 120px 0; color: white; background: #0b2119; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-intro { position: sticky; top: 40px; align-self: start; }
.process-intro > p:not(.eyebrow) { max-width: 390px; margin: 30px 0; color: #9dafA6; line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { min-height: 150px; display: grid; grid-template-columns: 44px 1fr 40px; gap: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.17); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.process-list > li > span { color: var(--accent); font-size: 10px; font-weight: 800; }
.process-list h3 { margin: 0 0 9px; font: 700 22px 'Manrope', sans-serif; letter-spacing: -.03em; }
.process-list p { margin: 0; color: #95a69e; font-size: 13px; line-height: 1.55; }
.process-list i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-style: normal; }

.contact { padding-top: 120px; padding-bottom: 120px; }
.contact-card { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: white; overflow: hidden; }
.contact-copy { padding: 70px; }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 30px 0; color: #a2b2aa; line-height: 1.7; }
.contact-direct { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 50px; }
.contact-direct a { padding-top: 16px; border-top: 1px solid rgba(255,255,255,.23); }
.contact-direct small { display: block; margin-bottom: 9px; color: #8ea198; font-size: 8px; letter-spacing: .15em; }
.contact-direct strong { font-size: 14px; }
.contact-form { margin: 16px; padding: 42px; background: var(--white); color: var(--ink); }
.contact-form label, .editor-fields label { display: block; margin-bottom: 20px; font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea, .editor input, .editor select, .editor textarea { width: 100%; margin-top: 7px; padding: 14px 0; background: transparent; border: 0; border-bottom: 1px solid #cdd2cc; border-radius: 0; outline: 0; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .editor input:focus, .editor select:focus, .editor textarea:focus { border-color: var(--ink); box-shadow: 0 1px var(--ink); }
.contact-form .button { width: 100%; margin-top: 8px; }
.contact-form > small { display: block; margin-top: 13px; color: #7b847f; text-align: center; }

.footer { padding-top: 66px; color: #c2cec8; background: #081a14; }
.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; padding-bottom: 60px; }
.brand-light { color: white; }
.footer-main > p { margin: 0; color: #85978e; font-size: 13px; line-height: 1.65; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; font-size: 12px; }
.footer-bottom { padding: 20px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #6e8278; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-menu { gap: 20px; }
  .hero { grid-template-columns: 48% 52%; }
  .hero-visual figure { height: 560px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-bottom: 1px solid rgba(255,255,255,.14); }
  .service-card:nth-child(2) { border-right: 0; }
  .project-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 430px; }
  .project-large { grid-column: 1 / -1; }
  .process-layout { gap: 60px; }
  .contact-copy { padding: 50px 38px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 620px); }
  .notice-bar { padding-inline: 15px; }
  .notice-bar > span { display: none; }
  .notice-bar { justify-content: center; }
  .nav { min-height: 74px; }
  .menu-toggle { display: grid; gap: 5px; }
  .menu-toggle > span:not(.sr-only) { width: 24px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-menu { position: absolute; left: 15px; right: 15px; top: 108px; padding: 24px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); box-shadow: var(--shadow); }
  .main-menu.open { display: flex; }
  .main-menu > a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .main-menu .button { margin-top: 12px; padding-inline: 15px; border-bottom: 0; }
  .hero { display: block; padding-top: 25px; }
  .hero-copy { padding: 25px 0 38px; }
  .eyebrow { margin-bottom: 24px; }
  h1 { font-size: clamp(58px, 18vw, 88px); }
  .hero-lead { margin-top: 26px; font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .text-link { text-align: center; }
  .hero-visual figure { height: 500px; border-radius: 2px 2px 55px 2px; }
  .hero-visual figure img { object-position: center 70%; }
  .roundel { left: -7px; bottom: 57px; width: 92px; height: 92px; }
  .roundel svg { width: 76px; height: 76px; }
  .hero-note { width: 230px; min-height: 76px; padding: 15px; }
  .trust-row { margin-top: 30px; }
  .trust-row div { padding: 18px 4px; flex-direction: column; gap: 7px; text-align: center; font-size: 10px; }
  .services, .projects, .process, .contact { padding-top: 82px; padding-bottom: 82px; }
  .services { margin-top: 80px; }
  .section-heading, .projects-head { display: block; margin-bottom: 42px; }
  .section-heading h2, .projects-head h2, .process h2, .contact h2 { font-size: clamp(45px, 14vw, 65px); }
  .section-heading > p, .projects-head > p { margin-top: 28px; font-size: 14px; }
  .service-grid { display: block; }
  .service-card { min-height: 320px; border-right: 0; }
  .project-grid { display: block; }
  .project-card { display: block; height: 420px; margin-bottom: 12px; width: 100%; }
  .upload-card { height: 290px; padding: 26px; }
  .process-layout { display: block; }
  .process-intro { position: static; margin-bottom: 58px; }
  .process-list li { min-height: 145px; grid-template-columns: 35px 1fr 32px; gap: 10px; }
  .process-list i { width: 30px; height: 30px; }
  .contact-card { display: block; }
  .contact-copy { padding: 42px 24px; }
  .contact-direct { display: block; margin-top: 35px; }
  .contact-direct a { display: block; margin-top: 18px; }
  .contact-form { margin: 0 8px 8px; padding: 30px 18px; }
  .footer-main { display: block; }
  .footer-main > p { margin: 25px 0; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
