/* ==========================================================================
   Qalaat Al Nomou Holding — قلعة النمو القابضة
   Shared design system: green #174133 · paper #F7F6F2 · sand #C4A45C
   ========================================================================== */

:root {
  --green: #134232;
  --green-deep: #0c2c21;
  --green-soft: #1a5440;
  --green-wash: #e9efe9;
  --paper: #f7f6f2;
  --ink: #17211b;
  --ink-soft: #45524a;
  --sand: #c4a45c;
  --sand-deep: #a8873f;
  --line: rgba(23, 65, 51, 0.16);
  --line-light: rgba(247, 246, 242, 0.2);
  --font-ar: "Cairo", "Segoe UI", Tahoma, sans-serif;
  --font-en: "Montserrat", "Cairo", sans-serif;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.75rem;
}

/* --- Reset / base ------------------------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-ar);
  font-size: 1.0625rem;
  line-height: 1.9;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3 {
  line-height: 1.35;
  font-weight: 800;
}

[id] {
  scroll-margin-top: calc(var(--header-h) + 1.5rem);
}

.en {
  font-family: var(--font-en);
  letter-spacing: 0.02em;
}

.num {
  font-family: var(--font-en);
  font-feature-settings: "tnum";
}

/* Latin fragments inside RTL text keep their own direction */
bdi,
.ltr {
  direction: ltr;
  unicode-bidi: isolate;
}

.container {
  max-width: 72rem;
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 2.5rem);
}

.skip-link {
  position: absolute;
  inset-inline-start: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.5rem 1.25rem;
  background: var(--green);
  color: var(--paper);
  border-radius: 0 0 0.5rem 0.5rem;
  transition: top 0.25s var(--ease-out);
}

.skip-link:focus {
  top: 0;
}

/* --- Type helpers ------------------------------------------------------- */

.kicker {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-en);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sand-deep);
}

.kicker::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: var(--sand);
  flex: none;
}

.on-green .kicker,
.on-green.kicker {
  color: var(--sand);
}

.section-head {
  max-width: 44rem;
  margin-block-end: clamp(2.25rem, 5vw, 3.5rem);
}

.section-head h2 {
  font-size: clamp(1.65rem, 3.6vw, 2.4rem);
  margin-block: 0.75rem 0.5rem;
  color: var(--green);
}

.section-head p {
  color: var(--ink-soft);
  max-width: 38rem;
}

/* --- Buttons ------------------------------------------------------------ */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.75rem;
  border-radius: 0.4rem;
  font-family: var(--font-ar);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 0.2s var(--ease-out), color 0.2s var(--ease-out),
    border-color 0.2s var(--ease-out), transform 0.2s var(--ease-out);
}

.btn:active {
  transform: translateY(1px);
}

.btn svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
}

.btn-whatsapp {
  background: var(--sand);
  color: var(--green-deep);
}

.btn-whatsapp:hover {
  background: #d3b672;
}

.btn-green {
  background: var(--green);
  color: var(--paper);
}

.btn-green:hover {
  background: var(--green-soft);
}

.btn-outline-light {
  border: 1.5px solid rgba(247, 246, 242, 0.55);
  color: var(--paper);
}

.btn-outline-light:hover {
  border-color: var(--paper);
  background: rgba(247, 246, 242, 0.08);
}

.btn-outline-green {
  border: 1.5px solid var(--green);
  color: var(--green);
}

.btn-outline-green:hover {
  background: var(--green);
  color: var(--paper);
}

/* --- Header ------------------------------------------------------------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--paper);
  border-block-end: 1px solid var(--line);
  transition: box-shadow 0.25s var(--ease-out);
}

.site-header.scrolled {
  box-shadow: 0 6px 24px rgba(14, 43, 33, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex: none;
}

.brand img {
  width: 3rem;
  height: 3rem;
  border-radius: 0.55rem;
}

.brand-names {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.brand-ar {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--green);
}

.brand-en {
  font-family: var(--font-en);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.site-nav {
  margin-inline-start: auto;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 1.9rem);
}

.site-nav a {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink-soft);
  transition: color 0.2s var(--ease-out);
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--green);
}

.site-nav a.nav-featured {
  color: var(--green);
  border: 1.5px solid var(--line);
  border-radius: 2rem;
  padding: 0.3rem 1rem;
}

.site-nav a.nav-featured:hover {
  border-color: var(--green);
  background: var(--green);
  color: var(--paper);
}

.header-cta {
  flex: none;
}

.header-cta .btn {
  padding: 0.6rem 1.25rem;
  font-size: 0.95rem;
}

.nav-toggle {
  display: none;
  flex: none;
  margin-inline-start: auto;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  background: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  color: var(--green);
}

.nav-toggle svg {
  width: 1.4rem;
  height: 1.4rem;
}

.nav-toggle .icon-close {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}

.nav-toggle[aria-expanded="true"] .icon-close {
  display: block;
}

@media (max-width: 56rem) {
  .nav-toggle {
    display: inline-flex;
  }

  .header-cta {
    display: none;
  }

  .site-nav {
    position: absolute;
    inset-inline: 0;
    top: 100%;
    background: var(--paper);
    border-block-end: 1px solid var(--line);
    box-shadow: 0 18px 32px rgba(14, 43, 33, 0.12);
    display: none;
  }

  .site-nav.open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem clamp(1.25rem, 4vw, 2.5rem) 1.25rem;
  }

  .site-nav li + li {
    border-block-start: 1px solid var(--line);
  }

  .site-nav a {
    display: block;
    padding: 0.85rem 0.25rem;
    font-size: 1.05rem;
  }

  .site-nav a.nav-featured {
    border: none;
    border-radius: 0;
    padding: 0.85rem 0.25rem;
  }

  .site-nav a.nav-featured:hover {
    background: none;
    color: var(--green);
  }
}

/* --- Hero --------------------------------------------------------------- */

.hero {
  position: relative;
  background: var(--green);
  color: var(--paper);
  overflow: hidden;
}

.hero-emblem {
  position: absolute;
  inset-inline-end: -8%;
  top: 50%;
  translate: 0 -50%;
  width: clamp(22rem, 42vw, 38rem);
  opacity: 0.4;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 56rem) {
  .hero-emblem {
    opacity: 0.14;
  }
}

.hero-inner {
  position: relative;
  padding-block: clamp(4.5rem, 10vw, 8rem) clamp(3rem, 7vw, 5rem);
  max-width: 46rem;
}

.hero h1 {
  font-size: clamp(2rem, 5.2vw, 3.4rem);
  line-height: 1.45;
  margin-block: 1.1rem 1.25rem;
}

.hero .lead {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  color: rgba(247, 246, 242, 0.82);
  max-width: 36rem;
  margin-block-end: 2.25rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.hero-domains {
  position: relative;
  border-block-start: 1px solid var(--line-light);
}

.hero-domains ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
  padding-block: 1.15rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(247, 246, 242, 0.72);
}

.hero-domains li {
  display: flex;
  align-items: center;
}

.hero-domains li + li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sand);
  margin-inline: 1.1rem;
  flex: none;
}

/* --- Generic sections --------------------------------------------------- */

.section {
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}

.section-wash {
  background: var(--green-wash);
}

/* --- About -------------------------------------------------------------- */

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.about-aside h2 {
  font-size: clamp(1.65rem, 3.6vw, 2.4rem);
  color: var(--green);
  margin-block-start: 0.75rem;
}

.about-body p {
  color: var(--ink-soft);
  max-width: 65ch;
}

.about-body p + p {
  margin-block-start: 1.1rem;
}

.about-body strong {
  color: var(--green);
  font-weight: 700;
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-block-start: 2.5rem;
  padding-block-start: 2rem;
  border-block-start: 1px solid var(--line);
}

.about-stats > div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.about-stats .stat-n {
  font-family: var(--font-en);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 700;
  color: var(--green);
  line-height: 1.2;
}

.about-stats .stat-l {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-soft);
}

@media (max-width: 56rem) {
  .about-grid {
    grid-template-columns: 1fr;
  }
}

/* --- Services (ruled list-grid, not boxed cards) ------------------------ */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 0 clamp(2rem, 4vw, 3.5rem);
}

.service {
  border-block-start: 2px solid var(--line);
  padding-block: 1.75rem 2.25rem;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: 1.1rem;
}

.service-top .n {
  font-family: var(--font-en);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--sand-deep);
}

.service-top svg {
  width: 2.1rem;
  height: 2.1rem;
  color: var(--green);
}

.service h3 {
  font-size: 1.2rem;
  color: var(--green);
}

.service .service-en {
  display: block;
  font-family: var(--font-en);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-block: 0.3rem 0.75rem;
}

.service p {
  font-size: 0.98rem;
  color: var(--ink-soft);
}

/* --- Pillars ------------------------------------------------------------ */

.pillars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.pillar {
  padding: 0.4rem 1.5rem;
}

.pillar + .pillar {
  border-inline-start: 1px solid var(--line);
}

.pillar:first-child {
  padding-inline-start: 0;
}

.pillar .n {
  font-family: var(--font-en);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--sand-deep);
}

.pillar h3 {
  font-size: 1.1rem;
  color: var(--green);
  margin-block: 0.4rem 0.35rem;
}

.pillar p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--ink-soft);
}

@media (max-width: 64rem) {
  .pillars {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
  }

  .pillar:nth-child(odd) {
    border-inline-start: none;
    padding-inline-start: 0;
  }

  .pillar:last-child {
    border-inline-start: none;
    padding-inline-start: 0;
  }
}

@media (max-width: 34rem) {
  .pillars {
    grid-template-columns: 1fr;
  }

  .pillar {
    border: none;
    padding: 0;
    border-block-start: 1px solid var(--line);
    padding-block-start: 1.25rem;
  }

  .pillar + .pillar {
    border-inline-start: none;
    padding-inline-start: 0;
  }

  .pillar:first-child {
    border-block-start: none;
    padding-block-start: 0;
  }
}

/* --- Track record (large-type index rows) ------------------------------- */

.track-list {
  border-block-start: 1px solid var(--line);
}

.track-row {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: baseline;
  padding-block: 1.6rem;
  border-block-end: 1px solid var(--line);
}

.track-row .n {
  font-family: var(--font-en);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--sand-deep);
}

.track-row h3 {
  font-size: clamp(1.2rem, 2.6vw, 1.7rem);
  font-weight: 700;
  color: var(--green);
}

.track-row p {
  font-size: 0.95rem;
  color: var(--ink-soft);
  margin-block-start: 0.25rem;
  max-width: 40rem;
}

.track-row .track-en {
  font-family: var(--font-en);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-soft);
  white-space: nowrap;
}

.track-note {
  margin-block-start: 1.5rem;
  font-size: 0.88rem;
  color: var(--ink-soft);
}

@media (max-width: 40rem) {
  .track-row {
    grid-template-columns: 2.5rem minmax(0, 1fr);
  }

  .track-row .track-en {
    display: none;
  }
}
/* --- Contact band ------------------------------------------------------- */

.contact {
  position: relative;
  background: var(--green);
  color: var(--paper);
  overflow: hidden;
}

.contact-emblem {
  position: absolute;
  inset-inline-start: -6%;
  bottom: -22%;
  width: clamp(18rem, 34vw, 30rem);
  opacity: 0.35;
  pointer-events: none;
}

.contact-inner {
  position: relative;
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.contact h2 {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  margin-block: 0.75rem 0.6rem;
}

.contact .contact-lead {
  color: rgba(247, 246, 242, 0.8);
  max-width: 36rem;
  margin-block-end: 2.5rem;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid var(--line-light);
  border-radius: 0.6rem;
  transition: background-color 0.2s var(--ease-out), border-color 0.2s var(--ease-out),
    transform 0.25s var(--ease-out);
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(247, 246, 242, 0.45);
  background: rgba(247, 246, 242, 0.06);
}

.contact-card svg {
  width: 1.9rem;
  height: 1.9rem;
  flex: none;
}

.contact-card .c-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(247, 246, 242, 0.7);
}

.contact-card .c-value {
  display: block;
  font-family: var(--font-en);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.5;
}

.contact-card.primary {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--green-deep);
}

.contact-card.primary:hover {
  background: #d3b672;
  border-color: #d3b672;
}

.contact-card.primary .c-label {
  color: rgba(14, 43, 33, 0.72);
}

.contact-city {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-block-start: 2.25rem;
  font-size: 0.95rem;
  color: rgba(247, 246, 242, 0.75);
}

.contact-city svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: none;
  color: var(--sand);
}

/* --- Footer ------------------------------------------------------------- */

.site-footer {
  background: var(--green-deep);
  color: rgba(247, 246, 242, 0.75);
  font-size: 0.95rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(3rem, 6vw, 4.5rem) 2.5rem;
}

.footer-brand .brand-ar {
  color: var(--paper);
  font-size: 1.15rem;
}

.footer-brand .brand-en {
  color: rgba(247, 246, 242, 0.55);
}

.footer-brand img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.55rem;
  margin-block-end: 1rem;
}

.footer-brand p {
  margin-block-start: 1rem;
  max-width: 26rem;
  line-height: 1.85;
}

.footer-col h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--paper);
  margin-block-end: 1rem;
}

.footer-col li + li {
  margin-block-start: 0.55rem;
}

.footer-col a {
  transition: color 0.2s var(--ease-out);
}

.footer-col a:hover {
  color: var(--sand);
}

.footer-col .c-value {
  font-family: var(--font-en);
  font-size: 0.92rem;
}

.footer-bottom {
  border-block-start: 1px solid var(--line-light);
  padding-block: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: rgba(247, 246, 242, 0.55);
}

@media (max-width: 56rem) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}

/* --- Mobile sticky contact bar ------------------------------------------ */

.mobile-bar {
  display: none;
}

@media (max-width: 47rem) {
  body {
    padding-block-end: 4.25rem;
  }

  .mobile-bar {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 1px;
    background: var(--green-deep);
    padding-block-end: env(safe-area-inset-bottom);
  }

  .mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 1rem;
    font-weight: 700;
    font-size: 0.98rem;
  }

  .mobile-bar svg {
    width: 1.2rem;
    height: 1.2rem;
  }

  .mobile-bar .m-whatsapp {
    background: var(--sand);
    color: var(--green-deep);
  }

  .mobile-bar .m-call {
    background: var(--green);
    color: var(--paper);
  }
}

/* --- Reveal animation --------------------------------------------------- */

/* Scoped to .js, which the head script sets and then removes again if script.js
   never reports in. Unscoped, a failed or blocked script left every revealed
   section at opacity 0 permanently — a blank page, not a degraded one. */
.js .reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.js .reveal.in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn,
  .contact-card {
    transition: none;
  }
}

/* --- Work: evidence band ------------------------------------------------ */
/* Real photography of the group's own sites, lifted from its capability deck.
   A contracting holding page carried entirely by type and colour reads as a
   template; this is the section that proves the 1997 claim is a real one.
   Full-bleed on purpose: it is the one place the page leaves the container. */

.work {
  padding-block: clamp(3.5rem, 7vw, 6rem) 0;
  background: var(--paper);
}

.work-h {
  margin-bottom: clamp(1.75rem, 3.5vw, 2.5rem);
}

.work-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;                       /* a hairline of paper, not a card gutter */
}

.work-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--green-deep);
}

.work-item img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.7s var(--ease-out);
}

.work-item:hover img {
  transform: scale(1.03);
}

/* Caption sits on the image, on a scrim rather than a plate, so the strip stays
   photographic instead of turning into three captioned cards. */
.work-cap {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 2.5rem 1.25rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(to top, rgba(12, 44, 33, 0.92), rgba(12, 44, 33, 0));
}

.work-cap .en {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sand);
}

@media (max-width: 47rem) {
  .work-strip {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .work-item img {
    aspect-ratio: 16 / 10;
  }
}

/* --- Business area -> transport site ------------------------------------ */
.service-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--green);
  border-bottom: 1px solid var(--sand);
  padding-bottom: 2px;
  transition: color 0.18s var(--ease-out), border-color 0.18s var(--ease-out);
}

.service-link svg {
  width: 18px;
  height: 11px;
  flex-shrink: 0;
  transition: transform 0.24s var(--ease-out);
}

.service-link:hover {
  color: var(--sand-deep);
  border-color: var(--sand-deep);
}

/* The arrow points along the reading direction, so it travels toward the
   inline end on hover rather than "right". */
.service-link:hover svg {
  transform: translateX(-4px);
}

/* --- Transport branch band ---------------------------------------------- */
/* The one place the holding page hands the visitor to another site, so it is
   given a section of its own rather than a link in a list. */
.branch {
  background: var(--green-wash);
  padding-block: clamp(3.5rem, 7vw, 6rem);
  border-top: 1px solid var(--line);
}

.branch-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.branch-body h2 {
  margin-bottom: 0.9rem;
}

.branch-body p {
  max-width: 34rem;
  margin-bottom: 1.6rem;
}

.branch-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.branch-facts li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}

.branch-n {
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--green);
}

.branch-facts li span:last-child {
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.btn-solid {
  background: var(--green);
  color: var(--paper);
}

.btn-solid svg {
  width: 20px;
  height: 12px;
  transition: transform 0.24s var(--ease-out);
}

.btn-solid:hover {
  background: var(--green-deep);
}

.btn-solid:hover svg {
  transform: translateX(-4px);
}

@media (max-width: 55rem) {
  .branch-inner {
    grid-template-columns: 1fr;
  }
}
