.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  background: rgba(10, 44, 68, 0.58);
  border-bottom: 1px solid rgba(239, 234, 224, 0.16);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.nav-row {
  width: min(var(--container), calc(100% - 48px));
  min-height: 95px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand img {
  width: 170px;
  height: 59px;
  object-fit: contain;
}

.nav-actions,
.nav-links,
.phone-link {
  display: flex;
  align-items: center;
}

.nav-actions {
  gap: 32px;
}

.nav-links {
  gap: 28px;
}

.nav-links a,
.phone-link {
  color: var(--text-on-dark-muted);
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.phone-link {
  gap: 8px;
  color: var(--text-on-dark);
  font-weight: 600;
}

.phone-mark {
  font-size: 16px;
}

.nav-cta {
  min-height: 51px;
}

.hero {
  min-height: 815px;
  overflow: hidden;
  color: var(--text-on-dark);
  background-image:
    linear-gradient(284deg, #0a2c4400 28%, #3256766e 67%),
    url("../img/vizualizace_rybnik_brezineves_01.jpg");
  background-position: center;
  background-size: cover;
}

.hero-content {
  min-height: 815px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: 640px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero-eyebrow,
.hero h1,
.hero-lead,
.trust-signal {
  margin: 0;
}

.hero-eyebrow {
  color: var(--text-on-dark-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.hero h1 {
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: 54px;
  font-weight: 600;
  line-height: 1.08;
  text-shadow: 0 0 10px #00000052;
}

.hero-lead {
  color: var(--border);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 0 0 4px #00000085;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trust-signal {
  width: min(530px, 100%);
  color: var(--text-on-dark-muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.trust {
  height: 366px;
  padding: 52px 0;
  background: var(--cream);
}

.trust-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.trust-lead {
  width: min(820px, 100%);
  margin: 0;
  color: var(--text-primary);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
}

.logo-wall {
  width: 100%;
  height: 145px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.logo-wall li {
  width: 112px;
  height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.logo-wall img {
  max-width: 112px;
  height: 92px;
  object-fit: contain;
}

.logo-wall span {
  width: 112px;
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.18;
  text-align: center;
}

.situations,
.faq {
  background: var(--surface);
}

.situations {
  padding: 88px 0;
}

.section-head {
  width: min(820px, 100%);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.section-head.centered {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.eyebrow.large {
  font-size: 17px;
}

.situation-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.situation-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.situation-icon {
  width: 120px;
  height: 120px;
  border-radius: 18px;
  background: #f6e4db;
  display: flex;
  align-items: center;
  justify-content: center;
}

.situation-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.card-tag,
.case-meta {
  margin: 0;
  color: var(--taupe);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.situation-card h3,
.why-card h3,
.feature-copy h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-weight: 600;
}

.situation-card h3 {
  font-size: 23px;
  line-height: 1.2;
}

.situation-card p:not(.card-tag),
.why-card p,
.feature-copy p:not(.feature-num) {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15.5px;
  line-height: 1.55;
}

.small-divider {
  width: 118px;
  height: 4px;
  margin: 52px auto 0;
  background: var(--surface);
}

.why,
.cases {
  padding: 88px 0;
  background: var(--cream);
}

.feature-split {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: center;
  gap: 56px;
}

.feature-copy,
.why-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.feature-num {
  margin: 0;
  color: var(--taupe);
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.feature-copy h3 {
  font-size: 27px;
  line-height: 1.18;
}

.before-after {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.before-after figure {
  position: relative;
  height: 320px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.before-after img,
.case-image-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 11px;
  border-radius: var(--radius-sm);
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
  background: var(--navy);
  z-index: 1;
  pointer-events: none;
}

.case-image-btn.before-after-btn {
  position: absolute;
  inset: 0;
  height: 100%;
}

.why-card-row {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.why-card {
  padding: 32px;
  border-radius: var(--radius);
  background: var(--surface);
}

.why-card h3 {
  font-size: 23px;
  line-height: 1.2;
}

.service-icons {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.service-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-size: 12px;
  text-align: center;
}

.service-icons svg {
  width: 45px;
  height: 45px;
  color: var(--orange);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sketch-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.sketch-flow span {
  flex: 1;
  padding: 18px 10px;
  border-radius: var(--radius-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: var(--cream);
}

.sketch-flow b {
  width: 24px;
  height: 24px;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sketch-flow svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sketch-flow b svg {
  width: 24px;
  height: 24px;
}

.process {
  padding: 88px 0;
  color: var(--text-on-dark);
  background: var(--navy);
}

.section-title.on-dark {
  color: var(--cream);
}

.process-steps {
  position: relative;
  min-height: 120px;
  margin: 52px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
  list-style: none;
}

.process-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.process-steps li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -22px;
  width: 32px;
  height: 40px;
  opacity: 0.25;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

.process-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  font-size: 28px;
  background: #f6e4db;
}

.process-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-steps strong {
  color: var(--cream);
  font-size: 15px;
  font-weight: 700;
}

.process-steps p {
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: 12.5px;
  line-height: 1.4;
}

.case-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.case-card {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.case-image-btn {
  position: relative;
  width: 100%;
  height: 276px;
  padding: 0;
  overflow: hidden;
  border: 0;
  display: block;
  cursor: pointer;
  background: var(--navy);
}

.case-image-btn::after {
  content: "Zobrazit galerii";
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 12px;
  border-radius: var(--radius-sm);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(14, 58, 92, 0.92);
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.case-image-btn:hover::after,
.case-image-btn:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.case-image-btn img {
  transition: transform 220ms ease;
}

.case-image-btn:hover img,
.case-image-btn:focus-visible img {
  transform: scale(1.035);
}

.case-image-btn:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: -3px;
}

.case-card > div {
  padding: 22px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.case-meta {
  color: var(--orange);
  font-size: 12.5px;
  letter-spacing: 1.2px;
}

.case-card h3 {
  margin: 0;
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.15;
}

.case-card p:not(.case-meta) {
  margin: 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.case-card strong {
  color: var(--navy);
  font-size: 15px;
}

.gallery-dialog {
  width: min(calc(var(--gallery-stage-width, 1100px) + 36px), calc(100% - 24px));
  max-height: calc(100vh - 24px);
  padding: 0;
  border: 0;
  border-radius: 16px;
  color: var(--text-primary);
  background: var(--cream);
  box-shadow: 0 24px 80px rgba(10, 44, 68, 0.45);
}

.gallery-dialog::backdrop {
  background: rgba(10, 44, 68, 0.82);
  backdrop-filter: blur(6px);
}

.gallery-shell {
  max-height: calc(100vh - 24px);
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.gallery-header h2 {
  margin: 0;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.08;
}

.gallery-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--navy);
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  background: var(--surface);
}

.gallery-stage {
  position: relative;
  width: min(var(--gallery-stage-width, 1100px), 100%);
  height: min(var(--gallery-stage-height, 620px), calc(100vh - 136px));
  min-height: 0;
  max-height: calc(100vh - 136px);
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--navy-deep);
}

.gallery-image,
.gallery-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.gallery-stage.is-youtube {
  display: block;
}

.gallery-image[hidden],
.gallery-video[hidden],
.gallery-iframe[hidden] {
  display: none;
}

.gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 48px;
  height: 64px;
  border: 1px solid rgba(239, 234, 224, 0.32);
  border-radius: var(--radius);
  color: var(--cream);
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
  background: rgba(10, 44, 68, 0.72);
  transform: translateY(-50%);
}

.gallery-prev {
  left: 16px;
}

.gallery-next {
  right: 16px;
}

.gallery-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.gallery-meta {
  min-height: 20px;
  color: var(--text-secondary);
  font-family: var(--font-mono);
  font-size: 13px;
  text-align: center;
}

.pricing {
  padding: 88px 0;
  background: var(--cream-dark);
}

.narrow-inner {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}

.narrow-inner > .lead {
  width: min(760px, 100%);
}

.price-list {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  text-align: left;
}

.price-list div {
  min-height: 81px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--border);
}

.price-list div:last-child {
  border-bottom: 0;
}

.price-list span {
  color: var(--text-primary);
  font-size: 15.5px;
  line-height: 1.45;
}

.price-list strong {
  flex: 0 0 auto;
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 15px;
}

.budget-callout,
.faq-callout {
  width: 100%;
  padding: 24px 28px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-align: left;
}

.budget-callout {
  color: var(--cream);
  background: var(--navy);
}

.budget-callout div,
.faq-callout div {
  width: min(650px, 100%);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.budget-callout p,
.faq-callout p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.budget-callout div > p:last-child {
  color: var(--cream);
}

.budget-callout strong {
  color: #ffffff;
  font-family: var(--font-mono);
  font-size: 22px;
  text-align: right;
}

.faq {
  padding: 88px 0;
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}

.faq-list details {
  padding: 24px 26px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--surface);
}

.faq-list summary {
  cursor: pointer;
  color: var(--navy);
  font-size: 17.5px;
  font-weight: 600;
  line-height: 1.35;
}

.faq-list p {
  margin: 14px 0 0;
  color: var(--text-secondary);
  font-size: 15px;
  line-height: 1.5;
}

.faq-callout {
  background: var(--cream);
}

.faq-callout a {
  color: var(--navy);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.final-cta,
.site-footer {
  color: var(--cream);
  background: var(--navy);
}

.final-cta {
  padding: 96px 0 80px;
}

.final-inner {
  width: min(870px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.final-inner h2 {
  width: 100%;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}

.final-inner > p:not(.eyebrow) {
  width: min(720px, 100%);
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: 17px;
  line-height: 1.55;
}

.final-phone {
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
}

.final-contact {
  min-height: 77px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.final-contact a {
  color: var(--cream);
  font-size: 15px;
  font-weight: 500;
}

.final-contact span {
  color: var(--text-on-dark-muted);
  font-size: 14px;
}

.contact-form {
  width: min(600px, 100%);
  min-height: 630px;
  padding: 32px 36px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
}

.contact-form h3 {
  margin: 0;
  color: var(--cream);
  font-size: 22px;
  text-align: center;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--text-on-dark-muted);
  font-size: 13px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea,
.upload-area {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: var(--cream);
  background: rgba(255, 255, 255, 0.1);
}

.contact-form input {
  height: 44px;
  padding: 0 14px;
}

.contact-form textarea {
  height: 100px;
  padding: 14px;
  resize: vertical;
}

.upload-area {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.38);
  font-size: 13px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.05);
}

.contact-form .consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--text-on-dark-muted);
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.35;
}

.contact-form .consent-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--orange);
}

.contact-form .button {
  width: 100%;
}

/* Hide the native file input — the .upload-area span acts as trigger */
.contact-form input[type="file"] {
  display: none;
}

/* Honeypot field — visually hidden, ignored by screen readers via aria-hidden */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Upload area interactive states */
.upload-area {
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.upload-area.drag-over {
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.12);
}
.upload-area.has-file {
  color: var(--cream);
}

/* Form status message */
.form-status {
  min-height: 1.4em;
  font-size: 13px;
  text-align: center;
}
.form-status--ok  { color: #6ee7a0; }
.form-status--err { color: #fca5a5; }

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 40px 0;
}

.footer-inner {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.footer-inner img {
  width: 237px;
  height: 64px;
  object-fit: contain;
  opacity: 0.56;
}

.footer-inner p {
  width: min(440px, 100%);
  margin: 0;
  color: var(--text-on-dark-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

@media (max-width: 1120px) {
  .nav-actions {
    gap: 18px;
  }

  .nav-links {
    display: none;
  }

  .logo-wall {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .trust {
    height: auto;
  }

  .situation-grid,
  .feature-split,
  .why-card-row,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .feature-split {
    align-items: start;
  }

  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .process-steps li::after {
    display: none;
  }
}

@media (max-width: 760px) {
  .nav-row {
    width: min(var(--container), calc(100% - 32px));
    min-height: 84px;
  }

  .brand img {
    width: 132px;
    height: auto;
  }

  .phone-link {
    display: none;
  }

  .nav-cta {
    min-height: 44px;
    padding: 14px 18px;
    font-size: 14px;
  }

  .hero {
    min-height: 0;
    background-position: 72% center;
    background-image:
      linear-gradient(to bottom, rgba(10, 44, 68, 0.84) 0%, rgba(10, 44, 68, 0.58) 55%, rgba(10, 44, 68, 0.78) 100%),
      url("../img/vizualizace_rybnik_brezineves_01.jpg");
  }

  .hero-content {
    min-height: 0;
    padding: 108px 0 52px;
    align-items: flex-start;
  }

  .hero-copy {
    width: 100%;
    gap: 18px;
  }

  .hero h1 {
    font-size: clamp(30px, 8.5vw, 44px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .process-steps {
    padding-left: 15px;
    padding-right: 25px;
  }

  .process-steps li {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 4px 14px;
    text-align: left;
    align-items: start;
  }

  .process-icon {
    grid-column: 1;
    grid-row: 1 / span 3;
    align-self: start;
  }

  .trust-lead {
    font-size: 19px;
  }

  .situations,
  .why,
  .process,
  .cases,
  .pricing,
  .faq {
    padding: 64px 0;
  }

  .before-after,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .price-list div,
  .budget-callout,
  .faq-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-list strong,
  .budget-callout strong,
  .faq-callout a {
    text-align: left;
  }

  .contact-form {
    min-height: 0;
    padding: 28px 24px;
  }

  .gallery-shell {
    padding: 12px;
  }

  .gallery-header h2 {
    font-size: 20px;
  }

  .gallery-stage {
    height: min(var(--gallery-stage-height, 360px), calc(100vh - 124px));
  }

  .gallery-nav {
    width: 40px;
    height: 52px;
    font-size: 34px;
  }
}
