@font-face { font-family: Manrope; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/manrope-600.woff2") format("woff2"); }
@font-face { font-family: Manrope; font-style: normal; font-weight: 800; font-display: swap; src: url("assets/manrope-800.woff2") format("woff2"); }
@font-face { font-family: Inter; font-style: normal; font-weight: 400; font-display: swap; src: url("assets/inter-400.woff2") format("woff2"); }
@font-face { font-family: Inter; font-style: normal; font-weight: 500; font-display: swap; src: url("assets/inter-500.woff2") format("woff2"); }
@font-face { font-family: Inter; font-style: normal; font-weight: 600; font-display: swap; src: url("assets/inter-600.woff2") format("woff2"); }

:root {
  --navy: #09212b;
  --ink: #14313a;
  --muted: #5c7075;
  --mint: #c1e8d4;
  --green: #18775b;
  --paper: #f5f7f3;
  --line: #d8e2dc;
  --white: #fff;
  --shell: min(1280px, calc(100% - 112px));
}
* { box-sizing: border-box; }
html { font-size: 108%; scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 1rem/1.6 Inter, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open, body.preview-open { overflow: hidden; }
::selection { background: var(--mint); color: var(--navy); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.hero :focus-visible, .site-header :focus-visible, .contact-section :focus-visible { outline-color: var(--mint); }
img, svg { display: block; max-width: 100%; }
.arrow-icon { width: 1em; height: 1em; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
img { height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: Manrope, sans-serif; font-weight: 600; }
h2 { font-size: clamp(2.125rem, 3.564vw, 3rem); line-height: 1.18; letter-spacing: -.045em; }
h3 { line-height: 1.3; letter-spacing: -.025em; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 12px; left: 12px; padding: 12px 20px; background: var(--mint); color: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--navy); color: var(--white); border-bottom: 1px solid #ffffff14; }
.nav-shell { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { position: relative; display: inline-flex; align-items: center; flex-shrink: 0; width: 148px; min-height: 44px; }
.wordmark svg { width: 100%; height: auto; }
/* Animate an HTML layer so Safari does not need to repaint an SVG group.
   Center at x=161 in the 512-wide wordmark; the ring's viewBox is 144 square. */
.wordmark-orbit { position: absolute; display: block; left: 31.4453125%; top: 50%; width: 28.125%; transform: translate(-50%, -50%); pointer-events: none; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 0.8125rem; font-weight: 500; }
.primary-nav > a:not(.button) { display: flex; align-items: center; min-height: 44px; color: #c3d7dc; transition: color .2s; }
.primary-nav > a:hover { color: var(--white); }
.primary-nav .button { margin-left: 12px; }
.button { min-height: 52px; padding: 14px 23px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid transparent; border-radius: 5px; font-size: 0.875rem; font-weight: 600; line-height: 1.4; transition: background .2s, transform .2s; }
.button > span[aria-hidden] { font-size: 1.25rem; font-weight: 400; line-height: 1; }
.button--mint { color: var(--navy); background: var(--mint); }
.button--mint:hover { background: #d8f4e4; transform: translateY(-2px); color: var(--navy); }
.button--small { min-height: 44px; padding: 10px 18px; font-size: 0.8125rem; }
.button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-link { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: 0.8125rem; font-weight: 500; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(2px, -2px); }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; }
.hero { overflow: clip; background: var(--navy); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; padding-top: 96px; padding-bottom: 82px; align-items: center; }
h1 { font-size: clamp(2.875rem, 4.914vw, 4.25rem); line-height: 1.1; letter-spacing: -.045em; }
h1 span, .contact-copy h2 span { color: var(--mint); }
.hero-intro { max-width: 435px; margin-top: 27px; color: #c3d7dc; font-size: 1rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; column-gap: 25px; row-gap: 12px; margin-top: 32px; }
.hero-actions .text-link { color: #d6e3e6; }
.hero-product { position: relative; min-width: 0; }
.hero-product > img { width: 100%; }
.figure-actions { display: flex; justify-content: flex-end; color: var(--muted); }
.hero-product .figure-actions { color: #9dbabf; }
.expand-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; min-height: 44px; flex-shrink: 0; border: none; background: transparent; color: inherit; font-size: 0.6875rem; font-weight: 500; }
.expand-button span { font-size: 1.1875rem; }
.expand-button:hover { text-decoration: underline; text-underline-offset: 4px; }
.section { padding: 96px 0; }
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; gap: 72px; align-items: end; margin-bottom: 52px; }
.section-heading > p { max-width: 385px; padding-bottom: 4px; color: var(--muted); font-size: 0.9375rem; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.benefit { border-top: 1px solid var(--line); padding-top: 27px; }
.benefit-icon { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center; margin-bottom: 22px; background: #e5eee6; border-radius: 8px; color: var(--green); }
.benefit-icon svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin-bottom: 12px; font-size: 1.25rem; }
.benefit p { max-width: 345px; color: var(--muted); font-size: 0.875rem; line-height: 1.8; }
.platform { background: #eaf0e9; border-block: 1px solid var(--line); }
.platform-heading { margin-bottom: 44px; }
.tour-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #c5d3c9; }
.tour-tab { position: relative; display: flex; align-items: center; gap: 12px; padding: 22px 16px; border: 0; background: transparent; color: var(--muted); text-align: left; font-size: 0.875rem; font-weight: 500; }
.tour-tab > span:first-child { font-size: 0.625rem; color: var(--green); }
.tour-tab[aria-selected="true"] { color: var(--ink); }
.tour-tab[aria-selected="true"]::after { position: absolute; content: ""; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--green); }
.tab-arrow { margin-left: auto; opacity: 0; color: var(--green); font-size: 1.1875rem; }
.tour-tab[aria-selected="true"] .tab-arrow { opacity: 1; }
.tour-tab:hover { background: #ffffff55; color: var(--ink); }
.tour-panel { display: grid; grid-template-columns: .85fr 1.4fr; gap: 64px; align-items: center; padding-top: 43px; }
.tour-copy h3 { margin-bottom: 21px; font-size: clamp(1.75rem, 2.7vw, 2.25rem); line-height: 1.2; letter-spacing: -.04em; }
.tour-copy > p { max-width: 340px; font-size: 0.875rem; line-height: 1.8; color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 23px 0; }
.check-list li { display: flex; gap: 10px; padding: 6px 0; color: var(--ink); font-size: 0.75rem; }
.check-list li::before { content: "✓"; color: var(--green); }
.tour-copy .text-link { color: var(--green); }
.tour-figure { min-width: 0; }
.tour-image-wrap { display: flex; align-items: center; padding: 10px; aspect-ratio: 2560 / 2170; overflow: hidden; background: #f7f9fb; border: 1px solid #d3ddd7; border-radius: 9px; box-shadow: 0 12px 32px #16362408; }
.tour-image-wrap img { width: 100%; }
.tour-figure .figure-actions { margin-top: 4px; }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 0; margin: 0; list-style: none; }
.workflow-steps li { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 8px; }
.workflow-steps li:last-child { background: var(--mint); border-color: var(--mint); }
.step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 36px; color: var(--green); font-size: 0.6875rem; font-weight: 600; }
.step-top span:last-child { font-size: 1.3125rem; font-weight: 400; }
.workflow-steps h3 { margin-bottom: 14px; font-size: 1.1875rem; }
.workflow-steps p { color: var(--muted); font-size: 0.8125rem; line-height: 1.8; }
.workflow-steps li:last-child p { color: #345f51; }
.value-note { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--line); }
.value-note > div { display: flex; align-items: center; gap: 17px; }
.value-mark { display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; flex-shrink: 0; color: var(--green); border: 1px solid #bdcfc2; border-radius: 50%; font-size: 1.25rem; }
.value-note h3 { font-size: 1.3125rem; }
.value-note p { max-width: 480px; font-size: 0.8125rem; line-height: 1.8; color: var(--muted); }
.contact-section { padding: 85px 0; background: var(--navy); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 120px; }
.contact-copy h2 { font-size: clamp(2.875rem, 4.86vw, 4rem); line-height: 1.1; }
.contact-copy > p { margin-top: 25px; max-width: 380px; color: #c3d7dc; font-size: 0.9375rem; line-height: 1.8; }
.contact-card { padding: 34px; background: #14303a; border: 1px solid #31505a; border-radius: 10px; }
.contact-card h3 { font-size: 1.5625rem; }
.contact-card > p { margin-top: 10px; color: #c3d7dc; font-size: 0.75rem; }
.contact-form { margin-top: 28px; position: relative; }
.contact-form label { display: block; margin-bottom: 8px; font-size: 0.75rem; color: #d6e3e6; }
.contact-form input[type="email"] { width: 100%; min-height: 51px; padding: 12px 14px; border: 1px solid #567078; border-radius: 4px; background: #09212b66; color: var(--white); font-size: 1rem; }
.contact-form input::placeholder { color: #97afb7; }
.contact-form .button { width: 100%; margin-top: 12px; }
.form-trap { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-note { margin-top: 14px; color: #a9c0c6; font-size: 0.6875rem; line-height: 1.7; min-height: 37px; }
.form-note:empty { margin-top: 0; min-height: 0; }
.form-note.is-success { color: var(--mint); }
.form-note.is-error { color: #ffc6bd; }
.contact-card .contact-email { padding-top: 17px; margin-top: 15px; border-top: 1px solid #31505a; font-size: 0.6875rem; }
.contact-email a { display: inline-flex; gap: 7px; align-items: center; min-height: 30px; color: var(--mint); text-decoration: underline; text-underline-offset: 4px; }
.site-footer { padding: 35px 0 22px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 28px; }
.footer-main .wordmark { width: 128px; }
.footer-main .text-link { font-size: 0.75rem; }
.footer-base { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; column-gap: 20px; row-gap: 4px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.625rem; }
.footer-base a { min-height: 32px; display: flex; align-items: center; gap: 15px; }
.image-dialog { width: min(1400px, calc(100% - 48px)); max-width: none; max-height: calc(100dvh - 48px); margin: auto; padding: 0; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 100px #0006; }
.image-dialog::backdrop { background: #051820d9; backdrop-filter: blur(5px); }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 20px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { font-size: 0.9375rem; letter-spacing: -.02em; }
.dialog-header > div { display: flex; gap: 10px; }
.dialog-header button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 8px 12px; min-height: 44px; border: 1px solid var(--line); border-radius: 5px; background: #fff; color: var(--ink); font-size: 0.75rem; white-space: nowrap; }
.dialog-header button span { font-size: 1.125rem; }
.dialog-image { max-height: calc(100dvh - 176px); padding: 16px; overflow: auto; background: #edf2ef; overscroll-behavior: contain; }
.dialog-image img { max-height: calc(100dvh - 210px); max-width: 100%; width: auto; margin-inline: auto; object-fit: contain; }
.dialog-image.is-zoomed img { width: 1600px; max-width: none; max-height: none; }
.image-dialog > p { padding: 10px 20px; font-size: 0.625rem; color: var(--muted); }

@media (min-width: 1500px) {
  .hero-grid { gap: 65px; padding-block: 110px 95px; }
}
@media (max-width: 1150px) {
  :root { --shell: calc(100% - 72px); }
  .hero-grid { gap: 28px; padding-block: 76px 60px; }
  h1 { font-size: 3rem; }
  .hero-actions { gap: 12px 22px; }
  .hero-intro { font-size: 0.9375rem; }
  .hero-actions .button { padding-inline: 18px; }
  .primary-nav { gap: 24px; }
  .section-heading { gap: 42px; }
  .tour-panel { gap: 38px; grid-template-columns: .9fr 1.25fr; }
  .tour-tab { gap: 9px; font-size: 0.75rem; padding-inline: 10px; }
  .tour-copy h3 { font-size: 1.8125rem; }
  .workflow-steps { gap: 12px; }
  .workflow-steps li { padding: 20px; }
  .workflow-steps h3 { font-size: 1.0625rem; }
  .contact-grid { gap: 65px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 46px; padding-top: 64px; }
  h1 { font-size: 4rem; }
  .hero-intro { max-width: 490px; font-size: 1.0625rem; }
  .hero-actions { gap: 25px; }
  .hero-product { width: 100%; max-width: 700px; }
  .section { padding-block: 72px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading > p { max-width: 510px; }
  h2 { font-size: 2.5625rem; }
  .benefit-grid { gap: 25px; }
  .benefit h3 { font-size: 1.125rem; }
  .tour-panel { gap: 30px; grid-template-columns: .85fr 1fr; }
  .tour-copy h3 { font-size: 1.6875rem; }
  .tour-copy > p { font-size: 0.8125rem; }
  .check-list li { font-size: 0.6875rem; }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .workflow-steps li { padding: 25px; }
  .workflow-steps h3 { font-size: 1.25rem; }
  .step-top { margin-bottom: 24px; }
  .value-note { gap: 35px; }
  .contact-grid { gap: 35px; grid-template-columns: 1fr 1.1fr; }
  .contact-card { padding: 25px; }
  .contact-copy h2 { font-size: 3.1875rem; }
}
@media (max-width: 760px) {
  :root { --shell: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .nav-shell { height: 72px; }
  .wordmark { width: 132px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid #31505a; border-radius: 5px; background: transparent; color: white; }
  .menu-toggle span { width: 18px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .primary-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 16px 20px 25px; background: var(--navy); border-bottom: 1px solid #31505a; max-height: calc(100dvh - 72px); overflow: auto; box-shadow: 0 20px 25px #0002; }
  .primary-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > a:not(.button) { min-height: 53px; font-size: 1rem; border-bottom: 1px solid #31505a; }
  .primary-nav .button { margin: 20px 0 0; min-height: 49px; font-size: 0.875rem; }
  .hero-grid { padding-block: 54px 42px; gap: 37px; }
  h1 { font-size: clamp(2.5rem, 9.18vw, 3.75rem); }
  .hero-intro { max-width: 460px; margin-top: 23px; font-size: 0.9375rem; }
  .hero-actions { margin-top: 25px; gap: 13px 20px; }
  .section { padding-block: 60px; }
  h2 { font-size: clamp(1.9375rem, 7.02vw, 2.5625rem); }
  .section-heading { gap: 20px; margin-bottom: 31px; }
  .section-heading > p { font-size: 0.875rem; }
  .benefit-grid { grid-template-columns: 1fr; gap: 25px; }
  .benefit { position: relative; padding: 24px 0 0 54px; }
  .benefit-icon { position: absolute; left: 0; top: 25px; width: 34px; height: 34px; }
  .benefit h3 { font-size: 1.1875rem; margin-bottom: 9px; }
  .benefit p { max-width: 100%; font-size: 0.8125rem; }
  .tour-tabs { gap: 10px; }
  .tour-tab { flex-direction: column; align-items: flex-start; gap: 7px; padding: 14px 0; font-size: 0.6875rem; line-height: 1.55; }
  .tour-tab .tab-arrow { display: none; }
  .tour-panel { grid-template-columns: 1fr; padding-top: 30px; gap: 24px; }
  .tour-copy h3 { margin-bottom: 15px; font-size: 1.875rem; }
  .tour-copy > p { max-width: 100%; font-size: 0.875rem; }
  .check-list { margin-block: 17px 12px; }
  .check-list li { font-size: 0.75rem; }
  .tour-image-wrap { padding: 6px; }
  .workflow-steps { gap: 12px; }
  .workflow-steps li { padding: 20px; }
  .workflow-steps h3 { font-size: 1.0625rem; }
  .workflow-steps p { font-size: 0.75rem; }
  .value-note { grid-template-columns: 1fr; gap: 15px; margin-top: 30px; padding-top: 26px; }
  .value-note h3 { font-size: 1.3125rem; }
  .value-note p { max-width: 100%; }
  .contact-section { padding-block: 60px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy h2 { font-size: 3.1875rem; }
  .contact-copy > p { font-size: 0.875rem; margin-top: 21px; }
  .contact-card { padding: 26px; }
  .footer-main { flex-wrap: wrap; gap: 10px 24px; padding-bottom: 23px; }
  .footer-main .text-link { margin-left: auto; }
  .footer-base { font-size: 0.5625rem; gap: 8px; }
  .image-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .dialog-header { align-items: flex-start; padding: 12px; }
  .dialog-header h2 { margin-top: 9px; max-width: 140px; font-size: 0.75rem; }
  .dialog-header > div { gap: 6px; }
  .dialog-header button { padding: 7px; gap: 5px; font-size: 0.625rem; }
  .dialog-image { padding: 8px; max-height: calc(100dvh - 160px); }
  .dialog-image img { max-height: calc(100dvh - 176px); }
}
@media (max-width: 540px) {
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { padding: 23px; }
  .step-top { margin-bottom: 14px; }
  .workflow-steps h3 { font-size: 1.1875rem; }
  .workflow-steps p { font-size: 0.8125rem; }
}
@media (max-width: 380px) {
  :root { --shell: calc(100% - 32px); }
  h1 { font-size: 2.375rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 8px; }
  .contact-card { padding: 21px; }
  .footer-main { column-gap: 10px; }
  .footer-main .text-link { font-size: 0.6875rem; }
}
@media (pointer: coarse) {
  .contact-email a, .footer-base a { min-height: 44px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

@media (prefers-reduced-motion: no-preference) {
  .wordmark-orbit { animation: wordmark-spin 20s linear infinite; will-change: transform; }
  @keyframes wordmark-spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
  }
  .button > span[aria-hidden], .expand-button > span { transition: transform 220ms ease; }
  .button:active:not(:disabled) { transform: translateY(0); }
  .tour-tab { transition: color 200ms ease, background-color 200ms ease; }
  .tour-tab::after { position: absolute; content: ""; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 300ms cubic-bezier(.22, 1, .36, 1); }
  .tour-tab[aria-selected="true"]::after { transform: scaleX(1); }
  .tab-arrow { transform: translate(-3px, 3px); transition: opacity 200ms ease, transform 250ms ease; }
  .tour-tab[aria-selected="true"] .tab-arrow { transform: none; }
  .benefit-icon { transition: background-color 250ms ease, transform 250ms ease; }
  .workflow-steps li { transition: border-color 250ms ease, box-shadow 250ms ease; }
  .contact-form input[type="email"] { transition: border-color 200ms ease, background-color 200ms ease; }
  .contact-form input[type="email"]:focus { background-color: var(--navy); border-color: var(--mint); }
  .image-dialog[open] { animation: preview-enter 220ms cubic-bezier(.22, 1, .36, 1) both; }
  .image-dialog[open]::backdrop { animation: backdrop-enter 180ms ease both; }
  .primary-nav.is-open { animation: menu-enter 200ms cubic-bezier(.22, 1, .36, 1) both; }

  @keyframes preview-enter {
    from { opacity: 0; transform: translateY(8px) scale(.985); }
    to { opacity: 1; transform: none; }
  }
  @keyframes backdrop-enter { from { opacity: 0; } to { opacity: 1; } }
  @keyframes menu-enter {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: none; }
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .button:hover:not(:disabled) > span[aria-hidden] { transform: translate(2px, -2px); }
  .expand-button:hover > span { transform: scale(1.12); }
  .benefit:hover .benefit-icon { transform: translateY(-3px); background-color: #d4e8d9; }
  .workflow-steps li:hover { border-color: #a4c6b2; box-shadow: 0 8px 24px #16362408; }
  .primary-nav > a:not(.button) { position: relative; }
  .primary-nav > a:not(.button)::after { position: absolute; content: ""; bottom: 4px; left: 0; right: 0; height: 1px; background: var(--mint); transform: scaleX(0); transform-origin: left; transition: transform 220ms ease; }
  .primary-nav > a:not(.button):hover::after { transform: scaleX(1); }
}

@media print {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .site-header { position: static; }
  .menu-toggle, .primary-nav, .expand-button, .image-dialog { display: none !important; }
  .shell { width: 92%; }
  .hero-grid, .section, .contact-section { padding-block: 30px; }
  .hero-grid, .section-heading, .tour-panel, .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-product { max-width: 500px; }
  .hero, .contact-section { print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
