/* ============================================
   CONTACT PAGE
   page-contact.php
============================================ */

/* ============================================
   HERO
============================================ */
.page-hero--contact {
  min-height: 50vh;
  background: var(--dark);
  display: flex;
  align-items: flex-end;
  padding-top: 72px;
  position: relative;
  overflow: hidden;
}

.page-hero--contact .hero-inner {
  position: relative;
  z-index: 2;
  padding: 5rem 3rem 6rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: end;
}

.page-hero--contact .hero-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: revealUp 0.7s 0.3s var(--ease-out) forwards;
}

.page-hero--contact .hero-h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.08;
  color: var(--white);
  letter-spacing: -0.02em;
  opacity: 0;
  animation: revealUp 0.9s 0.5s var(--ease-out) forwards;
}

.page-hero--contact .hero-h1 em {
  font-style: italic;
  color: var(--accent);
}

.page-hero--contact .hero-sub {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(247, 246, 242, 0.5);
  font-weight: 300;
  margin-top: 1.8rem;
  opacity: 0;
  animation: revealUp 0.8s 0.7s var(--ease-out) forwards;
}


/* ---- Promise strip (right side of hero) ---- */
.hero-promise {
  opacity: 0;
  animation: revealUp 0.8s 0.9s var(--ease-out) forwards;
  border-top: 1px solid rgba(247, 246, 242, 0.08);
}

.hero-promise-row {
  border-bottom: 1px solid rgba(247, 246, 242, 0.08);
  padding: 1rem 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.2rem;
  align-items: center;
}

.hero-promise-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(74, 143, 216, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-promise-icon svg {
  width: 13px;
  height: 13px;
  color: var(--accent);
}

.hero-promise-label {
  font-size: 0.78rem;
  color: rgba(247, 246, 242, 0.35);
  font-weight: 300;
  line-height: 1.4;
}

.hero-promise-label strong {
  display: block;
  color: rgba(247, 246, 242, 0.7);
  font-weight: 500;
  font-size: 0.82rem;
  margin-bottom: 0.1rem;
}


/* ============================================
   NAP STRIP
============================================ */
.section-nap {
  background: var(--dark-mid);
  border-bottom: 1px solid rgba(247, 246, 242, 0.05);
}

.nap-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.nap-item {
  padding: 2rem 2.5rem 2rem 0;
  border-right: 1px solid rgba(247, 246, 242, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.nap-item:last-child {
  border-right: none;
  padding-right: 0;
  padding-left: 2.5rem;
}

.nap-item:first-child { padding-left: 0; }

.nap-icon {
  width: 36px;
  height: 36px;
  background: rgba(74, 143, 216, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.nap-icon svg { color: var(--accent); }

.nap-label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(247, 246, 242, 0.25);
  font-weight: 500;
  margin-bottom: 0.3rem;
}

.nap-value {
  font-size: 0.88rem;
  color: rgba(247, 246, 242, 0.6);
  font-weight: 300;
  line-height: 1.5;
}

.nap-value a {
  color: inherit;
  transition: color 0.2s;
}

.nap-value a:hover { color: var(--accent); }


/* ============================================
   MAIN CONTACT SECTION
============================================ */
.section-contact {
  background: var(--white);
  padding: 8rem 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 7rem;
  align-items: start;
}

/* ---- Left panel ---- */
.contact-left-eyebrow { color: var(--accent-dark); }
.contact-left-heading { color: var(--dark); margin-bottom: 1.5rem; }

.contact-left-desc {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-light);
  font-weight: 300;
  margin-bottom: 3rem;
}

.contact-trust {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3rem;
  border-top: 1px solid rgba(17, 18, 16, 0.07);
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(17, 18, 16, 0.07);
}

.trust-num {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--accent-dark);
  letter-spacing: -0.03em;
  line-height: 1;
  width: 72px;
  flex-shrink: 0;
}

.trust-label {
  font-size: 0.8rem;
  color: var(--text-light);
  font-weight: 300;
  line-height: 1.5;
}

.trust-label strong {
  display: block;
  color: var(--dark);
  font-weight: 500;
  font-size: 0.85rem;
}

.contact-direct {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-direct a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: var(--text-light);
  transition: color 0.2s;
  font-weight: 300;
}

.contact-direct a:hover { color: var(--accent-dark); }
.contact-direct svg { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }


/* ---- Right: Form panel ---- */

.form-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-dark), var(--accent));
}

.form-heading {
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
  color: var(--dark);
}

.form-sub {
  font-size: 0.82rem;
  color: var(--text-light);
  margin-bottom: 2.5rem;
  line-height: 1.6;
  font-weight: 300;
}


/* ============================================
   FORM — FLOATING LABELS
   Works with Contact Form 7 output
============================================ */

/* CF7 resets — strip CF7 default wrapper styles */
.form-panel .wpcf7 { margin: 0; padding: 0; }
.form-panel .wpcf7-form { display: flex; flex-direction: column; gap: 0; }
.form-panel .wpcf7-form p { margin: 0; } /* CF7 wraps fields in <p> sometimes */
.form-panel .wpcf7-form br { display: none; } /* CF7 injects <br> */

/* ---- CF7 validation errors (inline) ---- */
.form-panel .wpcf7-not-valid-tip {
  font-size: 0.7rem;
  color: #b44a3e;
  font-weight: 400;
  margin-top: 0.3rem;
  animation: revealUp 0.3s var(--ease-out);
}

.form-panel .wpcf7-not-valid {
  border-bottom-color: #b44a3e !important;
}

/* ---- CF7 response output (bottom banner) ---- */
.form-panel .wpcf7-response-output {
  margin: 1.2rem 0 0 !important;
  padding: 0.9rem 1.2rem !important;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 2px;
  border-width: 1px !important;
  border-style: solid !important;
}

/* Validation failed */
.form-panel .wpcf7-form.invalid .wpcf7-response-output,
.form-panel .wpcf7-form.unaccepted .wpcf7-response-output {
  background: rgba(180, 74, 62, 0.06);
  border-color: rgba(180, 74, 62, 0.25) !important;
  color: #8b3329;
}

/* Mail send failed */
.form-panel .wpcf7-form.failed .wpcf7-response-output {
  background: rgba(180, 74, 62, 0.06);
  border-color: rgba(180, 74, 62, 0.25) !important;
  color: #8b3329;
}

/* Spam detected */
.form-panel .wpcf7-form.spam .wpcf7-response-output {
  background: rgba(180, 140, 40, 0.06);
  border-color: rgba(180, 140, 40, 0.25) !important;
  color: #7a6520;
}

/* Success — hide the default text, we show our own panel */
.form-panel .wpcf7-form.sent .wpcf7-response-output {
  display: none !important;
}

/* ---- Success panel (replaces form on send) ---- */
.form-panel {
  background: var(--off-white);
  padding: 3.5rem;
  position: relative;
}

.form-panel.transitioning .wpcf7,
.form-panel.transitioning .form-heading,
.form-panel.transitioning .form-sub {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s var(--ease-out), transform 0.3s var(--ease-out);
}

.form-success {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.2rem;
  padding: 2.5rem;
  background: rgba(74, 143, 216, 0.05);
  border: 1px solid rgba(74, 143, 216, 0.2);
  border-radius: 2px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s 0.25s var(--ease-out), transform 0.5s 0.25s var(--ease-out);
  position: absolute;
  inset: 3.5rem;
  pointer-events: none;
}

.form-success.visible {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  inset: auto;
  pointer-events: auto;
}

.form-success-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(74, 143, 216, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-success-icon svg {
  width: 18px;
  height: 18px;
  color: var(--accent);
}

.form-success-title {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--dark);
  letter-spacing: -0.01em;
}

.form-success-body {
  font-size: 0.85rem;
  color: var(--text-light);
  line-height: 1.7;
  font-weight: 300;
}

.form-success-body strong {
  color: var(--dark);
  font-weight: 500;
}

/* Form content hidden by JS during transition — CSS handles the sent state fallback */
.form-panel .wpcf7-form.sent { opacity: 0; pointer-events: none; position: absolute; }

/* Row layout */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem;
}

/* ---- Floating label fields ---- */
.field {
  position: relative;
  padding-top: 1.4rem;
  margin-bottom: 1.1rem;
}

.field label {
  position: absolute;
  top: 1.4rem;
  left: 0;
  font-size: 0.85rem;
  color: var(--text-light);
  font-weight: 400;
  pointer-events: none;
  transform-origin: left top;
  transition: transform 0.22s var(--ease-out), color 0.22s;
  white-space: nowrap;
}

/* CF7 wraps inputs in <span class="wpcf7-form-control-wrap"> */
.field .wpcf7-form-control-wrap {
  display: block;
}

/* Floated state — JS class or focus */
.field.floated label,
.field input:focus ~ label,
.field textarea:focus ~ label,
.field .wpcf7-form-control-wrap:focus-within ~ label {
  transform: translateY(-1.4rem) scale(0.75);
  color: var(--accent-dark);
  font-weight: 500;
}

.field input,
.field textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(17, 18, 16, 0.2);
  padding: 0.4rem 0 0.55rem;
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--dark);
  outline: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.22s;
}

.field input::placeholder,
.field textarea::placeholder { color: transparent; }

.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--accent);
}

/* Animated underline accent on focus */
.field::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s var(--ease-out);
}

.field:focus-within::after { width: 100%; }

.field textarea {
  resize: none;
  height: 100px;
  line-height: 1.6;
}


/* ============================================
   WEBSITE ROW + CONTEXTUAL AUDIT OFFER
============================================ */
.field-website-row {
  display: flex;
  align-items: baseline;
}

.field-website-row .field-website {
  flex: 1;
  min-width: 0;
}

/* ---- Audit offer checkbox ---- */
.field-audit-offer {
  flex-shrink: 0;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 0.35s var(--ease-out),
    max-width 0.4s var(--ease-out),
    margin 0.4s var(--ease-out);
  margin-left: 0;
  padding-bottom: 0.35rem; /* align with input text baseline */
  white-space: nowrap;
}

.field-audit-offer.visible {
  opacity: 1;
  max-width: 220px;
  margin-left: 1rem;
  pointer-events: auto;
}

/* Hide CF7 wrapper chrome */
.field-audit-offer .wpcf7-form-control-wrap { display: inline; }
.field-audit-offer .wpcf7-checkbox { display: inline-flex; }
.field-audit-offer .wpcf7-list-item { margin: 0; }

/* Style the audit checkbox label as a pill toggle */
.field-audit-offer .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-light);
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(17, 18, 16, 0.12);
  border-radius: 20px;
  transition:
    border-color 0.22s var(--ease-out),
    color 0.22s,
    background 0.22s;
  user-select: none;
  letter-spacing: 0.01em;
}

.field-audit-offer .wpcf7-list-item label:hover {
  border-color: rgba(74, 143, 216, 0.4);
  color: var(--accent-dark);
}

/* Hide real checkbox */
.field-audit-offer .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Custom check circle */
.field-audit-offer .wpcf7-list-item label::before {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(17, 18, 16, 0.2);
  flex-shrink: 0;
  transition: border-color 0.22s, background 0.22s, box-shadow 0.22s;
}

/* Checked state */
.field-audit-offer .wpcf7-list-item:has(input:checked) label {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(74, 143, 216, 0.05);
}

.field-audit-offer .wpcf7-list-item:has(input:checked) label::before {
  border-color: var(--accent);
  background: var(--accent);
  box-shadow: inset 0 0 0 2px var(--off-white);
}

/* Keyboard focus */
.field-audit-offer .wpcf7-list-item input:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Fallback for no :has() */
.field-audit-offer .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: var(--accent-dark);
}


/* ============================================
   INTEREST — CF7 CHECKBOXES AS BUTTON GRID
============================================ */
.field-interest {
  margin-bottom: 1.4rem;
  margin-top: 1.2rem;
}

.field-interest-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-light);
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.field-optional {
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: none;
  opacity: 0.7;
}

/*
 * CF7 checkbox output structure:
 * <span class="wpcf7-form-control-wrap">
 *   <span class="wpcf7-form-control wpcf7-checkbox">
 *     <span class="wpcf7-list-item">
 *       <label>
 *         <input type="checkbox" ...>
 *         <span class="wpcf7-list-item-label">SEO & Search</span>
 *       </label>
 *     </span>
 *     ...
 *   </span>
 * </span>
 */

/* Grid the checkbox items */
.field-interest .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  align-items: stretch;
  margin-top:.5em;
}

/* Reset CF7 list-item wrapper — stretch to fill grid cell */
.field-interest .wpcf7-list-item {
  margin: 0;
  display: flex;
}

.field-interest .wpcf7-list-item label {
  flex: 1;
}

/* Hide the real checkbox */
.field-interest .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Style the label as a button card */
.field-interest .wpcf7-list-item label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.1rem 0.6rem;
  min-height: 88px;
  background: transparent;
  border: 1px solid rgba(17, 18, 16, 0.12);
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--text-light);
  letter-spacing: 0.02em;
  transition:
    border-color 0.22s var(--ease-out),
    color 0.22s,
    background 0.22s,
    box-shadow 0.22s;
  text-align: center;
  line-height: 1.3;
  position: relative;
  height: 100%;
}

.field-interest .wpcf7-list-item label:hover {
  border-color: rgba(17, 18, 16, 0.25);
  color: var(--dark);
}

/* Service icon — injected by JS into each label */
.field-interest .wpcf7-list-item label .interest-icon {
  width: 20px;
  height: 20px;
  opacity: 0.4;
  transition: opacity 0.22s, color 0.22s;
}

.field-interest .wpcf7-list-item label:hover .interest-icon {
  opacity: 0.65;
}

/* ---- Selected state ---- */
.field-interest .wpcf7-list-item input:checked + .wpcf7-list-item-label,
.field-interest .wpcf7-list-item:has(input:checked) label {
  border-color: var(--accent);
  color: var(--accent-dark);
  background: rgba(74, 143, 216, 0.05);
  box-shadow: 0 0 0 1px var(--accent);
}

.field-interest .wpcf7-list-item:has(input:checked) .interest-icon {
  opacity: 1;
  color: var(--accent);
}

/* "Not sure yet" — last item, subtler style */
.field-interest .wpcf7-list-item:last-child label {
  font-style: italic;
  font-weight: 400;
}

.field-interest .wpcf7-list-item:last-child:has(input:checked) label {
  border-color: rgba(17, 18, 16, 0.3);
  color: var(--dark);
  background: rgba(17, 18, 16, 0.04);
  box-shadow: 0 0 0 1px rgba(17, 18, 16, 0.3);
}

/* Focus ring for keyboard users */
.field-interest .wpcf7-list-item input:focus-visible + .wpcf7-list-item-label {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* Fallback: style the label-text span directly if :has() isn't supported */
.field-interest .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: var(--accent-dark);
}


/* ---- Submit ---- */
.form-submit-wrap { margin-top: 1.4rem; }

.form-submit,
.form-panel .wpcf7-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: var(--dark);
  color: var(--white);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1.05rem 2rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s var(--ease-out), transform 0.2s;
  position: relative;
  overflow: hidden;
}

.form-submit::before,
.form-panel .wpcf7-submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent-dark);
  transform: translateX(-101%);
  transition: transform 0.4s var(--ease-out);
}

.form-submit:hover::before,
.form-panel .wpcf7-submit:hover::before { transform: translateX(0); }

.form-submit:hover,
.form-panel .wpcf7-submit:hover { transform: translateY(-1px); }

.form-submit span,
.form-submit svg,
.form-panel .wpcf7-submit { position: relative; z-index: 1; }


/* ============================================
   FAQ
============================================ */
.section-faq {
  background: var(--off-white);
  padding: 7rem 0;
}

.section-faq .section-eyebrow { color: var(--accent-dark); }
.section-faq .section-heading { margin-bottom: 4rem; }

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4rem;
}

.faq-item {
  border-bottom: 1px solid rgba(17, 18, 16, 0.08);
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  cursor: pointer;
  user-select: none;
}

.faq-q-text {
  font-family: var(--serif);
  font-size: 1.05rem;
  color: var(--dark);
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.faq-toggle {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(17, 18, 16, 0.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s var(--ease-out), border-color 0.2s;
}

.faq-toggle svg {
  width: 12px;
  height: 12px;
  color: var(--text-light);
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
  border-color: var(--accent);
}

.faq-item.open .faq-toggle svg { color: var(--accent); }

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s var(--ease-out);
  overflow: hidden;
}

.faq-a > *,
.faq-a {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--text-light);
  font-weight: 300;
}

.faq-item.open .faq-a { grid-template-rows: 1fr; }

/* Inner wrapper for grid-template-rows animation */
.faq-a {
  min-height: 0;
  padding-bottom: 0;
  transition: grid-template-rows 0.35s var(--ease-out), padding-bottom 0.35s;
}

.faq-item.open .faq-a { padding-bottom: 1.5rem; }


/* ============================================
   RESPONSIVE
============================================ */
@media (max-width: 1100px) {
  .page-hero--contact .hero-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 4rem 3rem 5rem;
  }

  .hero-promise { max-width: 480px; }

  .contact-grid {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .nap-inner { grid-template-columns: 1fr 1fr; gap: 0; }

  .faq-grid { grid-template-columns: 1fr; }

  .field-interest .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .nap-inner { grid-template-columns: 1fr; }
  .nap-item {
    border-right: none !important;
    padding-left: 0 !important;
    border-bottom: 1px solid rgba(247, 246, 242, 0.05);
  }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-panel { padding: 2rem 1.5rem; }

  .field-interest .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}