/* =========================================================
   参光商事 Corporate Site
   Shared design system: navy / white / orange, spacious editorial layout
   ========================================================= */
:root {
  --navy: #15518f;
  --navy-dark: #0f3764;
  --blue-soft: #eaf3fb;
  --orange: #ee9214;
  --orange-dark: #c97100;
  --ink: #0e1b2d;
  --muted: #5f7183;
  --line: #cad9e5;
  --paper: #fff;
  --soft: #f7fafc;
  --shadow: 10px 12px 0 rgba(15, 55, 100, .15);
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "Noto Sans JP", system-ui, sans-serif; line-height: 1.8; margin: 0; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; height: auto; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { margin: 0 auto; max-width: var(--max); padding: 0 clamp(1.25rem, 4vw, 2.6rem); }
.skip-link { background: var(--navy-dark); color: #fff; left: 1rem; padding: .7rem 1rem; position: fixed; top: -5rem; z-index: 100; }
.skip-link:focus { top: 1rem; }

/* Header */
.site-header { background: rgba(15, 55, 100, .78); color: #fff; left: 0; position: absolute; right: 0; top: 0; z-index: 30; }
.header-inner { align-items: center; display: flex; gap: 1.5rem; min-height: 76px; }
.brand { align-items: center; display: inline-flex; flex: 0 0 auto; gap: .6rem; text-decoration: none; }
.brand-mark { color: #fff; font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 800; letter-spacing: .04em; white-space: nowrap; }
.brand-sub { border-left: 1px solid rgba(255,255,255,.55); font-size: .7rem; padding-left: .65rem; white-space: nowrap; }
.site-nav { align-items: center; display: flex; gap: 0; justify-content: flex-end; margin-left: auto; }
.site-nav a { border-left: 1px solid rgba(255,255,255,.36); font-size: .8rem; font-weight: 700; padding: .1rem 1rem; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #ffd38f; }
.site-nav .nav-cta { background: var(--orange); border: 1px solid #ffca72; color: #fff; margin-left: .8rem; padding: .7rem 1.2rem; }
.menu-toggle { background: transparent; border: 1px solid rgba(255,255,255,.55); color: #fff; cursor: pointer; display: none; height: 42px; padding: .45rem; width: 42px; }
.menu-toggle span { background: currentColor; display: block; height: 2px; margin: 5px auto; transition: transform .2s ease, opacity .2s ease; width: 20px; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

/* Common type and components */
.eyebrow { color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .08em; margin: 0; }
.section-label { align-items: baseline; display: flex; gap: 1rem; margin-bottom: clamp(3rem, 8vw, 6rem); }
.section-label h2 { color: #fff; font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 8rem); font-weight: 400; letter-spacing: -.05em; line-height: .75; margin: 0; text-shadow: 5px 6px 0 rgba(21,81,143,.45); }
.section-label span { color: var(--navy); font-size: clamp(.9rem, 1.5vw, 1.25rem); font-weight: 800; letter-spacing: .06em; }
.section-label::after { background: var(--line); content: ""; flex: 1; height: 2px; margin-left: .7rem; }
.section-label.on-blue h2 { color: var(--navy); text-shadow: 5px 6px 0 rgba(255,255,255,.4); }
.section-label.on-blue span { color: #fff; }
.section-label.on-blue::after { background: rgba(255,255,255,.65); }
.section { padding: clamp(5rem, 10vw, 9rem) 0; }
.section-intro { color: var(--muted); font-size: 1rem; line-height: 2.1; margin: 0 auto 3rem; max-width: 54rem; text-align: center; }
.button { align-items: center; border: 1px solid transparent; box-shadow: var(--shadow); display: inline-flex; font-size: .95rem; font-weight: 800; gap: .7rem; justify-content: center; min-height: 3.35rem; padding: .8rem 1.5rem; text-decoration: none; transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.button:hover { box-shadow: 5px 6px 0 rgba(15,55,100,.18); transform: translate(2px, 2px); }
.button-primary { background: var(--navy); color: #fff; }
.button-primary:hover { background: var(--navy-dark); }
.button-orange { background: var(--orange); color: #fff; }
.button-orange:hover { background: var(--orange-dark); }
.arrow { font-size: 1.2em; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; }
.text-link::after { content: " 〉"; color: var(--orange); }

/* Home hero */
.home-hero { background: #183d62; color: #fff; min-height: min(850px, 100vh); overflow: hidden; position: relative; }
.home-hero::after { background: linear-gradient(90deg, rgba(7,31,57,.78), rgba(7,31,57,.14) 70%, rgba(7,31,57,.32)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.home-hero-art { height: 100%; inset: 0; object-fit: cover; opacity: .92; position: absolute; width: 100%; }
.home-hero-inner { align-items: end; display: flex; min-height: min(850px, 100vh); padding-bottom: clamp(5rem, 12vw, 9rem); padding-top: 10rem; position: relative; z-index: 1; }
.hero-copy { max-width: 970px; }
.hero-kicker { background: #fff; color: var(--navy); display: inline-block; font-size: clamp(.8rem, 1.3vw, 1.1rem); font-weight: 800; margin-bottom: 1rem; padding: .35rem .8rem; }
.hero-copy h1 { font-size: clamp(2.1rem, 5vw, 4.3rem); letter-spacing: .03em; line-height: 1.35; margin: 0 0 1.2rem; text-shadow: 2px 3px 3px rgba(0,0,0,.28); }
.hero-copy p { font-size: clamp(.95rem, 1.35vw, 1.18rem); font-weight: 700; line-height: 1.9; margin-bottom: 1.7rem; text-shadow: 1px 2px 3px rgba(0,0,0,.28); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-actions .button { min-width: 190px; }
.hero-scroll { bottom: 1rem; font-size: .7rem; letter-spacing: .22em; position: absolute; right: 1.5rem; transform: rotate(90deg); transform-origin: right center; z-index: 2; }
.visual-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
.visual-strip img { height: 160px; object-fit: cover; width: 100%; }
.visual-strip div { overflow: hidden; position: relative; }
.visual-strip div::after { background: rgba(11,52,90,.24); content: ""; inset: 0; position: absolute; }

/* About / philosophy */
.about-section { background: var(--soft); }
.about-copy { margin: 0 auto; max-width: 800px; text-align: center; }
.about-copy h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); letter-spacing: .04em; margin-bottom: 2.2rem; }
.about-copy p { color: var(--muted); line-height: 2.3; }
.about-copy .button { margin-top: 1.7rem; }

/* Business rows */
.business-list { display: grid; gap: clamp(4rem, 10vw, 8rem); }
.business-item { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(300px, 1fr) minmax(0, .9fr); }
.business-item:nth-child(even) { grid-template-columns: minmax(0, .9fr) minmax(300px, 1fr); }
.business-item:nth-child(even) .business-image { order: 2; }
.business-image { border-radius: 6px; box-shadow: 14px 16px 0 rgba(21,81,143,.15); overflow: hidden; }
.business-image img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.business-copy h3 { font-size: clamp(1.8rem, 3.4vw, 2.9rem); margin: .4rem 0 1.2rem; }
.business-copy p { color: var(--muted); line-height: 2.1; }
.business-copy .button { margin-top: 1rem; }

/* Strength / blue section */
.blue-section { background: var(--blue-soft); }
.strength-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(2, 1fr); }
.strength-card { background: #fff; box-shadow: 8px 10px 0 rgba(21,81,143,.12); padding: clamp(1.5rem, 3vw, 2.6rem); text-align: center; }
.strength-card:first-child { grid-column: 1 / -1; }
.strength-card strong { color: var(--navy); display: block; font-size: clamp(1.35rem, 2.3vw, 2rem); margin-bottom: .65rem; }
.strength-card p { color: var(--muted); margin: 0; }

/* Case and news */
.case-section { background: var(--navy); color: #fff; }
.case-grid { display: grid; gap: 1.3rem; grid-template-columns: repeat(3, 1fr); }
.case-card { background: #fff; color: var(--ink); padding: 2rem 1.5rem; text-align: center; }
.case-card strong { color: var(--navy); display: block; font-size: 1.15rem; margin-bottom: .45rem; }
.case-card span { color: var(--muted); font-size: .8rem; }
.case-card--round { border-radius: 50%; min-height: 170px; padding-top: 3.4rem; }
.case-more { display: block; margin: 2.5rem auto 0; width: fit-content; }
.news-list { display: grid; gap: 1rem; }
.news-card { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 1.5rem; grid-template-columns: 175px 1fr auto; padding: 1rem 0; text-decoration: none; }
.news-card img { aspect-ratio: 16/9; object-fit: cover; width: 175px; }
.news-meta { color: var(--navy); font-size: .75rem; font-weight: 800; }
.news-card h3 { font-size: 1.05rem; margin: .2rem 0 0; }
.news-card .arrow { color: var(--orange); }

/* Inner page hero / content */
.page-top { background: var(--blue-soft); padding: 11rem 0 5rem; }
.page-top h1 { color: var(--navy); font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 8rem); font-weight: 400; letter-spacing: -.06em; line-height: .8; margin: 0; text-shadow: 5px 6px 0 rgba(255,255,255,.95); }
.page-top p { color: var(--navy); font-weight: 800; margin: 1.3rem 0 0; }
.content-wrap { max-width: 980px; }
.company-table { border-top: 2px solid var(--line); }
.company-row { border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 180px 1fr; padding: 1.35rem 0; }
.company-row dt { color: var(--navy); font-size: .88rem; font-weight: 800; }
.company-row dd { margin: 0; }
.philosophy-band { background: var(--soft); padding: clamp(4rem, 10vw, 8rem) 0; text-align: center; }
.philosophy-band h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); margin-bottom: 2rem; }
.philosophy-band p { color: var(--muted); line-height: 2.2; margin: 0 auto; max-width: 700px; }
.detail-copy { color: var(--muted); line-height: 2.1; }
.contact-layout { align-items: start; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: .7fr 1.3fr; }
.contact-info h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.contact-info p { color: var(--muted); }
.contact-detail { border-top: 1px solid var(--line); margin-top: 2rem; }
.contact-detail div { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.contact-detail small { color: var(--navy); display: block; font-weight: 800; letter-spacing: .12em; }
.contact-form { background: var(--soft); padding: clamp(1.3rem, 4vw, 2.5rem); }
.form-grid { display: grid; gap: 1rem 1.2rem; grid-template-columns: repeat(2, 1fr); }
.form-field { display: grid; gap: .35rem; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { font-size: .8rem; font-weight: 800; }
.required { color: var(--orange-dark); font-size: .7rem; margin-left: .35rem; }
.form-field input, .form-field select, .form-field textarea { background: #fff; border: 1px solid var(--line); border-radius: 0; color: var(--ink); min-height: 3rem; outline: none; padding: .75rem; width: 100%; }
.form-field textarea { min-height: 10rem; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px rgba(21,81,143,.12); }
.form-privacy { align-items: start; display: flex; gap: .6rem; margin: 1.2rem 0; }
.form-privacy input { accent-color: var(--navy); margin-top: .35rem; }
.form-privacy label { color: var(--muted); font-size: .75rem; }
.form-message { color: var(--navy); font-size: .82rem; }

/* Footer */
.cta-band { background: var(--orange); color: #fff; padding: 4rem 0; }
.cta-inner { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.cta-inner h2 { font-size: clamp(1.6rem, 3.5vw, 3rem); margin: 0; }
.cta-inner p { margin: 0; }
.cta-inner .button { background: #fff; box-shadow: 8px 9px 0 rgba(105,58,0,.2); color: var(--orange-dark); flex: 0 0 auto; }
.site-footer { background: var(--navy-dark); color: #fff; padding: 3.2rem 0 1.3rem; }
.footer-top { align-items: center; display: flex; gap: 2rem; justify-content: space-between; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-nav a { color: #dbe8f4; font-size: .78rem; text-decoration: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.2); color: #b6c9db; display: flex; font-size: .7rem; justify-content: space-between; margin-top: 3rem; padding-top: 1rem; }

/* Motion: deliberately subtle so the site still feels dependable and corporate. */
@keyframes heroImageDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.09) translate3d(-1.2%, -1%, 0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
.home-hero-art { animation: heroImageDrift 18s ease-in-out infinite alternate; transform-origin: center; }
.hero-copy > * { animation: fadeUp .8s cubic-bezier(.22,.61,.36,1) both; }
.hero-copy > :nth-child(1) { animation-delay: .15s; }
.hero-copy > :nth-child(2) { animation-delay: .28s; }
.hero-copy > :nth-child(3) { animation-delay: .42s; }
.hero-copy > :nth-child(4) { animation-delay: .56s; }
.hero-copy > :nth-child(5) { animation-delay: .68s; }
.home-hero .hero-scroll { animation: fadeUp 1s .9s both; }
.site-header { transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(15,55,100,.96); box-shadow: 0 8px 24px rgba(4,24,45,.15); position: fixed; }
.business-image img, .visual-strip img, .news-card img { transition: filter .6s ease, transform .8s cubic-bezier(.22,.61,.36,1); }
.business-item:hover .business-image img, .news-card:hover img { filter: saturate(1.12); transform: scale(1.06); }
.visual-strip div:hover img { filter: saturate(1.22); transform: scale(1.08); }
.strength-card, .case-card { transition: box-shadow .25s ease, transform .25s ease; }
.strength-card:hover, .case-card:hover { box-shadow: 12px 14px 0 rgba(21,81,143,.18); transform: translateY(-5px); }
.news-card { transition: background .25s ease, padding-left .25s ease; }
.news-card:hover { background: var(--soft); padding-left: .6rem; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms), transform .8s cubic-bezier(.22,.61,.36,1) var(--reveal-delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.reveal-left { transform: translateX(-34px); }
.reveal.reveal-left.is-visible { transform: translateX(0); }

@media (max-width: 980px) {
  .site-nav a { padding-left: .55rem; padding-right: .55rem; }
  .site-nav .nav-cta { margin-left: .3rem; padding-left: .8rem; padding-right: .8rem; }
  .business-item, .business-item:nth-child(even) { gap: 2.5rem; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .header-inner { justify-content: space-between; }
  .menu-toggle { display: block; }
  .site-nav { align-items: stretch; background: rgba(15,55,100,.98); display: none; flex-direction: column; gap: 0; left: 0; margin: 0; padding: 1rem 1.25rem 1.4rem; position: absolute; right: 0; top: 76px; }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); padding: .8rem 0; }
  .site-nav .nav-cta { border: 1px solid #ffca72; margin: 1rem 0 0; text-align: center; }
  .home-hero, .home-hero-inner { min-height: 760px; }
  .hero-copy h1 { max-width: 100%; }
  .business-item, .business-item:nth-child(even) { grid-template-columns: 1fr; }
  .business-item:nth-child(even) .business-image { order: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-info { max-width: 600px; }
}
@media (max-width: 560px) {
  .brand { align-items: flex-start; flex-direction: column; gap: 0; }
  .brand-sub { border-left: 0; font-size: .6rem; padding-left: 0; }
  .section-label { gap: .7rem; }
  .section-label h2 { font-size: clamp(3.7rem, 16vw, 5.5rem); }
  .section-label::after { margin-left: .2rem; }
  .hero-actions .button { flex: 1; min-width: 0; }
  .visual-strip { grid-template-columns: 1fr; }
  .visual-strip img { height: 110px; }
  .strength-grid, .case-grid { grid-template-columns: 1fr; }
  .strength-card:first-child { grid-column: auto; }
  .case-card--round { border-radius: 0; min-height: 0; padding: 1.5rem; }
  .news-card { gap: .8rem; grid-template-columns: 100px 1fr auto; }
  .news-card img { width: 100px; }
  .news-card h3 { font-size: .88rem; }
  .company-row { gap: .4rem; grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .cta-inner, .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom { gap: .4rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .reveal.reveal-left { opacity: 1; transform: none; }
}

/* Data-driven product/news pages, detail pages and form states */
main { overflow: clip; }
section[id] { scroll-margin-top: 92px; }
.breadcrumb { color: var(--muted); font-size: .72rem; margin: 1.2rem 0 0; }
.breadcrumb a { color: var(--navy); text-decoration: none; }
.breadcrumb span { margin: 0 .45rem; }
.page-lead { color: var(--muted); font-size: 1rem; line-height: 2; max-width: 48rem; }
.detail-hero { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr); }
.detail-hero--reverse .detail-hero-media { order: 2; }
.detail-hero-media { border-radius: 4px; box-shadow: 10px 12px 0 rgba(21,81,143,.1); overflow: hidden; }
.detail-hero-media img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.detail-hero-copy h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); margin: .4rem 0 1rem; }
.detail-hero-copy p { color: var(--muted); line-height: 2.1; }
.detail-points { display: grid; gap: 1rem; grid-template-columns: repeat(3, 1fr); margin-top: 3rem; }
.detail-point { background: #fff; border: 1px solid var(--line); padding: 1.5rem; }
.detail-point strong { color: var(--navy); display: block; font-size: 1.05rem; margin-bottom: .4rem; }
.detail-point p { color: var(--muted); font-size: .88rem; margin: 0; }
.filter-tabs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.2rem; }
.filter-tabs button { background: #fff; border: 1px solid var(--line); color: var(--navy); cursor: pointer; font-weight: 800; min-height: 2.8rem; padding: .55rem 1rem; }
.filter-tabs button[aria-pressed="true"], .filter-tabs button:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.products-grid { display: grid; gap: 1.2rem; grid-template-columns: repeat(3, 1fr); }
.product-card { background: #fff; border: 1px solid var(--line); box-shadow: 5px 6px 0 rgba(21,81,143,.08); display: flex; flex-direction: column; min-width: 0; transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover { box-shadow: 8px 10px 0 rgba(21,81,143,.13); transform: translateY(-4px); }
.product-card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.2rem; }
.product-category { color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.product-card h3 { font-size: 1.2rem; margin: .4rem 0 .6rem; }
.product-card p { color: var(--muted); font-size: .88rem; margin: 0 0 1.1rem; }
.product-card .text-link { margin-top: auto; }
.data-status { color: var(--muted); padding: 2rem 0; text-align: center; }
.case-list { display: grid; gap: 1.4rem; grid-template-columns: repeat(2, 1fr); }
.case-list-card { background: #fff; border: 1px solid var(--line); padding: 1.8rem; }
.case-list-card h3 { color: var(--navy); margin: 0 0 .5rem; }
.case-list-card p { color: var(--muted); margin: 0; }
.news-detail { margin: 0 auto; max-width: 820px; }
.news-detail-header { border-bottom: 1px solid var(--line); margin-bottom: 2.5rem; padding-bottom: 1.5rem; }
.news-detail-header h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin: .5rem 0 0; }
.news-detail-media { margin: 0 0 2.5rem; }
.news-detail-media img { aspect-ratio: 16 / 8; object-fit: cover; width: 100%; }
.news-detail-body p { color: var(--muted); line-height: 2.2; }
.news-detail-back { margin-top: 3rem; }
.legal { margin: 0 auto; max-width: 850px; }
.legal h2 { color: var(--navy); font-size: 1.5rem; margin: 2.8rem 0 .8rem; }
.legal p, .legal li { color: var(--muted); line-height: 2; }
.legal ol { padding-left: 1.4rem; }
.form-stepper { display: flex; gap: 0; list-style: none; margin: 0 auto 3rem; max-width: 720px; padding: 0; }
.form-stepper li { background: var(--soft); border-bottom: 2px solid var(--line); color: var(--muted); flex: 1; font-size: .82rem; padding: .75rem; text-align: center; }
.form-stepper li.is-current { background: var(--navy); border-bottom-color: var(--navy); color: #fff; font-weight: 800; }
.form-error { background: #fff3ed; border-left: 4px solid var(--orange); color: #8b4500; margin-bottom: 1.2rem; padding: 1rem 1.2rem; }
.form-error ul { margin: 0; padding-left: 1.3rem; }
.confirm-table { border-top: 1px solid var(--line); margin-bottom: 1.7rem; }
.confirm-row { border-bottom: 1px solid var(--line); display: grid; gap: 1.5rem; grid-template-columns: 180px 1fr; padding: 1rem 0; }
.confirm-row dt { color: var(--navy); font-weight: 800; }
.confirm-row dd { margin: 0; white-space: pre-wrap; word-break: break-word; }
.form-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.success-screen { margin: 0 auto; max-width: 720px; text-align: center; }
.success-screen h2 { color: var(--navy); font-size: clamp(1.9rem, 4vw, 3rem); }
.success-screen p { color: var(--muted); line-height: 2; }
.honeypot { height: 1px; left: -9999px; overflow: hidden; position: absolute; top: auto; width: 1px; }
.site-header.is-scrolled + main .page-top { padding-top: 11rem; }
@media (max-width: 900px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-points { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .detail-hero, .detail-hero--reverse { grid-template-columns: 1fr; }
  .detail-hero--reverse .detail-hero-media { order: 0; }
  .products-grid, .case-list { grid-template-columns: 1fr; }
  .confirm-row { gap: .4rem; grid-template-columns: 1fr; }
  .form-stepper li { font-size: .72rem; padding: .6rem .3rem; }
}

/* Access page */
.access-layout { align-items: center; display: grid; gap: clamp(2rem, 6vw, 6rem); grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); }
.access-copy h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); line-height: 1.45; margin: .45rem 0 1.2rem; }
.access-copy > p:not(.eyebrow) { color: var(--muted); line-height: 2; }
.access-details { border-top: 1px solid var(--line); margin: 2rem 0 0; }
.access-details > div { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.access-details dt { color: var(--navy); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.access-details dd { margin: .25rem 0 0; }
.access-details a { color: var(--navy); font-weight: 800; text-decoration: none; }
.access-map-wrap { background: var(--soft); border: 1px solid var(--line); box-shadow: 10px 12px 0 rgba(21,81,143,.1); overflow: hidden; }
.access-map { border: 0; display: block; min-height: 500px; width: 100%; }

/* Product detail page */
.product-detail-heading .product-category-badge { background: var(--navy); color: #fff; display: inline-block; font-size: .78rem; font-weight: 800; margin-bottom: .8rem; padding: .3rem .7rem; }
.product-detail-heading h1 { margin-top: 0; }
.product-detail-panel { background: #fff; border: 1px solid var(--line); box-shadow: 10px 12px 0 rgba(21,81,143,.1); padding: clamp(1.4rem, 5vw, 4rem); }
.product-detail-media { margin: 0 auto 3rem; max-width: 1080px; overflow: hidden; }
.product-detail-media img { aspect-ratio: 16 / 7; object-fit: cover; width: 100%; }
.product-detail-content { margin: 0 auto; max-width: 980px; }
.product-detail-content h2 { font-size: clamp(2rem, 4vw, 3.3rem); margin: .35rem 0 .8rem; }
.product-detail-lead { color: var(--muted); line-height: 2; margin-bottom: 2rem; }
.product-specs { border-top: 1px solid var(--line); margin: 0 0 2.3rem; }
.product-specs > div { border-bottom: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: 190px 1fr; padding: 1rem 0; }
.product-specs dt { color: var(--ink); font-weight: 800; }
.product-specs dd { color: var(--muted); margin: 0; }
.product-detail-content .form-actions { justify-content: center; }

@media (max-width: 900px) {
  .access-layout { grid-template-columns: 1fr; }
  .access-copy { max-width: 650px; }
  .access-map { min-height: 420px; }
}
@media (max-width: 680px) {
  .product-detail-panel { padding: 1rem; }
  .product-detail-media { margin-bottom: 2rem; }
  .product-detail-media img { aspect-ratio: 4 / 3; }
  .product-specs > div { gap: .3rem; grid-template-columns: 1fr; }
  .product-detail-content .form-actions .button { flex: 1 1 100%; }
  .access-map { min-height: 360px; }
}
