@font-face {
  font-family: Manrope;
  src: url('./assets/manrope.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --chalk: #fff9f2;
  --cacao: #30211f;
  --ember: #f46b35;
  --air: #ddeff7;
  --clay: #d6b6a4;
  --sage: #6f9f80;
  --muted: #75635b;
  --line: #e7dcd1;
  color: var(--cacao);
  background: var(--chalk);
  font-family: Manrope, Arial, sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; touch-action: manipulation; }
.external-icon { width: 1em; height: 1em; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
a:focus-visible { outline: 3px solid #9c3e20; outline-offset: 6px; }
p { margin: 0; line-height: 1.7; }
h1, h2, h3 { margin: 0; font-weight: 600; }
.wrap { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 10; padding: 14px 20px; background: var(--cacao); color: var(--chalk); }
.skip-link:focus { top: 16px; }
.intro-shell { position: relative; isolation: isolate; overflow: clip; }
.corner-art { position: absolute; z-index: -1; pointer-events: none; width: min(1500px, 112vw); top: -190px; right: -140px; height: 900px; overflow: hidden; mask-image: linear-gradient(to bottom, #000 75%, transparent 100%); }
.corner-art img { display: block; width: 100%; height: auto; }
.site-header { position: relative; min-height: 128px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: block; width: 164px; padding-block: 10px; flex-shrink: 0; }
.brand img { display: block; width: 100%; height: auto; }
.header-contact { display: inline-flex; align-items: center; gap: 24px; min-height: 44px; padding: 5px 15px; margin-right: -15px; border-radius: 100px; background: var(--chalk); font-size: 14px; font-weight: 600; }
.header-contact { transition: background-color 220ms ease, color 220ms ease, box-shadow 220ms ease; }
.header-contact:focus-visible { background: var(--cacao); color: var(--chalk); box-shadow: 0 5px 16px #30211f14; }
.header-contact:focus-visible .external-icon { transform: translate(2px, -2px); }
.header-contact .external-icon { width: 22px; height: 22px; transition: transform 250ms cubic-bezier(.2,.75,.2,1); }
.hero { padding-block: 64px 86px; }
.hero-copy { position: relative; max-width: 780px; }
.eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 650; margin-bottom: 26px; }
h1 { font-size: clamp(54px, 5.8vw, 82px); line-height: 1.06; letter-spacing: -.065em; }
.intro { max-width: 505px; font-size: 16px; margin-top: 30px; color: var(--muted); }
.contact-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 46px; background: var(--cacao); color: var(--chalk); border-radius: 100px; padding: 16px 24px; margin-top: 30px; font-size: 14px; font-weight: 600; }
.contact-button .external-icon { width: 22px; height: 22px; }
.contact-button:hover { background: #503b35; }
.consultancy { position: relative; display: grid; grid-template-columns: 1fr 1.05fr; gap: 64px; background: var(--chalk); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 48px 52px; align-items: center; }
.consultancy .eyebrow { color: var(--muted); margin-bottom: 17px; }
h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.18; letter-spacing: -.045em; }
.consultancy > p { font-size: 18px; max-width: 490px; }
.products { padding-block: 64px 80px; }
.section-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { font-size: 30px; }
.section-heading > p { font-size: 13px; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product { --active: 0; display: flex; flex-direction: column; min-width: 0; border-radius: 15px; }
.product-art { position: relative; display: block; width: 100%; aspect-ratio: 1.17; overflow: hidden; border-radius: 14px; isolation: isolate; }
.product-art::after { content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit; box-shadow: inset 0 0 0 1px #30211f06; }
.product-copy { flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 23px 3px 4px; }
.product-category { color: var(--muted); font-size: 11px; margin-bottom: 10px; }
.product h3 { font-size: 27px; line-height: 1.25; letter-spacing: -.045em; display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 10px; margin-bottom: 13px; }
.product-arrow { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 19px; font-weight: 400; flex-shrink: 0; }
.product-arrow .external-icon { width: 18px; height: 18px; }
.product-description { font-size: 14px; color: var(--muted); max-width: 345px; }
.product-link { font-size: 12px; font-weight: 650; border-bottom: 1px solid var(--clay); padding-top: 22px; padding-bottom: 4px; margin-top: auto; }
/* Deana: paired sculptural strands, using the product's sage palette. */
.art-deana { background: radial-gradient(ellipse at 25% 12%, #f5f8ed 0%, #e4efdf 53%, #cfdfca 100%); }
.dna-art { display: block; width: 100%; height: 100%; overflow: visible; }
.dna-model { transform-origin: 50% 50%; transform: translate(12px, 1px) rotate(calc(32deg + var(--active) * 5deg)) scale(1.05); filter: drop-shadow(9px 14px 10px #456b4326); }
/* Metro: translucent layers expose traces and a breakpoint when separated. */
.art-metro { background: radial-gradient(ellipse at 25% 8%, #fcf0df, #efd6bc 65%, #e2b797); }
.inspection-model { position: absolute; inset: 0; transform: translateY(calc(var(--active) * -3px)); }
.inspection-plane { position: absolute; display: block; width: 45%; height: 63%; border-radius: 7px; border: 1px solid #fce1c3b3; border-left: 2px solid #fff3dcbd; border-top: 2px solid #fff3dcbd; background: linear-gradient(135deg, #fcebd173, #cb744a70 65%, #ad583c73); box-shadow: 12px 13px 19px #8655361c, inset -2px -1px 3px #8249321a; transform: skewY(18deg); }
.plane-back { left: 15%; top: 13%; opacity: .68; transform: translate(calc(var(--active) * -8px), calc(var(--active) * -5px)) skewY(18deg); }
.plane-middle { left: 29%; top: 22%; opacity: .8; transform: translate(0, calc(var(--active) * -2px)) skewY(18deg); }
.plane-front { left: 43%; top: 31%; transform: translate(calc(var(--active) * 9px), calc(var(--active) * 4px)) skewY(18deg); background: linear-gradient(135deg, #f8b87a40, #bc693d6e 65%, #a85a3a6b); }
.trace { position: absolute; display: block; left: 15%; height: 2px; border-radius: 2px; background: #884c3440; }
.trace-a { top: 29%; width: 57%; }
.trace-b { top: 42%; width: 35%; left: 25%; }
.trace-c { top: 55%; width: 46%; left: 25%; }
.debug-point { position: absolute; width: 10px; height: 10px; border-radius: 50%; left: 11%; top: calc(42% - 4px); background: #9f4e2b; border: 2px solid #f7d3a6; box-shadow: 0 0 0 calc(3px + var(--active) * 4px) #bd744326; }
/* SimView: a blue simulator frame and a translucent reflected surface. */
.art-simview { background: radial-gradient(ellipse at 30% 5%, #f0faff, #d8edf7 56%, #badbea); }
.mirror-model { position: absolute; inset: 0; }
.simulator-frame { position: absolute; left: 18%; top: 11%; width: 47%; height: 75%; border: 10px solid #80acc8; border-top-color: #bed9ea; border-left-color: #a9cce0; border-radius: 26px; background: linear-gradient(145deg, #c3dceb, #8ab6d3); box-shadow: 12px 15px 22px #38688728, inset -2px -2px 4px #477a9e33; transform: translate(calc(var(--active) * -4px), calc(var(--active) * -2px)) skewY(-9deg); }
.simulator-frame::before { content: ''; position: absolute; z-index: 1; width: 28%; height: 5px; background: #477d9c6b; top: 6%; left: 36%; border-radius: 5px; }
.mirror-surface { position: absolute; inset: 5px; border-radius: 11px; background: linear-gradient(130deg, #eefaff80, #8fb9d25e); overflow: hidden; }
.mirror-orb { position: absolute; display: block; width: 110%; aspect-ratio: 1; left: 18%; top: 38%; border: 16px solid #e6f5fc78; border-radius: 50%; box-shadow: inset 7px 6px 14px #417a9e17, 5px 4px 13px #4e83a414; transform: rotate(-28deg); }
.simulator-mirror { position: absolute; left: 44%; top: 27%; width: 45%; height: 67%; border: 1px solid #f6fdffcf; border-top: 2px solid #ffffffb0; border-left: 2px solid #ffffffb0; border-radius: 18px; background: linear-gradient(135deg, #f1fbff73, #bbddeb2b 50%, #88b6d24a); box-shadow: 9px 15px 20px #48789a19, inset -1px -1px 2px #6387a32b; backdrop-filter: blur(2px); transform: translate(calc(var(--active) * 9px), calc(var(--active) * -7px)) skewY(-9deg); overflow: hidden; }
.simulator-mirror .mirror-orb { top: 38%; opacity: .8; }
.dna-model, .inspection-model, .inspection-plane, .simulator-frame, .simulator-mirror { transition: transform 650ms cubic-bezier(.2,.75,.2,1); }
.debug-point { transition: box-shadow 650ms cubic-bezier(.2,.75,.2,1); }
.product-arrow { transition: color 200ms, background-color 200ms, border-color 200ms; }
.product:focus-visible { --active: 1; }
.product:focus-visible .product-arrow { background: var(--cacao); border-color: var(--cacao); color: var(--chalk); }
@media (hover: hover) and (pointer: fine) {
  .header-contact:hover { background: var(--cacao); color: var(--chalk); box-shadow: 0 5px 16px #30211f14; }
  .header-contact:hover .external-icon { transform: translate(2px, -2px); }
  .product:hover { --active: 1; }
  .product:hover .product-arrow { background: var(--cacao); border-color: var(--cacao); color: var(--chalk); }
}
.site-footer { background: var(--cacao); color: var(--chalk); }
.footer-content { min-height: 192px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 40px; }
.site-footer h2 { font-size: clamp(40px, 4.5vw, 64px); letter-spacing: -.06em; }
.site-footer a { display: inline-flex; align-items: center; gap: 30px; min-height: 48px; font-size: clamp(17px, 2.2vw, 28px); letter-spacing: -.025em; border-bottom: 1px solid var(--clay); }
.site-footer a:hover { color: var(--clay); }
.site-footer a:focus-visible { outline-color: var(--chalk); }
@media (min-width: 1500px) { .hero { padding-top: 72px; padding-bottom: 104px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .corner-art { width: 1160px; top: -165px; right: -220px; opacity: .9; }
  .hero-copy { max-width: 650px; }
  .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .consultancy { gap: 32px; }
  .consultancy > p { font-size: 16px; }
  .product-grid { gap: 18px; }
  .product h3 { font-size: 24px; }
  .simulator-frame { border-width: 8px; border-radius: 20px; }
  .simulator-mirror { border-radius: 15px; }
}
@media (max-width: 760px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 94px; gap: 16px; }
  .brand { width: 122px; }
  .header-contact { font-size: 12px; gap: 10px; padding-inline: 8px; margin-right: -8px; }
  .header-contact span { font-size: 18px; }
  .corner-art { width: clamp(480px, 90vw, 700px); right: -70px; top: -105px; height: 390px; opacity: 1; mask-image: linear-gradient(to bottom, #000 60%, transparent 100%); }
  .hero { padding-block: 46px 48px; }
  .hero-copy { max-width: 570px; }
  .hero .eyebrow { margin-bottom: 22px; max-width: none; text-wrap: balance; }
  h1 { font-size: clamp(49px, 8.4vw, 64px); max-width: 580px; }
  .intro { max-width: 480px; margin-top: 25px; }
  .contact-button { margin-top: 25px; }
  .consultancy { grid-template-columns: minmax(0, 1fr); gap: 24px; padding-block: 38px 42px; }
  .consultancy h2 { font-size: clamp(30px, 6vw, 40px); }
  .wide-break { display: none; }
  .products { padding-block: 44px 48px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading > p { margin-top: 10px; }
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; }
  .product-art { aspect-ratio: 1.3; max-height: 410px; }
  .product-copy { padding-top: 20px; }
  .product h3 { font-size: 28px; }
  .product-description { max-width: 100%; }
  .product-link { padding-top: 18px; }
  .footer-content { flex-direction: column; align-items: flex-start; gap: 22px; padding-block: 38px 42px; }
  .site-footer a { font-size: 23px; gap: 20px; }
}
@media (max-width: 360px) {
  .brand { width: 105px; }
  .header-contact { gap: 5px; font-size: 11px; }
  .hero .eyebrow { font-size: 9px; }
  h1 { font-size: 45px; }
}
@media (prefers-reduced-motion: reduce) {
  .header-contact, .header-contact span { transition: none; }
  .header-contact:hover span, .header-contact:focus-visible span { transform: none; }
  .product, .product:focus-visible, .product:hover { --active: 0; }
  .dna-model, .inspection-model, .inspection-plane, .simulator-frame, .simulator-mirror, .debug-point, .product-arrow { transition: none; }
}
