/* Gerado de styles.css e isolado para não alterar o tema/Elementor. */
.elementor-widget-sabie-bandeirantes-landing { width: 100%; max-width: none; }
.elementor-widget-sabie-bandeirantes-landing.e-con-full { padding: 0; }
.bnd-landing {
  --green: #124216;
  --deep: #082b0c;
  --orange: #ef4f1d;
  --ink: #101411;
  --paper: #f5f3ed;
  --white: #ffffff;
  --line: rgba(16, 20, 17, .18);
  --display: "Arial Black", "Segoe UI Black", Arial, sans-serif;
  --body: "Segoe UI", Arial, sans-serif;
  --wrap: 1220px;
  --gutter: clamp(20px, 4vw, 56px);
}

.bnd-landing, .bnd-landing * { box-sizing: border-box; }
.bnd-landing { scroll-behavior: smooth; }
.bnd-landing {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
.bnd-landing img { display: block; width: 100%; }
.bnd-landing a { color: inherit; text-decoration: none; }
.bnd-landing button, .bnd-landing a { -webkit-tap-highlight-color: transparent; }
.bnd-landing ::selection { color: var(--white); background: var(--orange); }

.bnd-landing .skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: var(--white);
  background: var(--deep);
}
.bnd-landing .skip-link:focus { transform: none; }
.bnd-landing :focus-visible { outline: 3px solid #ffb59f; outline-offset: 4px; }

.bnd-landing .wrap {
  width: min(calc(100% - (var(--gutter) * 2)), var(--wrap));
  margin-inline: auto;
}
.bnd-landing .section { padding-block: clamp(88px, 11vw, 160px); }

.bnd-landing .topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  width: min(calc(100% - (var(--gutter) * 2)), 1380px);
  min-height: 92px;
  margin-inline: auto;
  color: var(--white);
  align-items: center;
  justify-content: space-between;
}
.bnd-landing .topbar__brand {
  display: flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .055em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
}
.bnd-landing .topbar__brand img {
  width: 52px;
  height: 52px;
  padding: 3px;
  object-fit: contain;
}
.bnd-landing .topbar__nav { display: flex; gap: clamp(22px, 3vw, 46px); font-size: 14px; font-weight: 700; }
.bnd-landing .topbar__nav a { position: relative; padding-block: 12px; }
.bnd-landing .topbar__nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}
.bnd-landing .topbar__nav a:hover::after,
.bnd-landing .topbar__nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.bnd-landing .topbar__offer {
  display: inline-flex;
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.45);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.bnd-landing .topbar__offer:hover { color: var(--ink); background: var(--white); border-color: var(--white); }

.bnd-landing .hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
  isolation: isolate;
  place-items: center;
}
.bnd-landing .hero__photo,
.bnd-landing .hero__shade,
.bnd-landing .hero__grain { position: absolute; inset: 0; height: 100%; }
.bnd-landing .hero__photo {
  z-index: -4;
  object-fit: cover;
  object-position: center 44%;
  transform: scale(1.02);
  animation: hero-in 1.2s cubic-bezier(.22,.61,.36,1) both;
}
.bnd-landing .hero__shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5,30,9,.94) 0%, rgba(5,30,9,.82) 44%, rgba(5,30,9,.37) 100%),
    linear-gradient(0deg, rgba(3,20,6,.78) 0%, transparent 43%);
}
.bnd-landing .hero__grain {
  z-index: -2;
  opacity: .16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  pointer-events: none;
}
.bnd-landing .hero::after {
  position: absolute;
  top: 0;
  right: clamp(18px, 5vw, 78px);
  z-index: -1;
  width: clamp(7px, 1vw, 13px);
  height: 68%;
  content: "";
  background: var(--orange);
}
.bnd-landing .hero__content {
  width: min(calc(100% - (var(--gutter) * 2)), 670px);
  margin: 112px auto 90px;
  text-align: center;
}
.bnd-landing .hero__eyebrow {
  display: flex;
  margin: 0 0 16px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  gap: 11px;
}
.bnd-landing .hero__eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.bnd-landing .hero__logo {
  width: 116px;
  height: 116px;
  margin: 0 auto 19px;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  box-shadow: 0 20px 55px rgba(0,0,0,.3);
}
.bnd-landing .hero__logo img { height: 100%; object-fit: contain; }
.bnd-landing .hero__logo--tagline {
  width: min(270px, calc(100vw - 48px));
  height: auto;
  aspect-ratio: 3000 / 1532;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.bnd-landing .hero__logo--tagline img { width: 100%; height: 100%; }
.bnd-landing .hero h1 {
  max-width: 650px;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(39px, 5.2vw, 68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.bnd-landing .hero h1 em { display: inline; color: #ff6a38; font-style: normal; }
.bnd-landing .hero__summary {
  max-width: 580px;
  margin: 22px auto 28px;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.55;
  text-wrap: balance;
}
.bnd-landing .quick-links { display: grid; gap: 9px; }
.bnd-landing .quick-link {
  display: grid;
  min-height: 71px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(7,38,11,.78);
  text-align: left;
  backdrop-filter: blur(13px);
  grid-template-columns: 46px 1fr 34px;
  align-items: center;
  transition: color .22s ease, background .22s ease, transform .22s ease, border-color .22s ease;
}
.bnd-landing .quick-link:hover,
.bnd-landing .quick-link:focus-visible { color: var(--ink); background: var(--white); border-color: var(--white); transform: translateX(5px); }
.bnd-landing .quick-link--primary { color: var(--green); background: var(--white); border-color: var(--white); }
.bnd-landing .quick-link--primary:hover,
.bnd-landing .quick-link--primary:focus-visible { color: var(--white); background: var(--green); border-color: rgba(255,255,255,.65); }
.bnd-landing .quick-link--primary .quick-link__index,
.bnd-landing .quick-link--primary .quick-link__arrow { color: var(--orange); opacity: 1; }
.bnd-landing .quick-link__index { color: currentColor; font-size: 11px; font-weight: 900; letter-spacing: .12em; opacity: .68; }
.bnd-landing .quick-link strong { display: block; font-size: 16px; line-height: 1.25; }
.bnd-landing .quick-link small { display: block; margin-top: 2px; font-size: 12px; line-height: 1.35; opacity: .72; }
.bnd-landing .quick-link__arrow { font-size: 22px; justify-self: center; transition: transform .2s ease; }
.bnd-landing .quick-link:hover .quick-link__arrow { transform: translate(2px, -2px); }
.bnd-landing .hero__meta {
  display: flex;
  margin-top: 19px;
  color: rgba(255,255,255,.73);
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  gap: 24px;
}
.bnd-landing .hero__meta span + span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.34); }
.bnd-landing .hero__scroll {
  position: absolute;
  right: clamp(42px, 7vw, 106px);
  bottom: 30px;
  display: flex;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  align-items: center;
  gap: 14px;
}
.bnd-landing .hero__scroll b { display: grid; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.48); place-items: center; }

.bnd-landing .eyebrow {
  display: flex;
  margin: 0 0 24px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
}
.bnd-landing .eyebrow span {
  display: grid;
  width: 32px;
  height: 32px;
  color: var(--white);
  background: var(--orange);
  font-size: 11px;
  place-items: center;
}
.bnd-landing .eyebrow--light { color: rgba(255,255,255,.78); }
.bnd-landing h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(41px, 5.2vw, 72px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.048em;
  text-wrap: balance;
}
.bnd-landing h3 { margin: 0; font-family: var(--display); line-height: 1.15; letter-spacing: -.025em; }
.bnd-landing .lead { font-size: clamp(21px, 2.3vw, 28px); font-weight: 650; line-height: 1.38; }

.bnd-landing .story { position: relative; overflow: hidden; background: var(--paper); }
.bnd-landing .story__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.bnd-landing .story__copy { padding-top: 49px; }
.bnd-landing .story__copy p { max-width: 580px; }
.bnd-landing .story__copy p:not(.lead) { color: #48504a; }
.bnd-landing .statement {
  display: grid;
  margin-top: clamp(70px, 10vw, 140px);
  padding: 36px clamp(24px, 5vw, 66px);
  color: var(--white);
  background: var(--green);
  grid-template-columns: auto minmax(0, 1fr) minmax(80px, .45fr);
  align-items: center;
  gap: 28px;
}
.bnd-landing .statement__mark { color: var(--orange); font-family: Georgia, serif; font-size: 88px; line-height: .5; }
.bnd-landing .statement p { margin: 0; font-family: var(--display); font-size: clamp(28px, 4vw, 51px); line-height: 1.08; letter-spacing: -.035em; }
.bnd-landing .statement__line { width: 100%; height: 2px; background: var(--orange); }

.bnd-landing .origins {
  display: grid;
  min-height: 780px;
  color: var(--white);
  background: var(--deep);
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
}
.bnd-landing .origins__image { min-height: 100%; overflow: hidden; }
.bnd-landing .origins__image img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform .8s ease; }
.bnd-landing .origins:hover .origins__image--main img { transform: scale(1.018); }
.bnd-landing .origins__content { display: flex; padding: clamp(70px, 8vw, 120px) clamp(36px, 7vw, 108px); flex-direction: column; justify-content: center; }
.bnd-landing .origins__content h2 { max-width: 580px; font-size: clamp(42px, 5vw, 67px); }
.bnd-landing .origins__content > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.72); }
.bnd-landing .origins__detail {
  display: grid;
  max-width: 570px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.35);
  grid-template-columns: minmax(210px, .9fr) 1.1fr;
  align-items: end;
  gap: 20px;
}
.bnd-landing .origins__detail img { height: 142px; object-fit: cover; }
.bnd-landing .origins__detail small { max-width: 240px; color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.5; }

.bnd-landing .journey { background: var(--white); }
.bnd-landing .journey__head { display: grid; grid-template-columns: .62fr 1.38fr; gap: 60px; align-items: end; }
.bnd-landing .journey__head .eyebrow { align-self: start; }
.bnd-landing .timeline {
  display: grid;
  margin: clamp(60px, 9vw, 110px) 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
  grid-template-columns: repeat(5, 1fr);
}
.bnd-landing .timeline li { position: relative; min-height: 300px; padding: 38px 32px 24px 24px; border-right: 1px solid var(--line); }
.bnd-landing .timeline li::before { position: absolute; top: -8px; left: 24px; width: 15px; height: 15px; content: ""; border-radius: 50%; background: var(--orange); }
.bnd-landing .timeline li:last-child { padding-right: 0; border-right: 0; }
.bnd-landing .timeline b { color: var(--orange); font-size: 12px; letter-spacing: .13em; }
.bnd-landing .timeline h3 { margin: 47px 0 18px; font-size: clamp(20px, 2vw, 27px); }
.bnd-landing .timeline p { margin: 0; color: #59605a; font-size: 15px; line-height: 1.55; }

.bnd-landing .culture { overflow: hidden; color: var(--white); background: var(--green); }
.bnd-landing .culture__grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(56px, 9vw, 130px); align-items: center; }
.bnd-landing .culture__photo { position: relative; padding: 0 24px 24px 0; }
.bnd-landing .culture__photo::after { position: absolute; right: 0; bottom: 0; z-index: 0; width: 76%; height: 80%; content: ""; background: var(--orange); }
.bnd-landing .culture__photo img { position: relative; z-index: 1; height: min(65vw, 660px); object-fit: cover; object-position: 52% center; filter: saturate(.92); }
.bnd-landing .culture__photo span {
  position: absolute;
  right: -30px;
  bottom: 68px;
  z-index: 2;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--white);
  font-family: var(--display);
  font-size: 15px;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(100%);
  transform-origin: right bottom;
}
.bnd-landing .culture__content > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.74); }
.bnd-landing .culture__stat {
  display: grid;
  margin-top: 42px;
  padding-top: 27px;
  border-top: 1px solid rgba(255,255,255,.42);
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 24px;
}
.bnd-landing .culture__stat strong { color: var(--orange); font-family: var(--display); font-size: clamp(52px, 7vw, 82px); line-height: .8; letter-spacing: -.06em; }
.bnd-landing .culture__stat span { max-width: 230px; font-size: 14px; font-weight: 800; line-height: 1.35; }

.bnd-landing .today { background: var(--paper); }
.bnd-landing .today__head { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px, 8vw, 115px); align-items: end; }
.bnd-landing .today__head > p { max-width: 420px; margin: 0 0 8px; font-size: 19px; font-weight: 600; }
.bnd-landing .gallery {
  display: grid;
  height: min(65vw, 720px);
  margin-top: clamp(55px, 8vw, 95px);
  grid-template-columns: 1.22fr .78fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.bnd-landing .gallery figure { position: relative; margin: 0; overflow: hidden; background: #d9ddd9; }
.bnd-landing .gallery__main { grid-row: 1 / 3; }
.bnd-landing .gallery img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.bnd-landing .gallery figure:hover img { transform: scale(1.025); }
.bnd-landing .gallery figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bnd-landing .reviews { color: var(--white); background: var(--ink); }
.bnd-landing .reviews__head { display: grid; grid-template-columns: .6fr 1.4fr; gap: 55px; align-items: end; }
.bnd-landing .reviews__head .eyebrow { align-self: start; }
.bnd-landing .review-list { margin-top: clamp(60px, 9vw, 105px); border-top: 1px solid rgba(255,255,255,.25); }
.bnd-landing .review {
  display: grid;
  padding: 38px 0;
  border-bottom: 1px solid rgba(255,255,255,.25);
  grid-template-columns: .45fr 1.25fr .6fr;
  align-items: center;
  gap: 48px;
}
.bnd-landing .stars { color: var(--orange); font-size: 20px; letter-spacing: .12em; }
.bnd-landing .review blockquote { margin: 0; font-size: clamp(19px, 2vw, 25px); font-weight: 650; line-height: 1.45; }
.bnd-landing .review > p { margin: 0; }
.bnd-landing .review strong, .bnd-landing .review span { display: block; }
.bnd-landing .review strong { font-size: 14px; }
.bnd-landing .review span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 11px; text-transform: uppercase; }

.bnd-landing .visit { position: relative; overflow: hidden; color: var(--white); background: var(--deep); }
.bnd-landing .visit::before {
  position: absolute;
  top: -220px;
  right: -110px;
  width: 530px;
  height: 530px;
  content: "";
  border: 85px solid rgba(239,79,29,.13);
  border-radius: 50%;
}
.bnd-landing .visit__grid { position: relative; display: grid; grid-template-columns: 1fr .85fr; gap: clamp(60px, 10vw, 150px); }
.bnd-landing .visit__content > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.7); font-size: 19px; }
.bnd-landing .visit__route {
  display: flex;
  max-width: 500px;
  margin-top: 42px;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,.55);
  border-bottom: 1px solid rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  justify-content: space-between;
  transition: color .2s ease, padding .2s ease;
}
.bnd-landing .visit__route:hover { padding-inline: 12px; color: #ff7446; }
.bnd-landing .visit__route b { font-size: 22px; }
.bnd-landing .address-card {
  position: relative;
  display: flex;
  margin: 0;
  padding: clamp(34px, 5vw, 62px);
  color: var(--ink);
  background: var(--white);
  font-style: normal;
  flex-direction: column;
}
.bnd-landing .address-card::before { position: absolute; top: 0; left: 0; width: 45%; height: 9px; content: ""; background: var(--orange); }
.bnd-landing .address-card__label { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bnd-landing .address-card > strong { margin: 20px 0 4px; font-family: var(--display); font-size: clamp(25px, 3vw, 37px); line-height: 1.08; letter-spacing: -.035em; }
.bnd-landing .address-card > span:not(.address-card__label) { color: #656b66; }
.bnd-landing .address-card dl { display: grid; margin: auto 0 0; padding-top: 50px; grid-template-columns: 1fr 1fr; gap: 24px; }
.bnd-landing .address-card dl div:first-child { grid-column: 1 / -1; }
.bnd-landing .address-card dt { margin-bottom: 4px; color: #777d78; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.bnd-landing .address-card dd { margin: 0; font-weight: 700; line-height: 1.45; }
.bnd-landing .address-card a { text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 5px; }
.bnd-landing .final-cta {
  position: relative;
  display: grid;
  margin-top: clamp(75px, 10vw, 135px);
  padding: 28px 30px;
  color: var(--green);
  border-top: 7px solid var(--orange);
  background: var(--white);
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 30px;
}
.bnd-landing .final-cta img { width: 180px; height: auto; object-fit: contain; }
.bnd-landing .final-cta span, .bnd-landing .final-cta strong { display: block; }
.bnd-landing .final-cta span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.bnd-landing .final-cta strong { max-width: 630px; margin-top: 4px; font-family: var(--display); font-size: clamp(19px, 2vw, 27px); line-height: 1.2; letter-spacing: -.025em; }
.bnd-landing .final-cta > a { display: inline-flex; min-height: 54px; padding: 12px 18px; color: var(--white); background: var(--green); font-size: 13px; font-weight: 900; align-items: center; gap: 22px; transition: background .2s ease, transform .2s ease; }
.bnd-landing .final-cta > a:hover { background: var(--deep); transform: translateY(-2px); }

.bnd-landing .footer { padding: 70px 0 28px; color: var(--white); background: #051d08; }
.bnd-landing .footer__main { display: grid; padding-bottom: 55px; grid-template-columns: 1.25fr .65fr 1fr; gap: 50px; }
.bnd-landing .footer__main > div:not(.footer__brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.bnd-landing .footer__brand { display: flex; align-items: center; gap: 24px; }
.bnd-landing .footer__brand img { width: 96px; height: 96px; padding: 5px; border-radius: 50%; background: var(--white); object-fit: contain; }
.bnd-landing .footer__brand p { margin: 0; font-family: var(--display); font-size: 21px; line-height: 1.2; }
.bnd-landing .footer__label { margin-bottom: 8px; color: rgba(255,255,255,.44); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bnd-landing .footer__main a { border-bottom: 1px solid rgba(255,255,255,.28); font-weight: 650; }
.bnd-landing .footer__email { overflow-wrap: anywhere; }
.bnd-landing .footer__main > div:last-child span:not(.footer__label) { color: rgba(255,255,255,.68); font-size: 14px; }
.bnd-landing .footer__legal {
  display: flex;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.5);
  font-size: 11px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}
.bnd-landing .footer details { max-width: 420px; }
.bnd-landing .footer summary { cursor: pointer; text-align: right; }
.bnd-landing .footer details p { color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.55; text-align: left; }

.bnd-landing.bnd-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.22,.61,.36,1); }
.bnd-landing.bnd-js .reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-in {
  from { opacity: .25; transform: scale(1.07); }
  to { opacity: 1; transform: scale(1.02); }
}

@media (max-width: 980px) {
  .bnd-landing .topbar__nav { display: none; }
  .bnd-landing .story__grid, .bnd-landing .journey__head, .bnd-landing .reviews__head, .bnd-landing .visit__grid { grid-template-columns: 1fr; }
  .bnd-landing .story__copy { max-width: 680px; padding-top: 0; }
  .bnd-landing .origins { min-height: auto; grid-template-columns: 1fr; }
  .bnd-landing .origins__image { height: 620px; }
  .bnd-landing .origins__content { padding-inline: var(--gutter); }
  .bnd-landing .timeline {
    overflow: visible;
    border-top: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
  }
  .bnd-landing .timeline li {
    min-height: auto;
    padding: 34px 0 46px;
    border-top: 2px solid var(--ink);
    border-right: 0;
  }
  .bnd-landing .timeline li::before { top: -8px; left: 0; }
  .bnd-landing .timeline h3 { margin-top: 24px; }
  .bnd-landing .culture__grid { gap: 60px; }
  .bnd-landing .review { grid-template-columns: 150px 1fr; }
  .bnd-landing .review > p { grid-column: 2; }
  .bnd-landing .address-card { min-height: 480px; }
  .bnd-landing .footer__main { grid-template-columns: 1fr 1fr; }
  .bnd-landing .footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .bnd-landing { font-size: 16px; }
  .bnd-landing .section { padding-block: 82px; }
  .bnd-landing .topbar { min-height: 78px; }
  .bnd-landing .topbar__brand img { width: 46px; height: 46px; }
  .bnd-landing .topbar__brand span { display: none; }
  .bnd-landing .topbar__offer { min-height: 42px; padding: 8px 13px; font-size: 11px; }
  .bnd-landing .hero { min-height: 920px; place-items: start center; }
  .bnd-landing .hero__photo { object-position: 58% center; }
  .bnd-landing .hero__shade { background: linear-gradient(180deg, rgba(4,28,8,.86) 0%, rgba(4,28,8,.8) 50%, rgba(3,22,6,.96) 100%); }
  .bnd-landing .hero::after { right: 18px; height: 42%; }
  .bnd-landing .hero__content { margin: 96px auto 94px; }
  .bnd-landing .hero__logo { width: 94px; height: 94px; margin-bottom: 15px; }
  .bnd-landing .hero__logo--tagline { width: min(220px, calc(100vw - 48px)); height: auto; }
  .bnd-landing .hero h1 { font-size: clamp(38px, 11.4vw, 52px); }
  .bnd-landing .hero__summary { margin: 18px auto 23px; font-size: 16px; }
  .bnd-landing .quick-link { min-height: 67px; grid-template-columns: 38px 1fr 30px; }
  .bnd-landing .hero__meta { flex-direction: column; gap: 4px; }
  .bnd-landing .hero__meta span + span { padding-left: 0; border-left: 0; }
  .bnd-landing .hero__scroll { right: 20px; bottom: 18px; }
  .bnd-landing .hero__scroll span { display: none; }
  .bnd-landing .story__grid { gap: 30px; }
  .bnd-landing h2 { font-size: clamp(38px, 11.3vw, 52px); }
  .bnd-landing .statement { margin-top: 65px; padding: 27px 22px; grid-template-columns: auto 1fr; gap: 15px; }
  .bnd-landing .statement__mark { font-size: 62px; }
  .bnd-landing .statement__line { display: none; }
  .bnd-landing .origins__image { height: 460px; }
  .bnd-landing .origins__content { padding-block: 78px; }
  .bnd-landing .origins__detail {
    max-width: none;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
  }
  .bnd-landing .origins__detail img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .bnd-landing .origins__detail small { max-width: none; font-size: 13px; }
  .bnd-landing .timeline { margin-top: 60px; grid-template-columns: 1fr; }
  .bnd-landing .timeline li { padding-bottom: 42px; }
  .bnd-landing .culture__grid { grid-template-columns: 1fr; }
  .bnd-landing .culture__photo { padding-right: 14px; padding-bottom: 14px; }
  .bnd-landing .culture__photo img { height: 510px; }
  .bnd-landing .culture__photo span { right: -32px; bottom: 52px; }
  .bnd-landing .culture__stat { grid-template-columns: 1fr; gap: 15px; }
  .bnd-landing .today__head { grid-template-columns: 1fr; gap: 30px; }
  .bnd-landing .gallery { height: auto; grid-template-columns: 1fr; grid-template-rows: 390px 250px 250px; }
  .bnd-landing .gallery__main { grid-row: auto; }
  .bnd-landing .review { grid-template-columns: 1fr; gap: 18px; }
  .bnd-landing .review > p { grid-column: auto; }
  .bnd-landing .review blockquote { font-size: 19px; }
  .bnd-landing .visit::before { width: 360px; height: 360px; }
  .bnd-landing .address-card { min-height: 440px; }
  .bnd-landing .final-cta { grid-template-columns: 120px 1fr; padding: 23px 20px; gap: 18px; }
  .bnd-landing .final-cta img { width: 120px; height: auto; }
  .bnd-landing .final-cta > a { grid-column: 1 / -1; justify-content: space-between; }
  .bnd-landing .footer { padding-top: 58px; }
  .bnd-landing .footer__main { grid-template-columns: 1fr; gap: 34px; }
  .bnd-landing .footer__brand { grid-column: auto; }
  .bnd-landing .footer__brand img { width: 78px; height: 78px; }
  .bnd-landing .footer__legal { flex-direction: column; }
  .bnd-landing .footer summary { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .bnd-landing { scroll-behavior: auto; }
  .bnd-landing, .bnd-landing *, .bnd-landing *::before, .bnd-landing *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .bnd-landing.bnd-js .reveal { opacity: 1; transform: none; }
}
