:root {
  --red: #df1712;
  --red-dark: #a8100d;
  --ink: #242424;
  --muted: #66615f;
  --surface: #f7f5f3;
  --surface-strong: #efeae6;
  --line: #ded8d3;
  --white: #fff;
  --max: 1180px;
  --shadow: 0 20px 55px rgba(60, 35, 25, .1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.wrap { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--red); font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: var(--red); border-radius: 50%; font-size: 22px; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 34px; }
.nav a { position: relative; color: #6f1d1a; font-size: 15px; font-weight: 650; text-decoration: none; }
.nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--red); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav-cta { padding: 10px 18px; color: var(--white) !important; background: var(--red); border-radius: 999px; }
.menu { display: none; margin-left: auto; padding: 8px; color: var(--red); background: none; border: 0; font-size: 28px; }
.hero { padding: 72px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.eyebrow { margin: 0 0 16px; color: var(--red); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-title, .page-title { margin: 0; color: var(--red); font-size: clamp(52px, 8vw, 104px); line-height: .92; letter-spacing: -.065em; }
.hero-lead { max-width: 640px; margin: 28px 0 0; color: var(--ink); font-size: clamp(21px, 2.6vw, 32px); line-height: 1.25; letter-spacing: -.025em; }
.hero-copy { max-width: 630px; margin-top: 28px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-media { position: relative; }
.hero-media::before { position: absolute; inset: -24px 24px 24px -24px; z-index: -1; background: var(--surface-strong); border-radius: 32px; content: ""; }
.hero-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 38px 0 0; padding: 0; list-style: none; }
.trust-list li { padding: 8px 13px; color: #6f1d1a; background: #fff3f1; border-radius: 999px; font-size: 14px; font-weight: 650; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 11px 22px; color: var(--white); background: var(--red); border: 1px solid var(--red); border-radius: 999px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-secondary { color: var(--red); background: transparent; }
.button-secondary:hover { color: var(--white); }
.section { padding: 92px 0; }
.section-soft { background: var(--surface); }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 44px; }
.section-title { margin: 0; color: var(--red); font-size: clamp(42px, 5.8vw, 72px); line-height: .98; letter-spacing: -.05em; }
.section-intro { max-width: 600px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { min-height: 100%; display: flex; flex-direction: column; padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 30px rgba(40, 25, 20, .04); transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card img { width: 72px; height: 72px; margin-bottom: 26px; object-fit: cover; border-radius: 50%; }
.service-card h3 { margin: 0 0 14px; color: var(--red); font-size: 25px; line-height: 1.2; letter-spacing: -.025em; }
.service-card p { margin: 0 0 26px; color: var(--muted); }
.text-link { margin-top: auto; color: var(--red); font-weight: 750; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 20px; transition: transform .22s ease, box-shadow .22s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.blog-card > a { height: 100%; display: flex; flex-direction: column; text-decoration: none; }
.blog-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.blog-card-body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.blog-card small { color: var(--red); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.blog-card h3 { margin: 12px 0; font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.blog-card p { margin: 0; color: var(--muted); }
.contact-panel { padding: clamp(32px, 6vw, 70px); color: var(--white); background: var(--red); border-radius: 28px; }
.contact-panel .section-title { color: var(--white); }
.contact-panel a { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; margin-top: 44px; }
.details { display: grid; align-content: start; gap: 18px; font-style: normal; }
.details a { text-decoration: none; }
.form { display: grid; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form label { display: grid; gap: 7px; font-size: 14px; font-weight: 700; }
.form input, .form textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: var(--white); border: 0; border-radius: 10px; }
.form textarea { resize: vertical; }
.form .button { justify-self: start; color: var(--red); background: var(--white); border-color: var(--white); }
.page-hero { padding: 72px 0 56px; }
.page-title { max-width: 1000px; font-size: clamp(48px, 7vw, 84px); }
.page-lead { max-width: 780px; margin: 26px 0 0; color: var(--muted); font-size: clamp(19px, 2.2vw, 25px); line-height: 1.45; }
.number-list { width: min(calc(100% - 48px), var(--max)); margin: 10px auto 96px; }
.number-item { display: grid; grid-template-columns: 72px 1fr; gap: 30px; padding: 38px 0; border-top: 1px solid var(--line); }
.number-item:last-child { border-bottom: 1px solid var(--line); }
.number { color: var(--red); font-size: 48px; line-height: 1; font-weight: 750; }
.number-item h2 { margin: 0 0 12px; color: var(--red); font-size: clamp(25px, 3vw, 34px); font-weight: 650; line-height: 1.2; letter-spacing: -.025em; }
.number-item p { max-width: 850px; margin: 0; color: var(--muted); }
.number-item ul { color: var(--muted); }
.cta-band { margin: 0 auto 96px; padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--surface); border-radius: 22px; }
.cta-band h2 { margin: 0 0 6px; font-size: 28px; }
.cta-band p { margin: 0; color: var(--muted); }
.profile { display: grid; grid-template-columns: minmax(280px, 400px) 1fr; gap: clamp(42px, 7vw, 90px); align-items: start; padding-bottom: 96px; }
.profile img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow); }
.prose { max-width: 760px; }
.prose p { margin: 0 0 22px; }
.credentials { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; padding: 0; list-style: none; }
.credentials li { padding: 7px 12px; color: #6f1d1a; background: #fff3f1; border-radius: 999px; font-size: 14px; font-weight: 700; }
.blog-head { padding-bottom: 34px; }
.categories { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.categories a { padding: 8px 13px; color: #6f1d1a; background: var(--surface); border-radius: 999px; font-size: 14px; font-weight: 650; text-decoration: none; }
.categories a:hover, .categories a[aria-current="page"] { color: var(--white); background: var(--red); }
.article { width: min(calc(100% - 48px), 850px); margin: 68px auto 96px; }
.article h1 { margin: 12px 0 30px; color: var(--red); font-size: clamp(40px, 6vw, 68px); line-height: 1.04; letter-spacing: -.045em; }
.article-meta { color: var(--muted); font-size: 14px; }
.article-image { width: 100%; max-height: 520px; margin: 0 0 42px; object-fit: cover; border-radius: 20px; }
.article-body { font-size: 18px; }
.article-body h2 { margin: 44px 0 14px; color: var(--red); font-size: 30px; line-height: 1.2; letter-spacing: -.02em; }
.article-body p { margin: 0 0 22px; }
.article-body ul, .article-body ol { margin: 0 0 26px; padding-left: 24px; }
.article-body li { margin-bottom: 9px; }
.tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 48px; }
.tags span { padding: 7px 11px; color: var(--muted); background: var(--surface); border-radius: 999px; font-size: 13px; }
.back { display: inline-block; margin-top: 38px; color: var(--red); font-weight: 750; }
.footer { padding: 44px 0; color: #7a2724; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer a { text-decoration: none; }
.footer a:hover { text-decoration: underline; }
:focus-visible { outline: 3px solid #ffb3ae; outline-offset: 4px; }
@media (max-width: 900px) {
  .menu { display: block; }
  .nav { position: fixed; inset: 82px 0 auto; display: none; align-content: start; gap: 24px; min-height: calc(100vh - 82px); padding: 36px 24px; background: var(--white); }
  .nav.open { display: grid; }
  .nav a { font-size: 20px; }
  .nav-cta { justify-self: start; }
  .hero-grid, .profile, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 650px; }
  .hero-image { aspect-ratio: 16 / 10; }
  .service-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .section-head { align-items: start; flex-direction: column; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap, .number-list, .article { width: min(calc(100% - 30px), var(--max)); }
  .header-inner { min-height: 72px; }
  .nav { top: 72px; min-height: calc(100vh - 72px); }
  .hero { padding: 48px 0 68px; }
  .hero-grid { gap: 54px; }
  .hero-title { font-size: 58px; }
  .hero-media::before { inset: -14px 14px 14px -14px; }
  .section { padding: 68px 0; }
  .service-grid, .blog-grid, .form-row { grid-template-columns: 1fr; }
  .number-item { grid-template-columns: 45px 1fr; gap: 15px; padding: 30px 0; }
  .number { font-size: 34px; }
  .cta-band { align-items: start; flex-direction: column; padding: 28px; }
  .contact-panel { border-radius: 20px; }
  .footer-inner { align-items: start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
