/* ==========================================================================
   Komodo Ticket — "Park Permit" design system
   Minimal luxury: deep Komodo green + brass on warm paper.
   Display: Newsreader · Body: Hanken Grotesk · Detail: DM Mono
   ========================================================================== */

:root {
    --kt-ink: #0f2e29;
    --kt-ink-2: #15392f;
    --kt-ink-3: #1f4a42;
    --kt-night: #0a211d;
    --kt-paper: #f7f3ec;
    --kt-paper-2: #efe8dc;
    --kt-paper-3: #e6ddcd;
    --kt-white: #fffdf9;
    --kt-brass: #a8834e;
    --kt-brass-h: #bb965f;
    --kt-brass-d: #7f6134;
    --kt-brass-soft: #e4d4b4;
    --kt-text: #18211f;
    --kt-text-soft: #46524e;
    --kt-muted: #6f7a76;
    --kt-on-ink: #f3ede2;
    --kt-on-ink-soft: rgba(243, 237, 226, .72);
    --kt-line: rgba(15, 46, 41, .12);
    --kt-line-strong: rgba(15, 46, 41, .24);
    --kt-line-ink: rgba(243, 237, 226, .14);

    --kt-serif: 'Newsreader', 'Iowan Old Style', Georgia, serif;
    --kt-sans: 'Hanken Grotesk', 'Helvetica Neue', Arial, sans-serif;
    --kt-mono: 'DM Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

    --kt-radius: 2px;
    --kt-gutter: clamp(1.25rem, 4vw, 3rem);
    --kt-max: 1320px;
    --kt-header-h: 76px;
    --kt-ease: cubic-bezier(.22, .8, .24, 1);
    --kt-safe-b: env(safe-area-inset-bottom, 0px);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--kt-header-h) + 1.5rem); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
    margin: 0; background: var(--kt-paper); color: var(--kt-text);
    font-family: var(--kt-sans); font-size: 1rem; line-height: 1.7;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: rgba(168, 131, 78, .18);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a, button, summary, [role="tab"] { touch-action: manipulation; }
h1, h2, h3, h4 { font-family: var(--kt-serif); font-weight: 400; color: var(--kt-ink); letter-spacing: -.012em; line-height: 1.12; margin: 0; text-wrap: balance; }
p { margin: 0 0 1.1em; text-wrap: pretty; }
::selection { background: var(--kt-brass-soft); color: var(--kt-ink); }
:focus-visible { outline: 2px solid var(--kt-brass); outline-offset: 3px; }
.kt-sr { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

.kt-skip {
    position: fixed; left: 1rem; top: -4rem; z-index: 1000;
    background: var(--kt-ink); color: var(--kt-on-ink); padding: .75rem 1.1rem;
    font-size: .875rem; border-radius: var(--kt-radius); transition: top .2s var(--kt-ease);
}
.kt-skip:focus { top: 1rem; }

.kt-container { width: 100%; max-width: var(--kt-max); margin-inline: auto; padding-inline: var(--kt-gutter); }
.kt-section { padding-block: clamp(4.5rem, 9vw, 8.5rem); position: relative; }
.kt-section--tight { padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.kt-bg-paper { background: var(--kt-paper); }
.kt-bg-paper-2 { background: var(--kt-paper-2); }
.kt-bg-white { background: var(--kt-white); }
.kt-bg-ink { background: var(--kt-ink); color: var(--kt-on-ink); }
.kt-bg-ink h2, .kt-bg-ink h3 { color: var(--kt-on-ink); }

/* ---------- Type helpers ---------- */
.kt-kicker {
    display: inline-flex; align-items: center; gap: .75rem;
    font-family: var(--kt-mono); font-size: .72rem; letter-spacing: .18em; text-transform: uppercase;
    color: var(--kt-brass-d); margin: 0 0 1.4rem;
}
.kt-kicker::before { content: ''; width: 28px; height: 1px; background: currentColor; opacity: .7; }
.kt-bg-ink .kt-kicker, .kt-kicker--light { color: var(--kt-brass-soft); }
.kt-kicker__num { font-variant-numeric: tabular-nums; }

.kt-display { font-size: clamp(2.5rem, 6.4vw, 5.4rem); line-height: 1.02; letter-spacing: -.022em; font-weight: 350; }
.kt-h2 { font-size: clamp(2rem, 4.2vw, 3.4rem); line-height: 1.06; letter-spacing: -.018em; font-weight: 350; }
.kt-h2 em, .kt-display em { font-style: italic; color: var(--kt-brass); }
.kt-lead { font-family: var(--kt-serif); font-size: clamp(1.2rem, 1.9vw, 1.5rem); line-height: 1.55; color: var(--kt-ink); font-weight: 380; }
.kt-muted { color: var(--kt-text-soft); }
.kt-mono { font-family: var(--kt-mono); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }

.kt-head { display: grid; gap: 1.5rem 3rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 900px) {
    .kt-head--split { grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: end; }
}
.kt-head__desc { color: var(--kt-text-soft); font-size: 1.05rem; max-width: 34rem; margin: 0; }
.kt-bg-ink .kt-head__desc { color: var(--kt-on-ink-soft); }

/* ---------- Buttons ---------- */
.kt-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .7rem;
    min-height: 3.25rem; padding: .85rem 1.6rem;
    font-family: var(--kt-sans); font-size: .8rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
    border: 1px solid transparent; border-radius: var(--kt-radius);
    transition: background-color .3s var(--kt-ease), color .3s var(--kt-ease), border-color .3s var(--kt-ease), transform .3s var(--kt-ease);
    white-space: nowrap;
}
.kt-btn i { font-size: 1.15rem; transition: transform .3s var(--kt-ease); }
.kt-btn:hover i.ti-arrow-right, .kt-btn:hover i.ti-arrow-up-right { transform: translateX(3px); }
.kt-btn:active { transform: translateY(1px); }
.kt-btn--brass { background: var(--kt-brass); color: var(--kt-white); }
.kt-btn--brass:hover { background: var(--kt-brass-d); }
.kt-btn--ink { background: var(--kt-ink); color: var(--kt-on-ink); }
.kt-btn--ink:hover { background: var(--kt-ink-3); }
.kt-btn--ghost { border-color: var(--kt-line-strong); color: var(--kt-ink); background: transparent; }
.kt-btn--ghost:hover { border-color: var(--kt-ink); background: var(--kt-ink); color: var(--kt-on-ink); }
.kt-btn--ghost-light { border-color: rgba(243, 237, 226, .45); color: var(--kt-on-ink); background: transparent; }
.kt-btn--ghost-light:hover { background: var(--kt-on-ink); color: var(--kt-ink); border-color: var(--kt-on-ink); }
.kt-btn--sm { min-height: 2.6rem; padding: .55rem 1.1rem; font-size: .72rem; }
.kt-btn--block { width: 100%; }

.kt-link {
    display: inline-flex; align-items: center; gap: .5rem;
    font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--kt-ink);
    background: linear-gradient(currentColor, currentColor) left bottom / 0 1px no-repeat;
    padding-bottom: .25rem; transition: background-size .35s var(--kt-ease), color .3s;
}
.kt-link:hover { background-size: 100% 1px; color: var(--kt-brass-d); }

/* ---------- Ticket motif (main + perforated stub, notched edges) ---------- */
.kt-ticket { --notch: 11px; --tk-bg: var(--kt-white); position: relative; filter: drop-shadow(0 28px 38px rgba(10, 33, 29, .22)); }
.kt-ticket__main, .kt-ticket__stub { background: var(--tk-bg); position: relative; }
.kt-ticket__main {
    border-radius: var(--kt-radius) var(--kt-radius) 0 0;
    -webkit-mask: radial-gradient(circle var(--notch) at 0 100%, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 100%, #0000 98%, #000) right / 51% 100% no-repeat;
            mask: radial-gradient(circle var(--notch) at 0 100%, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 100%, #0000 98%, #000) right / 51% 100% no-repeat;
}
.kt-ticket__stub {
    border-radius: 0 0 var(--kt-radius) var(--kt-radius);
    -webkit-mask: radial-gradient(circle var(--notch) at 0 0, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 0, #0000 98%, #000) right / 51% 100% no-repeat;
            mask: radial-gradient(circle var(--notch) at 0 0, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 0, #0000 98%, #000) right / 51% 100% no-repeat;
}
.kt-ticket__stub::before { content: ''; position: absolute; top: 0; left: calc(var(--notch) + 8px); right: calc(var(--notch) + 8px); border-top: 1.5px dashed var(--kt-line-strong); }
.kt-ticket--ink { --tk-bg: var(--kt-ink); color: var(--kt-on-ink); }
.kt-ticket--ink .kt-ticket__stub::before { border-top-color: rgba(243, 237, 226, .22); }
.kt-stub-badge {
    --notch: 9px; background: var(--kt-white);
    -webkit-mask: radial-gradient(circle var(--notch) at 0 50%, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 50%, #0000 98%, #000) right / 51% 100% no-repeat;
            mask: radial-gradient(circle var(--notch) at 0 50%, #0000 98%, #000) left / 51% 100% no-repeat,
                  radial-gradient(circle var(--notch) at 100% 50%, #0000 98%, #000) right / 51% 100% no-repeat;
}
.kt-serial { font-family: var(--kt-mono); font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: var(--kt-muted); font-variant-numeric: tabular-nums; }

/* ==========================================================================
   Header
   ========================================================================== */
.kt-header {
    position: fixed; inset: 0 0 auto; z-index: 100; height: var(--kt-header-h);
    color: var(--kt-ink); background: rgba(247, 243, 236, .92);
    -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
    border-bottom: 1px solid var(--kt-line);
    transition: background-color .4s var(--kt-ease), color .4s var(--kt-ease), border-color .4s var(--kt-ease), transform .4s var(--kt-ease);
}
.kt-has-hero .kt-header:not(.is-solid) { background: transparent; color: var(--kt-on-ink); border-bottom-color: rgba(243, 237, 226, .16); -webkit-backdrop-filter: none; backdrop-filter: none; }
.kt-header__inner { height: 100%; display: flex; align-items: center; gap: 2rem; }
.kt-brand { display: inline-flex; align-items: center; gap: .8rem; flex-shrink: 0; }
.kt-brand__mark { width: 38px; height: 38px; color: var(--kt-brass); flex-shrink: 0; }
.kt-brand__text { display: flex; flex-direction: column; line-height: 1; }
.kt-brand__name { font-family: var(--kt-serif); font-size: 1.38rem; letter-spacing: -.01em; white-space: nowrap; }
.kt-brand__tag { font-family: var(--kt-mono); font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; opacity: .72; margin-top: .38rem; white-space: nowrap; }
.kt-brand img { height: 44px; width: auto; max-width: 200px; object-fit: contain; }

.kt-nav { flex: 1; display: none; justify-content: center; }
.kt-header__actions { display: flex; align-items: center; gap: .75rem; margin-left: auto; }
.kt-header .kt-btn--ghost { color: inherit; border-color: currentColor; }
.kt-has-hero .kt-header:not(.is-solid) .kt-btn--ghost:hover { background: var(--kt-on-ink); color: var(--kt-ink); border-color: var(--kt-on-ink); }

.kt-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: .25rem; }
.kt-menu > li { position: relative; }
.kt-menu > li > a {
    display: inline-flex; align-items: center; gap: .3rem; padding: .7rem .85rem;
    font-size: .8rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
    position: relative;
}
.kt-menu > li > a::after {
    content: ''; position: absolute; left: .85rem; right: .85rem; bottom: .35rem; height: 1px;
    background: var(--kt-brass); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--kt-ease);
}
.kt-menu > li:hover > a::after, .kt-menu > li:focus-within > a::after,
.kt-menu > li.current-menu-item > a::after, .kt-menu > li.current-menu-ancestor > a::after { transform: scaleX(1); }
.kt-menu .ti-chevron-down { font-size: .8rem; opacity: .7; transition: transform .3s var(--kt-ease); }
.kt-menu > li:hover .ti-chevron-down, .kt-menu > li:focus-within .ti-chevron-down { transform: rotate(180deg); }

.kt-menu .sub-menu {
    list-style: none; margin: 0; padding: .6rem 0;
    position: absolute; top: 100%; left: 50%; min-width: 250px;
    background: var(--kt-white); color: var(--kt-text); border: 1px solid var(--kt-line);
    box-shadow: 0 24px 60px -24px rgba(10, 33, 29, .35);
    opacity: 0; visibility: hidden; transform: translate(-50%, 8px);
    transition: opacity .25s var(--kt-ease), transform .25s var(--kt-ease), visibility .25s;
}
.kt-menu .sub-menu::before { content: ''; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.kt-menu > li:hover > .sub-menu, .kt-menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.kt-menu .sub-menu a {
    display: flex; justify-content: space-between; align-items: center; gap: 1rem;
    padding: .62rem 1.3rem; font-size: .92rem; color: var(--kt-text-soft);
    transition: color .2s, background-color .2s, padding-left .25s var(--kt-ease);
}
.kt-menu .sub-menu a::after { content: '→'; opacity: 0; color: var(--kt-brass); transition: opacity .2s, transform .25s var(--kt-ease); transform: translateX(-4px); }
.kt-menu .sub-menu a:hover, .kt-menu .sub-menu .current-menu-item > a { color: var(--kt-ink); background: var(--kt-paper); padding-left: 1.5rem; }
.kt-menu .sub-menu a:hover::after { opacity: 1; transform: none; }

.kt-burger {
    display: inline-flex; align-items: center; gap: .6rem; min-height: 2.6rem; padding: .4rem .2rem .4rem .9rem;
    background: none; border: 0; color: inherit;
    font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
}
.kt-burger__lines { width: 26px; height: 10px; position: relative; display: inline-block; }
.kt-burger__lines::before, .kt-burger__lines::after { content: ''; position: absolute; left: 0; right: 0; height: 1.5px; background: currentColor; transition: transform .3s var(--kt-ease); }
.kt-burger__lines::before { top: 0; } .kt-burger__lines::after { bottom: 0; left: 8px; }
.kt-burger:hover .kt-burger__lines::after { left: 0; }
.kt-header__plan { display: none; }

@media (min-width: 1180px) {
    .kt-nav { display: flex; }
    .kt-burger { display: none; }
    .kt-header__plan { display: inline-flex; }
}
@media (max-width: 1179px) { .kt-header__inner { justify-content: space-between; } }
@media (max-width: 480px) { :root { --kt-header-h: 64px; } .kt-brand__name { font-size: 1.2rem; } .kt-brand__mark { width: 32px; height: 32px; } }

/* Drawer */
.kt-drawer {
    position: fixed; inset: 0; z-index: 200; display: grid; grid-template-columns: 1fr min(420px, 100%);
    visibility: hidden; pointer-events: none;
}
.kt-drawer.is-open { visibility: visible; pointer-events: auto; }
.kt-drawer__scrim { background: rgba(10, 33, 29, .55); opacity: 0; transition: opacity .35s var(--kt-ease); border: 0; padding: 0; }
.kt-drawer.is-open .kt-drawer__scrim { opacity: 1; }
.kt-drawer__panel {
    background: var(--kt-ink); color: var(--kt-on-ink); display: flex; flex-direction: column;
    transform: translateX(100%); transition: transform .45s var(--kt-ease);
    overscroll-behavior: contain; overflow-y: auto; padding-bottom: calc(1.5rem + var(--kt-safe-b));
}
.kt-drawer.is-open .kt-drawer__panel { transform: none; }
.kt-drawer__head { display: flex; align-items: center; justify-content: space-between; padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--kt-line-ink); }
.kt-drawer__close { background: none; border: 1px solid var(--kt-line-ink); color: inherit; width: 2.75rem; height: 2.75rem; display: inline-grid; place-items: center; border-radius: var(--kt-radius); font-size: 1.2rem; transition: background-color .2s; }
.kt-drawer__close:hover { background: rgba(243, 237, 226, .08); }
.kt-drawer nav { padding: .75rem 0; flex: 1; }
.kt-drawer .kt-menu { flex-direction: column; align-items: stretch; gap: 0; }
.kt-drawer .kt-menu > li { border-bottom: 1px solid var(--kt-line-ink); display: flex; flex-wrap: wrap; align-items: center; }
.kt-drawer .kt-menu > li > a { flex: 1; font-family: var(--kt-serif); font-size: 1.55rem; letter-spacing: -.01em; text-transform: none; font-weight: 400; padding: 1rem 1.5rem; }
.kt-drawer .kt-menu > li > a::after, .kt-drawer .kt-menu .ti-chevron-down { display: none; }
.kt-sub-toggle { background: none; border: 0; color: var(--kt-brass-soft); width: 3.5rem; height: 3.5rem; display: inline-grid; place-items: center; font-size: 1.1rem; }
.kt-sub-toggle i { transition: transform .3s var(--kt-ease); }
.kt-sub-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.kt-menu .kt-sub-toggle { display: none; }
.kt-drawer .kt-sub-toggle { display: inline-grid; }
.kt-drawer .kt-menu .sub-menu {
    position: static; transform: none; opacity: 1; visibility: visible; box-shadow: none; border: 0;
    background: transparent; color: var(--kt-on-ink-soft); min-width: 0; width: 100%; padding: 0 0 1rem 1.5rem; display: none;
}
.kt-drawer .kt-menu .sub-menu.is-open { display: block; }
/* The desktop hover-dropdown rule above (.kt-menu > li:hover/:focus-within > .sub-menu) outranks
   the reset above by specificity and pushes the open submenu off-screen (translateX(-50%)) the
   moment its item is hovered/focused — reassert the reset for the drawer specifically. */
.kt-drawer .kt-menu > li:hover > .sub-menu,
.kt-drawer .kt-menu > li:focus-within > .sub-menu { transform: none; }
.kt-drawer .kt-menu .sub-menu a { color: var(--kt-on-ink-soft); font-size: 1rem; padding: .55rem 1.5rem .55rem 0; background: none; }
.kt-drawer .kt-menu .sub-menu a:hover { color: var(--kt-on-ink); padding-left: .25rem; }
.kt-drawer__foot { padding: 1.5rem; display: grid; gap: .75rem; }
.kt-drawer__contact { font-family: var(--kt-mono); font-size: .75rem; letter-spacing: .08em; color: var(--kt-on-ink-soft); text-align: center; margin: .5rem 0 0; }
@media (prefers-reduced-motion: reduce) { .kt-drawer__panel, .kt-drawer__scrim { transition: none; } }

/* ==========================================================================
   Heroes
   ========================================================================== */
.kt-hero { position: relative; color: var(--kt-on-ink); background: var(--kt-night); isolation: isolate; overflow: hidden; }
.kt-hero__media { position: absolute; inset: 0; z-index: -2; }
.kt-hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); animation: kt-hero-in 2.4s var(--kt-ease) forwards; }
@keyframes kt-hero-in { to { transform: scale(1); } }
.kt-hero::after {
    content: ''; position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(180deg, rgba(10, 33, 29, .55) 0%, rgba(10, 33, 29, 0) 22%),
        linear-gradient(90deg, rgba(10, 33, 29, .88) 0%, rgba(10, 33, 29, .55) 45%, rgba(10, 33, 29, .15) 100%),
        linear-gradient(0deg, rgba(10, 33, 29, .75) 0%, rgba(10, 33, 29, 0) 45%);
}
.kt-hero h1 { color: var(--kt-on-ink); }
.kt-hero .kt-kicker { color: var(--kt-brass-soft); }

/* Home hero */
.kt-hero--home { padding-top: calc(var(--kt-header-h) + 3rem); padding-bottom: 3rem; }
.kt-hero--home .kt-container { display: grid; gap: 3rem; align-items: end; }
@media (min-width: 480px) { .kt-hero--home { min-height: 640px; } }
@media (min-width: 1024px) {
    .kt-hero--home { min-height: max(760px, 100svh); padding-bottom: 4.5rem; display: flex; align-items: flex-end; }
    .kt-hero--home .kt-container { grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 4rem; }
}
.kt-hero__title { font-size: clamp(2.6rem, 6vw, 5.1rem); line-height: 1.02; letter-spacing: -.024em; font-weight: 340; max-width: 15ch; }
.kt-hero__suffix { display: block; font-style: italic; color: var(--kt-brass-soft); font-size: .42em; letter-spacing: -.005em; margin-top: 1.1rem; font-weight: 380; }
.kt-hero__desc { font-size: clamp(1.02rem, 1.3vw, 1.14rem); line-height: 1.75; color: var(--kt-on-ink-soft); max-width: 36rem; margin: 1.75rem 0 2.25rem; }
.kt-hero__ctas { display: flex; flex-wrap: wrap; gap: .75rem; }
.kt-hero__copy > * { opacity: 0; transform: translateY(14px); animation: kt-rise .9s var(--kt-ease) forwards; }
.kt-hero__copy > *:nth-child(2) { animation-delay: .1s; }
.kt-hero__copy > *:nth-child(3) { animation-delay: .2s; }
.kt-hero__copy > *:nth-child(4) { animation-delay: .3s; }
@keyframes kt-rise { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
    .kt-hero__copy > *, .kt-finder { animation: none !important; opacity: 1 !important; transform: none !important; }
    .kt-hero__media img { animation: none; transform: none; }
}

/* Trip finder ticket */
.kt-finder { opacity: 0; transform: translateY(18px); animation: kt-rise 1s .35s var(--kt-ease) forwards; filter: drop-shadow(0 40px 50px rgba(0, 0, 0, .35)); }
.kt-finder .kt-ticket__main { padding: 2rem 1.6rem 1.5rem; }
.kt-finder .kt-ticket__stub { padding: 1.5rem 1.6rem 1.4rem; }
@media (min-width: 640px) { .kt-finder .kt-ticket__main { padding: 2.25rem 2.25rem 1.6rem; } .kt-finder .kt-ticket__stub { padding: 1.6rem 2.25rem 1.5rem; } }
.kt-finder__top { display: flex; justify-content: space-between; gap: 1rem; align-items: baseline; margin-bottom: 1rem; }
.kt-finder h2 { font-size: 1.65rem; line-height: 1.15; }
.kt-finder__desc { font-size: .88rem; line-height: 1.65; color: var(--kt-text-soft); margin: 0 0 1.4rem; }
.kt-finder__grid { display: grid; gap: .9rem; grid-template-columns: 1fr 1fr; }
.kt-finder__grid .kt-field:first-child { grid-column: 1 / -1; }
.kt-finder__price { display: flex; align-items: baseline; gap: .6rem; margin: 1.35rem 0 0; min-height: 2.6em; }
.kt-finder__price .kt-serial { flex-shrink: 0; }
.kt-finder__price strong { font-family: var(--kt-serif); font-weight: 450; font-size: 1.15rem; color: var(--kt-ink); line-height: 1.3; }
.kt-finder__note { font-size: .76rem; color: var(--kt-muted); margin: .9rem 0 0; text-align: center; line-height: 1.5; }

/* Fields */
.kt-field { display: grid; gap: .4rem; min-width: 0; }
.kt-field label { font-family: var(--kt-mono); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--kt-muted); }
.kt-field select, .kt-field input, .kt-field textarea {
    width: 100%; min-height: 3rem; padding: .7rem .9rem; font-size: .95rem;
    background-color: var(--kt-paper); color: var(--kt-text);
    border: 1px solid var(--kt-line); border-radius: var(--kt-radius);
    transition: border-color .2s, background-color .2s, box-shadow .2s;
    -webkit-appearance: none; appearance: none;
}
.kt-field textarea { min-height: 6.5rem; resize: vertical; line-height: 1.55; }
.kt-field select {
    padding-right: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' fill='none' stroke='%237f6134' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right .95rem center;
}
.kt-field select:hover, .kt-field input:hover, .kt-field textarea:hover { border-color: var(--kt-line-strong); }
.kt-field select:focus-visible, .kt-field input:focus-visible, .kt-field textarea:focus-visible { outline: none; border-color: var(--kt-brass); background-color: var(--kt-white); box-shadow: 0 0 0 3px rgba(168, 131, 78, .2); }
.kt-field input::placeholder, .kt-field textarea::placeholder { color: #9aa29f; }

/* Inner page hero */
.kt-hero--page { padding-top: calc(var(--kt-header-h) + 4rem); padding-bottom: clamp(2.75rem, 5vw, 4.5rem); min-height: 480px; display: flex; align-items: flex-end; }
@media (min-width: 768px) { .kt-hero--page { min-height: 62vh; } }
@media (min-width: 1280px) { .kt-hero--page { min-height: 68vh; } }
.kt-hero--page .kt-hero__title { font-size: clamp(2.2rem, 4.8vw, 4.1rem); max-width: 20ch; line-height: 1.05; }
.kt-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font-family: var(--kt-mono); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--kt-on-ink-soft); margin: 0 0 1.75rem; }
.kt-crumbs a { color: var(--kt-on-ink); border-bottom: 1px solid rgba(243, 237, 226, .35); transition: border-color .2s; }
.kt-crumbs a:hover { border-color: var(--kt-brass-soft); }
.kt-crumbs span[aria-current] { max-width: 42ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kt-hero__meta { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; margin-top: 1.75rem; font-family: var(--kt-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--kt-on-ink-soft); }
.kt-hero__meta a { color: var(--kt-brass-soft); }

/* ==========================================================================
   Home sections
   ========================================================================== */
/* Stats — ticket stubs */
.kt-stats { border-bottom: 1px solid var(--kt-line); background: var(--kt-white); }
.kt-stats__grid { display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .kt-stats__grid { grid-template-columns: repeat(4, 1fr); } }
.kt-stat { padding: 2.2rem 1.25rem 2rem; position: relative; text-align: left; }
.kt-stat + .kt-stat::before { content: ''; position: absolute; left: 0; top: 1.5rem; bottom: 1.5rem; border-left: 1px dashed var(--kt-line-strong); }
@media (max-width: 899px) { .kt-stat:nth-child(3)::before { display: none; } .kt-stat:nth-child(n+3) { border-top: 1px dashed var(--kt-line-strong); } }
@media (min-width: 900px) { .kt-stat { padding: 2.75rem 2rem 2.5rem; } }
.kt-stat__value { font-family: var(--kt-serif); font-size: clamp(1.7rem, 3vw, 2.6rem); color: var(--kt-ink); line-height: 1; letter-spacing: -.02em; display: block; font-variant-numeric: lining-nums tabular-nums; }
.kt-stat__label { display: block; margin-top: .8rem; }

/* Trip cards */
.kt-cards { display: grid; gap: 2.5rem 1.75rem; }
@media (min-width: 720px) { .kt-cards { grid-template-columns: repeat(3, 1fr); } }
.kt-card { display: flex; flex-direction: column; min-width: 0; }
.kt-card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 5; background: var(--kt-paper-3); border-radius: var(--kt-radius); }
.kt-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--kt-ease); }
.kt-card:hover .kt-card__media img { transform: scale(1.045); }
.kt-card__tag { position: absolute; left: 1rem; top: 1rem; background: var(--kt-white); color: var(--kt-ink); padding: .4rem .7rem; }
.kt-card__body { padding-top: 1.4rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.kt-card__title { font-size: clamp(1.55rem, 2.2vw, 1.95rem); line-height: 1.1; }
.kt-card__title a { background: linear-gradient(currentColor, currentColor) left 92% / 0 1px no-repeat; transition: background-size .45s var(--kt-ease); }
.kt-card:hover .kt-card__title a { background-size: 100% 1px; }
.kt-card__meta { color: var(--kt-text-soft); font-size: .95rem; margin: 0; }
.kt-card__link { margin-top: auto; padding-top: .8rem; }
.kt-card a.kt-card__cover::after { content: ''; position: absolute; inset: 0; }

/* Charters — ledger rows on ink */
.kt-ledger { border-top: 1px solid var(--kt-line-ink); }
.kt-ledger__row {
    display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; gap: 1rem 1.5rem; align-items: center;
    padding: 1.6rem 0; border-bottom: 1px solid var(--kt-line-ink); position: relative;
}
.kt-ledger__row::before { content: ''; position: absolute; left: 0; bottom: -1px; height: 1px; width: 100%; background: var(--kt-brass); transform: scaleX(0); transform-origin: left; transition: transform .6s var(--kt-ease); }
.kt-ledger__row:hover::before, .kt-ledger__row:focus-within::before { transform: scaleX(1); }
.kt-ledger__num { color: var(--kt-brass-soft); }
.kt-ledger__title { font-size: clamp(1.7rem, 3.4vw, 2.9rem); line-height: 1.05; font-weight: 340; }
.kt-ledger__title a::after { content: ''; position: absolute; inset: 0; }
.kt-ledger__meta { color: var(--kt-on-ink-soft); margin: .45rem 0 0; font-size: .95rem; }
.kt-ledger__thumb { display: none; width: 220px; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--kt-radius); }
.kt-ledger__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--kt-ease), filter .6s; filter: saturate(.85); }
.kt-ledger__row:hover .kt-ledger__thumb img { transform: scale(1.06); filter: none; }
.kt-ledger__go { width: 3rem; height: 3rem; border: 1px solid var(--kt-line-ink); display: inline-grid; place-items: center; border-radius: 50%; color: var(--kt-brass-soft); transition: background-color .3s, color .3s, border-color .3s; }
.kt-ledger__row:hover .kt-ledger__go { background: var(--kt-brass); color: var(--kt-white); border-color: var(--kt-brass); }
@media (min-width: 900px) { .kt-ledger__row { grid-template-columns: 4rem minmax(0, 1fr) 220px 3rem; gap: 2.5rem; padding: 2rem 0; } .kt-ledger__thumb { display: block; } }
@media (max-width: 599px) { .kt-ledger__row { grid-template-columns: minmax(0, 1fr) auto; } .kt-ledger__num { grid-column: 1 / -1; } }

/* Gallery strip */
.kt-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(62vw, 1fr); gap: 2px; overflow-x: auto; scroll-snap-type: x mandatory; background: var(--kt-night); scrollbar-width: none; }
.kt-strip::-webkit-scrollbar { display: none; }
.kt-strip figure { margin: 0; scroll-snap-align: start; height: clamp(220px, 26vw, 360px); overflow: hidden; }
.kt-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--kt-ease), opacity .6s; opacity: .92; }
.kt-strip figure:hover img { transform: scale(1.05); opacity: 1; }
@media (min-width: 900px) { .kt-strip { grid-auto-columns: 1fr; overflow: visible; } }

/* Why — split */
.kt-why { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .kt-why { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5rem; align-items: start; } .kt-why__aside { position: sticky; top: calc(var(--kt-header-h) + 2rem); } }
.kt-why__figure { position: relative; margin: 2.5rem 0 0; aspect-ratio: 4 / 5; overflow: hidden; border-radius: var(--kt-radius); background: var(--kt-paper-3); }
.kt-why__figure img { width: 100%; height: 100%; object-fit: cover; }
.kt-why__badge { position: absolute; right: 1rem; bottom: 1rem; padding: 1.1rem 1.8rem; text-align: center; min-width: 11rem; }
.kt-why__badge strong { display: block; font-family: var(--kt-serif); font-size: 1.6rem; font-weight: 400; color: var(--kt-ink); line-height: 1; margin-bottom: .45rem; }
.kt-why__grid { display: grid; gap: 0; }
@media (min-width: 640px) { .kt-why__grid { grid-template-columns: 1fr 1fr; column-gap: 3rem; } }
.kt-why__item { padding: 2.25rem 0; border-top: 1px solid var(--kt-line-strong); }
.kt-why__item h3 { font-size: 1.6rem; margin: 1rem 0 .8rem; }
.kt-why__item p { color: var(--kt-text-soft); margin: 0; }

/* Steps */
.kt-steps { display: grid; gap: 2.5rem; counter-reset: step; }
@media (min-width: 900px) { .kt-steps { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.kt-step { position: relative; padding-top: 2rem; }
.kt-step::before { content: ''; position: absolute; top: 0; left: 0; right: 0; border-top: 1px dashed var(--kt-line-strong); }
.kt-step::after { content: ''; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--kt-brass); }
.kt-step__num { font-family: var(--kt-serif); font-size: clamp(3.5rem, 6vw, 5rem); line-height: .9; color: var(--kt-brass); font-weight: 300; font-style: italic; display: block; margin-bottom: 1.25rem; font-variant-numeric: lining-nums; }
.kt-step h3 { font-size: 1.55rem; margin-bottom: .75rem; }
.kt-step p { color: var(--kt-text-soft); margin: 0; max-width: 30rem; }

/* ==========================================================================
   Article layout (pages, guide, posts)
   ========================================================================== */
.kt-lead-band { padding-block: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem); }
.kt-lead-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .kt-lead-grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 5rem; align-items: start; } }
.kt-lead-grid--solo { max-width: 56rem; }
.kt-lead-copy > p:first-child { font-family: var(--kt-serif); font-size: clamp(1.3rem, 2.1vw, 1.65rem); line-height: 1.5; color: var(--kt-ink); font-weight: 380; }
.kt-lead-copy > p { color: var(--kt-text-soft); font-size: 1.06rem; }
.kt-lead-copy a, .kt-prose a, .kt-note a, .kt-faq__answer a { color: var(--kt-ink); text-decoration: underline; text-decoration-color: var(--kt-brass); text-underline-offset: .22em; text-decoration-thickness: 1px; transition: color .2s, text-decoration-color .2s; }
.kt-lead-copy a:hover, .kt-prose a:hover, .kt-note a:hover, .kt-faq__answer a:hover { color: var(--kt-brass-d); }

.kt-note { position: relative; padding: 1.5rem 1.6rem 1.5rem 1.75rem; background: var(--kt-white); border: 1px solid var(--kt-line); border-left: 2px solid var(--kt-brass); font-size: .9rem; line-height: 1.7; color: var(--kt-text-soft); }
.kt-note strong { color: var(--kt-ink); font-weight: 600; }
.kt-note p:last-child { margin: 0; }

.kt-article { padding-block: clamp(2.5rem, 5vw, 4rem) clamp(4.5rem, 9vw, 8rem); }
.kt-article__grid { display: grid; gap: 3rem; }
@media (min-width: 1100px) { .kt-article__grid { grid-template-columns: minmax(0, 1fr) 320px; gap: 5.5rem; align-items: start; } }
.kt-aside { display: none; }
@media (min-width: 1100px) {
    .kt-aside { display: grid; gap: 1.75rem; position: sticky; top: calc(var(--kt-header-h) + 2rem); }
    .kt-aside .kt-toc { max-height: calc(100vh - var(--kt-header-h) - 22rem); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; }
}

.kt-toc__title { margin: 0 0 1rem; color: var(--kt-muted); }
.kt-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: toc; border-left: 1px solid var(--kt-line); }
.kt-toc li { counter-increment: toc; }
.kt-toc a { display: grid; grid-template-columns: 2.1rem 1fr; gap: .25rem; padding: .5rem 0 .5rem 1rem; margin-left: -1px; border-left: 1px solid transparent; font-size: .88rem; line-height: 1.45; color: var(--kt-text-soft); transition: color .2s, border-color .2s; }
.kt-toc a::before { content: counter(toc, decimal-leading-zero); font-family: var(--kt-mono); font-size: .68rem; letter-spacing: .06em; color: var(--kt-muted); padding-top: .2rem; }
.kt-toc a:hover { color: var(--kt-ink); }
.kt-toc a.is-active { color: var(--kt-ink); border-left-color: var(--kt-brass); }
.kt-toc a.is-active::before { color: var(--kt-brass-d); }
.kt-toc-mobile { margin-bottom: 2.5rem; border: 1px solid var(--kt-line); background: var(--kt-white); }
.kt-toc-mobile summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 1rem 1.25rem; cursor: pointer; }
.kt-toc-mobile summary::-webkit-details-marker { display: none; }
.kt-toc-mobile summary i { transition: transform .3s var(--kt-ease); color: var(--kt-brass-d); }
.kt-toc-mobile[open] summary i { transform: rotate(45deg); }
.kt-toc-mobile .kt-toc { padding: 0 1.25rem 1rem; }
@media (min-width: 1100px) { .kt-toc-mobile { display: none; } }

.kt-card-cta .kt-ticket__main { padding: 1.75rem 1.6rem 1.5rem; }
.kt-card-cta .kt-ticket__stub { padding: 1.2rem 1.6rem 1.35rem; }
.kt-card-cta h3 { color: var(--kt-on-ink); font-size: 1.45rem; margin: .8rem 0 1.25rem; }
.kt-card-cta p { font-size: .8rem; line-height: 1.55; color: var(--kt-on-ink-soft); margin: 0; }
.kt-card-cta .kt-serial { color: var(--kt-brass-soft); }

/* Prose */
.kt-prose { max-width: 46rem; font-size: 1.065rem; line-height: 1.8; color: var(--kt-text-soft); counter-reset: sec; }
.kt-prose > section { counter-increment: sec; }
.kt-prose > section + section { margin-top: clamp(3.5rem, 6vw, 5rem); }
.kt-prose h2 { font-size: clamp(1.75rem, 3vw, 2.4rem); line-height: 1.15; margin: 0 0 1.5rem; padding-top: 1.75rem; border-top: 1px solid var(--kt-line-strong); position: relative; }
.kt-prose h2::before { content: counter(sec, decimal-leading-zero); display: block; font-family: var(--kt-mono); font-size: .7rem; letter-spacing: .16em; color: var(--kt-brass-d); margin-bottom: 1rem; }
.kt-prose--plain h2::before { content: none; }
.kt-prose h3 { font-size: 1.4rem; line-height: 1.25; margin: 2.4rem 0 .9rem; color: var(--kt-ink); font-weight: 450; }
.kt-prose h4 { font-size: 1.15rem; margin: 1.8rem 0 .7rem; font-weight: 500; }
.kt-prose p { margin: 0 0 1.15em; }
.kt-prose strong { color: var(--kt-ink); font-weight: 600; }
.kt-prose ul, .kt-prose ol { margin: 0 0 1.5em; padding: 0; list-style: none; }
.kt-prose li { position: relative; padding-left: 1.6rem; margin: 0 0 .65em; }
.kt-prose ul > li::before { content: ''; position: absolute; left: 0; top: .82em; width: .7rem; height: 1px; background: var(--kt-brass); }
.kt-prose ol { counter-reset: li; }
.kt-prose ol > li { counter-increment: li; padding-left: 2.3rem; }
.kt-prose ol > li::before { content: counter(li, decimal-leading-zero); position: absolute; left: 0; top: .22em; font-family: var(--kt-mono); font-size: .74rem; color: var(--kt-brass-d); letter-spacing: .04em; }
.kt-prose li > ul, .kt-prose li > ol { margin: .6em 0 .2em; }
.kt-prose li li::before { width: .45rem; }
.kt-prose dl { margin: 0 0 1.75em; border-top: 1px solid var(--kt-line); }
.kt-prose dt { font-family: var(--kt-serif); font-size: 1.12rem; color: var(--kt-ink); padding-top: 1.1rem; font-weight: 450; }
.kt-prose dd { margin: .35rem 0 0; padding-bottom: 1.1rem; border-bottom: 1px solid var(--kt-line); }
@media (min-width: 720px) {
    .kt-prose dl { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); }
    .kt-prose dt { padding: 1.15rem 1.5rem 1.15rem 0; border-bottom: 1px solid var(--kt-line); }
    .kt-prose dd { margin: 0; padding: 1.15rem 0; }
}
.kt-prose blockquote { margin: 2rem 0; padding: .25rem 0 .25rem 1.5rem; border-left: 2px solid var(--kt-brass); font-family: var(--kt-serif); font-style: italic; font-size: 1.3rem; color: var(--kt-ink); }
.kt-prose img { border-radius: var(--kt-radius); margin: 2rem 0; }
.kt-table { overflow-x: auto; margin: 1.75rem 0 2rem; border: 1px solid var(--kt-line); background: var(--kt-white); -webkit-overflow-scrolling: touch; }
.kt-table table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: .9rem; line-height: 1.55; font-variant-numeric: tabular-nums; }
.kt-table th { text-align: left; vertical-align: bottom; padding: .95rem 1rem; background: var(--kt-ink); color: var(--kt-on-ink); font-family: var(--kt-mono); font-weight: 400; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.kt-table td { padding: .95rem 1rem; border-top: 1px solid var(--kt-line); vertical-align: top; color: var(--kt-text-soft); }
.kt-table tr:nth-child(even) td { background: rgba(239, 232, 220, .45); }
.kt-table td:first-child { color: var(--kt-ink); font-weight: 600; }

/* ==========================================================================
   FAQ — categorized (tabs + accordion)
   ========================================================================== */
.kt-faq { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .kt-faq { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 5rem; align-items: start; } .kt-faq__intro { position: sticky; top: calc(var(--kt-header-h) + 2rem); } }
.kt-faq__intro .kt-h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
.kt-faq__desc { color: var(--kt-text-soft); margin: 1.25rem 0 0; }
.kt-faq__desc p:last-child { margin: 0; }
.kt-faq__tabs { display: flex; gap: .5rem; margin-top: 2rem; overflow-x: auto; scrollbar-width: none; padding-bottom: .25rem; }
.kt-faq__tabs::-webkit-scrollbar { display: none; }
@media (min-width: 1000px) { .kt-faq__tabs { flex-direction: column; gap: 0; overflow: visible; border-top: 1px solid var(--kt-line); } }
.kt-faq__tab {
    display: flex; align-items: center; gap: .75rem; flex-shrink: 0;
    padding: .7rem 1rem; background: var(--kt-white); border: 1px solid var(--kt-line); border-radius: var(--kt-radius);
    font-size: .9rem; color: var(--kt-text-soft); text-align: left; transition: color .2s, background-color .2s, border-color .2s;
}
.kt-faq__tab i { font-size: 1.1rem; color: var(--kt-brass-d); }
.kt-faq__tab .kt-faq__count { margin-left: auto; font-family: var(--kt-mono); font-size: .68rem; color: var(--kt-muted); font-variant-numeric: tabular-nums; }
.kt-faq__tab:hover { color: var(--kt-ink); border-color: var(--kt-line-strong); }
.kt-faq__tab[aria-selected="true"] { background: var(--kt-ink); color: var(--kt-on-ink); border-color: var(--kt-ink); }
.kt-faq__tab[aria-selected="true"] i, .kt-faq__tab[aria-selected="true"] .kt-faq__count { color: var(--kt-brass-soft); }
@media (min-width: 1000px) {
    .kt-faq__tab { background: none; border: 0; border-bottom: 1px solid var(--kt-line); border-radius: 0; padding: 1rem .25rem; font-size: 1rem; position: relative; }
    .kt-faq__tab::before { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: var(--kt-brass); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--kt-ease); }
    .kt-faq__tab[aria-selected="true"] { background: none; color: var(--kt-ink); }
    .kt-faq__tab[aria-selected="true"]::before { transform: scaleX(1); }
    .kt-faq__tab[aria-selected="true"] i, .kt-faq__tab[aria-selected="true"] .kt-faq__count { color: var(--kt-brass-d); }
}
.kt-faq__panel[hidden] { display: none; }
.kt-faq__panel-title { margin: 0 0 .5rem; color: var(--kt-muted); }
.kt-faq__item { border-bottom: 1px solid var(--kt-line-strong); }
.kt-faq__item:first-of-type { border-top: 1px solid var(--kt-line-strong); }
.kt-faq__item summary { list-style: none; display: grid; grid-template-columns: 2.5rem minmax(0, 1fr) 2rem; gap: .75rem; align-items: start; padding: 1.5rem 0; cursor: pointer; }
.kt-faq__item summary::-webkit-details-marker { display: none; }
.kt-faq__num { font-family: var(--kt-mono); font-size: .7rem; color: var(--kt-brass-d); padding-top: .5rem; font-variant-numeric: tabular-nums; }
.kt-faq__q { font-family: var(--kt-serif); font-size: clamp(1.15rem, 1.8vw, 1.38rem); line-height: 1.35; color: var(--kt-ink); font-weight: 420; transition: color .2s; }
.kt-faq__item summary:hover .kt-faq__q { color: var(--kt-brass-d); }
.kt-faq__icon { width: 2rem; height: 2rem; position: relative; margin-top: .1rem; }
.kt-faq__icon::before, .kt-faq__icon::after { content: ''; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--kt-ink); transform: translate(-50%, -50%); transition: transform .35s var(--kt-ease); }
.kt-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.kt-faq__item[open] .kt-faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.kt-faq__answer { padding: 0 2.75rem 1.75rem 3.25rem; color: var(--kt-text-soft); line-height: 1.8; }
.kt-faq__answer p:last-child { margin-bottom: 0; }
@media (max-width: 600px) { .kt-faq__item summary { grid-template-columns: 1.9rem minmax(0, 1fr) 1.75rem; } .kt-faq__answer { padding: 0 0 1.5rem 2.65rem; } }
.kt-faq__item[open] .kt-faq__answer { animation: kt-fade .4s var(--kt-ease); }
@keyframes kt-fade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .kt-faq__item[open] .kt-faq__answer { animation: none; } }

/* ==========================================================================
   Map
   ========================================================================== */
.kt-map-grid { display: grid; gap: 2.5rem; }
@media (min-width: 1000px) { .kt-map-grid { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 4.5rem; align-items: stretch; } .kt-map-grid .kt-map { aspect-ratio: auto; min-height: 520px; } }
.kt-map-points { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--kt-line-ink); counter-reset: pt; }
.kt-map-points li { counter-increment: pt; border-bottom: 1px solid var(--kt-line-ink); }
.kt-map-points a, .kt-map-points span.kt-map-points__label { display: grid; grid-template-columns: 2.2rem 1fr auto; gap: .5rem; align-items: center; padding: .85rem 0; color: var(--kt-on-ink); font-size: .95rem; }
.kt-map-points a::before, .kt-map-points span.kt-map-points__label::before { content: counter(pt, decimal-leading-zero); font-family: var(--kt-mono); font-size: .68rem; color: var(--kt-brass-soft); }
.kt-map-points a i { color: var(--kt-brass-soft); transition: transform .3s var(--kt-ease); }
.kt-map-points a:hover i { transform: translate(2px, -2px); }
.kt-map-points a:hover { color: var(--kt-brass-soft); }
.kt-map { position: relative; aspect-ratio: 4 / 3; background: var(--kt-ink-2); border: 1px solid var(--kt-line-ink); border-radius: var(--kt-radius); overflow: hidden; }
@media (min-width: 768px) { .kt-map { aspect-ratio: 16 / 10; } }
.kt-map__canvas { position: absolute; inset: 0; }
.kt-map__fallback { position: absolute; inset: 0; display: grid; place-items: center; color: var(--kt-on-ink-soft); }
.kt-map .leaflet-container { background: #dfe7e3; font-family: var(--kt-sans); }
.kt-map .leaflet-tile-pane { filter: grayscale(.8) sepia(.18) saturate(1.1) contrast(.92) brightness(1.04); }
.kt-map .leaflet-control-attribution { font-size: 10px; background: rgba(255, 253, 249, .8); }
.kt-pin { display: block; width: 18px; height: 18px; border-radius: 50%; background: var(--kt-brass); border: 3px solid var(--kt-white); box-shadow: 0 0 0 1px rgba(15, 46, 41, .35), 0 6px 14px rgba(10, 33, 29, .35); }
.kt-pin--hub { background: var(--kt-ink); }
.kt-map .leaflet-popup-content-wrapper { border-radius: var(--kt-radius); font-family: var(--kt-sans); }
.kt-map .leaflet-popup-content a { color: var(--kt-brass-d); font-weight: 600; }

/* ==========================================================================
   CTA band + related
   ========================================================================== */
.kt-cta__contours { position: absolute; inset: 0; width: 100%; height: 100%; color: var(--kt-brass); opacity: .12; pointer-events: none; }

/* Enquiry form */
.kt-form { filter: drop-shadow(0 30px 40px rgba(10, 33, 29, .16)); }
.kt-form .kt-ticket__main { padding: 2rem 1.6rem 1.75rem; }
.kt-form .kt-ticket__stub { padding: 1.4rem 1.6rem 1.5rem; }
@media (min-width: 640px) { .kt-form .kt-ticket__main { padding: 2.4rem 2.25rem 2rem; } .kt-form .kt-ticket__stub { padding: 1.5rem 2.25rem 1.6rem; } }
.kt-form h2 { font-size: 1.85rem; margin: .6rem 0 .75rem; }
.kt-form__desc { font-size: .9rem; color: var(--kt-text-soft); line-height: 1.65; margin: 0 0 1.5rem; }
.kt-form__grid { display: grid; gap: .9rem; }
@media (min-width: 560px) { .kt-form__grid--2 { grid-template-columns: 1fr 1fr; } }
.kt-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.kt-form__status { font-size: .88rem; margin: .9rem 0 0; min-height: 1.4em; }
.kt-form__status.is-ok { color: #2f6b4f; }
.kt-form__status.is-error { color: #a13d2d; }
.kt-form__alt { font-size: .8rem; color: var(--kt-muted); margin: 1rem 0 0; text-align: center; }
.kt-form__alt a { color: var(--kt-ink); text-decoration: underline; text-decoration-color: var(--kt-brass); text-underline-offset: .2em; }
.kt-form .kt-btn { margin-top: 0; }

/* ==========================================================================
   Journal
   ========================================================================== */
.kt-posts { display: grid; gap: 3rem 2rem; }
@media (min-width: 700px) { .kt-posts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .kt-posts { grid-template-columns: repeat(3, 1fr); } }
.kt-post { display: flex; flex-direction: column; position: relative; min-width: 0; }
.kt-post__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--kt-paper-3); border-radius: var(--kt-radius); margin-bottom: 1.4rem; }
.kt-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--kt-ease); }
.kt-post:hover .kt-post__media img { transform: scale(1.04); }
.kt-post__meta { display: flex; flex-wrap: wrap; gap: .4rem 1rem; color: var(--kt-muted); margin-bottom: .8rem; }
.kt-post__meta span:first-child { color: var(--kt-brass-d); }
.kt-post__title { font-size: 1.55rem; line-height: 1.18; margin-bottom: .8rem; }
.kt-post__title a::after { content: ''; position: absolute; inset: 0; }
.kt-post__title a { background: linear-gradient(currentColor, currentColor) left 92% / 0 1px no-repeat; transition: background-size .45s var(--kt-ease); }
.kt-post:hover .kt-post__title a { background-size: 100% 1px; }
.kt-post__excerpt { color: var(--kt-text-soft); font-size: .95rem; line-height: 1.7; margin: 0 0 1rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.kt-post .kt-link { margin-top: auto; align-self: flex-start; }
@media (min-width: 1100px) {
    .kt-post--featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 3.5rem; align-items: center; padding-bottom: 3rem; border-bottom: 1px solid var(--kt-line); }
    .kt-post--featured .kt-post__media { margin: 0; aspect-ratio: 16 / 10; }
    .kt-post--featured .kt-post__title { font-size: 2.6rem; }
}
.kt-pagination { margin-top: 4.5rem; display: flex; justify-content: center; }
.kt-pagination .nav-links { display: flex; flex-wrap: wrap; gap: .4rem; }
.kt-pagination .page-numbers { min-width: 2.9rem; height: 2.9rem; display: inline-grid; place-items: center; padding: 0 .8rem; border: 1px solid var(--kt-line); font-family: var(--kt-mono); font-size: .8rem; transition: background-color .2s, color .2s, border-color .2s; }
.kt-pagination .page-numbers:hover { border-color: var(--kt-ink); }
.kt-pagination .page-numbers.current { background: var(--kt-ink); color: var(--kt-on-ink); border-color: var(--kt-ink); }

/* ==========================================================================
   Footer
   ========================================================================== */
.kt-footer { background: var(--kt-night); color: var(--kt-on-ink-soft); padding-top: clamp(4rem, 8vw, 6.5rem); }
.kt-footer__top { display: grid; gap: 3rem; padding-bottom: 3.5rem; }
@media (min-width: 800px) { .kt-footer__top { grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 3rem; } }
.kt-footer .kt-brand { color: var(--kt-on-ink); margin-bottom: 1.5rem; }
.kt-footer__text { font-size: .92rem; line-height: 1.75; max-width: 26rem; }
.kt-footer__contact { list-style: none; margin: 1.75rem 0 0; padding: 0; display: grid; gap: .6rem; }
.kt-footer__contact a { display: inline-flex; align-items: center; gap: .6rem; color: var(--kt-on-ink); font-size: .92rem; transition: color .2s; }
.kt-footer__contact a:hover { color: var(--kt-brass-soft); }
.kt-footer__contact i { color: var(--kt-brass-soft); font-size: 1.1rem; }
.kt-footer h2 { font-family: var(--kt-mono); font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--kt-brass-soft); margin: 0 0 1.25rem; font-weight: 400; }
.kt-footer ul.kt-footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: .15rem; }
.kt-footer__links a { display: inline-block; padding: .3rem 0; color: var(--kt-on-ink-soft); font-size: .95rem; transition: color .2s, transform .3s var(--kt-ease); }
.kt-footer__links a:hover { color: var(--kt-on-ink); transform: translateX(3px); }
.kt-footer__bottom { border-top: 1px solid var(--kt-line-ink); padding: 1.75rem 0 calc(1.75rem + var(--kt-safe-b)); font-size: .8rem; line-height: 1.65; display: grid; gap: 1rem; }
@media (min-width: 900px) { .kt-footer__bottom { grid-template-columns: 1fr auto; align-items: center; } }
.kt-footer__word { font-family: var(--kt-serif); font-size: min(10.2vw, 10.4rem); line-height: .8; letter-spacing: -.04em; color: rgba(243, 237, 226, .06); margin: 0; padding-top: 1rem; white-space: nowrap; overflow: hidden; user-select: none; }

/* Floating WhatsApp + mobile bar + consent */
.kt-float {
    position: fixed; right: 1.5rem; bottom: 1.5rem; z-index: 90; display: none; align-items: center; gap: .6rem;
    background: var(--kt-ink); color: var(--kt-on-ink); padding: .85rem 1.25rem .85rem 1rem; border-radius: 999px;
    font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
    box-shadow: 0 18px 40px -16px rgba(10, 33, 29, .55); border: 1px solid rgba(243, 237, 226, .12);
    transition: transform .3s var(--kt-ease), background-color .3s, opacity .3s;
}
.kt-float i { font-size: 1.3rem; color: #5fd08a; }
.kt-float:hover { background: var(--kt-ink-3); transform: translateY(-2px); }
@media (min-width: 783px) { .kt-float { display: inline-flex; } }
.kt-mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; background: var(--kt-night); padding-bottom: var(--kt-safe-b); box-shadow: 0 -8px 24px rgba(10, 33, 29, .25); }
.kt-mbar a { display: flex; align-items: center; justify-content: center; gap: .5rem; min-height: 3.4rem; font-size: .78rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--kt-on-ink); }
.kt-mbar a:first-child { background: #1d7a48; }
.kt-mbar a:last-child { background: var(--kt-brass-d); }
.kt-mbar i { font-size: 1.2rem; }
@media (min-width: 783px) { .kt-mbar { display: none; } }
@media (max-width: 782px) { body { padding-bottom: calc(3.4rem + var(--kt-safe-b)); } }

.kt-consent {
    position: fixed; left: 1.5rem; bottom: 1.5rem; z-index: 95; max-width: 360px;
    background: var(--kt-white); color: var(--kt-text); border: 1px solid var(--kt-line); padding: 1.1rem 1.25rem;
    font-size: .85rem; line-height: 1.6; box-shadow: 0 24px 50px -24px rgba(10, 33, 29, .45);
}
.kt-consent a { text-decoration: underline; text-decoration-color: var(--kt-brass); text-underline-offset: .2em; }
.kt-consent .kt-btn { margin-top: .85rem; }
@media (max-width: 782px) { .kt-consent { left: .75rem; right: .75rem; bottom: calc(4.2rem + var(--kt-safe-b)); max-width: none; } }

/* ==========================================================================
   Reveal on scroll (transform/opacity only)
   ========================================================================== */
.kt-js .kt-reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s var(--kt-ease), transform .8s var(--kt-ease); }
.kt-js .kt-reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .kt-js .kt-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* Utility pages */
.kt-empty { padding-block: clamp(8rem, 16vw, 12rem) clamp(5rem, 10vw, 8rem); text-align: center; }
.kt-empty .kt-display { margin-bottom: 1.25rem; }
.kt-search { display: flex; gap: .5rem; max-width: 30rem; margin: 2rem auto 0; }
.kt-search .kt-field { flex: 1; }
.kt-footer__copy { margin: 0; }
.kt-map__desc { margin-top: 1.25rem; } .kt-map__fallback i { font-size: 2rem; }
.kt-form__grid--gap { margin-top: .9rem; }
.kt-stats dd { margin: 0; }
.kt-steps { list-style: none; margin: 0; padding: 0; }
.kt-card { position: relative; }
.kt-card__title a::after { content: ''; position: absolute; inset: 0; }
.kt-card__title a:focus-visible { outline: none; }
.kt-card__title a:focus-visible::after { outline: 2px solid var(--kt-brass); outline-offset: 4px; }
.kt-ledger__cta { display: inline-block; margin-top: .9rem; color: var(--kt-brass-soft); }
.kt-ledger__title a:focus-visible { outline: none; }
.kt-ledger__title a:focus-visible::after { outline: 2px solid var(--kt-brass-soft); outline-offset: -2px; }
.kt-guide-intro { margin-bottom: 3rem; max-width: 46rem; }
.kt-article--home { padding-top: clamp(4.5rem, 9vw, 8rem); border-top: 1px solid var(--kt-line); }
.kt-center { justify-content: center; }
.kt-empty--left { text-align: left; padding-top: calc(var(--kt-header-h) + 4rem); }
.kt-empty--left .kt-search { margin: 0 0 4rem; }
.kt-no-hero main { padding-top: var(--kt-header-h); }

.kt-prose--numbered h2::before { content: none; }
.kt-toc--numbered a { grid-template-columns: 1fr; }
.kt-toc--numbered a::before { content: none; }

/* ---------- Layout safety & responsive refinements ---------- */
body { overflow-x: clip; }
.kt-hero--home .kt-container > *, .kt-lead-grid > *, .kt-article__grid > *, .kt-faq > *, .kt-map-grid > *, .kt-cta__grid > *, .kt-why > *, .kt-head > * { min-width: 0; }
@media (max-width: 639px) {
    .kt-btn { white-space: normal; text-align: center; line-height: 1.35; }
    .kt-hero__ctas .kt-btn { width: 100%; }
    .kt-finder__grid { grid-template-columns: 1fr; }
    .kt-finder h2 { font-size: 1.45rem; }
    .kt-hero__desc { font-size: 1rem; }
}
.kt-lead-grid--solo { max-width: 52rem; }
@media (min-width: 1000px) { .kt-lead-grid.kt-lead-grid--solo { grid-template-columns: minmax(0, 1fr); } }
@media (min-width: 1100px) { .kt-aside .kt-toc { max-height: calc(100vh - var(--kt-header-h) - 27rem); } }
.kt-field--wide { grid-column: 1 / -1; }

/* ==========================================================================
   Home guide — editorial field guide
   ========================================================================== */
.kt-guide-open { padding-block: clamp(5rem, 10vw, 9rem) clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--kt-line); }
.kt-guide-open__grid { display: grid; gap: 3rem; align-items: center; }
@media (min-width: 1000px) { .kt-guide-open__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 6rem; } }
.kt-guide-open__lead p { font-family: var(--kt-serif); font-size: clamp(1.45rem, 2.6vw, 2.15rem); line-height: 1.42; letter-spacing: -.012em; color: var(--kt-ink); font-weight: 340; margin: 0 0 1em; }
.kt-guide-open__lead p:last-child { margin-bottom: 0; }
.kt-guide-open__lead strong { font-weight: 450; background: linear-gradient(transparent 64%, rgba(168, 131, 78, .24) 64%); }
.kt-guide-open__lead a { text-decoration: underline; text-decoration-color: var(--kt-brass); text-underline-offset: .18em; text-decoration-thickness: 1px; }
.kt-guide-open__figure { position: relative; margin: 0; aspect-ratio: 4 / 5; max-width: 100%; }
.kt-guide-open__figure::before { content: ''; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; border: 1px solid var(--kt-brass); border-radius: var(--kt-radius); opacity: .55; }
.kt-guide-open__figure img { position: relative; width: 100%; height: 100%; object-fit: cover; border-radius: var(--kt-radius); }
@media (max-width: 999px) { .kt-guide-open__figure { aspect-ratio: 16 / 10; margin-right: 1.25rem; } }

.kt-contents { margin-top: clamp(4rem, 8vw, 6.5rem); border-top: 1px solid var(--kt-line-strong); padding-top: 1.75rem; }
.kt-contents__title { margin: 0 0 1rem; color: var(--kt-muted); }
.kt-contents__list { list-style: none; margin: 0; padding: 0; display: grid; }
@media (min-width: 900px) { .kt-contents__list { grid-template-columns: 1fr 1fr; column-gap: 4rem; } }
.kt-contents__list li { border-bottom: 1px solid var(--kt-line); }
.kt-contents__list a { display: grid; grid-template-columns: 3rem minmax(0, 1fr) auto; gap: .75rem; align-items: baseline; padding: 1.05rem 0; transition: color .25s, padding .35s var(--kt-ease); }
.kt-contents__num { font-family: var(--kt-mono); font-size: .72rem; color: var(--kt-brass-d); font-variant-numeric: tabular-nums; }
.kt-contents__text { font-family: var(--kt-serif); font-size: 1.14rem; line-height: 1.35; color: var(--kt-ink); }
.kt-contents__list i { color: var(--kt-muted); transition: transform .3s var(--kt-ease), color .25s; }
.kt-contents__list a:hover { padding-left: .4rem; }
.kt-contents__list a:hover i { color: var(--kt-brass); transform: translate(2px, 2px); }
.kt-contents__list a:hover .kt-contents__text { color: var(--kt-brass-d); }

/* Chapter shell */
.kt-chapter { position: relative; padding-block: clamp(4.5rem, 9vw, 8rem); scroll-margin-top: var(--kt-header-h); }
.kt-chapter__head { margin-bottom: 2rem; }
.kt-chapter__num { display: block; font-family: var(--kt-serif); font-style: italic; font-weight: 300; font-size: clamp(3.4rem, 7vw, 5.8rem); line-height: .82; color: var(--kt-brass); letter-spacing: -.03em; margin-bottom: 1.1rem; font-variant-numeric: lining-nums; }
.kt-chapter__title { font-size: clamp(1.9rem, 3.4vw, 2.9rem); line-height: 1.08; font-weight: 350; letter-spacing: -.018em; max-width: 22ch; scroll-margin-top: calc(var(--kt-header-h) + 2rem); }
.kt-bg-ink .kt-chapter__title, .kt-chapter__head--light .kt-chapter__title { color: var(--kt-on-ink); }
.kt-bg-ink .kt-chapter__num, .kt-chapter__head--light .kt-chapter__num { color: var(--kt-brass-soft); }
.kt-bg-ink .kt-prose, .kt-glance__body, .kt-facts__after, .kt-facts dd { color: var(--kt-on-ink-soft); }
.kt-bg-ink .kt-prose strong, .kt-glance__body strong, .kt-facts strong { color: var(--kt-on-ink); }
.kt-glance__body a, .kt-glance__note a, .kt-facts a { color: var(--kt-brass-soft); text-decoration: underline; text-decoration-color: rgba(228, 212, 180, .5); text-underline-offset: .2em; }
.kt-glance__body a:hover, .kt-glance__note a:hover, .kt-facts a:hover { color: var(--kt-on-ink); }

/* At a glance — bento of ticket tiles on ink */
.kt-chapter--glance { overflow: hidden; isolation: isolate; }
.kt-chapter__bg { position: absolute; inset: 0; z-index: -1; }
.kt-chapter__bg img { width: 100%; height: 100%; object-fit: cover; opacity: .22; filter: saturate(.6); }
.kt-chapter__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, var(--kt-ink) 0%, rgba(15, 46, 41, .78) 40%, var(--kt-ink) 100%); }
.kt-glance__top { margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
.kt-glance__top .kt-chapter__title { font-size: clamp(2.2rem, 4.6vw, 3.8rem); max-width: 16ch; }
.kt-glance__grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
@media (min-width: 700px) { .kt-glance__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) {
    .kt-glance__grid { grid-template-columns: repeat(3, 1fr); }
    .kt-glance__tile:first-child { grid-column: span 2; }
    .kt-glance__tile:first-child .kt-glance__body ol, .kt-glance__tile:first-child .kt-glance__body ul { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
}
@media (min-width: 700px) and (max-width: 1099px) { .kt-glance__tile:first-child { grid-column: 1 / -1; } }
.kt-glance__tile {
    position: relative; padding: 2rem 1.75rem 1.9rem; border: 1px solid var(--kt-line-ink); border-radius: var(--kt-radius);
    background: linear-gradient(160deg, rgba(243, 237, 226, .08), rgba(243, 237, 226, .025));
    -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
    transition: border-color .35s, background-color .35s, transform .5s var(--kt-ease);
}
.kt-glance__tile:hover { border-color: rgba(228, 212, 180, .45); }
.kt-glance__tile::after { content: ''; position: absolute; right: 1.5rem; top: 1.75rem; width: 26px; height: 1px; background: var(--kt-brass-soft); opacity: .6; }
.kt-glance__idx { display: block; color: var(--kt-brass-soft); margin-bottom: 1.4rem; }
.kt-glance__label { font-size: 1.55rem; line-height: 1.15; color: var(--kt-on-ink); margin: 0 0 .9rem; font-weight: 400; }
.kt-glance__body { font-size: .98rem; line-height: 1.75; }
.kt-glance__body ol, .kt-glance__body ul { list-style: none; margin: 1rem 0 0; padding: 0; counter-reset: gl; }
.kt-glance__body li { counter-increment: gl; position: relative; padding: .9rem 0 .9rem 2.4rem; border-top: 1px dashed rgba(243, 237, 226, .16); }
.kt-glance__body li::before { content: counter(gl, decimal-leading-zero); position: absolute; left: 0; top: 1.05rem; font-family: var(--kt-mono); font-size: .7rem; color: var(--kt-brass-soft); }
.kt-glance__note { margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid var(--kt-line-ink); max-width: 52rem; color: var(--kt-on-ink-soft); font-size: .95rem; }
.kt-glance__note p:last-child { margin: 0; }

/* Split chapter: sticky image + prose, alternating */
.kt-split { display: grid; gap: 2.75rem; }
@media (min-width: 1000px) {
    .kt-split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5.5rem; align-items: start; }
    .kt-split__media { position: sticky; top: calc(var(--kt-header-h) + 2rem); }
    .is-flipped .kt-split { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
    .is-flipped .kt-split__media { order: 2; }
}
.kt-split__figure { position: relative; margin: 0; aspect-ratio: 4 / 5; border-radius: var(--kt-radius); overflow: hidden; background: var(--kt-paper-3); max-width: 100%; }
@media (max-width: 999px) { .kt-split__figure { aspect-ratio: 16 / 10; } }
.kt-split__figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--kt-ease); }
.kt-split:hover .kt-split__figure img { transform: scale(1.03); }
.kt-split__badge { position: absolute; left: 1.1rem; bottom: 1.1rem; display: flex; align-items: baseline; gap: .5rem; padding: .7rem 1.3rem; }
.kt-split__badge strong { font-family: var(--kt-serif); font-weight: 400; font-size: 1.6rem; color: var(--kt-ink); line-height: 1; }
.kt-split__body .kt-prose { max-width: 44rem; }
.kt-split__body .kt-chapter__num { display: none; }
@media (max-width: 999px) { .kt-split__body .kt-chapter__num { display: block; } }

/* Checklist variant */
.kt-chapter--checklist .kt-prose ul { display: grid; gap: .6rem; margin-top: 1.5rem; }
@media (min-width: 720px) { .kt-chapter--checklist .kt-prose ul { grid-template-columns: 1fr 1fr; } }
.kt-chapter--checklist .kt-prose ul > li { margin: 0; padding: .95rem 1rem .95rem 2.9rem; background: var(--kt-paper); border: 1px solid var(--kt-line); border-radius: var(--kt-radius); line-height: 1.5; font-size: .96rem; }
.kt-chapter--checklist .kt-prose ul > li::before {
    width: 1.1rem; height: 1.1rem; left: 1rem; top: 1.05rem; background: var(--kt-brass);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* Cards chapter: H3 subsections as image cards */
.kt-chapter__intro-grid { display: grid; gap: 1.5rem 4rem; margin-bottom: clamp(2.5rem, 5vw, 3.75rem); }
@media (min-width: 1000px) { .kt-chapter__intro-grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: end; } .kt-chapter__intro-grid .kt-chapter__head { margin-bottom: 0; } }
.kt-chapter__intro { color: var(--kt-text-soft); }
.kt-chapter__intro p:last-child { margin-bottom: 0; }
.kt-gcards { display: grid; gap: 1.5rem; }
@media (min-width: 720px) { .kt-gcards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) {
    .kt-gcards--3 { grid-template-columns: repeat(6, 1fr); }
    .kt-gcards--3 .kt-gcard { grid-column: span 2; }
    .kt-gcards--3 .kt-gcard:nth-last-child(2):nth-child(3n + 1), .kt-gcards--3 .kt-gcard:last-child:nth-child(3n + 2) { grid-column: span 3; }
    .kt-gcards--3 .kt-gcard:last-child:nth-child(3n + 1) { grid-column: 1 / -1; }
}
.kt-gcard { display: flex; flex-direction: column; background: var(--kt-white); border: 1px solid var(--kt-line); border-radius: var(--kt-radius); overflow: hidden; min-width: 0; transition: border-color .3s, transform .5s var(--kt-ease), box-shadow .5s var(--kt-ease); }
.kt-gcard:hover { border-color: var(--kt-line-strong); transform: translateY(-3px); box-shadow: 0 26px 50px -34px rgba(10, 33, 29, .45); }
.kt-gcard__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--kt-paper-3); }
.kt-gcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--kt-ease); }
.kt-gcard:hover .kt-gcard__media img { transform: scale(1.04); }
.kt-gcard__tag { position: absolute; left: 1rem; top: 1rem; padding: .4rem .75rem; color: var(--kt-ink); }
.kt-gcard__body { padding: 1.75rem 1.6rem 2rem; }
.kt-gcard__title { font-size: 1.45rem; line-height: 1.2; margin: 0 0 1rem; font-weight: 420; }
.kt-prose--compact { font-size: .96rem; line-height: 1.72; max-width: none; }
.kt-prose--compact ul, .kt-prose--compact ol { margin-bottom: 1em; }
.kt-prose--compact li { margin-bottom: .45em; }
.kt-prose--compact p:last-child, .kt-prose--compact ul:last-child { margin-bottom: 0; }

/* Banner chapter */
.kt-banner { position: relative; border-radius: var(--kt-radius); overflow: hidden; background: var(--kt-night); aspect-ratio: 4 / 3; max-width: 100%; }
@media (min-width: 720px) { .kt-banner { aspect-ratio: 21 / 9; } }
.kt-banner__media { position: absolute; inset: 0; }
.kt-banner__media img { width: 100%; height: 100%; object-fit: cover; }
.kt-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10, 33, 29, .85) 0%, rgba(10, 33, 29, .25) 55%, rgba(10, 33, 29, 0) 100%); }
.kt-banner__head { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: clamp(1.5rem, 4vw, 3rem); }
.kt-banner__head .kt-chapter__head { margin: 0; }
.kt-banner__head .kt-chapter__num { font-size: clamp(2.6rem, 5vw, 4.4rem); margin-bottom: .6rem; }
.kt-prose--wide { max-width: none; margin-top: clamp(2.5rem, 5vw, 3.5rem); }
.kt-prose--wide > p { max-width: 50rem; }

/* Steps chapter */
.kt-steps-head { display: grid; gap: 2rem 4rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
@media (min-width: 1000px) { .kt-steps-head { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); align-items: end; } }
.kt-steps-head__figure { margin: 0; aspect-ratio: 16 / 10; border-radius: var(--kt-radius); overflow: hidden; max-width: 100%; }
.kt-steps-head__figure img { width: 100%; height: 100%; object-fit: cover; }
.kt-gsteps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.25rem; counter-reset: none; }
@media (min-width: 720px) { .kt-gsteps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .kt-gsteps { grid-template-columns: repeat(3, 1fr); } }
.kt-gstep { position: relative; padding: 2rem 1.75rem 1.9rem; background: var(--kt-white); border: 1px solid var(--kt-line); border-top: 2px solid var(--kt-brass); border-radius: var(--kt-radius); min-width: 0; }
.kt-gstep__num { display: block; font-family: var(--kt-serif); font-style: italic; font-weight: 300; font-size: 3rem; line-height: .9; color: var(--kt-brass); margin-bottom: 1rem; }
.kt-gstep__title { font-size: 1.3rem; line-height: 1.25; margin: 0 0 .8rem; font-weight: 450; }
.kt-gsteps__after { margin-top: 2.5rem; max-width: 50rem; }

/* Facts chapter */
.kt-facts { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .kt-facts { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5.5rem; align-items: start; } .kt-facts__aside { position: sticky; top: calc(var(--kt-header-h) + 2rem); } }
.kt-facts__figure { margin: 2.25rem 0 0; aspect-ratio: 4 / 3; border-radius: var(--kt-radius); overflow: hidden; max-width: 100%; }
.kt-facts__figure img { width: 100%; height: 100%; object-fit: cover; }
.kt-facts__list { margin: 0; border-top: 1px solid var(--kt-line-ink); }
.kt-facts__row { display: grid; gap: .5rem 2rem; padding: 1.5rem 0; border-bottom: 1px solid var(--kt-line-ink); }
@media (min-width: 720px) { .kt-facts__row { grid-template-columns: minmax(0, 2fr) minmax(0, 3fr); } }
.kt-facts__row dt { font-family: var(--kt-serif); font-size: 1.22rem; line-height: 1.35; color: var(--kt-on-ink); display: grid; grid-template-columns: 2.4rem 1fr; }
.kt-facts__row dt .kt-mono { color: var(--kt-brass-soft); padding-top: .35rem; font-size: .68rem; }
.kt-facts__row dd { margin: 0; line-height: 1.7; }
.kt-facts__after { margin-top: 2rem; font-size: .98rem; }
.kt-facts__after p:last-child { margin: 0; }

/* ==========================================================================
   FAQ image, floating map card, photographic CTA
   ========================================================================== */
.kt-faq__figure { display: none; margin: 2.5rem 0 0; aspect-ratio: 4 / 3; border-radius: var(--kt-radius); overflow: hidden; }
.kt-faq__figure img { width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 1000px) { .kt-faq__figure { display: block; } }

.kt-mapwrap { position: relative; }
.kt-mapwrap .kt-map { aspect-ratio: 4 / 3; min-height: 0; }
@media (min-width: 768px) { .kt-mapwrap .kt-map { aspect-ratio: 16 / 9; } }
.kt-mapcard { margin-top: 1rem; padding: 1.5rem 1.5rem .75rem; background: var(--kt-ink-2); border: 1px solid var(--kt-line-ink); border-radius: var(--kt-radius); }
.kt-mapcard .kt-serial { color: var(--kt-brass-soft); margin: 0 0 .5rem; }
.kt-mapcard .kt-map-points { margin-top: .5rem; border-top: 0; }
.kt-mapcard .kt-map-points li:last-child { border-bottom: 0; }
@media (min-width: 1000px) {
    .kt-mapwrap .kt-map { min-height: 600px; }
    .kt-mapcard { position: absolute; left: 1.5rem; top: 1.5rem; width: 330px; margin: 0; z-index: 500; background: rgba(15, 46, 41, .92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .6); }
}


@media (min-width: 720px) { .kt-chapter--checklist .kt-prose ul > li:last-child:nth-child(odd) { grid-column: 1 / -1; } }


/* ==========================================================================
   CTA — photo band, ink ticket card + paper link panel (always legible)
   ========================================================================== */
.kt-cta { position: relative; overflow: hidden; isolation: isolate; padding-block: clamp(5rem, 10vw, 9rem); }
.kt-cta__media { position: absolute; inset: 0; z-index: 0; }
.kt-cta__media img { width: 100%; height: 100%; object-fit: cover; }
.kt-cta__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 33, 29, .55) 0%, rgba(10, 33, 29, .25) 45%, rgba(10, 33, 29, .7) 100%); }
.kt-cta__contours { z-index: 1; }
.kt-cta--image .kt-cta__contours { opacity: .1; color: var(--kt-on-ink); }
.kt-cta__grid { position: relative; z-index: 2; display: grid; gap: 1.5rem; align-items: stretch; }
@media (min-width: 1000px) { .kt-cta__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 2rem; align-items: end; } }

.kt-cta__ticket { --tk-bg: var(--kt-ink); filter: drop-shadow(0 40px 60px rgba(0, 0, 0, .38)); }
.kt-bg-ink .kt-cta__ticket { --tk-bg: var(--kt-ink-2); }
.kt-cta__ticket .kt-ticket__main { padding: clamp(2rem, 4.5vw, 3.5rem) clamp(1.5rem, 4.5vw, 3.5rem) clamp(1.75rem, 3.5vw, 2.75rem); }
.kt-cta__ticket .kt-kicker { color: var(--kt-brass-soft); margin-bottom: 1.25rem; }
.kt-cta__title { color: var(--kt-on-ink); font-size: clamp(2.4rem, 5vw, 4.3rem); line-height: 1.02; font-weight: 330; letter-spacing: -.024em; max-width: 12ch; }
.kt-cta__desc { color: rgba(243, 237, 226, .82); font-size: 1.06rem; line-height: 1.75; max-width: 36rem; margin: 1.5rem 0 2.25rem; }
.kt-cta__ctas { display: flex; flex-wrap: wrap; gap: .75rem; }
.kt-cta__contact { display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding: 1.35rem clamp(1.5rem, 4.5vw, 3.5rem) 1.5rem; font-family: var(--kt-mono); font-size: .76rem; letter-spacing: .06em; }
.kt-cta__contact a { display: inline-flex; align-items: center; gap: .5rem; color: var(--kt-on-ink); padding-block: .25rem; border-bottom: 1px solid rgba(243, 237, 226, .25); transition: border-color .2s, color .2s; }
.kt-cta__contact a i { font-size: 1.05rem; color: var(--kt-brass-soft); }
.kt-cta__contact a:hover { color: var(--kt-brass-soft); border-color: var(--kt-brass-soft); }

.kt-related { background: var(--kt-paper); color: var(--kt-ink); border-radius: var(--kt-radius); padding: clamp(1.75rem, 3.5vw, 2.5rem) clamp(1.5rem, 3.5vw, 2.5rem) 1.25rem; box-shadow: 0 40px 60px -30px rgba(0, 0, 0, .45); }
.kt-related__title { margin: 0 0 1rem; color: var(--kt-brass-d); }
.kt-related ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--kt-line-strong); }
.kt-related li:last-child a { border-bottom: 0; }
.kt-related a { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 3.1rem; padding: .85rem 0; border-bottom: 1px solid var(--kt-line); color: var(--kt-ink); font-size: 1.02rem; transition: color .2s, padding .3s var(--kt-ease); }
.kt-related a i { color: var(--kt-brass); transition: transform .3s var(--kt-ease); }
.kt-related a:hover { color: var(--kt-brass-d); padding-left: .4rem; }
.kt-related a:hover i { transform: translateX(3px); }
.kt-related a:focus-visible { outline-offset: 2px; }

/* Map stacking: Leaflet panes/controls use z-index 400–1000. Contain them in their
   own stacking context so the map never paints over the fixed header, drawer or bars. */
.kt-mapwrap { position: relative; z-index: 0; isolation: isolate; }
.kt-map { position: relative; z-index: 0; isolation: isolate; }
.kt-mapcard { z-index: 2; }

/* ==========================================================================
   Rows chapter — H3 subsections as alternating editorial spreads (no cards)
   ========================================================================== */
.kt-rows__index { margin: 0 0 clamp(2.5rem, 5vw, 3.5rem); }
.kt-rows__index ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .5rem; }
.kt-rows__index a {
    display: inline-flex; align-items: baseline; gap: .6rem; min-height: 2.75rem; padding: .7rem 1.1rem;
    border: 1px solid var(--kt-line-strong); border-radius: 999px; font-size: .92rem; color: var(--kt-ink);
    transition: background-color .25s, color .25s, border-color .25s;
}
.kt-rows__index a .kt-mono { color: var(--kt-brass-d); letter-spacing: .04em; transition: color .25s; }
.kt-rows__index a:hover { background: var(--kt-ink); border-color: var(--kt-ink); color: var(--kt-on-ink); }
.kt-rows__index a:hover .kt-mono { color: var(--kt-brass-soft); }

.kt-rows { border-top: 1px solid var(--kt-line-strong); }
.kt-row { display: grid; gap: 2rem; padding-block: clamp(2.75rem, 6vw, 5rem); border-bottom: 1px solid var(--kt-line-strong); scroll-margin-top: calc(var(--kt-header-h) + 1rem); }
.kt-row:last-child { border-bottom: 0; padding-bottom: 0; }
@media (min-width: 1000px) {
    .kt-row { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5rem; align-items: start; }
    .kt-row.is-flipped { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
    .kt-row.is-flipped .kt-row__media { order: 2; }
    .kt-row__media { position: sticky; top: calc(var(--kt-header-h) + 2rem); }
}
.kt-row__figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--kt-radius); background: var(--kt-paper-3); max-width: 100%; }
@media (min-width: 1000px) { .kt-row__figure { aspect-ratio: 4 / 5; } }
.kt-row__figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--kt-ease); }
.kt-row:hover .kt-row__figure img { transform: scale(1.03); }
.kt-row__num { display: block; font-family: var(--kt-serif); font-style: italic; font-weight: 300; font-size: clamp(2.6rem, 5vw, 4rem); line-height: .9; color: var(--kt-brass); letter-spacing: -.02em; margin-bottom: 1rem; font-variant-numeric: lining-nums; }
.kt-row__title { font-size: clamp(1.6rem, 2.8vw, 2.25rem); line-height: 1.12; font-weight: 380; letter-spacing: -.015em; margin: 0 0 1.5rem; max-width: 20ch; scroll-margin-top: calc(var(--kt-header-h) + 2rem); }
.kt-row__body { padding-top: .25rem; }
.kt-row__body .kt-prose { max-width: 40rem; }

/* ==========================================================================
   Inner pages — editorial band system (ref. lombokdiving.com courses page)
   ========================================================================== */

/* Framed hero */
.kt-hero--framed { display: block; min-height: 560px; padding: 0; }
@media (min-width: 768px) { .kt-hero--framed { min-height: 76vh; } }
@media (min-width: 1280px) { .kt-hero--framed { min-height: 84vh; } }
.kt-hero__frame { position: absolute; inset: calc(var(--kt-header-h) + 14px) clamp(10px, 1.4vw, 20px) clamp(10px, 1.4vw, 20px); border: 1px solid rgba(243, 237, 226, .28); pointer-events: none; z-index: 1; }
.kt-hero__layout { position: relative; z-index: 2; min-height: inherit; display: flex; flex-direction: column; justify-content: space-between; gap: 3rem; padding-top: calc(var(--kt-header-h) + 3rem); padding-bottom: clamp(3.5rem, 7vw, 5.5rem); }
.kt-hero--framed .kt-crumbs { margin: 0; }
.kt-hero__bottom { display: grid; gap: 2rem; align-items: end; }
@media (min-width: 1000px) { .kt-hero__bottom { grid-template-columns: minmax(0, 1fr) auto; gap: 4rem; } }
.kt-hero--framed .kt-hero__title { font-size: clamp(2.3rem, 5.2vw, 4.6rem); max-width: 18ch; }
.kt-hero__side { display: flex; flex-wrap: wrap; gap: .75rem; opacity: 0; transform: translateY(14px); animation: kt-rise .9s .35s var(--kt-ease) forwards; }
@media (min-width: 1000px) { .kt-hero__side { flex-direction: column; align-items: stretch; min-width: 17rem; } }
@media (max-width: 639px) { .kt-hero__side .kt-btn { width: 100%; } }
.kt-hero__ruler { position: absolute; z-index: 1; left: clamp(10px, 1.4vw, 20px); right: clamp(10px, 1.4vw, 20px); bottom: clamp(10px, 1.4vw, 20px); height: 10px;
    background: repeating-linear-gradient(90deg, rgba(243, 237, 226, .38) 0 1px, transparent 1px 34px); -webkit-mask: linear-gradient(0deg, #000 0 100%); }
@media (prefers-reduced-motion: reduce) { .kt-hero__side { animation: none; opacity: 1; transform: none; } }

/* Bracketed photo frame (corner marks) */
.kt-frame { position: relative; margin: 0; max-width: 100%; }
.kt-frame img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--kt-radius); display: block; }
.kt-frame::before, .kt-frame::after { content: ''; position: absolute; width: 26px; height: 26px; pointer-events: none; }
.kt-frame::before { left: -9px; top: -9px; border-left: 1px solid var(--kt-brass); border-top: 1px solid var(--kt-brass); }
.kt-frame::after { right: -9px; bottom: -9px; border-right: 1px solid var(--kt-brass); border-bottom: 1px solid var(--kt-brass); }

/* Intro — drop cap + photo */
.kt-intro { padding-block: clamp(4rem, 8vw, 7rem) clamp(3.5rem, 7vw, 6rem); }
.kt-intro__grid { display: grid; gap: 3rem; align-items: start; }
@media (min-width: 1000px) { .kt-intro__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 5rem; } }
.kt-intro__grid--solo { max-width: 52rem; }
@media (min-width: 1000px) { .kt-intro__grid.kt-intro__grid--solo { grid-template-columns: minmax(0, 1fr); } }
.kt-dropcap > p:first-child { font-size: clamp(1.12rem, 1.5vw, 1.28rem); line-height: 1.75; color: var(--kt-ink); }
.kt-dropcap > p:first-child::first-letter { float: left; font-family: var(--kt-serif); font-weight: 400; font-size: 4.4em; line-height: .82; color: var(--kt-brass); margin: .08em .14em 0 0; }
.kt-dropcap > p { color: var(--kt-text-soft); font-size: 1.04rem; line-height: 1.8; }
.kt-dropcap a { color: var(--kt-ink); text-decoration: underline; text-decoration-color: var(--kt-brass); text-underline-offset: .2em; }
.kt-intro__copy .kt-note { margin-top: 2rem; }
.kt-intro__figure { aspect-ratio: 4 / 3; }
@media (max-width: 999px) { .kt-intro__figure { aspect-ratio: 16 / 10; } }
.kt-intro .kt-contents { margin-top: clamp(3.5rem, 7vw, 5rem); }

/* Band shell + numbered head with ruler */
.kt-band { position: relative; padding-block: clamp(4.5rem, 9vw, 8rem); scroll-margin-top: var(--kt-header-h); }
.kt-band__head { margin-bottom: 2.25rem; }
.kt-band__kicker { display: flex; align-items: center; gap: 1rem; margin: 0 0 1.25rem; font-family: var(--kt-serif); font-size: 1.02rem; color: var(--kt-brass-d); font-variant-numeric: lining-nums; }
.kt-band__kicker::after { content: ''; width: 34px; height: 1px; background: currentColor; opacity: .8; }
.kt-band__title { font-size: clamp(1.9rem, 3.5vw, 2.95rem); line-height: 1.1; font-weight: 360; letter-spacing: -.018em; max-width: 24ch; scroll-margin-top: calc(var(--kt-header-h) + 2rem); }
.kt-ruler { display: block; height: 9px; margin-top: 1.6rem; max-width: 100%;
    background:
        linear-gradient(var(--kt-brass), var(--kt-brass)) left bottom / 72px 2px no-repeat,
        linear-gradient(var(--kt-line-strong), var(--kt-line-strong)) left bottom / 100% 1px no-repeat,
        repeating-linear-gradient(90deg, var(--kt-line-strong) 0 1px, transparent 1px 34px) left bottom / 100% 8px no-repeat; }
.kt-band__head--light .kt-band__kicker { color: var(--kt-brass-soft); }
.kt-band__head--light .kt-band__title { color: var(--kt-on-ink); }
.kt-band__head--light .kt-ruler {
    background:
        linear-gradient(var(--kt-brass-soft), var(--kt-brass-soft)) left bottom / 72px 2px no-repeat,
        linear-gradient(var(--kt-line-ink), var(--kt-line-ink)) left bottom / 100% 1px no-repeat,
        repeating-linear-gradient(90deg, rgba(243, 237, 226, .2) 0 1px, transparent 1px 34px) left bottom / 100% 8px no-repeat; }
.kt-band__top { display: grid; gap: 1.5rem 4rem; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
@media (min-width: 1000px) { .kt-band__top { grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); align-items: end; } .kt-band__top .kt-band__head { margin-bottom: 0; } }
.kt-band__top:not(.kt-band__top--media):not(:has(.kt-band__intro)) { grid-template-columns: minmax(0, 1fr); }
.kt-band__intro { color: var(--kt-text-soft); }
.kt-band__intro p:last-child { margin-bottom: 0; }
.kt-bg-ink .kt-band__intro { color: var(--kt-on-ink-soft); }
.kt-band__after { margin-top: 2.5rem; max-width: 50rem; }

/* Split band: collage + prose */
.kt-band__grid { display: grid; gap: 3rem; }
@media (min-width: 1000px) {
    .kt-band__grid { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5.5rem; align-items: start; }
    .is-flipped .kt-band__grid { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
    .is-flipped .kt-band__media { order: 2; }
    .kt-band__media { position: sticky; top: calc(var(--kt-header-h) + 2.5rem); }
}
.kt-band__grid--solo { grid-template-columns: minmax(0, 1fr) !important; max-width: 52rem; }
.kt-band__body .kt-prose { max-width: 46rem; }
.kt-collage { position: relative; padding-bottom: 0; }
.kt-collage.has-accent { padding-bottom: 18%; }
.kt-collage__main { aspect-ratio: 4 / 5; }
@media (max-width: 999px) { .kt-collage__main { aspect-ratio: 16 / 11; } }
.kt-collage__accent { position: absolute; right: -4%; bottom: 0; width: 46%; aspect-ratio: 4 / 5; margin: 0; padding: 7px; background: var(--kt-white); box-shadow: 0 30px 50px -28px rgba(10, 33, 29, .45); }
.is-flipped .kt-collage__accent { right: auto; left: -4%; }
.kt-collage__accent img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 999px) { .kt-collage.has-accent { padding-bottom: 12%; } .kt-collage__accent { width: 38%; right: 4%; } .is-flipped .kt-collage__accent { left: 4%; } }

/* Features band (ink): sticky photo + 2-col item grid */
.kt-feat { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .kt-feat { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5rem; align-items: start; } .kt-feat__media { position: sticky; top: calc(var(--kt-header-h) + 2.5rem); } }
.kt-feat--noimg { grid-template-columns: minmax(0, 1fr) !important; }
.kt-feat__figure { aspect-ratio: 4 / 5; }
@media (max-width: 999px) { .kt-feat__figure { aspect-ratio: 16 / 10; } }
.kt-feat__grid { display: grid; gap: 2.75rem 3rem; }
@media (min-width: 720px) { .kt-feat__grid { grid-template-columns: 1fr 1fr; } }
.kt-feat__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.kt-feat__line { width: 30px; height: 2px; background: var(--kt-brass-soft); }
.kt-feat__num { font-family: var(--kt-serif); font-size: 1.05rem; color: rgba(243, 237, 226, .5); }
.kt-feat__title { font-size: 1.4rem; line-height: 1.22; color: var(--kt-on-ink); margin: 0 0 .9rem; font-weight: 420; }
.kt-feat .kt-prose { color: var(--kt-on-ink-soft); }
.kt-feat .kt-prose strong { color: var(--kt-on-ink); }
.kt-feat .kt-prose a { color: var(--kt-brass-soft); }
.kt-feat .kt-prose ul > li::before { background: var(--kt-brass-soft); }

/* Numbered band: sticky photo + mini index, numbered rows */
.kt-numbered { display: grid; gap: 3rem; }
@media (min-width: 1000px) { .kt-numbered { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 5rem; align-items: start; } .kt-numbered__aside { position: sticky; top: calc(var(--kt-header-h) + 2.5rem); } }
.kt-numbered__figure { aspect-ratio: 4 / 3; }
.kt-numbered__index { list-style: none; margin: 1.75rem 0 0; padding: 0; display: none; }
@media (min-width: 1000px) { .kt-numbered__index { display: block; } }
.kt-numbered__index li { border-bottom: 1px solid var(--kt-line); }
.kt-numbered__index a { display: grid; grid-template-columns: 2.2rem 1fr; gap: .5rem; padding: .7rem 0; font-size: .9rem; color: var(--kt-text-soft); transition: color .2s; }
.kt-numbered__index a span { font-family: var(--kt-serif); color: var(--kt-brass-d); }
.kt-numbered__index a:hover { color: var(--kt-ink); }
.kt-numbered__list { border-top: 1px solid var(--kt-line-strong); }
.kt-numbered__row { display: grid; grid-template-columns: 3.25rem minmax(0, 1fr); gap: 1rem; padding: 2.25rem 0; border-bottom: 1px solid var(--kt-line-strong); }
@media (min-width: 720px) { .kt-numbered__row { grid-template-columns: 4.5rem minmax(0, 1fr); gap: 1.5rem; } }
.kt-numbered__num { font-family: var(--kt-serif); font-size: clamp(1.7rem, 2.6vw, 2.2rem); line-height: 1; color: var(--kt-brass); font-weight: 350; }
.kt-numbered__title { font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.22; margin: .1rem 0 1rem; font-weight: 430; scroll-margin-top: calc(var(--kt-header-h) + 2rem); }
.kt-numbered__row .kt-prose p:last-child, .kt-numbered__row .kt-prose ul:last-child { margin-bottom: 0; }

/* Key-facts band: labelled tiles */
.kt-band__top--media { align-items: center; }
@media (min-width: 1000px) { .kt-band__top--media { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } }
.kt-band__side { aspect-ratio: 16 / 10; }
.kt-keyfacts { list-style: none; margin: 0; padding: 0; display: grid; gap: 2rem 2.5rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr)); border-top: 1px solid var(--kt-line-strong); padding-top: 2.25rem; }
.kt-keyfacts__item { position: relative; padding-top: 1.1rem; }
.kt-keyfacts__item::before { content: ''; position: absolute; left: 0; top: 0; width: 28px; height: 2px; background: var(--kt-brass); }
.kt-keyfacts__label { font-family: var(--kt-mono); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: var(--kt-muted); margin: 0 0 .65rem; }
.kt-keyfacts__value { font-size: 1rem; line-height: 1.65; color: var(--kt-ink); }
.kt-keyfacts__value p:last-child { margin: 0; }

/* Wide band: panorama + table */
.kt-band__panorama { aspect-ratio: 16 / 7; margin-bottom: clamp(2.5rem, 5vw, 3.5rem); }
@media (max-width: 719px) { .kt-band__panorama { aspect-ratio: 16 / 10; } }
.kt-band--wide .kt-prose--wide > p, .kt-band--wide .kt-prose--wide > ul, .kt-band--wide .kt-prose--wide > ol { max-width: 50rem; }

/* Band backgrounds alternate cleanly */
.kt-band.kt-bg-paper + .kt-band.kt-bg-paper, .kt-band.kt-bg-white + .kt-band.kt-bg-white { border-top: 1px solid var(--kt-line); }

/* Light variant of features / ledger (used when the previous band is dark) */
.kt-band--light .kt-feat .kt-prose { color: var(--kt-text-soft); }
.kt-band--light .kt-feat .kt-prose strong { color: var(--kt-ink); }
.kt-band--light .kt-feat .kt-prose a { color: var(--kt-ink); }
.kt-band--light .kt-feat .kt-prose ul > li::before { background: var(--kt-brass); }
.kt-band--light .kt-feat__title { color: var(--kt-ink); }
.kt-band--light .kt-feat__line { background: var(--kt-brass); }
.kt-band--light .kt-feat__num { color: var(--kt-muted); }
.kt-band--light .kt-feat__item { padding-top: 0; }
@media (min-width: 1000px) { .kt-feat.is-flipped { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); } .kt-feat.is-flipped .kt-feat__media { order: 2; } }
.kt-band--light .kt-facts__row { border-color: var(--kt-line); }
.kt-band--light .kt-facts__list { border-color: var(--kt-line-strong); }
.kt-band--light .kt-facts__row dt { color: var(--kt-ink); }
.kt-band--light .kt-facts__row dt .kt-mono { color: var(--kt-brass-d); }
.kt-band--light .kt-facts dd, .kt-band--light .kt-facts__after { color: var(--kt-text-soft); }
.kt-band--light .kt-facts strong { color: var(--kt-ink); }
.kt-band--light .kt-facts a { color: var(--kt-ink); }

/* Brief band: heading | text */
.kt-band--brief { padding-block: clamp(3.5rem, 7vw, 5.5rem); }
.kt-brief { display: grid; gap: 1.5rem 5rem; }
@media (min-width: 1000px) { .kt-brief { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; } .kt-brief .kt-band__head { margin: 0; } }
.kt-brief .kt-band__title { font-size: clamp(1.7rem, 2.8vw, 2.4rem); }
.kt-brief .kt-prose { max-width: 44rem; font-size: 1.05rem; }

.kt-band__top--media .kt-band__head { margin-bottom: 1.75rem !important; }
.kt-band__top--media .kt-band__side { max-width: 100%; }
@media (max-width: 999px) { .kt-band__top .kt-band__head { margin-bottom: 1.5rem; } }

/* ==========================================================================
   Readability pass — long-form reading comfort
   18px body, ~65–70ch measure, stronger contrast, clear list hierarchy
   ========================================================================== */
:root { --kt-text-soft: #36423e; --kt-read: #2c3834; }

.kt-prose { font-size: 1.0625rem; line-height: 1.75; color: var(--kt-read); max-width: 40rem; font-weight: 400; letter-spacing: .002em; font-feature-settings: "kern", "liga"; hanging-punctuation: first; }
@media (min-width: 1000px) { .kt-prose { font-size: 1.125rem; } }
.kt-prose p { margin: 0 0 1.35em; }
.kt-prose > :last-child { margin-bottom: 0; }

/* Lead-in paragraph gives every section an easy entry point */
.kt-prose .kt-p-lead { font-size: 1.14em; line-height: 1.62; color: var(--kt-ink); margin-bottom: 1.3em; }

/* Sub-headings: scannable signposts */
.kt-prose h3 { font-size: clamp(1.4rem, 2vw, 1.62rem); line-height: 1.25; color: var(--kt-ink); font-weight: 450; margin: 2.75rem 0 1rem; padding-top: 1.6rem; border-top: 1px solid var(--kt-line); }
.kt-prose > h3:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.kt-prose h3 + p { margin-top: 0; }
.kt-prose h4 { font-size: 1.2rem; color: var(--kt-ink); }

/* Lists: roomier, clear markers, calmer nesting */
.kt-prose ul, .kt-prose ol { margin: 0 0 1.6em; }
.kt-prose li { margin: 0 0 .7em; padding-left: 1.75rem; }
.kt-prose ul > li::before { top: .86em; width: .75rem; height: 1.5px; }
.kt-prose li > ul, .kt-prose li > ol { margin: .65em 0 .3em; }
.kt-prose li li { font-size: .95em; margin-bottom: .45em; color: var(--kt-text-soft); }
.kt-prose li li::before { opacity: .7; }
.kt-prose ol > li { padding-left: 2.5rem; }
.kt-prose ol > li::before { top: .3em; }

/* "Label + description" items → titled entries */
.kt-prose li.kt-li--titled { margin-bottom: 1.4em; }
.kt-prose .kt-li__title { display: block; font-family: var(--kt-serif); font-size: 1.1em; font-weight: 480; line-height: 1.35; color: var(--kt-ink); margin-bottom: .3em; }
.kt-prose ul > li.kt-li--titled::before { top: .78em; width: .9rem; height: 2px; }
.kt-prose ol > li.kt-li--titled::before { top: .45em; }

/* Inline emphasis */
.kt-prose strong { font-weight: 600; color: var(--kt-ink); }
.kt-prose em { font-style: italic; color: var(--kt-text-soft); }

/* Compact prose inside cards / feature items stays readable */
.kt-prose--compact { font-size: 1.02rem; line-height: 1.72; }
@media (min-width: 1000px) { .kt-prose--compact { font-size: 1.04rem; } }
.kt-prose--compact li.kt-li--titled { margin-bottom: 1.1em; }

/* Dark bands: brighter text, never tiny */
.kt-bg-ink .kt-prose, .kt-feat .kt-prose { color: rgba(243, 237, 226, .88); }
.kt-bg-ink .kt-prose .kt-p-lead, .kt-bg-ink .kt-prose .kt-li__title, .kt-feat .kt-prose .kt-li__title { color: var(--kt-on-ink); }
.kt-bg-ink .kt-prose li li { color: rgba(243, 237, 226, .78); }
.kt-bg-ink .kt-prose h3 { color: var(--kt-on-ink); border-top-color: var(--kt-line-ink); }
.kt-band--light .kt-feat .kt-prose { color: var(--kt-read); }
.kt-band--light .kt-feat .kt-prose .kt-li__title { color: var(--kt-ink); }
.kt-band--light .kt-prose li li { color: var(--kt-text-soft); }

/* Feature grid: long items get full-width rows instead of cramped columns */
.kt-feat__grid--single { grid-template-columns: minmax(0, 1fr) !important; gap: 0; }
.kt-feat__grid--single .kt-feat__item { padding: 2.25rem 0; border-top: 1px solid var(--kt-line-ink); }
.kt-band--light .kt-feat__grid--single .kt-feat__item { border-top-color: var(--kt-line-strong); }
.kt-feat__grid--single .kt-feat__item:first-child { padding-top: 0; border-top: 0; }
.kt-feat__grid--single .kt-feat__title { font-size: clamp(1.4rem, 2vw, 1.65rem); }
.kt-feat__grid--single .kt-prose { max-width: 40rem; }
.kt-feat__title { font-size: 1.5rem; }

/* Key facts: readable labels (no tiny all-caps) */
.kt-keyfacts__label { font-family: var(--kt-sans); font-size: .98rem; font-weight: 600; letter-spacing: 0; text-transform: none; color: var(--kt-ink); margin-bottom: .45rem; }
.kt-keyfacts__value { font-size: 1.04rem; line-height: 1.65; color: var(--kt-read); }

/* Numbered rows & intros */
.kt-numbered__title { font-size: clamp(1.4rem, 2.2vw, 1.75rem); }
.kt-band__intro { font-size: 1.08rem; line-height: 1.72; color: var(--kt-read); }
.kt-dropcap > p { color: var(--kt-read); font-size: 1.08rem; line-height: 1.75; }
.kt-dropcap > p:first-child { font-size: clamp(1.15rem, 1.6vw, 1.32rem); line-height: 1.7; }

/* Tables: slightly larger, calmer */
.kt-table table { font-size: .96rem; line-height: 1.6; }
.kt-table td { padding: 1.05rem 1.1rem; color: var(--kt-read); }
.kt-table th { padding: 1rem 1.1rem; }

/* Split body: comfortable measure beside the photo */
.kt-band__body .kt-prose { max-width: 40rem; }

/* Mobile reading */
@media (max-width: 639px) {
    .kt-prose { font-size: 1.0625rem; line-height: 1.72; }
    .kt-prose li { padding-left: 1.4rem; }
    .kt-prose ol > li { padding-left: 2.1rem; }
    .kt-band { padding-block: 4rem; }
}
@media (max-width: 719px) {
    .kt-numbered__row { grid-template-columns: minmax(0, 1fr); gap: .6rem; padding: 2rem 0; }
    .kt-numbered__num { font-size: 1.6rem; }
    .kt-feat__grid--single .kt-feat__item { padding: 1.75rem 0; }
}

/* ==========================================================================
   Calm motion — opacity-only fades, short, no sliding, no stagger, no zoom
   ========================================================================== */
.kt-js .kt-reveal { opacity: 0; transform: none; transition: opacity .4s ease-out; will-change: auto; }
.kt-js .kt-reveal.is-in { opacity: 1; transform: none; }
@keyframes kt-fade-in { from { opacity: 0; } to { opacity: 1; } }
.kt-hero__media img { animation: none; transform: none; }
.kt-hero__copy > *, .kt-finder, .kt-hero__side { transform: none; animation: kt-fade-in .5s ease-out both; }
.kt-hero__copy > *:nth-child(n) { animation-delay: 0s; }
.kt-finder, .kt-hero__side { animation-delay: .1s; }
.kt-faq__item[open] .kt-faq__answer { animation: kt-fade-in .25s ease-out; }
/* Slow hover zooms on photos are toned down too */
.kt-card__media img, .kt-gcard__media img, .kt-row__figure img, .kt-split__figure img, .kt-post__media img, .kt-strip img, .kt-ledger__thumb img { transition-duration: .6s; }
.kt-card:hover .kt-card__media img, .kt-gcard:hover .kt-gcard__media img, .kt-post:hover .kt-post__media img { transform: scale(1.02); }
.kt-row:hover .kt-row__figure img, .kt-split:hover .kt-split__figure img { transform: none; }
.kt-gcard:hover { transform: none; }
@media (prefers-reduced-motion: reduce) {
    .kt-js .kt-reveal { opacity: 1 !important; transition: none !important; }
    .kt-hero__copy > *, .kt-finder, .kt-hero__side { animation: none !important; opacity: 1 !important; }
}

/* Wide bands: tables span the full container (the 40rem reading measure applies to text only) */
.kt-prose.kt-prose--wide { max-width: none; }
.kt-prose--wide .kt-table { width: 100%; margin-inline: 0; }
.kt-prose--wide .kt-table table { width: 100%; }
.kt-prose--wide > p, .kt-prose--wide > ul, .kt-prose--wide > ol, .kt-prose--wide > h3, .kt-prose--wide > h4 { max-width: 40rem; }

/* ==========================================================================
   Tip sheet — H3 groups as full-width titled rows (replaces the feature grid)
   ========================================================================== */
.kt-band--sheet .kt-band__top { margin-bottom: clamp(2.75rem, 5vw, 4rem); }
.kt-sheet { border-top: 1px solid var(--kt-line-strong); }
.kt-bg-ink .kt-sheet { border-top-color: var(--kt-line-ink); }
.kt-sheet__row { display: grid; gap: 1rem 4rem; padding: clamp(2rem, 4vw, 2.75rem) 0; border-bottom: 1px solid var(--kt-line); }
.kt-bg-ink .kt-sheet__row { border-bottom-color: var(--kt-line-ink); }
.kt-sheet__row:last-child { border-bottom: 0; padding-bottom: 0; }
@media (min-width: 900px) { .kt-sheet__row { grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); } .kt-sheet__aside { position: sticky; top: calc(var(--kt-header-h) + 2rem); align-self: start; } }
.kt-sheet__aside { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 0 1.1rem; align-items: baseline; }
.kt-sheet__num { font-family: var(--kt-serif); font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1; color: var(--kt-brass); font-weight: 350; font-variant-numeric: lining-nums; min-width: 2.6ch; }
.kt-sheet__title { font-size: clamp(1.35rem, 2vw, 1.62rem); line-height: 1.25; font-weight: 440; color: var(--kt-ink); margin: 0; scroll-margin-top: calc(var(--kt-header-h) + 2rem); }
.kt-bg-ink .kt-sheet__title { color: var(--kt-on-ink); }
.kt-bg-ink .kt-sheet__num { color: var(--kt-brass-soft); }
.kt-sheet__body { max-width: 42rem; }
.kt-sheet__body > :first-child { margin-top: 0; }
@media (max-width: 899px) { .kt-sheet__aside { margin-bottom: .25rem; } }

/* ==========================================================================
   Inner-page hero — simple, tidy editorial header (replaces the framed photo hero)
   ========================================================================== */
.kt-phero { background: var(--kt-paper); padding-top: clamp(2.5rem, 5vw, 4rem); }
.kt-phero__crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin: 0 0 clamp(2rem, 4vw, 3rem); font-family: var(--kt-mono); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; color: var(--kt-muted); }
.kt-phero__crumbs a { color: var(--kt-ink); border-bottom: 1px solid var(--kt-line-strong); transition: color .2s, border-color .2s; }
.kt-phero__crumbs a:hover { color: var(--kt-brass-d); border-color: var(--kt-brass); }
.kt-phero__crumbs span[aria-current] { max-width: 48ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kt-phero__head { max-width: 58rem; }
.kt-phero__head .kt-kicker { margin-bottom: 1.1rem; }
.kt-phero__title { font-size: clamp(2.1rem, 4.4vw, 3.7rem); line-height: 1.08; letter-spacing: -.02em; font-weight: 360; color: var(--kt-ink); max-width: 22ch; margin: 0; }
.kt-phero__desc { margin: 1.25rem 0 0; font-size: 1.1rem; line-height: 1.65; color: var(--kt-read); max-width: 40rem; }
.kt-phero__meta { display: flex; flex-wrap: wrap; gap: .4rem 1.4rem; margin-top: 1.4rem; font-family: var(--kt-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--kt-muted); }
.kt-phero__meta a { color: var(--kt-brass-d); border-bottom: 1px solid currentColor; }
.kt-phero__media { margin-top: clamp(2.25rem, 4.5vw, 3.5rem); aspect-ratio: 21 / 9; }
.kt-phero__media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 719px) { .kt-phero__media { aspect-ratio: 4 / 3; } .kt-phero__crumbs span[aria-current] { max-width: 26ch; } }
/* the intro that follows sits on the same paper, so tighten the seam */
.kt-phero + .kt-intro, .kt-phero + .kt-section, .kt-phero + .kt-article { padding-top: clamp(3.5rem, 7vw, 5.5rem); }

/* ==========================================================================
   Inner-page hero v3 (ref. labuanbajoliveaboard.com/diving) — centered photo band
   ========================================================================== */
.kt-phero { position: relative; isolation: isolate; overflow: hidden; background: var(--kt-night); color: var(--kt-on-ink); padding: 0; display: flex; align-items: center; min-height: 440px; }
@media (min-width: 768px) { .kt-phero { min-height: 560px; } }
@media (min-width: 1100px) { .kt-phero { min-height: min(72vh, 720px); } }
.kt-phero__bg { position: absolute; inset: 0; z-index: -1; }
.kt-phero__bg img { width: 100%; height: 100%; object-fit: cover; }
.kt-phero__bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 33, 29, .5) 0%, rgba(10, 33, 29, .58) 60%, rgba(10, 33, 29, .7) 100%); }
.kt-phero--plain { background: var(--kt-ink); }
.kt-phero__inner { display: flex; flex-direction: column; align-items: center; text-align: center; padding-block: clamp(4rem, 9vw, 6.5rem); }
.kt-phero__crumbs { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .5rem; margin: 0 0 1.5rem; font-family: var(--kt-sans); font-size: .85rem; letter-spacing: .02em; text-transform: none; color: var(--kt-brass-soft); }
.kt-phero__crumbs a { color: var(--kt-on-ink); border: 0; font-weight: 500; transition: color .2s; }
.kt-phero__crumbs a:hover { color: var(--kt-brass-soft); }
.kt-phero__crumbs span[aria-hidden] { color: rgba(243, 237, 226, .5); }
.kt-phero__crumbs span[aria-current] { max-width: 42ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kt-phero__pill { display: inline-flex; align-items: center; margin: 0 0 1.6rem; padding: .5rem 1.15rem; border: 1px solid rgba(243, 237, 226, .4); border-radius: 999px; background: rgba(10, 33, 29, .25); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); font-family: var(--kt-sans); font-size: .72rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--kt-on-ink); }
.kt-phero__title { font-size: clamp(2.2rem, 4.8vw, 4.1rem); line-height: 1.1; letter-spacing: -.02em; font-weight: 420; color: var(--kt-on-ink); max-width: 20ch; margin: 0; text-wrap: balance; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.kt-phero__desc { margin: 1.5rem 0 0; max-width: 46rem; font-size: clamp(1rem, 1.35vw, 1.15rem); line-height: 1.7; color: rgba(243, 237, 226, .9); text-wrap: pretty; }
.kt-phero__meta { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.4rem; margin-top: 1.5rem; font-family: var(--kt-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(243, 237, 226, .78); }
.kt-phero__meta a { color: var(--kt-brass-soft); border-bottom: 1px solid rgba(228, 212, 180, .5); }
.kt-phero__media { display: none; }
@media (max-width: 639px) { .kt-phero__crumbs span[aria-current] { max-width: 24ch; } .kt-phero__pill { font-size: .66rem; letter-spacing: .18em; } }
.kt-phero + .kt-intro, .kt-phero + .kt-section, .kt-phero + .kt-article { padding-top: clamp(4rem, 8vw, 6.5rem); }
@media (max-width: 767px) { .kt-phero__bg::after { background: linear-gradient(180deg, rgba(10, 33, 29, .6) 0%, rgba(10, 33, 29, .68) 55%, rgba(10, 33, 29, .78) 100%); } }

/* Logo on dark backgrounds (footer, mobile drawer): always white */
.kt-brand--light, .kt-brand--light .kt-brand__mark { color: var(--kt-on-ink); }
.kt-brand--light img { filter: brightness(0) invert(1); }
.kt-brand--footer img { height: 56px; max-width: 220px; }
.kt-brand--footer img { height: 76px; max-width: 240px; }
.kt-drawer__head .kt-brand--light img { height: 52px; }
.kt-footer__bottom { padding-bottom: calc(2.25rem + var(--kt-safe-b)); }

/* Logo cropped to its visible mark (padding in the file removed), then sized per context */
.kt-logo { position: relative; display: block; overflow: hidden; height: var(--kt-logo-h, 56px); aspect-ratio: var(--kt-logo-ar); flex-shrink: 0; }
.kt-brand .kt-logo img { position: absolute; left: var(--kt-logo-x); top: var(--kt-logo-y); width: var(--kt-logo-w); max-width: none; height: auto; }
.kt-header .kt-logo { --kt-logo-h: 56px; }
@media (max-width: 480px) { .kt-header .kt-logo { --kt-logo-h: 46px; } }
.kt-brand--footer .kt-logo { --kt-logo-h: 84px; }
.kt-brand--footer .kt-logo img { height: auto; }
.kt-drawer__head .kt-logo { --kt-logo-h: 48px; }
.kt-drawer__head .kt-brand--light .kt-logo img { height: auto; }
/* Homepage: transparent header over the hero photo → white logo until the header turns solid */
.kt-has-hero .kt-header:not(.is-solid) .kt-brand img { filter: brightness(0) invert(1); transition: filter .3s; }

/* ==========================================================================
   Journal listing
   ========================================================================== */
.kt-journal { padding-block: clamp(3rem, 6vw, 4.5rem) clamp(4.5rem, 9vw, 7rem); }
.kt-jtabs { display: flex; gap: .5rem; overflow-x: auto; scrollbar-width: none; margin: 0 0 clamp(2.5rem, 5vw, 3.5rem); padding-bottom: .25rem; }
.kt-jtabs::-webkit-scrollbar { display: none; }
.kt-jtab { display: inline-flex; align-items: center; gap: .55rem; flex-shrink: 0; min-height: 2.75rem; padding: .6rem 1.1rem; border: 1px solid var(--kt-line-strong); border-radius: 999px; font-size: .92rem; color: var(--kt-ink); background: transparent; transition: background-color .2s, color .2s, border-color .2s; }
.kt-jtab:hover { border-color: var(--kt-ink); }
.kt-jtab.is-active { background: var(--kt-ink); border-color: var(--kt-ink); color: var(--kt-on-ink); }
.kt-jtab__count { font-family: var(--kt-mono); font-size: .7rem; color: var(--kt-muted); font-variant-numeric: tabular-nums; }
.kt-jtab.is-active .kt-jtab__count { color: var(--kt-brass-soft); }

/* Featured article */
.kt-journal > .kt-container > .kt-post--featured { margin-bottom: clamp(3rem, 6vw, 4.5rem); }
@media (min-width: 1000px) {
    .kt-journal .kt-post--featured { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); gap: 3.5rem; align-items: center; padding-bottom: clamp(3rem, 6vw, 4.5rem); border-bottom: 1px solid var(--kt-line-strong); }
    .kt-journal .kt-post--featured .kt-post__media { margin: 0; aspect-ratio: 16 / 10; }
    .kt-journal .kt-post--featured .kt-post__title { font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1.12; }
    .kt-journal .kt-post--featured .kt-post__excerpt { -webkit-line-clamp: 4; font-size: 1.05rem; }
}
.kt-journal .kt-posts { gap: 3.25rem 2rem; }
.kt-journal .kt-post__title { font-size: 1.45rem; line-height: 1.22; }
.kt-journal .kt-post__excerpt { color: var(--kt-read); }

/* Pagination */
.kt-pagination { margin-top: clamp(3.5rem, 7vw, 5rem); }
.kt-pagination .page-numbers { min-width: 2.9rem; height: 2.9rem; border-radius: 999px; }
.kt-pagination .page-numbers.dots { border: 0; }

/* Journal toolbar: category tabs + search */
.kt-jbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 2rem; margin: 0 0 clamp(2.5rem, 5vw, 3.5rem); }
.kt-jbar .kt-jtabs { margin: 0; flex: 1 1 auto; min-width: 0; }
.kt-jsearch { position: relative; display: flex; align-items: center; flex: 0 1 380px; min-width: min(100%, 300px); background: var(--kt-white); border: 1px solid var(--kt-line-strong); border-radius: 999px; transition: border-color .2s, box-shadow .2s; }
.kt-jsearch:focus-within { border-color: var(--kt-brass); box-shadow: 0 0 0 3px rgba(168, 131, 78, .18); }
.kt-jsearch__icon { position: absolute; left: 1.05rem; font-size: 1.1rem; color: var(--kt-muted); pointer-events: none; }
.kt-jsearch__input { flex: 1; min-width: 0; height: 2.9rem; padding: 0 .5rem 0 2.75rem; border: 0; background: transparent; font-size: .98rem; color: var(--kt-ink); -webkit-appearance: none; appearance: none; }
.kt-jsearch__input:focus { outline: none; }
.kt-jsearch__input::-webkit-search-cancel-button { display: none; }
.kt-jsearch__input::placeholder { color: #8c9591; }
.kt-jsearch__clear { display: inline-grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; color: var(--kt-muted); transition: color .2s, background-color .2s; }
.kt-jsearch__clear:hover { color: var(--kt-ink); background: var(--kt-paper-2); }
.kt-jsearch__btn { height: 2.35rem; margin: .25rem; padding: 0 1.15rem; border: 0; border-radius: 999px; background: var(--kt-ink); color: var(--kt-on-ink); font-size: .74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; transition: background-color .2s; }
.kt-jsearch__btn:hover { background: var(--kt-ink-3); }
@media (max-width: 899px) { .kt-jbar { flex-direction: column-reverse; align-items: stretch; } .kt-jsearch { flex-basis: auto; } }

/* Empty search state */
.kt-jempty { max-width: 34rem; margin: clamp(1rem, 4vw, 3rem) auto 0; text-align: center; padding: clamp(2.5rem, 6vw, 4rem) 1.5rem; border: 1px dashed var(--kt-line-strong); border-radius: var(--kt-radius); }
.kt-jempty > i { font-size: 2rem; color: var(--kt-brass); }
.kt-jempty h2 { font-size: 1.7rem; margin: 1rem 0 .6rem; }
.kt-jempty p { color: var(--kt-read); margin: 0 0 1.75rem; }
/* keep the category tabs scrolling inside the toolbar instead of stretching the page on mobile */
.kt-jbar, .kt-jbar > * { min-width: 0; max-width: 100%; }
