:root {
  --guide-ink: #171410;
  --guide-muted: #6f665d;
  --guide-paper: #f6f0e8;
  --guide-card: rgba(255, 252, 247, .92);
  --guide-line: rgba(70, 52, 35, .14);
  --guide-gold: #c58a2a;
  --guide-orange: #d63b10;
  --guide-dark: #171715;
  --guide-radius: 28px;
  --guide-shadow: 0 22px 65px rgba(70, 44, 22, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--guide-ink);
  background:
    radial-gradient(circle at 4% 18%, rgba(227, 170, 90, .12), transparent 25rem),
    radial-gradient(circle at 96% 45%, rgba(103, 166, 174, .1), transparent 30rem),
    var(--guide-paper);
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.visually-hidden {
  position: absolute !important; width: 1px !important; height: 1px !important;
  padding: 0 !important; margin: -1px !important; overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important;
}
.guide-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.guide-skip {
  position: fixed; left: 16px; top: -80px; z-index: 200;
  padding: 12px 18px; border-radius: 12px; background: #fff; color: #111;
}
.guide-skip:focus { top: 16px; }

.guide-topbar {
  position: absolute; inset: 0 0 auto; z-index: 40;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: #fff;
}
.guide-topbar .guide-container,
.guide-header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.guide-topbar .guide-container { min-height: 38px; font-size: .73rem; }
.guide-contact { display: flex; align-items: center; gap: 22px; }
.guide-contact a { opacity: .82; }
.guide-contact a:hover, .guide-contact a:focus-visible { opacity: 1; }
.guide-languages { display: flex; align-items: center; gap: 4px; }
.guide-languages button {
  min-width: 34px; min-height: 28px; padding: 4px 7px;
  border: 0; border-radius: 10px; color: inherit; background: transparent;
  font-weight: 800; font-size: .68rem; cursor: pointer;
}
.guide-languages button:hover,
.guide-languages button:focus-visible,
.guide-languages button.is-active { background: rgba(255,255,255,.18); outline: none; }

.guide-header {
  position: absolute; z-index: 39; inset: 38px 0 auto; color: #fff;
  transition: background .25s ease, box-shadow .25s ease;
}
.guide-header-inner { min-height: 82px; }
.guide-brand img { width: 156px; height: auto; }
.guide-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.guide-nav a {
  position: relative; padding: 11px 0; font-size: .78rem; font-weight: 800; letter-spacing: .02em;
}
.guide-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px;
  background: #e5ad56; transition: right .25s ease;
}
.guide-nav a:hover::after, .guide-nav a:focus-visible::after, .guide-nav a.is-active::after { right: 0; }
.guide-header-actions { display: flex; align-items: center; gap: 10px; }
.guide-book,
.guide-menu {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  border-radius: 999px; border: 1px solid rgba(255,255,255,.35); color: #fff;
  background: rgba(18,18,18,.22); backdrop-filter: blur(16px);
}
.guide-book { min-height: 46px; padding: 0 20px; font-size: .76rem; font-weight: 900; }
.guide-book:hover, .guide-book:focus-visible { background: var(--guide-orange); border-color: transparent; }
.guide-menu { display: none; width: 44px; height: 44px; padding: 0; cursor: pointer; }
.guide-menu svg { width: 22px; height: 22px; }
.guide-menu .close { display: none; }
.guide-menu[aria-expanded="true"] .open { display: none; }
.guide-menu[aria-expanded="true"] .close { display: block; }

.guide-hero {
  position: relative; min-height: min(760px, 86svh); display: grid; align-items: end;
  padding: 180px 0 72px; overflow: hidden; color: #fff; background: #191817;
}
.guide-hero-media, .guide-hero-overlay { position: absolute; inset: 0; }
.guide-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.guide-hero-overlay {
  background:
    linear-gradient(90deg, rgba(8,10,12,.86) 0%, rgba(8,10,12,.52) 48%, rgba(8,10,12,.15) 78%),
    linear-gradient(0deg, rgba(8,10,12,.72), transparent 55%);
}
.guide-hero-content { position: relative; z-index: 2; max-width: 820px; }
.guide-breadcrumbs {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  margin-bottom: 26px; font-size: .73rem; font-weight: 800; color: rgba(255,255,255,.76);
}
.guide-breadcrumbs a:hover, .guide-breadcrumbs a:focus-visible { color: #fff; }
.guide-breadcrumbs span[aria-hidden] { opacity: .5; }
.guide-eyebrow {
  margin: 0 0 14px; color: #f4c675; font-size: .76rem; font-weight: 900;
  letter-spacing: .18em; text-transform: uppercase;
}
.guide-hero h1 {
  max-width: 850px; margin: 0; font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(3.2rem, 8vw, 7.5rem); line-height: .9; letter-spacing: -.045em; font-weight: 400;
}
.guide-hero-lead { max-width: 710px; margin: 25px 0 0; color: rgba(255,255,255,.9); font-size: clamp(1rem, 2vw, 1.25rem); }
.guide-hero-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.guide-hero-fact {
  display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.24); border-radius: 999px;
  background: rgba(15,15,15,.3); backdrop-filter: blur(14px); font-size: .75rem; font-weight: 800;
}
.guide-hero-fact svg { width: 16px; height: 16px; color: #f2bd64; }

.guide-main { padding: 74px 0 96px; }
.guide-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr); gap: 46px; align-items: start; }
.guide-content { min-width: 0; }
.guide-section { padding: 0 0 58px; }
.guide-section + .guide-section { padding-top: 6px; }
.guide-kicker {
  margin: 0 0 8px; color: var(--guide-orange); font-size: .7rem; font-weight: 900;
  letter-spacing: .16em; text-transform: uppercase;
}
.guide-section h2 {
  margin: 0 0 20px; font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; font-weight: 400; letter-spacing: -.03em;
}
.guide-section p { margin: 0; color: #514b44; font-size: 1.02rem; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 26px; }
.guide-detail-card {
  min-height: 170px; padding: 22px; border: 1px solid var(--guide-line); border-radius: 22px;
  background: var(--guide-card); box-shadow: 0 14px 35px rgba(77,52,31,.07);
}
.guide-detail-card span {
  display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 20px;
  border-radius: 12px; color: #fff; background: linear-gradient(145deg, #db8c30, #c66812);
  font-size: .73rem; font-weight: 900;
}
.guide-detail-card p { color: #342f2a; font-size: .9rem; font-weight: 700; }
.guide-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 26px; }
.guide-fact {
  padding: 24px; border-left: 3px solid var(--guide-gold); border-radius: 0 22px 22px 0;
  background: rgba(255,255,255,.58);
}
.guide-fact p { font-size: .92rem; }
.guide-tip {
  position: relative; overflow: hidden; padding: 34px; border-radius: 28px;
  color: #fff; background:
    radial-gradient(circle at 90% 10%, rgba(222,151,57,.28), transparent 45%),
    #191917;
  box-shadow: var(--guide-shadow);
}
.guide-tip::after {
  content: "LOCAL"; position: absolute; right: -10px; bottom: -34px;
  color: rgba(255,255,255,.04); font-size: 7rem; line-height: 1; font-weight: 900;
}
.guide-tip h2 { color: #fff; }
.guide-tip p { position: relative; z-index: 1; color: rgba(255,255,255,.8); }

.guide-aside { position: sticky; top: 24px; display: grid; gap: 16px; }
.guide-practical,
.guide-source {
  border: 1px solid var(--guide-line); border-radius: var(--guide-radius);
  background: rgba(255,252,247,.9); box-shadow: var(--guide-shadow);
}
.guide-practical { padding: 28px; }
.guide-practical h2 {
  margin: 0 0 22px; font-family: "DM Serif Display", Georgia, serif; font-size: 2rem; font-weight: 400;
}
.guide-practical-list { display: grid; gap: 0; margin: 0; }
.guide-practical-row {
  display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 16px 0;
  border-top: 1px solid var(--guide-line);
}
.guide-practical-row:first-child { border-top: 0; padding-top: 0; }
.guide-practical-row svg { width: 20px; height: 20px; color: var(--guide-gold); margin-top: 3px; }
.guide-practical-row dt { font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--guide-muted); }
.guide-practical-row dd { margin: 3px 0 0; font-size: .86rem; font-weight: 750; }
.guide-source { padding: 20px 22px; }
.guide-source p { margin: 0 0 10px; color: var(--guide-muted); font-size: .75rem; }
.guide-source a { color: var(--guide-orange); font-size: .78rem; font-weight: 900; }
.guide-source a:hover, .guide-source a:focus-visible { text-decoration: underline; }

.guide-ready { padding: 0 0 90px; }
.guide-ready-card {
  position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto;
  gap: 30px; align-items: center; padding: 48px; border-radius: 32px; color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(236,170,76,.36), transparent 34%),
    linear-gradient(135deg, #171715, #29231c);
  box-shadow: 0 32px 80px rgba(28,19,12,.24);
}
.guide-ready-card h2 {
  margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.4rem, 5vw, 4.6rem); font-weight: 400; line-height: .95;
}
.guide-ready-card p { max-width: 600px; margin: 16px 0 0; color: rgba(255,255,255,.72); }
.guide-map-actions { display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); gap: 10px; }
.guide-map-button {
  display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 18px;
  border: 1px solid rgba(255,255,255,.18); border-radius: 16px; color: #fff;
  background: rgba(255,255,255,.09); font-size: .78rem; font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}
.guide-map-button:hover, .guide-map-button:focus-visible { transform: translateY(-2px); background: rgba(255,255,255,.16); outline: none; }
.guide-map-button.is-recommended { color: #17130e; background: #f0b95e; border-color: #f0b95e; }
.guide-map-button svg { width: 18px; height: 18px; }

.guide-related { padding: 76px 0 92px; background: rgba(255,255,255,.42); border-block: 1px solid var(--guide-line); }
.guide-related-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.guide-related h2 {
  margin: 0; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(2.1rem, 5vw, 4rem); font-weight: 400; line-height: 1;
}
.guide-related-all { color: var(--guide-orange); font-size: .78rem; font-weight: 900; }
.guide-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-related-card {
  overflow: hidden; border: 1px solid var(--guide-line); border-radius: 24px;
  background: #fffaf4; box-shadow: 0 16px 40px rgba(66,44,25,.09);
  transition: transform .25s ease, box-shadow .25s ease;
}
.guide-related-card:hover, .guide-related-card:focus-visible { transform: translateY(-5px); box-shadow: 0 24px 54px rgba(66,44,25,.16); outline: none; }
.guide-related-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.guide-related-body { padding: 20px; }
.guide-related-body span { color: var(--guide-gold); font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.guide-related-body h3 { margin: 7px 0 0; font-size: 1.08rem; line-height: 1.2; }

.guide-footer { padding: 64px 0 24px; color: rgba(255,255,255,.72); background: #0d0d0c; }
.guide-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; }
.guide-footer-logo { width: 180px; margin-bottom: 18px; }
.guide-footer h2 { margin: 0 0 16px; color: #e5ad56; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; }
.guide-footer p, .guide-footer a { font-size: .82rem; }
.guide-footer-links { display: grid; gap: 8px; }
.guide-footer a:hover, .guide-footer a:focus-visible { color: #fff; }
.guide-footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: .72rem;
}
.guide-mobile-bar { display: none; }

.guide-reveal { opacity: 1; transform: none; }
.guide-enhanced .guide-reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity .6s ease, transform .6s ease;
}
.guide-enhanced .guide-reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .guide-enhanced .guide-reveal { opacity: 1; transform: none; transition: none; }
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 980px) {
  .guide-nav {
    position: fixed; inset: 0; z-index: 80; display: grid; place-content: center; gap: 10px;
    padding: 110px 32px 80px; color: #fff; background: rgba(12,12,11,.97);
    opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .22s ease;
  }
  .guide-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .guide-nav a { font-family: "DM Serif Display", Georgia, serif; font-size: 2.2rem; font-weight: 400; text-align: center; }
  .guide-menu { position: relative; z-index: 90; display: inline-flex; }
  .guide-layout { grid-template-columns: 1fr; }
  .guide-aside { position: static; grid-template-columns: 1fr 1fr; }
  .guide-ready-card { grid-template-columns: 1fr; }
  .guide-map-actions { width: 100%; }
}

@media (max-width: 700px) {
  .guide-container { width: min(100% - 28px, 1180px); }
  .guide-topbar .guide-contact a:not(:first-child) { display: none; }
  .guide-topbar .guide-contact span { display: none; }
  .guide-topbar .guide-container { min-height: 34px; }
  .guide-header { inset-block-start: 34px; }
  .guide-header-inner { min-height: 68px; }
  .guide-brand img { width: 132px; }
  .guide-book { width: 44px; padding: 0; }
  .guide-book span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .guide-hero { min-height: 78svh; padding: 142px 0 48px; }
  .guide-hero-overlay {
    background:
      linear-gradient(0deg, rgba(8,10,12,.84) 0%, rgba(8,10,12,.42) 62%, rgba(8,10,12,.3)),
      linear-gradient(90deg, rgba(8,10,12,.32), transparent);
  }
  .guide-hero h1 { font-size: clamp(3.2rem, 16vw, 5.5rem); }
  .guide-hero-lead { font-size: .96rem; }
  .guide-hero-facts { gap: 7px; }
  .guide-hero-fact { min-height: 36px; padding: 7px 11px; font-size: .68rem; }
  .guide-main { padding: 52px 0 72px; }
  .guide-layout { gap: 30px; }
  .guide-section { padding-bottom: 46px; }
  .guide-card-grid, .guide-facts { grid-template-columns: 1fr; }
  .guide-detail-card { min-height: 0; }
  .guide-aside { grid-template-columns: 1fr; }
  .guide-tip { padding: 28px 24px; }
  .guide-ready { padding-bottom: 72px; }
  .guide-ready-card { padding: 32px 22px; border-radius: 26px; }
  .guide-map-actions { grid-template-columns: 1fr; }
  .guide-related { padding: 56px 0 92px; }
  .guide-related-head { align-items: start; flex-direction: column; }
  .guide-related-grid { grid-template-columns: 1fr; }
  .guide-footer { padding-bottom: 96px; }
  .guide-footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .guide-footer-bottom { flex-direction: column; }
  .guide-mobile-bar {
    position: fixed; z-index: 60; left: 50%; bottom: max(12px, env(safe-area-inset-bottom)); transform: translateX(-50%);
    display: grid; grid-template-columns: repeat(4, 1fr); width: min(430px, calc(100% - 28px));
    padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px;
    color: #fff; background: rgba(24,24,23,.91); backdrop-filter: blur(20px);
    box-shadow: 0 16px 50px rgba(0,0,0,.3);
  }
  .guide-mobile-bar a {
    display: grid; place-items: center; gap: 3px; min-height: 48px; border-radius: 16px;
    font-size: .6rem; font-weight: 800;
  }
  .guide-mobile-bar a.is-primary { background: linear-gradient(145deg, #df4b1c, #bb2f0b); }
  .guide-mobile-bar svg { width: 18px; height: 18px; }
}
