/* PERBRA — Aqua Paradise Baiana */
/* Foundation */
.apb-page {
  --apb-shell:min(1480px,calc(100vw - 9vw));
  --apb-aqua:#9fb9b8;
  --apb-aqua-line:rgba(159,185,184,.24);
  --apb-cream:#eee8dd;
  background:#050707;
  color:var(--apb-cream)
}
.apb-shell {
  width:var(--apb-shell);
  margin-inline:auto
}
.apb-page h1,.apb-page h2,.apb-page h3 {
  font-family:var(--serif);
  font-weight:400
}
.apb-eyebrow {
  margin:0;
  color:var(--apb-aqua);
  font-size:9px;
  font-weight:700;
  letter-spacing:.24em;
  line-height:1.5;
  text-transform:uppercase
}
/* Hero */
.apb-hero {
  position:relative;
  min-height:100svh;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  isolation:isolate
}
.apb-hero__image {
  position:absolute;
  inset:-2%;
  z-index:-4;
  background:url('assets/images/aqua-paradise-baiana-hero.jpg') center 54%/cover no-repeat;
  transform:scale(1.025)
}
.apb-hero__shade {
  position:absolute;
  inset:0;
  z-index:-3;
  background:linear-gradient(180deg,rgba(4,4,3,.42),rgba(4,4,3,.05) 38%,rgba(4,4,3,.32) 68%,rgba(4,4,3,.96)),linear-gradient(90deg,rgba(5,4,3,.72),rgba(5,4,3,.08) 60%,rgba(5,4,3,.28))
}
.apb-hero__shell {
  padding:calc(var(--header-height) + 70px) 0 72px
}
.apb-hero__glass {
  width:min(790px,70vw);
  padding:clamp(34px,4.4vw,66px);
  border:1px solid rgba(255,250,242,.43);
  background:linear-gradient(135deg,rgba(18,15,12,.62),rgba(74,57,42,.24));
  box-shadow:0 34px 100px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.25);
  backdrop-filter:blur(22px) saturate(.9);
  -webkit-backdrop-filter:blur(22px) saturate(.9)
}
.apb-kicker {
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 20px;
  color:rgba(245,238,228,.72);
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
  text-transform:uppercase
}
.apb-kicker span {
  color:#fffaf4;
  font-family:var(--serif);
  font-size:15px;
  letter-spacing:.14em
}
.apb-kicker i {
  width:35px;
  height:1px;
  background:rgba(229,216,197,.48)
}
.apb-hero h1 {
  margin:0;
  color:#fffaf4;
  font-size:clamp(54px,6.6vw,104px);
  letter-spacing:-.048em;
  line-height:.88
}
.apb-hero h1 span {
  color:var(--apb-aqua)
}
.apb-hero__lead {
  max-width:630px;
  margin:30px 0 34px;
  color:rgba(245,238,228,.77);
  font-size:clamp(15px,1.2vw,18px);
  line-height:1.75
}
.apb-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap
}
.apb-button {
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  min-width:210px;
  min-height:56px;
  padding:14px 20px;
  overflow:hidden;
  border:1px solid rgba(244,237,228,.35);
  color:#fffaf4;
  font-size:9px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
  transition:transform .3s ease,background .3s ease,border-color .3s ease
}
.apb-button::before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.18) 48%,transparent 62%);
  transform:translateX(-140%);
  transition:transform .65s ease
}
.apb-button:hover::before {
  transform:translateX(140%)
}
.apb-button:hover {
  border-color:rgba(255,250,242,.62);
  transform:translateY(-2px)
}
.apb-button--solid {
  background:linear-gradient(135deg,rgba(244,239,230,.26),rgba(207,190,168,.12));
  color:#fffaf4;
  backdrop-filter:blur(18px)
}
.apb-actions .apb-button:not(.apb-button--solid) {
  background:rgba(8,7,6,.12)
}
.apb-facts {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  width:min(920px,85vw);
  margin-top:26px;
  border-top:1px solid rgba(255,255,255,.22);
  border-bottom:1px solid rgba(255,255,255,.18);
  background:rgba(7,6,5,.2);
  backdrop-filter:blur(12px)
}
.apb-facts span {
  padding:17px 22px;
  border-right:1px solid rgba(255,255,255,.14);
  color:rgba(245,238,228,.56);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase
}
.apb-facts span:last-child {
  border-right:0
}
.apb-facts strong {
  display:block;
  margin-bottom:2px;
  color:#f7f0e5;
  font-family:inherit;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase
}
/* Chapter navigation */
.lbv-chapter-nav {
  position:sticky;
  top:0;
  z-index:30;
  background:rgba(5,8,8,.94);
  border-block:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(18px)
}
.lbv-chapter-nav .apb-shell {
  display:flex;
  gap:36px;
  overflow-x:auto;
  scrollbar-width:none
}
.lbv-chapter-nav a {
  flex:none;
  padding:20px 0 17px;
  color:rgba(255,255,255,.48);
  font-size:9px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
  border-bottom:2px solid transparent
}
.lbv-chapter-nav a.active,.lbv-chapter-nav a:hover {
  color:#fff;
  border-color:var(--apb-aqua)
}
/* Editorial sections */
.apb-section {
  padding:clamp(105px,10vw,160px) 0;
  background:radial-gradient(circle at 88% 10%,rgba(43,92,88,.12),transparent 34%),#070909
}
.apb-section:nth-of-type(even) {
  background:#0b0d0d
}
.apb-section[id] {
  scroll-margin-top:42px
}
.project-chapter-label {
  margin-bottom:15px
}
.apb-page .project-chapter-label {
  color:var(--apb-aqua)!important;
  -webkit-text-fill-color:var(--apb-aqua)!important
}
.project-chapter-photo {
  height:clamp(290px,42vw,610px);
  margin-bottom:clamp(56px,7vw,104px);
  overflow:hidden;
  border:1px solid rgba(201,179,130,.35);
  background:#111
}
.project-chapter-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 1.2s ease
}
.project-chapter-photo:hover img {
  transform:scale(1.02)
}
.apb-head {
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);
  gap:clamp(60px,10vw,150px);
  align-items:start
}
.apb-head>* {
  min-width:0
}
.apb-head h2 {
  margin:0;
  font-size:clamp(48px,6vw,91px);
  letter-spacing:-.045em;
  line-height:.94
}
.apb-copy {
  color:rgba(245,241,234,.7);
  font-size:15px;
  line-height:1.9
}
.apb-copy p {
  margin:0 0 20px
}
.apb-copy p:first-child {
  color:#f1ece3;
  font-size:clamp(18px,1.5vw,23px)
}
#experience,#region {
  position:relative;
  overflow:hidden;
  isolation:isolate
}
#experience::before,#region::before {
  position:absolute;
  z-index:-1;
  color:rgba(211,195,157,.026);
  font-family:var(--serif);
  font-size:clamp(150px,24vw,390px);
  font-weight:400;
  letter-spacing:-.075em;
  line-height:.72;
  white-space:nowrap;
  pointer-events:none;
  user-select:none
}
#experience::before {
  content:"WATER";
  top:clamp(430px,39vw,630px);
  right:-.065em
}
#region::before {
  content:"PARADISE";
  left:-.075em;
  bottom:clamp(90px,8vw,140px);
  color:rgba(107,161,154,.03);
  font-style:italic
}
#experience::after,#region::after {
  content:"";
  position:absolute;
  z-index:-1;
  width:clamp(240px,32vw,510px);
  aspect-ratio:1;
  border:1px solid rgba(196,174,126,.05);
  border-radius:50%;
  pointer-events:none
}
#experience::after {
  top:47%;
  left:-13%;
  box-shadow:0 0 0 55px rgba(196,174,126,.012),0 0 0 115px rgba(196,174,126,.008)
}
#region::after {
  right:-10%;
  bottom:4%;
  border-color:rgba(99,159,151,.055);
  box-shadow:0 0 0 65px rgba(99,159,151,.012)
}
/* Feature cards and development route */
.apb-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:70px;
  border:1px solid var(--apb-aqua-line);
  background:var(--apb-aqua-line)
}
.apb-card {
  min-height:250px;
  padding:30px;
  border-right:1px solid var(--apb-aqua-line);
  background:linear-gradient(145deg,rgba(159,185,184,.045),rgba(255,255,255,.008) 72%)
}
.apb-card:last-child {
  border:0
}
.apb-card span {
  color:var(--apb-aqua);
  font-family:var(--serif);
  font-size:35px
}
.apb-card h3 {
  margin:42px 0 12px;
  font-size:27px;
  line-height:1.05
}
.apb-card p {
  margin:0;
  color:rgba(255,255,255,.57);
  font-size:13px;
  line-height:1.75
}
.apb-route {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:28px;
  align-items:center;
  margin-top:70px
}
.apb-route article {
  padding:38px;
  border:1px solid var(--apb-aqua-line);
  background:#101313
}
.apb-route small {
  color:var(--apb-aqua);
  font-size:9px;
  letter-spacing:.2em
}
.apb-route h3 {
  font-size:34px;
  margin:15px 0 10px
}
.apb-route p {
  color:rgba(255,255,255,.6);
  line-height:1.75
}
.apb-route>span {
  color:var(--apb-aqua);
  font-size:30px
}
.apb-note {
  margin-top:44px;
  padding:30px clamp(28px,4vw,55px);
  border-left:1px solid var(--apb-aqua);
  background:linear-gradient(90deg,rgba(159,185,184,.105),transparent);
  color:#ddd5c7;
  font-size:18px;
  line-height:1.7
}
/* Partnerships and calls to action */
.apb-partners {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:68px;
  background:var(--apb-aqua-line);
  border:1px solid var(--apb-aqua-line)
}
.apb-partners article {
  padding:34px;
  background:#0b0e0e
}
.apb-partners h3 {
  font-size:27px;
  margin:14px 0
}
.apb-partners p {
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.7
}
.apb-cta {
  margin-top:80px;
  padding:clamp(40px,6vw,80px);
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:center;
  border:1px solid rgba(91,116,115,.2);
  background:linear-gradient(135deg,#d9e1dd,#9eafaa);
  color:#101212
}
.apb-cta h3 {
  margin:8px 0 12px;
  font-size:clamp(40px,5vw,72px);
  line-height:.95
}
.apb-cta p {
  max-width:650px;
  line-height:1.7
}
.apb-cta .apb-button {
  min-height:0;
  padding:17px 20px;
  border-color:#272521;
  color:#171817
}
.apb-cta .apb-eyebrow {
  color:#405d5c
}
.apb-back {
  padding:70px 0;
  background:#040606;
  border-top:1px solid rgba(255,255,255,.08)
}
.apb-back .apb-shell {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.apb-back .apb-eyebrow {
  color:rgba(255,255,255,.48)
}
.apb-back .apb-button {
  min-height:0;
  padding:17px 20px;
  border-color:rgba(205,184,139,.55)
}
.apb-cta .apb-button::before,.apb-back .apb-button::before {
  display:none
}
.apb-cta .apb-button:hover,.apb-back .apb-button:hover {
  background:#d8c499;
  color:#101212
}
.apb-back h2 {
  margin:8px 0 0;
  font-size:clamp(35px,4vw,58px)
}
.reveal {
  opacity:0;
  transform:translateY(28px);
  transition:opacity .8s ease,transform .8s ease
}
.reveal.visible {
  opacity:1;
  transform:none
}
/* Responsive layout */
@media (max-width:1024px) and (orientation:portrait), (max-width:820px) and (orientation:landscape), (max-width:1366px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse), (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .apb-hero__glass,.apb-facts {
    width:100%
  }
  .apb-facts {
    grid-template-columns:1fr
  }
  .apb-facts span {
    border-right:0;
    border-bottom:1px solid rgba(235,222,184,.2)
  }
  .apb-head {
    grid-template-columns:1fr;
    gap:35px
  }
  .apb-grid,.apb-partners {
    grid-template-columns:1fr 1fr
  }
  .apb-route {
    grid-template-columns:1fr
  }
  .apb-route>span {
    transform:rotate(90deg);
    justify-self:center
  }
  .apb-cta {
    grid-template-columns:1fr
  }
  .apb-section[id] {
    scroll-margin-top:64px
  }
}
@media(max-width:600px) {
  .apb-page {
    --apb-shell:calc(100% - 40px)
  }
  .apb-page h1,.apb-page h2,.apb-page h3 {
    overflow-wrap:anywhere
  }
  .apb-hero__shell {
    padding-top:calc(var(--header-height) + 40px)
  }
  .apb-hero h1 {
    font-size:clamp(53px,17vw,78px)
  }
  .apb-hero__glass {
    padding:27px 22px
  }
  .apb-grid,.apb-partners {
    grid-template-columns:1fr
  }
  .apb-card {
    border-right:0;
    border-bottom:1px solid rgba(198,175,125,.22)
  }
  .project-chapter-photo {
    height:58vw
  }
  .apb-cta>* {
    min-width:0
  }
  .apb-cta .apb-button {
    width:100%;
    min-width:0;
    gap:16px
  }
  .apb-back .apb-shell {
    align-items:flex-start;
    flex-direction:column
  }
  .lbv-chapter-nav a {
    padding-block:16px
  }
  #experience::before,#region::before {
    font-size:34vw
  }
  #experience::before {
    top:36%
  }
  #region::before {
    bottom:11%
  }
  #experience::after,#region::after {
    opacity:.6
  }
}
@media(prefers-reduced-motion:reduce) {
  .reveal {
    opacity:1;
    transform:none;
    transition:none
  }
  .project-chapter-photo img,.apb-button {
    transition:none
  }
}

/* Section alignment on wide desktop layouts. */
@media(min-width:1101px) {
  .apb-page #positioning .apb-copy {
    transform:translateY(40px)
  }
  .apb-page #experience {
    padding-bottom:calc(clamp(68px,6.5vw,98px) + 40px)
  }
  .apb-page #experience .apb-copy,
  .apb-page #experience .apb-grid {
    transform:translateY(40px)
  }
  .apb-page #experience::before,
  .apb-page #experience::after {
    transform:translateY(40px)
  }
  .apb-page #strategy {
    padding-bottom:calc(clamp(68px,6.5vw,98px) + 40px)
  }
  .apb-page #strategy .apb-copy,
  .apb-page #strategy .apb-route {
    transform:translateY(40px)
  }
  .apb-page #region {
    padding-bottom:calc(clamp(68px,6.5vw,98px) + 40px)
  }
  .apb-page #region .apb-copy {
    transform:translateY(40px)
  }
  .apb-page #access {
    padding-bottom:calc(clamp(68px,6.5vw,98px) + 40px)
  }
  .apb-page #access .apb-copy,
  .apb-page #access .apb-note {
    transform:translateY(40px)
  }
  .apb-page #partnerships {
    padding-bottom:calc(clamp(68px,6.5vw,98px) + 40px)
  }
  .apb-page #partnerships .apb-copy,
  .apb-page #partnerships .apb-partners,
  .apb-page #partnerships > .apb-note,
  .apb-page #partnerships .apb-cta {
    transform:translateY(40px)
  }
  .apb-page #partnerships .apb-cta h3 {
    transform:translateY(-30px)
  }
  .apb-page #partnerships .apb-cta .apb-eyebrow {
    transform:translateY(-20px)
  }
  .apb-page #partnerships .apb-cta > .apb-button {
    transform:translateY(40px)
  }
  .apb-page .apb-back h2 {
    transform:translateY(-25px)
  }
  .apb-page .apb-back .apb-eyebrow {
    transform:translateY(-15px)
  }
  .apb-page .apb-back .apb-button {
    transform:translateY(20px)
  }
}

/* Responsive scale */
@media(min-width:761px) {
  .apb-page .apb-hero {
    min-height:100svh
  }
  .apb-page .apb-hero__shell {
    padding:calc(var(--header-height) + 54px) 0 52px
  }
  .apb-page .apb-hero__glass {
    width:min(650px,62vw);
    padding:clamp(32px,3.25vw,48px)
  }
  .apb-page .apb-hero h1 {
    font-size:clamp(54px,6vw,88px);
    line-height:.9
  }
  .apb-page .apb-hero__lead {
    max-width:570px;
    margin:24px 0 27px;
    font-size:clamp(14px,1vw,16px);
    line-height:1.58
  }
  .apb-page .apb-button {
    min-height:50px
  }
  .apb-page .apb-facts {
    width:min(840px,80vw);
    margin-top:20px
  }
  .apb-page .apb-facts span {
    padding:14px 18px
  }
  .apb-page .apb-section {
    padding:clamp(68px,6.5vw,98px) 0
  }
  .apb-page .apb-section:is(#positioning,#experience,#strategy,#region,#access) {
    padding-top:calc(clamp(68px,6.5vw,98px) + 20px)
  }
  .apb-page .project-chapter-photo {
    height:clamp(230px,24vw,340px);
    margin-bottom:clamp(34px,3.2vw,46px)
  }
  .apb-page .apb-head {
    grid-template-columns:minmax(0,1.02fr) minmax(360px,.84fr);
    gap:clamp(48px,6vw,88px)
  }
  .apb-page .apb-head h2 {
    font-size:clamp(42px,4.3vw,64px);
    line-height:1
  }
  .apb-page .apb-copy {
    font-size:14px;
    line-height:1.62
  }
  .apb-page .apb-copy p {
    margin-bottom:14px
  }
  .apb-page .apb-copy p:first-child {
    font-size:clamp(16px,1.2vw,19px);
    line-height:1.6
  }
  .apb-page .apb-grid {
    margin-top:44px
  }
  .apb-page .apb-card {
    min-height:205px;
    padding:26px
  }
  .apb-page .apb-card span {
    font-size:31px
  }
  .apb-page .apb-card h3 {
    margin:28px 0 10px;
    font-size:24px
  }
  .apb-page .apb-card p {
    font-size:13px;
    line-height:1.58
  }
  .apb-page .apb-route {
    gap:18px;
    margin-top:44px
  }
  .apb-page .apb-route article {
    padding:28px
  }
  .apb-page .apb-route h3 {
    margin:12px 0 8px;
    font-size:29px
  }
  .apb-page .apb-route p {
    margin-bottom:0;
    font-size:13px;
    line-height:1.58
  }
  .apb-page .apb-note {
    margin-top:32px;
    padding:24px clamp(28px,3vw,42px);
    font-size:14px;
    line-height:1.62
  }
  .apb-page .apb-partners {
    margin-top:44px
  }
  .apb-page .apb-partners article {
    padding:28px
  }
  .apb-page .apb-partners h3 {
    margin:12px 0 9px;
    font-size:24px
  }
  .apb-page .apb-partners p {
    font-size:13px;
    line-height:1.58
  }
  .apb-page .apb-cta {
    gap:42px;
    margin-top:50px;
    padding:clamp(38px,4vw,52px)
  }
  .apb-page .apb-cta h3 {
    margin:7px 0 10px;
    font-size:clamp(34px,3.5vw,48px);
    line-height:1
  }
  .apb-page .apb-cta p {
    font-size:14px;
    line-height:1.62
  }
  .apb-page .apb-back {
    padding:56px 0
  }
  .apb-page .apb-back h2 {
    font-size:clamp(32px,3.5vw,48px)
  }
}
@media(max-width:760px) {
  .apb-page .apb-hero {
    min-height:100svh
  }
  .apb-page .apb-hero__shell {
    padding:100px 0 119px;
    translate:0 50px
  }
  .apb-page .apb-hero__glass {
    padding:24px 20px
  }
  .apb-page .apb-kicker {
    margin-bottom:15px;
    font-size:8px
  }
  .apb-page .apb-hero h1 {
    font-size:clamp(40px,11.5vw,46px);
    line-height:.93;
    overflow-wrap:normal;
    word-break:normal
  }
  .apb-page .apb-hero__lead {
    margin:20px 0 23px;
    font-size:13.5px;
    line-height:1.56
  }
  .apb-page .apb-button {
    min-height:46px;
    padding:11px 16px
  }
  .apb-page .apb-facts {
    margin-top:18px
  }
  .apb-page .apb-facts span {
    padding:13px 14px;
    font-size:8px
  }
  .apb-page .apb-section {
    padding:50px 0 42px
  }
  .apb-page .project-chapter-photo {
    height:clamp(168px,47vw,184px);
    margin-bottom:27px
  }
  .apb-page .apb-head {
    gap:15px
  }
  .apb-page .apb-head h2 {
    font-size:clamp(29px,8vw,32px);
    line-height:1.03;
    overflow-wrap:normal;
    word-break:normal
  }
  .apb-page .apb-copy {
    font-size:12.5px;
    line-height:1.56
  }
  .apb-page .apb-copy p {
    margin-bottom:12px
  }
  .apb-page .apb-copy p:first-child {
    font-size:13px;
    line-height:1.56
  }
  .apb-page .apb-grid, .apb-page .apb-route, .apb-page .apb-partners {
    margin-top:30px
  }
  .apb-page .apb-card {
    min-height:0;
    padding:18px
  }
  .apb-page .apb-card span {
    font-size:27px
  }
  .apb-page .apb-card h3 {
    margin:12px 0 8px;
    font-size:22px
  }
  .apb-page .apb-card p, .apb-page .apb-route p, .apb-page .apb-partners p {
    font-size:12.5px;
    line-height:1.58
  }
  .apb-page .apb-route {
    gap:12px
  }
  .apb-page .apb-route article, .apb-page .apb-partners article {
    padding:20px 18px
  }
  .apb-page .apb-route h3, .apb-page .apb-partners h3 {
    margin:10px 0 8px;
    font-size:23px
  }
  .apb-page .apb-note {
    margin-top:26px;
    padding:18px;
    font-size:12.5px;
    line-height:1.58
  }
  .apb-page .apb-cta {
    gap:21px;
    margin-top:34px;
    padding:22px 20px
  }
  .apb-page .apb-cta h3 {
    margin:7px 0 10px;
    font-size:30px;
    line-height:1.04;
    transform:translateY(-10px)
  }
  .apb-page .apb-cta p {
    font-size:12.5px;
    line-height:1.58
  }
  .apb-page .apb-cta .apb-eyebrow {
    font-size:7px;
    transform:translateY(-5px)
  }
  .apb-page .apb-cta .apb-button, .apb-page .apb-back .apb-button {
    height:46px;
    min-height:46px;
    padding:10px 16px
  }
  .apb-page .apb-back {
    padding:46px 0 58px
  }
  .apb-page .apb-back h2 {
    font-size:30px;
    line-height:1.06;
    overflow-wrap:normal;
    word-break:normal
  }
  .apb-page .apb-back :is(.apb-eyebrow,h2) {
    transform:translateY(-15px)
  }
}

@media(max-width:620px) {
  .apb-page .lbv-chapter-nav {
    display:none
  }
  .apb-page .lbv-chapter-nav + .apb-section {
    margin-top:-1px
  }
}

/* Shared refinements for portrait and single-column landscape iPads. */
@media (min-width:761px) and (max-width:1024px) and (orientation:portrait),
  (min-width:821px) and (max-width:1200px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse),
       (min-width: 1025px) and (orientation: portrait) and (hover: none) and (pointer: coarse) {
  .apb-page #experience .apb-card {
    padding-top:21px
  }
  .apb-page #experience .apb-card h3 {
    margin-top:8px
  }
  .apb-page .apb-back .apb-button {
    translate:0 30px
  }
}

/* CTA alignment for the two wider single-column landscape views. */
@media (min-width:1180px) and (max-width:1200px) and (min-height:800px) and (max-height:820px) and (orientation:landscape) and (hover:none) and (pointer:coarse) {
  .apb-page #partnerships .apb-cta > .apb-button {
    transform:none
  }
}
