@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=Archivo+Black&display=swap');

:root {
  --red: #b5121b;
  --red-dark: #8d0d14;
  --red-soft: #fbeaec;
  --red-pale: #fff6f6;
  --ink: #231f20;
  --muted: #6f6567;
  --line: #eadfe0;
  --white: #fff;
  --shadow: 0 22px 55px rgba(91, 12, 18, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--ink); font-family: "Archivo", sans-serif; background: var(--white); }
button, a { -webkit-tap-highlight-color: transparent; }
a, button { transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
:focus-visible { outline: 3px solid rgba(181, 18, 27, .28); outline-offset: 4px; }

.nav {
  height: 82px;
  padding: 0 max(6vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(181, 18, 27, .12);
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(16px);
  z-index: 20;
}
.nav::after { content: ""; position: absolute; bottom: -1px; left: 0; width: 14%; height: 2px; background: var(--red); }
.brand { font: 400 26px "Archivo Black", sans-serif; letter-spacing: -.06em; text-decoration: none; color: var(--ink); }
.brand span { color: var(--red); }
.links { display: flex; align-items: center; gap: 30px; }
.links a { color: var(--ink); text-decoration: none; font-size: 14px; font-weight: 700; position: relative; }
.links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.links a:hover { color: var(--red); }
.links a:hover::after { right: 0; }
.lang { border: 1px solid var(--red); background: var(--white); color: var(--red); border-radius: 7px; padding: 9px 12px; font: 700 12px "Archivo", sans-serif; cursor: pointer; }
.lang:hover { background: var(--red); color: var(--white); }
.menu { display: none; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); cursor: pointer; }
.menu span { display: block; width: 100%; height: 2px; background: var(--red); margin: 4px 0; }

.hero {
  min-height: 680px;
  padding: 96px max(7vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  overflow: hidden;
  position: relative;
  background: linear-gradient(112deg, var(--white) 0 66%, var(--red-pale) 66% 100%);
}
.hero::before { content: ""; position: absolute; width: 260px; height: 260px; left: -190px; top: 100px; border: 45px solid var(--red-soft); border-radius: 50%; }
.hero > div:first-child { position: relative; z-index: 1; animation: reveal .7s ease-out both; }
.pill, .eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.pill::before, .eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.pill { padding: 9px 13px; border: 1px solid rgba(181, 18, 27, .16); border-radius: 6px; background: var(--red-pale); letter-spacing: .02em; }
.pill::before { width: 8px; height: 8px; border-radius: 50%; }
.hero h1 { max-width: 800px; font: 400 clamp(46px, 6.1vw, 84px)/.98 "Archivo Black", sans-serif; letter-spacing: -.055em; margin: 24px 0; }
.hero h1::after { content: ""; display: block; width: 88px; height: 8px; margin-top: 25px; background: var(--red); }
.hero p { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; max-width: 610px; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.primary, .secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 14px 22px; border-radius: 8px; text-decoration: none; font-weight: 700; }
.primary { background: var(--red); color: var(--white); box-shadow: 0 10px 25px rgba(181, 18, 27, .2); }
.primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(181, 18, 27, .26); }
.secondary { border: 1px solid var(--line); color: var(--ink); background: var(--white); }
.secondary:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.hero-card { height: 430px; border-radius: 8px; background: var(--red); position: relative; overflow: hidden; box-shadow: var(--shadow); animation: reveal .7s .14s ease-out both; }
.hero-card::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255, 255, 255, .25); }
.hero-card::after { content: "COPIASTOP"; position: absolute; right: -16px; bottom: 5px; color: rgba(255, 255, 255, .09); font: 400 70px "Archivo Black", sans-serif; letter-spacing: -.08em; }
.paper { position: absolute; width: 180px; height: 235px; border-radius: 4px; background: var(--white); display: grid; place-items: center; font: 400 28px "Archivo Black", sans-serif; box-shadow: 0 20px 40px rgba(62, 4, 8, .28); }
.paper::before { content: ""; position: absolute; top: 20px; left: 20px; right: 20px; height: 5px; background: currentColor; box-shadow: 0 12px 0 rgba(35, 31, 32, .1), 0 24px 0 rgba(35, 31, 32, .1); }
.p1 { left: 13%; top: 27%; transform: rotate(-11deg); color: var(--red); }
.p2 { left: 36%; top: 17%; transform: rotate(4deg); color: var(--ink); }
.p3 { left: 56%; top: 30%; transform: rotate(14deg); color: var(--red-dark); font-size: 22px; }

.section { padding: 110px max(7vw, 30px); }
h2 { max-width: 850px; font: 400 clamp(36px, 4vw, 58px)/1.05 "Archivo Black", sans-serif; letter-spacing: -.045em; margin: 18px 0; }
.lead { max-width: 650px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; margin-top: 52px; }
.grid article { grid-column: span 6; min-height: 260px; padding: 34px; border: 1px solid var(--line); border-radius: 10px; position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; background: var(--white); }
.grid article:nth-child(1), .grid article:nth-child(4) { grid-column: span 7; }
.grid article:nth-child(2), .grid article:nth-child(3) { grid-column: span 5; }
.grid article::after { content: ""; position: absolute; right: -38px; bottom: -38px; width: 110px; height: 110px; border: 20px solid var(--red-soft); border-radius: 50%; transition: transform .25s ease; }
.grid article:hover { transform: translateY(-5px); border-color: rgba(181, 18, 27, .4); box-shadow: var(--shadow); }
.grid article:hover::after { transform: scale(1.15); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--red); background: var(--red-soft); border-radius: 8px; }
.service-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.grid h3 { max-width: 360px; font: 400 21px/1.25 "Archivo Black", sans-serif; letter-spacing: -.03em; margin: 25px 0 10px; }
.grid p { max-width: 430px; color: var(--muted); line-height: 1.65; margin-bottom: 0; }

.about { padding: 105px max(7vw, 30px); background: var(--red); color: var(--white); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 120px); align-items: center; position: relative; overflow: hidden; }
.about::after { content: "CS"; position: absolute; right: -30px; bottom: -100px; color: rgba(255, 255, 255, .06); font: 400 310px "Archivo Black", sans-serif; }
.about > * { position: relative; z-index: 1; }
.about .eyebrow { color: var(--white); }
.about p { font-size: clamp(18px, 1.7vw, 21px); line-height: 1.8; color: rgba(255, 255, 255, .84); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.contact-box, .map-placeholder { border-radius: 10px; min-height: 390px; }
.contact-box { background: var(--red-pale); border: 1px solid var(--red-soft); padding: clamp(35px, 5vw, 55px); }
.contact-box p { color: var(--muted); line-height: 1.75; margin-bottom: 30px; }
.map-placeholder { background-color: #f6efef; background-image: linear-gradient(rgba(181,18,27,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(181,18,27,.08) 1px, transparent 1px); background-size: 32px 32px; display: grid; place-items: center; color: var(--red-dark); font-weight: 700; text-align: center; padding: 28px; border: 1px solid var(--line); position: relative; overflow: hidden; }
.map-placeholder::before { content: ""; width: 42px; height: 42px; border: 9px solid var(--red); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); position: absolute; opacity: .18; }
.disabled { opacity: .55; pointer-events: none; box-shadow: none; }
footer { padding: 38px max(7vw, 30px); border-top: 4px solid var(--red); display: flex; justify-content: space-between; align-items: center; color: var(--muted); background: var(--white); }
footer p { font-size: 14px; }

@keyframes reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .nav { height: 74px; padding-inline: 22px; }
  .nav::after { width: 28%; }
  .menu { display: block; }
  .links { display: none; position: absolute; top: 74px; left: 0; right: 0; background: var(--white); padding: 22px; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 3px solid var(--red); box-shadow: 0 18px 35px rgba(56, 8, 11, .1); }
  .links.open { display: flex; }
  .links a { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .links a::after { display: none; }
  .lang { margin-top: 16px; align-self: flex-start; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; background: linear-gradient(165deg, var(--white) 0 68%, var(--red-pale) 68% 100%); }
  .hero-card { width: min(100%, 620px); height: 390px; }
  .about, .contact { grid-template-columns: 1fr; }
  .contact-box, .map-placeholder { min-height: 330px; }
}

@media (max-width: 640px) {
  .brand { font-size: 23px; }
  .hero, .section, .about { padding-left: 22px; padding-right: 22px; }
  .hero { padding-top: 56px; padding-bottom: 70px; gap: 48px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero h1 br { display: none; }
  .actions { align-items: stretch; flex-direction: column; }
  .primary, .secondary { width: 100%; }
  .hero-card { height: 310px; }
  .paper { width: 128px; height: 170px; font-size: 22px; }
  .paper::before { top: 16px; left: 15px; right: 15px; }
  .p1 { left: 7%; top: 28%; }
  .p2 { left: 31%; top: 17%; }
  .p3 { left: 54%; top: 31%; font-size: 17px; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .grid { display: block; margin-top: 38px; }
  .grid article { min-height: 0; margin-top: 16px; padding: 28px; }
  .about { padding-top: 80px; padding-bottom: 80px; gap: 28px; }
  .about h2 br { display: none; }
  .contact-box, .map-placeholder { min-height: 300px; }
  footer { padding: 30px 22px; flex-direction: column; gap: 10px; text-align: center; }
}

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

.brand-logo{display:inline-flex;align-items:center;letter-spacing:0}.brand-logo img{display:block;width:62px;height:62px;object-fit:contain}.contact-details{margin:24px 0 30px}.contact-details p{margin:0 0 18px}.contact-details strong{color:var(--ink)}.contact-details a{color:var(--red-dark);text-decoration:none;font-weight:600}.contact-details a:hover{color:var(--red);text-decoration:underline}.map-link{text-decoration:none}.map-link:hover{color:var(--red);border-color:rgba(181,18,27,.4)}footer .brand-logo img{width:58px;height:58px}@media(max-width:640px){.brand-logo img{width:54px;height:54px}}
