:root {
  --ink: #102a36;
  --ink-soft: #435f6b;
  --blue: #087f9d;
  --cyan: #14b8d4;
  --cyan-soft: #dff6fa;
  --paper: #ffffff;
  --surface: #f3f8f9;
  --surface-blue: #eaf4f6;
  --navy: #092533;
  --line: #d7e3e6;
  --line-dark: rgba(255, 255, 255, .17);
  --max: 1180px;
  --header: 76px;
  --font-sans: "Pretendard", "SUIT", "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-latin: "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header) + 20px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; font: inherit; }
button { border: 0; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--cyan); color: #04202a; font-weight: 800; transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.section { padding: clamp(76px, 8vw, 116px) 0; }
.eyebrow, .overline { margin-bottom: 18px; color: var(--blue); font-family: var(--font-latin); font-size: .8rem; font-weight: 800; letter-spacing: .18em; line-height: 1.3; }
.section-heading h2 { max-width: 18ch; margin-bottom: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.14; letter-spacing: -.052em; word-break: keep-all; line-break: strict; text-wrap: balance; }
.section-heading > p:last-child { max-width: 420px; margin: 24px 0 0; color: var(--ink-soft); }

.site-header { position: fixed; z-index: 80; inset: 0 0 auto; border-bottom: 1px solid rgba(16, 42, 54, .11); background: rgba(255, 255, 255, .93); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; width: min(1320px, calc(100% - 48px)); height: var(--header); margin-inline: auto; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-name { color: var(--ink); font-family: var(--font-latin); font-size: .82rem; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.brand-name strong { color: var(--blue); }
.brand-wave { display: flex; height: 26px; align-items: center; gap: 3px; }
.brand-wave i { display: block; width: 3px; border-radius: 2px; background: var(--blue); }
.brand-wave i:nth-child(1), .brand-wave i:nth-child(5) { height: 8px; }
.brand-wave i:nth-child(2), .brand-wave i:nth-child(4) { height: 17px; }
.brand-wave i:nth-child(3) { height: 26px; }
.primary-nav { display: flex; align-items: center; gap: clamp(13px, 2vw, 30px); }
.primary-nav > a { color: #304d59; font-size: .9rem; font-weight: 700; transition: color .2s; }
.primary-nav > a:hover { color: var(--blue); }
.primary-nav .nav-phone { margin-left: 4px; padding: 10px 16px; border: 1px solid #9bcbd5; border-radius: 100px; color: var(--blue); }
.nav-phone span { color: #607984; font-size: .8125rem; }
.menu-toggle { display: none; position: relative; width: 44px; height: 44px; background: transparent; cursor: pointer; }
.menu-toggle span { position: absolute; left: 10px; width: 24px; height: 2px; background: var(--ink); transition: transform .2s, top .2s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.hero { position: relative; display: grid; min-height: 710px; padding-top: var(--header); align-items: center; overflow: hidden; background: var(--surface); }
.hero-image { position: absolute; inset: var(--header) 0 0 48%; width: 52%; height: calc(100% - var(--header)); object-fit: cover; object-position: 62% center; }
.hero-overlay { position: absolute; inset: var(--header) 0 0; background: linear-gradient(90deg, var(--surface) 0%, var(--surface) 43%, rgba(243, 248, 249, .92) 51%, rgba(243, 248, 249, .18) 69%, transparent 100%); }
.hero-layout { position: relative; z-index: 2; }
.hero-copy { max-width: 730px; }
.hero h1 { max-width: 760px; margin: 0 0 26px; font-size: clamp(3rem, 5.3vw, 5.3rem); line-height: 1.08; letter-spacing: -.066em; }
.hero h1 em { display: inline-block; color: var(--blue); font-style: normal; }
.hero-lead { max-width: 570px; margin-bottom: 0; color: var(--ink-soft); font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.8; }
.hero-actions { display: flex; margin-top: 34px; align-items: center; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 54px; padding: 0 24px; align-items: center; justify-content: center; gap: 28px; border: 1px solid transparent; cursor: pointer; font-weight: 800; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #056b85; }
.button-ghost { border-color: #9db8c1; background: rgba(255, 255, 255, .72); color: var(--ink); }
.button-ghost:hover { border-color: var(--ink); background: #fff; }
.hero-contact { margin: 20px 0 0; color: #6a818b; font-size: .9rem; }
.hero-contact a { margin-left: 8px; color: var(--ink); font-weight: 800; }
.hero-social { margin-top: 12px; }
.hero-social .social-icon { width: 30px; height: 30px; border-color: #9db8c1; color: #31535f; }
.hero-social .social-icon svg { width: 15px; height: 15px; }
.scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - var(--max)) / 2)); bottom: 30px; display: flex; align-items: center; gap: 14px; color: #fff; font-family: var(--font-latin); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-shadow: 0 1px 8px rgba(0,0,0,.3); }
.scroll-cue i { display: block; width: 52px; height: 2px; background: var(--cyan); }

.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust article { display: grid; min-height: 134px; padding: 28px 34px; grid-template-columns: auto 1fr; align-items: center; gap: 26px; border-right: 1px solid var(--line); }
.trust article:first-child { border-left: 1px solid var(--line); }
.trust strong { color: var(--ink); font-family: var(--font-latin); font-size: clamp(1.45rem, 2.3vw, 2.2rem); letter-spacing: -.04em; white-space: nowrap; }
.trust strong small { color: var(--blue); font-size: .45em; letter-spacing: .05em; }
.trust p { margin: 0; color: var(--ink-soft); font-size: .86rem; line-height: 1.6; }

.about { background: #fff; }
.split-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(56px, 8vw, 118px); }
.about-copy .lead { margin-bottom: 24px; font-size: clamp(1.22rem, 1.9vw, 1.48rem); font-weight: 750; line-height: 1.65; letter-spacing: -.025em; }
.about-copy > p:not(.lead) { max-width: 670px; color: var(--ink-soft); }
.about-facts { margin-top: 36px; border-top: 1px solid var(--line); }
.about-facts div { display: grid; padding: 15px 0; grid-template-columns: 120px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.about-facts span { color: #6b818a; font-size: .88rem; }
.about-facts strong { font-size: .94rem; }

.services { background: var(--surface-blue); }
.section-topline { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; margin-bottom: 48px; }
.section-topline > p { margin: 0 0 5px; color: var(--ink-soft); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-item { overflow: hidden; border: 1px solid #cddfe3; background: #fff; box-shadow: 0 18px 44px rgba(16, 56, 70, .07); transition: transform .25s, box-shadow .25s; }
.service-item:hover { transform: translateY(-4px); box-shadow: 0 22px 50px rgba(16, 56, 70, .12); }
.service-image { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.service-image-sound { object-position: 66% center; }
.service-content { position: relative; padding: 28px 32px 32px; }
.service-meta { display: flex; margin-bottom: 24px; justify-content: space-between; color: #718790; font-family: var(--font-latin); font-size: .75rem; font-weight: 750; letter-spacing: .09em; }
.service-meta span:first-child { color: var(--blue); }
.service-icon { position: absolute; top: 67px; right: 32px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #b8d9df; background: var(--cyan-soft); color: var(--blue); }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-item h3 { max-width: calc(100% - 64px); margin-bottom: 10px; font-size: clamp(1.45rem, 2.2vw, 1.9rem); letter-spacing: -.035em; }
.service-item p { max-width: 440px; margin-bottom: 0; color: var(--ink-soft); }
.service-disclaimer { margin: 20px 2px 0; color: #6b828b; font-size: .78rem; }
.service-page-links { display: grid; margin-top: 36px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-page-links a { display: flex; min-height: 74px; padding: 16px; align-items: center; justify-content: space-between; gap: 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font-size: .92rem; font-weight: 800; }
.service-page-links a:hover { background: #e7f5f7; color: var(--blue); }
.detail-hero { padding: calc(var(--header) + 92px) 0 88px; background: linear-gradient(120deg, #f3f8f9, #e1f3f6); }
.detail-hero .container { max-width: 980px; margin-left: max(24px, calc((100% - var(--max)) / 2)); }
.detail-hero h1 { max-width: 18ch; margin: 0; color: var(--ink); font-size: clamp(2.45rem, 5vw, 5rem); line-height: 1.12; letter-spacing: -.065em; word-break: keep-all; }
.detail-hero h1 em { color: var(--blue); font-style: normal; }
.detail-hero .container > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 0; color: var(--ink-soft); font-size: 1.08rem; }
.detail-hero .hero-actions { margin-top: 34px; }
.detail-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 116px); }
.detail-grid h2, .detail-band h2, .detail-cta h2 { max-width: 18ch; margin: 0; color: var(--ink); font-size: clamp(2.15rem, 3.7vw, 3.8rem); line-height: 1.16; letter-spacing: -.055em; word-break: keep-all; }
.detail-list { border-top: 1px solid var(--line); }
.detail-list article { padding: 26px 0; border-bottom: 1px solid var(--line); }
.detail-list h3 { margin: 0 0 9px; font-size: 1.2rem; }
.detail-list p { margin: 0; color: var(--ink-soft); }
.detail-band { background: #eff8f9; }
.check-grid { display: grid; margin-top: 40px; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.check-grid > div { min-height: 144px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.check-grid strong { color: var(--blue); font-family: var(--font-latin); font-size: 1.1rem; }
.check-grid p { margin: 28px 0 0; font-weight: 800; }
.detail-cta { background: linear-gradient(120deg, #092533, #0d4354); color: #fff; }
.detail-cta .eyebrow { color: #64d8e9; }
.detail-cta h2 { color: #fff; }
.detail-cta .contact-phone { margin-top: 34px; }
.faq-hero { background: linear-gradient(120deg, #f4f9fa, #fff); }
.faq-list { max-width: 860px; }
.faq-list details { padding: 25px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; color: var(--ink); font-size: 1.16rem; font-weight: 800; }
.faq-list p { max-width: 720px; margin: 16px 32px 0 0; color: var(--ink-soft); }

.rider-intro { max-width: 720px; margin: 24px 0 0; color: var(--ink-soft); }
.rider-print-header { display: none; }
.rider-sample { display: grid; max-width: 920px; margin-top: 34px; padding: 26px 28px; grid-template-columns: .8fr 1.2fr; gap: 28px; border: 1px solid #b8d9df; background: var(--cyan-soft); }
.rider-sample h3 { margin: 0; font-size: 1.28rem; }
.rider-sample dl { display: grid; margin: 0; grid-template-columns: 116px 1fr; gap: 7px 18px; }
.rider-sample dt { color: #50707a; font-size: .86rem; }
.rider-sample dd { margin: 0; font-weight: 750; }
.rider-form { margin-top: 48px; }
.rider-section { margin-top: 42px; padding-top: 28px; border-top: 2px solid var(--ink); }
.rider-section h2 { margin-bottom: 24px; font-size: clamp(1.45rem, 2.3vw, 2rem); letter-spacing: -.035em; }
.rider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 22px; }
.rider-field { display: grid; gap: 8px; }
.rider-field-full { grid-column: 1 / -1; }
.rider-field label { font-size: .9rem; font-weight: 800; }
.rider-field input, .rider-field select, .rider-field textarea { width: 100%; padding: 13px 14px; border: 1px solid #b8cbd1; border-radius: 0; background: #fff; line-height: 1.5; }
.rider-field textarea { min-height: 112px; resize: vertical; }
.rider-help { margin: -2px 0 0; color: var(--ink-soft); font-size: .84rem; }
.rider-actions { display: flex; margin-top: 34px; gap: 12px; flex-wrap: wrap; }
@media (max-width: 640px) { .rider-grid, .rider-sample { grid-template-columns: 1fr; } .rider-field-full { grid-column: auto; } .rider-actions { align-items: stretch; flex-direction: column; } .rider-actions .button { width: 100%; } .rider-sample dl { grid-template-columns: 96px 1fr; } }
@page { size: A4 portrait; margin: 8mm; }
@media print {
  .site-header, .site-footer, .mobile-cta, .detail-hero, .detail-band, .detail-cta, .rider-print-hide, .rider-sample { display: none !important; }
  html, body { background: #fff; color: #102a36; font-size: 8pt; line-height: 1.28; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .section, #rider-form { padding: 0; }
  .container { width: 100%; margin: 0; }
  #rider-form > .container > .eyebrow { display: none; }
  .rider-print-header { display: flex; margin: 0 0 8px; padding: 0 0 7px; align-items: end; justify-content: space-between; border-bottom: 3px solid #087f9d; }
  .rider-print-brand { display: block; color: #102a36; font-family: var(--font-latin); font-size: 12pt; font-weight: 800; letter-spacing: .12em; }
  .rider-print-type { display: block; margin-top: 1px; color: #087f9d; font-family: var(--font-latin); font-size: 6.5pt; font-weight: 800; letter-spacing: .14em; }
  .rider-print-header p { margin: 0; color: #56717b; font-size: 7.5pt; }
  .rider-print-header strong { color: #102a36; font-family: var(--font-latin); font-size: 9pt; }
  #rider-form > .container > h2 { margin: 0 0 7px; color: #102a36; font-size: 16pt; letter-spacing: -.05em; }
  .rider-intro { display: none; }
  .rider-form { margin: 0; }
  .rider-section { break-inside: avoid; margin-top: 7px; padding-top: 6px; border-top: 1px solid #9fc5cd; }
  .rider-section h2 { display: inline-block; margin: 0 0 5px; padding: 2px 6px; background: #e7f5f7; color: #075d75; font-size: 9.5pt; letter-spacing: -.025em; }
  .rider-grid { gap: 4px 8px; }
  .rider-field { gap: 1px; }
  .rider-field label { color: #46636d; font-size: 7.2pt; font-weight: 800; line-height: 1.2; }
  .rider-field input, .rider-field select, .rider-field textarea { min-height: 22px; padding: 3px 5px; border: 1px solid #9bb0b6; background: #fcfefe; border-radius: 0; color: #102a36; font-size: 8pt; line-height: 1.2; }
  .rider-field textarea { min-height: 38px; height: 38px; resize: none; }
  .rider-help { display: none; }
}

.process { background: #fff; }
.process-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 8vw, 112px); }
.process-heading { align-self: start; position: sticky; top: calc(var(--header) + 40px); }
.inline-link { display: inline-flex; margin-top: 12px; align-items: center; gap: 22px; border-bottom: 1px solid #74bbc9; color: var(--blue); font-weight: 800; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; padding: 29px 0; grid-template-columns: 62px 1fr; gap: 22px; border-bottom: 1px solid var(--line); }
.step-number { padding-top: 5px; color: var(--blue); font-family: var(--font-latin); font-size: .78rem; font-weight: 800; }
.process-list h3 { margin-bottom: 7px; font-size: 1.25rem; }
.process-list p { margin-bottom: 0; color: var(--ink-soft); }
.process-note { grid-column: 2; margin: 18px 0 0; padding: 18px 0 0 84px; border-top: 1px solid var(--line); color: var(--ink-soft); }

.location-section { background: var(--surface); }
.location-header { display: flex; margin-bottom: 34px; align-items: end; justify-content: space-between; gap: 50px; }
.location-copy { max-width: 520px; }
.location-copy p { margin-bottom: 6px; color: var(--ink-soft); }
.location-copy a { color: var(--blue); font-weight: 800; }
.map-shell { overflow: hidden; height: 420px; border: 1px solid var(--line); background: #dfe9eb; box-shadow: 0 14px 36px rgba(16, 56, 70, .08); }
.map-shell iframe { display: block; width: 100%; height: 100%; border: 0; }
.map-link { display: inline-flex; min-height: 50px; margin-top: 18px; padding: 0 20px; align-items: center; gap: 28px; border: 1px solid #6d8b96; color: var(--ink); font-weight: 800; transition: background .2s, color .2s; }
.map-link:hover { background: var(--ink); color: #fff; }

.contact { background: linear-gradient(120deg, #092533, #0d4354); color: #fff; }
.contact .eyebrow { color: #64d8e9; }
.contact-layout { display: block; }
.contact-copy { max-width: 760px; }
.contact-copy h2 { margin-bottom: 26px; font-size: clamp(2.4rem, 4.6vw, 4.6rem); line-height: 1.14; letter-spacing: -.058em; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #bed0d7; }
.contact-phone { display: grid; max-width: 500px; margin-top: 38px; padding: 20px 0; grid-template-columns: 1fr auto; align-items: center; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.contact-phone small { grid-column: 1; color: #aac0c8; }
.contact-phone strong { grid-column: 1; color: #69d9e9; font-family: var(--font-latin); font-size: clamp(1.75rem, 3vw, 2.7rem); letter-spacing: -.03em; }
.contact-phone span { grid-column: 2; grid-row: 1 / span 2; color: #69d9e9; font-size: 1.5rem; }
.contact-form { padding: 32px; border: 1px solid var(--line-dark); background: rgba(5, 24, 32, .38); }
.form-title { display: flex; margin-bottom: 26px; padding-bottom: 18px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line-dark); }
.form-title strong { font-size: 1.08rem; }
.form-title span { max-width: 270px; color: #b5c8cf; font-size: .84rem; line-height: 1.55; text-align: right; }
.contact-form label { display: block; margin: 16px 0 6px; color: #c4d5db; font-size: .88rem; font-weight: 700; }
.contact-form input, .contact-form select { display: block; width: 100%; min-height: 50px; padding: 0 12px; border: 1px solid #55727d; border-radius: 0; background: #092734; color: #fff; }
.contact-form input::placeholder { color: #8299a2; }
.contact-form input:focus, .contact-form select:focus { border-color: #69d9e9; outline: 2px solid rgba(105, 217, 233, .2); outline-offset: 0; }
.form-submit { width: 100%; margin-top: 26px; background: #5fd3e5; color: #06232d; }
.form-submit:hover { background: #8de4ef; }
.form-phone-link { display: flex; min-height: 48px; margin-top: 10px; padding: 0 16px; align-items: center; justify-content: space-between; border: 1px solid #66818b; color: #edf7f9; font-weight: 800; }
.form-result { min-height: 1.7em; margin: 12px 0 0; color: #a9edf4; font-size: .86rem; }

.site-footer { padding: 56px 0 88px; border-top: 1px solid #173d4a; background: #061a23; color: #fff; }
.site-footer .brand-name { color: #fff; }
.site-footer .brand-name strong { color: #5fd3e5; }
.site-footer .brand-wave i { background: #5fd3e5; }
.footer-main { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 50px; align-items: start; }
.footer-main > div:first-child > p { margin: 18px 0 0; color: #7f9aa4; font-size: .84rem; }
.social-links { display: flex; margin-top: 18px; gap: 9px; }
.social-icon { display: inline-flex; width: 34px; height: 34px; align-items: center; justify-content: center; border: 1px solid #31515d; border-radius: 50%; color: #b8d0d7; }
.social-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.social-icon .fill-dot, .social-icon .fill-shape { fill: currentColor; stroke: none; }
.social-kakao svg { width: 18px; height: 18px; }
.footer-info { color: #90a7b0; font-size: .84rem; }
.footer-info p { margin-bottom: 5px; }
.footer-info a, .top-link { color: #61d4e5; font-weight: 800; }
.footer-bottom { display: flex; margin-top: 40px; padding-top: 22px; align-items: center; justify-content: space-between; border-top: 1px solid var(--line-dark); color: #78929c; font-family: var(--font-latin); font-size: .78rem; letter-spacing: .05em; }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

.wip-home { display: inline-flex; min-height: 44px; padding: 0 16px; align-items: center; border: 1px solid #9db8c1; color: var(--ink); font-weight: 750; }
.wip-main { min-height: 100vh; padding: calc(var(--header) + 66px) 0 96px; background: var(--surface); }
.wip-intro { max-width: 800px; margin-bottom: 48px; }
.wip-intro h1 { margin-bottom: 18px; font-size: clamp(2.6rem, 5.5vw, 5rem); line-height: 1.08; letter-spacing: -.058em; }
.wip-intro p { color: var(--ink-soft); }
.wip-list { display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.wip-item { display: grid; padding: 25px 0; grid-template-columns: 155px 1fr; gap: 34px; border-bottom: 1px solid var(--line); }
.status-tag { align-self: start; justify-self: start; padding: 5px 10px; border: 1px solid #8aa4ae; color: #4f6872; font-size: .84rem; font-weight: 800; }
.status-tag.channel { border-color: #b89b62; color: #806b42; }
.status-tag.deploy { border-color: #65a8b6; color: #227589; }
.wip-item h2 { margin-bottom: 6px; font-size: 1.12rem; }
.wip-item p { margin-bottom: 0; color: var(--ink-soft); }
.wip-back { margin-top: 36px; }

@media (max-width: 1040px) {
  .primary-nav { gap: 21px; }
  .primary-nav > a { font-size: .84rem; }
  .nav-phone span { display: none; }
  .trust article { padding-inline: 23px; gap: 17px; }
  .hero-image { left: 45%; width: 55%; }
}

@media (max-width: 900px) {
  :root { --header: 68px; }
  .container, .nav-wrap { width: min(var(--max), calc(100% - 36px)); }
  .menu-toggle { display: block; z-index: 2; }
  .primary-nav { position: absolute; top: var(--header); left: 0; display: none; width: 100%; padding: 26px 24px 32px; align-items: stretch; gap: 0; flex-direction: column; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, .98); }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-nav .nav-phone { margin: 20px 0 0; padding: 13px 18px; text-align: center; }
  .nav-phone span { display: inline; }
  .hero { min-height: 680px; }
  .hero-image { left: 40%; width: 60%; }
  .hero-overlay { background: linear-gradient(90deg, var(--surface) 0%, rgba(243,248,249,.96) 47%, rgba(243,248,249,.35) 78%); }
  .trust-grid { grid-template-columns: 1fr; }
  .trust article { min-height: 102px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust article:last-child { border-bottom: 0; }
  .split-intro, .section-topline, .process-layout, .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .process-heading { position: static; }
  .process-note { grid-column: auto; padding-left: 0; }
  .location-header { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-info { grid-column: 1 / -1; grid-row: 2; }
  .detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .detail-hero { padding-top: calc(var(--header) + 72px); }
  .service-page-links, .check-grid { grid-template-columns: repeat(2, 1fr); }
  .page-nav { position: absolute; top: var(--header); left: 0; display: flex; width: 100%; min-height: 50px; padding: 0 18px; align-items: stretch; gap: 0; overflow-x: auto; flex-direction: row; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
  .page-nav > a { display: flex; flex: 0 0 auto; padding: 0 12px; align-items: center; border-bottom: 0; font-size: .86rem; white-space: nowrap; }
  .page-nav .nav-phone { display: none; }
  .detail-hero { padding-top: calc(var(--header) + 122px); }
}

@media (max-width: 600px) {
  body { padding-bottom: 60px; }
  .container { width: calc(100% - 32px); }
  .section { padding: 70px 0; }
  .hero { display: block; min-height: 0; padding: calc(var(--header) + 250px) 0 66px; background: #fff; }
  .hero-image { inset: var(--header) 0 auto; width: 100%; height: 270px; object-position: 64% center; }
  .hero-overlay { inset: var(--header) 0 auto; height: 272px; background: linear-gradient(0deg, #fff 0%, rgba(255,255,255,.04) 38%); }
  .hero h1 { margin-bottom: 20px; font-size: clamp(2.35rem, 11vw, 3rem); line-height: 1.08; }
  .hero-lead { line-height: 1.72; }
  .hero-actions { margin-top: 28px; align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .trust article { grid-template-columns: 126px 1fr; }
  .about-facts div { grid-template-columns: 1fr; gap: 3px; }
  .section-topline { margin-bottom: 34px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-image { aspect-ratio: 16 / 9; }
  .service-content { padding: 23px 22px 26px; }
  .service-meta { margin-bottom: 20px; }
  .service-icon { top: 58px; right: 22px; width: 42px; height: 42px; }
  .service-item h3 { font-size: 1.45rem; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 13px; }
  .map-shell { height: 340px; }
  .map-link { width: 100%; justify-content: space-between; }
  .contact-form { padding: 25px 19px; }
  .form-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .form-title span { max-width: none; text-align: left; }
  .footer-main { grid-template-columns: 1fr; }
  .top-link { position: absolute; right: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mobile-cta { position: fixed; z-index: 75; inset: auto 0 0; display: grid; height: 60px; grid-template-columns: 1fr 1fr; border-top: 1px solid #173d4a; background: #061a23; color: #fff; }
  .mobile-cta a { display: flex; align-items: center; justify-content: center; font-weight: 800; }
  .mobile-cta a:last-child { background: #5fd3e5; color: #06232d; }
  .site-footer { padding-bottom: 52px; }
  .service-page-links, .check-grid { grid-template-columns: 1fr; }
  .detail-hero { padding: calc(var(--header) + 54px) 0 64px; }
  .detail-hero { padding-top: calc(var(--header) + 104px); }
  .detail-hero h1 { font-size: 2.45rem; }
  .detail-hero .hero-actions { flex-direction: column; align-items: stretch; }
  .detail-hero .hero-actions .button { width: 100%; }
  .check-grid > div { min-height: auto; }
  .wip-item { grid-template-columns: 1fr; gap: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
