:root {
  --red: #b90f16;
  --red-dark: #8f080e;
  --black: #111214;
  --ink: #222428;
  --muted: #656a72;
  --line: #e4e5e8;
  --paper: #ffffff;
  --soft: #f5f5f6;
  --radius: 22px;
  --shadow: 0 24px 60px rgba(17,18,20,.13);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section-pad { padding: 96px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: #fff; padding: 10px 16px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }
.topbar { background: var(--black); color: #fff; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-inner > span { letter-spacing: .18em; text-transform: uppercase; font-size: .75rem; color: #d6d6d8; }
.topbar-links { display: flex; gap: 22px; }
.topbar-links a:hover { color: #ffb4b7; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,.07); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { width: 230px; flex: 0 0 auto; }
.brand img { width: 100%; height: 68px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: .95rem; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--red); }
.nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff !important; background: var(--red); box-shadow: 0 10px 22px rgba(185,15,22,.22); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 8px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: var(--black); }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 72% 20%, rgba(185,15,22,.08), transparent 35%), linear-gradient(140deg, #fff 50%, #f3f3f5 100%); }
.hero::before { content: "RED"; position: absolute; left: -40px; bottom: -170px; font-weight: 900; font-size: 360px; line-height: 1; color: rgba(185,15,22,.025); font-style: italic; pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; min-height: 630px; }
.eyebrow { margin: 0 0 14px; color: var(--red); text-transform: uppercase; font-weight: 900; font-size: .82rem; letter-spacing: .18em; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.055em; color: var(--black); }
h1 span { color: var(--red); }
h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.04em; color: var(--black); }
h3 { color: var(--black); }
.lead { max-width: 680px; font-size: 1.18rem; color: var(--muted); }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 26px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 12px; font-weight: 800; border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(185,15,22,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { background: #fff; border-color: #d8d9dc; }
.button-secondary:hover { border-color: var(--red); color: var(--red); }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; font-size: .92rem; color: #4d5158; font-weight: 700; }
.hero-visual { position: relative; }
.image-frame { overflow: hidden; border-radius: 36px 36px 120px 36px; box-shadow: var(--shadow); background: #ddd; }
.image-frame img { width: 100%; aspect-ratio: 1.06; object-fit: cover; object-position: 52% center; }
.floating-badge { position: absolute; z-index: 2; display: flex; flex-direction: column; min-width: 145px; padding: 14px 18px; background: rgba(255,255,255,.96); border: 1px solid #e5e5e7; border-radius: 14px; box-shadow: 0 16px 34px rgba(0,0,0,.14); }
.floating-badge strong { color: var(--red); letter-spacing: .08em; }
.floating-badge span { font-size: .83rem; color: var(--muted); }
.badge-one { left: -26px; bottom: 64px; }
.badge-two { right: -22px; top: 56px; }
.services { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { min-height: 310px; padding: 30px 26px; background: #fff; border: 1px solid #e7e7e9; border-radius: var(--radius); box-shadow: 0 14px 34px rgba(20,20,24,.05); transition: transform .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(20,20,24,.10); }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 16px; color: #fff; background: var(--red); }
.service-icon svg { width: 32px; height: 32px; fill: currentColor; }
.service-card h3 { font-size: 1.35rem; margin-bottom: 12px; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.process { position: relative; color: #fff; background: linear-gradient(115deg, #111214 0%, #232429 100%); overflow: hidden; }
.process::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(185,15,22,.11)); pointer-events: none; }
.process .container { position: relative; z-index: 1; }
.section-heading.light h2 { color: #fff; }
.section-heading.light .eyebrow { color: #ff7b80; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-step { padding: 32px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.process-step > span { display: block; margin-bottom: 20px; color: #ff6d73; font-size: 2.2rem; font-weight: 900; }
.process-step h3 { color: #fff; font-size: 1.3rem; }
.process-step p { color: #c9cbd0; margin-bottom: 0; }
.why-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 80px; align-items: center; }
.why-visual { position: relative; }
.why-visual img { width: 100%; max-height: 650px; object-fit: cover; object-position: center 24%; border-radius: 28px 28px 110px 28px; box-shadow: var(--shadow); }
.why-stamp { position: absolute; left: -28px; bottom: 38px; padding: 16px 22px; color: #fff; background: var(--red); font-weight: 900; font-size: 1.05rem; line-height: 1.2; text-transform: uppercase; transform: rotate(-3deg); box-shadow: 0 14px 28px rgba(0,0,0,.16); }
.lead-small { font-size: 1.08rem; color: var(--muted); }
.check-list { list-style: none; margin: 30px 0; padding: 0; display: grid; gap: 18px; }
.check-list li { position: relative; padding-left: 42px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--red); font-size: .85rem; font-weight: 900; }
.check-list strong, .check-list span { display: block; }
.check-list strong { color: var(--black); }
.check-list span { color: var(--muted); font-size: .92rem; }
.text-link { color: var(--red); font-weight: 900; }
.text-link span { transition: margin .2s ease; }
.text-link:hover span { margin-left: 8px; }
.gallery { background: var(--soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gallery-card { margin: 0; overflow: hidden; border-radius: 20px; background: #fff; box-shadow: 0 14px 34px rgba(20,20,24,.08); }
.gallery-card img { width: 100%; aspect-ratio: 1.3; object-fit: cover; transition: transform .35s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card figcaption { padding: 17px 20px; font-weight: 800; }
.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-cards { display: grid; gap: 12px; margin: 30px 0; }
.contact-cards a { display: flex; flex-direction: column; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; transition: border .2s ease, transform .2s ease; }
.contact-cards a:hover { border-color: var(--red); transform: translateX(4px); }
.contact-cards span { color: var(--muted); font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-cards strong { font-size: 1.05rem; }
.qr-box { display: flex; align-items: center; gap: 16px; padding-top: 8px; }
.qr-box img { width: 104px; height: 104px; padding: 6px; border: 1px solid var(--line); border-radius: 10px; }
.qr-box span { font-weight: 800; line-height: 1.35; }
.contact-form { padding: 32px; background: var(--soft); border: 1px solid #e8e8ea; border-radius: var(--radius); box-shadow: 0 18px 46px rgba(20,20,24,.08); }
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .9rem; font-weight: 800; color: #383a40; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d5d6da; border-radius: 11px; background: #fff; padding: 13px 14px; color: var(--ink); outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(185,15,22,.11); }
.contact-form textarea { resize: vertical; }
.full { width: 100%; border: 0; }
.form-note, .form-status { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.form-note a { color: var(--red); text-decoration: underline; }
.form-status { min-height: 1.25em; font-weight: 800; }
.form-status.success { color: #217a3c; }
.form-status.error { color: var(--red); }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { color: #d0d1d4; background: var(--black); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 44px; }
.footer-brand img { width: 250px; height: 110px; object-fit: contain; object-position: left center; background: #fff; border-radius: 12px; padding: 6px; }
.footer-brand p { margin-top: 16px; color: #aeb0b5; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer div > a { display: block; margin: 8px 0; color: #c9cbd0; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .section-pad { padding: 78px 0; }
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: calc(100% + 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 12px; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .hero-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { min-height: auto; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .why-visual { max-width: 650px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .topbar-inner > span, .topbar-links a:nth-child(2) { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 188px; }
  .brand img { height: 58px; }
  .section-pad { padding: 62px 0; }
  h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .hero { padding-top: 48px; }
  .hero::before { font-size: 190px; bottom: -80px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .image-frame { border-radius: 24px 24px 70px 24px; }
  .floating-badge { display: none; }
  .service-grid, .process-grid, .gallery-grid, .field-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .why-grid, .contact-grid { gap: 38px; }
  .why-stamp { left: 12px; bottom: 20px; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { padding-bottom: 64px; }
  .mobile-call { position: fixed; z-index: 60; left: 14px; right: 14px; bottom: 12px; display: flex; justify-content: center; align-items: center; min-height: 50px; color: #fff; background: var(--red); border-radius: 12px; font-weight: 900; box-shadow: 0 14px 35px rgba(0,0,0,.28); }
}
