:root {
  --aa-ink: #18242e;
  --aa-paper: #f7f4ee;
  --aa-paper-deep: #f0ece3;
  --aa-card: #fbfaf6;
  --aa-line: rgba(24, 36, 46, 0.14);
  --aa-gold: #9b7a4a;
  --aa-gold-soft: #d8c8a9;
  --aa-muted: #66665f;
  --aa-blue: #dfe8e8;
  --aa-max: 1240px;
}

/* Calm blue revision — useful first, personal brand second */
:root {
  --aa-deep: #18354a;
  --aa-water: #2d5670;
  --aa-water-muted: #718b9a;
  --aa-mist: #e1e8e9;
  --aa-cream: #f5f1e9;
  --aa-card: #fbfaf7;
  --aa-ink: #17252e;
  --aa-bronze: #a38259;
  --aa-border: #d8d3ca;
}

html,
body {
  background: var(--aa-cream) !important;
  color: var(--aa-ink) !important;
  font-family: "Onest", Arial, sans-serif !important;
}

body::before {
  opacity: .018 !important;
}

.aa-site,
.aa-bl-wrap,
.aa-cl-wrap,
.aa-art-wrap,
.aa-t-wrap,
.aa-lg-wrap,
.aa-404-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: var(--aa-cream) !important;
}

.aa-site {
  overflow: clip !important;
}

.aa-waterline,
.aa-float-tg {
  display: none !important;
}

.aa-nav,
.aa-global-nav {
  width: 100% !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 12px clamp(20px, 4vw, 64px) !important;
  position: sticky !important;
  top: 0;
  z-index: 100;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 37, 46, .1) !important;
  border-radius: 0 !important;
  background: rgba(245, 241, 233, .94) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.aa-nav.is-scrolled,
.aa-global-nav.is-scrolled {
  box-shadow: 0 10px 28px rgba(23, 37, 46, .06) !important;
}

.aa-nav-logo,
.aa-global-logo {
  display: grid !important;
  gap: 5px;
  color: var(--aa-deep) !important;
  font: 650 17px/1.1 "Onest", Arial, sans-serif !important;
  letter-spacing: -.02em !important;
}

.aa-nav-logo::after,
.aa-global-logo::after {
  display: none !important;
}

.aa-nav-logo small,
.aa-global-logo small {
  display: block !important;
  color: var(--aa-water-muted) !important;
  font: 500 9px/1.1 "Onest", Arial, sans-serif !important;
  letter-spacing: .09em !important;
  text-transform: uppercase;
}

.aa-nav-links,
.aa-global-links {
  gap: 22px !important;
}

.aa-nav-links a,
.aa-global-links a {
  padding: 9px 0 !important;
  border-radius: 0 !important;
  color: var(--aa-ink) !important;
  font: 550 12px/1.2 "Onest", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.aa-nav-links a:hover,
.aa-global-links a:hover,
.aa-nav-links a.is-current,
.aa-global-links a.is-current {
  color: var(--aa-water) !important;
  background: transparent !important;
}

.aa-nav-links .aa-nav-cta,
.aa-global-links .aa-nav-cta {
  padding: 10px 16px !important;
  border: 1px solid rgba(45, 86, 112, .35) !important;
  border-radius: 999px !important;
}

.aa-kicker,
.aa-section-label,
.aa-hero-eyebrow,
.aa-bl-eyebrow,
.aa-cl-eyebrow,
.aa-art-eyebrow,
.aa-t-eyebrow,
.aa-lg-eyebrow,
.aa-library-kicker {
  margin: 0 0 17px !important;
  color: var(--aa-water) !important;
  font: 650 10px/1.3 "Onest", Arial, sans-serif !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

.aa-calm-site h1,
.aa-calm-site h2,
.aa-calm-site h3,
.aa-hero-title,
.aa-bl-title,
.aa-cl-title,
.aa-art-title,
.aa-t-title,
.aa-lg-title,
.aa-library-hero h1,
.aa-display,
.aa-card-title,
.aa-checklist-title,
.aa-podcast-name,
.aa-library-section h2,
.aa-library-podcast h2,
.aa-vk-title,
.aa-art-body h2 {
  font-family: "Onest", Arial, sans-serif !important;
  font-style: normal !important;
  letter-spacing: -.035em !important;
}

.aa-calm-site h2 {
  margin: 0;
  color: var(--aa-deep);
  font-size: clamp(31px, 3.6vw, 48px);
  line-height: 1.06;
  font-weight: 590;
}

.aa-calm-site p {
  text-wrap: pretty;
}

.aa-calm-hero {
  min-height: min(720px, calc(100vh - 74px));
  padding: clamp(38px, 6vw, 84px) clamp(22px, 7vw, 112px) clamp(64px, 8vw, 108px);
  display: grid;
  grid-template-columns: minmax(300px, .82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(46px, 7vw, 110px);
  background:
    radial-gradient(circle at 13% 77%, rgba(45, 86, 112, .08), transparent 28%),
    var(--aa-cream);
}

.aa-calm-hero-media {
  width: min(100%, 470px);
  margin: 0 auto;
  position: relative;
  aspect-ratio: 4 / 5;
}

.aa-calm-hero-media::before {
  content: "";
  position: absolute;
  inset: 30px -28px -28px 30px;
  z-index: 0;
  border-radius: 24px;
  background: var(--aa-deep);
}

.aa-calm-hero-media::after {
  content: "";
  position: absolute;
  right: -46px;
  bottom: 66px;
  z-index: 2;
  width: 84px;
  height: 84px;
  border: 1px solid rgba(245, 241, 233, .62);
  border-radius: 50%;
  box-shadow: 0 0 0 15px rgba(245, 241, 233, .12);
}

.aa-calm-hero-media img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 24px;
  box-shadow: 0 26px 60px rgba(23, 37, 46, .15);
}

.aa-calm-hero-copy {
  max-width: 690px;
}

.aa-calm-hero h1 {
  max-width: 680px;
  margin: 0 0 28px;
  color: var(--aa-deep);
  font-size: clamp(48px, 6.1vw, 84px);
  font-weight: 570;
  line-height: .98;
  letter-spacing: -.055em !important;
}

.aa-calm-hero-copy > p:not(.aa-kicker) {
  max-width: 640px;
  margin: 0;
  color: #52646e;
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.65;
}

.aa-calm-actions {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.aa-btn,
.aa-cbtn {
  min-height: 48px;
  padding: 14px 21px !important;
  border-radius: 999px !important;
  font: 600 12px/1 "Onest", Arial, sans-serif !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.aa-btn-primary {
  border-color: var(--aa-deep) !important;
  background: var(--aa-deep) !important;
}

.aa-text-link {
  color: var(--aa-water) !important;
  font: 600 13px/1.4 "Onest", Arial, sans-serif !important;
  text-decoration: none;
}

.aa-calm-library {
  padding: clamp(64px, 8vw, 104px) clamp(22px, 7vw, 112px);
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(42px, 7vw, 100px);
  background: var(--aa-deep);
  color: var(--aa-card);
}

.aa-calm-library .aa-kicker,
.aa-brand-video .aa-kicker {
  color: #a9c0ce !important;
}

.aa-calm-library h2,
.aa-brand-video h2,
.aa-calm-listen h2,
.aa-calm-contact h2 {
  color: var(--aa-card);
}

.aa-calm-library-intro > p:last-child {
  max-width: 410px;
  margin: 24px 0 0;
  color: #c9d4da;
  font-size: 15px;
  line-height: 1.7;
}

.aa-calm-library-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aa-calm-library-links a {
  min-height: 230px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(225, 232, 233, .19);
  border-radius: 20px;
  color: var(--aa-card);
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.aa-calm-library-links a:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.06);
}

.aa-calm-library-links span {
  color: #a9c0ce;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.aa-calm-library-links strong {
  margin-top: 28px;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.25;
  font-weight: 550;
}

.aa-calm-library-links i {
  margin-top: auto;
  color: #cbd8de;
  font-size: 12px;
  font-style: normal;
}

.aa-calm-section {
  padding: clamp(68px, 8vw, 110px) clamp(22px, 7vw, 112px);
}

.aa-calm-heading {
  max-width: 800px;
  margin-bottom: clamp(40px, 5vw, 66px);
}

.aa-calm-heading > p:last-child {
  max-width: 680px;
  margin: 23px 0 0;
  color: #596b74;
  font-size: 16px;
  line-height: 1.7;
}

.aa-calm-situations {
  background: var(--aa-card);
}

.aa-calm-situation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--aa-border);
}

.aa-calm-situation-grid a {
  min-height: 220px;
  padding: 34px 42px 34px 0;
  display: flex;
  flex-direction: column;
  color: var(--aa-ink);
  border-bottom: 1px solid var(--aa-border);
  text-decoration: none;
}

.aa-calm-situation-grid a:nth-child(even) {
  padding-left: 42px;
  border-left: 1px solid var(--aa-border);
}

.aa-calm-situation-grid strong {
  color: var(--aa-deep);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 580;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.aa-calm-situation-grid p {
  max-width: 500px;
  margin: 14px 0 25px;
  color: #607079;
  font-size: 14px;
  line-height: 1.65;
}

.aa-calm-situation-grid span {
  margin-top: auto;
  color: var(--aa-water);
  font-size: 12px;
  font-weight: 600;
}

.aa-calm-process {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(50px, 8vw, 120px);
  background: var(--aa-mist);
}

.aa-calm-process .aa-calm-heading {
  align-self: start;
  position: sticky;
  top: 120px;
}

.aa-calm-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(45, 86, 112, .22);
}

.aa-calm-steps li {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  border-bottom: 1px solid rgba(45, 86, 112, .22);
}

.aa-calm-steps li > span {
  color: var(--aa-water);
  font-size: 11px;
  font-weight: 650;
}

.aa-calm-steps strong {
  color: var(--aa-deep);
  font-size: 20px;
  font-weight: 600;
}

.aa-calm-steps p {
  max-width: 520px;
  margin: 9px 0 0;
  color: #536a76;
  font-size: 14px;
  line-height: 1.65;
}

.aa-brand-video {
  padding: clamp(70px, 9vw, 120px) clamp(22px, 7vw, 112px) !important;
  background: var(--aa-deep) !important;
}

.aa-brand-video::before,
.aa-brand-video::after {
  opacity: .32 !important;
}

.aa-brand-video > a {
  width: min(1120px, 100%);
  min-height: 270px;
  margin: 0 auto;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 42px;
  color: var(--aa-card) !important;
  text-decoration: none;
}

.aa-brand-video h2 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 66px) !important;
  line-height: 1.02 !important;
  font-weight: 560 !important;
}

.aa-brand-video p:last-child {
  max-width: 650px;
  margin: 24px 0 0 !important;
  color: #c9d4da !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.aa-brand-video > a > span {
  color: var(--aa-card) !important;
  font-size: 13px !important;
  font-weight: 600;
  white-space: nowrap;
}

.aa-calm-progress {
  background: var(--aa-cream);
}

.aa-calm-progress-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.aa-calm-progress-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--aa-border);
  border-radius: 20px;
  background: var(--aa-card);
}

.aa-calm-progress-grid strong {
  color: var(--aa-deep);
  font-size: 18px;
  font-weight: 600;
}

.aa-calm-progress-grid p {
  margin: 18px 0 0;
  color: #607079;
  font-size: 14px;
  line-height: 1.65;
}

.aa-calm-gallery {
  padding: 0 clamp(22px, 7vw, 112px) clamp(76px, 9vw, 124px);
  display: grid;
  grid-template-columns: 1.1fr .9fr .76fr;
  grid-template-rows: 210px 210px;
  gap: 14px;
  background: var(--aa-cream);
}

.aa-calm-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
}

.aa-calm-gallery .is-large {
  grid-row: 1 / 3;
}

.aa-calm-gallery figure:nth-child(3) {
  grid-row: 1 / 3;
}

.aa-calm-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aa-calm-gallery .is-large img {
  object-position: center 35%;
}

.aa-calm-gallery > p {
  margin: 0;
  padding: 24px 28px;
  display: flex;
  align-items: flex-end;
  border-radius: 22px;
  background: var(--aa-mist);
  color: var(--aa-deep);
  font-size: 15px;
  line-height: 1.55;
}

.aa-calm-about {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: clamp(52px, 9vw, 130px);
  background: var(--aa-card);
}

.aa-calm-about figure {
  width: min(100%, 430px);
  margin: 0 auto;
  aspect-ratio: 4 / 5;
}

.aa-calm-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  border-radius: 24px;
}

.aa-calm-about > div {
  max-width: 650px;
}

.aa-calm-about h2 {
  margin-bottom: 30px;
}

.aa-calm-about > div > p:not(.aa-kicker) {
  margin: 0 0 18px;
  color: #53646e;
  font-size: 16px;
  line-height: 1.75;
}

.aa-calm-about .aa-calm-note {
  margin-top: 29px !important;
  padding: 20px 22px;
  border-left: 3px solid var(--aa-water);
  background: var(--aa-mist);
  font-size: 13px !important;
}

.aa-calm-listen {
  padding: clamp(64px, 8vw, 100px) clamp(22px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 42px;
  background: var(--aa-deep);
  color: var(--aa-card);
}

.aa-calm-listen > div {
  max-width: 700px;
}

.aa-calm-listen p:last-child {
  max-width: 610px;
  margin: 22px 0 0;
  color: #c9d4da;
  font-size: 15px;
  line-height: 1.65;
}

.aa-calm-listen > a {
  padding: 14px 0;
  color: var(--aa-card);
  border-bottom: 1px solid rgba(225, 232, 233, .35);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.aa-calm-listen > a span {
  margin-left: 18px;
}

.aa-calm-pricing {
  background: var(--aa-cream);
}

.aa-calm-price-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--aa-border);
  border-bottom: 1px solid var(--aa-border);
}

.aa-calm-price-grid article {
  min-height: 190px;
  padding: 27px 22px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--aa-border);
}

.aa-calm-price-grid article:first-child {
  border-left: 0;
  background: var(--aa-mist);
}

.aa-calm-price-grid span {
  color: #5c6d76;
  font-size: 12px;
}

.aa-calm-price-grid strong {
  margin-top: auto;
  color: var(--aa-deep);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 580;
  letter-spacing: -.035em;
}

.aa-calm-price-grid small {
  margin-top: 8px;
  color: var(--aa-water-muted);
  font-size: 10px;
}

.aa-calm-home-price {
  margin-top: 22px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.aa-calm-home-price p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 22px;
  color: #5d6d75;
  font-size: 13px;
}

.aa-calm-home-price strong {
  color: var(--aa-deep);
  font-size: 17px;
}

.aa-calm-faq {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(50px, 9vw, 130px);
  background: var(--aa-mist);
}

.aa-calm-faq-list {
  border-top: 1px solid rgba(45, 86, 112, .22);
}

.aa-calm-faq details {
  border-bottom: 1px solid rgba(45, 86, 112, .22);
}

.aa-calm-faq summary {
  padding: 23px 42px 23px 0;
  position: relative;
  color: var(--aa-deep);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.aa-calm-faq summary::after {
  content: "+";
  position: absolute;
  right: 5px;
  color: var(--aa-water);
  font-size: 22px;
  font-weight: 400;
}

.aa-calm-faq details[open] summary::after {
  content: "−";
}

.aa-calm-faq details p {
  margin: -4px 0 24px;
  padding-right: 35px;
  color: #536a76;
  font-size: 14px;
  line-height: 1.7;
}

.aa-calm-contact {
  padding: clamp(70px, 9vw, 120px) clamp(22px, 7vw, 112px);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 50px;
  background: var(--aa-deep);
  color: var(--aa-card);
}

.aa-calm-contact > div:first-child {
  max-width: 760px;
}

.aa-calm-contact p:last-child {
  max-width: 600px;
  margin: 23px 0 0;
  color: #c9d4da;
  font-size: 15px;
  line-height: 1.65;
}

.aa-calm-contact > div:last-child {
  display: grid;
  gap: 13px;
  text-align: right;
}

.aa-calm-contact a {
  color: var(--aa-card);
  font-size: 14px;
  text-decoration: none;
}

.aa-brand-footer,
.aa-inner-footer {
  padding: 28px clamp(22px, 7vw, 112px) !important;
  border-top: 1px solid rgba(216, 211, 202, .7) !important;
  background: var(--aa-card) !important;
  color: var(--aa-ink) !important;
}

/* The same calm system on library, articles and service pages */
.aa-bl,
.aa-cl,
.aa-art,
.aa-t,
.aa-lg,
.aa-contacts,
.aa-contact-page,
.aa-library {
  color: var(--aa-ink) !important;
  font-family: "Onest", Arial, sans-serif !important;
}

.aa-bl-title,
.aa-cl-title,
.aa-art-title,
.aa-t-title,
.aa-lg-title,
.aa-contacts-title,
.aa-library-hero h1 {
  max-width: 900px !important;
  color: var(--aa-deep) !important;
  font-size: clamp(40px, 5vw, 62px) !important;
  line-height: 1.02 !important;
  font-weight: 580 !important;
  letter-spacing: -.045em !important;
}

.aa-card,
.aa-bl-card,
.aa-cl-main,
.aa-cl-next-card,
.aa-library-guide-grid article,
.aa-library-feature {
  border-color: var(--aa-border) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}

.aa-art-img,
.aa-article-visual,
.aa-bl-card img,
.aa-contact-card,
.aa-contact-portrait,
.aa-checklist-photo,
.aa-about-photo img {
  border-radius: 22px !important;
}

.aa-art-body {
  max-width: 760px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.aa-art-body h2 {
  color: var(--aa-deep) !important;
  font-size: clamp(27px, 3vw, 38px) !important;
  font-weight: 590 !important;
}

@media (max-width: 1000px) {
  .aa-calm-hero {
    grid-template-columns: .78fr 1.22fr;
    gap: 45px;
  }

  .aa-calm-library {
    grid-template-columns: 1fr;
  }

  .aa-calm-progress-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aa-calm-price-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .aa-calm-price-grid article:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--aa-border);
  }

  .aa-calm-price-grid article:nth-child(5) {
    border-top: 1px solid var(--aa-border);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 72px !important;
  }

  .aa-nav,
  .aa-global-nav {
    min-height: 66px !important;
    padding: 10px 16px !important;
  }

  .aa-nav-logo,
  .aa-global-logo {
    font-size: 15px !important;
  }

  .aa-menu-button {
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center;
    border-color: rgba(45, 86, 112, .2) !important;
    background: var(--aa-card) !important;
    color: var(--aa-deep) !important;
    font: 600 10px/1 "Onest", Arial, sans-serif !important;
  }

  .aa-nav-links,
  .aa-global-links {
    top: calc(100% + 1px) !important;
    right: 0 !important;
    left: 0 !important;
    padding: 14px 16px 20px !important;
    gap: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid var(--aa-border) !important;
    border-radius: 0 !important;
    background: var(--aa-card) !important;
    box-shadow: 0 18px 32px rgba(23, 37, 46, .1) !important;
  }

  .aa-nav-links a,
  .aa-global-links a {
    padding: 13px 5px !important;
    border-bottom: 1px solid rgba(216, 211, 202, .7);
    font-size: 14px !important;
  }

  .aa-nav-links .aa-nav-cta,
  .aa-global-links .aa-nav-cta {
    margin-top: 10px;
    padding: 13px 16px !important;
    text-align: center;
  }

  .aa-calm-hero {
    min-height: 0;
    padding: 28px 18px 64px;
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .aa-calm-hero-media {
    width: min(86vw, 390px);
  }

  .aa-calm-hero-media::before {
    inset: 18px -14px -18px 20px;
  }

  .aa-calm-hero-media::after {
    right: -25px;
    bottom: 48px;
    width: 58px;
    height: 58px;
  }

  .aa-calm-hero-copy {
    order: -1;
  }

  .aa-calm-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(42px, 12vw, 57px);
    line-height: 1;
  }

  .aa-calm-hero-copy > p:not(.aa-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }

  .aa-calm-actions {
    margin-top: 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .aa-calm-library,
  .aa-calm-section,
  .aa-brand-video,
  .aa-calm-listen,
  .aa-calm-contact {
    padding: 64px 18px !important;
  }

  .aa-calm-site h2 {
    font-size: 34px;
    line-height: 1.08;
  }

  .aa-calm-library-links {
    grid-template-columns: 1fr;
  }

  .aa-calm-library-links a {
    min-height: 170px;
  }

  .aa-calm-heading {
    margin-bottom: 38px;
  }

  .aa-calm-heading > p:last-child {
    font-size: 15px;
  }

  .aa-calm-situation-grid,
  .aa-calm-process,
  .aa-calm-about,
  .aa-calm-faq {
    grid-template-columns: 1fr;
  }

  .aa-calm-situation-grid a,
  .aa-calm-situation-grid a:nth-child(even) {
    min-height: 0;
    padding: 27px 0;
    border-left: 0;
  }

  .aa-calm-process {
    gap: 12px;
  }

  .aa-calm-process .aa-calm-heading {
    position: static;
  }

  .aa-calm-steps li {
    grid-template-columns: 45px 1fr;
  }

  .aa-brand-video > a {
    min-height: 330px;
    grid-template-columns: 1fr;
    align-content: space-between;
    gap: 38px;
  }

  .aa-brand-video h2 {
    font-size: 43px !important;
  }

  .aa-calm-progress-grid {
    grid-template-columns: 1fr;
  }

  .aa-calm-progress-grid article {
    min-height: 0;
  }

  .aa-calm-gallery {
    padding: 0 18px 70px;
    grid-template-columns: 1.2fr .8fr;
    grid-template-rows: 250px 180px;
    gap: 9px;
  }

  .aa-calm-gallery .is-large {
    grid-row: 1 / 2;
  }

  .aa-calm-gallery figure:nth-child(3) {
    grid-row: 1 / 2;
  }

  .aa-calm-gallery > p {
    grid-column: 1 / 3;
    padding: 22px;
  }

  .aa-calm-about {
    gap: 42px;
  }

  .aa-calm-about figure {
    width: min(88vw, 390px);
  }

  .aa-calm-listen,
  .aa-calm-contact {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 36px;
  }

  .aa-calm-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aa-calm-price-grid article,
  .aa-calm-price-grid article:nth-child(4),
  .aa-calm-price-grid article:nth-child(5) {
    min-height: 165px;
    border-top: 1px solid var(--aa-border);
  }

  .aa-calm-price-grid article:nth-child(odd) {
    border-left: 0;
  }

  .aa-calm-price-grid article:first-child,
  .aa-calm-price-grid article:nth-child(2) {
    border-top: 0;
  }

  .aa-calm-price-grid article:last-child {
    grid-column: 1 / 3;
  }

  .aa-calm-home-price,
  .aa-calm-home-price p {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .aa-calm-faq {
    gap: 6px;
  }

  .aa-calm-contact > div:last-child {
    text-align: left;
  }

  .aa-brand-footer,
  .aa-inner-footer {
    padding: 28px 18px !important;
  }

  .aa-mobile-dock {
    grid-template-columns: repeat(3, 1fr) !important;
    background: rgba(251, 250, 247, .96) !important;
  }

  .aa-bl,
  .aa-cl,
  .aa-art,
  .aa-t,
  .aa-lg {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .aa-bl-title,
  .aa-cl-title,
  .aa-art-title,
  .aa-t-title,
  .aa-lg-title,
  .aa-library-hero h1 {
    font-size: 39px !important;
  }

  .aa-art-body {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }

  .aa-art-img,
  .aa-article-visual {
    height: 260px !important;
  }
}

html {
  scroll-behavior: smooth;
  background: var(--aa-paper);
}

body {
  margin: 0;
  background: var(--aa-paper);
  color: var(--aa-ink);
  font-family: "Onest", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body,
button,
input,
select,
textarea {
  font-family: "Onest", Arial, sans-serif;
}

h1,
h2,
.aa-display,
.aa-voice,
.aa-brand-site .aa-nav-logo strong {
  font-family: "Onest", Arial, sans-serif;
}

.aa-brand-site {
  min-height: 100vh;
  overflow: clip;
  background:
    radial-gradient(circle at 8% 11%, rgba(216, 200, 169, 0.2), transparent 23rem),
    var(--aa-paper);
}

.aa-brand-site * {
  box-sizing: border-box;
}

.aa-brand-nav {
  position: sticky;
  z-index: 120;
  top: 0;
  display: flex;
  width: 100%;
  min-height: 76px;
  padding: 14px max(28px, calc((100vw - var(--aa-max)) / 2));
  border-bottom: 1px solid var(--aa-line);
  background: rgba(247, 244, 238, 0.91);
  backdrop-filter: blur(18px);
  align-items: center;
  justify-content: space-between;
}

.aa-brand-site .aa-nav-logo {
  display: grid;
  color: var(--aa-ink);
  text-decoration: none;
  gap: 1px;
}

.aa-brand-site .aa-nav-logo strong {
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.aa-brand-site .aa-nav-logo small {
  color: var(--aa-muted);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.aa-brand-site .aa-nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
}

.aa-brand-site .aa-nav-links a {
  position: relative;
  color: #4e5558;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.aa-brand-site .aa-nav-links a:not(.aa-nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  transition: transform 180ms ease;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--aa-gold);
}

.aa-brand-site .aa-nav-links a:hover::after,
.aa-brand-site .aa-nav-links a.is-current::after {
  transform: scaleX(1);
}

.aa-brand-site .aa-nav-cta {
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--aa-ink);
  color: var(--aa-paper) !important;
}

.aa-brand-site .aa-menu-button {
  border: 1px solid var(--aa-line);
  background: var(--aa-ink);
  color: var(--aa-paper);
}

.aa-brand-hero {
  display: grid;
  max-width: var(--aa-max);
  min-height: min(790px, calc(100vh - 76px));
  margin: 0 auto;
  padding: 72px 28px 84px;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(52px, 7vw, 104px);
}

.aa-kicker {
  margin: 0 0 22px;
  color: var(--aa-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.55;
  text-transform: uppercase;
}

.aa-brand-hero h1 {
  max-width: 780px;
  margin: 0 0 26px;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.93;
}

.aa-brand-hero h1 em {
  color: var(--aa-gold);
  font-style: italic;
  font-weight: 500;
}

.aa-brand-lead {
  max-width: 700px;
  margin: 0 0 32px;
  color: #465158;
  font-size: 16px;
  line-height: 1.8;
}

.aa-brand-actions {
  display: flex;
  margin-bottom: 50px;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.aa-brand-site .aa-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.aa-btn-primary {
  background: var(--aa-ink);
  color: var(--aa-paper);
  box-shadow: 0 16px 34px rgba(24, 36, 46, 0.15);
}

.aa-brand-site .aa-btn:hover {
  transform: translateY(-2px);
}

.aa-brand-site .aa-text-link {
  color: var(--aa-ink);
  font-size: 12px;
  font-weight: 600;
  text-decoration-color: var(--aa-gold-soft);
  text-decoration-line: underline;
  text-underline-offset: 5px;
}

.aa-brand-proof {
  display: grid;
  max-width: 720px;
  border-top: 1px solid var(--aa-line);
  grid-template-columns: repeat(3, 1fr);
}

.aa-brand-proof > div {
  padding: 22px 22px 0 0;
}

.aa-brand-proof > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--aa-line);
}

.aa-brand-proof strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.aa-brand-proof span {
  display: block;
  color: var(--aa-muted);
  font-size: 10px;
  line-height: 1.45;
}

.aa-brand-hero-media {
  position: relative;
  width: min(100%, 430px);
  margin: 0;
  justify-self: end;
}

.aa-brand-hero-media::before {
  position: absolute;
  z-index: 0;
  top: -26px;
  right: -28px;
  width: 68%;
  height: 54%;
  border-radius: 50%;
  content: "";
  background: var(--aa-blue);
  filter: blur(1px);
}

.aa-brand-hero-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 0.71;
  border-radius: 48% 48% 18px 18px / 34% 34% 18px 18px;
  object-fit: cover;
  object-position: center 45%;
  box-shadow: 0 30px 80px rgba(24, 36, 46, 0.2);
  filter: saturate(0.83) contrast(1.03);
}

.aa-brand-hero-media figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(24, 36, 46, 0.58);
  color: white;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: space-between;
}

.aa-brand-hero-media figcaption span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.aa-brand-hero-media figcaption small {
  font-size: 9px;
  opacity: 0.75;
}

.aa-brand-credentials {
  display: flex;
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 25px 28px;
  border-top: 1px solid var(--aa-line);
  border-bottom: 1px solid var(--aa-line);
  color: #535b5d;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.aa-brand-credentials span {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.5;
  text-align: center;
}

.aa-brand-credentials i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--aa-gold);
  flex: 0 0 auto;
}

.aa-brand-section {
  position: relative;
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 112px 28px;
  border-bottom: 1px solid var(--aa-line);
}

.aa-brand-heading {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.aa-brand-heading h2,
.aa-brand-process h2,
.aa-brand-about h2,
.aa-brand-faq h2,
.aa-brand-final h2,
.aa-brand-video h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 0.99;
}

.aa-brand-heading > p,
.aa-brand-process-copy > p,
.aa-brand-about-intro,
.aa-brand-video p,
.aa-brand-final > div > p {
  margin: 0;
  color: var(--aa-muted);
  font-size: 14px;
  line-height: 1.8;
}

.aa-brand-route-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.aa-brand-route-grid a {
  display: flex;
  min-height: 260px;
  padding: 25px;
  border: 1px solid var(--aa-line);
  border-radius: 3px 28px 3px 3px;
  background: rgba(251, 250, 246, 0.75);
  color: var(--aa-ink);
  text-decoration: none;
  transition: 180ms ease;
  flex-direction: column;
}

.aa-brand-route-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(155, 122, 74, 0.55);
  background: var(--aa-card);
  box-shadow: 0 24px 54px rgba(24, 36, 46, 0.08);
}

.aa-brand-route-grid span,
.aa-brand-result-grid span,
.aa-brand-expertise span {
  color: var(--aa-gold);
  font-family: "Onest", Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.aa-brand-route-grid strong {
  margin: auto 0 13px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.04;
}

.aa-brand-route-grid p {
  margin: 0;
  color: var(--aa-muted);
  font-size: 12px;
  line-height: 1.65;
}

.aa-brand-process {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1fr);
  gap: 90px;
}

.aa-brand-process-copy {
  position: sticky;
  top: 126px;
  align-self: start;
}

.aa-brand-process-copy > p {
  max-width: 510px;
  margin-top: 28px;
}

.aa-brand-process-copy blockquote {
  margin: 42px 0 0;
  padding: 22px 0 0 26px;
  border-top: 1px solid var(--aa-gold-soft);
  border-left: 2px solid var(--aa-gold);
  color: #555c5d;
  font-family: "Onest", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
}

.aa-brand-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aa-brand-steps li {
  display: grid;
  padding: 27px 0;
  border-top: 1px solid var(--aa-line);
  grid-template-columns: 58px 1fr;
  gap: 18px;
}

.aa-brand-steps li:last-child {
  border-bottom: 1px solid var(--aa-line);
}

.aa-brand-steps li > span {
  color: var(--aa-gold);
  font-family: "Onest", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.aa-brand-steps strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.aa-brand-steps p {
  max-width: 500px;
  margin: 8px 0 0;
  color: var(--aa-muted);
  font-size: 13px;
  line-height: 1.7;
}

.aa-brand-video {
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 0 28px;
}

.aa-brand-video > a {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 410px;
  padding: 62px;
  border-radius: 4px 64px 4px 4px;
  background:
    linear-gradient(90deg, rgba(19, 32, 42, 0.97) 0%, rgba(19, 32, 42, 0.88) 49%, rgba(19, 32, 42, 0.3) 100%),
    url("images/gallery-1.jpg") center 45% / cover;
  color: var(--aa-paper);
  text-decoration: none;
  grid-template-columns: minmax(0, 0.72fr) auto;
  align-items: end;
  gap: 40px;
}

.aa-brand-video h2 {
  max-width: 600px;
  margin-bottom: 22px;
}

.aa-brand-video p {
  max-width: 540px;
  color: rgba(247, 244, 238, 0.74);
}

.aa-brand-video > a > span {
  display: flex;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

.aa-brand-video > a > span b {
  margin-left: 7px;
  color: var(--aa-gold-soft);
  font-size: 18px;
}

.aa-brand-about {
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(0, 1fr);
  gap: 90px;
}

.aa-brand-about-media {
  position: relative;
  align-self: start;
}

.aa-brand-about-media img {
  display: block;
  width: 100%;
  max-height: 690px;
  border-radius: 48% 48% 4px 4px / 28% 28% 4px 4px;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.8) contrast(1.04);
}

.aa-brand-about-media > p {
  display: grid;
  width: calc(100% - 36px);
  margin: -38px 18px 0;
  padding: 18px 20px;
  border-radius: 4px;
  background: var(--aa-card);
  box-shadow: 0 20px 54px rgba(24, 36, 46, 0.14);
  gap: 3px;
}

.aa-brand-about-media span {
  font-family: "Onest", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.aa-brand-about-media small {
  color: var(--aa-muted);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.aa-brand-about h2 {
  max-width: 710px;
  margin-bottom: 28px;
}

.aa-brand-about-intro {
  max-width: 680px;
  margin-bottom: 34px;
  font-size: 15px;
}

.aa-brand-expertise {
  border-top: 1px solid var(--aa-line);
}

.aa-brand-expertise article {
  display: grid;
  padding: 22px 0;
  border-bottom: 1px solid var(--aa-line);
  grid-template-columns: 44px 1fr;
  gap: 18px;
}

.aa-brand-expertise strong {
  font-size: 13px;
  font-weight: 700;
}

.aa-brand-expertise p {
  margin: 7px 0 0;
  color: var(--aa-muted);
  font-size: 12px;
  line-height: 1.7;
}

.aa-brand-result-grid {
  display: grid;
  border-top: 1px solid var(--aa-line);
  border-left: 1px solid var(--aa-line);
  grid-template-columns: repeat(4, 1fr);
}

.aa-brand-result-grid article {
  min-height: 250px;
  padding: 27px 24px;
  border-right: 1px solid var(--aa-line);
  border-bottom: 1px solid var(--aa-line);
}

.aa-brand-result-grid h3 {
  margin: 65px 0 12px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.05;
}

.aa-brand-result-grid p {
  margin: 0;
  color: var(--aa-muted);
  font-size: 12px;
  line-height: 1.65;
}

.aa-brand-gallery-grid {
  display: grid;
  height: 690px;
  grid-template-columns: 1.05fr 0.95fr 0.75fr;
  grid-template-rows: 1fr 0.8fr;
  gap: 13px;
}

.aa-brand-gallery-grid figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 4px 26px 4px 4px;
}

.aa-brand-gallery-tall {
  grid-row: 1 / 3;
}

.aa-brand-gallery-wide {
  grid-column: 2 / 4;
}

.aa-brand-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  filter: saturate(0.86) contrast(1.02);
}

.aa-brand-gallery-grid figure:hover img {
  transform: scale(1.025);
}

.aa-brand-gallery-grid figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(24, 36, 46, 0.64);
  color: white;
  backdrop-filter: blur(8px);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aa-brand-reviews .aa-brand-heading strong {
  color: var(--aa-ink);
  font-family: "Onest", Arial, sans-serif;
  font-size: 26px;
}

.aa-brand-review-grid {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aa-brand-review-grid article {
  display: flex;
  min-height: 300px;
  padding: 32px;
  border: 1px solid var(--aa-line);
  border-radius: 3px 30px 3px 3px;
  background: var(--aa-card);
  flex-direction: column;
}

.aa-brand-review-grid article::before {
  color: var(--aa-gold);
  content: "“";
  font-family: "Onest", Arial, sans-serif;
  font-size: 62px;
  line-height: 0.65;
}

.aa-brand-review-grid p {
  margin: 22px 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.23;
}

.aa-brand-review-grid span {
  margin-top: auto;
  color: var(--aa-muted);
  font-size: 10px;
  font-weight: 600;
}

.aa-brand-trial {
  display: grid;
  margin-bottom: 18px;
  padding: 34px;
  border-radius: 4px 38px 4px 4px;
  background: var(--aa-ink);
  color: var(--aa-paper);
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 40px;
}

.aa-brand-trial span,
.aa-brand-price-grid span,
.aa-brand-home-price span,
.aa-brand-library-grid span {
  color: var(--aa-gold-soft);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.aa-brand-trial h3,
.aa-brand-price-grid h3,
.aa-brand-home-price h3 {
  margin: 7px 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: 29px;
  font-weight: 600;
}

.aa-brand-trial p,
.aa-brand-home-price p {
  margin: 0;
  color: rgba(247, 244, 238, 0.66);
  font-size: 12px;
}

.aa-brand-trial > strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.aa-brand-trial > a {
  color: white;
  font-size: 11px;
  font-weight: 700;
  text-underline-offset: 5px;
}

.aa-brand-price-grid {
  display: grid;
  margin-bottom: 18px;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.aa-brand-price-grid article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--aa-line);
  background: var(--aa-card);
}

.aa-brand-price-grid article.is-featured {
  border-color: var(--aa-gold);
  background: #f4ecdd;
}

.aa-brand-price-grid span {
  color: var(--aa-gold);
}

.aa-brand-price-grid h3 {
  margin-top: 45px;
}

.aa-brand-price-grid strong {
  display: block;
  font-family: "Onest", Arial, sans-serif;
  font-size: 31px;
  font-weight: 600;
}

.aa-brand-price-grid small {
  display: block;
  margin-top: 8px;
  color: var(--aa-muted);
  font-size: 10px;
}

.aa-brand-home-price {
  display: grid;
  padding: 27px 30px;
  border: 1px solid var(--aa-line);
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 54px;
}

.aa-brand-home-price span {
  color: var(--aa-gold);
}

.aa-brand-home-price h3 {
  margin: 4px 0;
}

.aa-brand-home-price > div p {
  color: var(--aa-muted);
}

.aa-brand-home-price > p {
  display: grid;
  color: var(--aa-ink);
  gap: 4px;
}

.aa-brand-home-price small {
  color: var(--aa-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.aa-brand-home-price strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.aa-brand-library-grid {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.aa-brand-library-grid a {
  display: flex;
  min-height: 265px;
  padding: 28px;
  border: 1px solid var(--aa-line);
  border-radius: 4px 30px 4px 4px;
  background: var(--aa-card);
  color: var(--aa-ink);
  text-decoration: none;
  flex-direction: column;
  transition: transform 180ms ease;
}

.aa-brand-library-grid a:hover {
  transform: translateY(-4px);
}

.aa-brand-library-grid span {
  color: var(--aa-gold);
}

.aa-brand-library-grid strong {
  margin: auto 0 13px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.02;
}

.aa-brand-library-grid p {
  margin: 0;
  color: var(--aa-muted);
  font-size: 12px;
  line-height: 1.65;
}

.aa-brand-faq {
  display: grid;
  grid-template-columns: minmax(260px, 0.6fr) 1fr;
  gap: 100px;
}

.aa-brand-faq > div:last-child {
  border-top: 1px solid var(--aa-line);
}

.aa-brand-faq details {
  border-bottom: 1px solid var(--aa-line);
}

.aa-brand-faq summary {
  position: relative;
  padding: 25px 42px 25px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  list-style: none;
}

.aa-brand-faq summary::-webkit-details-marker {
  display: none;
}

.aa-brand-faq summary::after {
  position: absolute;
  top: 20px;
  right: 2px;
  color: var(--aa-gold);
  content: "+";
  font-family: "Onest", Arial, sans-serif;
  font-size: 25px;
}

.aa-brand-faq details[open] summary::after {
  content: "−";
}

.aa-brand-faq details p {
  max-width: 670px;
  margin: -5px 0 25px;
  color: var(--aa-muted);
  font-size: 13px;
  line-height: 1.75;
}

.aa-brand-final {
  display: grid;
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 84px 68px;
  border-radius: 4px 68px 4px 4px;
  background:
    radial-gradient(circle at 85% 15%, rgba(155, 122, 74, 0.25), transparent 20rem),
    var(--aa-ink);
  color: var(--aa-paper);
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 70px;
}

.aa-brand-final h2 {
  max-width: 760px;
}

.aa-brand-final > div > p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(247, 244, 238, 0.68);
}

.aa-brand-final-actions {
  display: grid;
  min-width: 230px;
  gap: 14px;
}

.aa-brand-final-actions a:not(.aa-btn) {
  color: var(--aa-paper);
  font-size: 12px;
  text-decoration-color: rgba(255, 255, 255, 0.36);
  text-underline-offset: 5px;
}

.aa-btn-light {
  background: var(--aa-paper);
  color: var(--aa-ink);
}

.aa-brand-footer {
  display: flex;
  max-width: var(--aa-max);
  margin: 0 auto;
  padding: 42px 28px 110px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.aa-brand-footer > div {
  display: grid;
  gap: 5px;
}

.aa-brand-footer strong {
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
}

.aa-brand-footer span {
  color: var(--aa-muted);
  font-size: 9px;
}

.aa-brand-footer nav {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.aa-brand-footer a {
  color: var(--aa-muted);
  font-size: 10px;
  text-decoration: none;
}

.aa-float-tg {
  position: fixed;
  z-index: 110;
  right: 22px;
  bottom: 22px;
  display: flex;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--aa-ink);
  color: var(--aa-paper);
  box-shadow: 0 13px 34px rgba(24, 36, 46, 0.22);
  align-items: center;
  justify-content: center;
}

.aa-float-tg svg {
  width: 23px;
  height: 23px;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .aa-brand-hero {
    grid-template-columns: 1fr 340px;
    gap: 48px;
  }

  .aa-brand-route-grid,
  .aa-brand-result-grid,
  .aa-brand-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .aa-brand-process,
  .aa-brand-about {
    gap: 52px;
  }
}

@media (max-width: 820px) {
  .aa-brand-nav {
    min-height: 64px;
    padding: 11px 18px;
  }

  .aa-brand-site .aa-nav-logo strong {
    font-size: 19px;
  }

  .aa-brand-site .aa-nav-links {
    position: fixed;
    z-index: 119;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px;
    border-bottom: 1px solid var(--aa-line);
    background: rgba(247, 244, 238, 0.98);
    box-shadow: 0 18px 44px rgba(24, 36, 46, 0.12);
    gap: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .aa-brand-site .aa-nav-links.is-open {
    display: flex;
  }

  .aa-brand-site .aa-nav-links a {
    padding: 14px 5px;
    border-bottom: 1px solid var(--aa-line);
  }

  .aa-brand-site .aa-nav-cta {
    margin-top: 10px;
    border: 0 !important;
    text-align: center;
  }

  .aa-brand-site .aa-menu-button {
    display: inline-flex;
  }

  .aa-brand-hero {
    min-height: auto;
    padding: 54px 20px 68px;
    grid-template-columns: 1fr;
  }

  .aa-brand-hero-copy {
    order: 1;
  }

  .aa-brand-hero-media {
    width: min(100%, 440px);
    order: 2;
    justify-self: center;
  }

  .aa-brand-credentials {
    padding: 22px 20px;
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .aa-brand-credentials span {
    text-align: left;
  }

  .aa-brand-credentials i {
    display: none;
  }

  .aa-brand-section {
    padding: 82px 20px;
  }

  .aa-brand-heading,
  .aa-brand-process,
  .aa-brand-about,
  .aa-brand-faq {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .aa-brand-heading {
    margin-bottom: 42px;
  }

  .aa-brand-process-copy {
    position: static;
  }

  .aa-brand-video {
    padding: 0 20px;
  }

  .aa-brand-video > a {
    min-height: 430px;
    padding: 42px;
    grid-template-columns: 1fr;
  }

  .aa-brand-video > a > span {
    width: 118px;
    height: 118px;
  }

  .aa-brand-about-media {
    max-width: 520px;
  }

  .aa-brand-review-grid,
  .aa-brand-library-grid {
    grid-template-columns: 1fr;
  }

  .aa-brand-review-grid article {
    min-height: 230px;
  }

  .aa-brand-gallery-grid {
    height: 610px;
    grid-template-columns: 1fr 1fr;
  }

  .aa-brand-gallery-tall {
    grid-row: 1 / 3;
  }

  .aa-brand-gallery-wide {
    grid-column: 2;
  }

  .aa-brand-trial,
  .aa-brand-home-price,
  .aa-brand-final {
    grid-template-columns: 1fr;
  }

  .aa-brand-trial,
  .aa-brand-home-price {
    gap: 18px;
  }

  .aa-brand-final {
    margin: 0 20px;
    padding: 58px 38px;
  }

  .aa-brand-footer {
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .aa-brand-hero h1 {
    font-size: 48px;
    line-height: 0.96;
  }

  .aa-brand-lead {
    font-size: 14px;
    line-height: 1.72;
  }

  .aa-brand-actions {
    margin-bottom: 38px;
    align-items: stretch;
    flex-direction: column;
  }

  .aa-brand-site .aa-btn {
    width: 100%;
  }

  .aa-brand-proof {
    grid-template-columns: 1fr;
  }

  .aa-brand-proof > div {
    display: grid;
    padding: 15px 0;
    border-bottom: 1px solid var(--aa-line);
    grid-template-columns: 130px 1fr;
    align-items: center;
  }

  .aa-brand-proof > div + div {
    padding-left: 0;
    border-left: 0;
  }

  .aa-brand-hero-media figcaption {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .aa-brand-heading h2,
  .aa-brand-process h2,
  .aa-brand-about h2,
  .aa-brand-faq h2,
  .aa-brand-final h2,
  .aa-brand-video h2 {
    font-size: 40px;
    line-height: 1;
  }

  .aa-brand-route-grid,
  .aa-brand-result-grid,
  .aa-brand-price-grid {
    grid-template-columns: 1fr;
  }

  .aa-brand-route-grid a {
    min-height: 210px;
  }

  .aa-brand-result-grid article {
    min-height: 210px;
  }

  .aa-brand-result-grid h3 {
    margin-top: 38px;
  }

  .aa-brand-video > a {
    min-height: 510px;
    padding: 34px 25px;
    border-radius: 3px 36px 3px 3px;
    background:
      linear-gradient(0deg, rgba(19, 32, 42, 0.97) 0%, rgba(19, 32, 42, 0.62) 100%),
      url("images/gallery-1.jpg") center / cover;
  }

  .aa-brand-about-media img {
    max-height: 560px;
  }

  .aa-brand-gallery-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 290px 220px;
  }

  .aa-brand-gallery-tall {
    grid-row: 1;
  }

  .aa-brand-gallery-wide {
    grid-column: 1 / 3;
  }

  .aa-brand-review-grid p {
    font-size: 21px;
  }

  .aa-brand-trial {
    padding: 27px;
  }

  .aa-brand-trial > strong {
    font-size: 34px;
  }

  .aa-brand-price-grid article {
    min-height: 190px;
  }

  .aa-brand-price-grid h3 {
    margin-top: 28px;
  }

  .aa-brand-home-price {
    padding: 25px;
  }

  .aa-brand-final {
    margin: 0 12px;
    padding: 46px 25px;
    border-radius: 3px 36px 3px 3px;
  }

  .aa-brand-final-actions {
    width: 100%;
    min-width: 0;
  }

  .aa-brand-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .aa-float-tg {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* One visual language for the library, articles, helpers and contact page. */
.aa-global-nav {
  min-height: 72px !important;
  border-bottom: 1px solid var(--aa-line) !important;
  background: rgba(247, 244, 238, 0.93) !important;
  box-shadow: none !important;
  backdrop-filter: blur(18px);
}

.aa-global-logo strong {
  font-family: "Onest", Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 600 !important;
}

.aa-global-links a {
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
}

.aa-library,
.aa-bl,
.aa-cl,
.aa-art,
.aa-t,
.aa-lg,
.aa-contact-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 9% 8%, rgba(216, 200, 169, 0.18), transparent 24rem),
    var(--aa-paper) !important;
}

.aa-bl,
.aa-cl,
.aa-art,
.aa-t,
.aa-lg {
  padding-top: clamp(52px, 7vw, 92px) !important;
  padding-bottom: clamp(90px, 10vw, 140px) !important;
}

.aa-bl-wrap,
.aa-cl-wrap {
  max-width: 1080px !important;
}

.aa-art-wrap {
  max-width: 740px !important;
}

.aa-bl-back,
.aa-cl-back,
.aa-art-back,
.aa-t-back,
.aa-lg-back {
  color: var(--aa-muted) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase;
  text-decoration: none !important;
}

.aa-bl-eyebrow,
.aa-cl-eyebrow,
.aa-art-eyebrow,
.aa-t-eyebrow,
.aa-lg-eyebrow {
  color: var(--aa-gold) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.15em !important;
}

.aa-bl-title,
.aa-cl-title,
.aa-art-title,
.aa-t-title,
.aa-lg-title {
  max-width: 830px;
  color: var(--aa-ink) !important;
  font-family: "Onest", Arial, sans-serif !important;
  font-size: clamp(44px, 5.4vw, 68px) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
  line-height: 0.99 !important;
}

.aa-bl-sub,
.aa-cl-sub,
.aa-t-sub {
  max-width: 700px !important;
  color: #4d575d !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.aa-bl-grid {
  gap: 18px !important;
}

.aa-bl-card {
  position: relative;
  border: 1px solid var(--aa-line) !important;
  border-radius: 2px 30px 2px 2px !important;
  background: rgba(251, 250, 246, 0.82) !important;
  box-shadow: none !important;
}

.aa-bl-card:nth-child(3n + 2) {
  border-radius: 30px 2px 2px 2px !important;
}

.aa-bl-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(155, 122, 74, 0.42) !important;
  box-shadow: 0 22px 44px rgba(24, 36, 46, 0.1) !important;
}

.aa-bl-card img {
  height: 250px !important;
  filter: saturate(0.78) contrast(1.03) !important;
}

.aa-bl-card-title {
  font-family: "Onest", Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
}

.aa-bl-card-excerpt {
  font-size: 13px !important;
  line-height: 1.7 !important;
}

.aa-cl-grid {
  gap: 18px !important;
}

.aa-cl-main {
  border: 1px solid var(--aa-line) !important;
  border-radius: 2px 36px 2px 2px !important;
  background: var(--aa-card) !important;
}

.aa-cl-main:nth-child(even) {
  border-radius: 36px 2px 2px 2px !important;
}

.aa-cl-cover {
  background:
    linear-gradient(145deg, rgba(216, 200, 169, 0.34), rgba(223, 232, 232, 0.42)) !important;
}

.aa-cl-thumb {
  border: 0 !important;
  border-radius: 2px 24px 2px 2px !important;
  box-shadow: 0 22px 44px rgba(24, 36, 46, 0.18) !important;
}

.aa-cl-card-title {
  font-size: 28px !important;
  line-height: 1.08 !important;
}

.aa-cl-main .aa-btn,
.aa-cl-next .aa-btn,
.aa-art .aa-btn {
  border-radius: 999px !important;
  background: var(--aa-ink) !important;
  color: var(--aa-paper) !important;
}

.aa-cl-main .aa-btn-ghost {
  border: 1px solid var(--aa-line) !important;
  background: transparent !important;
  color: var(--aa-ink) !important;
}

.aa-cl-next-card {
  border: 1px solid var(--aa-line) !important;
  border-radius: 2px 24px 2px 2px;
  background: rgba(251, 250, 246, 0.76) !important;
}

.aa-art-img,
.aa-article-visual {
  height: clamp(320px, 48vw, 500px) !important;
  border-radius: 2px 52px 2px 2px !important;
  filter: saturate(0.8) contrast(1.04) !important;
}

.aa-art-body {
  color: #414d54 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.aa-art-body h2 {
  margin-top: 48px !important;
  color: var(--aa-ink) !important;
  font-family: "Onest", Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  line-height: 1.08 !important;
}

.aa-art-lead {
  padding-left: 22px;
  border-left: 2px solid var(--aa-gold);
  font-family: "Onest", Arial, sans-serif;
  font-size: 25px !important;
  line-height: 1.35 !important;
}

.aa-art-checklist,
.aa-art-callout,
.aa-art-cta {
  border: 1px solid var(--aa-line) !important;
  border-radius: 2px 24px 2px 2px;
  background: var(--aa-card) !important;
}

.aa-library-portrait img,
.aa-library-guide-grid img,
.aa-library-feature img {
  border: 0 !important;
  border-radius: 2px 36px 2px 2px !important;
  filter: saturate(0.8) contrast(1.04);
}

.aa-library-index span,
.aa-library-kicker,
.aa-library-guide-grid small,
.aa-library-article-list small,
.aa-library-feature small {
  color: var(--aa-gold) !important;
}

.aa-contact-page {
  box-sizing: border-box;
  padding: clamp(42px, 7vw, 90px) 28px 120px;
}

.aa-contact-card,
.aa-contact-place,
.aa-contact-boundary {
  width: min(100%, 1120px);
  margin-right: auto;
  margin-left: auto;
}

.aa-contact-card {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--aa-line);
  border-radius: 3px 70px 3px 3px;
  background: var(--aa-card);
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.72fr);
}

.aa-contact-copy {
  padding: clamp(40px, 7vw, 88px);
}

.aa-contact-back {
  display: inline-block;
  margin-bottom: 58px;
  color: var(--aa-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.aa-contact-copy h1 {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.94;
}

.aa-contact-lead {
  max-width: 610px;
  margin: 0 0 34px;
  color: #465158;
  font-size: 15px;
  line-height: 1.8;
}

.aa-contact-actions {
  display: flex;
  max-width: 600px;
  margin-bottom: 42px;
  flex-wrap: wrap;
  gap: 10px;
}

.aa-contact-actions a {
  display: inline-flex;
  min-height: 49px;
  padding: 0 19px;
  border: 1px solid var(--aa-line);
  border-radius: 999px;
  color: var(--aa-ink);
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.aa-contact-actions .aa-contact-primary {
  border-color: var(--aa-ink);
  background: var(--aa-ink);
  color: var(--aa-paper);
}

.aa-contact-note {
  padding-top: 22px;
  border-top: 1px solid var(--aa-line);
}

.aa-contact-note span {
  color: var(--aa-gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.aa-contact-note p {
  margin: 9px 0 0;
  color: var(--aa-muted);
  font-size: 11px;
  line-height: 1.7;
}

.aa-contact-portrait {
  position: relative;
  min-height: 720px;
  margin: 0;
}

.aa-contact-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  filter: saturate(0.76) contrast(1.03);
}

.aa-contact-portrait::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(24, 36, 46, 0.76), transparent 42%);
  pointer-events: none;
}

.aa-contact-portrait figcaption {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 30px;
  left: 28px;
  color: var(--aa-paper);
}

.aa-contact-portrait strong,
.aa-contact-portrait span {
  display: block;
}

.aa-contact-portrait strong {
  margin-bottom: 4px;
  font-family: "Onest", Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.aa-contact-portrait span {
  color: rgba(247, 244, 238, 0.74);
  font-size: 10px;
  line-height: 1.5;
}

.aa-contact-place {
  display: flex;
  padding: 36px 0;
  border-bottom: 1px solid var(--aa-line);
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.aa-contact-place h2 {
  margin: 0 0 9px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 500;
  line-height: 1;
}

.aa-contact-place p:not(.aa-kicker) {
  max-width: 640px;
  margin: 0;
  color: var(--aa-muted);
  font-size: 13px;
  line-height: 1.7;
}

.aa-contact-place > a {
  color: var(--aa-ink);
  font-size: 11px;
  font-weight: 700;
  text-decoration-color: var(--aa-gold);
  text-underline-offset: 5px;
  white-space: nowrap;
}

.aa-contact-boundary {
  color: var(--aa-muted);
  font-size: 11px;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .aa-global-nav {
    min-height: 64px !important;
  }

  .aa-bl,
  .aa-cl,
  .aa-art,
  .aa-t,
  .aa-lg {
    padding: 42px 18px 110px !important;
  }

  .aa-bl-title,
  .aa-cl-title,
  .aa-art-title,
  .aa-t-title,
  .aa-lg-title {
    font-size: 43px !important;
  }

  .aa-bl-grid,
  .aa-cl-grid {
    grid-template-columns: 1fr !important;
  }

  .aa-bl-card img {
    height: 220px !important;
  }

  .aa-art-body {
    font-size: 15px !important;
    line-height: 1.8 !important;
  }

  .aa-art-body h2 {
    font-size: 30px !important;
  }

  .aa-art-img,
  .aa-article-visual {
    height: 300px !important;
    border-radius: 2px 34px 2px 2px !important;
  }

  .aa-contact-page {
    padding: 18px 14px 108px;
  }

  .aa-contact-card {
    border-radius: 2px 38px 2px 2px;
    grid-template-columns: 1fr;
  }

  .aa-contact-copy {
    padding: 32px 24px 40px;
  }

  .aa-contact-back {
    margin-bottom: 48px;
  }

  .aa-contact-copy h1 {
    font-size: 50px;
  }

  .aa-contact-actions {
    flex-direction: column;
  }

  .aa-contact-actions a {
    justify-content: center;
  }

  .aa-contact-portrait {
    min-height: 540px;
  }

  .aa-contact-place {
    padding: 34px 5px;
    align-items: flex-start;
    flex-direction: column;
  }

  .aa-contact-boundary {
    padding: 6px 5px 0;
  }
}

/* Final priority pass */
.aa-calm-site {
  background: var(--aa-cream) !important;
}

.aa-calm-site .aa-nav-logo strong {
  color: var(--aa-deep) !important;
  font-family: "Onest", Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 650 !important;
  letter-spacing: -.02em !important;
}

.aa-calm-site .aa-nav-logo small {
  color: var(--aa-water-muted) !important;
  font-size: 9px !important;
  letter-spacing: .09em !important;
}

.aa-calm-site .aa-nav-links {
  gap: 22px !important;
}

.aa-calm-site .aa-nav-links a {
  padding: 9px 0 !important;
  color: var(--aa-ink) !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.aa-calm-site .aa-nav-links a:not(.aa-nav-cta)::after {
  bottom: 3px !important;
  background: var(--aa-water) !important;
}

.aa-calm-site .aa-nav-cta {
  padding: 10px 16px !important;
  border: 1px solid rgba(45, 86, 112, .35) !important;
  background: transparent !important;
  color: var(--aa-deep) !important;
}

.aa-calm-site .aa-brand-video > a {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.aa-library-hero h1,
.aa-library-podcast h2 {
  color: var(--aa-card) !important;
}

.aa-library-hero {
  background: var(--aa-deep) !important;
}

.aa-library-index {
  background: var(--aa-deep) !important;
}

.aa-art-body {
  font-size: 17px !important;
  line-height: 1.72 !important;
}

@media (max-width: 760px) {
  .aa-calm-site .aa-nav-logo strong {
    font-size: 15px !important;
  }

  .aa-calm-site .aa-nav-links {
    gap: 0 !important;
  }

  .aa-calm-site .aa-nav-links a {
    padding: 13px 5px !important;
    font-size: 14px !important;
  }

  .aa-calm-site .aa-nav-cta {
    padding: 13px 16px !important;
  }

  .aa-calm-site .aa-brand-video > a {
    min-height: 330px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .aa-menu-button {
    position: relative !important;
    padding: 0 !important;
    border-radius: 50% !important;
  }

  .aa-menu-button span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
  }

  .aa-library-index {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    overflow: visible !important;
  }

  .aa-library-index a {
    min-width: 0 !important;
    padding: 18px !important;
    flex: none !important;
  }

  .aa-art-body {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }
}
