/*
Theme Name: Access Adventure Redesign
Theme URI: https://www.accessadventure.net/
Author: Access Adventure
Description: Staging redesign theme for Access Adventure with native WordPress routing.
Version: 1.0.0
Text Domain: access-adventure-redesign
*/

:root {
  --aa-blue: #0098d8;
  --aa-cyan: #27c2d4;
  --aa-deep: #003650;
  --aa-ink: #073d58;
  --aa-soft: #eaf7fb;
  --aa-line: #d7ecf2;
  --aa-muted: #5d91a1;
  --aa-paper: #fffdfa;
  --aa-author-copy: #4ca5bd;
  --aa-author-stat: #058fb0;
  --aa-author-kicker: #4ea9bc;
  --aa-serif: Georgia, "Times New Roman", serif;
  --aa-sans: "Avenir Next", Avenir, "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--aa-paper);
  color: #132033;
  font-family: var(--aa-sans);
  line-height: 1.55;
  margin: 0;
}
a { color: inherit; }
img { height: auto; max-width: 100%; }
.aa-wrap { margin: 0 auto; max-width: 1120px; padding-left: 1.5rem; padding-right: 1.5rem; }
.skip-link {
  background: var(--aa-deep);
  color: #fff;
  left: 1rem;
  padding: .7rem 1rem;
  position: absolute;
  top: -4rem;
  z-index: 20;
}
.skip-link:focus { top: 1rem; }

.site-header {
  align-items: center;
  background: rgba(237, 245, 248, .96);
  display: flex;
  justify-content: space-between;
  min-height: 4.1rem;
  padding: .65rem max(1.5rem, calc((100vw - 1120px) / 2));
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { text-decoration: none; }
.brand-word {
  color: #0d5c7d;
  font-family: var(--aa-serif);
  font-size: 1.45rem;
  font-weight: 700;
}
.brand-word strong { color: #24a9c3; font-weight: 400; margin-left: .18rem; }
.site-nav { align-items: center; display: flex; flex-wrap: wrap; gap: 1.55rem; }
.site-nav a { color: #225871; font-size: .83rem; font-weight: 700; text-decoration: none; }

.button {
  border: 1px solid currentColor;
  border-radius: 8px;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 800;
  justify-content: center;
  min-width: 10rem;
  padding: .82rem 1.25rem;
  text-decoration: none;
}
.button.primary { background: var(--aa-blue); border-color: var(--aa-blue); color: #fff; }
.button.secondary { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.45); color: #fff; }
.button.light { background: #fff; border-color: #fff; color: #086783; }
.actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.eyebrow {
  color: #20b7cc;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .18em;
  margin: 0 0 .6rem;
  text-transform: uppercase;
}

.aa-home-hero {
  background:
    linear-gradient(180deg, rgba(0,38,58,.64) 0%, rgba(0,47,67,.5) 52%, rgba(255,255,255,.9) 100%),
    var(--hero-image) center / cover no-repeat;
  color: #fff;
  min-height: 34rem;
  padding: 6.6rem 0 8rem;
}
.aa-pill {
  background: rgba(0,88,121,.72);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 800;
  margin: 0 0 1.8rem;
  padding: .35rem .8rem;
}
.aa-home-hero h1,
.release-band h2,
.article-layout h2,
.home-close h2,
.aa-sales-hero h1,
.stage-section h2,
.included-section h2,
.author-section h2,
.sales-close h2,
.entry-title {
  font-family: var(--aa-serif);
  letter-spacing: 0;
}
.aa-home-hero h1 {
  color: #fff;
  font-size: clamp(3.4rem, 7vw, 6rem);
  line-height: .95;
  margin: 0;
  max-width: 12ch;
}
.aa-home-hero p:not(.aa-pill) { font-size: 1.28rem; max-width: 47rem; }

.release-band {
  background: linear-gradient(90deg, #008dca, var(--aa-cyan));
  color: #fff;
  padding: 2.2rem 0;
}
.release-band__inner { align-items: center; display: flex; justify-content: space-between; gap: 1.5rem; }
.release-band h2 { color: #fff; font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1; margin: 0; }
.release-band p { margin: .25rem 0 0; }

.chillie-note { background: #edf8fb; padding: 3.2rem 0; }
.chillie-note__inner {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 92px 1fr;
  max-width: 900px;
}
.chillie-note img, .author-section img { border-radius: 12px; object-fit: cover; }
.chillie-note blockquote { margin: 0; }
.chillie-note p {
  color: #174b62;
  font-family: var(--aa-serif);
  font-size: 1.35rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.chillie-note cite { color: #57a9bb; display: block; font-size: .88rem; font-style: normal; font-weight: 800; margin-top: 1rem; }

.quick-link-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}
.quick-link-card {
  aspect-ratio: 3.1 / 1;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  display: flex;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.quick-link-card::after { background: linear-gradient(180deg, transparent, rgba(0,38,58,.65)); content: ""; inset: 0; position: absolute; }
.quick-link-card:nth-child(1) { background-position: 45% 48%; }
.quick-link-card:nth-child(2) { background-position: 50% 58%; }
.quick-link-card:nth-child(3) { background-position: 50% 52%; }
.quick-link-card span {
  align-self: end;
  font-family: var(--aa-serif);
  font-size: 1rem;
  letter-spacing: .14em;
  padding: 1rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.travel-gallery {
  background: #fff;
  padding: 5rem 0 5.5rem;
}
.travel-gallery__heading {
  margin: 0 auto 2rem;
  max-width: 720px;
  text-align: center;
}
.travel-gallery__heading h2 {
  color: var(--aa-ink);
  font-family: var(--aa-serif);
  font-size: clamp(2.25rem, 4vw, 3.6rem);
  line-height: .98;
  margin: 0;
}
.travel-gallery__heading p:not(.eyebrow) {
  color: #4f94a5;
  font-size: 1.05rem;
  margin: 1rem auto 0;
  max-width: 42rem;
}
.travel-gallery__grid {
  display: grid;
  gap: .8rem;
  grid-auto-rows: 5.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery-card {
  background: #dff5fa;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 54, 80, .1);
  grid-row: span 2;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.gallery-card--wide {
  grid-column: span 2;
  grid-row: span 3;
}
.gallery-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.gallery-card::after {
  background: linear-gradient(180deg, rgba(0, 54, 80, 0), rgba(0, 54, 80, .66));
  content: "";
  inset: 42% 0 0;
  position: absolute;
  z-index: 1;
}
.gallery-card figcaption {
  bottom: 0;
  color: #fff;
  font-family: var(--aa-serif);
  font-size: 1.05rem;
  font-weight: 800;
  left: 0;
  line-height: 1.1;
  padding: .95rem;
  position: absolute;
  right: 0;
  text-shadow: 0 1px 12px rgba(0, 20, 30, .45);
  z-index: 2;
}

.article-layout {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) 280px;
  padding-bottom: 6rem;
}
.section-heading-row { align-items: end; display: flex; justify-content: space-between; margin-bottom: 1.5rem; }
.article-layout h2 { color: var(--aa-ink); font-size: 2.2rem; line-height: 1; margin: 0; }
.article-card-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.article-card {
  background: #fff;
  border: 1px solid var(--aa-line);
  border-radius: 10px;
  overflow: hidden;
}
.article-card a { display: block; text-decoration: none; }
.article-thumb {
  aspect-ratio: 1.55 / 1;
  background: #dff5fa center / cover no-repeat;
  display: block;
}
.article-card:nth-child(3n + 1) .article-thumb { background-position: 50% 58%; }
.article-card:nth-child(3n + 2) .article-thumb { background-position: 50% 46%; }
.article-card:nth-child(3n + 3) .article-thumb { background-position: 50% 52%; }
.article-card strong {
  color: var(--aa-ink);
  display: block;
  font-family: var(--aa-serif);
  font-size: 1.2rem;
  line-height: 1.15;
  padding: 1rem 1rem .2rem;
}
.article-card time { color: #29a9bd; display: block; font-size: .82rem; font-weight: 800; padding: 0 1rem 1rem; }
.text-link { color: #178aa5; font-weight: 800; text-decoration: none; }

.guide-mini-card {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(0,152,216,.42), rgba(197,139,53,.52)) border-box;
  border: 1px solid transparent;
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 54, 80, .08);
  padding: 1.2rem;
  position: relative;
}
.mini-medallion {
  font-size: 1.05rem;
  height: 2.25rem;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
}
.guide-mini-card--premium {
  position: relative;
}
.guide-mini-card--premium::before {
  background: linear-gradient(135deg, #d8a24d, #f4d98a 42%, #a86e22);
  border-radius: 999px;
  content: "";
  height: 2.1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.1rem;
}
.guide-mini-card--premium::after {
  border: 1px solid rgba(7, 61, 88, .26);
  border-radius: 999px;
  color: #073d58;
  content: "AA";
  font-family: var(--aa-serif);
  font-size: .68rem;
  font-weight: 900;
  height: 1.35rem;
  line-height: 1.35rem;
  position: absolute;
  right: 1.36rem;
  text-align: center;
  top: 1.36rem;
  width: 1.35rem;
}
.guide-mini-card .button {
  min-width: 100%;
}
.sidebar-widget {
  background: #fff;
  border: 1px solid var(--aa-line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(0, 54, 80, .06);
  margin: 0 0 1.5rem;
  overflow: hidden;
  padding: 1rem;
}
.sidebar-widget h3 {
  color: var(--aa-ink);
  font-family: var(--aa-serif);
  line-height: 1;
  margin: 0 0 .8rem;
}
.sidebar-widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-widget li + li {
  border-top: 1px solid rgba(215, 236, 242, .75);
  margin-top: .7rem;
  padding-top: .7rem;
}
.sidebar-widget a {
  color: #167c96;
  font-weight: 800;
  text-decoration: none;
}
.sidebar-widget img,
.sidebar-widget iframe,
.sidebar-widget ins {
  max-width: 100%;
}
.guide-mini-card h3, .sidebar-list h3 { color: var(--aa-ink); font-family: var(--aa-serif); line-height: 1; margin: 0 0 .8rem; }
.sidebar-list { padding: 1.5rem 0 0; }
.sidebar-list a { background: #eaf8fb; border-radius: 999px; color: #23869a; display: inline-block; font-size: .82rem; font-weight: 800; margin: .25rem; padding: .35rem .65rem; text-decoration: none; }
.sidebar-list--plain a { background: transparent; display: block; margin: 0 0 .45rem; padding: 0; }

.home-close { background: #e8f7fb; padding: 6rem 0; text-align: center; }
.home-close h2 { color: var(--aa-ink); font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1; margin: 0; }
.home-close p { color: #4f94a5; margin-left: auto; margin-right: auto; max-width: 44rem; }
.home-close .actions { justify-content: center; }

.aa-sales-hero {
  background: radial-gradient(circle at 72% 40%, rgba(12,143,172,.42), transparent 34rem), linear-gradient(180deg, #003b59 0%, #002f49 82%, rgba(255,255,255,.86) 100%);
  color: #fff;
  padding: 6.5rem 0 8rem;
}
.aa-sales-hero__inner { align-items: center; display: grid; gap: 4rem; grid-template-columns: minmax(0, .95fr) minmax(280px, .75fr); }
.aa-sales-hero h1 { color: #fff; font-size: clamp(3rem, 6vw, 5.4rem); line-height: .95; margin: 0; max-width: 10ch; }
.aa-sales-hero p { color: rgba(255,255,255,.72); font-size: 1.15rem; max-width: 31rem; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 1.2rem; list-style: none; margin: 1.5rem 0; padding: 0; }
.book-cover {
  filter: drop-shadow(0 36px 55px rgba(0,0,0,.35));
  margin: 0 auto;
  max-width: 360px;
  position: relative;
  width: 100%;
}
.book-cover img {
  border-radius: 12px;
  display: block;
  position: relative;
  z-index: 2;
}
.book-cover--navy-gold {
  filter: drop-shadow(0 38px 52px rgba(0, 7, 16, .62));
  max-width: 360px;
  perspective: 1200px;
}
.book-cover--navy-gold::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(210, 154, 58, .42) 0 2px, transparent 3px),
    conic-gradient(from 28deg, transparent 0 18deg, rgba(210, 154, 58, .36) 19deg 21deg, transparent 22deg 70deg, rgba(210, 154, 58, .22) 71deg 73deg, transparent 74deg 100%);
  border: 1px solid rgba(210, 154, 58, .28);
  border-radius: 50%;
  bottom: -2.3rem;
  content: "";
  height: 10rem;
  left: -3.8rem;
  opacity: .72;
  position: absolute;
  transform: rotate(-18deg);
  width: 10rem;
  z-index: 1;
}
.book-cover--navy-gold::after {
  background: linear-gradient(95deg, transparent, rgba(255,255,255,.26), transparent);
  border-radius: 14px;
  content: "";
  inset: 1.2rem 1.15rem 1.4rem 1.35rem;
  mix-blend-mode: screen;
  opacity: .38;
  pointer-events: none;
  position: absolute;
  transform: skewX(-12deg);
  z-index: 3;
}
.book-cover--navy-gold img {
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow:
    -12px 16px 0 rgba(0, 16, 29, .5),
    0 36px 80px rgba(0, 0, 0, .5),
    inset 0 0 0 1px rgba(212, 160, 64, .22);
  transform: rotateY(-7deg) rotateZ(.7deg);
}
.fine-print { font-size: .78rem !important; margin-top: .8rem; }

.stage-section, .included-section { padding-bottom: 4rem; padding-top: 6.5rem; text-align: center; }
.stage-section h2, .included-section h2 { color: var(--aa-ink); font-size: clamp(2.3rem, 4vw, 4rem); line-height: .95; margin: 0 auto; max-width: 14ch; }
.section-intro { color: #67a8b8; margin-left: auto; margin-right: auto; max-width: 42rem; }
.stage-grid { display: grid; gap: 2rem 4rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 4rem; text-align: left; }
.stage-grid article { display: grid; gap: 1.2rem; grid-template-columns: 3rem 1fr; }
.stage-grid span { color: #20aeca; font-family: var(--aa-serif); font-size: 1.35rem; font-weight: 800; }
.stage-grid h3, .included-grid h3 { color: var(--aa-ink); font-family: var(--aa-serif); margin: 0 0 .25rem; }
.stage-grid p, .included-grid p { color: #67a8b8; }
.included-grid { display: grid; gap: 1.5rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 3rem; text-align: left; }
.included-grid article { background: #fff; border: 1px solid var(--aa-line); border-radius: 10px; padding: 1.35rem; }
.included-grid span { align-items: center; background: #eaf8fb; border-radius: 8px; color: #20aeca; display: inline-flex; height: 2.2rem; justify-content: center; margin-bottom: 1.5rem; width: 2.2rem; }
.author-section {
  align-items: center;
  column-gap: 3.75rem;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1040px;
  padding: 7rem 1.5rem 5.8rem;
  text-align: left;
}
.author-section__portrait {
  justify-self: start;
  margin: 0;
  transform: translateY(.35rem);
  width: 150px;
}
.author-section__portrait img {
  aspect-ratio: 1.34 / 1;
  border-radius: 12px;
  box-shadow: 0 16px 36px rgba(0, 38, 58, .08);
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.author-section__copy {
  max-width: 710px;
  min-width: 0;
}
.author-section .eyebrow {
  color: var(--aa-author-kicker);
  font-size: .86rem;
  letter-spacing: .24em;
  margin-bottom: .55rem;
}
.author-section h2 {
  color: var(--aa-ink);
  font-family: var(--aa-serif);
  font-size: clamp(3.5rem, 6.2vw, 5rem);
  line-height: .94;
  margin: 0 0 1.35rem;
  max-width: 10.5ch;
}
.author-section p:not(.eyebrow) {
  color: var(--aa-author-copy);
  font-size: 1.24rem;
  line-height: 1.45;
  margin: 0;
}
.author-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  margin: 2.4rem 0 0;
}
.author-stats div {
  min-width: 5rem;
}
.author-stats dt {
  color: var(--aa-author-stat);
  font-family: var(--aa-serif);
  font-size: 2rem;
  font-weight: 800;
  line-height: .9;
}
.author-stats dd {
  color: var(--aa-author-copy);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1.1;
  margin: .35rem 0 0;
  text-transform: uppercase;
}
.sales-close { background: linear-gradient(90deg, #008dca, #0078a8); color: #fff; padding: 5rem 0; text-align: center; }
.sales-close h2 { color: #fff; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; margin: 0; }

.content-page { padding-bottom: 5rem; padding-top: 4rem; }
.content-page--static {
  background:
    linear-gradient(180deg, rgba(232, 247, 251, .65), transparent 16rem),
    var(--aa-paper);
  padding-top: 5rem;
}
.content-grid { display: grid; gap: 3rem; grid-template-columns: minmax(0, 1fr) 280px; }
.entry-card { background: #fff; border: 1px solid var(--aa-line); border-radius: 10px; margin-bottom: 1.5rem; overflow: hidden; padding: 1.4rem; }
.page-shell {
  max-width: 920px;
}
.entry-card--page {
  border-color: rgba(215, 236, 242, .85);
  box-shadow: 0 24px 70px rgba(0, 54, 80, .08);
  padding: clamp(2rem, 5vw, 4.6rem);
}
.page-hero {
  border-bottom: 1px solid rgba(215, 236, 242, .9);
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
}
.entry-title { color: var(--aa-ink); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; margin: 0 0 1rem; }
.entry-card .entry-title { font-size: 1.7rem; }
.entry-meta { color: #29a9bd; font-size: .82rem; font-weight: 800; }
.entry-content { color: #26465a; }
.entry-content a { color: #067da8; font-weight: 800; }
.post-navigation, .pagination { display: flex; gap: 1rem; justify-content: space-between; margin-top: 2rem; }

.content-page--single {
  background: linear-gradient(180deg, rgba(232, 247, 251, .72), transparent 20rem), var(--aa-paper);
}
.entry-card--single {
  box-shadow: 0 24px 70px rgba(0, 54, 80, .08);
  padding: clamp(1.5rem, 4vw, 3.25rem);
}
.entry-card--single .entry-title {
  font-size: clamp(2.3rem, 5vw, 4.5rem);
  line-height: .98;
}
.post-kicker {
  margin-bottom: .8rem;
}
.post-kicker a,
.post-tags a {
  color: #167c96;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.single-featured-image {
  margin: 0 0 clamp(1.5rem, 4vw, 2.5rem);
}
.single-featured-image img {
  border-radius: 12px;
  display: block;
  height: auto;
  width: 100%;
}
.entry-card--single .entry-content {
  font-size: 1.08rem;
  line-height: 1.75;
}
.entry-card--single .entry-content img {
  height: auto;
  max-width: 100%;
}
.post-tags {
  border-top: 1px solid var(--aa-line);
  margin-top: 2.25rem;
  padding-top: 1.25rem;
}
.post-navigation a {
  color: #167c96;
  display: grid;
  font-weight: 800;
  gap: .25rem;
  max-width: 22rem;
  text-decoration: none;
}
.post-navigation .nav-subtitle {
  color: #4f94a5;
  font-size: .75rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.site-footer {
  background: var(--aa-deep);
  color: rgba(255,255,255,.7);
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  margin-top: 0;
  padding: 5rem max(1.5rem, calc((100vw - 1120px) / 2));
}
.site-footer .brand-word, .site-footer .brand-word strong, .site-footer a { color: rgba(255,255,255,.78); }
.site-footer nav { display: grid; gap: .7rem; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; display: grid; gap: .7rem; position: static; }
  .site-nav { gap: .8rem 1rem; }
  .release-band__inner, .aa-sales-hero__inner, .article-layout, .author-section, .site-footer, .content-grid { grid-template-columns: 1fr; }
  .release-band__inner { align-items: start; display: grid; }
  .quick-link-grid, .included-grid, .article-card-grid, .stage-grid { grid-template-columns: 1fr; }
  .chillie-note__inner { grid-template-columns: 1fr; }
  .author-section {
    gap: 1.6rem;
    padding-bottom: 4rem;
    padding-top: 4.5rem;
  }
  .author-section__portrait {
    max-width: 220px;
    transform: none;
  }
  .author-section h2 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }
  .author-section p:not(.eyebrow) {
    font-size: 1.05rem;
  }
  .author-stats {
    gap: 1.5rem 2.5rem;
  }
}

/* Recovered premium Access Adventure design layer. */
:root {
  --premium-ink: #10243f;
  --premium-deep: #07192b;
  --premium-navy: #0d2139;
  --premium-teal: #0c6972;
  --premium-aqua: #a9ecea;
  --premium-gold: #d29a3a;
  --premium-copper: #b56349;
  --premium-paper: #fbfaf5;
  --premium-muted: #5d6979;
  --premium-line: #d9e0e8;
  --premium-shadow: 0 26px 80px rgba(16, 36, 63, .18);
}

.brand-word {
  color: var(--premium-teal);
  font-family: var(--aa-sans);
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: .9;
  text-transform: uppercase;
}
.brand-word strong {
  color: var(--premium-teal);
  display: block;
  font-weight: 950;
  margin-left: 0;
}
.site-header {
  background: rgba(251, 250, 245, .97);
  border-bottom: 1px solid rgba(16, 36, 63, .08);
  min-height: 5rem;
}
.site-nav {
  gap: clamp(.85rem, 2vw, 1.65rem);
}
.site-nav a {
  color: #074b55;
  font-size: .95rem;
  font-weight: 950;
  line-height: 1;
}
.site-nav__group {
  position: relative;
}
.site-nav__trigger::after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  display: inline-block;
  margin-left: .45rem;
  transform: translateY(-1px);
}
.site-nav__panel {
  background: rgba(251, 250, 245, .98);
  border: 1px solid rgba(16, 36, 63, .12);
  border-radius: 8px;
  box-shadow: 0 22px 50px rgba(16, 36, 63, .16);
  display: none;
  gap: .15rem;
  left: 50%;
  min-width: 230px;
  padding: .65rem;
  position: absolute;
  top: calc(100% + .7rem);
  transform: translateX(-50%) translateY(-.25rem);
  transition: opacity .16s ease, transform .16s ease;
  z-index: 30;
}
.site-nav__group:nth-of-type(2) .site-nav__panel {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(-.25rem);
}
.site-nav__group:nth-of-type(2):hover .site-nav__panel,
.site-nav__group:nth-of-type(2):focus-within .site-nav__panel {
  transform: translateX(0) translateY(0);
}
.site-nav__group:hover .site-nav__panel,
.site-nav__group:focus-within .site-nav__panel {
  display: grid;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.site-nav__panel a {
  border-radius: 6px;
  color: var(--premium-ink);
  font-size: .85rem;
  line-height: 1.2;
  padding: .7rem .75rem;
  white-space: nowrap;
}
.site-nav__panel a:hover,
.site-nav__panel a:focus {
  background: rgba(12, 105, 114, .09);
  color: var(--premium-teal);
}
.site-nav__cta {
  background: var(--premium-gold);
  border-radius: 999px;
  color: #1a2535 !important;
  padding: .72rem 1rem;
}

.home-hero,
.sales-hero {
  background:
    linear-gradient(90deg, rgba(7, 25, 43, .98) 0%, rgba(7, 25, 43, .9) 42%, rgba(7, 25, 43, .34) 100%),
    url("assets/images/field-guide/ch09-opener.jpg") center / cover no-repeat;
  color: #fff;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, .86fr) minmax(320px, 1fr);
  min-height: 48rem;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1280px) / 2));
  position: relative;
}
.home-hero::before,
.sales-hero::before {
  background: linear-gradient(90deg, rgba(255,255,255,.08), transparent);
  content: "";
  height: 1px;
  left: max(1.5rem, calc((100vw - 1280px) / 2));
  position: absolute;
  right: max(1.5rem, calc((100vw - 1280px) / 2));
  top: 3rem;
}
.home-hero__copy,
.sales-hero__copy {
  align-self: center;
  position: relative;
  z-index: 2;
}
.home-hero h1,
.sales-hero h1 {
  color: #fff;
  font-family: var(--aa-serif);
  font-size: clamp(4.5rem, 7vw, 7rem);
  letter-spacing: 0;
  line-height: .9;
  margin: 1rem 0 1.7rem;
  max-width: 9ch;
}
.sales-hero h1 {
  font-size: clamp(3.4rem, 5.8vw, 6rem);
  max-width: 11.5ch;
}
.home-hero .eyebrow,
.sales-hero .eyebrow {
  color: #f1c86b;
  font-size: .92rem;
  letter-spacing: .12em;
}
.home-hero .lede,
.sales-hero .lede {
  color: rgba(255,255,255,.86);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.5;
  max-width: 40rem;
}
.sales-hero .subhead {
  color: var(--premium-aqua);
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 950;
  line-height: 1.35;
  max-width: 42rem;
}
.home-hero .button.primary,
.sales-hero .button.primary {
  background: var(--premium-gold);
  border-color: var(--premium-gold);
  color: var(--premium-deep);
}
.home-hero .button.secondary,
.sales-hero .button.secondary {
  background: transparent;
  border-color: rgba(255,255,255,.8);
  color: #fff;
}
.hero-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 2rem;
}
.hero-credentials span {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: .78rem;
  font-weight: 900;
  padding: .5rem .75rem;
}
.home-hero__visual,
.product-visual {
  align-self: center;
  min-height: 33rem;
  position: relative;
  z-index: 2;
}
.cover-preview,
.product-cover {
  background: linear-gradient(135deg, rgba(12, 105, 114, .96), rgba(9, 30, 51, .98));
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--premium-shadow);
  margin: 0;
  overflow: hidden;
  position: absolute;
  transform: rotate(-2deg);
  width: min(430px, 62vw);
  z-index: 3;
}
.cover-preview {
  aspect-ratio: .78;
  left: 7%;
  top: 1rem;
}
.product-cover {
  aspect-ratio: .78;
  left: 7%;
  top: 4rem;
}
.product-photo {
  aspect-ratio: 1.5 / 1;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 10rem;
  width: min(480px, 56vw);
  z-index: 2;
}
.premium-badge,
.author-seal,
.mini-medallion {
  align-items: center;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 34% 28%, rgba(255,255,255,.9), rgba(255,255,255,.24) 18%, transparent 19%),
    radial-gradient(circle at 50% 56%, #f8dd8a 0 24%, #d29a3a 25% 55%, #875516 76%, #3d2509 100%);
  border: 1px solid rgba(255,236,162,.84);
  border-radius: 999px;
  box-shadow:
    inset 0 2px 4px rgba(255,255,255,.55),
    inset 0 -8px 14px rgba(71,39,8,.42),
    0 18px 34px rgba(0,0,0,.34);
  color: #11233a;
  display: flex;
  font-family: var(--aa-serif);
  font-weight: 950;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-shadow: 0 1px 0 rgba(255,255,255,.45), 0 -1px 0 rgba(70,36,5,.28);
  z-index: 5;
}
.premium-badge::before,
.author-seal::before,
.mini-medallion::before {
  border: 1px solid rgba(53,30,8,.34);
  border-radius: inherit;
  content: "";
  inset: 12%;
  position: absolute;
}
.premium-badge::after,
.author-seal::after {
  border: 1px dashed rgba(255,255,255,.42);
  border-radius: inherit;
  content: "";
  inset: 20%;
  position: absolute;
}
.premium-badge span,
.author-seal span {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  transform: translateY(-1px);
}
.premium-badge--anchor {
  left: 1%;
  top: 1.6rem;
  transform: rotate(-11deg);
  width: clamp(4.2rem, 8vw, 6.4rem);
}
.premium-badge--access {
  right: 8%;
  top: 5.2rem;
  transform: rotate(8deg);
  width: clamp(3.4rem, 6.2vw, 5rem);
}
.premium-badge--verify {
  bottom: 2.5rem;
  left: 49%;
  transform: rotate(-5deg);
  width: clamp(3rem, 5vw, 4.4rem);
}
.cover-preview img,
.product-cover img,
.product-photo img,
.feature-photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-note {
  background: rgba(251, 250, 245, .92);
  border-radius: 14px;
  bottom: 0;
  box-shadow: var(--premium-shadow);
  color: var(--premium-ink);
  max-width: 26rem;
  padding: 1.35rem;
  position: absolute;
  right: 2rem;
  z-index: 4;
}
.hero-note span,
.card-kicker {
  color: var(--premium-copper);
  display: block;
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-note strong {
  display: block;
  font-family: var(--aa-serif);
  font-size: 1.9rem;
  line-height: .95;
  margin-top: .45rem;
}
.hero-note p {
  color: var(--premium-muted);
  margin-bottom: 0;
}
.proof-strip {
  background: var(--premium-gold);
  color: var(--premium-deep);
  display: grid;
  font-weight: 950;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}
.proof-strip span {
  background: rgba(255,255,255,.16);
  padding: 1.1rem;
}
.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}
.section h2 {
  color: var(--premium-ink);
  font-family: var(--aa-serif);
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  line-height: .92;
  margin: 0;
}
.intro-grid,
.split-feature {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
}
.intro-copy p {
  color: var(--premium-muted);
  font-size: 1.25rem;
}
.showcase-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}
.showcase-card {
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 16px;
  box-shadow: 0 16px 45px rgba(16, 36, 63, .08);
  color: var(--premium-ink);
  min-height: 15rem;
  padding: 1.5rem;
  text-decoration: none;
}
.showcase-card--dark {
  background: linear-gradient(135deg, var(--premium-deep), var(--premium-teal));
  color: #fff;
}
.showcase-card strong {
  display: block;
  font-family: var(--aa-serif);
  font-size: 2rem;
  line-height: .98;
  margin: .8rem 0 1rem;
}
.showcase-card p {
  color: inherit;
}
.feature-photo {
  aspect-ratio: 1.35 / 1;
  border-radius: 18px;
  box-shadow: var(--premium-shadow);
  margin: 0;
  overflow: hidden;
}
.number-list {
  color: var(--premium-ink);
  counter-reset: steps;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}
.number-list li {
  border-top: 1px solid var(--premium-line);
  counter-increment: steps;
  display: grid;
  font-size: 1.08rem;
  gap: 1rem;
  grid-template-columns: 3rem 1fr;
  padding: 1rem 0;
}
.number-list li::before {
  color: var(--premium-gold);
  content: counter(steps, decimal-leading-zero);
  font-family: var(--aa-serif);
  font-size: 1.45rem;
  font-weight: 900;
}
.recovered-article-layout {
  padding-top: 1rem;
}
.price-card {
  background: rgba(255,255,255,.95);
  border-radius: 8px;
  color: var(--premium-ink);
  display: inline-grid;
  margin: 1rem 0 .4rem;
  min-width: 15rem;
  padding: 1rem 1.2rem;
}
.price-card span {
  color: var(--premium-muted);
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.price-card strong {
  font-size: 3.4rem;
  line-height: 1;
}
.product-stats {
  background: var(--premium-paper);
  border-bottom: 1px solid var(--premium-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-stats article {
  border-right: 1px solid var(--premium-line);
  padding: 1.6rem;
  text-align: center;
}
.product-stats strong {
  color: var(--premium-ink);
  display: block;
  font-family: var(--aa-serif);
  font-size: 2.4rem;
  line-height: 1;
}
.product-stats span {
  color: var(--premium-muted);
  display: block;
  font-size: .8rem;
  font-weight: 950;
  letter-spacing: .07em;
  margin-top: .4rem;
  text-transform: uppercase;
}
.guide-reveal {
  --reveal-progress: 0;
  background: #07192b;
  color: #fff;
  height: 220vh;
  position: relative;
}
.guide-reveal__sticky {
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  position: sticky;
  top: 0;
}
.guide-reveal__sticky::before {
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
  opacity: calc(.18 + var(--reveal-progress) * .55);
  position: absolute;
}
.guide-reveal__copy {
  left: max(1.5rem, calc((100vw - 1280px) / 2));
  max-width: min(38rem, 42vw);
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + (var(--reveal-progress) * -28px)));
  z-index: 10;
}
.guide-reveal__copy .eyebrow {
  color: #f1c86b;
}
.guide-reveal__copy h2 {
  color: #fff;
  font-family: var(--aa-serif);
  font-size: clamp(3.4rem, 6vw, 6.6rem);
  line-height: .88;
  margin: .8rem 0 1.5rem;
  max-width: 8.5ch;
}
.guide-reveal__copy > p:last-child {
  color: rgba(255,255,255,.72);
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 31rem;
  opacity: calc(.45 + var(--reveal-progress) * .55);
}
.guide-reveal__scene {
  height: min(80vh, 760px);
  perspective: 1200px;
  position: absolute;
  right: max(1.5rem, calc((100vw - 1320px) / 2));
  top: 50%;
  transform: translateY(-50%);
  width: min(58vw, 780px);
}
.guide-reveal__photo,
.guide-reveal__cover {
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 36px 90px rgba(0,0,0,.48);
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.guide-reveal__photo img,
.guide-reveal__cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.guide-reveal__photo--port {
  height: 37%;
  right: 2%;
  top: 7%;
  transform: translate3d(calc((1 - var(--reveal-progress)) * 32vw), calc((1 - var(--reveal-progress)) * -18vh), 0) rotate(calc((1 - var(--reveal-progress)) * 16deg));
  width: 51%;
}
.guide-reveal__photo--cabin {
  bottom: 5%;
  height: 34%;
  right: 5%;
  transform: translate3d(calc((1 - var(--reveal-progress)) * 28vw), calc((1 - var(--reveal-progress)) * 22vh), 0) rotate(calc((1 - var(--reveal-progress)) * -13deg));
  width: 45%;
}
.guide-reveal__photo--planning {
  bottom: 11%;
  height: 31%;
  left: 4%;
  transform: translate3d(calc((1 - var(--reveal-progress)) * -22vw), calc((1 - var(--reveal-progress)) * 25vh), 0) rotate(calc((1 - var(--reveal-progress)) * 11deg));
  width: 39%;
}
.guide-reveal__cover {
  height: 71%;
  left: 26%;
  top: 13%;
  transform: translate3d(0, calc((1 - var(--reveal-progress)) * 62vh), 80px) rotateY(calc((1 - var(--reveal-progress)) * -36deg)) rotateZ(calc((1 - var(--reveal-progress)) * -7deg));
  width: 43%;
  z-index: 4;
}
.guide-reveal__route {
  border: 3px solid transparent;
  border-top-color: #e2b34f;
  border-radius: 50%;
  filter: drop-shadow(0 0 10px rgba(226,179,79,.55));
  height: 30%;
  opacity: calc(var(--reveal-progress) * .85);
  position: absolute;
  transform: scaleX(var(--reveal-progress)) rotate(-12deg);
  transform-origin: left;
  width: 82%;
  z-index: 6;
}
.guide-reveal__route::after {
  background: #f5d879;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(226,179,79,.18), 0 0 24px #e2b34f;
  content: "";
  height: 10px;
  position: absolute;
  right: 3%;
  top: -6px;
  width: 10px;
}
.guide-reveal__route--one {
  left: 2%;
  top: 38%;
}
.guide-reveal__route--two {
  border-top-color: #43c4c7;
  left: 11%;
  top: 57%;
  transform: scaleX(var(--reveal-progress)) rotate(16deg);
  width: 70%;
}
.guide-reveal__wash {
  border-radius: 50%;
  filter: blur(20px);
  opacity: calc(var(--reveal-progress) * .42);
  position: absolute;
  transform: scale(calc(.2 + var(--reveal-progress) * .8));
}
.guide-reveal__wash--gold {
  background: #d29a3a;
  height: 46%;
  right: 7%;
  top: 5%;
  width: 46%;
}
.guide-reveal__wash--teal {
  background: #0c6972;
  bottom: 3%;
  height: 48%;
  left: 8%;
  width: 48%;
}
.guide-reveal__seal {
  align-items: center;
  aspect-ratio: 1;
  background: radial-gradient(circle at 34% 28%, #fff8cf 0 8%, #f2d270 20%, #c58b2b 58%, #633b0b 100%);
  border: 2px solid #f8dfa0;
  border-radius: 50%;
  box-shadow: inset 0 -9px 13px rgba(55,29,5,.42), 0 20px 40px rgba(0,0,0,.42);
  color: #10243d;
  display: flex;
  font-size: 2.1rem;
  font-weight: 950;
  justify-content: center;
  opacity: calc(var(--reveal-progress) * 1.4);
  position: absolute;
  width: 5.5rem;
  z-index: 8;
}
.guide-reveal__seal::before {
  border: 1px dashed rgba(62,35,7,.55);
  border-radius: inherit;
  content: "";
  inset: 12%;
  position: absolute;
}
.guide-reveal__seal--anchor {
  right: 0;
  top: 37%;
  transform: translateX(calc((1 - var(--reveal-progress)) * 22vw)) rotate(calc(-18deg + var(--reveal-progress) * 25deg));
}
.guide-reveal__seal--access {
  bottom: 1%;
  left: 20%;
  transform: translateY(calc((1 - var(--reveal-progress)) * 28vh)) rotate(calc(18deg - var(--reveal-progress) * 26deg));
}
.guide-reveal__label {
  background: rgba(251,250,245,.96);
  border-left: 4px solid var(--premium-gold);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
  color: var(--premium-ink);
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .05em;
  opacity: clamp(0, calc((var(--reveal-progress) - .38) * 4), 1);
  padding: .7rem .9rem;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(calc((1 - var(--reveal-progress)) * 30px));
  z-index: 9;
}
.guide-reveal__label--verify { left: 3%; top: 16%; }
.guide-reveal__label--plan { right: 0; top: 21%; }
.guide-reveal__label--sail { bottom: 13%; right: 12%; }
.guide-reveal__progress {
  background: rgba(255,255,255,.16);
  bottom: 2rem;
  height: 2px;
  left: max(1.5rem, calc((100vw - 1280px) / 2));
  position: absolute;
  right: max(1.5rem, calc((100vw - 1280px) / 2));
  z-index: 12;
}
.guide-reveal__progress span {
  background: linear-gradient(90deg, var(--premium-gold), #43c4c7);
  display: block;
  height: 100%;
  transform: scaleX(var(--reveal-progress));
  transform-origin: left;
}
.stage-section,
.included-section {
  background: var(--premium-paper);
}
.author-section {
  background:
    linear-gradient(135deg, rgba(7,25,43,.96), rgba(12,105,114,.9)),
    url("assets/images/field-guide/ch09-opener.jpg") center / cover no-repeat;
  border-radius: 18px;
  box-shadow: var(--premium-shadow);
  color: #fff;
  grid-template-columns: minmax(190px, .38fr) minmax(0, 1fr);
  margin-bottom: 6rem;
  margin-top: 2rem;
  max-width: 1120px;
  overflow: hidden;
  padding: clamp(2rem, 5vw, 4rem);
  position: relative;
}
.author-section::before {
  background: radial-gradient(circle at 15% 20%, rgba(210,154,58,.28), transparent 18rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.author-seal {
  right: clamp(1.25rem, 4vw, 2.4rem);
  top: clamp(1.25rem, 4vw, 2.4rem);
  transform: rotate(9deg);
  width: clamp(4.4rem, 8vw, 6rem);
}
.author-section__portrait,
.author-section__copy {
  position: relative;
  z-index: 1;
}
.author-section__portrait {
  width: min(260px, 100%);
}
.author-section__portrait img {
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0,0,0,.34);
}
.author-section .eyebrow {
  color: #f1c86b;
}
.author-section h2 {
  color: #fff;
  max-width: 11ch;
}
.author-section p:not(.eyebrow) {
  color: rgba(255,255,255,.82);
}
.author-stats dt {
  color: #f1c86b;
}
.author-stats dd {
  color: var(--premium-aqua);
}
.page-premium {
  background:
    linear-gradient(180deg, rgba(7,25,43,.94), rgba(7,25,43,.78) 30rem, var(--premium-paper) 30rem),
    url("assets/images/field-guide/ch09-opener.jpg") center top / cover no-repeat;
  padding: clamp(4rem, 8vw, 7rem) 1.5rem;
}
.page-premium__shell {
  margin: 0 auto;
  max-width: 1080px;
}
.page-premium__card {
  background: rgba(251,250,245,.98);
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 18px;
  box-shadow: var(--premium-shadow);
  overflow: hidden;
}
.page-premium__hero {
  background: linear-gradient(135deg, var(--premium-deep), var(--premium-teal));
  color: #fff;
  padding: clamp(2rem, 5vw, 4rem);
}
.page-premium__hero .entry-title {
  color: #fff;
  font-size: clamp(3.2rem, 6vw, 6rem);
  max-width: 11ch;
}
.page-premium__body {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  grid-template-columns: 280px minmax(0, 1fr);
  padding: clamp(2rem, 5vw, 4rem);
}
.page-premium__body--single {
  grid-template-columns: 1fr;
}
.page-premium__portrait {
  margin: 0;
  max-width: 280px;
  justify-self: start;
  width: 100%;
}
.page-premium__portrait img {
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(16, 36, 63, .18);
  display: block;
  height: 100%;
  max-width: 280px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.page-premium .entry-content {
  color: #31465d;
  font-size: 1.12rem;
  min-width: 0;
}
.page-premium .entry-content figure,
.page-premium .entry-content .wp-block-image {
  margin-left: 0;
  margin-right: 0;
  max-width: min(320px, 100%) !important;
}
.page-premium .page-premium__card.has-post-thumbnail .entry-content > figure:first-child,
.page-premium .page-premium__card.has-post-thumbnail .entry-content > .wp-block-image:first-child,
.page-premium .page-premium__card.has-post-thumbnail .entry-content > p:first-child:has(img) {
  display: none;
}
.page-premium .entry-content img {
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(16, 36, 63, .14);
  display: block;
  height: auto;
  max-width: min(320px, 100%) !important;
  width: auto !important;
}
.page-premium .entry-content > p:first-child:has(img),
.page-premium .entry-content > figure:first-child,
.page-premium .entry-content > .wp-block-image:first-child {
  float: left;
  margin: .35rem clamp(1.5rem, 4vw, 3.5rem) 1.2rem 0;
  max-width: min(320px, 42%) !important;
}
.blog-fallback,
.commerce-fallback {
  background: var(--premium-paper);
  color: var(--premium-ink);
}
.blog-fallback__hero,
.commerce-fallback__hero {
  background:
    linear-gradient(90deg, rgba(7, 25, 43, .96), rgba(7, 25, 43, .78)),
    url("assets/images/field-guide/ch09-opener.jpg") center / cover no-repeat;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 4rem;
  padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 1120px) / 2));
}
.blog-fallback__hero h1,
.commerce-fallback__hero h1 {
  color: #fff;
  font-family: var(--aa-serif);
  font-size: clamp(3.5rem, 7vw, 6rem);
  line-height: .9;
  margin: 0 0 1.2rem;
}
.blog-fallback__hero p:not(.eyebrow),
.commerce-fallback__hero p:not(.eyebrow) {
  color: rgba(255,255,255,.78);
  font-size: 1.14rem;
  margin: 0;
  max-width: 46rem;
}
.blog-fallback__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 4rem;
}
.blog-fallback__card {
  background: #fff;
  border: 1px solid rgba(16, 36, 63, .1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 36, 63, .08);
  overflow: hidden;
}
.blog-fallback__thumb {
  aspect-ratio: 1.45 / 1;
  background: #e7f5f5 center / cover no-repeat;
  display: block;
}
.blog-fallback__copy {
  padding: 1.1rem;
}
.blog-fallback__copy h2 {
  font-family: var(--aa-serif);
  font-size: 1.35rem;
  line-height: 1.1;
  margin: .35rem 0 .75rem;
}
.blog-fallback__copy h2 a {
  color: var(--premium-ink);
  text-decoration: none;
}
.blog-fallback__copy .entry-content {
  color: var(--premium-muted);
  font-size: .95rem;
}
.blog-fallback__pagination {
  padding-bottom: 4rem;
}
.blog-fallback__pagination,
.blog-fallback__pagination .page-numbers {
  align-items: center;
  display: flex;
  justify-content: center;
}
.blog-fallback__pagination .page-numbers {
  flex-wrap: wrap;
  gap: .55rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-fallback__pagination li {
  margin: 0;
}
.blog-fallback__pagination a,
.blog-fallback__pagination span {
  background: #fff;
  border: 1px solid rgba(16, 36, 63, .13);
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(16, 36, 63, .06);
  color: var(--premium-ink);
  display: inline-flex;
  font-size: .9rem;
  font-weight: 950;
  line-height: 1;
  min-width: 2.5rem;
  padding: .78rem .95rem;
  text-decoration: none;
}
.blog-fallback__pagination .current {
  background: var(--premium-teal);
  border-color: var(--premium-teal);
  color: #fff;
}
.commerce-fallback__hero {
  align-items: end;
}
.commerce-fallback__body {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 1.5rem 5rem;
}
.commerce-fallback .woocommerce,
.commerce-fallback .product,
.commerce-fallback .woocommerce-cart-form,
.commerce-fallback .woocommerce-checkout {
  background: #fff;
  border: 1px solid rgba(16, 36, 63, .1);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(16, 36, 63, .08);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}
.commerce-fallback .woocommerce-product-gallery,
.commerce-fallback .woocommerce-product-gallery img {
  max-width: 360px;
}
.commerce-fallback .price,
.commerce-fallback .amount {
  color: var(--premium-teal);
  font-weight: 950;
}

.entry-content,
.article-body,
.commerce-fallback .woocommerce,
.commerce-fallback .product,
.commerce-fallback .woocommerce-cart-form,
.commerce-fallback .woocommerce-checkout,
.article-layout,
.home-sidebar,
.sidebar-widget {
  min-width: 0;
}

.aa-wrap,
.article-layout,
.home-sidebar,
.entry-content table,
.article-body table,
.commerce-fallback table,
.wp-block-table,
.wp-block-table table,
.wp-block-columns,
.wp-block-column,
.wp-block-embed,
.wp-block-embed__wrapper,
.wp-block-html,
.sidebar-widget iframe,
.sidebar-widget ins,
.sidebar-widget center,
.sidebar-widget > *,
#cruise-direct-searchbox,
.adsbygoogle,
[id*="google_ads"],
[id*="google-ad"],
[class*="google_ads"],
[class*="google-ad"] {
  max-width: 100%;
}

.sidebar-widget,
.sidebar-widget * {
  box-sizing: border-box;
}

#cruise-direct-searchbox {
  overflow-x: auto;
  width: 100% !important;
  -webkit-overflow-scrolling: touch;
}

#cruise-direct-searchbox input,
#cruise-direct-searchbox select,
#cruise-direct-searchbox button {
  max-width: 100%;
  min-width: 0;
}

.entry-content table,
.article-body table,
.commerce-fallback table,
.wp-block-table,
.wp-block-html {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.entry-content table,
.article-body table,
.commerce-fallback table {
  display: block;
  width: max-content;
  min-width: 100%;
}

.wp-block-columns {
  gap: clamp(1rem, 3vw, 2rem);
}

.wp-block-column {
  overflow-wrap: anywhere;
}

.sidebar-widget iframe,
.sidebar-widget img,
.sidebar-widget ins,
.adsbygoogle {
  height: auto;
}

@media (max-width: 900px) {
  .home-hero,
  .sales-hero,
  .intro-grid,
  .split-feature,
  .article-layout,
  .page-premium__body {
    grid-template-columns: 1fr;
  }

  .article-layout,
  .home-sidebar {
    width: 100%;
  }

  .section-heading-row {
    align-items: flex-start;
    gap: 1rem;
  }

  .section-heading-row .text-link {
    white-space: normal;
  }
  .page-premium__portrait {
    max-width: min(280px, 100%);
  }
  .site-nav__group {
    position: static;
  }
  .site-nav__panel {
    box-shadow: none;
    display: none;
    left: auto;
    min-width: 100%;
    opacity: 1;
    position: static;
    transform: none;
    width: 100%;
  }
  .site-nav__group:hover .site-nav__panel,
  .site-nav__group:focus-within .site-nav__panel {
    display: grid;
    transform: none;
  }
  .site-nav__panel a {
    white-space: normal;
  }
  .blog-fallback__hero,
  .commerce-fallback__hero,
  .blog-fallback__grid {
    grid-template-columns: 1fr;
  }
  .home-hero,
  .sales-hero {
    min-height: auto;
    padding-top: 4rem;
  }
  .home-hero h1,
  .sales-hero h1 {
    font-size: clamp(3.2rem, 16vw, 5rem);
  }
  .home-hero__visual,
  .product-visual {
    min-height: 28rem;
  }
  .cover-preview,
  .product-cover {
    left: 0;
    width: min(340px, 74vw);
  }
  .premium-badge--anchor {
    left: -.25rem;
    top: .25rem;
  }
  .premium-badge--access {
    right: .25rem;
    top: 3.4rem;
  }
  .premium-badge--verify {
    bottom: 1rem;
    left: 1rem;
  }
  .product-photo {
    right: 0;
    top: 12rem;
    width: min(360px, 76vw);
  }
  .hero-note {
    left: 1rem;
    right: 1rem;
  }
  .proof-strip,
  .showcase-grid,
  .product-stats {
    grid-template-columns: 1fr;
  }
  .author-section {
    grid-template-columns: 1fr;
  }
  .author-seal {
    right: 1rem;
    top: 1rem;
    width: 4rem;
  }
  .guide-reveal {
    height: 190vh;
  }
  .guide-reveal__sticky {
    min-height: 620px;
  }
  .guide-reveal__copy {
    left: 1.25rem;
    max-width: calc(100% - 2.5rem);
    top: 13%;
    transform: translateY(calc(var(--reveal-progress) * -12px));
  }
  .guide-reveal__copy h2 {
    font-size: clamp(2.8rem, 13vw, 4.5rem);
    max-width: 9ch;
  }
  .guide-reveal__copy > p:last-child {
    display: none;
  }
  .guide-reveal__scene {
    bottom: 5%;
    height: 55%;
    right: 1rem;
    top: auto;
    transform: none;
    width: calc(100% - 2rem);
  }
  .guide-reveal__label {
    font-size: .62rem;
    padding: .55rem .65rem;
  }
  .guide-reveal__seal {
    font-size: 1.4rem;
    width: 3.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-reveal {
    --reveal-progress: 1;
    height: auto;
  }
  .guide-reveal__sticky {
    min-height: 760px;
    position: relative;
  }
}

/* Approved Cruise With Confidence design restoration. */
.site-header {
  background: rgba(251, 250, 245, .97);
  min-height: 4.9rem;
  padding: .7rem max(1.25rem, calc((100vw - 1160px) / 2));
}
.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: .65rem;
}
.brand-emblem {
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(16, 36, 63, .14);
  display: block;
  height: 2.6rem;
  width: 2.6rem;
}
.brand-seal {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, #e3ad4b, #c88728);
  border: 1px solid rgba(105, 61, 10, .18);
  border-radius: 50%;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.42), 0 8px 20px rgba(16,36,63,.14);
  color: var(--premium-deep);
  display: inline-flex;
  font-size: .72rem;
  font-weight: 950;
  justify-content: center;
  width: 2.6rem;
}
.brand-word {
  display: grid;
  font-family: var(--aa-sans);
  font-size: .73rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.05;
  text-transform: uppercase;
}
.brand-word strong {
  color: #0c6972;
  font-size: .96rem;
  font-weight: 950;
  letter-spacing: .07em;
  margin: 0;
}
.site-nav {
  flex-wrap: nowrap;
  gap: clamp(.8rem, 1.55vw, 1.35rem);
}
.site-nav a {
  color: #074b55;
  font-size: .84rem;
  font-weight: 900;
  white-space: nowrap;
}
.site-nav__cta {
  background: var(--premium-deep);
  border-radius: 999px;
  color: #fff !important;
  padding: .72rem 1.05rem;
}
.site-nav__panel {
  left: 50%;
  right: auto;
  transform: translateX(-50%) translateY(-.25rem);
}
.site-nav__group:hover .site-nav__panel,
.site-nav__group:focus-within .site-nav__panel {
  transform: translateX(-50%) translateY(0);
}
.aa-home-hero {
  background:
    linear-gradient(90deg, rgba(7, 25, 43, .96) 0%, rgba(7, 25, 43, .82) 48%, rgba(7, 25, 43, .25) 100%),
    var(--hero-image) center / cover no-repeat;
  min-height: calc(100vh - 4.9rem);
  padding: clamp(5rem, 10vh, 7.5rem) 0;
}
.aa-home-hero .aa-wrap {
  margin-left: max(1.5rem, calc((100vw - 1160px) / 2));
  margin-right: auto;
  max-width: 48rem;
  padding: 0;
}
.aa-home-hero h1 {
  font-size: clamp(4.5rem, 8vw, 7.4rem);
  max-width: 8ch;
}
.aa-home-hero p:not(.aa-pill) {
  color: rgba(255,255,255,.84);
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
  max-width: 39rem;
}
.home-hero--approved {
  background:
    linear-gradient(90deg, rgba(7,25,43,.98) 0%, rgba(7,25,43,.91) 42%, rgba(7,25,43,.3) 100%),
    url("assets/images/field-guide/ch09-opener.jpg") center / cover no-repeat;
  grid-template-columns: minmax(0, .78fr) minmax(410px, 1.1fr);
  min-height: calc(100vh - 4.9rem);
  padding-bottom: clamp(4rem, 7vh, 6rem);
  padding-top: clamp(4rem, 7vh, 6rem);
}
.home-hero--approved h1 {
  font-size: clamp(4.6rem, 7.4vw, 7.2rem);
  max-width: 7.2ch;
}
.home-hero--approved .lede {
  font-size: clamp(1.12rem, 1.7vw, 1.4rem);
  max-width: 35rem;
}
.home-hero--approved .home-hero__visual {
  min-height: 38rem;
}
.home-hero--approved .cover-preview {
  left: 11%;
  top: 1.5rem;
  width: min(430px, 57vw);
}
.home-hero__photo {
  aspect-ratio: 1.45 / 1;
  border: 1px solid rgba(255,255,255,.28);
  box-shadow: 0 24px 70px rgba(0,0,0,.34);
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: -2%;
  top: 10rem;
  width: min(440px, 53vw);
  z-index: 2;
}
.home-hero__photo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-hero--approved .hero-note {
  bottom: .4rem;
  max-width: 25rem;
  right: 1rem;
}
.home-hero--approved .premium-badge--anchor {
  left: 2%;
  top: .5rem;
}
.home-hero--approved .premium-badge--access {
  right: 4%;
  top: 6.5rem;
}
.aa-pill {
  background: rgba(210,154,58,.16);
  border-color: rgba(241,200,107,.48);
  color: #f1c86b;
}
.release-band {
  background: var(--premium-gold);
  color: var(--premium-deep);
}
.release-band .eyebrow,
.release-band h2 {
  color: var(--premium-deep);
}
.release-band .button.light {
  background: var(--premium-deep);
  border-color: var(--premium-deep);
  color: #fff;
}
.chillie-note {
  background: #edf5f2;
}
.home-close .button.secondary {
  border-color: var(--premium-teal);
  color: var(--premium-teal);
}

@media (max-width: 1040px) {
  .site-header {
    align-items: flex-start;
    display: grid;
    position: relative;
  }
  .site-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {
  .site-header {
    padding: .8rem 1rem;
  }
  .brand-emblem {
    height: 2.25rem;
    width: 2.25rem;
  }
  .site-nav {
    gap: .45rem 1rem;
  }
  .site-nav a {
    font-size: .78rem;
  }
  .site-nav__cta {
    padding: .55rem .8rem;
  }
  .aa-home-hero {
    min-height: 42rem;
    padding: 5rem 1rem;
  }
  .aa-home-hero .aa-wrap {
    margin: 0;
    max-width: 100%;
  }
  .aa-home-hero h1 {
    font-size: clamp(4rem, 19vw, 5.4rem);
  }
  .brand-seal {
    width: 2.25rem;
  }
  .home-hero--approved {
    grid-template-columns: 1fr;
    padding: 4rem 1rem 3rem;
  }
  .home-hero--approved h1 {
    font-size: clamp(4rem, 18vw, 5.5rem);
  }
  .home-hero--approved .home-hero__visual {
    min-height: 31rem;
  }
  .home-hero--approved .cover-preview {
    left: 0;
    width: min(330px, 75vw);
  }
  .home-hero__photo {
    right: 0;
    top: 11rem;
    width: min(330px, 72vw);
  }
  .home-hero--approved .hero-note {
    left: 1rem;
    right: 1rem;
  }
}

@media (max-width: 900px) {
  .travel-gallery__grid {
    grid-auto-rows: 6rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .travel-gallery {
    padding: 4rem 0;
  }
  .travel-gallery__grid {
    grid-auto-rows: 14rem;
    grid-template-columns: 1fr;
  }
  .gallery-card,
  .gallery-card--wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}
