.gd-redesign {
  --gd-ink:#1d1d1b;
  --gd-paper:#faf7f2;
  --gd-peach:#ff7c58;
  --gd-green:#9cdeae;
  --gd-cream:#fff9e9;
  margin:0;
  background:var(--gd-paper);
  color:var(--gd-ink);
  font:16px/1.5 Montserrat,sans-serif
}
.gd-redesign * {
  box-sizing:border-box
}
.gd-redesign [hidden] {
  display:none!important
}
.gd-redesign h1,.gd-redesign h2,.gd-redesign h3,.gd-redesign p {
  margin:0
}
.gd-redesign h1,.gd-redesign h2,.gd-redesign h3,.gd-button,.gd-eyebrow,.gd-redesign summary,.gd-read-more {
  font-family:'Zalando Sans Expanded',sans-serif
}
.gd-redesign h2 {
  font-size:39px;
  line-height:1.2;
  font-weight:700;
  text-transform:uppercase
}
.gd-redesign a {
  color:inherit;
  text-decoration:none
}
.gd-redesign button,.gd-redesign input,.gd-redesign textarea {
  font:inherit
}
.gd-redesign button,.gd-redesign summary {
  cursor:pointer
}
.gd-redesign img {
  display:block;
  max-width:100%;
  height:auto
}
.gd-redesign a:focus-visible,.gd-redesign button:focus-visible,.gd-redesign summary:focus-visible {
  outline:3px solid var(--gd-peach);
  outline-offset:5px
}
.gd-container {
  width:min(1248px,calc(100% - 96px));
  margin-inline:auto
}
.gd-container-narrow {
  max-width:925px
}
.gd-section {
  padding:62px 0
}
.gd-section-heading {
  text-align:center;
  margin-bottom:42px
}
.gd-eyebrow {
  color:var(--gd-peach);
  font-size:14px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:16px!important
}
.gd-intro {
  max-width:965px;
  margin:16px auto 0;
  font-size:19px;
  line-height:1.35
}
.gd-section-heading h2+.gd-intro {
  margin-top:16px
}
.gd-intro p+p {
  margin-top:12px
}
.gd-buttons,.gd-pills {
  display:flex;
  gap:20px;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap
}
.gd-pills {
  gap:30px
}
.gd-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:45px;
  padding:10px 23px;
  border:2px solid transparent;
  border-radius:30px;
  background:var(--gd-peach);
  color:var(--gd-ink);
  font-size:14px;
  font-weight:700;
  line-height:21px;
  text-align:center;
  text-transform:uppercase;
  transition:background .18s,color .18s,border-color .18s,transform .18s
}
.gd-button:hover {
  transform:translateY(-2px);
  background:#fca185
}
.gd-button-green {
  background:var(--gd-green)
}
.gd-button-green:hover {
  background:#b5ecc4
}
.gd-button-outline {
  background:transparent;
  border-color:currentColor
}
.gd-button-outline:hover {
  background:var(--gd-peach);
  color:var(--gd-ink);
  border-color:var(--gd-peach)
}
/* Outlined actions on dark panels keep their transparent fill on interaction. */
.gd-redesign :is(.gd-hero,.gd-about-join,.gd-footer-contact) .gd-button-outline {
  color:#fff;
  border-color:currentColor;
  background:transparent
}
.gd-redesign :is(.gd-hero,.gd-about-join,.gd-footer-contact) .gd-button-outline:is(:hover,:focus-visible),
.gd-redesign .gd-trip-hero .gd-trip-question:is(:hover,:focus-visible) {
  color:var(--gd-peach);
  border-color:currentColor;
  background:transparent
}
.gd-section-link {
  text-align:center;
  margin-top:40px
}
.gd-richtext p+p,.gd-richtext ul,.gd-richtext h2,.gd-richtext h3 {
  margin-top:20px
}
.gd-richtext h2 {
  font-size:24px
}
.gd-richtext h3 {
  font-size:20px
}
.gd-richtext a {
  text-decoration:underline
}
.gd-header {
  height:74px;
  background:var(--gd-ink);
  color:var(--gd-paper);
  display:flex;
  align-items:center;
  padding:0 max(32px,calc((100% - 1292px)/2));
  gap:30px
}
.gd-brand {
  width:365px;
  flex-shrink:0;
  font:700 18px 'Zalando Sans Expanded',sans-serif;
  letter-spacing:.5em
}
.gd-brand .gd-logo {
  display:none
}
.gd-desktop-nav {
  margin-left:auto
}
.gd-desktop-nav ul {
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  gap:25px
}
.gd-desktop-nav a {
  display:block;
  font:700 13px 'Zalando Sans Expanded',sans-serif;
  text-transform:uppercase;
  white-space:nowrap
}
.gd-desktop-nav li {
  position:relative
}
.gd-desktop-nav .sub-menu {
  display:none;
  position:absolute;
  top:100%;
  left:0;
  padding:20px;
  min-width:180px;
  background:var(--gd-ink);
  z-index:20;
  box-shadow:0 5px 15px #0002
}
.gd-desktop-nav li:hover>.sub-menu,.gd-desktop-nav li:focus-within>.sub-menu {
  display:grid;
  gap:15px
}
.gd-header-actions {
  display:flex;
  gap:18px;
  align-items:center
}
.gd-socials {
  display:flex;
  gap:12px
}
.gd-socials img {
  width:26px;
  height:26px;
  object-fit:contain;
  filter:invert(1)
}
.gd-cart {
  position:relative;
  width:32px;
  height:32px
}
.gd-cart svg {
  width:30px;
  height:30px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8
}
.gd-cart-count {
  position:absolute;
  top:-6px;
  right:-6px;
  background:var(--gd-peach);
  color:var(--gd-ink);
  border-radius:50%;
  font-size:10px;
  min-width:16px;
  text-align:center
}
.gd-menu-open {
  display:none;
  background:none;
  border:0;
  color:inherit;
  width:36px;
  padding:3px
}
.gd-menu-open span {
  display:block;
  background:currentColor;
  height:2px;
  margin:6px 0
}
.gd-hero {
  display:grid;
  grid-template-columns:33% 67%;
  min-height:568px;
  background:var(--gd-ink);
  color:var(--gd-paper)
}
.gd-hero-copy {
  padding:28px 40px 70px max(32px,calc((100vw - 1292px)/2));
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-end
}
.gd-hero-badge {
  max-width:110px!important;
  max-height:64px;
  object-fit:contain;
  margin-bottom:auto
}
.gd-hero h1 {
  font-size:clamp(42px,4.15vw,60px);
  font-weight:700;
  line-height:1.03;
  text-transform:uppercase;
  margin-top:70px
}
.gd-hero-copy>p {
  font-size:19px;
  line-height:1.3;
  margin-top:20px
}
.gd-hero .gd-buttons {
  justify-content:flex-start;
  gap:16px;
  margin-top:36px;
  flex-wrap:nowrap
}
.gd-hero .gd-button {
  font-size:12px;
  padding-inline:18px;
  white-space:nowrap
}
.gd-hero-media {
  position:relative;
  min-width:0
}
.gd-hero-photo {
  width:100%;
  height:100%!important;
  position:absolute;
  object-fit:cover
}
.gd-play {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:2px solid #fff;
  border-radius:16px;
  padding:10px 30px;
  font-size:42px
}
.gd-destinations {
  padding-top:36px;
  padding-bottom:50px
}
.gd-gallery-section {
  padding-top:28px;
  background:var(--gd-ink);
  color:var(--gd-paper)
}
.gd-scroll-track {
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scrollbar-width:none
}
.gd-scroll-track::-webkit-scrollbar {
  display:none
}
.gd-gallery>div {
  flex:0 0 20%;
  scroll-snap-align:start
}
.gd-gallery img {
  width:100%;
  height:383px;
  object-fit:cover
}
.gd-carousel-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
  padding:12px
}
.gd-carousel-controls>span {
  color:var(--gd-peach);
  font-size:12px
}
.gd-carousel-controls button {
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:var(--gd-peach);
  color:var(--gd-ink);
  font-size:28px;
  line-height:20px
}
.gd-carousel-controls button:disabled {
  opacity:.3;
  cursor:default
}
.gd-standards-grid {
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:28px
}
.gd-standards-grid details {
  position:relative;
  text-align:center
}
.gd-standards-grid summary {
  list-style:none;
  font-size:12px;
  font-weight:700;
  line-height:1.3;
  text-transform:uppercase;
  min-height:90px
}
.gd-standards-grid summary img {
  width:66px;
  height:52px;
  object-fit:contain;
  margin:0 auto 18px
}
.gd-standards-grid .gd-richtext {
  font-size:13px;
  text-align:left;
  margin-top:20px
}
.gd-more-info {
  margin:36px auto 0;
  max-width:860px;
  border-top:1px solid #1d1d1b25;
  padding-top:20px
}
.gd-more-info>summary {
  font-size:14px;
  text-align:center
}
.gd-more-info .gd-richtext {
  margin-top:20px
}
.gd-certificates {
  display:flex;
  justify-content:center;
  gap:25px;
  margin-top:20px
}
.gd-certificates img {
  height:60px;
  width:auto
}
.gd-trips {
  padding-top:30px
}
.gd-trips .gd-intro {
  max-width:720px;
  font-size:16px
}
.gd-filter-label {
  text-align:center;
  font:600 14px 'Zalando Sans Expanded',sans-serif;
  margin:0 0 20px!important
}
.gd-months {
  gap:12px;
  margin-bottom:40px
}
.gd-months .gd-button {
  font-size:11px;
  min-height:34px;
  padding:3px 18px
}
.gd-months .is-active {
  background:var(--gd-peach);
  border-color:var(--gd-peach)
}
.gd-trip-grid,.gd-blog-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px 18px
}
.gd-trip-card,.gd-blog-card {
  background:white;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 2px 2px #0002
}
.gd-trip-image {
  display:block;
  position:relative;
  aspect-ratio:1.87;
  overflow:hidden
}
.gd-trip-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s
}
.gd-trip-image:hover img {
  transform:scale(1.04)
}
.gd-trip-image>div {
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(transparent,#0006);
  color:white;
  text-align:center;
  font:700 24px 'Zalando Sans Expanded',sans-serif;
  text-transform:uppercase
}
.gd-card-body {
  padding:20px 24px 24px
}
.gd-card-body h3 {
  font-size:19px;
  line-height:1.3
}
.gd-trip-date {
  font-size:12px;
  margin:8px 0!important
}
.gd-price-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin:10px 0 18px
}
.gd-price-row strong {
  font:700 20px 'Zalando Sans Expanded',sans-serif
}
.gd-level {
  font-size:10px;
  font-weight:700;
  background:var(--gd-ink);
  color:white;
  border-radius:4px;
  padding:2px 6px;
  text-align:center
}
.gd-level:empty {
  display:none
}
.gd-trip-card .gd-button {
  width:100%;
  font-size:12px;
  min-height:38px;
  padding-block:5px
}
.gd-empty {
  text-align:center;
  padding:40px
}
.gd-pagination {
  display:flex;
  gap:12px;
  justify-content:center;
  margin-top:40px
}
.gd-pagination button {
  border:0;
  background:transparent;
  color:var(--gd-ink);
  border-radius:50%;
  width:32px;
  height:32px
}
.gd-pagination [aria-current=page] {
  background:var(--gd-peach)
}
.gd-reviews {
  background:var(--gd-ink);
  color:var(--gd-paper);
  padding-top:64px
}
.gd-review-track {
  gap:16px
}
.gd-review-card {
  flex:0 0 calc((100% - 32px)/3);
  scroll-snap-align:start;
  background:white;
  color:var(--gd-ink);
  padding:24px;
  border-radius:8px;
  align-self:flex-start;
  min-height:196px
}
.gd-review-original {
  width:100%;
  object-fit:contain
}
.gd-stars {
  color:#f4b448;
  font-size:23px;
  letter-spacing:3px
}
.gd-review-card blockquote {
  font-size:14px;
  line-height:1.5;
  margin:22px 0
}
.gd-review-card>p {
  font-size:12px;
  font-weight:700;
  text-transform:uppercase
}
.gd-reviews .gd-section-link {
  margin-top:15px
}
.gd-faq-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 18px;
  align-items:start
}
.gd-faq-grid details {
  background:white;
  border-bottom:1px solid #eee
}
.gd-faq-grid summary {
  padding:20px 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  font-size:13px;
  font-weight:600;
  list-style:none;
  min-height:64px
}
.gd-faq-grid summary span {
  color:var(--gd-peach);
  font-size:20px
}
.gd-faq-grid details[open] summary span {
  transform:rotate(45deg)
}
.gd-faq-grid .gd-richtext {
  padding:0 24px 24px;
  font-size:14px
}
.gd-redesign summary::-webkit-details-marker {
  display:none
}
.gd-blog-card>a {
  display:block;
  aspect-ratio:1.87
}
.gd-blog-card>a>img {
  width:100%;
  height:100%;
  object-fit:cover
}
.gd-category {
  display:inline-block;
  border-radius:20px;
  background:#ffdf8b;
  padding:4px 13px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:14px
}
.gd-blog-card:nth-child(2) .gd-category {
  background:#b9e9c8
}
.gd-blog-card:nth-child(3) .gd-category {
  background:#c7e6f1
}
.gd-blog-card .gd-card-body {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-height:230px
}
.gd-post-meta {
  font-size:12px;
  margin-top:14px!important
}
.gd-read-more {
  display:block;
  color:var(--gd-peach)!important;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  margin-top:auto;
  padding-top:28px
}
.gd-bottom-sections {
  background:var(--gd-cream)
}
.gd-instagram-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.gd-instagram .gd-section-heading {
  text-align:left
}
.gd-instagram-grid {
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:40px
}
.gd-instagram-grid img {
  aspect-ratio:4/5;
  object-fit:cover;
  width:100%;
  border-radius:16px
}
.gd-seo {
  padding-top:0;
  padding-bottom:50px
}
.gd-seo summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  list-style:none
}
.gd-seo h2 {
  font-size:27px
}
.gd-seo summary>span {
  color:var(--gd-peach);
  font-size:30px
}
.gd-seo .gd-richtext {
  margin-top:24px;
  font-size:14px;
  columns:3;
  column-gap:40px
}
.gd-seo .gd-richtext h2 {
  font-size:18px
}
.gd-seo .gd-richtext h3 {
  font-size:16px
}
.gd-partners {
  padding-bottom:60px;
  text-align:center
}
.gd-partners>.gd-eyebrow {
  color:#87867e;
  font-size:12px;
  margin-bottom:36px!important
}
.gd-partners>div {
  display:flex;
  gap:45px;
  align-items:center;
  justify-content:space-between
}
.gd-partners a {
  flex:0 1 auto
}
.gd-partners img {
  max-height:65px;
  width:auto;
  object-fit:contain
}
.gd-footer {
  background:var(--gd-ink);
  color:var(--gd-paper);
  padding-top:45px
}
.gd-footer-newsletter {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
  border-bottom:1px solid #ffffff25;
  padding-bottom:30px
}
.gd-footer-newsletter h2 {
  font-size:22px
}
.gd-footer-newsletter p {
  font-size:14px;
  margin-top:8px
}
.gd-footer-columns {
  display:grid;
  grid-template-columns:2fr 1.1fr 1fr 1fr 1.8fr;
  gap:30px;
  padding:40px 0
}
.gd-footer-columns h2 {
  font-size:21px;
  margin-bottom:18px
}
.gd-footer-columns h3 {
  font-size:12px;
  color:var(--gd-peach);
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:16px
}
.gd-footer-columns p {
  font-size:12px;
  margin-bottom:20px
}
.gd-footer-art img {
  max-height:160px;
  object-fit:contain;
  margin:auto
}
.gd-footer nav ul {
  margin:0;
  padding:0;
  list-style:none
}
.gd-footer nav a {
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  display:block;
  padding:4px 0
}
.gd-contact-details {
  font-size:13px;
  overflow-wrap:anywhere
}
.gd-contact-details a {
  display:block
}
.gd-footer .gd-button {
  font-size:10px;
  min-height:34px;
  padding:4px 15px
}
.gd-footer-legal {
  font-size:10px;
  color:#b0afaa;
  border-top:1px solid #ffffff25;
  padding:20px 0 50px
}
.gd-footer-border {
  width:100%;
  max-height:40px;
  object-fit:cover
}
.gd-dialog {
  border:0;
  padding:0;
  width:min(960px,calc(100% - 40px));
  max-height:calc(100dvh - 40px);
  border-radius:20px;
  background:var(--gd-paper);
  color:var(--gd-ink);
  overflow:auto
}
.gd-dialog::backdrop,.gd-menu-dialog::backdrop {
  background:#0009;
  backdrop-filter:blur(3px)
}
.gd-dialog-grid {
  display:grid;
  grid-template-columns:44% 56%;
  min-height:540px
}
.gd-close {
  position:absolute;
  z-index:2;
  top:22px;
  right:22px;
  border:0;
  border-radius:50%;
  width:30px;
  height:30px;
  background:var(--gd-ink);
  color:white;
  font-size:26px;
  line-height:24px
}
.gd-dialog-copy {
  background:var(--gd-ink);
  color:var(--gd-paper);
  padding:70px 45px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.gd-dialog h2 {
  font-size:37px;
  line-height:1.15
}
.gd-dialog-copy>p:not(.gd-eyebrow) {
  margin:20px 0;
  font-size:14px
}
.gd-dialog-form {
  padding:70px 45px 40px;
  align-self:center;
  width:100%
}
.gd-dialog-image img {
  width:100%;
  height:100%;
  object-fit:cover
}
.gd-dialog-form>p:not(.gd-badge) {
  font-size:17px;
  margin:24px 0
}
.gd-badge {
  display:inline-block;
  background:#ffe09a;
  border-radius:4px;
  padding:3px 9px;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  margin-bottom:20px!important
}
.gd-form input:not([type=checkbox]):not([type=submit]),.gd-form textarea,.gd-form select {
  width:100%;
  background:transparent;
  border:1px solid #d9bdae;
  border-radius:18px;
  padding:13px 17px;
  min-height:45px;
  box-shadow:none;
  color:inherit
}
.gd-form textarea {
  border-radius:10px;
  min-height:140px;
  max-height:240px;
  resize:vertical
}
.gd-form input[type=submit] {
  border:0;
  background:var(--gd-peach);
  border-radius:28px;
  width:100%;
  padding:13px 20px;
  font:700 13px 'Zalando Sans Expanded',sans-serif;
  text-transform:uppercase;
  cursor:pointer;
  color:var(--gd-ink);
  height:auto;
  position:static
}
.gd-form .wpcf7-form>div,.gd-form .wpcf7-form>p {
  margin-top:18px
}
.gd-form .wpcf7-list-item {
  margin:0
}
.gd-form .wpcf7-list-item>label {
  display:flex;
  align-items:flex-start;
  gap:10px;
  font-size:11px;
  font-weight:400;
  line-height:1.5
}
.gd-form input[type=checkbox] {
  accent-color:var(--gd-peach);
  flex-shrink:0;
  margin-top:3px
}
.gd-form .wpcf7-not-valid-tip {
  font-size:12px
}
.gd-form .wpcf7-response-output {
  font-size:13px;
  margin:15px 0;
  padding:12px
}
.gd-form .wpcf7-spinner {
  display:none
}
.gd-form .submitting .wpcf7-spinner {
  display:inline-block
}
.gd-footer .gd-form {
  font-size:12px
}
.gd-newsletter-form .wpcf7-form>div:first-of-type {
  display:flex;
  gap:12px
}
.gd-newsletter-form .wpcf7-form-control-wrap {
  flex:1
}
.gd-newsletter-form input[type=submit] {
  width:auto;
  font-size:11px
}
.gd-footer .gd-form .wpcf7-list-item>label {
  color:#aaa;
  font-size:9px
}
.gd-footer .gd-form input[type=email] {
  background:#ffffff25;
  color:white;
  border:0
}
.gd-footer .gd-form input::placeholder {
  color:#ddd
}
.gd-menu-dialog {
  background:var(--gd-ink);
  color:var(--gd-paper);
  padding:80px 32px 40px;
  width:min(500px,100%);
  height:100dvh;
  max-height:100dvh;
  border:0;
  margin:0 0 0 auto
}
.gd-menu-dialog .gd-close {
  background:var(--gd-paper);
  color:var(--gd-ink)
}
.gd-menu-dialog ul {
  list-style:none;
  padding:0;
  margin:0
}
.gd-menu-dialog nav>ul>li {
  border-bottom:1px solid #ffffff30;
  padding:16px 0
}
.gd-menu-dialog nav>ul>li>a {
  font:700 22px 'Zalando Sans Expanded',sans-serif;
  text-transform:uppercase
}
.gd-menu-dialog .sub-menu {
  display:grid;
  gap:10px;
  padding:15px 0 0 16px
}
.gd-menu-dialog .gd-socials {
  margin-top:40px
}
.gd-modal-open {
  overflow:hidden
}
.gd-skip,.gd-sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip-path:inset(50%)
}
.gd-skip:focus {
  clip-path:none;
  width:auto;
  height:auto;
  padding:16px;
  background:white;
  color:black;
  z-index:1000
}
@media(min-width:1600px) {
  .gd-hero {
    min-height:640px
  }
  .gd-hero-copy {
    padding-left:max(74px,calc((100vw - 1450px)/2))
  }
}
@media(max-width:1250px) {
  .gd-brand {
    width:23%
  }
  .gd-header {
    gap:20px
  }
  .gd-desktop-nav ul {
    gap:15px
  }
  .gd-header-socials {
    display:none
  }
  .gd-hero-copy {
    padding-left:32px;
    padding-right:24px
  }
  .gd-hero .gd-buttons {
    flex-wrap:wrap
  }
  .gd-container {
    width:calc(100% - 64px)
  }
  .gd-footer-columns {
    gap:22px
  }
  .gd-standards-grid {
    gap:16px
  }
}
@media(max-width:900px) {
  .gd-redesign h2 {
    font-size:30px
  }
  .gd-section {
    padding:44px 0
  }
  .gd-header {
    height:64px;
    padding:0 24px;
    justify-content:space-between
  }
  .gd-brand {
    width:auto
  }
  .gd-brand>span {
    display:none
  }
  .gd-brand .gd-logo {
    display:block;
    width:70px;
    max-height:40px;
    object-fit:contain
  }
  .gd-menu-open {
    display:block
  }
  .gd-desktop-nav {
    display:none
  }
  .gd-hero-copy {
    padding:35px 24px
  }
  .gd-hero h1 {
    font-size:42px
  }
  .gd-hero-copy>p {
    font-size:16px
  }
  .gd-hero {
    grid-template-columns:40% 60%;
    min-height:500px
  }
  .gd-hero .gd-buttons {
    gap:12px
  }
  .gd-trip-grid,.gd-blog-grid {
    gap:18px;
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .gd-blog-card:last-child {
    display:none
  }
  .gd-standards-grid {
    grid-template-columns:repeat(3,1fr);
    gap:30px
  }
  .gd-gallery>div {
    flex-basis:33.33%
  }
  .gd-review-card {
    flex-basis:calc((100% - 16px)/2)
  }
  .gd-instagram-grid {
    gap:16px
  }
  .gd-instagram-heading {
    display:block
  }
  .gd-instagram-heading>.gd-button {
    margin-bottom:30px
  }
  .gd-footer-columns {
    grid-template-columns:2fr 1fr 1fr
  }
  .gd-footer-art {
    display:none
  }
  .gd-footer-columns>div:last-child {
    grid-column:1/-1
  }
  .gd-footer-newsletter {
    gap:30px
  }
  .gd-seo .gd-richtext {
    columns:2
  }
  .gd-dialog-grid {
    min-height:480px
  }
  .gd-dialog-copy,.gd-dialog-form {
    padding:55px 28px 35px
  }
  .gd-dialog h2 {
    font-size:29px
  }
}
@media(max-width:600px) {
  .gd-redesign {
    font-size:14px
  }
  .gd-container {
    width:calc(100% - 40px)
  }
  .gd-section {
    padding:36px 0
  }
  .gd-redesign h2 {
    font-size:25px
  }
  .gd-eyebrow {
    font-size:11px;
    margin-bottom:14px!important
  }
  .gd-section-heading {
    margin-bottom:28px
  }
  .gd-intro {
    font-size:15px
  }
  .gd-header {
    height:55px;
    padding-inline:20px
  }
  .gd-header-actions {
    gap:20px
  }
  .gd-hero {
    position:relative;
    display:block;
    min-height:550px
  }
  .gd-hero-media {
    position:absolute;
    inset:0;
    z-index:0
  }
  .gd-hero-media:after {
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,#0009,#0001)
  }
  .gd-hero-copy {
    position:relative;
    z-index:1;
    padding:70px 24px 52px;
    min-height:550px;
    max-width:100%;
    justify-content:flex-end;
    pointer-events:none
  }
  .gd-hero-copy a {
    pointer-events:auto
  }
  .gd-hero-badge {
    display:none!important
  }
  .gd-hero h1 {
    font-size:48px;
    margin-top:0;
    max-width:290px
  }
  .gd-hero-copy>p {
    max-width:260px;
    font-size:17px;
    margin-top:15px
  }
  .gd-hero .gd-buttons {
    margin-top:28px;
    flex-wrap:nowrap
  }
  .gd-hero .gd-button {
    font-size:11px;
    padding:7px 18px;
    min-height:39px
  }
  .gd-play {
    z-index:2;
    left:auto;
    right:24px;
    top:30%;
    font-size:28px;
    padding:6px 17px
  }
  .gd-pills {
    gap:12px
  }
  .gd-pills .gd-button {
    min-height:38px;
    font-size:11px;
    padding:6px 17px
  }
  .gd-gallery-section {
    padding-top:14px
  }
  .gd-gallery>div {
    flex-basis:70%
  }
  .gd-gallery img {
    height:290px
  }
  .gd-standards-grid {
    gap:26px 14px
  }
  .gd-standards-grid summary {
    font-size:10px
  }
  .gd-standards-grid summary img {
    width:48px;
    height:42px
  }
  .gd-more-info {
    margin-top:24px
  }
  .gd-months {
    justify-content:flex-start;
    flex-wrap:nowrap;
    overflow-x:auto;
    margin-bottom:26px;
    padding-bottom:8px;
    scrollbar-width:none
  }
  .gd-months button {
    white-space:nowrap
  }
  .gd-trips .gd-intro {
    font-size:14px
  }
  .gd-trip-grid {
    grid-template-columns:1fr;
    gap:22px
  }
  .gd-trip-image {
    aspect-ratio:1.85
  }
  .gd-card-body {
    padding:18px 22px 22px
  }
  .gd-card-body h3 {
    font-size:19px
  }
  .gd-trip-date {
    font-size:11px
  }
  .gd-trip-card .gd-button {
    min-height:40px
  }
  .gd-pagination {
    margin-top:25px
  }
  .gd-review-card {
    flex-basis:88%;
    padding:20px
  }
  .gd-review-track {
    margin-right:-20px;
    padding-right:20px
  }
  .gd-faq-grid {
    grid-template-columns:1fr
  }
  .gd-faq-grid summary {
    font-size:11px;
    min-height:60px;
    padding:18px
  }
  .gd-faq-grid .gd-richtext {
    padding-inline:18px
  }
  .gd-section-link {
    margin-top:28px
  }
  .gd-section-link .gd-button {
    font-size:10px;
    padding-inline:17px
  }
  .gd-blog-grid {
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    margin-right:-20px;
    padding:0 20px 4px 0
  }
  .gd-blog-card {
    flex:0 0 88%;
    scroll-snap-align:start
  }
  .gd-blog-card:last-child {
    display:block
  }
  .gd-blog-card .gd-card-body {
    min-height:220px
  }
  .gd-instagram-grid {
    display:flex;
    overflow-x:auto;
    gap:16px;
    margin-right:-20px;
    padding-right:20px
  }
  .gd-instagram-grid>a {
    flex:0 0 42%
  }
  .gd-instagram .gd-section-heading {
    margin-bottom:20px
  }
  .gd-instagram-heading>.gd-button {
    font-size:11px;
    min-height:40px
  }
  .gd-seo {
    padding-top:8px
  }
  .gd-seo h2 {
    font-size:18px
  }
  .gd-seo .gd-richtext {
    columns:1;
    font-size:13px
  }
  .gd-partners {
    padding:20px 0 35px
  }
  .gd-partners>div {
    flex-wrap:wrap;
    justify-content:center;
    gap:22px
  }
  .gd-partners img {
    max-height:42px;
    max-width:110px
  }
  .gd-footer {
    padding-top:30px
  }
  .gd-footer-newsletter {
    display:block;
    padding-bottom:28px
  }
  .gd-footer-newsletter h2 {
    font-size:19px
  }
  .gd-footer-newsletter p {
    font-size:12px
  }
  .gd-footer .gd-form {
    margin-top:20px
  }
  .gd-footer-columns {
    grid-template-columns:1fr 1fr;
    gap:26px;
    padding:28px 0
  }
  .gd-footer-columns>div:first-child {
    grid-column:1/-1
  }
  .gd-footer-columns h2 {
    font-size:19px
  }
  .gd-footer-columns h3 {
    font-size:11px
  }
  .gd-footer nav a {
    font-size:11px;
    padding:5px 0
  }
  .gd-footer-legal {
    padding-bottom:25px
  }
  .gd-footer-border {
    height:25px
  }
  .gd-dialog {
    width:calc(100% - 28px);
    max-height:calc(100dvh - 28px);
    border-radius:15px
  }
  .gd-dialog-grid {
    grid-template-columns:1fr;
    min-height:0
  }
  .gd-dialog-copy {
    padding:40px 24px 24px
  }
  .gd-dialog-copy h2 {
    font-size:29px
  }
  .gd-dialog-copy .gd-socials {
    display:none
  }
  .gd-dialog-form {
    padding:28px 24px
  }
  .gd-dialog-image {
    height:145px
  }
  .gd-newsletter-dialog .gd-dialog-form {
    padding-top:25px
  }
  .gd-dialog h2 {
    font-size:28px
  }
  .gd-dialog-form>p:not(.gd-badge) {
    font-size:14px;
    margin:17px 0
  }
  .gd-close {
    top:14px;
    right:14px
  }
  .gd-newsletter-form input[type=submit] {
    padding-inline:13px;
    font-size:10px
  }
  .gd-dialog .gd-form .wpcf7-form>div {
    margin-top:13px
  }
}
@media(prefers-reduced-motion:reduce) {
  .gd-redesign * {
    scroll-behavior:auto!important;
    transition:none!important
  }
}
.gd-redesign a.gd-button:not(.gd-button-outline) {
  color:var(--gd-ink)
}
.gd-dialog .gd-form input[type=submit] {
  margin-top:12px
}
.gd-review-track {
  align-items:stretch
}
.gd-review-card {
  align-self:stretch;
  display:flex;
  flex-direction:column
}
.gd-review-card>p {
  margin-top:auto
}
.gd-review-card blockquote {
  margin-top:10px
}
.gd-review-card .gd-stars:empty {
  display:none
}
.gd-price-row strong {
  white-space:nowrap;
  font-size:18px
}
.gd-level {
  max-width:45%;
  font-size:9px
}
.gd-redesign .gd-logo {
  filter:brightness(0) invert(1);
  width:95px
}
.gd-trip-image>div {
  padding:18px;
  overflow-wrap:normal;
  font-size:22px
}
.gd-redesign img.emoji {
  display:inline!important;
  width:1em!important;
  height:1em!important
}
@media(max-width:600px) {
  .gd-price-row strong {
    font-size:17px
  }
  .gd-level {
    max-width:42%
  }
  .gd-trip-image>div {
    font-size:21px
  }
}
.gd-carousel-dots {
  display:flex;
  gap:10px;
  align-items:center
}
.gd-carousel-controls .gd-carousel-dots button {
  width:8px;
  height:8px;
  padding:0;
  background:#888;
  border:0
}
.gd-carousel-controls .gd-carousel-dots [aria-current=true] {
  background:var(--gd-peach)
}

/* Inputs use their border to indicate focus, without an outer ring. */
.gd-redesign input:focus-visible,.gd-redesign textarea:focus-visible,.gd-redesign select:focus-visible {outline:none;border-color:var(--gd-ink)}
