/* HayesLabs public site — static, dependency-free */
:root {
  --ink: #0a2026;
  --ink-2: #102c32;
  --paper: #f3efe6;
  --paper-2: #e7e1d6;
  --white: #fffdf8;
  --muted: #6a7473;
  --line: rgba(10, 32, 38, .16);
  --line-dark: rgba(255, 255, 255, .15);
  --mint: #62d8c9;
  --mint-dark: #1d8278;
  --warm: #f1b65f;
  --coral: #ef765d;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 70px rgba(0, 20, 25, .13);
  --shell: min(1220px, calc(100vw - 48px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Manrope, "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: var(--ink); background: var(--mint); }

.shell { width: var(--shell); 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; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; background: var(--warm); color: var(--ink); font-weight: 800; border-radius: 6px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; color: var(--white); transition: background .25s, box-shadow .25s, height .25s; }
.site-header.is-scrolled { height: 74px; background: rgba(7, 27, 33, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .16); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; }
.brand-mark { width: 48px; flex: 0 0 auto; filter: drop-shadow(0 4px 9px rgba(0,0,0,.24)); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 18px; letter-spacing: .09em; }
.brand-copy small { margin-top: 7px; color: var(--mint); font-size: 8px; font-weight: 800; letter-spacing: .21em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255, 255, 255, .76); text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 11px 14px 11px 18px; color: var(--ink); background: var(--mint); border: 1px solid var(--mint); border-radius: 999px; }
.site-nav .nav-cta span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--white); background: var(--ink); border-radius: 50%; }
.menu-toggle { display: none; }

.hero { min-height: 850px; padding: 150px 0 32px; overflow: hidden; color: var(--white); background: var(--ink); position: relative; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 70%); }
.hero::after { content: ""; position: absolute; width: 480px; height: 480px; right: -250px; top: 70px; border: 1px solid rgba(98, 216, 201, .18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(98,216,201,.025), 0 0 0 140px rgba(98,216,201,.02); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr); gap: 68px; align-items: center; }
.hero-copy { padding-bottom: 28px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: var(--mint); font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; position: relative; }
.eyebrow > span::after { content: ""; position: absolute; right: 0; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: currentColor; transform: translate(50%, -50%); }
.eyebrow-dark { color: var(--mint-dark); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { margin: 0; font-weight: 760; letter-spacing: -.052em; line-height: .98; }
h1 { font-size: clamp(54px, 5.9vw, 89px); }
h1 em, h2 em { color: var(--mint); font-family: var(--serif); font-weight: 400; }
.hero-lede { max-width: 600px; margin: 30px 0 0; color: rgba(255, 255, 255, .7); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 850; letter-spacing: .01em; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--mint); border-color: var(--mint); }
.button-primary:hover { background: #84e7db; }
.button-quiet { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.02); }
.button-quiet:hover { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.06); }
.button-warm { background: var(--warm); border-color: var(--warm); }
.button-warm:hover { background: #ffd083; }
.hero-points { display: flex; flex-wrap: wrap; gap: 21px; margin: 27px 0 0; padding: 0; color: rgba(255,255,255,.62); list-style: none; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.hero-points span { margin-right: 5px; color: var(--mint); }

.hero-visual { position: relative; min-height: 590px; }
.home-frame { position: absolute; inset: 22px 0 52px 58px; margin: 0; overflow: hidden; background: #17363d; border-radius: 30px 6px 30px 30px; box-shadow: 0 34px 85px rgba(0,0,0,.35); }
.home-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,28,34,.76) 0%, rgba(5,28,34,.12) 46%, rgba(5,28,34,.03)); }
.home-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 50%; filter: saturate(.78) contrast(1.04); }
.home-frame figcaption { position: absolute; z-index: 2; left: 31px; right: 31px; bottom: 24px; padding-top: 16px; color: rgba(255,255,255,.75); border-top: 1px solid rgba(255,255,255,.3); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.circuit-corner { position: absolute; z-index: 2; width: 116px; height: 76px; top: 0; right: -20px; border-top: 1px solid var(--mint); border-right: 1px solid var(--mint); }
.circuit-corner::before, .circuit-corner::after { content: ""; position: absolute; border-radius: 50%; background: var(--warm); }
.circuit-corner::before { width: 7px; height: 7px; left: -3px; top: -4px; }
.circuit-corner::after { width: 7px; height: 7px; right: -4px; bottom: -3px; }
.scene-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; min-width: 262px; padding: 16px; color: var(--ink); background: rgba(255,253,248,.94); border: 1px solid rgba(255,255,255,.6); border-radius: 16px; box-shadow: 0 18px 45px rgba(1,18,21,.25); backdrop-filter: blur(12px); }
.scene-card > div { display: grid; line-height: 1.25; }
.scene-card small { color: #667675; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.scene-card strong { margin-top: 4px; font-size: 14px; }
.scene-card div span { margin-top: 3px; color: #74817f; font-size: 10px; }
.scene-card > i { width: 7px; height: 7px; margin-left: auto; align-self: flex-start; border-radius: 50%; background: #2dbb82; box-shadow: 0 0 0 5px rgba(45,187,130,.12); }
.scene-card-routine { left: 0; top: 78px; }
.scene-card-secure { right: -7px; bottom: 17px; min-width: 246px; }
.scene-icon { flex: 0 0 auto; display: grid; place-items: center; width: 43px; height: 43px; border-radius: 12px; background: #e5f5f1; }
.scene-icon-sun::before { content: ""; width: 16px; height: 16px; border: 2px solid var(--mint-dark); border-radius: 50%; box-shadow: 0 -10px 0 -7px var(--mint-dark), 0 10px 0 -7px var(--mint-dark), 10px 0 0 -7px var(--mint-dark), -10px 0 0 -7px var(--mint-dark); }
.scene-icon-shield { color: #a86c14; background: #fff0d9; font-weight: 900; }
.connection-line { position: absolute; z-index: 2; height: 1px; background: var(--mint); transform-origin: left; }
.connection-line span { position: absolute; right: -4px; top: -4px; width: 8px; height: 8px; border: 2px solid var(--mint); background: var(--ink); border-radius: 50%; }
.connection-line-a { width: 84px; left: 246px; top: 155px; transform: rotate(15deg); }
.connection-line-b { width: 75px; right: 205px; bottom: 98px; transform: rotate(-18deg); }
.hero-rule { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0; margin-top: 54px; }
.hero-rule span { height: 1px; background: var(--line-dark); }
.hero-rule i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 8px rgba(98,216,201,.08); }

.promise-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid p { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; margin: 0; padding: 28px 40px; border-left: 1px solid var(--line); }
.promise-grid p:last-child { border-right: 1px solid var(--line); }
.promise-grid span { grid-row: 1 / 3; color: var(--coral); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.promise-grid strong { font-size: 14px; }
.promise-grid small { color: var(--muted); font-size: 11px; }

.section { padding: 112px 0; }
.section-heading h2, .approach h2, .personalized h2, .faq h2, .contact h2 { font-size: clamp(43px, 5vw, 70px); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.split-heading > p { max-width: 450px; margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.section-heading h2 em, .faq h2 em { color: var(--mint-dark); }
.solutions { background: var(--paper); }
.solutions-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { min-height: 348px; padding: 27px 30px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.2); transition: background .2s, transform .2s; }
.solution-card:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-3px); box-shadow: 0 18px 45px rgba(8,35,39,.08); }
.solution-card-featured { background: var(--white); }
.solution-card-accent { color: var(--white); background: var(--ink); }
.solution-card-accent:hover { background: var(--ink-2); }
.solution-topline { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.solution-topline i { height: 1px; flex: 1; background: currentColor; opacity: .25; }
.solution-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 36px 0 22px; color: var(--mint-dark); border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.solution-icon svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.solution-card h3 { margin: 0; font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.solution-card > p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 0; padding: 0; list-style: none; }
.solution-card li { padding: 5px 9px; color: var(--mint-dark); background: #e1f3ef; border-radius: 999px; font-size: 9px; font-weight: 850; }
.solution-card-accent .solution-topline, .solution-card-accent > p { color: rgba(255,255,255,.6); }
.solution-card-accent .solution-icon { color: var(--warm); border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.06); }
.solution-card-accent > a { display: inline-flex; gap: 20px; margin-top: 26px; color: var(--mint); text-decoration: none; font-size: 12px; font-weight: 850; }

.approach { position: relative; overflow: hidden; color: var(--white); background: #0a252b; }
.approach::before { content: "H"; position: absolute; right: -45px; bottom: -255px; color: rgba(255,255,255,.025); font-family: var(--serif); font-size: 620px; line-height: 1; }
.approach-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; }
.approach-intro > p:not(.eyebrow) { max-width: 480px; margin: 28px 0 0; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.8; }
.approach blockquote { margin: 52px 0 0; padding: 24px 0 4px 28px; color: rgba(255,255,255,.86); border-left: 2px solid var(--warm); font-family: var(--serif); font-size: 21px; font-style: italic; line-height: 1.5; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 62px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.process-list > li > span { color: var(--mint); font-size: 11px; font-weight: 900; }
.process-list h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.process-list p { max-width: 480px; margin: 7px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }

.work { background: var(--white); }
.work-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; margin-bottom: 55px; }
.work-heading .eyebrow { grid-column: 1 / -1; }
.work-heading h2 { font-size: clamp(43px, 5vw, 70px); }
.work-heading h2 em { color: var(--mint-dark); }
.work-heading > p:last-child { max-width: 430px; justify-self: end; margin: 0 0 8px; color: var(--muted); }
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.work-card { min-height: 540px; display: flex; flex-direction: column; justify-content: space-between; padding: 35px; overflow: hidden; background: var(--paper-2); border-radius: var(--radius); }
.work-card-wide { grid-column: 1 / -1; min-height: 530px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: center; padding: 52px; color: var(--white); background: var(--ink); }
.work-card-dark { color: var(--white); background: #17343a; }
.work-card-light { color: var(--ink); background: #dce9e5; }
.work-copy > span { color: var(--mint-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.work-card-dark .work-copy > span, .work-card-wide .work-copy > span { color: var(--mint); }
.work-copy h3 { max-width: 480px; margin: 12px 0 0; font-size: clamp(27px, 3vw, 40px); line-height: 1.12; letter-spacing: -.045em; }
.work-copy p { max-width: 500px; margin: 17px 0 0; color: var(--muted); font-size: 13px; }
.work-card-dark .work-copy p, .work-card-wide .work-copy p { color: rgba(255,255,255,.6); }
.dashboard-art { min-height: 380px; padding: 18px; color: var(--ink); background: #eef1eb; border: 8px solid #1a383d; border-radius: 25px; box-shadow: 0 25px 70px rgba(0,0,0,.3); transform: perspective(900px) rotateY(5deg) rotateX(1deg); }
.dash-top { display: flex; align-items: center; gap: 10px; height: 36px; padding: 0 7px; color: #6e7f7b; border-bottom: 1px solid #ccd6d2; font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.dash-top i { width: 7px; height: 7px; background: #2bb38d; border-radius: 50%; }
.dash-top b { margin-left: auto; color: var(--ink); }
.dash-grid { display: grid; grid-template-columns: .75fr 1.25fr; grid-template-rows: 1fr .7fr; gap: 10px; height: 300px; padding-top: 10px; }
.dash-grid > span { position: relative; overflow: hidden; padding: 18px; background: #fff; border: 1px solid #d9e1de; border-radius: 12px; }
.dash-grid small { display: block; color: #78908a; font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.dash-weather strong { display: block; margin-top: 9px; color: #173a40; font-size: 48px; line-height: 1; }
.dash-weather em { color: #889793; font-size: 10px; }
.dash-camera { color: white; background: linear-gradient(140deg, #53706d, #152d31 65%) !important; }
.dash-camera i { position: absolute; width: 64px; height: 64px; right: 20px; top: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.dash-camera i::after { content: ""; position: absolute; width: 8px; height: 8px; left: 28px; top: 28px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 9px rgba(98,216,201,.12); }
.dash-camera small { color: rgba(255,255,255,.6); }
.dash-camera b { position: absolute; left: 18px; bottom: 16px; font-size: 11px; }
.dash-energy { grid-column: 1 / 2; }
.dash-energy svg { width: 100%; margin-top: 5px; }
.dash-energy path { fill: none; stroke: #e69b43; stroke-width: 3; }
.dash-energy b { font-size: 10px; }
.dash-scene { background: #d2eee8 !important; }
.dash-scene strong { display: block; margin-top: 18px; color: #185f59; font-size: 17px; }
.work-orbit { position: relative; width: 260px; height: 260px; align-self: center; margin-top: 15px; border: 1px solid rgba(98,216,201,.24); border-radius: 50%; box-shadow: 0 0 0 42px rgba(98,216,201,.035), 0 0 0 84px rgba(98,216,201,.025); }
.work-orbit::before, .work-orbit::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.work-orbit::after { inset: 74px; background: rgba(98,216,201,.08); }
.work-orbit b { position: absolute; z-index: 1; inset: 0; display: grid; place-items: center; color: var(--mint); font-family: var(--serif); font-size: 58px; }
.work-orbit i { position: absolute; z-index: 2; width: 12px; height: 12px; background: var(--warm); border: 3px solid #17343a; border-radius: 50%; }
.work-orbit i:nth-child(1) { left: 26px; top: 60px; }.work-orbit i:nth-child(2) { right: 17px; top: 105px; }.work-orbit i:nth-child(3) { left: 88px; bottom: -6px; }.work-orbit i:nth-child(4) { right: 85px; top: 29px; background: var(--mint); }
.signal-art { position: relative; min-height: 270px; display: grid; place-items: center; }
.signal-art::before, .signal-art::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(10,32,38,.17); transform: rotate(45deg); }
.signal-art::after { width: 110px; height: 110px; }
.signal-art span { position: absolute; width: 10px; height: 10px; background: var(--mint-dark); border-radius: 50%; }
.signal-art span:nth-child(1) { left: 23%; top: 36%; }.signal-art span:nth-child(2) { right: 21%; top: 50%; background: var(--coral); }.signal-art span:nth-child(3) { left: 46%; bottom: 17%; background: var(--warm); }
.signal-art i { width: 42px; height: 42px; background: var(--ink); border: 10px solid var(--mint); border-radius: 50%; box-shadow: 0 0 0 12px rgba(29,130,120,.15); }

.personalized { position: relative; overflow: hidden; color: var(--white); background: #091f25; }
.personalized::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.personalized > .shell { position: relative; }
.personalized-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 86px; align-items: center; }
.personalized-art { position: relative; }
.personalized-art img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.made-tag { position: absolute; right: -18px; bottom: 36px; padding: 16px 20px; color: var(--ink); background: var(--warm); border-radius: 12px; transform: rotate(-3deg); font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.5; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.made-tag b { font-size: 12px; }
.personalized-lede { max-width: 520px; margin: 27px 0 0; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.8; }
.laser-hire-banner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; max-width: 560px; margin: 24px 0 0; padding: 14px 16px; border: 1px solid rgba(98,216,201,.25); border-radius: 14px; background: rgba(98,216,201,.07); }
.laser-hire-banner strong { padding-right: 18px; color: var(--mint); border-right: 1px solid rgba(98,216,201,.27); font-size: 12px; letter-spacing: .14em; white-space: nowrap; }
.laser-hire-banner span { color: rgba(255,255,255,.67); font-size: 11px; line-height: 1.5; }
.engraving-proof { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 30px; }
.engraving-proof span { padding: 7px 11px; color: #aee8df; border: 1px solid rgba(98,216,201,.26); border-radius: 999px; background: rgba(98,216,201,.07); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.studio-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.studio-link { color: var(--mint); font-size: 12px; font-weight: 800; text-decoration: none; }
.studio-link:hover, .product-link:hover { color: var(--warm); }
.wallet-showcase { display: grid; grid-template-columns: minmax(0, 1.85fr) minmax(0, 1fr); gap: 32px; align-items: center; margin-top: 58px; padding: 24px; border: 1px solid rgba(215,187,131,.3); border-radius: 18px; background: rgba(215,187,131,.035); }
.wallet-art { min-width: 0; margin: 0; }
.wallet-art > a { display: block; border-radius: 10px; }
.wallet-art img { width: 100%; height: auto; border-radius: 10px; }
.wallet-art figcaption { margin-top: 12px; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.6; }
.wallet-copy .eyebrow { font-size: 9px; }
.wallet-copy h3 { margin: 12px 0 18px; font-family: var(--serif); font-size: clamp(34px, 3.2vw, 48px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.wallet-copy h3 em { display: block; color: var(--warm); font-weight: 400; }
.wallet-copy > p:not(.eyebrow):not(.wallet-status) { color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.75; }
.wallet-copy .wallet-status { display: inline-block; margin: 0 0 8px; padding: 6px 10px; color: var(--warm); border: 1px solid rgba(215,187,131,.3); border-radius: 999px; font-size: 10px; }
.wallet-copy .button { margin-top: 9px; font-size: 11px; }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin: 66px 0 24px; }
.catalog-heading h3 { margin: 8px 0 0; font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.035em; }
.catalog-heading > p { max-width: 390px; margin: 0; color: rgba(255,255,255,.66); font-size: 12px; }
.engraving-catalog { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.engraving-card { min-height: 420px; display: flex; flex-direction: column; padding: 25px 25px 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.018); transition: transform .2s, background .2s, box-shadow .2s; }
.engraving-card:hover { position: relative; z-index: 1; background: rgba(255,255,255,.055); transform: translateY(-4px); box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.engraving-card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: rgba(255,255,255,.36); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.engraving-card-top span { color: var(--warm); }
.engraving-card-top small { font: inherit; }
.engraving-photo { margin: 24px 0 22px; }
.engraving-photo img { width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: contain; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; background: #102c32; }
.engraving-photo figcaption { margin-top: 9px; color: rgba(255,255,255,.66); font-size: 9px; line-height: 1.5; }
.engraving-card h3 { margin: 0; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.engraving-card p { margin: 12px 0 22px; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.68; }
.product-link { display: flex; justify-content: space-between; align-items: center; gap: 14px; margin-top: auto; padding: 15px 0 0; border-top: 1px solid var(--line-dark); color: var(--mint); font-size: 12px; font-weight: 800; text-decoration: none; }
.digital-design-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px; border: 1px solid var(--line-dark); border-top: 0; background: rgba(98,216,201,.055); }
.digital-design-note strong { font-size: 15px; }
.digital-design-note p { max-width: 720px; margin: 7px 0 0; color: rgba(255,255,255,.65); font-size: 12px; }
.digital-design-note .studio-link { flex: 0 0 auto; }
.engraving-note a { color: var(--mint); }
.engraving-note { display: flex; justify-content: space-between; gap: 45px; padding: 24px 2px 0; color: rgba(255,255,255,.48); font-size: 11px; }
.engraving-note p { max-width: 650px; margin: 0; }
.engraving-note strong { color: rgba(255,255,255,.88); }
.engraving-note span { margin-right: 8px; color: var(--warm); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:last-child { max-width: 380px; margin-top: 24px; color: var(--muted); font-size: 14px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 28px 52px 28px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; letter-spacing: -.015em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 5px; width: 18px; height: 1.5px; background: var(--mint-dark); transition: transform .2s; }
.accordion summary span::after { content: ""; right: 0; transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 700px; margin: -6px 52px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact { padding: 106px 0; color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; }
.contact-copy > p:not(.eyebrow) { max-width: 480px; margin-top: 27px; color: rgba(255,255,255,.62); }
.contact-note { display: flex; gap: 18px; margin-top: 46px; }
.contact-note > span { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; color: var(--ink); background: var(--mint); border-radius: 50%; font-size: 18px; }
.contact-note p { display: grid; margin: 0; }
.contact-note strong { font-size: 13px; }.contact-note small { margin-top: 3px; color: rgba(255,255,255,.5); font-size: 11px; }
.contact-form { padding: 34px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; }
.contact-form label > span { color: #53605e; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #f4f2eb; border: 1px solid transparent; border-radius: 10px; outline: none; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 3px rgba(29,130,120,.1); }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 7px; }
.form-footer p { max-width: 250px; margin: 0; color: #7c8785; font-size: 9px; line-height: 1.5; }
.form-footer .button { flex: 0 0 auto; }
.form-status { min-height: 1.5em; margin: 10px 0 0; color: var(--mint-dark); font-size: 11px; font-weight: 750; }

.site-footer { color: rgba(255,255,255,.66); background: #06171c; }
.footer-top { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; align-items: start; padding: 65px 0 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand-footer { color: var(--white); }
.footer-top > p { margin: 0; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.footer-top nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 30px; }
.footer-top nav a, .footer-bottom a { color: inherit; text-decoration: none; font-size: 11px; }
.footer-top nav a:hover, .footer-bottom a:hover { color: var(--mint); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 30px; }
.footer-bottom p { margin: 0; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

:focus-visible { outline: 3px solid var(--warm); outline-offset: 4px; }

.not-found-page { color: var(--white); background: var(--ink); }
.not-found-main { min-height: 100vh; display: grid; place-items: center; padding: 32px; }
.not-found-card { max-width: 700px; text-align: center; }
.not-found-mark { width: 96px; margin: 0 auto 24px; filter: drop-shadow(0 9px 18px rgba(0,0,0,.28)); }
.not-found-eyebrow { justify-content: center; }
.not-found-card h1 { font-size: clamp(54px, 10vw, 92px); }
.not-found-copy { max-width: 520px; margin: 28px auto; color: rgba(255,255,255,.65); }

@media (max-width: 1050px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 610px; }
  .home-frame { inset-inline: 50px; }
  .scene-card-secure { right: 8px; }
  .split-heading { gap: 45px; }
  .solutions-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid, .personalized-grid, .contact-grid { gap: 55px; }
  .engraving-card { padding-inline: 18px; }
  .engraving-card h3 { min-height: 2.4em; }
  .faq-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 700px); }
  html { scroll-padding-top: 72px; }
  .site-header, .site-header.is-scrolled { height: 72px; background: rgba(7, 27, 33, .96); }
  .brand-mark { width: 40px; }
  .brand-copy strong { font-size: 16px; }
  .menu-toggle { display: grid; place-items: center; gap: 6px; width: 43px; height: 43px; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
  .menu-toggle span:not(.sr-only) { display: block; width: 18px; height: 1.5px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 72px 0 0; display: none; align-items: stretch; align-content: start; gap: 0; padding: 32px 24px; background: var(--ink); }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 17px 4px; border-bottom: 1px solid var(--line-dark); font-size: 19px; }
  .site-nav .nav-cta { justify-content: space-between; margin-top: 24px; padding: 13px 17px; border-bottom: 0; font-size: 15px; }
  .hero { padding-top: 118px; }
  .hero-visual { min-height: 520px; }
  .home-frame { inset: 20px 22px 45px; }
  .scene-card-routine { top: 48px; }
  .scene-card-secure { bottom: 8px; }
  .promise-grid { grid-template-columns: 1fr; }
  .promise-grid p, .promise-grid p:last-child { border-right: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .split-heading, .work-heading { grid-template-columns: 1fr; gap: 24px; }
  .work-heading > p:last-child { justify-self: start; }
  .approach-grid, .personalized-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .approach-grid { gap: 55px; }
  .faq-heading { position: static; }
  .work-card-wide { grid-template-columns: 1fr; }
  .dashboard-art { transform: none; }
  .personalized-art { order: 2; }
  .personalized-copy { order: 1; }
  .engraving-note { display: grid; gap: 10px; }
  .catalog-heading { display: grid; gap: 18px; }
  .wallet-showcase { grid-template-columns: 1fr; gap: 22px; padding: 18px; }
  .wallet-copy h3 em { display: inline; }
  .engraving-catalog { grid-template-columns: 1fr; }
  .engraving-card h3 { min-height: 0; }
  .digital-design-note { display: grid; gap: 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top .brand { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero { padding-top: 110px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-points { display: grid; gap: 8px; }
  .hero-visual { min-height: 465px; margin-top: 8px; }
  .home-frame { inset: 20px 0 38px; border-radius: 22px 4px 22px 22px; }
  .home-frame figcaption { left: 18px; right: 18px; font-size: 8px; }
  .scene-card { min-width: 0; padding: 12px; }
  .scene-card-routine { left: -5px; right: 48px; top: 52px; }
  .scene-card-secure { right: -5px; left: 52px; bottom: 0; }
  .scene-card div span { font-size: 9px; }
  .connection-line, .circuit-corner { display: none; }
  .promise-grid p { padding: 22px 20px; }
  .section { padding: 68px 0; }
  .section-heading h2, .approach h2, .personalized h2, .faq h2, .contact h2 { font-size: 44px; }
  .solutions-grid, .work-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 310px; }
  .work-card { min-height: 470px; padding: 26px; }
  .work-card-wide { grid-column: auto; padding: 24px; gap: 28px; }
  .dashboard-art { min-height: 310px; padding: 11px; border-width: 5px; }
  .dash-grid { height: 242px; }
  .dash-grid > span { padding: 12px; }
  .dash-weather strong { font-size: 36px; }
  .work-orbit { width: 220px; height: 220px; }
  .made-tag { right: -4px; bottom: 18px; }
  .engraving-catalog { grid-template-columns: 1fr; margin-top: 46px; }
  .engraving-card { min-height: 0; }
  .laser-hire-banner { grid-template-columns: 1fr; gap: 8px; }
  .laser-hire-banner strong { padding: 0 0 8px; border-right: 0; border-bottom: 1px solid rgba(98,216,201,.27); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; }
  .form-footer { display: grid; }
  .form-footer p { max-width: none; }
  .accordion summary { padding-right: 42px; font-size: 15px; }
  .accordion details p { margin-right: 25px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top .brand { grid-column: auto; }
  .footer-bottom { display: grid; }
}

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