:root {
  --cream: #f6f1e6;
  --cream-deep: #ede5d2;
  --cream-card: #fbf7ee;
  --navy: #1c2a4e;
  --navy-light: #2c3e6b;
  --navy-deep: #11192f;
  --gold: #c9a449;
  --gold-bright: #e0c177;
  --copper: #b86b35;
  --teal: #1f9e9a;
  --charcoal: #202124;
  --steel: #6f7f8f;
  --ink: #15201a;
  --muted: #5b5f5a;
  --line: #d8cfb8;
  --white: #fffaf1;
  --shadow: 0 22px 60px rgba(28,42,78,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 10px; background: var(--navy); color: var(--cream); padding: 10px 14px; z-index: 20; }
.skip-link:focus { left: 10px; }
.top-strip {
  background: var(--navy-deep);
  color: rgba(246,241,230,.82);
  font-size: 13px;
  border-bottom: 1px solid rgba(246,241,230,.12);
}
.top-strip .container { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 9px 0; }
.top-strip a { color: var(--gold-bright); text-decoration: none; font-weight: 600; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246,241,230,.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.navbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; min-width: 242px; }
.brand-logo {
  width: 58px; height: 58px; object-fit: contain;
  filter: drop-shadow(0 6px 14px rgba(28,42,78,.18));
}
.brand-fallback {
  width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center;
  border: 1px solid rgba(201,164,73,.62);
  background: radial-gradient(circle at 35% 25%, var(--gold-bright), var(--gold));
  color: var(--navy); font-family: 'Fraunces', serif; font-weight: 800; font-style: italic; font-size: 28px;
  overflow: hidden; flex-shrink: 0;
}
.brand-fallback img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.brand-text strong { display: block; font-family: 'Fraunces', serif; font-size: 22px; color: var(--navy); line-height: 1.05; }
.brand-text span { display: block; color: var(--muted); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; margin-top: 4px; }
.nav-menu { display: flex; align-items: center; gap: 4px; }
.nav-menu a, .dropdown-toggle {
  text-decoration: none; color: var(--navy); font-weight: 700; font-size: 14px;
  padding: 10px 12px; border-radius: 999px; transition: background .18s, color .18s;
}
.nav-menu a:hover, .nav-menu a[aria-current='page'], .dropdown:hover .dropdown-toggle { background: var(--cream-deep); color: var(--navy-deep); }
.dropdown { position: relative; }
.dropdown-toggle { cursor: default; display: inline-flex; align-items: center; gap: 6px; }
.dropdown-menu {
  position: absolute; top: calc(100% + 10px); left: 0; min-width: 255px;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 10px; display: none;
}
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { display: grid; }
.dropdown-menu a { border-radius: 10px; padding: 10px 12px; display: block; }
.nav-cta { background: var(--navy)!important; color: var(--cream)!important; border: 1px solid var(--navy); }
.nav-cta:hover { background: var(--navy-light)!important; }
.mobile-toggle { display: none; background: var(--navy); color: var(--cream); border: 0; border-radius: 12px; padding: 10px 12px; font-weight: 800; }
.qr-banner { display: none; background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: var(--cream); padding: 13px 0; border-bottom: 2px solid var(--gold); }
body.qr-visitor .qr-banner { display: block; }
.qr-banner .container { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.qr-banner strong { color: var(--gold-bright); }
.qr-banner a { color: var(--gold-bright); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.qr-dismiss { border: 0; background: transparent; color: rgba(246,241,230,.7); font-size: 25px; cursor: pointer; }
.hero {
  position: relative; overflow: hidden;
  padding: 92px 0 76px;
  background:
    radial-gradient(circle at 82% 22%, rgba(31,158,154,.20), transparent 28%),
    radial-gradient(circle at 76% 62%, rgba(184,107,53,.18), transparent 30%),
    linear-gradient(180deg, var(--cream), #f7f0df 70%, var(--cream-deep));
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); gap: 54px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 19px; }
.eyebrow:before { content: ''; width: 36px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: 'Fraunces', Georgia, serif; color: var(--navy); margin: 0; line-height: 1.05; letter-spacing: -.025em; }
h1 { font-size: clamp(44px, 7vw, 84px); font-weight: 600; max-width: 850px; }
h1 em, h2 em { color: var(--gold); font-style: italic; font-weight: 500; }
.lead { font-size: clamp(18px, 2vw, 22px); color: var(--muted); margin: 24px 0 34px; max-width: 720px; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 15px 24px; text-decoration: none; font-size: 15px; font-weight: 850; border: 1px solid transparent; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--navy); color: var(--cream); box-shadow: 0 12px 30px rgba(28,42,78,.22); }
.btn-primary:hover { background: var(--navy-light); }
.btn-secondary { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--navy); color: var(--cream); }
.btn-gold { background: var(--gold); color: var(--navy-deep); }
.hero-card {
  background: rgba(255,250,241,.72); border: 1px solid var(--line); border-radius: 30px; padding: 28px; box-shadow: var(--shadow); position: relative;
}
.hero-card:before { content: ''; position: absolute; inset: 14px; border: 1px solid rgba(201,164,73,.32); border-radius: 22px; pointer-events: none; }
.hero-card h2 { font-size: 30px; margin-bottom: 12px; }
.hero-card p { color: var(--muted); margin: 0 0 20px; }
.capability-list { display: grid; gap: 12px; }
.capability { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 13px; border-radius: 16px; background: rgba(246,241,230,.78); border: 1px solid rgba(216,207,184,.72); }
.icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: var(--navy); background: var(--cream-deep); border: 1px solid var(--line); font-weight: 900; }
.icon.uv { background: rgba(31,158,154,.12); border-color: rgba(31,158,154,.32); color: #14746f; }
.icon.laser { background: rgba(184,107,53,.13); border-color: rgba(184,107,53,.35); color: #8d4b21; }
.icon.gold { background: rgba(201,164,73,.16); border-color: rgba(201,164,73,.38); color: var(--navy); }
.capability strong { display: block; color: var(--navy); font-weight: 900; }
.capability span { color: var(--muted); font-size: 14px; display: block; margin-top: 2px; }
.trust-strip { background: var(--navy-deep); color: var(--cream); padding: 28px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: grid; grid-template-columns: 38px 1fr; gap: 12px; align-items: center; }
.trust-item .icon { width: 38px; height: 38px; border-radius: 50%; color: var(--gold-bright); background: rgba(224,193,119,.1); border-color: rgba(224,193,119,.45); }
.trust-item strong { display: block; font-family: 'Fraunces', serif; color: var(--cream); }
.trust-item span { display: block; color: rgba(246,241,230,.68); font-size: 13px; line-height: 1.35; }
section { padding: 88px 0; }
.section-alt { background: var(--cream-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-dark { background: var(--navy-deep); color: var(--cream); }
.section-dark h2, .section-dark h3 { color: var(--cream); }
.section-dark .section-intro p { color: rgba(246,241,230,.74); }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-kicker { color: var(--gold); font-weight: 900; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; }
.section-intro h2 { font-size: clamp(32px, 4.5vw, 54px); max-width: 780px; }
.section-intro p { color: var(--muted); max-width: 500px; margin: 16px 0 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.card { background: var(--cream-card); border: 1px solid var(--line); border-radius: 22px; padding: 26px; box-shadow: 0 10px 24px rgba(28,42,78,.05); transition: transform .18s, box-shadow .18s, border-color .18s; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(201,164,73,.82); }
.card h3 { font-size: 25px; margin: 15px 0 10px; }
.card p { color: var(--muted); margin: 0; }
.card ul { padding-left: 20px; color: var(--muted); margin: 14px 0 0; }
.card li { margin: 5px 0; }
.card-link { display: inline-flex; margin-top: 20px; color: var(--navy); font-weight: 900; text-decoration: none; border-bottom: 1px solid var(--gold); }
.product-card { min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }
.visual-strip { height: 118px; border-radius: 18px; border: 1px solid rgba(216,207,184,.7); background: linear-gradient(135deg, rgba(28,42,78,.9), rgba(31,158,154,.7)), radial-gradient(circle at 22% 32%, rgba(224,193,119,.8), transparent 30%); position: relative; overflow: hidden; }
.visual-strip:after { content: ''; position: absolute; inset: 18px; border-radius: 14px; border: 1px solid rgba(246,241,230,.35); }
.visual-strip.laser { background: linear-gradient(135deg, rgba(28,42,78,.95), rgba(184,107,53,.76)), repeating-linear-gradient(90deg, transparent, transparent 12px, rgba(255,255,255,.08) 13px); }
.visual-strip.decal { background: linear-gradient(135deg, rgba(31,158,154,.8), rgba(28,42,78,.88)), radial-gradient(circle, rgba(246,241,230,.75), transparent 32%); }
.visual-strip.print3d { background: linear-gradient(135deg, rgba(32,33,36,.86), rgba(111,127,143,.72)), repeating-linear-gradient(45deg, rgba(255,255,255,.14) 0 2px, transparent 2px 12px); }
.visual-strip.golf { background: radial-gradient(circle at 35% 28%, #fff, #f2ead8 58%, #bcb094), repeating-radial-gradient(circle at 50% 50%, rgba(28,42,78,.12) 0 2px, transparent 3px 21px); }
.pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 16px; }
.pill { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; color: var(--muted); background: rgba(255,250,241,.65); font-size: 13px; font-weight: 700; }
.feature-band { background: var(--navy); color: var(--cream); border-radius: 30px; padding: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; overflow: hidden; position: relative; }
.feature-band:before { content: ''; position: absolute; right: -90px; top: -80px; width: 260px; height: 260px; background: radial-gradient(circle, rgba(224,193,119,.22), transparent 70%); border-radius: 50%; }
.feature-band h2 { color: var(--cream); font-size: clamp(30px, 4vw, 48px); }
.feature-band p { color: rgba(246,241,230,.78); }
.feature-band ul { margin: 0; padding-left: 20px; color: rgba(246,241,230,.82); }
.quote-panel { background: var(--cream-card); border: 1px solid var(--line); border-radius: 28px; padding: 32px; box-shadow: var(--shadow); }
.quote-panel label { display: block; font-weight: 900; color: var(--navy); margin: 18px 0 7px; }
.quote-panel input, .quote-panel select, .quote-panel textarea {
  width: 100%; border: 1px solid var(--line); background: #fffdf8; color: var(--ink); border-radius: 14px; padding: 13px 14px; font: inherit;
}
.quote-panel textarea { min-height: 110px; resize: vertical; }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; align-items: center; }
.small-note { color: var(--muted); font-size: 13px; }
.faq details { background: var(--cream-card); border: 1px solid var(--line); border-radius: 16px; padding: 0; margin-bottom: 12px; overflow: hidden; }
.faq summary { cursor: pointer; list-style: none; color: var(--navy); font-family: 'Fraunces', serif; font-size: 20px; font-weight: 700; padding: 20px 22px; display: flex; justify-content: space-between; gap: 18px; }
.faq summary::-webkit-details-marker { display:none; }
.faq summary:after { content: '+'; color: var(--gold); font-size: 28px; line-height: 1; }
.faq details[open] summary:after { content: '−'; }
.faq details p { padding: 0 22px 22px; margin: 0; color: var(--muted); }
.page-hero { padding: 76px 0 62px; background: linear-gradient(180deg, var(--cream), var(--cream-deep)); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 46px; align-items: center; }
.breadcrumb { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.breadcrumb a { text-decoration: none; color: var(--navy); }
.service-snapshot { background: var(--navy-deep); color: var(--cream); border-radius: 28px; padding: 28px; box-shadow: var(--shadow); }
.service-snapshot h2 { color: var(--cream); font-size: 28px; margin-bottom: 18px; }
.snapshot-list { display: grid; gap: 14px; }
.snapshot-row { display: grid; grid-template-columns: 100px 1fr; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(246,241,230,.12); }
.snapshot-row:last-child { border-bottom: 0; padding-bottom: 0; }
.snapshot-row strong { color: var(--gold-bright); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.snapshot-row span { color: rgba(246,241,230,.82); }
.process { counter-reset: step; }
.process .card { position: relative; padding-top: 52px; }
.process .card:before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 20px; left: 24px; font-family: 'Fraunces', serif; color: var(--gold); font-size: 22px; font-style: italic; }
.cta-section { padding: 90px 0; text-align: center; background: var(--cream); }
.cta-box { background: linear-gradient(135deg, var(--navy-deep), var(--navy)); color: var(--cream); border-radius: 30px; padding: 54px 32px; position: relative; overflow: hidden; }
.cta-box:before { content: ''; position: absolute; left: -110px; bottom: -110px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(31,158,154,.25), transparent 70%); }
.cta-box h2 { color: var(--cream); font-size: clamp(32px, 5vw, 54px); }
.cta-box p { color: rgba(246,241,230,.75); max-width: 680px; margin: 18px auto 28px; }
.site-footer { background: var(--navy-deep); color: var(--cream); padding: 58px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 34px; border-bottom: 1px solid rgba(246,241,230,.12); }
.footer-brand { font-family: 'Fraunces', serif; font-size: 26px; color: var(--cream); margin-bottom: 10px; }
.footer-tagline { color: rgba(246,241,230,.72); max-width: 330px; }
.footer-col h3 { font-family: 'DM Sans', sans-serif; color: var(--gold-bright); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-col a { color: rgba(246,241,230,.76); text-decoration: none; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 24px; color: rgba(246,241,230,.55); font-size: 13px; }
.policy-text { max-width: 840px; margin: 0 auto; }
.policy-text h2 { margin-top: 34px; font-size: 30px; }
.policy-text p, .policy-text li { color: var(--muted); }
@media (max-width: 940px) {
  .mobile-toggle { display: inline-flex; }
  .nav-menu { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--cream); border-bottom: 1px solid var(--line); padding: 18px 20px; flex-direction: column; align-items: stretch; }
  .nav-menu.open { display: flex; }
  .dropdown-menu { position: static; box-shadow: none; margin-top: 8px; min-width: 0; }
  .dropdown:hover .dropdown-menu { display: none; }
  .dropdown.open .dropdown-menu { display: grid; }
  .hero-grid, .page-hero-grid, .feature-band { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .trust-grid, .grid-3 { grid-template-columns: repeat(2,1fr); }
  .section-intro { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1140px); }
  .top-strip .container { flex-direction: column; align-items: flex-start; }
  .brand { min-width: 0; }
  .brand-fallback { width: 48px; height: 48px; }
  .brand-text strong { font-size: 19px; }
  .brand-text span { font-size: 10px; }
  .hero-card, .quote-panel, .feature-band, .cta-box { border-radius: 22px; padding: 24px; }
  section { padding: 62px 0; }
  .trust-grid, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .trust-item { align-items: start; }
  .snapshot-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; }
}
