@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url('fonts/inter-latin-wght-normal.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url('fonts/inter-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url('fonts/fraunces-latin-full-normal.woff2') format('woff2');
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329,
    U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-display: optional;
  font-weight: 100 900;
  src: url('fonts/fraunces-latin-ext-full-normal.woff2') format('woff2');
  unicode-range:
    U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
    U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Fallback';
  src: local('Arial');
  size-adjust: 107%;
  ascent-override: 90.54%;
  descent-override: 22.54%;
  line-gap-override: 0%;
}
@font-face {
  font-family: 'Fraunces Fallback';
  src: local('Georgia');
  size-adjust: 100%;
  ascent-override: 97.8%;
  descent-override: 25.5%;
  line-gap-override: 0%;
}
:root{
  --ink: #16110f;
  --ink-soft: #3a322e;
  --cream: #f7f1e8;
  --cream-deep: #efe5d6;
  --red: #bd321f;
  --red-deep: #b23420;
  --gold: #c8973f;
  --line: rgba(22, 17, 15, 0.12);
  --shadow: 0 18px 50px -20px rgba(22, 17, 15, 0.35);
}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
[id^='sekcia-']{
  scroll-margin-top: 84px;
}
body{
  font-family:
    'Inter',
    'Inter Fallback',
    system-ui,
    -apple-system,
    sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  font-optical-sizing: auto;
}
h1,h2,h3,h4{
  font-family: 'Fraunces', 'Fraunces Fallback', Georgia, serif;
  line-height: 1.12;
  font-weight: 600;
}
a{
  color: inherit;
}
img{
  max-width: 100%;
  display: block;
}
.wrap{
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.wrap-narrow{
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
nav.site-nav{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 241, 232, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 16px;
}
.logo{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-links{
  display: flex;
  gap: 22px;
  align-items: center;
}
.nav-links a{
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.nav-links a:hover{
  color: var(--ink);
}
.nav-links a.btn{
  color: #fff;
}
.btn{
  display: inline-block;
  background: var(--red);
  color: #fff;
  padding: 11px 20px;
  border-radius: 100px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  transition:
    transform 0.15s ease,
    background 0.2s ease;
}
.btn:hover{
  background: var(--red-deep);
  transform: translateY(-1px);
}
.nav-toggle{
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 90% at 80% -10%, rgba(214, 69, 47, 0.18), transparent 55%),
    radial-gradient(90% 80% at 0% 110%, rgba(200, 151, 63, 0.18), transparent 55%), var(--cream);
  padding: 84px 0 76px;
}
.eyebrow{
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 16px;
}
.hero h1{
  font-size: clamp(2.4rem, 5.2vw, 3.9rem);
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.page-hero{
  background: linear-gradient(165deg, #1f1713, #2c211b);
  color: var(--cream);
  padding: 70px 0 60px;
}
.page-hero .eyebrow{
  color: var(--gold);
}
.page-hero h1{
  font-size: clamp(2.1rem, 4.4vw, 3.1rem);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  max-width: 20ch;
}
.page-hero p{
  color: rgba(247, 241, 232, 0.78);
  font-size: 1.12rem;
  max-width: 56ch;
}
.breadcrumb{
  font-size: 0.85rem;
  color: var(--ink-soft);
  padding: 16px 24px;
}
.breadcrumb a{
  color: var(--ink-soft);
  text-decoration: none;
}
.breadcrumb a:hover{
  color: var(--red);
}
section{
  padding: 70px 0;
}
.section-head{
  max-width: 62ch;
  margin-bottom: 42px;
}
.section-head .eyebrow{
  margin-bottom: 12px;
}
.section-head h2{
  font-size: clamp(1.9rem, 3.6vw, 2.6rem);
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.section-head p{
  color: var(--ink-soft);
  font-size: 1.08rem;
}
.bg-deep{
  background: var(--ink);
  color: var(--cream);
}
.bg-deep .section-head p{
  color: rgba(247, 241, 232, 0.72);
}
.bg-deep .eyebrow{
  color: var(--gold);
}
.bg-cream-deep{
  background: var(--cream-deep);
}
.prose{
  font-size: 1.06rem;
  color: var(--ink-soft);
}
.prose h2{
  font-size: 1.7rem;
  color: var(--ink);
  margin: 38px 0 14px;
}
.prose h3{
  font-size: 1.25rem;
  color: var(--ink);
  margin: 28px 0 10px;
}
.prose p{
  margin-bottom: 16px;
}
.prose ul{
  margin: 0 0 18px 22px;
}
.prose ol{
  margin: 0 0 18px 22px;
}
.prose li{
  margin-bottom: 8px;
}
.prose strong{
  color: var(--ink);
}
.prose .lede{
  font-size: 1.18rem;
  color: var(--ink);
  margin-bottom: 24px;
}
.tip{
  background: var(--cream-deep);
  border-left: 3px solid var(--red);
  border-radius: 10px;
  padding: 16px 20px;
  margin: 24px 0;
}
.tip b{
  color: var(--ink);
}
.card{
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
  text-decoration: none;
  color: inherit;
}
.card:hover{
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}
.card .kicker{
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.card h3{
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.card p{
  font-size: 0.97rem;
  color: var(--ink-soft);
  margin-bottom: 18px;
  flex-grow: 1;
}
.card .more{
  margin-top: 14px;
  font-weight: 600;
  color: var(--red);
  font-size: 0.95rem;
}
body:has(.trip-bookbar){
  padding-bottom: 76px;
}
.faq details{
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq summary{
  font-weight: 600;
  font-size: 1.08rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq summary::-webkit-details-marker{
  display: none;
}
.faq summary::after{
  content: '+';
  color: var(--red);
  font-size: 1.4rem;
  line-height: 1;
}
.faq details[open] summary::after{
  content: '–';
}
.faq p{
  margin-top: 12px;
  color: var(--ink-soft);
}
label{
  display: block;
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 6px;
  margin-top: 16px;
}
input,select,textarea{
  width: 100%;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  background: #fff;
  color: var(--ink);
}
input:focus,select:focus,textarea:focus{
  outline: 2px solid var(--red);
  border-color: transparent;
}
textarea{
  resize: vertical;
  min-height: 84px;
}
.cta-strip{
  background: linear-gradient(165deg, #1f1713, #2c211b);
  color: var(--cream);
  border-radius: 22px;
  padding: 44px;
  text-align: center;
}
.cta-strip h2{
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin-bottom: 12px;
}
.cta-strip p{
  color: rgba(247, 241, 232, 0.75);
  max-width: 50ch;
  margin: 0 auto 24px;
}
.site-footer{
  background: var(--ink);
  color: rgba(247, 241, 232, 0.7);
  padding: 48px 0 36px;
}
.foot-title{
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(247, 241, 232, 0.5);
  margin-bottom: 14px;
  font-weight: 600;
}
.reveal,.reveal.visible{
  opacity: 1;
  transform: none;
}
.scroll-cue{
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(247, 241, 232, 0.7);
  font-size: 1.6rem;
  animation: bob 1.8s ease-in-out infinite;
}
@keyframes bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
.builder{
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.builder-step{
  margin-bottom: 24px;
}
.builder-step h3{
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  margin-bottom: 12px;
}
.opts{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.opt{
  background: var(--cream-deep);
  border: 1.5px solid var(--line);
  color: var(--ink);
  padding: 11px 16px;
  border-radius: 12px;
  font:
    500 0.95rem Inter,
    sans-serif;
  cursor: pointer;
  transition: all 0.15s ease;
}
.opt:hover{
  border-color: var(--red);
}
.opt.selected{
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}
.builder-summary{
  background: var(--cream-deep);
  border-radius: 14px;
  padding: 18px 20px;
  margin: 8px 0 18px;
  font-size: 0.98rem;
  color: var(--ink-soft);
  min-height: 54px;
}
.builder-summary b{
  color: var(--ink);
}
.builder .btn{
  width: 100%;
  padding: 15px;
}
.fc{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.fc-menu{
  display: none;
  flex-direction: column;
  gap: 8px;
}
.fc.open .fc-menu{
  display: flex;
}
.fc a,.fc button.fc-item{
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 100px;
  padding: 10px 16px;
  font:
    600 0.9rem Inter,
    sans-serif;
  color: var(--ink);
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.fc a:hover,.fc button.fc-item:hover{
  color: var(--red);
}
.fc-toggle{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
}
.fc-toggle:hover{
  background: var(--red-deep);
}
.cookie{
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  background: var(--ink);
  color: var(--cream);
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.cookie.show{
  display: flex;
}
.cookie p{
  font-size: 0.92rem;
  color: rgba(247, 241, 232, 0.85);
  margin: 0;
  max-width: 60ch;
}
.cookie a{
  color: var(--gold);
}
.cookie .cookie-btns{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie .btn-cookie-accept{
  background: var(--red);
  color: #fff;
  border: 1px solid var(--red);
  min-width: 112px;
}
.cookie .btn-cookie-accept:hover{
  background: var(--red-deep);
}
.cookie .btn-cookie-decline{
  background: var(--cream);
  color: var(--ink);
  border: 1px solid rgba(247, 241, 232, 0.75);
  min-width: 112px;
}
.cookie .btn-cookie-decline:hover{
  background: var(--cream-deep);
  color: var(--ink);
}
.lb{
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(15, 11, 9, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.lb.show{
  display: flex;
}
.lb img{
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 10px;
}
.lb .lb-close{
  position: absolute;
  top: 20px;
  right: 26px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
}
.gallery{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.gallery .g{
  aspect-ratio: 4/3;
  border-radius: 12px;
  background: linear-gradient(45deg, #2c211b, #7a3b2c);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  overflow: hidden;
}
.gallery .g img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@keyframes kenburns {
  from {
    transform: scale(1) translate(0, 0);
  }
  to {
    transform: scale(1.12) translate(-2%, -2%);
  }
}
.review{
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.review .stars{
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.logo img{
  height: 48px;
  width: auto;
  display: block;
}
.skip-link{
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--red);
  color: #fff;
  padding: 10px 16px;
  border-radius: 0 0 10px 0;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus{
  left: 0;
}
.form-error{
  display: none;
  color: var(--red);
  font-weight: 600;
  font-size: 0.92rem;
  margin-top: 12px;
}
.post-meta{
  color: var(--ink-soft);
  font-size: 0.9rem;
  margin: -6px 0 18px;
}
.post-meta time{
  font-weight: 600;
  color: var(--ink);
}
.sticky-cta{
  display: none;
}
::selection{
  background: var(--red);
  color: #fff;
}
:focus-visible{
  outline: 2px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}
.hero h1 em,.section-head h2 em{
  font-style: italic;
  color: var(--gold);
  font-weight: 500;
}
.section-head h2{
  letter-spacing: -0.018em;
}
.ic{
  color: var(--red);
  margin-bottom: 10px;
}
.ic svg{
  display: block;
}
.ic svg{
  transition: transform 0.2s ease;
}
.nav-toggle svg{
  display: block;
}
.fc a svg,.fc button.fc-item svg{
  flex-shrink: 0;
}
.fc-toggle svg{
  display: block;
  margin: auto;
}
.prose figure img,.gallery .g img,.card > img{
  filter: sepia(0.07) saturate(1.12) contrast(1.05);
}
.btn{
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.btn:active{
  transform: scale(0.97);
}
.card > img{
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.card:hover > img{
  transform: scale(1.04);
}
.card .more{
  display: inline-block;
  transition: transform 0.2s ease;
}
.card:hover .more{
  transform: translateX(4px);
}
.opt{
  transition:
    all 0.15s ease,
    transform 0.1s ease;
}
.opt:active{
  transform: scale(0.96);
}
.hero-video{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-video.on{
  opacity: 1;
}
.chan-copy{
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  padding: 9px 14px;
  margin-top: 2px;
}
.read-progress{
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: var(--red);
  z-index: 90;
}
.toc{
  background: var(--cream-deep);
  border-radius: 14px;
  padding: 18px 22px;
  margin: 0 0 26px;
}
.toc b{
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}
.toc ol{
  margin: 0 0 0 20px;
}
.toc li{
  margin-bottom: 5px;
  font-size: 0.95rem;
}
.toc a{
  color: var(--ink-soft);
  text-decoration: none;
}
.toc a:hover{
  color: var(--red);
}
.share-row{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 4px;
}
.share-row .share-copy,.share-row .share-wa{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 100px;
  padding: 7px 14px;
  font:
    500 0.85rem Inter,
    sans-serif;
  color: var(--ink-soft);
  cursor: pointer;
  text-decoration: none;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}
.share-row .share-native{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 100px;
  padding: 7px 14px;
  font:
    600 0.85rem Inter,
    sans-serif;
  color: #fff;
  cursor: pointer;
}
.share-row .share-copy:hover,.share-row .share-wa:hover{
  color: var(--red);
  border-color: var(--red);
}
.share-row .share-native:hover{
  background: var(--red);
  border-color: var(--red);
}
.author-box{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--cream-deep);
  border-radius: 16px;
  padding: 22px 24px;
  position: relative;
}
.author-box .ab-ph{
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(45deg, #bd321f, #7a3b2c);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.4rem;
  flex-shrink: 0;
}
.author-box .ab-body b{
  color: var(--ink);
  font-size: 1.02rem;
}
.author-box .ab-body p{
  font-size: 0.93rem;
  color: var(--ink-soft);
  margin: 6px 0 0;
}
.author-box .ab-links a{
  color: var(--red);
  font-weight: 600;
  text-decoration: none;
}
.author-box .ab-links a:hover{
  text-decoration: underline;
}
.author-box .ab-stamp{
  position: absolute;
  right: 14px;
  top: 14px;
  transform: rotate(-8deg);
  opacity: 0.85;
}
.blog-grid{
  align-items: stretch;
}
.blog-card{
  padding: 0;
}
.blog-card > img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  flex-shrink: 0;
}
.blog-card > div{
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card h2{
  font-size: 1.4rem;
  margin-bottom: 9px;
}
.blog-card p{
  margin-bottom: 8px;
}
.editorial-related{
  padding: 68px 0;
  background: linear-gradient(180deg, #f7f1e8, #efe4d6);
}
.editorial-related-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}
.editorial-related-head h2{
  margin: 7px 0 0;
  font-size: clamp(2rem, 4vw, 3rem);
}
.editorial-related-head > a{
  color: var(--red);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.editorial-related-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.editorial-related-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 14px 38px rgba(41, 28, 19, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.editorial-related-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 52px rgba(41, 28, 19, 0.13);
}
.editorial-related-card > img{
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: linear-gradient(135deg, #e2d5c5, #f7f1e8);
}
.editorial-related-card > div{
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}
.editorial-related-card h3{
  margin: 7px 0 9px;
  font-size: 1.38rem;
}
.editorial-related-card p{
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 0.93rem;
}
.editorial-related-card .more{
  margin-top: auto;
  color: var(--red);
  font-weight: 750;
}
.prose .article-fig{
  scroll-margin-top: 100px;
}
.prose figure img{
  background: linear-gradient(135deg, #e2d5c5, #f7f1e8);
}
.prose figcaption{
  max-width: 68ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
.blog-card > img{
  background: linear-gradient(135deg, #d9c8b6, #f5eee5);
}
@media (max-width: 900px) {.editorial-related-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.editorial-related-card:last-child{
    display: none;
  }}
@media (max-width: 620px) {.editorial-related{
    padding: 48px 0;
  }
.editorial-related-head{
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 22px;
  }
.editorial-related-head > a{
    white-space: normal;
  }
.editorial-related-grid{
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 14px;
    scrollbar-width: none;
  }
.editorial-related-card,.editorial-related-card:last-child{
    display: flex;
    flex: 0 0 84%;
    scroll-snap-align: center;
  }
.editorial-related-card > img{
    height: 200px;
  }}
.route-table{
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  -webkit-overflow-scrolling: touch;
}
.route-table table{
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}
.route-table th,.route-table td{
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
.route-table th{
  background: var(--cream-deep);
  color: var(--ink);
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}
.route-table tr:last-child td{
  border-bottom: 0;
}
.gallery .g img{
  object-position: 50% 32%;
}
@media (max-width: 1040px) {.nav-links{
    display: none;
  }
.nav-links.open{
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    gap: 14px;
  }
.nav-toggle{
    display: block;
  }}
@media (max-width: 820px) {section{
    padding: 54px 0;
  }
.gallery{
    grid-template-columns: 1fr 1fr;
  }
.nav-inner{
    height: 68px;
  }
.nav-links.open{
    top: 68px;
  }
.logo img{
    height: 40px;
  }
.sticky-cta{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(247, 241, 232, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
  }
.sticky-cta .btn{
    width: 100%;
    text-align: center;
    display: block;
  }
.sticky-cta.hidden{
    display: none;
  }
body:has(.trip-bookbar){
    padding-bottom: 72px;
  }
.cookie.show ~ .sticky-cta{
    display: none;
  }
.section-head{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
.cta-strip{
    padding: 36px 24px;
  }
.page-hero{
    text-align: center;
  }
.page-hero h1,.page-hero p{
    margin-left: auto;
    margin-right: auto;
  }}
@media (prefers-reduced-motion: reduce) {.reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }}
@media (max-width: 560px) {.cookie{
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 10px 12px;
    border-radius: 13px;
    gap: 8px;
  }
.cookie p{
    font-size: 0.75rem;
    line-height: 1.35;
    max-width: none;
  }
.cookie .cookie-btns{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 8px;
  }
.cookie .btn{
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.82rem;
    text-align: center;
  }
.cookie .btn-cookie-decline{
    background: var(--cream);
    color: var(--ink);
    border-color: rgba(247, 241, 232, 0.75);
  }
.cookie .btn-cookie-accept{
    background: var(--red);
    color: #fff;
    border-color: var(--red);
  }
.blog-card > img{
    height: 190px;
  }}
.site-nav{
  box-shadow: 0 1px 0 rgba(22, 17, 15, 0.08);
}
.nav-inner{
  height: 84px;
}
.site-nav .logo{
  min-width: 248px;
  min-height: 64px;
  padding: 6px 0;
}
.site-nav .logo img{
  height: 56px;
}
.nav-links{
  gap: 8px;
}
.nav-links a:not(.btn){
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 9px;
  border-radius: 9px;
}
.nav-links a:not(.btn):hover{
  background: rgba(22, 17, 15, 0.045);
}
.nav-links a:not(.btn)::after{
  left: 9px;
  right: calc(100% - 9px);
  bottom: 5px;
}
.nav-links a:not(.btn):hover::after,.nav-links a[aria-current='page']::after{
  right: 9px;
}
.nav-links .btn{
  min-height: 48px;
  padding: 12px 19px;
}
.site-footer{
  padding: 46px 0 24px;
}
.footer-main{
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.7fr);
  gap: 60px;
  align-items: start;
}
.footer-intro p{
  max-width: 35ch;
  margin: 14px 0 20px;
  font-size: 0.92rem;
  line-height: 1.65;
}
.footer-logo img{
  width: auto;
  height: 54px;
}
.footer-contact{
  display: inline-flex;
  color: #fff !important;
}
.footer-links{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.footer-link-group a{
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  color: rgba(247, 241, 232, 0.78);
  text-decoration: none;
  font-size: 0.88rem;
}
.footer-link-group a:hover{
  color: #fff;
}
.footer-disclosure{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 241, 232, 0.12);
}
.footer-disclosure p{
  max-width: 100ch;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(247, 241, 232, 0.58);
}
.footer-disclosure a{
  color: rgba(247, 241, 232, 0.82);
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 0.75rem;
  color: rgba(247, 241, 232, 0.5);
}
.footer-socials{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-socials a{
  color: rgba(247, 241, 232, 0.7);
  text-decoration: none;
}
.prose{
  line-height: 1.78;
}
.prose h2{
  margin-top: 48px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}
.prose h3{
  margin-top: 32px;
}
.prose figure{
  margin-top: 32px;
  margin-bottom: 36px;
}
.tip,.cta-strip{
  border-radius: 18px;
}
.cta-strip .btn{
  min-height: 48px;
}
@media (max-width: 1180px) {.nav-links{
    display: none;
  }
.nav-toggle{
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
.nav-links.open{
    display: flex;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 18px 24px 28px;
    border-bottom: 1px solid var(--line);
    gap: 4px;
    box-shadow: 0 24px 60px rgba(22, 17, 15, 0.16);
  }
.nav-links.open a:not(.btn){
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
.nav-links.open .btn{
    width: 100%;
    margin-top: 8px;
    text-align: center;
    justify-content: center;
  }}
@media (max-width: 820px) {.nav-inner{
    height: 72px;
  }
.site-nav .logo{
    min-width: 0;
    min-height: 56px;
  }
.site-nav .logo img{
    height: 46px;
    max-width: 245px;
  }
.nav-links.open{
    top: 72px;
  }
.footer-main{
    grid-template-columns: 1fr;
    gap: 30px;
  }
.footer-intro{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 8px 18px;
  }
.footer-intro p{
    grid-column: 1/-1;
    margin: 2px 0 10px;
  }
.footer-logo img{
    height: 48px;
  }
.footer-links{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
body:has(.sticky-cta) .fc,body:has(.trip-bookbar) .fc{
    display: none;
  }
body:has(.trip-bookbar){
    padding-bottom: 68px;
  }}
@media (max-width: 560px) {.site-nav .logo img{
    height: 43px;
    max-width: 220px;
  }
.site-footer{
    padding-top: 38px;
  }
.footer-intro{
    display: block;
  }
.footer-intro p{
    margin: 12px 0 18px;
  }
.footer-links{
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }
.footer-link-group:last-child{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 18px;
  }
.footer-link-group:last-child .foot-title{
    grid-column: 1/-1;
  }
.footer-bottom{
    display: block;
    line-height: 1.7;
  }
.footer-socials{
    margin-top: 10px;
  }
.prose{
    font-size: 1rem;
    line-height: 1.72;
  }
.prose h2{
    margin-top: 38px;
  }}
.article-fig{
  margin: 28px 0;
}
.article-fig img{
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.article-fig figcaption{
  font-size: 0.82rem;
  color: var(--ink-soft);
  margin-top: 8px;
  text-align: center;
}
.btn.disabled,.btn[aria-disabled='true']{
  opacity: 0.48;
  cursor: not-allowed;
}
body.modal-open{
  overflow: hidden;
}
body.menu-open{
  overflow: hidden;
}
@media (max-width: 820px) {body:has(.trip-bookbar) .fc{
    bottom: 84px;
  }
body:has(.trip-bookbar) .cookie{
    bottom: 78px;
  }}
@media (max-width: 560px) {body:has(.trip-bookbar) .cookie{
    bottom: 78px;
  }}
.experience-card{
  grid-column: span 4;
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 20px;
  background: var(--ink);
  color: var(--cream);
  box-shadow: var(--shadow);
}
.experience-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.experience-card > picture{
  position: absolute;
  inset: 0;
  display: block;
}
.experience-card::after{
  content: '';
  position: absolute;
  inset: 24% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(17, 12, 10, 0.92));
}
.experience-card > div{
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  padding: 26px;
}
.experience-card h3{
  font-size: clamp(1.22rem, 2.2vw, 1.58rem);
  line-height: 1.16;
  margin: 5px 0 8px;
  max-width: 24ch;
}
.experience-card p{
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(247, 241, 232, 0.78);
  margin: 0;
  max-width: 45ch;
}
.experience-card:hover img{
  transform: scale(1.025);
}
label small{
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-soft);
}
.interest-grid label{
  position: relative;
  margin: 0;
  cursor: pointer;
}
.interest-grid input{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.interest-grid input:focus-visible + span{
  outline: 3px solid rgba(200, 151, 63, 0.55);
  outline-offset: 2px;
}
.interest-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.interest-grid span{
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 11px 14px 11px 40px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  font-size: 0.83rem;
  font-weight: 600;
  line-height: 1.35;
}
.interest-grid span::before{
  content: '';
  position: absolute;
  left: 14px;
  width: 16px;
  height: 16px;
  border: 1.5px solid rgba(22, 17, 15, 0.28);
  border-radius: 5px;
  background: #fff;
}
.interest-grid input:checked + span{
  border-color: var(--red);
  background: rgba(195, 57, 35, 0.055);
}
.interest-grid input:checked + span::before{
  content: '✓';
  display: grid;
  place-items: center;
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}
.interest-grid input:disabled + span{
  opacity: 0.45;
  cursor: not-allowed;
}
@media (max-width: 560px) {.interest-grid{
    grid-template-columns: 1fr;
  }}
@media (max-width: 560px) {.experience-card{
    flex: 0 0 84vw;
    min-height: 390px;
    scroll-snap-align: start;
  }}
body{
  overflow-x: hidden;
}
nav.site-nav{
  box-shadow: 0 8px 28px rgba(22, 17, 15, 0.04);
}
.site-nav .wrap{
  max-width: 1260px;
}
.nav-links{
  gap: 18px;
}
.nav-links a:not(.btn){
  position: relative;
  padding: 8px 0;
}
.nav-links a:not(.btn)::after{
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--red);
  transition: right 0.2s ease;
}
.nav-links a:not(.btn):hover::after,.nav-links a[aria-current='page']::after{
  right: 0;
}
.nav-links a[aria-current='page']{
  color: var(--ink);
  font-weight: 650;
}
.nav-links a.btn[aria-current='page']{
  color: #fff;
}
.nav-links a.btn[aria-current='page']::after{
  display: none;
}
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-shadow: 0 8px 18px rgba(189, 50, 31, 0.14);
}
.page-hero{
  position: relative;
  overflow: hidden;
  padding: 76px 0 68px;
  background:
    radial-gradient(80% 170% at 100% 0%, rgba(189, 50, 31, 0.22), transparent 52%),
    radial-gradient(65% 120% at 0% 100%, rgba(200, 151, 63, 0.12), transparent 55%),
    linear-gradient(150deg, #18110e, #2d211b);
}
.page-hero::after{
  content: '';
  position: absolute;
  right: -90px;
  bottom: -180px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(247, 241, 232, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 54px rgba(247, 241, 232, 0.018),
    0 0 0 108px rgba(247, 241, 232, 0.012);
  pointer-events: none;
}
.page-hero > .wrap,.page-hero > .wrap-narrow{
  position: relative;
  z-index: 1;
}
.page-hero h1{
  font-size: clamp(2.35rem, 5.1vw, 3.75rem);
  max-width: 19ch;
}
.breadcrumb{
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 0.8rem;
}
.prose{
  font-size: 1.07rem;
}
.prose > p,.prose > ul,.prose > ol{
  max-width: 72ch;
}
.prose [id]{
  scroll-margin-top: 100px;
}
.tip{
  border-left-width: 4px;
  box-shadow: 0 10px 28px rgba(22, 17, 15, 0.045);
}
.card,.review,.cta-strip{
  box-shadow: 0 12px 34px rgba(38, 25, 19, 0.05);
}
.card:hover{
  border-color: rgba(189, 50, 31, 0.22);
}
.site-footer{
  padding-top: 58px;
}
body:has(.trip-bookbar) .sticky-cta{
  display: none !important;
}
.hero-frame{
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
}
.hero-frame.is-active{
  opacity: 1;
  z-index: 2;
}
.hero-frame img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none !important;
}
.hero-frame:nth-child(2) img{
  object-position: 52% 36%;
}
.hero-frame:nth-child(3) img{
  object-position: 50% 52%;
}
@media (max-width: 1180px) {.site-nav .wrap{
    padding-left: 20px;
    padding-right: 20px;
  }
.nav-links{
    gap: 14px;
  }
.nav-links a{
    font-size: 0.88rem;
  }
.logo img{
    height: 44px;
  }}
@media (max-width: 1040px) {.nav-links.open{
    top: 76px;
    padding: 20px 24px 30px;
    box-shadow: 0 24px 60px rgba(22, 17, 15, 0.16);
  }
.nav-links.open a{
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding: 9px 0;
  }
.nav-links.open a.btn{
    margin-top: 4px;
    padding: 12px 18px;
  }
body.menu-open{
    overflow: hidden;
  }}
@media (max-width: 820px) {body:has(.trip-bookbar) .sticky-cta{
    display: none !important;
  }
body:has(.sticky-cta) .fc{
    bottom: 82px;
  }}
@media (prefers-reduced-motion: reduce) {.hero-frame{
    transition: none;
  }
.experience-card img{
    transition: none;
  }}
.visual-story-card{
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 22px;
  background: #241a15;
  box-shadow: 0 18px 44px rgba(41, 28, 19, 0.12);
  color: #fff8ef;
}
.visual-story-card img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}
.visual-story-card::after{
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(14, 9, 7, 0.9) 0%, rgba(14, 9, 7, 0.12) 72%);
}
.visual-story-card h3{
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.25rem;
}
.visual-story-card p{
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}
.visual-story-card:hover img{
  transform: scale(1.035);
}
@media (max-width: 820px) {.visual-story-card{
    min-height: 300px;
  }
.visual-story-card:first-child{
    grid-column: 1/-1;
    min-height: 360px;
  }}
@media (max-width: 560px) {.visual-story-card,.visual-story-card:first-child{
    flex: 0 0 84%;
    min-height: 340px;
    grid-column: auto;
    scroll-snap-align: center;
  }}
.nav-inner{
  height: 84px;
}
.site-nav .logo{
  min-width: 248px;
  min-height: 64px;
  padding: 6px 0;
}
.site-nav .logo img{
  height: 56px;
}
.nav-links{
  gap: 8px;
}
.nav-links a:not(.btn){
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 10px 9px;
  border-radius: 9px;
}
.nav-links a:not(.btn):hover{
  background: rgba(22, 17, 15, 0.045);
}
.site-footer{
  padding: 46px 0 24px;
}
.footer-main{
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.7fr);
  gap: 60px;
  align-items: start;
}
.footer-intro p{
  max-width: 35ch;
  margin: 14px 0 20px;
  font-size: 0.92rem;
  line-height: 1.65;
}
.footer-logo img{
  width: auto;
  height: 54px;
}
.footer-contact{
  display: inline-flex;
  color: #fff !important;
}
.footer-links{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.footer-link-group a{
  display: block;
  width: fit-content;
  margin: 0 0 9px;
  color: rgba(247, 241, 232, 0.78);
  text-decoration: none;
  font-size: 0.88rem;
}
.footer-link-group a:hover{
  color: #fff;
}
.footer-disclosure{
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 241, 232, 0.12);
}
.footer-disclosure p{
  max-width: 100ch;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.6;
  color: rgba(247, 241, 232, 0.58);
}
.footer-disclosure a{
  color: rgba(247, 241, 232, 0.82);
}
.footer-bottom{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 18px;
  font-size: 0.75rem;
  color: rgba(247, 241, 232, 0.5);
}
.footer-socials{
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.footer-socials a{
  color: rgba(247, 241, 232, 0.7);
  text-decoration: none;
}
.prose{
  line-height: 1.78;
}
.prose h2{
  margin-top: 48px;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
}
.prose h3{
  margin-top: 32px;
}
@media (max-width: 1180px) {.nav-links{
    display: none;
  }
.nav-toggle{
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }
.nav-links.open{
    display: flex;
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: var(--cream);
    padding: 18px 24px 28px;
    border-bottom: 1px solid var(--line);
    gap: 4px;
    box-shadow: 0 24px 60px rgba(22, 17, 15, 0.16);
  }
.nav-links.open a:not(.btn){
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
.nav-links.open .btn{
    width: 100%;
    margin-top: 8px;
    text-align: center;
    justify-content: center;
  }}
@media (max-width: 820px) {.nav-inner{
    height: 72px;
  }
.site-nav .logo{
    min-width: 0;
    min-height: 56px;
  }
.site-nav .logo img{
    height: 46px;
    max-width: 245px;
  }
.nav-links.open{
    top: 72px;
  }
.footer-main{
    grid-template-columns: 1fr;
    gap: 30px;
  }
.footer-links{
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
body:has(.sticky-cta) .fc,body:has(.trip-bookbar) .fc{
    display: none;
  }}
@media (max-width: 560px) {.site-nav .logo img{
    height: 43px;
    max-width: 220px;
  }
.site-footer{
    padding-top: 38px;
  }
.footer-intro p{
    margin: 12px 0 18px;
  }
.footer-links{
    grid-template-columns: 1fr 1fr;
    gap: 24px 20px;
  }
.footer-link-group:last-child{
    grid-column: 1/-1;
  }
.footer-bottom{
    display: block;
    line-height: 1.7;
  }
.footer-socials{
    margin-top: 10px;
  }
.prose{
    font-size: 1rem;
    line-height: 1.72;
  }}
.article-page{
  overflow: clip;
  background: var(--cream);
}
.article-hero{
  padding: 42px 0 38px;
  background:
    radial-gradient(circle at 86% 18%, rgba(200, 151, 63, 0.12), transparent 28%),
    linear-gradient(145deg, #f7f1e8, #efe4d6);
}
.article-hero-grid{
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr);
  gap: 48px;
  align-items: center;
}
.article-hero-copy{
  min-width: 0;
}
.article-hero-copy .eyebrow{
  display: block;
  margin-bottom: 13px;
}
.article-hero-copy h1{
  max-width: 16ch !important;
  margin: 0 0 19px !important;
  font-size: clamp(2.45rem, 4vw, 3.6rem) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.032em !important;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.article-hero-copy > p:not(.post-meta){
  max-width: 59ch;
  color: var(--ink-soft);
  font-size: 1.04rem;
  line-height: 1.65;
}
.article-hero-copy .post-meta{
  margin: 0 0 18px;
  font-size: 0.84rem;
  line-height: 1.55;
}
.article-hero-media{
  position: relative;
  min-width: 0;
}
.article-hero-media picture{
  display: block;
  width: 100%;
}
.article-hero-media img{
  display: block;
  width: 100%;
  height: 430px;
  margin: 0;
  border-radius: 24px 6px 24px 6px;
  object-fit: cover;
  box-shadow: 0 24px 60px -26px rgba(22, 17, 15, 0.48);
}
.article-hero-media::after{
  content: '';
  position: absolute;
  right: -13px;
  bottom: 22px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(189, 50, 31, 0.24);
  border-radius: 50%;
  pointer-events: none;
}
.article-trust{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 1px;
  margin: 18px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--line);
}
.article-trust > span{
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
  background: rgba(247, 241, 232, 0.92);
  color: var(--ink-soft);
  font-size: 0.69rem;
  line-height: 1.4;
}
.article-trust > span > span,.article-trust .article-verified > span{
  display: grid;
  gap: 1px;
}
.article-trust b{
  display: block;
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.35;
}
.article-trust small{
  display: block;
  color: var(--ink-soft);
  font-size: 0.65rem;
  line-height: 1.35;
}
.article-author-mini i{
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font:
    700 0.88rem 'Fraunces',
    Georgia,
    serif;
  font-style: normal;
}
.article-summary{
  padding: 30px 0 27px;
  background: var(--cream);
}
.article-answer{
  margin: 0;
  padding: 22px 25px 21px;
  border-left: 4px solid var(--red);
  border-radius: 0 16px 16px 0;
  background: var(--cream-deep);
}
.article-answer > span{
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.article-answer .lede{
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.72;
}
.article-content-section{
  padding: 28px 0 72px;
  background: var(--cream);
}
.article-reading-grid{
  display: grid;
  grid-template-columns: 220px minmax(0, 760px);
  justify-content: center;
  gap: 44px;
  align-items: start;
}
.article-sidebar{
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
  min-width: 0;
}
.article-sidebar .toc{
  margin: 0;
  padding: 18px 17px 16px;
  border: 1px solid var(--line);
  background: rgba(239, 229, 214, 0.68);
  box-shadow: 0 14px 35px -31px rgba(22, 17, 15, 0.7);
}
.article-sidebar .toc ol{
  margin-left: 17px;
}
.article-sidebar .toc li{
  margin-bottom: 2px;
  font-size: 0.77rem;
  line-height: 1.35;
}
.article-sidebar .toc a{
  display: flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 0;
}
.article-sidebar .toc a:hover{
  transform: translateX(2px);
}
.article-sidebar .toc a[aria-current='location']{
  color: var(--red);
  font-weight: 750;
}
.article-sidebar-cta{
  display: grid;
  gap: 2px;
  padding: 16px 17px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--cream);
  text-decoration: none;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.article-sidebar-cta span{
  font-size: 0.7rem;
  color: rgba(247, 241, 232, 0.67);
}
.article-sidebar-cta strong{
  font-size: 0.84rem;
  color: var(--gold);
}
.article-sidebar-cta:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.toc-mobile{
  display: none;
}
.article-prose{
  min-width: 0;
  font-size: 1.075rem;
  line-height: 1.78;
  color: #342d29;
}
.article-prose > h2{
  position: relative;
  margin: 56px 0 18px;
  padding-top: 18px;
  font-size: clamp(1.7rem, 2.5vw, 2.05rem);
  letter-spacing: -0.018em;
  text-wrap: balance;
  scroll-margin-top: 105px;
}
.article-prose > h2::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: var(--red);
}
.article-prose > h2:first-of-type{
  margin-top: 18px;
}
.article-prose > h3{
  margin: 34px 0 14px;
  font-size: 1.34rem;
  scroll-margin-top: 105px;
}
.article-prose > p{
  margin-bottom: 19px;
}
.article-prose a{
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: rgba(189, 50, 31, 0.42);
}
.article-prose a:hover{
  color: var(--red);
  text-decoration-color: var(--red);
}
.article-prose > .tip{
  position: relative;
  margin: 30px 0;
  padding: 43px 23px 20px;
  border: 1px solid rgba(189, 50, 31, 0.18);
  border-left: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #f1e4d3, #f6eee4);
  box-shadow: 0 15px 34px -31px rgba(22, 17, 15, 0.8);
}
.article-prose > .tip::before{
  content: 'Richard’s practical tip';
  position: absolute;
  left: 22px;
  top: 16px;
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.article-prose > ol{
  counter-reset: article-step;
  display: grid;
  gap: 10px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}
.article-prose > ol > li{
  counter-increment: article-step;
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 58px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.26);
  line-height: 1.62;
}
.article-prose > ol > li::before{
  content: counter(article-step, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 15px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
}
.article-prose > ul{
  margin: 20px 0 27px;
  padding: 18px 20px 10px 40px;
  border-radius: 14px;
  background: rgba(239, 229, 214, 0.48);
}
.article-prose > ul > li{
  margin-bottom: 9px;
  padding-left: 3px;
}
.article-prose table{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff3;
  -webkit-overflow-scrolling: touch;
}
.article-prose th,.article-prose td{
  min-width: 130px;
  padding: 12px 14px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 0.88rem;
  line-height: 1.5;
}
.article-prose th{
  background: var(--cream-deep);
  color: var(--ink);
  font-weight: 750;
}
.article-prose tr:last-child td{
  border-bottom: 0;
}
.article-prose th:last-child,.article-prose td:last-child{
  border-right: 0;
}
.article-prose .article-fig,.article-prose figure{
  margin: 38px 0 42px;
}
.article-prose .article-fig img,.article-prose > figure img{
  width: 100%;
  aspect-ratio: 16/10;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 48px -30px rgba(22, 17, 15, 0.65);
}
.article-prose .article-fig figcaption,.article-prose > figure figcaption{
  max-width: 64ch;
  margin: 10px auto 0;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--ink-soft);
}
.article-page > .faq{
  border-top: 1px solid var(--line);
}
.article-page .author-section,.article-page > section:has(.author-box){
  padding-top: 44px;
  padding-bottom: 54px;
  background: var(--cream);
}
.article-page ~ .editorial-related{
  border-top: 1px solid var(--line);
}
@media (max-width: 1020px) {.article-hero-grid{
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.9fr);
    gap: 30px;
  }
.article-hero-media img{
    height: 370px;
  }
.article-reading-grid{
    grid-template-columns: 190px minmax(0, 680px);
    gap: 30px;
  }}
@media (max-width: 760px) {.article-hero{
    padding: 25px 0 21px;
  }
.article-hero-grid{
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: stretch;
  }
.article-hero-copy{
    order: 1;
  }
.article-hero-media{
    order: 2;
  }
.article-hero-copy h1{
    max-width: none !important;
    font-size: clamp(2.05rem, 10.4vw, 2.75rem) !important;
    line-height: 1.04 !important;
  }
.article-hero-copy > p:not(.post-meta){
    font-size: 0.96rem;
  }
.article-hero-copy .post-meta{
    margin-bottom: 14px;
    font-size: 0.79rem;
  }
.article-hero-media img{
    height: 250px;
    border-radius: 18px 5px 18px 5px;
  }
.article-hero-media::after{
    display: none;
  }
.article-trust{
    grid-template-columns: 1fr 1.1fr;
    border-radius: 13px;
  }
.article-trust > span{
    padding: 9px 10px;
    gap: 8px;
  }
.article-author-mini i{
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    font-size: 0.76rem;
  }
.article-trust b{
    font-size: 0.66rem;
  }
.article-trust small{
    font-size: 0.59rem;
  }
.article-summary{
    padding: 20px 0 14px;
  }
.article-answer{
    padding: 18px 18px 17px;
    border-radius: 0 14px 14px 0;
  }
.article-answer .lede{
    font-size: 1rem;
    line-height: 1.68;
  }
.article-content-section{
    padding: 12px 0 52px;
  }
.article-reading-grid{
    display: block;
  }
.article-sidebar{
    display: none;
  }
.toc-mobile{
    display: block;
    margin: 0 0 31px;
    padding: 0;
    border: 1px solid var(--line);
    background: var(--cream-deep);
    overflow: hidden;
  }
.toc-mobile summary{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 15px 17px;
    cursor: pointer;
    list-style: none;
    color: var(--red);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
.toc-mobile summary::-webkit-details-marker{
    display: none;
  }
.toc-mobile summary span{
    padding: 5px 9px;
    border: 1px solid rgba(189, 50, 31, 0.2);
    border-radius: 100px;
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }
.toc-mobile[open] summary span{
    font-size: 0;
  }
.toc-mobile[open] summary span::after{
    content: 'Hide';
    font-size: 0.58rem;
  }
.toc-mobile ol{
    margin: 0;
    padding: 2px 19px 16px 38px;
    border-top: 1px solid var(--line);
  }
.toc-mobile li{
    margin: 9px 0;
    font-size: 0.82rem;
    line-height: 1.4;
  }
.article-prose{
    font-size: 1.015rem;
    line-height: 1.74;
  }
.article-prose > h2{
    margin-top: 47px;
    padding-top: 15px;
    font-size: 1.72rem;
  }
.article-prose > h3{
    font-size: 1.23rem;
  }
.article-prose > .tip{
    padding: 41px 18px 18px;
  }
.article-prose > ol > li{
    padding: 15px 15px 15px 54px;
  }
.article-prose > ol > li::before{
    left: 14px;
    top: 14px;
  }
.article-prose .article-fig,.article-prose > figure{
    margin: 31px 0 34px;
  }
.article-prose .article-fig img,.article-prose > figure img{
    aspect-ratio: 4/3;
    border-radius: 15px;
  }
.article-page ~ .sticky-cta{
    min-height: 58px;
  }}
@media (max-width: 420px) {.article-hero-media img{
    height: 220px;
  }
.article-trust > span{
    align-items: flex-start;
  }
.article-trust .article-verified b{
    font-size: 0.62rem;
  }
.article-trust .article-verified small{
    font-size: 0.56rem;
  }}
.no-script-notice{
  padding: 20px;
  text-align: center;
  background: #fff4db;
}
.is-question-enquiry [data-form-next],.is-question-enquiry [data-form-back]{
  display: none !important;
}
.is-question-enquiry .interest-grid{
  display: none !important;
}
[hidden]{
  display: none !important;
}