:root {
  --paper: #f7f7f4;
  --paper-dark: #eceeea;
  --ink: #17201d;
  --muted: #65706b;
  --green: #356f5f;
  --green-dark: #173f35;
  --rust: #e53935;
  --line: #dce1dd;
  --wrap: min(1180px, calc(100% - 48px));
  --radius: 22px;
  --shadow: 0 24px 70px rgba(23, 32, 29, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible, button:focus-visible { outline: 3px solid color-mix(in srgb, var(--rust) 70%, white); outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 8px; left: 8px; padding: 8px 13px; color: white; background: var(--green-dark); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid transparent; background: rgba(247,247,244,.78); backdrop-filter: blur(18px); transition: box-shadow .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23,32,29,.07); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand-logo { display: block; padding: 7px 12px 7px 0; }
.brand-logo img { width: 218px; height: auto; }
.navigation { display: flex; align-items: center; gap: 34px; }
.navigation a { position: relative; color: #48544f; font-size: .78rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.navigation a::after { position: absolute; content: ""; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--rust); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.navigation a:hover::after { transform: scaleX(1); transform-origin: left; }
.navigation a:hover { color: var(--rust); }
.menu-button { display: none; }

.intro { position: relative; overflow: hidden; padding: 88px 0 112px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 8% 12%, rgba(229,57,53,.08), transparent 28%), linear-gradient(145deg, #fbfbf8 0%, #f1f4ef 100%); }
.intro::after { position: absolute; content: ""; width: 420px; height: 420px; right: -180px; bottom: -260px; border: 80px solid rgba(53,111,95,.07); border-radius: 50%; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center; }
.overline, .section-label { margin: 0 0 24px; color: var(--rust); font-size: .72rem; font-weight: bold; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 750; letter-spacing: -.055em; }
h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 6.2vw, 6.1rem); line-height: .98; }
h2 { margin-bottom: 30px; font-size: clamp(2.35rem, 4.5vw, 4.15rem); line-height: 1.03; }
.lead { max-width: 550px; margin-bottom: 34px; color: var(--muted); font-size: 1.25rem; line-height: 1.55; }
.intro-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 14px 22px; border-radius: 999px; color: white; background: var(--green); box-shadow: 0 10px 24px rgba(53,111,95,.22); font-size: .84rem; font-weight: bold; letter-spacing: .04em; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--green-dark); box-shadow: 0 14px 30px rgba(23,63,53,.25); transform: translateY(-2px); }
.text-link { font-size: .82rem; font-weight: bold; }
.text-link span { margin-left: 7px; color: var(--rust); }
figure { margin: 0; }
.intro-image { position: relative; padding: 0 0 22px 22px; }
.intro-image::before { position: absolute; content: ""; inset: 24px 24px 0 0; border-radius: var(--radius); background: var(--green); }
.intro-image img { position: relative; width: 100%; aspect-ratio: 1.15/1; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; filter: saturate(.82) contrast(1.02); }
figcaption { position: relative; margin-top: 12px; color: var(--muted); font-size: .73rem; letter-spacing: .06em; text-transform: uppercase; }

.history { padding: 110px 0; }
.history-grid { display: grid; grid-template-columns: 180px 1fr; gap: 6vw; }
.history-text h2 { max-width: 800px; }
.columns { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; max-width: 830px; color: var(--muted); }
.columns p { margin-bottom: 0; }

.restart { padding: 110px 0; border-top: 1px solid var(--line); background: #fff; }
.restart-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 8vw; align-items: start; }
.restart-heading { position: sticky; top: 130px; }
.restart-heading h2 { margin-bottom: 24px; }
.restart-intro { max-width: 470px; color: var(--muted); font-size: 1.12rem; }
.restart-story { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.restart-block { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.restart-block.accent { color: white; border-color: transparent; background: var(--green); box-shadow: 0 20px 50px rgba(53,111,95,.18); }
.restart-block.wide { grid-column: 1 / -1; }
.restart-block > span { display: block; margin-bottom: 34px; color: var(--rust); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.restart-block.accent > span { color: rgba(255,255,255,.7); }
.restart-block h3 { margin-bottom: 14px; font-size: 1.25rem; line-height: 1.25; }
.restart-block p { margin-bottom: 14px; color: var(--muted); font-size: .94rem; }
.restart-block p:last-child { margin-bottom: 0; }
.restart-block.accent p { color: rgba(255,255,255,.78); }

.services { padding: 110px 0; color: #f6f2e9; background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.08), transparent 28%), var(--green-dark); }
.services .section-label { color: #caa486; }
.section-head { display: grid; grid-template-columns: 180px 1fr; gap: 6vw; margin-bottom: 48px; }
.section-head h2 { max-width: 780px; }
.service-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; border: 0; }
.service-list article { display: grid; grid-template-columns: 42px 1fr; gap: 12px 18px; align-items: baseline; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.055); transition: transform .2s, background .2s; }
.service-list article:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.service-list article > span { color: #caa486; font-family: Georgia, serif; font-style: italic; }
.service-list h3 { margin-bottom: 0; font-size: 1.3rem; font-weight: 700; }
.service-list p { grid-column: 2; max-width: 610px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.workshop-note { display: grid; grid-template-columns: 180px 1fr; gap: 6vw; margin-top: 70px; }
.workshop-note > p { color: #caa486; font-size: .72rem; font-weight: bold; letter-spacing: .13em; text-transform: uppercase; }
blockquote { margin: 0; font-size: clamp(2rem, 4vw, 3.8rem); font-weight: 700; letter-spacing: -.045em; line-height: 1.08; }

.detail { padding: 120px 0; background: #faf8f3; }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; }
.detail figure img { width: 100%; aspect-ratio: 1.2/1; border-radius: var(--radius); box-shadow: var(--shadow); object-fit: cover; filter: saturate(.8) contrast(1.02); }
.detail-copy > p:not(.section-label) { color: var(--muted); }
.detail-copy ul { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.detail-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: .88rem; font-weight: bold; }
.detail-copy li::before { content: "✓"; display: inline-grid; width: 24px; height: 24px; margin-right: 12px; border-radius: 50%; color: white; background: var(--green); place-items: center; }

.process { padding: 110px 0; }
.section-head.compact { margin-bottom: 35px; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0 0 0 240px; padding: 0; list-style: none; border: 0; }
.process-list li { display: block; min-height: 240px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(23,32,29,.055); }
.process-list b { display: grid; width: 38px; height: 38px; margin-bottom: 38px; border-radius: 50%; color: white; background: var(--rust); font-size: .85rem; font-weight: 700; place-items: center; }
.process-list h3 { margin-bottom: 8px; font-size: 1.2rem; font-weight: 700; }
.process-list p { max-width: 650px; margin: 0; color: var(--muted); }

.workshop-view { padding: 0 0 110px; }
.workshop-view .wrap { position: relative; }
.workshop-view .wrap::before { position: absolute; content: ""; inset: 22px -22px -22px 35%; border-radius: var(--radius); background: var(--green); opacity: .13; }
.workshop-view img { position: relative; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow); }

.contact { margin: 0 24px 24px; padding: 100px 0; border-radius: 26px; color: white; background: linear-gradient(135deg, #d92f2c, #ef534f); box-shadow: 0 24px 70px rgba(186,43,40,.2); }
.contact-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 9vw; }
.section-label.light { color: rgba(255,255,255,.7); }
.contact h2 { margin-bottom: 22px; }
.contact p:not(.section-label) { max-width: 580px; color: rgba(255,255,255,.76); }
.contact address { display: flex; flex-direction: column; padding: 28px 0 0 34px; border-left: 1px solid rgba(255,255,255,.35); font-style: normal; }
.contact address strong { margin-bottom: 7px; font-size: 1.2rem; font-weight: 700; }
.contact address a { width: fit-content; margin-top: 9px; font-weight: bold; }
.contact-button { display: inline-flex; align-items: center; gap: 28px; margin-top: 18px; padding: 14px 20px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; color: white; background: rgba(255,255,255,.1); font-weight: 750; cursor: pointer; transition: background .2s, transform .2s; }
.contact-button:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.contact-button span { font-size: 1.2rem; }
.inquiry-panel { grid-column: 1 / -1; margin-top: 45px; padding: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 20px; background: rgba(122,15,14,.2); }
.inquiry-panel[hidden] { display: none; }
.inquiry-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.inquiry-head .section-label { margin-bottom: 10px; }
.inquiry-head h3 { max-width: 640px; margin: 0; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.15; }
.inquiry-head > button { padding: 0; border: 0; color: white; background: transparent; font-size: 2rem; line-height: 1; cursor: pointer; }
.inquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: grid; gap: 7px; }
.form-field.full, .privacy-check.full, .captcha-wrap.full, .form-submit.full { grid-column: 1 / -1; }
.form-field label { font-size: .75rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; padding: 13px 14px; border: 1px solid rgba(255,255,255,.28); border-radius: 10px; color: white; background: rgba(255,255,255,.1); font: inherit; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: white; outline: 2px solid rgba(255,255,255,.28); outline-offset: 2px; }
.form-field select option { color: var(--ink); background: white; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.privacy-check { display: flex; gap: 11px; align-items: flex-start; color: rgba(255,255,255,.78); font-size: .8rem; }
.privacy-check input { width: 17px; height: 17px; margin-top: 3px; accent-color: var(--green-dark); }
.captcha-wrap { min-height: 65px; }
.captcha-wrap p { margin: 0; color: rgba(255,255,255,.72); font-size: .82rem; }
.form-submit { display: flex; align-items: center; gap: 18px; }
.form-submit button { padding: 14px 22px; border: 0; border-radius: 999px; color: var(--ink); background: white; font-weight: 800; cursor: pointer; }
.form-submit button:disabled { opacity: .5; cursor: wait; }
.form-submit span { color: rgba(255,255,255,.68); font-size: .75rem; }
.form-status { margin: 0 0 22px; padding: 12px 15px; border-radius: 10px; color: var(--ink) !important; background: white; font-weight: 700; }

.location { padding: 110px 0; background: var(--paper); }
.location-head { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 36px; }
.location-head .section-label { margin-bottom: 12px; }
.location-head h2 { margin: 0; }
.location-head > a { margin-bottom: 9px; font-size: .8rem; font-weight: 750; text-decoration: none; text-transform: uppercase; }
.map-shell { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: radial-gradient(circle at 25% 35%, rgba(53,111,95,.2), transparent 24%), linear-gradient(135deg, #dfe6df, #c9d4ce); box-shadow: var(--shadow); }
.map-shell::before, .map-shell::after { position: absolute; content: ""; inset: 0; opacity: .3; pointer-events: none; }
.map-shell::before { background-image: linear-gradient(28deg, transparent 46%, rgba(255,255,255,.8) 47%, rgba(255,255,255,.8) 49%, transparent 50%), linear-gradient(112deg, transparent 54%, rgba(255,255,255,.7) 55%, rgba(255,255,255,.7) 57%, transparent 58%); }
.map-shell::after { background-image: linear-gradient(rgba(23,63,53,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(23,63,53,.12) 1px, transparent 1px); background-size: 56px 56px; }
.map-consent { position: absolute; z-index: 1; top: 50%; left: 50%; width: min(430px, calc(100% - 34px)); padding: 30px; border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 18px 50px rgba(23,32,29,.14); text-align: center; transform: translate(-50%, -50%); backdrop-filter: blur(10px); }
.map-pin { display: grid; width: 44px; height: 44px; margin: 0 auto 17px; border-radius: 50%; color: white; background: var(--rust); font-size: 1.4rem; place-items: center; }
.map-consent h3 { margin-bottom: 8px; font-size: 1.25rem; }
.map-consent p { margin-bottom: 20px; color: var(--muted); font-size: .83rem; }
.map-consent button { padding: 13px 20px; border: 0; border-radius: 999px; color: white; background: var(--green); font-weight: 750; cursor: pointer; }
.map-shell iframe { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; border: 0; }

.imprint { padding: 85px 0; background: var(--paper-dark); }
.imprint-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; color: var(--muted); font-size: .86rem; }
.imprint strong, .imprint dt { color: var(--ink); }
.imprint dl { margin: 0; border-top: 1px solid var(--line); }
.imprint dl div { display: grid; grid-template-columns: 200px 1fr; gap: 24px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.imprint dd { margin: 0; }

.privacy { padding: 100px 0; background: #f7f7f4; }
.privacy-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.privacy-heading { position: sticky; top: 130px; }
.privacy-heading h2 { font-size: clamp(2.2rem, 3.5vw, 3.5rem); }
.privacy-heading > p:last-child { color: var(--muted); font-size: .78rem; }
.privacy-content { display: grid; gap: 18px; }
.privacy-content article { padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.privacy-content h3 { margin-bottom: 10px; font-size: 1.05rem; }
.privacy-content p { margin-bottom: 12px; color: var(--muted); font-size: .88rem; }
.privacy-content p:last-child { margin-bottom: 0; }
.privacy-content a, .imprint a { font-weight: 650; }

footer { padding: 36px 0; color: #aeb8b3; background: #111a17; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo { display: block; padding: 6px 9px; border-radius: 8px; background: #fff; }
.footer-logo img { width: 170px; height: auto; }
footer p { margin: 0; font-size: .73rem; }
footer div > div { display: flex; gap: 24px; }
footer div > div a { font-size: .72rem; text-decoration: none; text-transform: uppercase; }

.hardware-buyback { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: min(410px, calc(100% - 48px)); max-height: calc(100vh - 48px); overflow: auto; padding: 27px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; color: white; background: linear-gradient(145deg, #173f35, #102b24); box-shadow: 0 28px 80px rgba(10,29,24,.34); opacity: 0; transform: translate3d(calc(100% + 50px), 0, 0); visibility: hidden; transition: opacity .45s ease, transform .55s cubic-bezier(.22,1,.36,1), visibility 0s linear .55s; }
.hardware-buyback.visible { opacity: 1; transform: translate3d(0,0,0); visibility: visible; transition-delay: 0s; }
.buyback-close { position: absolute; top: 13px; right: 15px; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 50%; color: white; background: rgba(255,255,255,.1); font-size: 1.45rem; line-height: 1; cursor: pointer; }
.buyback-topline { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 10px 42px 24px 0; }
.buyback-topline > span { color: #afd1c6; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.buyback-topline > strong { padding: 7px 11px; border-radius: 999px; color: white; background: var(--rust); font-size: .83rem; white-space: nowrap; }
.hardware-buyback h2 { margin-bottom: 15px; font-size: 2rem; line-height: 1.02; }
.hardware-buyback > p { margin-bottom: 17px; color: rgba(255,255,255,.7); font-size: .88rem; line-height: 1.55; }
.hardware-buyback ul { margin: 0 0 18px; padding: 0; list-style: none; }
.hardware-buyback li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .82rem; font-weight: 700; }
.hardware-buyback li::before { content: "✓"; margin-right: 9px; color: #9ed0c0; }
.hardware-buyback .buyback-note { font-size: .72rem; }
.hardware-buyback > a { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-radius: 10px; color: var(--ink); background: white; font-size: .8rem; font-weight: 800; text-decoration: none; }
.hardware-buyback > a span { color: var(--rust); font-size: 1.1rem; }

.emergency-hero { position: relative; overflow: hidden; padding: 105px 0 120px; color: white; background: radial-gradient(circle at 82% 18%, rgba(229,57,53,.28), transparent 25%), linear-gradient(135deg, #122e27, var(--green-dark)); }
.emergency-hero::after { position: absolute; content: ""; width: 420px; height: 420px; right: -190px; bottom: -260px; border: 75px solid rgba(255,255,255,.05); border-radius: 50%; }
.emergency-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: end; }
.emergency-hero .overline { color: #ffaaa7; }
.emergency-hero h1 { max-width: 900px; }
.emergency-hero .lead { color: rgba(255,255,255,.72); }
.emergency-hero .text-link { color: white; }
.emergency-button { background: var(--rust); box-shadow: 0 10px 28px rgba(229,57,53,.25); }
.emergency-button:hover { background: #c92d29; }
.emergency-note { padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); backdrop-filter: blur(10px); }
.emergency-note > span { display: block; margin-bottom: 32px; color: #ffaaa7; font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.emergency-note strong { display: block; margin-bottom: 13px; font-size: 1.25rem; line-height: 1.3; }
.emergency-note p { margin: 0; color: rgba(255,255,255,.65); font-size: .88rem; }

.onsite-services { padding: 115px 0; }
.onsite-visual { margin: 0 0 22px 240px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.onsite-visual img { width: 100%; aspect-ratio: 16 / 7; object-fit: cover; object-position: center 48%; }
.onsite-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-left: 240px; }
.onsite-card-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: 0 12px 35px rgba(23,32,29,.05); }
.onsite-card-grid article > span { display: block; margin-bottom: 38px; color: var(--rust); font-size: .72rem; font-weight: 800; }
.onsite-card-grid h3 { margin-bottom: 10px; font-size: 1.25rem; }
.onsite-card-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.recovery-callout { padding: 110px 0; color: white; background: linear-gradient(135deg, #c82c29, var(--rust)); }
.recovery-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 9vw; align-items: center; }
.recovery-visual { grid-column: 1 / -1; overflow: hidden; margin-bottom: 6px; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); box-shadow: 0 24px 60px rgba(87,8,8,.25); }
.recovery-visual img { width: 100%; height: auto; }
.recovery-lead { max-width: 600px; color: rgba(255,255,255,.77); font-size: 1.13rem; }
.recovery-action { padding: 30px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; background: rgba(107,8,8,.17); }
.recovery-action > strong { display: block; margin-bottom: 20px; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.recovery-action ol { margin: 0 0 25px; padding: 0; list-style: none; }
.recovery-action li { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .88rem; }
.recovery-action li span { display: grid; width: 25px; height: 25px; border-radius: 50%; color: var(--rust); background: white; font-size: .7rem; font-weight: 800; place-items: center; }
.recovery-action > a { font-weight: 800; }

.onsite-process { padding: 115px 0; background: white; }
.onsite-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.onsite-process-grid p:not(.section-label) { max-width: 700px; color: var(--muted); font-size: 1.02rem; }
.emergency-contact { margin: 0 24px 24px; padding: 90px 0; border-radius: 26px; color: white; background: var(--green); box-shadow: 0 24px 70px rgba(23,63,53,.18); }
.emergency-contact-inner { display: grid; grid-template-columns: 1fr .7fr; gap: 9vw; align-items: center; }
.emergency-contact h2 { margin-bottom: 18px; }
.emergency-contact p:not(.section-label) { max-width: 600px; color: rgba(255,255,255,.72); }
.emergency-contact-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 15px; }
.emergency-contact-actions > a:not(.button) { font-weight: 750; }
.light-button { color: var(--green-dark); background: white; box-shadow: none; }
.light-button:hover { color: white; }

.data-hero { position: relative; overflow: hidden; padding: 105px 0 120px; background: radial-gradient(circle at 82% 20%, rgba(229,57,53,.1), transparent 25%), linear-gradient(145deg, #fbfbf8, #edf2ee); }
.data-hero::after { position: absolute; content: ""; width: 390px; height: 390px; right: -180px; bottom: -250px; border: 70px solid rgba(53,111,95,.07); border-radius: 50%; }
.data-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .55fr; gap: 8vw; align-items: end; }
.data-hero h1 { max-width: 930px; }
.data-hero-facts { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.75); box-shadow: 0 18px 50px rgba(23,32,29,.08); backdrop-filter: blur(10px); }
.data-hero-facts > span { display: block; margin-bottom: 28px; color: var(--rust); font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.data-hero-facts ul { margin: 0; padding: 0; list-style: none; }
.data-hero-facts li { padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .85rem; font-weight: 700; }
.data-hero-facts li::before { content: "✓"; margin-right: 10px; color: var(--green); }

.data-service-block { padding: 115px 0; }
.recovery-service { background: white; }
.erasure-service { background: var(--paper-dark); }
.data-service-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; }
.data-service-grid.reverse .data-service-image { grid-column: 2; }
.data-service-grid.reverse .data-service-copy { grid-row: 1; grid-column: 1; }
.data-service-image { overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.data-service-image img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.data-service-copy > p:not(.section-label) { color: var(--muted); }
.data-advice { margin-top: 28px; padding: 23px; border-left: 4px solid var(--rust); border-radius: 0 14px 14px 0; background: var(--paper); }
.data-advice strong { display: block; margin-bottom: 7px; }
.data-advice p { margin: 0; color: var(--muted); font-size: .86rem; }
.erasure-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.erasure-options article { padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.62); }
.erasure-options span { display: block; margin-bottom: 24px; color: var(--rust); font-size: .7rem; font-weight: 800; }
.erasure-options h3 { margin-bottom: 7px; font-size: 1rem; }
.erasure-options p { margin: 0; color: var(--muted); font-size: .8rem; }
.data-principle { padding: 100px 0; color: white; background: var(--green-dark); }
.data-principle-inner { display: grid; grid-template-columns: 180px 1fr; gap: 6vw; }
.data-principle .section-label { color: #afd1c6; }

@media (max-width: 1050px) {
  :root { --wrap: min(680px, calc(100% - 34px)); }
  .menu-button { z-index: 3; display: grid; grid-template-columns: auto 22px; align-items: center; gap: 2px 10px; padding: 9px 0; border: 0; color: var(--ink); background: none; font-size: .72rem; font-weight: bold; text-transform: uppercase; }
  .menu-button span { grid-row: 1 / 3; }
  .menu-button i { display: block; width: 22px; height: 1px; background: currentColor; }
  .navigation { position: fixed; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--paper); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .navigation.open { opacity: 1; pointer-events: auto; }
  .navigation a { font-family: Georgia, serif; font-size: 1.6rem; font-weight: normal; text-transform: none; }
  .intro-grid, .detail-grid, .contact-grid, .imprint-grid, .privacy-grid { grid-template-columns: 1fr; }
  .privacy-heading { position: static; }
  .restart-grid { grid-template-columns: 1fr; gap: 40px; }
  .restart-heading { position: static; }
  .intro-grid { gap: 65px; }
  .history-grid, .section-head, .workshop-note { grid-template-columns: 1fr; gap: 8px; }
  .columns { gap: 30px; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article { grid-template-columns: 40px 1fr; gap: 12px 15px; }
  .service-list article p { grid-column: 2; }
  .process-list { grid-template-columns: 1fr; margin-left: 0; }
  .process-list li { min-height: 0; }
  .process-list b { margin-bottom: 24px; }
  .contact address { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.35); border-left: 0; }
  .inquiry-panel { grid-column: auto; }
  .emergency-hero-grid, .recovery-grid, .onsite-process-grid, .emergency-contact-inner, .data-hero-grid, .data-service-grid { grid-template-columns: 1fr; }
  .onsite-visual, .onsite-card-grid { margin-left: 0; }
  .data-service-grid.reverse .data-service-image, .data-service-grid.reverse .data-service-copy { grid-row: auto; grid-column: auto; }
  .data-service-grid.reverse .data-service-image { order: 0; }
  .data-service-grid.reverse .data-service-copy { order: 1; }
  .data-principle-inner { grid-template-columns: 1fr; gap: 12px; }
}

@media (max-width: 560px) {
  .header-inner { min-height: 78px; }
  .brand-logo img { width: 185px; }
  .intro { padding: 55px 0 75px; }
  h1 { font-size: clamp(2.8rem, 14vw, 3.35rem); }
  .intro-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .intro-image { padding: 0 0 17px 14px; }
  .intro-image::before { inset: 15px 15px 0 0; }
  .history, .restart, .services, .detail, .process, .contact, .privacy { padding: 78px 0; }
  .restart-story { grid-template-columns: 1fr; }
  .restart-block.wide { grid-column: auto; }
  .columns { grid-template-columns: 1fr; }
  .service-list article { grid-template-columns: 35px 1fr; padding: 22px; }
  .process-list li { grid-template-columns: 35px 1fr; }
  .workshop-view { padding-bottom: 78px; }
  .workshop-view .wrap::before { inset: 12px -8px -12px 25%; }
  .imprint dl div { grid-template-columns: 1fr; gap: 2px; }
  .footer-inner { flex-direction: column; text-align: center; }
  footer div > div { flex-wrap: wrap; justify-content: center; }
  .contact { margin: 0 10px 10px; border-radius: 20px; }
  .location { padding: 78px 0; }
  .location-head { align-items: flex-start; flex-direction: column; gap: 18px; }
  .map-shell { min-height: 420px; }
  .inquiry-panel { padding: 22px; }
  .inquiry-form { grid-template-columns: 1fr; }
  .form-field.full, .privacy-check.full, .captcha-wrap.full, .form-submit.full { grid-column: auto; }
  .form-submit { align-items: flex-start; flex-direction: column; }
  .emergency-hero, .onsite-services, .recovery-callout, .onsite-process { padding: 78px 0; }
  .onsite-card-grid { grid-template-columns: 1fr; }
  .onsite-visual img { aspect-ratio: 4 / 3; }
  .emergency-contact { margin: 0 10px 10px; padding: 78px 0; border-radius: 20px; }
  .hardware-buyback { right: 10px; bottom: 10px; width: calc(100% - 20px); max-height: calc(100vh - 20px); padding: 22px; }
  .hardware-buyback h2 { font-size: 1.7rem; }
  .data-hero, .data-service-block, .data-principle { padding: 78px 0; }
  .data-service-image img { aspect-ratio: 4 / 3; }
  .erasure-options { grid-template-columns: 1fr; }
}

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