/* ============================================================
   CLOSERSCONNECT — CLOSERS CONNECT LIMITED
   Systems design and computer integrated systems design
   Hong Kong professional services firm
   Theme: LIGHT warm cream + cocoa mahogany
   ============================================================ */

:root {
  --cream: #F8F4EE;
  --ink: #2A1F18;
  --cocoa: #6E4426;
  --tan: #EADFCE;
  --panel: #3A2A1A;
  --ivory: #FFFDF8;
  --cocoa-tint: #D9C4A8;
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #F8F4EE;
  color: #2A1F18;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #2A1F18;
  line-height: 1.2;
  margin: 0;
}

p {
  margin: 0 0 1em;
}

a {
  color: #6E4426;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Scroll reveal — safe without JavaScript (noscript fallback lives in HTML) */
.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   GAVEL NAV (.gavel-nav)
   ============================================================ */
.gavel-nav {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #F8F4EE;
  border-bottom: 2px solid #6E4426;
}

.gavel-nav.is-scrolled {
  box-shadow: 0 6px 18px rgba(110, 68, 38, 0.16);
}

.nav-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gavel-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.gavel-mark {
  position: relative;
  display: block;
  width: 18px;
  height: 24px;
  flex-shrink: 0;
}

.gavel-mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 6px;
  background-color: #6E4426;
  border-radius: 3px;
}

.gavel-mark::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 6px;
  height: 16px;
  background-color: #6E4426;
  border-radius: 0 0 2px 2px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.wordmark {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 19px;
  letter-spacing: 0.14em;
  color: #2A1F18;
  white-space: nowrap;
}

.brand-caption {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6E4426;
  margin-top: 2px;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2A1F18;
  padding: 24px 0 22px;
  border-bottom: 3px solid transparent;
}

.nav-link:hover {
  color: #6E4426;
}

.nav-link.is-active {
  color: #6E4426;
  border-bottom-color: #6E4426;
}

.nav-gavel {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 15px;
  margin-right: 7px;
  vertical-align: -1px;
}

.nav-gavel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 4px;
  border: 1.5px solid #6E4426;
  border-radius: 2px;
}

.nav-gavel::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 4px;
  width: 4px;
  height: 9px;
  border: 1.5px solid #6E4426;
  border-radius: 0 0 2px 2px;
}

.nav-link.is-active .nav-gavel::before,
.nav-link.is-active .nav-gavel::after {
  background-color: #6E4426;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 2px solid #6E4426;
  border-radius: 4px;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  height: 2px;
  background-color: #6E4426;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle.is-open .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle.is-open .bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-panel {
  display: none;
  border-top: 1px solid #D9C4A8;
  background-color: #F8F4EE;
}

.mobile-panel.is-open {
  display: block;
}

.mobile-link {
  display: block;
  padding: 15px 24px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2A1F18;
  border-bottom: 1px solid #EADFCE;
}

.mobile-link.is-active {
  color: #6E4426;
}

.mobile-link:hover {
  color: #6E4426;
}

/* ============================================================
   CONTRACT HERO (.contract-hero)
   ============================================================ */
.contract-hero {
  background-color: #F8F4EE;
  padding: 72px 0 84px;
}

.hero-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 64px;
}

.hero-copy {
  flex: 1 1 52%;
  max-width: 620px;
}

.eyebrow-chip {
  display: inline-block;
  background-color: #6E4426;
  color: #F8F4EE;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.hero-headline {
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #2A1F18;
  margin-bottom: 20px;
}

.hero-subcopy {
  font-size: 19px;
  color: #2A1F18;
  max-width: 560px;
  margin-bottom: 30px;
}

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

.cta-primary {
  display: inline-block;
  background-color: #6E4426;
  color: #F8F4EE;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 3px;
  border: 2px solid #6E4426;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.cta-primary:hover {
  background-color: #3A2A1A;
  border-color: #3A2A1A;
  color: #F8F4EE;
}

.cta-secondary {
  display: inline-block;
  background-color: transparent;
  color: #6E4426;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 3px;
  border: 2px solid #6E4426;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.cta-secondary:hover {
  background-color: #EADFCE;
}

/* Contract document graphic */
.contract-doc {
  flex: 1 1 44%;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  min-height: 340px;
  background-color: #FFFDF8;
  border: 2px solid #6E4426;
  border-radius: 6px;
  padding: 36px;
  box-shadow: 16px 16px 0 #EADFCE;
}

.doc-fold {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 48px solid #D9C4A8;
  border-left: 48px solid transparent;
  border-top-right-radius: 6px;
}

.doc-line {
  display: block;
  height: 7px;
  background-color: #6E4426;
  border-radius: 3px;
  margin-bottom: 20px;
}

.doc-line:nth-of-type(1) {
  width: 100%;
}

.doc-line:nth-of-type(2) {
  width: 86%;
}

.doc-line:nth-of-type(3) {
  width: 72%;
}

.doc-line:nth-of-type(4) {
  width: 58%;
}

.doc-stamp {
  position: absolute;
  left: 36px;
  bottom: 30px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #6E4426;
  box-shadow: 0 0 0 5px #FFFDF8, 0 0 0 7px #6E4426;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-stamp-star {
  width: 24px;
  height: 24px;
  background-color: #FFFDF8;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.doc-sign {
  position: absolute;
  right: 36px;
  bottom: 42px;
  width: 98px;
  height: 3px;
  border-radius: 2px;
  background-color: #6E4426;
  transform: rotate(-9deg);
}

.doc-sign::after {
  content: "";
  position: absolute;
  right: -6px;
  top: -12px;
  width: 16px;
  height: 24px;
  border: 3px solid #6E4426;
  border-left: 0;
  border-bottom: 0;
  border-radius: 50%;
  transform: rotate(-18deg);
}

/* ============================================================
   Shared section headings
   ============================================================ */
.section-head {
  max-width: 780px;
  margin-bottom: 48px;
}

.eyebrow-text {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6E4426;
  margin-bottom: 10px;
}

.section-title {
  font-size: 38px;
  font-weight: 700;
  color: #2A1F18;
  margin-bottom: 14px;
}

.section-lead {
  font-size: 18px;
  color: #2A1F18;
  margin: 0;
}

/* ============================================================
   CLAUSE GRID (.clause-grid)
   ============================================================ */
.clause-grid {
  background-color: #F8F4EE;
  padding: 88px 0 96px;
  border-bottom: 1px solid #EADFCE;
}

.clause-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.clause-card {
  background-color: #FFFDF8;
  border: 1.5px solid #6E4426;
  border-radius: 6px;
  padding: 28px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.clause-no {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: #EADFCE;
  color: #6E4426;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}

.clause-title {
  font-size: 22px;
  font-weight: 700;
  color: #2A1F18;
}

.clause-card p {
  margin: 0;
  color: #2A1F18;
  font-size: 15px;
}

/* ============================================================
   DOCKET BAND (.docket-band) — deep panel
   ============================================================ */
.docket-band {
  background-color: #3A2A1A;
  color: #F8F4EE;
  padding: 88px 0 96px;
}

.docket-band .section-title {
  color: #F8F4EE;
}

.docket-band .eyebrow-text {
  color: #EADFCE;
}

.docket-band .section-lead {
  color: #F8F4EE;
}

.docket-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.docket-entry {
  background-color: #4A3624;
  border: 1px solid #6E4426;
  border-radius: 6px;
  padding: 26px;
  display: flex;
  gap: 20px;
}

.docket-no {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  font-weight: 700;
  color: #EADFCE;
  letter-spacing: 0.06em;
  flex-shrink: 0;
  min-width: 96px;
}

.docket-entry h3 {
  color: #F8F4EE;
  font-size: 19px;
  margin-bottom: 6px;
}

.docket-entry p {
  margin: 0;
  color: #F8F4EE;
  font-size: 14.5px;
}

/* ============================================================
   BRIEF DUO (.brief-duo)
   ============================================================ */
.brief-duo {
  background-color: #F8F4EE;
  padding: 88px 0 96px;
  border-bottom: 1px solid #EADFCE;
}

.brief-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.brief-col {
  background-color: #FFFDF8;
  border: 1.5px solid #6E4426;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.brief-label {
  background-color: #6E4426;
  color: #F8F4EE;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 12px 24px;
}

.brief-body {
  padding: 26px 24px 30px;
  flex: 1;
}

.brief-col p {
  margin: 0 0 1em;
  color: #2A1F18;
  font-size: 16px;
}

.brief-col p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   CLOSING BAND (.closing-band)
   ============================================================ */
.closing-band {
  background-color: #6E4426;
  color: #F8F4EE;
  padding: 76px 0 84px;
}

.closing-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.closing-title {
  font-size: 40px;
  font-weight: 700;
  color: #F8F4EE;
  margin-bottom: 16px;
}

.closing-text {
  max-width: 640px;
  margin: 0 auto 30px;
  color: #F8F4EE;
  font-size: 18px;
}

.closing-band .cta-row {
  justify-content: center;
}

.closing-band .cta-primary {
  background-color: #F8F4EE;
  color: #6E4426;
  border-color: #F8F4EE;
}

.closing-band .cta-primary:hover {
  background-color: #EADFCE;
  color: #6E4426;
  border-color: #EADFCE;
}

.closing-band .cta-secondary {
  color: #F8F4EE;
  border-color: #F8F4EE;
}

.closing-band .cta-secondary:hover {
  background-color: #3A2A1A;
  color: #F8F4EE;
  border-color: #3A2A1A;
}

/* ============================================================
   DESK FOOTER (.desk-footer)
   ============================================================ */
.desk-footer {
  background-color: #F8F4EE;
  border-top: 2px solid #6E4426;
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px 0 26px;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-link {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2A1F18;
}

.footer-link:hover {
  color: #6E4426;
}

.footer-contact {
  font-size: 13px;
  color: #6E4426;
  letter-spacing: 0.02em;
}

.footer-contact a {
  color: #6E4426;
  font-weight: 600;
}

.footer-hairline {
  border: 0;
  border-top: 1px solid #D9C4A8;
  margin: 0;
}

.footer-row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 24px;
}

.footer-row-2 .gavel-mark {
  width: 14px;
  height: 18px;
  flex-shrink: 0;
}

.footer-row-2 .gavel-mark::before {
  height: 5px;
  width: 14px;
}

.footer-row-2 .gavel-mark::after {
  top: 5px;
  left: 5px;
  height: 12px;
  width: 5px;
}

.footer-legal {
  flex: 1;
  text-align: center;
  font-size: 12.5px;
  color: #2A1F18;
  margin: 0;
}

.footer-legal a {
  color: #6E4426;
}

/* ============================================================
   SECONDARY PAGES — page hero
   ============================================================ */
.page-hero {
  background-color: #F8F4EE;
  padding: 60px 0 68px;
  border-bottom: 2px solid #6E4426;
}

.page-hero .eyebrow-chip {
  margin-bottom: 18px;
}

.page-title {
  font-size: 46px;
  font-weight: 700;
  color: #2A1F18;
  margin-bottom: 16px;
}

.page-lead {
  font-size: 19px;
  color: #2A1F18;
  max-width: 720px;
  margin: 0;
}

.page-body {
  padding: 72px 0 84px;
  background-color: #F8F4EE;
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.counter-strip {
  background-color: #FFFDF8;
  border-bottom: 1px solid #EADFCE;
  padding: 34px 0;
}

.counter-row {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.counter-cell {
  text-align: center;
}

.counter-num {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 44px;
  font-weight: 700;
  color: #6E4426;
  line-height: 1;
}

.counter-label {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2A1F18;
  margin-top: 8px;
}

.service-section {
  padding: 76px 0 80px;
  border-bottom: 1px solid #EADFCE;
  background-color: #F8F4EE;
}

.service-section.is-tan {
  background-color: #F3EDDF;
}

.service-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 44px;
}

.service-no {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 42px;
  font-weight: 700;
  color: #6E4426;
  line-height: 1;
}

.service-index-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #6E4426;
  margin-top: 8px;
}

.service-title {
  font-size: 30px;
  font-weight: 700;
  color: #2A1F18;
  margin-bottom: 16px;
}

.service-body p {
  color: #2A1F18;
}

.service-list {
  margin-top: 18px;
}

.service-list li {
  padding: 9px 0 9px 26px;
  position: relative;
  color: #2A1F18;
  border-bottom: 1px solid #EADFCE;
}

.service-list li:last-child {
  border-bottom: 0;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 9px;
  height: 9px;
  background-color: #6E4426;
  border-radius: 50%;
}

/* Process band */
.process-band {
  background-color: #3A2A1A;
  color: #F8F4EE;
  padding: 76px 0 84px;
}

.process-band .section-title {
  color: #F8F4EE;
}

.process-band .eyebrow-text {
  color: #EADFCE;
}

.process-band .section-lead {
  color: #F8F4EE;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.process-step {
  background-color: #4A3624;
  border: 1px solid #6E4426;
  border-radius: 6px;
  padding: 24px;
}

.process-step .step-no {
  display: inline-block;
  background-color: #EADFCE;
  color: #6E4426;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.process-step h3 {
  color: #F8F4EE;
  font-size: 19px;
  margin-bottom: 8px;
}

.process-step p {
  color: #F8F4EE;
  margin: 0;
  font-size: 14.5px;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section {
  padding: 72px 0 80px;
  background-color: #F8F4EE;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-panel {
  background-color: #FFFDF8;
  border: 1.5px solid #6E4426;
  border-radius: 6px;
  padding: 30px;
}

.info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.info-item:last-of-type {
  margin-bottom: 0;
}

.info-icon {
  width: 36px;
  height: 36px;
  background-color: #6E4426;
  color: #F8F4EE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}

.info-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6E4426;
  font-weight: 700;
  margin-bottom: 2px;
}

.info-value {
  color: #2A1F18;
  font-size: 15.5px;
}

.info-value a {
  color: #6E4426;
  font-weight: 600;
}

.contact-form label {
  display: block;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6E4426;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background-color: #FFFDF8;
  border: 1.5px solid #6E4426;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 16px;
  color: #2A1F18;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 18px;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #6E4426;
  outline-offset: 1px;
}

.form-status {
  color: #6E4426;
  font-weight: 600;
  margin-top: 4px;
  min-height: 1.4em;
}

.form-note {
  font-size: 13px;
  color: #2A1F18;
  margin-top: 10px;
}

/* FAQ (contact page only) */
.faq-section {
  padding: 0 0 84px;
  background-color: #F8F4EE;
}

.faq-item {
  background-color: #FFFDF8;
  border: 1.5px solid #6E4426;
  border-radius: 6px;
  margin-bottom: 14px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 17px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #2A1F18;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-question::after {
  content: "+";
  color: #6E4426;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.faq-item.is-open .faq-question::after {
  content: "\2212";
}

.faq-answer {
  display: none;
  padding: 0 22px 20px;
  color: #2A1F18;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .nav-links {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-inner {
    flex-direction: column;
    gap: 48px;
  }

  .contract-doc {
    margin: 0 auto;
    max-width: 420px;
  }

  .clause-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .docket-list {
    grid-template-columns: 1fr;
  }

  .hero-headline {
    font-size: 42px;
  }

  .counter-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .clause-cards {
    grid-template-columns: 1fr;
  }

  .brief-cols {
    grid-template-columns: 1fr;
  }

  .hero-headline {
    font-size: 34px;
  }

  .section-title {
    font-size: 30px;
  }

  .page-title {
    font-size: 34px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .counter-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

  .footer-row-1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .footer-row-2 {
    flex-direction: column;
  }

  .docket-entry {
    flex-direction: column;
    gap: 8px;
  }
}
