:root {
  --tl-ink: #171219;
  --tl-ink-soft: #211821;
  --tl-plum: #3f2638;
  --tl-blue: #1b2b3b;
  --tl-paper: #f0ebe3;
  --tl-paper-dim: #c6bdb2;
  --tl-brass: #b79a68;
  --tl-brass-light: #d7c092;
  --tl-rule: rgba(215, 192, 146, .25);
  --tl-rule-dark: rgba(23, 18, 25, .18);
  --tl-rail: 190px;
  --tl-max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--tl-ink); color: var(--tl-paper); font: 16px/1.6 Arial, Helvetica, sans-serif; }
body.tl-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.tl-skip { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; background: var(--tl-paper); color: var(--tl-ink); }
.tl-skip:focus { top: 16px; }
.tl-site { min-height: 100vh; }
.tl-main, .tl-mobile-head { margin-left: var(--tl-rail); }
.tl-wrap { width: min(var(--tl-max), calc(100% - 80px)); margin-inline: auto; }
.tl-label { margin: 0 0 14px; color: var(--tl-brass-light); font: 700 .63rem/1.3 "Courier New", monospace; letter-spacing: .17em; text-transform: uppercase; }
.tl-display { margin: 0; font-family: Didot, "Bodoni 72", "Iowan Old Style", Georgia, serif; font-weight: 400; letter-spacing: -.045em; line-height: .93; }
.tl-lede { max-width: 680px; color: var(--tl-paper-dim); font-size: 1.08rem; }
.tl-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; border: 1px solid var(--tl-rule); background: transparent; color: var(--tl-paper); cursor: pointer; font: 700 .64rem/1 "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; transition: .2s ease; }
.tl-btn::after { content: "↗"; font-size: .9rem; }
.tl-btn:hover, .tl-btn:focus-visible { border-color: var(--tl-brass-light); color: var(--tl-brass-light); }
.tl-btn.tl-solid { border-color: var(--tl-brass); background: var(--tl-brass); color: var(--tl-ink); }
.tl-btn.tl-solid:hover, .tl-btn.tl-solid:focus-visible { background: var(--tl-brass-light); border-color: var(--tl-brass-light); color: var(--tl-ink); }
.tl-btn.tl-plain::after { display: none; }
.tl-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

.tl-rail { position: fixed; inset: 0 auto 0 0; z-index: 50; width: var(--tl-rail); display: flex; flex-direction: column; border-right: 1px solid var(--tl-rule); background: rgba(18, 14, 20, .97); }
.tl-brand { min-height: 142px; display: grid; place-content: center; padding: 24px; border-bottom: 1px solid var(--tl-rule); text-align: center; }
.tl-brand strong { display: block; font: 400 1.2rem/1 Didot, Georgia, serif; letter-spacing: .08em; }
.tl-brand small { display: block; margin-top: 9px; color: var(--tl-brass-light); font: .55rem/1 "Courier New", monospace; letter-spacing: .2em; text-transform: uppercase; }
.tl-rail nav { display: grid; padding: 22px 0; overflow-y: auto; }
.tl-rail nav a { position: relative; padding: 8px 26px; color: #a99fa6; font: .67rem/1.4 "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.tl-rail nav a::before { content: ""; position: absolute; left: 0; top: 50%; width: 0; height: 1px; background: var(--tl-brass); transition: .2s; }
.tl-rail nav a:hover, .tl-rail nav a.tl-active { color: var(--tl-paper); }
.tl-rail nav a.tl-active::before { width: 18px; }
.tl-rail-book { margin: auto 18px 24px; }
.tl-rail-book .tl-btn { width: 100%; padding-inline: 8px; }
.tl-rail-note { margin: 0 22px 20px; color: #7f747c; font: .56rem/1.6 "Courier New", monospace; letter-spacing: .08em; text-transform: uppercase; }
.tl-mobile-head { display: none; }
.tl-mobile-nav { display: none; }

.tl-home-hero { position: relative; min-height: 790px; display: grid; align-items: end; overflow: hidden; background: var(--tl-blue) center/cover no-repeat; }
.tl-home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,14,20,.18), rgba(20,14,20,.05) 45%, rgba(20,14,20,.82)), linear-gradient(0deg, rgba(20,14,20,.82), transparent 58%); }
.tl-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr minmax(430px, .72fr); align-items: end; gap: 60px; padding-block: 160px 68px; }
.tl-hero-no { align-self: start; color: rgba(240,235,227,.7); font: .66rem/1 "Courier New", monospace; letter-spacing: .18em; writing-mode: vertical-rl; }
.tl-hero-copy { grid-column: 2; padding: 40px 0 0 42px; border-left: 1px solid var(--tl-brass); }
.tl-hero-copy h1 { max-width: 680px; font-size: clamp(4.2rem, 7.4vw, 8rem); }
.tl-hero-copy .tl-lede { color: #e1dad1; }
.tl-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(240,235,227,.25); background: rgba(19,14,20,.64); backdrop-filter: blur(10px); }
.tl-stat { min-height: 104px; padding: 23px 30px; border-right: 1px solid rgba(240,235,227,.18); }
.tl-stat strong { display: block; color: var(--tl-brass-light); font: 400 1.8rem/1 Didot, Georgia, serif; }
.tl-stat span { display: block; margin-top: 7px; color: #bdb4b9; font: .59rem/1.3 "Courier New", monospace; letter-spacing: .12em; text-transform: uppercase; }

.tl-section { padding: 112px 0; }
.tl-section.tl-paper { background: var(--tl-paper); color: var(--tl-ink); }
.tl-section.tl-plum { background: var(--tl-plum); }
.tl-section.tl-blue { background: var(--tl-blue); }
.tl-section-head { display: grid; grid-template-columns: 130px 1fr minmax(240px, .6fr); gap: 42px; align-items: start; margin-bottom: 54px; }
.tl-section-head h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); }
.tl-section-head .tl-lede { margin: 6px 0 0; }
.tl-paper .tl-label { color: #765e3c; }
.tl-paper .tl-lede { color: #5d555b; }
.tl-paper .tl-btn { border-color: var(--tl-rule-dark); color: var(--tl-ink); }
.tl-paper .tl-btn:hover { border-color: #765e3c; color: #765e3c; }
.tl-editorial { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 620px; }
.tl-editorial-media { position: relative; overflow: hidden; }
.tl-editorial-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tl-editorial-copy { display: grid; align-content: center; padding: clamp(54px, 8vw, 130px); }
.tl-editorial-copy h2 { font-size: clamp(3rem, 5.5vw, 6.2rem); }
.tl-seam { width: 74px; margin: 28px 0; border-top: 1px solid var(--tl-brass); position: relative; }
.tl-seam::after { content: ""; position: absolute; right: 0; top: -4px; width: 7px; height: 7px; border: 1px solid var(--tl-brass); transform: rotate(45deg); }

.tl-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--tl-rule); border: 1px solid var(--tl-rule); }
.tl-card { position: relative; background: var(--tl-ink); min-width: 0; }
.tl-card-media { aspect-ratio: 4/3; overflow: hidden; }
.tl-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.tl-card:hover .tl-card-media img { transform: scale(1.025); }
.tl-card-body { padding: 26px; }
.tl-card h3 { margin: 0 0 10px; font: 400 1.65rem/1 Didot, Georgia, serif; }
.tl-card p { margin: 0; color: var(--tl-paper-dim); font-size: .88rem; }
.tl-card .tl-meta { margin-bottom: 13px; color: var(--tl-brass-light); font: .6rem/1.4 "Courier New", monospace; letter-spacing: .11em; text-transform: uppercase; }
.tl-card .tl-btn { margin-top: 22px; }
.tl-card.tl-light { background: #e8e1d8; color: var(--tl-ink); }
.tl-card.tl-light p { color: #625a5e; }
.tl-card.tl-light .tl-btn { color: var(--tl-ink); border-color: var(--tl-rule-dark); }
.tl-cards.tl-four { grid-template-columns: repeat(4, 1fr); }
.tl-cards.tl-two { grid-template-columns: repeat(2, 1fr); }
.tl-card-index { position: absolute; right: 16px; top: 16px; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; background: rgba(18,14,20,.8); color: var(--tl-brass-light); font: .58rem "Courier New", monospace; }

.tl-feature { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 630px; }
.tl-feature-media { position: relative; overflow: hidden; }
.tl-feature-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tl-feature-copy { display: grid; align-content: center; padding: clamp(55px, 7vw, 110px); background: var(--tl-plum); }
.tl-feature-copy h2 { font-size: clamp(3.2rem, 5.5vw, 6rem); }
.tl-feature.tl-reverse .tl-feature-media { order: 2; }
.tl-feature.tl-reverse .tl-feature-copy { background: var(--tl-blue); }
.tl-ledger { border-top: 1px solid var(--tl-rule); }
.tl-ledger-row { display: grid; grid-template-columns: 70px 1fr 1.5fr auto; gap: 24px; align-items: center; min-height: 108px; padding: 18px 0; border-bottom: 1px solid var(--tl-rule); }
.tl-ledger-row strong { font: 400 1.65rem Didot, Georgia, serif; }
.tl-ledger-row p { margin: 0; color: var(--tl-paper-dim); }
.tl-ledger-no { color: var(--tl-brass-light); font: .66rem "Courier New", monospace; }
.tl-band { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--tl-rule); }
.tl-band article { min-height: 190px; padding: 34px; border-right: 1px solid var(--tl-rule); }
.tl-band article:last-child { border-right: 0; }
.tl-band h3 { margin: 8px 0 10px; font: 400 1.5rem Didot, Georgia, serif; }
.tl-band p { color: var(--tl-paper-dim); font-size: .84rem; }
.tl-quote { padding: 80px 0; text-align: center; }
.tl-quote blockquote { max-width: 980px; margin: 0 auto; font: 400 clamp(2.5rem, 5vw, 5.2rem)/1 Didot, Georgia, serif; letter-spacing: -.04em; }
.tl-quote cite { display: block; margin-top: 25px; color: var(--tl-brass-light); font: normal .64rem "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }

.tl-page-hero { position: relative; min-height: 460px; display: grid; align-items: end; overflow: hidden; background: linear-gradient(135deg, var(--tl-plum), var(--tl-blue)); border-bottom: 1px solid var(--tl-rule); }
.tl-page-hero::after { content: attr(data-index); position: absolute; right: 4vw; top: 30px; color: rgba(240,235,227,.055); font: 400 clamp(9rem, 23vw, 23rem)/1 Didot, Georgia, serif; }
.tl-page-hero .tl-wrap { position: relative; z-index: 1; padding-block: 150px 58px; }
.tl-page-hero h1 { max-width: 1040px; font-size: clamp(3.8rem, 7vw, 7.4rem); }
.tl-page-hero p { max-width: 690px; color: #d1c6ce; }
.tl-gallery-toolbar, .tl-offer-toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.tl-gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 12px; }
.tl-gallery-item { grid-column: span 4; margin: 0; cursor: pointer; }
.tl-gallery-item:nth-child(5n+1), .tl-gallery-item:nth-child(5n+4) { grid-column: span 8; }
.tl-gallery-item[hidden] { display: none; }
.tl-gallery-item img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.tl-gallery-item figcaption { padding: 10px 0 22px; color: var(--tl-paper-dim); font: .62rem "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.tl-lightbox { width: min(1100px, calc(100% - 40px)); border: 1px solid var(--tl-rule); padding: 0; background: #0d0a0e; color: var(--tl-paper); }
.tl-lightbox::backdrop { background: rgba(8,6,9,.9); }
.tl-lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.tl-lightbox button { position: absolute; right: 10px; top: 10px; width: 42px; height: 42px; border: 1px solid var(--tl-rule); background: rgba(13,10,14,.85); cursor: pointer; }
.tl-offer[hidden] { display: none; }

.tl-form-shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 120px); align-items: start; }
.tl-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 36px; border: 1px solid var(--tl-rule); background: var(--tl-ink-soft); }
.tl-field { display: grid; gap: 8px; }
.tl-field.tl-full { grid-column: 1/-1; }
.tl-field label { color: var(--tl-brass-light); font: .62rem "Courier New", monospace; letter-spacing: .13em; text-transform: uppercase; }
.tl-field input, .tl-field select, .tl-field textarea { width: 100%; min-height: 48px; border: 1px solid var(--tl-rule); border-radius: 0; padding: 12px 13px; background: #141016; color: var(--tl-paper); }
.tl-field textarea { min-height: 128px; resize: vertical; }
.tl-booking-steps { grid-column: 1/-1; display: grid; grid-template-columns: 1fr 55px 1fr; align-items: center; margin-bottom: 15px; color: #776d75; font: .62rem "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
.tl-booking-steps i { height: 1px; background: var(--tl-rule); }
.tl-booking-steps span:last-child { text-align: right; }
.tl-booking-steps span.tl-current { color: var(--tl-brass-light); }
.tl-booking-pane { display: none; grid-column: 1/-1; grid-template-columns: 1fr 1fr; gap: 18px; }
.tl-booking-pane.tl-current { display: grid; }
.tl-form-nav { grid-column: 1/-1; display: flex; justify-content: space-between; gap: 10px; margin-top: 8px; }
.tl-form-status { display: none; grid-column: 1/-1; padding: 14px 0 0; color: var(--tl-brass-light); }
.tl-form-status.tl-show { display: block; }
.tl-legal { max-width: 900px; }
.tl-legal section { display: grid; grid-template-columns: 90px 1fr; gap: 35px; padding: 36px 0; border-bottom: 1px solid var(--tl-rule); }
.tl-legal h2 { margin: 0 0 14px; font: 400 1.8rem/1.1 Didot, Georgia, serif; }
.tl-legal p, .tl-legal li { color: var(--tl-paper-dim); }
.tl-faq { border-top: 1px solid var(--tl-rule); }
.tl-faq button { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border: 0; border-bottom: 1px solid var(--tl-rule); background: none; text-align: left; cursor: pointer; font: 400 1.45rem Didot, Georgia, serif; }
.tl-faq p { display: none; margin: 0; padding: 0 0 24px; color: var(--tl-paper-dim); }
.tl-faq button[aria-expanded="true"] + p { display: block; }

.tl-footer { padding: 75px 0 24px; border-top: 1px solid var(--tl-rule); background: #100c11; }
.tl-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap: 50px; }
.tl-footer h2 { font: 400 2rem Didot, Georgia, serif; }
.tl-footer h3 { color: var(--tl-brass-light); font: .62rem "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
.tl-footer p, .tl-footer li { color: #a99fa6; font-size: .82rem; }
.tl-footer ul { margin: 14px 0 0; padding: 0; list-style: none; }
.tl-footer li { margin: 8px 0; }
.tl-footer a:hover { color: var(--tl-brass-light); }
.tl-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 18px; border-top: 1px solid var(--tl-rule); color: #776d75; font-size: .67rem; }
.tl-responsible-line { margin: 20px 0 0; text-align: center; color: var(--tl-brass-light); font: .61rem "Courier New", monospace; letter-spacing: .13em; text-transform: uppercase; }
.tl-cookie { position: fixed; z-index: 70; right: 24px; bottom: 24px; width: min(520px, calc(100% - 48px)); padding: 22px; border: 1px solid var(--tl-rule); background: rgba(17,13,18,.97); box-shadow: 0 18px 70px rgba(0,0,0,.35); }
.tl-cookie[hidden] { display: none; }
.tl-cookie p { margin: 0; color: #bcb2b9; font-size: .78rem; }
.tl-cookie .tl-actions { margin-top: 16px; }
.tl-cookie-options { display: none; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.tl-cookie-options.tl-open { display: grid; }
.tl-cookie-options label { color: #bcb2b9; font-size: .72rem; }

@media (max-width: 1080px) {
  :root { --tl-rail: 0px; }
  .tl-rail { display: none; }
  .tl-main, .tl-mobile-head { margin-left: 0; }
  .tl-mobile-head { position: sticky; top: 0; z-index: 55; min-height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border-bottom: 1px solid var(--tl-rule); background: rgba(18,14,20,.96); backdrop-filter: blur(10px); }
  .tl-mobile-head .tl-brand { min-height: 0; display: block; padding: 0; border: 0; text-align: left; }
  .tl-menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; border: 1px solid var(--tl-rule); background: none; cursor: pointer; }
  .tl-menu-toggle span { display: block; width: 20px; height: 1px; margin: 3px; background: currentColor; }
  .tl-mobile-nav { position: fixed; z-index: 54; inset: 74px 0 auto 0; display: none; grid-template-columns: repeat(2, 1fr); padding: 28px; border-bottom: 1px solid var(--tl-rule); background: #120e14; }
  .tl-mobile-nav.tl-open { display: grid; }
  .tl-mobile-nav a { padding: 13px; border-bottom: 1px solid var(--tl-rule); font: .7rem "Courier New", monospace; letter-spacing: .1em; text-transform: uppercase; }
  .tl-cards.tl-four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .tl-wrap { width: min(var(--tl-max), calc(100% - 32px)); }
  .tl-home-hero { min-height: 680px; }
  .tl-hero-grid { display: block; padding-block: 150px 45px; }
  .tl-hero-no { display: none; }
  .tl-hero-copy { padding: 26px 0 0 22px; }
  .tl-hero-copy h1 { font-size: clamp(3.6rem, 18vw, 5.5rem); }
  .tl-stats { grid-template-columns: repeat(2, 1fr); }
  .tl-stat { min-height: 88px; padding: 18px; border-bottom: 1px solid rgba(240,235,227,.18); }
  .tl-section { padding: 72px 0; }
  .tl-section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 35px; }
  .tl-section-head h2 { font-size: 3rem; }
  .tl-editorial, .tl-feature, .tl-form-shell { grid-template-columns: 1fr; }
  .tl-editorial-media, .tl-feature-media { min-height: 420px; }
  .tl-editorial-copy, .tl-feature-copy { padding: 55px 24px; }
  .tl-feature.tl-reverse .tl-feature-media { order: 0; }
  .tl-cards, .tl-cards.tl-two, .tl-cards.tl-four { grid-template-columns: 1fr; }
  .tl-band { grid-template-columns: 1fr 1fr; }
  .tl-band article:nth-child(2) { border-right: 0; }
  .tl-band article { border-bottom: 1px solid var(--tl-rule); }
  .tl-ledger-row { grid-template-columns: 38px 1fr; gap: 10px; padding: 22px 0; }
  .tl-ledger-row p, .tl-ledger-row .tl-btn { grid-column: 2; }
  .tl-page-hero { min-height: 390px; }
  .tl-page-hero .tl-wrap { padding-block: 120px 46px; }
  .tl-page-hero h1 { font-size: 3.7rem; }
  .tl-gallery-grid { display: block; }
  .tl-gallery-item img { aspect-ratio: 3/2; }
  .tl-form { grid-template-columns: 1fr; padding: 24px; }
  .tl-field.tl-full { grid-column: auto; }
  .tl-booking-pane { grid-template-columns: 1fr; }
  .tl-form-nav { grid-column: auto; }
  .tl-legal section { grid-template-columns: 1fr; gap: 6px; }
  .tl-footer-grid { grid-template-columns: 1fr 1fr; }
  .tl-footer-grid > :first-child, .tl-footer-grid > :last-child { grid-column: 1/-1; }
  .tl-footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .tl-mobile-head { padding-inline: 16px; }
  .tl-mobile-nav { grid-template-columns: 1fr; padding: 16px; max-height: calc(100vh - 74px); overflow: auto; }
  .tl-band, .tl-footer-grid { grid-template-columns: 1fr; }
  .tl-band article { border-right: 0; }
  .tl-footer-grid > * { grid-column: auto !important; }
  .tl-cookie-options { grid-template-columns: 1fr; }
}
