:root {
  --ink: #142027;
  --muted: #637178;
  --cream: #f4f1e9;
  --paper: #fbfaf6;
  --orange: #ef693d;
  --orange-dark: #c84d2e;
  --yellow: #f2c650;
  --blue: #1f5965;
  --line: rgba(20, 32, 39, .14);
  --shadow: 0 18px 50px rgba(20, 32, 39, .11);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.6; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -60px; background: var(--ink); color: #fff; padding: 10px 16px; z-index: 20; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 5; left: 0; right: 0; top: 0; color: #fff; }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: var(--display); font-size: 25px; font-weight: 800; letter-spacing: .07em; line-height: 1; }
.wordmark-icon { display: grid; place-items: center; width: 32px; height: 32px; border: 2px solid currentColor; border-radius: 50%; font-family: var(--body); font-size: 15px; font-weight: 800; letter-spacing: 0; }
.wordmark-dot { color: var(--yellow); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a { text-decoration: none; opacity: .82; }
.main-nav a:hover, .main-nav a:focus-visible { opacity: 1; }
.main-nav .nav-cta { padding: 12px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; opacity: 1; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--blue); }
.hero:before { content: ""; position: absolute; width: 680px; height: 680px; left: -260px; bottom: -440px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 76px rgba(255,255,255,.025), 0 0 0 152px rgba(255,255,255,.025); }
.hero-grid { min-height: 720px; padding-top: 150px; padding-bottom: 105px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 1; max-width: 650px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero .eyebrow { color: var(--yellow); display: flex; align-items: center; gap: 10px; }
.eyebrow-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(239,105,61,.2); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 800; letter-spacing: -.02em; line-height: .95; }
h1 { max-width: 720px; margin-bottom: 26px; font-size: clamp(58px, 7vw, 98px); }
h1 em, h2 em { color: var(--yellow); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 30px; color: rgba(255,255,255,.77); font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 999px; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover, .button-primary:focus-visible { background: var(--orange-dark); }
.button-quiet { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.25); }
.button-quiet:hover, .button-quiet:focus-visible { color: #fff; border-color: rgba(255,255,255,.6); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--blue); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 34px; color: rgba(255,255,255,.52); font-size: 11px; }
.note-mark, .callout-mark { color: var(--yellow); font-size: 20px; }
.hero-art { position: relative; min-height: 500px; }
.sun-disc { position: absolute; top: 30px; left: 10%; width: 380px; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); opacity: .97; }
.hero-line { position: absolute; height: 1px; background: rgba(20,32,39,.28); transform: rotate(-35deg); }
.hero-line-one { top: 105px; right: 4%; width: 180px; }
.hero-line-two { top: 145px; right: -7%; width: 260px; transform: rotate(42deg); }
.mascot-stage { position: absolute; z-index: 1; }
.mascot-stage-hero { bottom: -8px; left: 22%; width: 260px; animation: mascot-bob 4s ease-in-out infinite; }
.hero-card { position: absolute; z-index: 2; display: flex; flex-direction: column; gap: 2px; padding: 13px 16px; color: var(--ink); background: rgba(251,250,246,.94); box-shadow: var(--shadow); font-size: 10px; line-height: 1.3; }
.hero-card span { color: var(--muted); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.hero-card strong { font-size: 12px; }
.hero-card-top { top: 88px; right: 3%; transform: rotate(5deg); }
.hero-card-bottom { right: 3%; bottom: 80px; transform: rotate(-4deg); }
.art-stamp { position: absolute; right: 14%; bottom: 36px; display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid rgba(20,32,39,.5); border-radius: 50%; color: rgba(20,32,39,.78); font-family: var(--display); font-size: 12px; font-weight: 700; line-height: .9; text-align: center; transform: rotate(12deg); }
.hero-ticker { position: absolute; left: 0; right: 0; bottom: 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.ticker-track { display: flex; width: max-content; align-items: center; gap: 26px; padding: 14px 0; color: rgba(255,255,255,.65); font-family: var(--display); font-size: 15px; font-weight: 700; letter-spacing: .15em; animation: ticker 28s linear infinite; }
.ticker-track i { color: var(--orange); font-style: normal; }

.section-pad { padding-top: 120px; padding-bottom: 120px; }
.intro { background: var(--paper); }
.intro .section-kicker, .machines .section-kicker, .inquiry .section-kicker { color: var(--orange); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
h2 { margin-bottom: 0; font-size: clamp(50px, 6vw, 76px); }
.intro-text { max-width: 510px; color: var(--muted); font-size: 14px; }
.intro-text p:last-child { margin-bottom: 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 78px; background: var(--line); }
.step-card { position: relative; min-height: 260px; padding: 28px; background: var(--paper); }
.step-number { color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.step-icon { margin: 30px 0 17px; color: var(--orange); font-family: var(--display); font-size: 42px; line-height: 1; }
.step-card h3 { margin-bottom: 8px; font-family: var(--display); font-size: 26px; line-height: 1; }
.step-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 12px; }

.machines { background: var(--cream); }
.section-heading-row { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 52px; }
.section-heading-aside { padding-bottom: 6px; color: var(--muted); font-size: 14px; }
.section-heading-aside p { max-width: 430px; margin-bottom: 20px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.text-link:hover, .text-link:focus-visible { color: var(--orange-dark); }
.machine-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.loading-state { color: var(--muted); }
.machine-card { overflow: hidden; background: var(--paper); box-shadow: 0 8px 24px rgba(20,32,39,.06); transition: transform .2s ease, box-shadow .2s ease; }
.machine-card:hover, .machine-card:focus-within { transform: translateY(-5px); box-shadow: var(--shadow); }
.machine-image-link { display: block; aspect-ratio: 1.18 / 1; overflow: hidden; background: #d7d8d3; }
.machine-image { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.machine-card:hover .machine-image, .machine-card:focus-within .machine-image { transform: scale(1.05); }
.machine-info { padding: 18px; }
.machine-category { margin-bottom: 8px; color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.machine-title { min-height: 48px; margin-bottom: 13px; font-family: var(--display); font-size: 22px; line-height: 1; }
.machine-meta { display: flex; justify-content: space-between; gap: 7px; color: var(--muted); font-size: 10px; }
.machine-price { margin-top: 15px; color: var(--ink); font-size: 15px; font-weight: 800; }
.machine-link { display: flex; justify-content: space-between; margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink); font-size: 10px; font-weight: 800; text-decoration: none; }
.machine-link:hover, .machine-link:focus-visible { color: var(--orange-dark); }
.market-callout { display: flex; align-items: center; gap: 22px; margin-top: 28px; padding: 21px 24px; color: #fff; background: var(--orange); }
.market-callout p { flex: 1; margin: 0; font-size: 12px; line-height: 1.5; }
.market-callout strong { color: #fff; }

.inquiry { background: var(--blue); color: #fff; }
.inquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: 100px; }
.inquiry .section-kicker { color: var(--yellow); }
.inquiry h2 { margin-bottom: 26px; }
.inquiry-copy > p { max-width: 420px; color: rgba(255,255,255,.72); font-size: 14px; }
.inquiry-points { display: grid; gap: 10px; margin-top: 34px; color: rgba(255,255,255,.85); font-size: 11px; font-weight: 700; }
.inquiry-points span::first-letter { color: var(--yellow); }
.contact-details { display: grid; gap: 4px; margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-label { margin-bottom: 3px; color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-details a { width: max-content; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { color: var(--yellow); }
.inquiry-form { padding: 31px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.form-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; padding-bottom: 17px; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 22px; }
.form-status { color: var(--muted); font-family: var(--body); font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.form-status i { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #4ca56e; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: block; margin-bottom: 17px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid rgba(20,32,39,.19); border-radius: 0; color: var(--ink); background: #fff; font: 500 13px var(--body); outline: none; }
.inquiry-form textarea { resize: vertical; min-height: 105px; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(239,105,61,.15); }
.form-submit { width: 100%; border: 0; cursor: pointer; }
.form-footnote { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.form-feedback { margin: 12px 0 0; color: var(--orange-dark); font-size: 11px; }

.closing { padding-top: 80px; padding-bottom: 80px; }
.closing-rule { height: 1px; margin-bottom: 26px; background: var(--line); }
.closing-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 24px; align-items: start; }
.closing-number, .closing-note { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.closing-note { text-align: right; line-height: 1.45; }
.closing h2 { font-size: clamp(44px, 5vw, 68px); }
.closing h2 em { color: var(--orange); }
.site-footer { padding: 24px 0; color: rgba(255,255,255,.65); background: var(--ink); font-size: 10px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.wordmark-footer { color: #fff; font-size: 17px; }
.wordmark-footer .wordmark-icon { width: 25px; height: 25px; font-size: 12px; }
.site-footer a { color: #fff; text-decoration: none; }

.roaming-mascot { position: fixed; z-index: 10; left: 8%; bottom: 16px; display: flex; align-items: end; gap: 7px; width: 174px; pointer-events: none; transition: left 1.2s cubic-bezier(.5, 0, .2, 1); }
.mascot-button { width: 72px; padding: 0; border: 0; background: transparent; cursor: pointer; pointer-events: auto; filter: drop-shadow(0 8px 8px rgba(20,32,39,.17)); }
.mascot-button img { animation: mascot-bob 3s ease-in-out infinite; }
.mascot-bubble { position: relative; width: 152px; padding: 11px 12px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); font-size: 10px; line-height: 1.3; pointer-events: auto; }
.mascot-bubble:after { content: ""; position: absolute; right: -8px; bottom: 17px; width: 15px; height: 15px; background: var(--paper); transform: rotate(45deg); }
.mascot-bubble > * { position: relative; z-index: 1; }
.bubble-label { display: block; margin-bottom: 4px; color: var(--orange-dark); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mascot-bubble strong { display: block; margin-bottom: 7px; font-size: 11px; }
.mascot-bubble a { color: var(--blue); font-size: 9px; font-weight: 800; text-decoration: none; }
.mascot-bubble a:hover, .mascot-bubble a:focus-visible { color: var(--orange-dark); }

@keyframes mascot-bob { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-8px) rotate(1deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 950px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 135px; }
  .hero-copy { max-width: 700px; }
  .hero-art { min-height: 420px; max-width: 620px; width: 100%; margin: 0 auto; }
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .inquiry-grid { gap: 50px; }
}
@media (max-width: 680px) {
  .shell { width: min(100% - 30px, 1180px); }
  .header-inner { min-height: 76px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .main-nav .nav-cta { padding: 10px 13px; font-size: 10px; }
  .hero-grid { min-height: 780px; padding-top: 118px; padding-bottom: 110px; }
  h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-lead { font-size: 14px; }
  .hero-art { min-height: 350px; }
  .sun-disc { width: 280px; left: 10%; }
  .mascot-stage-hero { left: 23%; width: 205px; }
  .hero-card-top { top: 50px; right: 0; }
  .hero-card-bottom { right: 0; bottom: 15px; }
  .art-stamp { right: 2%; bottom: 3px; width: 64px; height: 64px; font-size: 10px; }
  .section-pad { padding-top: 78px; padding-bottom: 78px; }
  .intro-grid, .section-heading-row, .inquiry-grid { grid-template-columns: 1fr; gap: 28px; }
  .steps-grid, .machine-grid { grid-template-columns: 1fr; }
  .steps-grid { margin-top: 46px; }
  .step-card { min-height: auto; padding: 23px; }
  .step-icon { margin-top: 18px; }
  .machine-title { min-height: 0; }
  .market-callout { align-items: flex-start; flex-wrap: wrap; padding: 18px; }
  .market-callout .button { width: 100%; }
  .inquiry-form { padding: 21px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-topline { align-items: flex-start; flex-direction: column; gap: 8px; }
  .closing-grid { grid-template-columns: 1fr; gap: 16px; }
  .closing-note { text-align: left; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .roaming-mascot { transform: scale(.82); transform-origin: bottom left; left: 3%; bottom: 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; }
}
