/* Visual system matched to shop.travelshertz.com: Jost body, DM Sans headings, charcoal header, taupe buttons. */
:root {
  --bg: #f4f4f4;
  --paper: #ffffff;
  --ink: #2b2c2d;
  --strong: #262626;
  --muted: rgba(43, 44, 45, 0.75);
  --link: #001128;
  --header: #1c2228;
  --bar: #323841;
  --taupe: #b7aca2;
  --taupe-deep: #797068;
  --sand: #c2b7ac;
  --line: rgba(43, 44, 45, 0.16);
  --radius: 8px;
  --btn: 6px;
  --font: Jost, "Segoe UI", sans-serif;
  --display: "DM Sans", "Segoe UI", sans-serif;
  --page: 120rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { font-size: 62.5%; scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100%;
  background: var(--bg);
  color: var(--muted);
  font-family: var(--font);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06rem;
  line-height: 1.8;
}

img { max-width: 100%; height: auto; }

h1, h2, h3, .sub-label {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: 0;
  color: var(--strong);
  line-height: 1.25;
}

h1 { font-size: 3rem; margin: 0 0 1.2rem; }
h2 { font-size: 2.2rem; margin: 0 0 1rem; }
h3 { font-size: 1.7rem; margin: 0 0 0.6rem; }

@media (min-width: 750px) {
  h1 { font-size: 4rem; }
  h2 { font-size: 2.4rem; }
}

p { margin: 0 0 1.2rem; }
a { color: var(--link); }
button, input, select, textarea { font: inherit; letter-spacing: 0.04rem; }

.skip {
  position: absolute;
  left: 1rem;
  top: -8rem;
  background: #fff;
  color: #000;
  padding: 1rem 1.4rem;
  z-index: 80;
  border-radius: var(--btn);
}
.skip:focus { top: 1rem; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-width {
  width: min(var(--page), calc(100% - 3rem));
  margin-inline: auto;
}
@media (min-width: 990px) {
  .page-width { width: min(var(--page), calc(100% - 10rem)); }
}

.announce {
  background: var(--bar);
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
}
.announce p { margin: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--header);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-bar {
  display: grid;
  grid-template-columns: 4.4rem 1fr 4.4rem;
  align-items: center;
  min-height: 7.4rem;
  padding: 0.6rem 1.2rem;
  position: relative;
}

.logo { justify-self: center; display: flex; line-height: 0; text-decoration: none; }
.logo img { width: 70px; height: 70px; }

.nav-toggle {
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.js .nav-toggle { display: inline-flex; }
.nav-toggle svg { width: 1.8rem; height: 1.6rem; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

.primary, .sub ul, .nouns, .footer ul { list-style: none; margin: 0; padding: 0; }

.primary a.top {
  color: var(--strong);
  text-decoration: none;
  display: flex;
  align-items: center;
  min-height: 4.4rem;
  padding: 0.4rem 2rem;
}
.primary a.top:hover,
.primary a[aria-current="page"] { text-decoration: underline; text-underline-offset: 0.3rem; }

.nav {
  grid-column: 1 / -1;
  background: var(--bg);
  color: var(--ink);
}
.js .nav { display: none; }
.js .nav.is-open {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: calc(100vh - 8rem);
  overflow: auto;
  box-shadow: 0 8px 20px rgba(0, 17, 40, 0.12);
  border-top: 1px solid var(--line);
}

.shop-line { display: flex; align-items: center; justify-content: space-between; }
.shop-line .top { flex: 1; }
.sub-toggle {
  display: none;
  width: 4.4rem;
  height: 4.4rem;
  margin-right: 0.6rem;
  border: 0;
  background: transparent;
  color: var(--strong);
  cursor: pointer;
}
.js .sub-toggle { display: inline-flex; align-items: center; justify-content: center; }
.sub-toggle svg { width: 1rem; height: 0.6rem; }
.sub-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }

.sub { padding: 0 2rem 1.4rem 3.2rem; }
.js .sub { display: none; }
.js .has-sub.is-open .sub { display: block; }
.sub-label {
  margin: 1rem 0 0.4rem;
  font-size: 1.4rem;
}
.sub-single { padding-top: 1rem; }
.sub-single a { font-family: var(--display); font-weight: 500; color: var(--strong); }
.sub a {
  display: block;
  color: var(--ink);
  text-decoration: none;
  padding: 0.45rem 0;
  font-size: 1.5rem;
}
.sub a:hover { text-decoration: underline; text-underline-offset: 0.25rem; }

@media (min-width: 990px) {
  .header-bar {
    display: flex;
    gap: 1.2rem;
    padding: 0.8rem 3rem;
  }
  .header-spacer, .nav-toggle, .sub-toggle { display: none !important; }
  .logo { justify-self: auto; margin-right: 0.8rem; }
  .nav, .js .nav {
    display: block;
    position: static;
    background: transparent;
    max-height: none;
    overflow: visible;
    box-shadow: none;
    border: 0;
    grid-column: auto;
  }
  .primary { display: flex; align-items: center; gap: 0.2rem; }
  .primary a.top {
    color: #fff;
    padding: 1rem 1.2rem;
    min-height: 0;
  }
  .header-bar { position: relative; }
  .has-sub { position: static; }
  .sub, .js .sub {
    display: none;
    position: absolute;
    top: calc(100% - 0.2rem);
    left: 16rem;
    right: auto;
    width: max-content;
    max-width: calc(100vw - 8rem);
    padding: 2rem 2.2rem 2.2rem;
    background: var(--bg);
    border-radius: var(--radius);
    box-shadow: 0 4px 16px rgba(0, 17, 40, 0.12);
    grid-template-columns: max-content max-content max-content max-content;
    gap: 1.6rem 3.2rem;
    z-index: 60;
  }
  .has-sub:hover .sub,
  .has-sub:focus-within .sub,
  .js .has-sub:hover .sub,
  .js .has-sub:focus-within .sub { display: grid; }
  .sub-label { margin-top: 0; color: var(--strong); }
  .sub-single { padding-top: 0; }
  .sub-single a { padding-top: 0; }
  .sub a { color: rgba(43, 44, 45, 0.9); padding: 0.35rem 0; }
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 34rem;
  background: var(--header);
  overflow: hidden;
}
@media (min-width: 750px) {
  .hero { min-height: 56rem; }
}
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; }
.hero-shade { background: #323841; opacity: 0.4; }
.hero-inner { position: relative; z-index: 1; padding: 3rem 0; width: min(var(--page), calc(100% - 3rem)); margin-inline: auto; }
@media (min-width: 990px) {
  .hero-inner { width: min(var(--page), calc(100% - 10rem)); }
}
.hero-box {
  background: var(--bar);
  color: rgba(255, 255, 255, 0.88);
  border-radius: var(--radius);
  padding: 2.6rem 2rem;
  max-width: 62rem;
}
@media (min-width: 750px) {
  .hero-box { padding: 4rem 3.5rem; }
}
.hero-box h1 { color: #fff; margin-bottom: 1.4rem; }
.hero-box p { margin: 0; font-size: 1.6rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.2rem; }
@media (max-width: 749px) {
  .hero-inner { text-align: center; }
  .hero-box { margin-inline: auto; max-width: 100%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.5rem;
  padding: 0 3rem;
  border-radius: var(--btn);
  border: 1px solid transparent;
  background: var(--taupe);
  color: var(--strong);
  text-decoration: none;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
}
.btn:hover { background: #a89d93; text-decoration: none; }
.btn-secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}
.btn-secondary:hover { background: rgba(255, 255, 255, 0.08); }
.btn-line {
  background: transparent;
  color: var(--strong);
  border-color: rgba(38, 38, 38, 0.45);
}
.btn-line:hover { background: rgba(38, 38, 38, 0.05); }
.band-sand .btn { background: #fdfdfd; color: var(--strong); }
.band-sand .btn:hover { background: #fff; }
.band-dark .btn { background: #fff; color: #001128; }
.band-dark .btn:hover { background: #f4f4f4; }

.section { padding: 3.6rem 0 4.2rem; }
@media (min-width: 750px) {
  .section { padding: 4.8rem 0 5.6rem; }
}
.section-head { max-width: 72rem; margin-bottom: 2.2rem; }
.section-head h2, .section-head p:last-child { margin-bottom: 0; }
.section-head p { margin-top: 0.8rem; }

.cards { display: grid; gap: 1.2rem; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 750px) {
  .cards.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cards.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .cards.cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 990px) {
  .cards.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.card, .text-card {
  background: var(--paper);
  border-radius: var(--radius);
  color: var(--muted);
  overflow: hidden;
}
a.card, a.text-card { display: flex; flex-direction: column; height: 100%; text-decoration: none; color: var(--muted); }
a.card:hover h3, a.text-card:hover h3 { text-decoration: underline; text-underline-offset: 0.3rem; }
.card img { width: 100%; max-width: 100%; aspect-ratio: 1; object-fit: cover; background: #fff; display: block; }
.card-body, .text-card { padding: 1.5rem 1.6rem 1.7rem; }
.text-card h3, .card h3 { color: var(--strong); }
.card p, .text-card p { margin: 0; font-size: 1.5rem; }
.card .more, .text-card .more { display: inline-block; margin-top: 0.8rem; color: var(--link); font-size: 1.4rem; }

.band-sand { background: var(--sand); color: rgba(38, 38, 38, 0.82); }
.band-sand h2, .band-sand h3 { color: var(--strong); }
.band-dark { background: var(--header); color: rgba(255, 255, 255, 0.82); }
.band-dark h2, .band-dark h3 { color: #fff; }
.band-dark .section-head p { color: rgba(255, 255, 255, 0.82); }

.nouns { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.8rem; }
.nouns a {
  display: inline-flex;
  align-items: center;
  min-height: 4rem;
  padding: 0.4rem 1.2rem;
  border-radius: var(--btn);
  background: var(--bar);
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}
.nouns a:hover { text-decoration: underline; text-underline-offset: 0.25rem; }
.band-light .nouns a, .prose .nouns a { background: #fff; color: var(--strong); border: 1px solid var(--line); }

.split {
  display: grid;
  gap: 2rem;
}
@media (min-width: 750px) {
  .split { grid-template-columns: 1.15fr 0.85fr; align-items: start; }
}

.page-intro { padding: 3.2rem 0 0.4rem; }
.page-intro .lede { max-width: 74rem; font-size: 1.8rem; color: rgba(43, 44, 45, 0.82); }

.prose { max-width: 76rem; padding-bottom: 4rem; }
.prose h2 { margin-top: 3.2rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--taupe); }
.prose ul { margin: 0 0 1.4rem; padding-left: 1.8rem; }
.prose li { margin: 0.4rem 0; }
.prose a { color: var(--link); }

.note {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.6rem 1.8rem;
  margin: 0 0 2rem;
}
.note h2 { margin: 0 0 0.8rem; padding: 0; border: 0; font-size: 2rem; }
.prose .btn { margin-top: 0.4rem; }
.band-sand .note { background: rgba(255, 255, 255, 0.45); }

.form { display: grid; gap: 1.4rem; max-width: 64rem; }
.form label { display: block; color: var(--strong); font-weight: 500; font-size: 1.4rem; margin-bottom: 0.45rem; }
.hint { display: block; margin-top: 0.4rem; font-size: 1.3rem; font-weight: 400; color: var(--muted); }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input:not([type]), select, textarea {
  width: 100%;
  color: var(--strong);
  background: #fff;
  border: 1px solid rgba(43, 44, 45, 0.55);
  border-radius: var(--btn);
  padding: 1.2rem 1.4rem;
}
a[href^="tel:"] { white-space: nowrap; }
textarea { min-height: 14rem; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--taupe-deep); outline-offset: 1px; }
.optin {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1.3rem;
}
.optin input { width: auto; margin-top: 0.45rem; }
.optin span { font-size: 1.3rem; letter-spacing: 0.02rem; line-height: 1.55; font-weight: 400; color: var(--muted); }
.optin a { color: var(--link); }
input.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; padding: 0; border: 0; }
.status { min-height: 1.6em; color: var(--strong); font-size: 1.5rem; }
.actions-row { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }

.footer {
  background: var(--header);
  color: rgba(255, 255, 255, 0.78);
  padding: 3.6rem 0 2.4rem;
}
.footer a { color: #fff; text-decoration: none; }
.footer a:hover { text-decoration: underline; text-underline-offset: 0.25rem; }
.footer h2 { color: #fff; font-size: 1.6rem; margin: 0 0 1rem; }
.footer-grid { display: grid; gap: 2.8rem; }
@media (min-width: 750px) {
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
}
.footer-logo { width: 100px; height: 100px; display: block; margin-bottom: 1rem; }
.footer li { margin: 0.35rem 0; }
.footer-base {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  margin-top: 2.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.3rem;
}
.footer-base ul { display: flex; flex-wrap: wrap; gap: 0.4rem 1.4rem; }

:focus-visible { outline: 2px solid #c2b7ac; outline-offset: 2px; }
