:root {
  --blue: #075abc;
  --blue-deep: #06458f;
  --blue-pale: #eaf3ff;
  --navy: #10243e;
  --text: #43546a;
  --muted: #758499;
  --line: #dce4ed;
  --paper: #ffffff;
  --soft: #f5f8fc;
  --gold: #b89558;
  --shadow: 0 18px 50px rgba(16, 36, 62, .12);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 56px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }

.topline { height: 34px; color: #66778a; border-bottom: 1px solid #e8edf2; background: #f7f9fb; font-size: 12px; }
.topline-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topline a:hover { color: var(--blue); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(10, 35, 63, .09); backdrop-filter: blur(12px); }
.nav-shell { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: flex; align-items: center; min-width: 0; gap: 15px; }
.brand-logo-crop { width: 116px; height: 56px; display: block; flex: 0 0 116px; overflow: hidden; }
.brand-logo-crop img { width: 100%; height: 100%; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; min-width: 0; }
.brand strong { color: var(--navy); font-size: 18px; line-height: 1.35; letter-spacing: .04em; white-space: nowrap; }
.brand small { color: #7a8999; font-size: 9px; line-height: 1.35; letter-spacing: .02em; white-space: nowrap; }
.main-nav { align-self: stretch; display: flex; align-items: stretch; gap: 35px; }
.main-nav a { position: relative; display: flex; align-items: center; color: #34465c; font-size: 15px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: 0; height: 3px; background: var(--blue); transition: .25s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--blue); }
.main-nav a:hover::after, .main-nav a.is-active::after { left: 0; right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--navy); }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.mobile-backdrop { position: fixed; z-index: 90; inset: 0; background: rgba(8, 26, 46, .45); }

.hero { position: relative; overflow: hidden; background: linear-gradient(105deg, #fff 0%, #fff 55%, #f3f7fb 55%, #f3f7fb 100%); }
.hero::before { content: ""; position: absolute; width: 440px; height: 440px; left: -250px; top: -290px; border: 90px solid rgba(7,90,188,.045); border-radius: 50%; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: 47% 53%; align-items: stretch; }
.hero-copy { position: relative; z-index: 2; padding: 112px 70px 94px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 13px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .15em; }
.eyebrow i { width: 34px; height: 3px; background: var(--blue); }
.hero h1 { margin: 0; color: var(--navy); font-size: clamp(48px, 5vw, 78px); line-height: 1.12; letter-spacing: -.035em; }
.hero h2 { margin: 24px 0 0; color: var(--blue); font-size: 20px; font-weight: 600; letter-spacing: .14em; }
.hero-copy > p { max-width: 590px; margin: 27px 0 0; color: #5e6f83; font-size: 17px; line-height: 2; }
.hero-visual { position: relative; min-width: 0; padding: 48px 0 48px 44px; }
.image-frame { position: relative; overflow: hidden; background: #e9eef4; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.image-frame:hover img { transform: scale(1.025); }
.image-fallback { display: none; position: absolute; inset: 0; align-items: center; justify-content: center; background: linear-gradient(135deg, #eaf1f8, #d4e4f7); color: rgba(7,90,188,.18); }
.image-fallback span { font-size: 96px; font-weight: 900; letter-spacing: -.08em; }
.image-frame.is-missing img { display: none; }
.image-frame.is-missing .image-fallback { display: flex; }
.image-carousel { position: relative; overflow: hidden; background: #e9eef4; }
.carousel-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .65s ease; }
.carousel-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.carousel-slide img { transform: none !important; }
.carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 42px; height: 42px; padding: 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(8,36,67,.38); font-size: 31px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s, border-color .2s; }
.carousel-arrow:hover, .carousel-arrow:focus-visible { border-color: white; background: rgba(7,90,188,.9); outline: 0; }
.carousel-prev { left: 18px; }
.carousel-next { right: 18px; }
.carousel-dots { position: absolute; z-index: 4; left: 50%; bottom: 18px; display: flex; gap: 9px; transform: translateX(-50%); }
.carousel-dots button { width: 9px; height: 9px; padding: 0; border: 1px solid white; border-radius: 50%; background: rgba(255,255,255,.35); box-shadow: 0 1px 4px rgba(0,0,0,.24); cursor: pointer; }
.carousel-dots button.is-active { width: 28px; border-radius: 8px; background: white; }
.hero-image { height: 100%; min-height: 564px; box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(5,38,75,.22)); pointer-events: none; }
.product-hero-carousel { background: white; }
.product-hero-carousel .carousel-slide img { padding: 18px; object-fit: contain; background: white; }
.product-hero-carousel::after { background: linear-gradient(180deg, transparent 72%, rgba(5,38,75,.11)); }
.hero-caption { position: absolute; z-index: 3; right: 26px; bottom: 74px; display: flex; align-items: center; gap: 12px; color: white; font-size: 12px; letter-spacing: .18em; text-shadow: 0 2px 8px rgba(0,0,0,.3); }
.hero-caption i { width: 35px; height: 1px; background: white; }
.button-row { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 14px; }
.button { min-height: 50px; padding: 12px 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(7,90,188,.18); }
.button-primary:hover { background: var(--blue-deep); }
.button-secondary { color: var(--navy); border-color: #c8d2dd; background: white; }
.button-secondary:hover { border-color: var(--blue); color: var(--blue); }
.button-light { color: var(--blue); background: white; }
.hero-compact .hero-grid { min-height: 470px; }
.hero-compact .hero-copy { padding-top: 76px; padding-bottom: 76px; }
.hero-compact .hero h1 { font-size: clamp(42px, 4.5vw, 62px); }
.hero-compact .hero-visual { padding-top: 34px; padding-bottom: 34px; }
.hero-compact .hero-image { min-height: 402px; }

.section { padding: 110px 0; }
.section-head { margin-bottom: 48px; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; }
.section-head span, .profile-title > span, .quality-grid > div > span, .contact-band span { color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.section-head h2, .profile-title h2, .quality-grid h2 { margin: 8px 0 0; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.25; }
.section-head p { max-width: 510px; margin: 0; justify-self: end; color: #718095; }

.stats-strip, .stats-panel { position: relative; z-index: 5; margin-top: -1px; color: white; background: var(--blue); }
.stats-grid { min-height: 128px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.stats-grid > div { padding: 7px 28px; border-right: 1px solid rgba(255,255,255,.25); }
.stats-grid > div:first-child { padding-left: 0; }
.stats-grid > div:last-child { border: 0; }
.stats-grid strong { display: block; font-size: 34px; line-height: 1.2; font-weight: 500; }
.stats-grid span { display: block; margin-top: 6px; color: rgba(255,255,255,.82); font-size: 13px; }

.products-section { background: var(--soft); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; background: white; box-shadow: 0 10px 34px rgba(24,44,68,.06); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1.15; }
.product-image img { object-fit: contain; padding: 12px; background: #fff; }
.product-copy { padding: 26px 25px 27px; }
.product-copy small, .detail-copy small, .workshop-row small { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.product-copy h3 { margin: 8px 0 10px; color: var(--navy); font-size: 22px; }
.product-copy p { min-height: 88px; margin: 0; font-size: 14px; color: #6b7a8d; }
.product-copy a, .text-link { margin-top: 19px; display: inline-flex; gap: 22px; color: var(--blue); font-size: 14px; font-weight: 700; }

.about-band { background: white; }
.about-grid { display: grid; grid-template-columns: 52% 48%; align-items: stretch; }
.about-image { min-height: 600px; }
.about-copy { padding: 38px 0 34px 80px; }
.about-copy h2 { margin: 0; color: var(--navy); font-size: clamp(37px, 4vw, 54px); line-height: 1.3; }
.about-copy > p { margin: 25px 0 28px; color: #68788c; }
.about-copy ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.about-copy li { padding: 17px 0; display: flex; align-items: center; gap: 26px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.about-copy li b { color: var(--blue); font-size: 12px; }
.advantages-section { background: var(--navy); }
.advantages-section .section-head h2 { color: white; }
.advantages-section .section-head p { color: #aebccc; }
.advantage-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.advantage-grid article { padding: 38px 30px 42px; border-right: 1px solid rgba(255,255,255,.16); }
.advantage-grid article:first-child { padding-left: 0; }
.advantage-grid article:last-child { border: 0; }
.advantage-grid span { color: #5e94d2; font-size: 13px; }
.advantage-grid h3 { margin: 38px 0 15px; color: white; font-size: 22px; }
.advantage-grid p { margin: 0; color: #aebccc; font-size: 14px; }
.workshop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.workshop-image { aspect-ratio: 1.55; }

.detail-section { padding-top: 60px; }
.product-detail { padding: 72px 0; display: grid; grid-template-columns: 38% 62%; gap: 70px; border-bottom: 1px solid var(--line); }
.product-detail:last-child { border-bottom: 0; }
.detail-media { position: relative; min-width: 0; }
.detail-media > span { position: absolute; left: -18px; top: -18px; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; color: white; background: var(--blue); font-weight: 700; }
.detail-image { aspect-ratio: 1.05; background: #fff; border: 1px solid var(--line); }
.detail-image img { padding: 18px; object-fit: contain; }
.detail-copy h2 { margin: 7px 0 16px; color: var(--navy); font-size: 38px; }
.detail-copy > p { margin: 0 0 23px; }
.feature-list { margin: 0 0 28px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; }
.feature-list li { padding: 10px 0 10px 24px; position: relative; color: var(--navy); font-size: 14px; font-weight: 600; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: 20px; width: 7px; height: 7px; background: var(--blue); transform: rotate(45deg); }
.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 670px; border-collapse: collapse; font-size: 12px; text-align: center; }
th { padding: 12px 10px; color: white; background: var(--blue); font-weight: 600; }
td { padding: 10px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #53657a; }
tr:last-child td { border-bottom: 0; }
td:last-child { border-right: 0; }
tbody tr:nth-child(even) { background: var(--soft); }

.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { min-height: 240px; padding: 30px; background: white; border-top: 3px solid transparent; transition: .25s; }
.process-grid article:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-4px); }
.process-grid span { color: var(--blue); font-size: 12px; font-weight: 700; }
.process-grid h3 { margin: 36px 0 11px; color: var(--navy); font-size: 22px; }
.process-grid p { margin: 0; color: #728095; font-size: 14px; }
.workshop-detail { padding-bottom: 55px; }
.workshop-row { margin-bottom: 55px; display: grid; grid-template-columns: 58% 42%; align-items: center; }
.workshop-row.reverse { grid-template-columns: 42% 58%; }
.workshop-row.reverse .workshop-detail-image { order: 2; }
.workshop-row > div:not(.image-frame) { padding: 50px 60px; }
.workshop-detail-image { aspect-ratio: 1.6; }
.workshop-row h2 { margin: 7px 0 12px; color: var(--navy); font-size: 38px; }
.workshop-row p { margin: 8px 0; }
.quality-band { color: white; background: linear-gradient(110deg, var(--blue-deep), var(--blue)); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 55px; }
.quality-grid > div > span { color: #b8dafb; }
.quality-grid h2 { color: white; font-size: 36px; }
.quality-grid p { margin: 0; color: #d8e8fa; }

.profile-grid { display: grid; grid-template-columns: 42% 58%; gap: 80px; }
.rich-text { color: #5e6f84; font-size: 17px; }
.rich-text p { margin: 0 0 22px; }
.stats-panel { margin: 0; }
.honors-section { background: var(--soft); }
.honor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.honor-grid article { min-height: 160px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #e0e7ee; background: white; }
.honor-grid span { color: var(--blue); font-size: 16px; line-height: 1.45; font-weight: 700; }
.honor-grid h3 { margin: 35px 0 0; color: var(--navy); font-size: 18px; line-height: 1.5; }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: 40% 60%; gap: 60px; align-items: start; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-cards article { min-height: 150px; padding: 25px; background: white; border-left: 3px solid var(--blue); }
.contact-cards small { display: block; margin-bottom: 20px; color: #8290a0; font-size: 10px; letter-spacing: .09em; }
.contact-cards a, .contact-cards p { margin: 0; color: var(--navy); font-size: 16px; font-weight: 700; word-break: break-word; }
.contact-cards a:hover { color: var(--blue); }
.inquiry-form { padding: 45px; background: white; box-shadow: var(--shadow); }
.form-heading span { color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.form-heading h2 { margin: 6px 0; color: var(--navy); font-size: 32px; }
.form-heading p { margin: 0 0 27px; color: #8491a1; font-size: 13px; }
.inquiry-form label { margin-bottom: 18px; display: block; color: var(--navy); font-size: 13px; font-weight: 700; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form input, .inquiry-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--navy); border: 1px solid #d5dee7; border-radius: 2px; background: #fbfcfd; outline: 0; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,90,188,.08); }
.standard-content { max-width: 850px; }

.contact-band { padding: 72px 0; color: white; background: var(--blue); }
.contact-band > .container { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.contact-band span { color: #c5e0ff; }
.contact-band h2 { margin: 5px 0; font-size: 38px; }
.contact-band p { margin: 0; color: #dbeaff; }
.contact-band-actions { display: flex; align-items: center; gap: 28px; }
.contact-band-actions > a:last-child { font-size: 20px; font-weight: 700; white-space: nowrap; }
.empty-state { min-height: 55vh; padding: 100px 30px; text-align: center; }

.site-footer { padding-top: 65px; color: #aebaca; background: #091b31; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-brand { padding-top: 2px; }
.footer-brand h2 { margin: 0 0 7px; color: white; font-size: 23px; line-height: 1.45; }
.footer-brand p { margin: 0; color: #aebaca; font-size: 12px; letter-spacing: .015em; }
.site-footer h3 { margin: 0 0 22px; color: white; font-size: 14px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links a:hover, .footer-contact a:hover { color: white; }
.footer-bottom { padding: 17px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom a { color: #7fa9d8; }
.footer-meta-links { display: flex; align-items: center; gap: 24px; }

@media (max-width: 1050px) {
  .container { width: min(100% - 40px, var(--container)); }
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 50% 50%; }
  .hero-copy { padding-right: 45px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 34% 66%; gap: 40px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid .button { justify-self: start; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .topline { display: none; }
  .nav-shell { height: 72px; }
  .brand { gap: 11px; }
  .brand-logo-crop { width: 88px; height: 43px; flex-basis: 88px; }
  .brand-logo-crop img { height: 100%; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; z-index: 110; top: 0; right: 0; bottom: 0; width: min(330px, 84vw); padding: 90px 32px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: white; box-shadow: -15px 0 45px rgba(9,27,49,.18); transform: translateX(105%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { min-height: 58px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { left: 0; right: auto; width: 0; }
  .main-nav a.is-active::after { width: 36px; }
  .hero { background: white; }
  .hero-grid, .hero-compact .hero-grid { min-height: auto; display: flex; flex-direction: column; }
  .hero-copy, .hero-compact .hero-copy { padding: 72px 0 45px; }
  .hero h1 { font-size: 50px; }
  .hero-visual, .hero-compact .hero-visual { padding: 0 0 48px 36px; }
  .hero-image, .hero-compact .hero-image { min-height: 410px; height: 62vw; }
  .stats-grid { grid-template-columns: 1fr 1fr; padding: 20px 0; }
  .stats-grid > div { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stats-grid > div:first-child { padding-left: 20px; }
  .section { padding: 78px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; }
  .section-head p { justify-self: start; }
  .about-grid { grid-template-columns: 1fr; }
  .about-image { min-height: 420px; }
  .about-copy { padding: 55px 0 0; }
  .advantage-grid { grid-template-columns: 1fr 1fr; }
  .advantage-grid article:nth-child(2) { border-right: 0; }
  .process-grid, .honor-grid { grid-template-columns: 1fr 1fr; }
  .product-detail { grid-template-columns: 1fr; }
  .detail-media { max-width: 520px; }
  .workshop-row, .workshop-row.reverse { grid-template-columns: 1fr; }
  .workshop-row.reverse .workshop-detail-image { order: 0; }
  .workshop-row > div:not(.image-frame) { padding: 35px 0; }
  .profile-grid { grid-template-columns: 1fr; gap: 35px; }
  .contact-band > .container { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .brand { gap: 9px; }
  .brand-logo-crop { width: 80px; height: 39px; flex-basis: 80px; }
  .brand-logo-crop img { height: 100%; }
  .brand strong { font-size: 13px; letter-spacing: 0; }
  .hero-copy, .hero-compact .hero-copy { padding-top: 55px; }
  .hero h1, .hero-compact .hero h1 { font-size: 40px; }
  .hero h2 { font-size: 15px; }
  .hero-copy > p { font-size: 15px; }
  .hero-visual, .hero-compact .hero-visual { padding-left: 22px; }
  .hero-image, .hero-compact .hero-image { min-height: 330px; }
  .carousel-arrow { width: 38px; height: 38px; font-size: 27px; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section-head h2, .profile-title h2 { font-size: 34px; }
  .product-grid, .workshop-grid, .advantage-grid, .process-grid, .honor-grid, .contact-cards { grid-template-columns: 1fr; }
  .product-copy p { min-height: auto; }
  .advantage-grid article, .advantage-grid article:first-child, .advantage-grid article:nth-child(2) { padding: 30px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .stats-grid strong { font-size: 28px; }
  .detail-section { padding-top: 25px; }
  .product-detail { padding: 55px 0; }
  .feature-list { grid-template-columns: 1fr; }
  .detail-copy h2 { font-size: 31px; }
  .quality-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-cards article { min-height: 130px; }
  .inquiry-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-band-actions { width: 100%; align-items: flex-start; flex-direction: column; }
  .contact-band-actions .button { width: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .footer-meta-links { align-items: flex-start; flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
