:root {
  --ollie-teal: #3f8f88;
  --ollie-teal-dark: #286861;
  --ollie-ink: #263238;
  --ollie-soft: #eef5f2;
  --ollie-sand: #f5f0e8;
}

body,
input,
select,
textarea {
  color: #5a6367;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  color: var(--ollie-ink);
}

a:hover,
#menu ul a:hover,
#menu ul span.opener:hover,
ul.contact li:before {
  color: var(--ollie-teal) !important;
}

#header {
  border-bottom-color: var(--ollie-teal);
}

#header .logo strong {
  color: var(--ollie-ink);
}

#header .icons a {
  color: #6d777b;
}

#header .icons a:hover {
  color: var(--ollie-teal);
}

#header .icons {
  display: flex;
  position: fixed;
  z-index: 10002;
  top: 1.15rem;
  right: 1.5rem;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(63, 143, 136, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0.45rem 1.4rem rgba(38, 50, 56, 0.1);
  line-height: 1;
  backdrop-filter: blur(10px);
}

#header .icons li,
#header .icons li:last-child {
  margin: 0;
  padding: 0;
}

#header .icons .header-work-item {
  margin-left: 0.2rem;
}

#header .icons a.header-work-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 1rem;
  border-radius: 999px;
  background: var(--ollie-teal);
  color: #fff !important;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

#header .icons a.header-work-button:hover {
  background: var(--ollie-teal-dark);
  color: #fff !important;
}

header.major > :last-child {
  border-bottom-color: var(--ollie-teal);
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  box-shadow: inset 0 0 0 2px var(--ollie-teal);
  color: var(--ollie-teal) !important;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
  background-color: var(--ollie-teal);
  box-shadow: none;
  color: #fff !important;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
  background-color: rgba(63, 143, 136, 0.08);
  box-shadow: inset 0 0 0 2px var(--ollie-teal-dark);
  color: var(--ollie-teal-dark) !important;
}

.button.primary:hover {
  background-color: var(--ollie-teal-dark);
  color: #fff !important;
}

#sidebar {
  background-color: #f3f7f5;
}

#sidebar > .inner > .alt {
  background-color: #e8f1ed;
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-lockup strong {
  font-size: 1.25rem;
}

.brand-lockup small {
  margin-top: 0.4rem;
  color: var(--ollie-teal-dark);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--ollie-teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

#banner .content p.lead,
.lead {
  color: #4f5a5f;
  font-size: 1.12rem;
}

#banner.home-banner,
#banner.media-banner {
  align-items: stretch;
}

#banner.home-banner .content,
#banner.media-banner .content {
  padding-right: 3.5rem;
}

#banner.home-banner .image,
#banner.media-banner .image {
  min-height: 34rem;
  width: 43%;
}

#banner.home-banner .image img,
#banner.media-banner .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#banner.home-banner .image img {
  object-position: 50% 57%;
}

#banner.home-banner h1 {
  font-size: clamp(2.25rem, 4.4vw, 3.65rem);
  line-height: 1.08;
}

#banner.media-banner .image img {
  object-position: 55% center;
}

#banner.media-banner .media-banner-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  width: 100%;
  max-width: 34rem;
}

#banner.media-banner .media-banner-actions li {
  margin: 0;
  padding: 0;
}

#banner.media-banner .media-banner-actions li:last-child {
  grid-column: 1 / -1;
}

#banner.media-banner .media-banner-actions .button {
  width: 100%;
  min-width: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 0.35rem;
  background: #dbe5e1;
}

.proof-strip article {
  min-height: 10rem;
  padding: 1.6rem;
  background: #fff;
}

.proof-strip span,
.proof-strip small {
  display: block;
}

.proof-strip span {
  color: var(--ollie-teal-dark);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.proof-strip strong {
  display: block;
  margin: 0.55rem 0 0.15rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.5rem;
  line-height: 1;
}

.proof-strip small {
  color: #7a8589;
  line-height: 1.4;
}

.intro-columns,
.value-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 4rem;
  align-items: start;
}

.intro-columns h2,
.value-columns h2 {
  margin-bottom: 0;
}

.about-intro-lead {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.about-inline-photo {
  overflow: hidden;
  width: min(100%, 28rem);
  margin: 0;
  aspect-ratio: 4 / 3;
  border-radius: 0.4rem;
  background: var(--ollie-soft);
  box-shadow: 0 0.65rem 1.75rem rgba(38, 50, 56, 0.12);
}

.about-inline-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.posts.editorial-posts article .image img,
.mini-posts .image img {
  object-fit: cover;
}

.posts.editorial-posts article .image img {
  height: 19rem;
}

.posts.editorial-posts article:nth-child(1) .image img {
  object-position: 50% 56%;
}

.posts.editorial-posts article:nth-child(2) .image img {
  object-position: 50% 44%;
}

.posts.editorial-posts article:nth-child(3) .image img {
  object-position: 50% 48%;
}

.mini-posts .image img {
  height: 10rem;
}

.feature-copy .feature-icons {
  margin-top: 2rem;
}

.features .icon:after {
  border-color: rgba(63, 143, 136, 0.45);
}

.features .icon {
  color: var(--ollie-teal);
}

.guide-list article {
  padding: 1.45rem 0;
  border-top: 1px solid rgba(210, 215, 217, 0.75);
}

.guide-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.guide-list .tag,
.video-card .tag,
.photo-caption {
  color: var(--ollie-teal-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-list h3 {
  margin: 0.4rem 0 0;
}

.featured-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
  margin: 2rem 0 2.25rem;
}

.guide-list.featured-story-grid article {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(210, 215, 217, 0.9);
  border-radius: 0.45rem;
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(34, 48, 52, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.guide-list.featured-story-grid article:first-child {
  padding-top: 0;
  border-top: 1px solid rgba(210, 215, 217, 0.9);
}

.guide-list.featured-story-grid article:hover {
  transform: translateY(-0.2rem);
  box-shadow: 0 1.05rem 2.4rem rgba(34, 48, 52, 0.12);
}

.featured-story-image {
  display: block;
  overflow: hidden;
  height: 13rem;
  border-bottom: 0;
}

.featured-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 280ms ease;
}

.featured-story-grid article:hover .featured-story-image img {
  transform: scale(1.025);
}

.featured-story-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.35rem 1.4rem 1.45rem;
}

.guide-list.featured-story-grid h3 {
  margin: 0.55rem 0 0.75rem;
  font-size: 1.18rem;
  line-height: 1.35;
}

.featured-story-copy p {
  margin: 0 0 1.05rem;
  color: #617075;
  font-size: 0.9rem;
  line-height: 1.65;
}

.story-link {
  margin-top: auto;
  border-bottom: 0;
  color: var(--ollie-teal-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-grid,
.category-cards,
.service-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.resource-grid article,
.category-cards article,
.service-cards article,
.evidence-note {
  padding: 1.6rem;
  border: 1px solid rgba(210, 215, 217, 0.9);
  border-radius: 0.35rem;
  background: #fff;
}

.resource-grid article:first-child,
.evidence-note {
  background: var(--ollie-soft);
}

.resource-grid article span {
  color: var(--ollie-teal-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-panel {
  padding: 3rem;
  border-left: 5px solid var(--ollie-teal);
  background: var(--ollie-sand);
}

.proof-strip.media-stats {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.media-stats article {
  min-height: 9.5rem;
  padding: clamp(0.8rem, 1.25vw, 1.35rem);
}

.media-stats span {
  font-size: clamp(0.54rem, 0.68vw, 0.7rem);
  letter-spacing: 0.09em;
  line-height: 1.45;
}

.media-stats strong {
  font-size: clamp(1.55rem, 2.45vw, 2.6rem);
}

.media-stats small {
  font-size: clamp(0.74rem, 0.88vw, 0.92rem);
}

.analytics-grid,
.deep-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.analytics-grid figure,
.deep-proof-grid figure {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(210, 215, 217, 0.9);
  border-radius: 0.45rem;
  background: #f7f9f8;
}

.analytics-grid img,
.deep-proof-grid img {
  display: block;
  width: 100%;
  height: 34rem;
  object-fit: contain;
  border-radius: 0.25rem;
  background: #fff;
}

.analytics-grid figcaption,
.deep-proof-grid figcaption {
  margin-top: 1rem;
  color: #536065;
  font-size: 0.86rem;
  font-weight: 700;
}

.compact-analytics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 58rem;
}

.compact-analytics figure {
  padding: 0.7rem;
}

.compact-analytics .analytics-image {
  display: block;
  overflow: hidden;
  border-radius: 0.25rem;
  background: #fff;
}

.compact-analytics img {
  height: 21rem;
  transition: transform 0.2s ease;
}

.compact-analytics .analytics-image:hover img {
  transform: scale(1.015);
}

.compact-analytics figcaption {
  margin-top: 0.65rem;
  color: var(--ollie-teal-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.4;
  text-transform: none;
}

.analytics-subheading {
  margin: 0 0 1rem;
}

.audience-evidence-heading {
  margin-top: 2.75rem;
}

.analytics-intro {
  max-width: 54rem;
  margin-top: -0.35rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.video-card {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  border: 1px solid rgba(210, 215, 217, 0.9);
  border-radius: 0.45rem;
  background: #fff;
}

.video-card h3 {
  margin: 0.55rem 0 0.8rem;
  font-size: 1.35rem;
}

.video-card p {
  margin-bottom: 0.9rem;
}

.video-card .example-result {
  margin-top: auto;
  padding: 0.85rem 1rem;
  border-left: 3px solid var(--ollie-teal);
  background: var(--ollie-soft);
  color: #48565a;
  font-size: 0.9rem;
}

.video-card .example-result strong {
  display: block;
  margin-bottom: 0.2rem;
}

.video-frame {
  overflow: hidden;
  width: min(100%, 11rem);
  margin: 0 auto 1rem;
  border-radius: 0.35rem;
  background: #142122;
  aspect-ratio: 9 / 16;
}

.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.blog-banner .image img,
.article-hero-image img {
  object-fit: cover;
  object-position: center;
}

.blog-banner .image {
  min-height: 30rem;
}

.blog-banner .image img {
  height: 100%;
}

.ranked-guides article {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(210, 215, 217, 0.85);
}

.ranked-guides article:first-child {
  border-top: 0;
  padding-top: 0;
}

.ranked-guides .rank {
  color: var(--ollie-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 700;
}

.ranked-guides h2 {
  margin-bottom: 0.65rem;
  font-size: 1.45rem;
}

.blog-topic-index {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-topic-index article {
  background: linear-gradient(145deg, #fff 0%, var(--ollie-soft) 100%);
}

.blog-topic-index h3,
.destination-cards h3,
.allergy-country-cards h3,
.future-collections h3 {
  margin: 0.45rem 0 0.65rem;
}

.blog-topic-index h3 a {
  border-bottom: 0;
  color: var(--ollie-ink);
}

.blog-topic-index h3 a:hover {
  color: var(--ollie-teal-dark) !important;
}

.blog-topic-index article p:last-child,
.destination-cards article p:last-child,
.allergy-country-cards article p:last-child,
.future-collections article p:last-of-type {
  margin-bottom: 0;
}

.guide-collection > .lead {
  max-width: 54rem;
}

.destination-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.destination-cards article {
  background: var(--ollie-sand);
}

.subcollection-intro {
  max-width: 54rem;
  margin: 2.5rem 0 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(210, 215, 217, 0.85);
}

.subcollection-intro h3 {
  margin: 0.35rem 0 0.65rem;
  font-size: 1.45rem;
}

.allergy-country-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.allergy-country-cards article {
  background: var(--ollie-soft);
}

.collection-status {
  display: inline-block;
  color: var(--ollie-teal-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.future-collections {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.future-collections .collection-status {
  margin-top: 1rem;
}

.article-hero-image {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 52rem;
  height: 22rem;
  margin: 0 0 2.5rem;
  border-radius: 0.375em;
}

.article-hero-image img {
  width: 100%;
  height: 100%;
}

.draft-shell {
  max-width: 52rem;
}

.article-body {
  max-width: 52rem;
  font-size: 1.03rem;
  line-height: 1.8;
}

.article-body > p:first-of-type {
  color: #435156;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.6;
}

.article-body h2 {
  margin-top: 2.7rem;
  margin-bottom: 0.8rem;
  font-size: 1.55rem;
}

.article-body ul {
  margin-bottom: 1.8rem;
}

.article-photo {
  max-width: 38rem;
  margin: 2.2rem auto;
}

.article-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 28rem;
  object-fit: contain;
  object-position: center;
  border-radius: 0.375em;
}

.article-photo figcaption {
  margin-top: 0.7rem;
  color: #748085;
  font-size: 0.78rem;
  line-height: 1.5;
}

.article-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 2.2rem 0;
}

.article-photo-grid .article-photo {
  max-width: none;
  margin: 0;
}

.article-photo-grid .article-photo img {
  width: 100%;
  height: 19rem;
  object-fit: cover;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.35rem;
  margin: -1.1rem 0 2rem;
  color: #748085;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-note,
.article-sources {
  margin-top: 2.5rem;
  padding: 1.5rem 1.7rem;
  border-left: 4px solid var(--ollie-teal);
  background: var(--ollie-soft);
}

.article-note p:last-child,
.article-sources ul:last-child {
  margin-bottom: 0;
}

.article-sources h2 {
  margin-top: 0;
  font-size: 1.2rem;
}

.article-actions {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(210, 215, 217, 0.85);
}

.article-collection article p:last-child {
  margin-bottom: 0;
}

.draft-placeholder {
  margin: 2rem 0;
  padding: 2rem;
  border: 2px dashed rgba(63, 143, 136, 0.45);
  border-radius: 0.35rem;
  background: var(--ollie-soft);
}

.draft-placeholder strong {
  display: block;
  margin-bottom: 0.55rem;
}

#sidebar .sidebar-intro {
  margin-top: -0.25rem;
}

#sidebar .contact li {
  word-break: break-word;
}

@media screen and (max-width: 1280px) {
  #banner.home-banner .image,
  #banner.media-banner .image {
    width: 45%;
  }

  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 980px) {
  #banner.home-banner .content,
  #banner.media-banner .content {
    padding-right: 0;
  }

  #banner.home-banner .image,
  #banner.media-banner .image {
    min-height: 26rem;
  }

  .intro-columns,
  .value-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-topic-index,
  .allergy-country-cards,
  .future-collections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 736px) {
  #banner.home-banner,
  #banner.media-banner {
    flex-direction: column-reverse;
  }

  #banner.home-banner .image,
  #banner.media-banner .image {
    width: 100%;
    height: 24rem;
    min-height: 0;
    margin: 0 0 2.5rem;
  }

  #banner.home-banner .image img {
    object-position: center 57%;
  }

  .proof-strip,
  .resource-grid,
  .category-cards,
  .service-cards,
  .analytics-grid,
  .deep-proof-grid,
  .video-grid,
  .featured-story-grid {
    grid-template-columns: 1fr;
  }

  .featured-story-image {
    height: 14rem;
  }

  .proof-strip article {
    min-height: 0;
  }

  .proof-strip.media-stats {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .media-stats article {
    min-height: 8rem;
    padding: 0.75rem 0.55rem;
  }

  .media-stats span {
    font-size: 0.55rem;
    letter-spacing: 0.06em;
  }

  .media-stats strong {
    margin-top: 0.4rem;
    font-size: clamp(1.45rem, 5.2vw, 2.2rem);
  }

  .media-stats small {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .analytics-grid img,
  .deep-proof-grid img {
    height: auto;
    max-height: 38rem;
  }

  .analytics-grid.compact-analytics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-analytics img {
    height: 16rem;
  }

  .posts.editorial-posts article .image img {
    height: 17rem !important;
  }

  .cta-panel {
    padding: 2rem;
  }

  .ranked-guides article {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .article-hero-image {
    height: 17rem;
    margin-bottom: 2rem;
  }

  .article-photo-grid {
    grid-template-columns: 1fr;
  }

  .article-photo-grid .article-photo img {
    height: auto;
    max-height: 26rem;
    object-fit: contain;
  }
}

@media screen and (max-width: 480px) {
  #header .icons {
    top: 0.8rem;
    right: 0.65rem;
    gap: 0.48rem;
    padding: 0.45rem 0.5rem;
  }

  #header .icons li .icon:before {
    font-size: 1.05em;
  }

  #header .icons a.header-work-button {
    min-height: 2.2rem;
    padding: 0 0.75rem;
    font-size: 0.59rem;
  }

  #banner.media-banner .media-banner-actions {
    grid-template-columns: 1fr;
  }

  #banner.media-banner .media-banner-actions li:last-child {
    grid-column: auto;
  }

  .proof-strip.media-stats {
    grid-template-columns: repeat(6, minmax(7.25rem, 1fr));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
  }

  .compact-analytics {
    gap: 0.7rem;
  }

  .compact-analytics figure {
    padding: 0.45rem;
  }

  .compact-analytics img {
    height: 13rem;
  }

  .compact-analytics figcaption {
    font-size: 0.6rem;
    letter-spacing: 0.035em;
  }

}
