/* tMP Site: the whole website's styling. Colors, corners and the headline font come from
   Website → Look & feel as CSS variables; anything else can be reshaped with the Custom CSS box. */
@font-face { font-family: 'Inter'; font-weight: 400; font-display: swap; src: url('fonts/inter-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 500; font-display: swap; src: url('fonts/inter-latin-500-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 600; font-display: swap; src: url('fonts/inter-latin-600-normal.woff2') format('woff2'); }
@font-face { font-family: 'Inter'; font-weight: 700; font-display: swap; src: url('fonts/inter-latin-700-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-latin-400-normal.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-style: italic; font-weight: 400; font-display: swap; src: url('fonts/instrument-serif-latin-400-italic.woff2') format('woff2'); }

:root { --ts-ink: #14201A; --ts-body: #3D4A44; --ts-muted: #6B7771; --ts-line: rgba(20, 32, 26, .14); --ts-card: #FFFFFF; }
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body.tmp-site { margin: 0; background: var(--ts-paper); color: var(--ts-body); font: 400 17px/1.65 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; -webkit-font-smoothing: antialiased; }
.tmp-site img { max-width: 100%; height: auto; }
.tmp-site a { color: var(--ts-primary); text-underline-offset: 3px; }
.tmp-site h1, .tmp-site h2, .tmp-site h3 { font-family: var(--ts-head); font-weight: var(--ts-head-weight); letter-spacing: var(--ts-head-track); color: var(--ts-ink); line-height: 1.08; margin: 0 0 .5em; }
.tmp-site h1 { font-size: clamp(40px, 6vw, 72px); }
.tmp-site h2 { font-size: clamp(28px, 3.4vw, 40px); }
.tmp-site h3 { font-size: 22px; }
.tmp-site p { margin: 0 0 1em; }
.ts-wrap { max-width: 1160px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.ts-skip { position: absolute; left: -999px; top: 8px; background: var(--ts-ink); color: #fff !important; padding: 10px 14px; border-radius: 8px; z-index: 100; }
.ts-skip:focus { left: 8px; }
.ts-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ts-muted); margin: 0 0 14px !important; }
.ts-small { font-size: 14px; color: var(--ts-muted); }
.ts-btn--sm { padding: 10px 18px; font-size: 15px; }
.ts-nav .ts-btn--sm { padding: 9px 15px; font-size: 14px; border-radius: calc(var(--ts-radius) * .8); }
.ts-btn.ts-btn--ghost { background: transparent !important; color: var(--ts-ink) !important; border-color: rgba(20, 32, 26, .3) !important; }
.ts-btn.ts-btn--ghost:hover { background: rgba(20, 32, 26, .05) !important; filter: none; }
.ts-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.ts-notice { background: var(--ts-accent); color: var(--ts-on-accent); text-align: center; font-size: 14.5px; font-weight: 500; padding: 9px 16px; }
.ts-nav { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--ts-paper) 92%, transparent); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid var(--ts-line); }
.ts-nav__in { display: flex; align-items: center; gap: 22px; height: 78px; }
.ts-nav__brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ts-ink) !important; font-weight: 600; font-size: 17px; letter-spacing: -.01em; margin-right: auto; min-width: 0; }
.ts-nav__brand img { height: 48px; width: auto; max-width: 120px; object-fit: contain; }
.ts-nav__brand span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ts-nav__links { display: flex; gap: 26px; }
.ts-nav__links a, .ts-nav__phone { color: var(--ts-body) !important; text-decoration: none; font-size: 15.5px; white-space: nowrap; padding: 8px 0; border-bottom: 2px solid transparent; transition: color .15s ease, border-color .15s ease; }
.ts-nav__links a:hover, .ts-nav__links a[aria-current] { color: var(--ts-ink) !important; border-bottom-color: var(--ts-accent); }
.ts-nav__phone { font-weight: 600; color: var(--ts-ink) !important; }
.ts-burger { display: none; position: relative; }
.ts-burger summary { list-style: none; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(20, 32, 26, .3); border-radius: 10px; cursor: pointer; color: var(--ts-ink); }
.ts-burger summary::-webkit-details-marker { display: none; }
.ts-burger nav { position: absolute; right: 0; top: 52px; width: min(280px, calc(100vw - 32px)); background: var(--ts-card); border: 1px solid var(--ts-line); border-radius: 12px; padding: 8px; display: flex; flex-direction: column; box-shadow: 0 24px 40px -20px rgba(0, 0, 0, .4); }
.ts-burger nav a { padding: 12px 14px; border-radius: 8px; text-decoration: none; color: var(--ts-ink) !important; }
.ts-burger nav a:hover { background: rgba(20, 32, 26, .06); }
.ts-burger nav a.ts-burger__cta { background: var(--ts-primary); color: var(--ts-on-primary) !important; font-weight: 600; text-align: center; margin-bottom: 6px; }

.ts-hero--full { background: var(--ts-primary) center / cover no-repeat; position: relative; color: #fff; }
.ts-hero--full::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 18, 14, .78) 0%, rgba(10, 18, 14, .45) 55%, rgba(10, 18, 14, .15) 100%); }
.ts-hero--full.ts-hero--plain::before { background: radial-gradient(1200px 500px at 85% 0%, rgba(255, 255, 255, .14), transparent 60%); }
/* the top of the hero photo melts into the header's colour, so the bar and the photo read as one piece */
.ts-hero--full:not(.ts-hero--plain)::after { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 120px; pointer-events: none; background: linear-gradient(to bottom, var(--ts-paper) 0%, color-mix(in srgb, var(--ts-paper) 72%, transparent) 28%, color-mix(in srgb, var(--ts-paper) 30%, transparent) 62%, transparent 100%); }
body.ts-view-home .ts-nav:has(+ .ts-main > .ts-hero--full:not(.ts-hero--plain):first-child) { border-bottom-color: transparent; background: var(--ts-paper); -webkit-backdrop-filter: none; backdrop-filter: none; }
.ts-hero--full { min-height: min(78vh, 760px); display: flex; align-items: center; }
.ts-hero--full .ts-hero__in { position: relative; z-index: 1; padding-top: 120px; padding-bottom: 120px; width: 100%; }
.ts-hero--full h1, .ts-hero--full .ts-eyebrow { color: #fff; } .ts-hero--full .ts-eyebrow { opacity: .85; }
.ts-hero--full .ts-hero__sub { color: rgba(255, 255, 255, .9); }
.ts-hero--full .ts-btn { background: var(--ts-accent); border-color: var(--ts-accent); color: var(--ts-on-accent) !important; }
.ts-hero--full .ts-btn.ts-btn--ghost { background: transparent !important; color: #fff !important; border-color: rgba(255, 255, 255, .55) !important; }
.ts-hero--full .ts-btn.ts-btn--ghost:hover { background: rgba(255, 255, 255, .12) !important; }
.ts-hero__copy { max-width: 640px; }
.ts-hero__sub { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; max-width: 560px; margin: 0; }
.ts-hero--split .ts-hero__in { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; padding-top: 72px; padding-bottom: 72px; }
.ts-hero--split .ts-hero__photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: calc(var(--ts-radius) * 1.5); display: block; }
.ts-hero--split.ts-hero--plain .ts-hero__in { grid-template-columns: minmax(0, 1fr); }

.ts-facts { border-bottom: 1px solid var(--ts-line); background: var(--ts-card); }
.ts-facts dl { display: flex; flex-wrap: wrap; margin: 0; }
.ts-facts dl > div { flex: 1 1 140px; padding: 22px 24px; border-left: 1px solid var(--ts-line); }
.ts-facts dl > div:first-child { border-left: 0; padding-left: 0; }
.ts-facts dt { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ts-muted); }
.ts-facts dd { margin: 4px 0 0; font-family: var(--ts-head); font-weight: var(--ts-head-weight); font-size: 34px; line-height: 1; color: var(--ts-ink); }

.ts-section { padding: 80px 0; }
.ts-section--tint { background: color-mix(in srgb, var(--ts-primary) 7%, var(--ts-paper)); }
.ts-about { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 64px; align-items: center; }
.ts-about--solo { grid-template-columns: minmax(0, 760px); }
.ts-about img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: calc(var(--ts-radius) * 1.5); }
.ts-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ts-card { position: relative; display: flex; flex-direction: column; gap: 8px; padding: 14px 14px 22px; background: var(--ts-card); border: 1px solid var(--ts-line); border-radius: var(--ts-radius); text-decoration: none; color: var(--ts-body) !important; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.ts-card:hover { transform: translateY(-3px); border-color: var(--ts-primary); box-shadow: 0 22px 36px -26px rgba(0, 0, 0, .5); }
.ts-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: calc(var(--ts-radius) * .6); margin-bottom: 6px; }
.ts-card__t { font-family: var(--ts-head); font-weight: var(--ts-head-weight); font-size: 26px; line-height: 1.1; color: var(--ts-ink); padding: 6px 8px 0; }
.ts-card__p { font-size: 15.5px; padding: 0 8px; }
.ts-card__go { position: absolute; right: 20px; bottom: 16px; color: var(--ts-primary); transition: transform .15s ease; }
.ts-card:hover .ts-card__go { transform: translateX(4px); }
.ts-visitstrip { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: start; }
.ts-hours { margin: 0; } .ts-hours > div { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid var(--ts-line); font-size: 15px; }
.ts-hours dt { color: var(--ts-ink); font-weight: 500; } .ts-hours dd { margin: 0; font-variant-numeric: tabular-nums; }
.ts-hours--big > div { padding: 11px 0; font-size: 16.5px; }

/* shop page: jump bar + one band per category */
.ts-jump { position: sticky; top: var(--ts-navh, 77px); z-index: 20; background: color-mix(in srgb, var(--ts-paper) 88%, transparent); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--ts-line); }
.ts-jump__in { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-top: 12px; padding-bottom: 12px; }
.ts-jump__in::-webkit-scrollbar { display: none; }
.ts-jump a { flex-shrink: 0; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 99px; border: 1px solid var(--ts-line); background: var(--ts-card); font-size: 14.5px; font-weight: 500; color: var(--ts-body) !important; text-decoration: none !important; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.ts-jump a small { font-size: 12px; opacity: .6; font-variant-numeric: tabular-nums; }
.ts-jump a:hover { border-color: var(--ts-primary); color: var(--ts-ink) !important; }
.ts-jump a.is-on { background: var(--ts-primary); border-color: var(--ts-primary); color: var(--ts-on-primary) !important; }
.ts-shopsec { padding: 72px 0 80px; scroll-margin-top: 130px; position: relative; }
.ts-shopsec--alt { background: color-mix(in srgb, var(--ts-primary) 5%, var(--ts-paper)); border-top: 1px solid var(--ts-line); border-bottom: 1px solid var(--ts-line); }
.ts-shopsec__head { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: end; gap: 6px 20px; margin: 0 0 32px; padding-bottom: 20px; border-bottom: 2px solid var(--ts-ink); }
.ts-shopsec__n { font-size: 13px; font-weight: 600; letter-spacing: .14em; color: var(--ts-on-primary); background: var(--ts-primary); padding: 5px 10px; border-radius: 99px; align-self: center; font-variant-numeric: tabular-nums; }
.ts-shopsec__head h2 { margin: 0 !important; font-size: clamp(32px, 4vw, 48px) !important; line-height: 1 !important; }
.ts-shopsec__count { font-size: 14px; color: var(--ts-muted); padding-bottom: 6px; white-space: nowrap; }
.ts-shopsec .ts-products { margin: 0; }
.ts-shopfoot { border-top: 1px solid var(--ts-line); padding: 28px 0 56px; }
.ts-shopfoot .ts-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; }
.ts-shopfoot p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 14px; color: var(--ts-muted); }
.ts-shopfoot a { font-weight: 600; text-decoration: none; }
.ts-shopfoot a:hover { text-decoration: underline; }
.ts-filecard { background: var(--ts-card); border: 1px solid var(--ts-line); border-radius: calc(var(--ts-radius) * 1.4); overflow: hidden; margin: 0 0 48px; }
.ts-filecard__bar { display: flex; align-items: center; gap: 16px; padding: 18px 22px; }
.ts-filecard__bar svg { color: var(--ts-primary); flex-shrink: 0; }
.ts-filecard__bar div { display: grid; gap: 2px; margin-right: auto; min-width: 0; }
.ts-filecard__bar strong { font-size: 17px; color: var(--ts-ink); } .ts-filecard__bar span { font-size: 13px; color: var(--ts-muted); }
.ts-filecard__view { display: block; width: 100%; height: min(82vh, 900px); border: 0; border-top: 1px solid var(--ts-line); background: #F1F2EE; }
@media (max-width: 760px) { .ts-filecard__view { display: none; } .ts-filecard__bar { padding: 16px; } }
.ts-gal { padding: 56px 0 96px; }
.ts-gal__count { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--ts-muted); margin: 0 0 22px !important; }
.ts-gal__count span { color: var(--ts-ink); font-weight: 700; }
.ts-gal__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 12px; }
.ts-gal--grid .ts-gal__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 280px; }
.ts-gal__item { position: relative; display: block; overflow: hidden; border-radius: calc(var(--ts-radius) * 1.2); background: color-mix(in srgb, var(--ts-primary) 12%, var(--ts-paper)); cursor: zoom-in; isolation: isolate; }
.ts-gal__item.is-lead { grid-column: span 2; grid-row: span 2; } .ts-gal__item.is-big { grid-column: span 2; grid-row: span 2; }
.ts-gal__item.is-wide { grid-column: span 2; } .ts-gal__item.is-tall { grid-row: span 2; }
.ts-gal__item img { width: 100% !important; height: 100% !important; object-fit: cover; display: block; transition: transform .9s cubic-bezier(.2, .7, .2, 1), filter .5s; }
.ts-gal__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8, 14, 11, .7), rgba(8, 14, 11, 0) 45%); opacity: 0; transition: opacity .4s; z-index: 1; }
.ts-gal__item:hover img, .ts-gal__item:focus-visible img { transform: scale(1.06); }
.ts-gal__item:hover::after, .ts-gal__item:focus-visible::after { opacity: 1; }
.ts-gal__grid:hover .ts-gal__item:not(:hover) img { filter: saturate(.75) brightness(.92); }
.ts-gal__item:focus-visible { outline: 3px solid var(--ts-accent); outline-offset: 3px; }
.ts-gal__cap { position: absolute; left: 16px; right: 52px; bottom: 14px; z-index: 2; color: #fff; font-size: 14.5px; font-weight: 500; line-height: 1.35; opacity: 0; transform: translateY(8px); transition: opacity .35s, transform .35s; }
.ts-gal__zoom { position: absolute; right: 12px; bottom: 12px; z-index: 2; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .92); color: #14201A; opacity: 0; transform: scale(.8); transition: opacity .3s, transform .3s; }
.ts-gal__item:hover .ts-gal__cap, .ts-gal__item:focus-visible .ts-gal__cap { opacity: 1; transform: none; }
.ts-gal__item:hover .ts-gal__zoom, .ts-gal__item:focus-visible .ts-gal__zoom { opacity: 1; transform: none; }
html.ts-reveal .ts-gal__item[data-ts-reveal] { opacity: 0; transform: translateY(22px) scale(.98); transition: opacity .7s cubic-bezier(.2, .7, .2, 1), transform .7s cubic-bezier(.2, .7, .2, 1); }
html.ts-reveal .ts-gal__item[data-ts-reveal].is-in { opacity: 1; transform: none; }
html.ts-lb-open { overflow: hidden; }
.ts-lb { position: fixed; inset: 0; z-index: 9999; display: grid; grid-template-columns: 72px minmax(0, 1fr) 72px; align-items: center; background: rgba(8, 12, 10, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); opacity: 0; transition: opacity .22s; }
.ts-lb[hidden] { display: none; } .ts-lb.is-open { opacity: 1; }
.ts-lb__fig { grid-column: 2; margin: 0; height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 56px 0; box-sizing: border-box; }
.ts-lb__fig img { max-width: 100%; max-height: calc(100dvh - 150px); width: auto; height: auto; object-fit: contain; border-radius: 6px; box-shadow: 0 30px 80px rgba(0, 0, 0, .6); opacity: 0; transform: scale(.985); transition: opacity .3s, transform .3s; }
.ts-lb__fig img.is-in { opacity: 1; transform: none; }
.ts-lb__fig figcaption { color: rgba(255, 255, 255, .85); font-size: 15px; text-align: center; max-width: 640px; }
.ts-lb button { border: 0; cursor: pointer; color: #fff; background: rgba(255, 255, 255, .1); border-radius: 50%; display: grid; place-items: center; transition: background .2s, transform .2s; padding: 0; }
.ts-lb button:hover { background: rgba(255, 255, 255, .22); } .ts-lb button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.ts-lb__nav { width: 48px; height: 48px; justify-self: center; } .ts-lb__prev { grid-column: 1; grid-row: 1; } .ts-lb__next { grid-column: 3; grid-row: 1; }
.ts-lb__x { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; z-index: 2; }
.ts-lb__n { position: absolute; top: 28px; left: 24px; margin: 0; color: rgba(255, 255, 255, .7); font-size: 13px; letter-spacing: .1em; font-variant-numeric: tabular-nums; }
@media (max-width: 900px) { .ts-gal__grid, .ts-gal--grid .ts-gal__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 42vw; gap: 8px; } .ts-gal__item.is-big { grid-column: span 1; grid-row: span 1; } .ts-gal { padding: 32px 0 64px; }
	.ts-lb { grid-template-columns: 0 minmax(0, 1fr) 0; } .ts-lb__nav { position: absolute; bottom: 20px; z-index: 2; } .ts-lb__prev { left: calc(50% - 60px); } .ts-lb__next { right: calc(50% - 60px); } .ts-lb__fig { padding: 64px 12px 88px; } .ts-lb__fig img { max-height: calc(100dvh - 200px); }
	.ts-gal__cap { opacity: 1; transform: none; font-size: 12.5px; left: 10px; right: 10px; bottom: 8px; } .ts-gal__item::after { opacity: .8; } .ts-gal__zoom { display: none; } }
.ts-sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; margin: 0 !important; }
.ts-intro { padding-top: 56px; } .ts-intro + .ts-section { padding-top: 32px; }
.ts-empty { grid-column: 1 / -1; text-align: center; max-width: 560px; margin: 24px auto; padding: 56px 32px; background: var(--ts-card); border: 1px dashed rgba(20, 32, 26, .22); border-radius: calc(var(--ts-radius) * 1.5); }
.ts-empty svg { color: var(--ts-primary); margin-bottom: 14px; }
.ts-empty h2 { font-size: 30px !important; margin: 0 0 10px !important; }
.ts-empty p { color: var(--ts-body); margin: 0 auto 8px; max-width: 420px; }
.ts-empty__go { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 22px !important; max-width: none !important; }
.ts-empty .ts-adminnote { margin-top: 22px; font-size: 13.5px; }
.ts-pagehead { padding: 72px 0 40px; border-bottom: 1px solid var(--ts-line); }
.ts-pagehead h1 { margin: 0; font-size: clamp(38px, 5vw, 60px); }
.ts-lead { font-size: 19px; max-width: 680px; margin-top: 16px; } .ts-lead p:last-child { margin: 0; }
.ts-pagehead + .ts-section { padding-top: 48px; }
.ts-panel { background: var(--ts-card); border: 1px solid var(--ts-line); border-radius: var(--ts-radius); padding: 28px 32px; margin: 0 0 24px; }
.ts-panel h2 { font-size: 26px; }
.ts-ticks { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 32px; }
.ts-ticks li { position: relative; padding-left: 28px; }
.ts-ticks li::before { content: ''; position: absolute; left: 2px; top: .45em; width: 12px; height: 7px; border-left: 2px solid var(--ts-primary); border-bottom: 2px solid var(--ts-primary); transform: rotate(-45deg); }
.ts-callus { margin-top: 28px; font-size: 18px; } .ts-callus a { font-weight: 600; }
.ts-rates { max-width: 820px; }
.ts-ratetable { width: 100%; border-collapse: collapse; }
.ts-ratetable th, .ts-ratetable td { padding: 13px 0; border-bottom: 1px solid var(--ts-line); text-align: left; font-weight: 400; }
.ts-ratetable tr:last-child th, .ts-ratetable tr:last-child td { border-bottom: 0; }
.ts-ratetable td { text-align: right; font-weight: 600; color: var(--ts-ink); font-variant-numeric: tabular-nums; white-space: nowrap; }
.ts-holes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ts-hole { background: var(--ts-card); border: 1px solid var(--ts-line); border-radius: var(--ts-radius); overflow: hidden; }
.ts-hole img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.ts-hole > div { padding: 18px 20px 20px; } .ts-hole p { margin: 0; font-size: 15.5px; }
.ts-hole__n { font-family: var(--ts-head); font-weight: var(--ts-head-weight); font-size: 30px !important; line-height: 1; color: var(--ts-ink); }
.ts-hole__meta { font-size: 13px !important; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ts-muted); margin: 6px 0 10px !important; }
.ts-events { list-style: none; margin: 0; padding: 0; max-width: 860px; }
.ts-events li { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--ts-line); }
.ts-events__date { font-weight: 600; color: var(--ts-primary); padding-top: 4px; }
.ts-events h2 { font-size: 24px; margin: 0 0 4px; } .ts-events p { margin: 0; }
.ts-h2gap { margin-top: 56px !important; }
.ts-visit { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 56px; align-items: start; }
.ts-visit h2 { font-size: 26px; margin-top: 32px; } .ts-visit h2:first-child { margin-top: 0; }
.ts-mapband { padding-top: 40px; } .ts-map--wide { display: block; min-height: 380px !important; position: static !important; border: 1px solid var(--ts-line) !important; }
.ts-visit--solo { grid-template-columns: minmax(0, 1fr); max-width: 720px; }
.ts-contact { margin: 0 !important; position: sticky; top: 100px; } .ts-contact h2 { margin-top: 0 !important; }
.ts-contact form { display: grid; gap: 16px; }
.ts-contact__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.ts-contact label { display: block; font-size: 14px; font-weight: 600; color: var(--ts-ink); }
.ts-contact label span { font-weight: 400; color: var(--ts-muted); }
.ts-contact input, .ts-contact textarea { display: block; margin-top: 6px; width: 100%; box-sizing: border-box; font: inherit; font-weight: 400; font-size: 16px; color: var(--ts-ink); background: #fff; border: 1px solid rgba(20, 32, 26, .22); border-radius: calc(var(--ts-radius) * .7); padding: 12px 14px; transition: border-color .15s, box-shadow .15s; }
.ts-contact textarea { resize: vertical; min-height: 130px; }
.ts-contact input:focus, .ts-contact textarea:focus { outline: 0; border-color: var(--ts-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ts-primary) 18%, transparent); }
.ts-contact .ts-btn { justify-self: start; border: 0; cursor: pointer; font-size: 16px; font-family: inherit; }
.ts-contact__hp { position: absolute !important; left: -9999px; height: 0; overflow: hidden; }
.ts-contact__ok, .ts-contact__err { padding: 14px 16px; border-radius: calc(var(--ts-radius) * .7); margin: 0 0 8px !important; }
.ts-contact__ok { background: color-mix(in srgb, var(--ts-primary) 10%, #fff); color: var(--ts-ink); }
.ts-contact__err { background: #FCEDEA; color: #8A2A1B; }
.ts-map { width: 100%; min-height: 460px; border: 0; border-radius: var(--ts-radius); position: sticky; top: 100px; }
.ts-prose { max-width: 820px; } .ts-prose img { border-radius: var(--ts-radius); }

.ts-foot { background: var(--ts-ink); color: rgba(255, 255, 255, .78); margin-top: 0; font-size: 15px; }
.ts-foot a { color: rgba(255, 255, 255, .78) !important; text-decoration: none; } .ts-foot a:hover { color: #fff !important; }
.ts-foot__grid { display: grid; grid-template-columns: 1.3fr 1.2fr 1fr; gap: 48px; padding-top: 64px; padding-bottom: 48px; }
.ts-foot p { margin: 0 0 6px; }
.ts-foot__name { font-family: var(--ts-head); font-weight: var(--ts-head-weight); font-size: 28px; color: #fff; margin-bottom: 12px !important; }
.ts-foot__h { font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255, 255, 255, .55); margin-bottom: 12px !important; }
.ts-foot__small { font-size: 13px; opacity: .7; margin-top: 10px !important; }
.ts-foot nav { display: flex; flex-direction: column; gap: 8px; }
.ts-foot .ts-hours > div { border-bottom-color: rgba(255, 255, 255, .12); } .ts-foot .ts-hours dt { color: #fff; }
.ts-foot__legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; padding-top: 20px; padding-bottom: 28px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 13px; }

@media (max-width: 1000px) {
	.ts-nav__links, .ts-nav__phone { display: none; } .ts-burger { display: block; }
	.ts-nav__in { height: 66px; gap: 10px; } .ts-nav__brand img { height: 40px; }
	.ts-hero--full:not(.ts-hero--plain)::after { height: 104px; }
	.ts-hero--full:not(.ts-hero--plain) .ts-hero__in { padding-top: 96px; }
	.ts-about, .ts-visitstrip, .ts-visit, .ts-hero--split .ts-hero__in { grid-template-columns: minmax(0, 1fr); gap: 32px; }
	.ts-cards, .ts-holes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ts-foot__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; }
	.ts-map { position: static; min-height: 340px; } .ts-map--wide { min-height: 280px !important; } .ts-mapband { padding-top: 24px; } .ts-contact__row { grid-template-columns: minmax(0, 1fr); } .ts-contact { position: static; }
}
@media (max-width: 640px) {
	.ts-wrap { padding-left: 20px; padding-right: 20px; }
	body.tmp-site { font-size: 16px; }
	.ts-shopsec { padding: 44px 0 52px; } .ts-shopsec__head { margin-bottom: 22px; padding-bottom: 14px; } .ts-jump { top: var(--ts-navh-m, 65px); }
	.ts-section { padding: 52px 0; } .ts-pagehead { padding: 44px 0 28px; }
	.ts-hero--full .ts-hero__in { padding-top: 72px; padding-bottom: 72px; }
	.ts-cards, .ts-holes, .ts-ticks, .ts-foot__grid { grid-template-columns: minmax(0, 1fr); }
	.ts-events li { grid-template-columns: minmax(0, 1fr); gap: 4px; }
	.ts-facts dl > div { flex-basis: 50%; padding: 16px 0; border-left: 0; }
	.ts-nav .ts-btn--sm { padding: 10px 14px; font-size: 14px; white-space: nowrap; }
	/* the course name always shows beside the logo: up to two lines, then … ; the brand block is the part that gives way */
	.ts-nav__brand { flex: 1 1 0; gap: 10px; }
	.ts-nav__brand img { flex-shrink: 0; max-width: 64px; }
	.ts-nav__brand span { white-space: normal; line-height: 1.15; font-size: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-wrap: balance; }
	.ts-nav .ts-btn--sm, .ts-burger { flex-shrink: 0; }
	.ts-panel { padding: 22px 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .tmp-site * { transition: none !important; } }

@media (max-width: 420px) { .ts-nav .ts-btn--sm { display: none; } }

.ts-nav__acct { white-space: nowrap; }
@media (max-width: 1100px) { .ts-nav__phone { display: none; } }
@media (max-width: 900px) { .ts-nav__acct { display: none !important; } }
