body.subpage { height: auto; background: #f5f6f6; }
.subpage .nav { background: rgba(255,255,255,.78); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); height: var(--nav-h-s); box-shadow: 0 14px 40px rgba(31,44,47,.08); }
.subpage .nav__menu a.is-active { color: #ff7006; }
.subpage-main { padding-top: var(--nav-h-s); }
.subpage-hero { overflow: hidden; background: #fff url('../img/bg1.jpg') top right / 560px auto no-repeat; }
.subpage-hero__inner { min-height: 520px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(420px, 1.15fr); align-items: end; gap: 56px; }
.subpage-hero__copy { padding: 100px 0 70px; }
.subpage-hero__eyebrow, .section-eyebrow { margin: 0 0 16px; color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: .95rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.subpage-hero h1 { max-width: 780px; margin-bottom: 28px; }
.subpage-hero__lead { max-width: 760px; color: #66777d; font-size: 1.2rem; line-height: 1.75; }
.subpage-hero__media { height: 430px; overflow: hidden; border-top-right-radius: 50px; position: relative; isolation: isolate; }
.subpage-hero__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.subpage-hero__media::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(44deg, rgba(234,106,14,.9) 0%, rgba(234,106,14,0) 54%); }
.subpage-title { background: #fff url('../img/bg1.jpg') top right / 360px auto no-repeat; padding: 46px 0 34px; }
.subpage-title h1 { font-size: 3.5rem; margin: 0; color: #1f2c2f; }
.content-band { background: #fff; }
.subpage-content-first { padding: 38px 0 90px; }
.content-band--muted { background: #f5f6f6; }
.content-band--dark { background: #1f2c2f; color: #fff; }
.content-band--accent { background: linear-gradient(153deg, rgba(226,121,42,1) 0%, rgba(165,184,189,1) 62%); color: #fff; }
.section-head { max-width: 920px; margin-bottom: 46px; }
.section-head h2 { color: #1f2c2f; }
.content-band--dark .section-head h2, .content-band--accent .section-head h2 { color: #fff; }
.section-head p { color: #66777d; font-size: 1.08rem; line-height: 1.75; }
.content-band--dark .section-head p, .content-band--accent .section-head p { color: rgba(255,255,255,.78); }
.text-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.text-block { background: #fff; padding: 34px; border-top-right-radius: 44px; color: #66777d; line-height: 1.72; }
.text-block h2, .text-block h3 { color: #1f2c2f; margin-bottom: 18px; letter-spacing: -1px; }
.text-block p:last-child, .text-block ul:last-child { margin-bottom: 0; }
.text-block ul, .project-card ul, .statute-block ul { padding-left: 20px; margin: 0 0 20px; }
.text-block li, .project-card li, .statute-block li { margin-bottom: 8px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.metric-card { background: #fff; padding: 34px 28px; border-top-right-radius: 42px; }
.metric-card strong { display: block; color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: 3rem; line-height: 1; margin-bottom: 12px; }
.metric-card span { color: #1f2c2f; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.focus-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.focus-card { min-height: 230px; padding: 34px; color: #fff; background: #1f2c2f; border-top-right-radius: 44px; display: flex; flex-direction: column; justify-content: space-between; }
.focus-card:nth-child(even) { background: #ff7006; }
.focus-card small { color: rgba(255,255,255,.72); font-family: "Ubuntu", sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; }
.focus-card h3 { font-size: 1.55rem; letter-spacing: -.5px; margin: 20px 0 12px; color: #fff; }
.focus-card p { color: rgba(255,255,255,.82); line-height: 1.65; margin: 0; }
.project-list, .activity-list, .statute-list { display: grid; gap: 18px; }
.project-card, .activity-card, .statute-block { background: #fff; color: #66777d; border-top-right-radius: 44px; overflow: hidden; }
.activity-card { position: relative; display: block; }
.activity-card__copy::before { content: "aktivita"; display: inline-flex; margin-bottom: 18px; padding: 7px 12px; border-radius: 999px; background: rgba(255,112,6,.12); color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: .74rem; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.activity-card__copy { min-width: 0; }
.activity-card__copy p:last-child { margin-bottom: 0; }
.activity-card__gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; margin-top: 28px; }
.activity-card__gallery a { position: relative; overflow: hidden; background: #eef2f3; border-top-right-radius: 28px; aspect-ratio: 4 / 3; }
.activity-card__gallery img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.activity-card__gallery a:hover img { transform: scale(1.06); filter: saturate(1.08); }
.project-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); }
.project-card__meta { background: #1f2c2f; color: #fff; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.project-card__meta span { color: #ff9123; font-family: "Ubuntu", sans-serif; font-weight: 800; line-height: 1.35; }
.project-card__meta strong { display: none; }
.project-card__funding { margin: 28px 0 0; padding-top: 22px; border-top: 1px solid #e2e8ea; }
.project-card__funding img { display: block; width: auto; max-width: 100%; max-height: 100px; object-fit: contain; object-position: left center; }
.project-card__funding + h2 { margin-top: 34px; }
.project-list__heading { padding: 34px 4px 6px; }
.project-list__heading h2 { color: #60757b; font-size: 1.35rem; font-weight: 400; letter-spacing: -.4px; margin: 0; text-transform: uppercase; }
.project-card__body, .activity-card, .statute-block { padding: 34px; line-height: 1.72; }
.project-card h2, .project-card h3, .activity-card h2, .activity-card h3, .statute-block h2, .statute-block h3 { color: #1f2c2f; margin-bottom: 16px; letter-spacing: -1px; }
.project-card details, .statute-block details { margin-top: 18px; }
summary { cursor: pointer; color: #ff7006; font-family: "Ubuntu", sans-serif; font-weight: 800; }
.member-section { margin-bottom: 70px; }
.member-section:last-child { margin-bottom: 0; }
.member-section h2 { color: #1f2c2f; margin-bottom: 28px; }
.member-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.member-card { background: #fff; min-height: 310px; padding: 28px; border-top-right-radius: 44px; display: flex; flex-direction: column; gap: 20px; color: #66777d; line-height: 1.6; }
.member-card__logo { height: 72px; display: flex; align-items: center; justify-content: flex-start; }
.member-card__logo img { max-width: 180px; max-height: 58px; width: auto; height: auto; object-fit: contain; filter: grayscale(100%); }
.member-card h3 { color: #1f2c2f; font-size: 1.3rem; letter-spacing: 0; margin-bottom: 8px; }
.member-card a { color: #ff7006; font-weight: 800; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 24px; }
.contact-panel { background: #fff; padding: 40px; border-top-right-radius: 44px; color: #66777d; line-height: 1.7; }
.contact-panel h2 { color: #1f2c2f; margin-bottom: 22px; }
.contact-panel a { color: #ff7006; font-weight: 800; }
.form-grid { display: grid; gap: 16px; }
.form-grid label { color: #1f2c2f; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid #dfe6e8; background: #f5f6f6; padding: 16px 18px; font: inherit; color: #1f2c2f; border-top-right-radius: 22px; }
.form-grid textarea { min-height: 150px; resize: vertical; }
.archive-note { margin-top: 26px; padding: 24px; background: rgba(255,112,6,.1); color: #1f2c2f; border-top-right-radius: 34px; line-height: 1.65; }
.subpage-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.subpage-cta h2 { color: #fff; font-weight: 300; }
.subpage-cta h2 strong { font-weight: 900; }
@media (max-width: 1200px) {
  .subpage-hero__inner, .project-card, .contact-grid { grid-template-columns: 1fr; }
  .subpage-hero__copy { padding-bottom: 0; }
  .metric-grid, .member-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .activity-card__gallery { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}
@media (max-width: 992px) {
  .subpage-main { padding-top: 80px; }
  .subpage-hero__inner { min-height: 0; gap: 30px; }
  .subpage-hero h1 { font-size: 3rem; }
  .subpage-title { padding: 34px 0 24px; background-size: 240px auto; }
  .subpage-title h1 { font-size: 2.6rem; }
  .subpage-content-first { padding: 26px 0 60px; }
  .subpage-hero__media { height: 300px; }
  .text-grid, .metric-grid, .focus-grid, .member-grid { grid-template-columns: 1fr; }
  .project-card__meta { min-height: 0; }
  .subpage-cta { align-items: flex-start; flex-direction: column; }
  .activity-card__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .subpage-hero h1 { font-size: 2.45rem; }
  .subpage-hero__lead { font-size: 1rem; }
  .text-block, .project-card__body, .activity-card, .statute-block, .contact-panel { padding: 24px 20px; }
  .metric-card strong { font-size: 2.4rem; }
}

.nav__menu .ect-menu,.nav__menu .menu-item{display:contents}
.ect-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-success{padding:16px 20px;background:#e9f8ee;color:#176b35;border-radius:8px}

/* Contact page */
.ect-contact-page .subpage-title {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 92px;
  text-align: center;
  background: linear-gradient(135deg, #ff7006 0%, #ff8b1d 58%, #f4a45c 100%);
}
.ect-contact-page .subpage-title::before,
.ect-contact-page .subpage-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}
.ect-contact-page .subpage-title::before { width: 420px; height: 420px; left: -130px; top: -250px; }
.ect-contact-page .subpage-title::after { width: 560px; height: 560px; right: -180px; bottom: -410px; box-shadow: 0 0 0 70px rgba(255,255,255,.06), 0 0 0 140px rgba(255,255,255,.04); }
.ect-contact-page .subpage-title .container::before {
  content: "Jsme vám nablízku";
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.82);
  font-family: "Ubuntu", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.ect-contact-page .subpage-title h1 { color: #fff; font-size: clamp(3.5rem, 8vw, 6.8rem); line-height: .95; letter-spacing: -4px; }
.ect-contact-page .content-band { position: relative; padding: 72px 0 120px; background: linear-gradient(180deg, #fff3e9 0%, #f7f8f8 58%, #fff 100%); }
.ect-contact-page .contact-grid { position: relative; z-index: 2; max-width: 1180px; margin: 0 auto; display: grid; gap: 30px; align-items: start; }
.ect-contact-page .contact-grid > .contact-panel:first-child {
  position: relative;
  overflow: hidden;
  padding: 52px 54px;
  text-align: center;
  color: rgba(255,255,255,.78);
  background: #1f2c2f;
  border-radius: 4px 72px 4px 4px;
  box-shadow: 0 26px 70px rgba(31,44,47,.22);
}
.ect-contact-page .contact-grid > .contact-panel:first-child::before {
  content: "location_on";
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 24px;
  color: #fff;
  background: #ff7006;
  border-radius: 50%;
  font-family: "Material Symbols Outlined";
  font-size: 28px;
  font-weight: normal;
}
.ect-contact-page .contact-grid > .contact-panel:first-child::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -140px;
  bottom: -160px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.025);
}
.ect-contact-page .contact-grid > .contact-panel:first-child h2 { max-width: 660px; margin: 0 auto 22px; color: #fff; font-size: clamp(1.75rem, 4vw, 2.7rem); }
.ect-contact-page .contact-grid > .contact-panel:first-child p { margin: 10px 0; font-size: 1.04rem; }
.ect-contact-page .contact-grid > .contact-panel:first-child a { position: relative; z-index: 1; color: #ff9b4f; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.ect-contact-page .contact-form-shell {
  padding: 58px 64px 64px;
  background: #fff;
  border-radius: 4px 72px 4px 4px;
  box-shadow: 0 26px 70px rgba(31,44,47,.1);
}
.ect-contact-page .contact-form-intro { max-width: 680px; margin: 0 auto 36px; text-align: center; color: #66777d; }
.ect-contact-page .contact-form-intro > .material-symbols-outlined { display: inline-grid; place-items: center; width: 54px; height: 54px; margin-bottom: 18px; color: #fff; background: #ff7006; border-radius: 50%; font-size: 25px; }
.ect-contact-page .contact-form-intro p { margin: 0 0 8px; color: #ff7006; font-family: "Ubuntu", sans-serif; font-size: .76rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.ect-contact-page .contact-form-intro h2 { margin: 0 0 12px; color: #1f2c2f; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.ect-contact-page .contact-form-intro > span:last-child { display: block; line-height: 1.7; }
.ect-contact-page .contact-form-shell .contact-panel { max-width: 680px; margin: 0 auto; padding: 0; background: transparent; border-radius: 0; }
.ect-contact-page .form-grid { gap: 20px; }
.ect-contact-page .form-grid label { font-size: .78rem; letter-spacing: 1.2px; }
.ect-contact-page .form-grid input,
.ect-contact-page .form-grid textarea { margin-top: 8px; border: 1px solid #f0d8c7; background: #fff8f2; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.ect-contact-page .form-grid input:focus,
.ect-contact-page .form-grid textarea:focus { outline: none; border-color: #ff7006; background: #fff; box-shadow: 0 0 0 4px rgba(255,112,6,.12); }
.ect-contact-page .form-grid .butt { justify-self: center; min-width: 190px; margin-top: 8px; box-shadow: 0 14px 30px rgba(255,112,6,.24); }
@media (max-width: 720px) {
  .ect-contact-page .subpage-title { padding: 58px 0 72px; }
  .ect-contact-page .subpage-title h1 { letter-spacing: -2px; }
  .ect-contact-page .contact-grid { width: calc(100% - 32px); margin: 0 auto; }
  .ect-contact-page .contact-grid > .contact-panel:first-child,
  .ect-contact-page .contact-form-shell { padding: 36px 22px 40px; border-top-right-radius: 46px; }
  .ect-contact-page .content-band { padding: 42px 0 72px; }
}

@media (min-width: 901px) {
  .ect-contact-page .contact-grid { grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
}


/* Shared subpage titles */
.ect-title-page .subpage-title {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 92px;
  text-align: center;
  background-image: none;
}
.ect-title-page .subpage-title::before,
.ect-title-page .subpage-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50%;
}
.ect-title-page .subpage-title::before { width: 420px; height: 420px; left: -130px; top: -250px; }
.ect-title-page .subpage-title::after { width: 560px; height: 560px; right: -180px; bottom: -410px; box-shadow: 0 0 0 70px rgba(255,255,255,.055), 0 0 0 140px rgba(255,255,255,.035); }
.ect-title-page .subpage-title .container::before {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.78);
  font-family: "Ubuntu", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.ect-title-page .subpage-title h1 { margin: 0; color: #fff; font-size: clamp(3.5rem, 8vw, 6.8rem); line-height: .95; letter-spacing: -4px; }
.ect-page-o-nas .subpage-title { background: linear-gradient(135deg, #172225 0%, #31474c 60%, #5f7479 100%); }
.ect-page-o-nas .subpage-title .container::before { content: "Kdo jsme"; }
.ect-page-clenstvi .subpage-title { background: linear-gradient(135deg, #ff7006 0%, #ff8b1d 58%, #f4a45c 100%); }
.ect-page-clenstvi .subpage-title .container::before { content: "Staňte se členem"; }
.ect-page-projekty .subpage-title { background: linear-gradient(135deg, #60757b 0%, #8da2a8 58%, #bac6c9 100%); }
.ect-page-projekty .subpage-title .container::before { content: "Společně tvoříme"; }
.ect-page-aktivity .subpage-title { background: linear-gradient(135deg, #d95c0a 0%, #ef7c28 48%, #9daeb2 100%); }
.ect-page-aktivity .subpage-title .container::before { content: "Co se děje"; }
.ect-page-clenove .subpage-title { background: linear-gradient(135deg, #263539 0%, #53676c 70%, #e2792a 140%); }
.ect-page-clenove .subpage-title .container::before { content: "Naše komunita"; }
@media (max-width: 720px) {
  .ect-title-page .subpage-title { padding: 58px 0 72px; }
  .ect-title-page .subpage-title h1 { letter-spacing: -2px; }
}

/* Activity gallery lightbox */
.activity-card__gallery a { cursor: zoom-in; }
body.ect-lightbox-open { overflow: hidden; }
.ect-lightbox[hidden] { display: none; }
.ect-lightbox { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 64px 84px 54px; background: rgba(14,20,22,.94); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.ect-lightbox__figure { display: grid; place-items: center; gap: 12px; max-width: 100%; max-height: 100%; margin: 0; }
.ect-lightbox__image { display: block; max-width: min(1500px, calc(100vw - 168px)); max-height: calc(100vh - 150px); width: auto; height: auto; object-fit: contain; border-top-right-radius: 28px; box-shadow: 0 24px 80px rgba(0,0,0,.42); }
.ect-lightbox__caption { max-width: min(900px, 80vw); color: rgba(255,255,255,.86); text-align: center; line-height: 1.4; }
.ect-lightbox__counter { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.68); font-family: "Ubuntu", sans-serif; font-weight: 700; }
.ect-lightbox button { position: absolute; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.ect-lightbox button:hover, .ect-lightbox button:focus-visible { background: #ff7006; outline: none; }
.ect-lightbox__close:hover, .ect-lightbox__close:focus-visible { transform: scale(1.06); }
.ect-lightbox__close { top: 18px; right: 20px; font-size: 2.1rem; line-height: 1; }
.ect-lightbox__nav { top: 50%; transform: translateY(-50%); font-size: 0; line-height: 1; }
.ect-lightbox__nav:hover, .ect-lightbox__nav:focus-visible { transform: translateY(-50%); }
.ect-lightbox__nav::before { content: ""; position: absolute; inset: 0; width: 14px; height: 14px; margin: auto; box-sizing: border-box; border-top: 3px solid currentColor; border-right: 3px solid currentColor; transform-origin: center; }
.ect-lightbox__nav--prev { left: 20px; }
.ect-lightbox__nav--prev::before { transform: rotate(-135deg); }
.ect-lightbox__nav--next { right: 20px; }
.ect-lightbox__nav--next::before { transform: rotate(45deg); }
@media (max-width: 640px) {
  .ect-lightbox { padding: 68px 12px 58px; }
  .ect-lightbox__image { max-width: calc(100vw - 24px); max-height: calc(100vh - 150px); border-top-right-radius: 18px; }
  .ect-lightbox__nav { top: auto; bottom: 14px; transform: none; }
  .ect-lightbox__nav:hover, .ect-lightbox__nav:focus-visible { transform: none; }
  .ect-lightbox__nav--prev { left: 16px; }
  .ect-lightbox__nav--next { right: 16px; }
  .ect-lightbox__counter { bottom: 28px; }
}
/* Let colored subpage titles continue behind the fixed translucent header. */
.ect-title-page .subpage-main,
.ect-contact-page .subpage-main { padding-top: 0; }
.ect-title-page .subpage-title,
.ect-contact-page .subpage-title { padding-top: calc(var(--nav-h-s) + 82px); }
@media (max-width: 720px) {
  .ect-title-page .subpage-title,
  .ect-contact-page .subpage-title { padding-top: calc(var(--nav-h-s) + 58px); }
}
body.error404 { height: auto; min-height: 100svh; }
.error-page {
  position: relative;
  overflow: hidden;
  padding-top: var(--nav-h-s);
  background:
    radial-gradient(circle at 14% 26%, rgba(255,112,6,.11), transparent 29%),
    radial-gradient(circle at 88% 78%, rgba(5,164,220,.10), transparent 27%),
    #f5f6f6;
}
.error-page::before,
.error-page::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(165,184,189,.24);
  border-radius: 50%;
  pointer-events: none;
}
.error-page::before { width: 430px; height: 430px; left: -230px; top: 10%; }
.error-page::after { width: 560px; height: 560px; right: -300px; bottom: -260px; }
.error-page__content {
  position: relative;
  z-index: 1;
  min-height: calc(100svh - var(--nav-h-s));
  display: grid;
  place-items: center;
  padding: clamp(72px, 9vw, 140px) clamp(24px, 6vw, 96px);
  text-align: center;
}
.error-page__panel {
  width: min(100%, 820px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 84px) clamp(28px, 6vw, 76px);
  border: 1px solid rgba(165,184,189,.24);
  border-top-right-radius: clamp(58px, 8vw, 104px);
  background: rgba(255,255,255,.82);
  box-shadow: 0 28px 80px rgba(31,44,47,.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.error-page__eyebrow {
  margin: 0 0 24px;
  color: #73878c;
  font-family: "Ubuntu", sans-serif;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.error-page__code {
  margin: 0 0 34px;
  color: #ff7910;
  font: 900 clamp(7rem, 16vw, 12rem)/.72 "Roboto Condensed", sans-serif;
  letter-spacing: -.055em;
}
.error-page__panel h1 {
  max-width: 680px;
  margin: 0 auto 20px;
  color: #1f2c2f;
  font-size: clamp(2rem, 4vw, 3.65rem);
  line-height: 1.08;
  letter-spacing: -2px;
}
.error-page__lead {
  max-width: 540px;
  margin: 0 auto 36px;
  color: #7b9095;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.7;
}
.error-page__panel .butt { margin: 0 auto; box-shadow: 0 14px 32px rgba(255,112,6,.22); }
@media (max-width: 640px) {
  .error-page__content { padding: 52px 18px 64px; }
  .error-page__panel { padding: 44px 22px 50px; border-top-right-radius: 54px; }
  .error-page__eyebrow { margin-bottom: 20px; }
  .error-page__code { margin-bottom: 30px; }
  .error-page__panel h1 { letter-spacing: -1.4px; }
  .error-page__lead { margin-bottom: 30px; }
}
