/* The home page, the gallery and the confirmation page. */

/* ---- hero ---- */
.hero { padding: clamp(36px, 6vw, 76px) 0 clamp(30px, 5vw, 60px); }
.hero-in { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 36px 56px; align-items: start; }
.hero-h { margin: 0; font-family: var(--wide); font-stretch: 118%; font-weight: 800; font-size: clamp(42px, 6vw, 84px); line-height: .94; letter-spacing: -.03em; }
.hero-p { margin: 20px 0 0; font-size: clamp(16px, 1.5vw, 18.5px); color: #3b3830; max-width: 46ch; }
.stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 26px 0 0; max-width: 420px; }
.stat { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 12px 14px; min-height: 74px; }
.stat-k { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--dim); }
.stat-v { display: block; font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: 22px; letter-spacing: -.02em; margin-top: 4px; }
.stat-v b { color: var(--accent); font-weight: 700; }
.stat-v small { font-size: 13px; color: var(--dim); font-weight: 400; }

.hero-cal { border: 1px solid var(--line-2); background: var(--panel); border-radius: 12px; padding: 18px 18px 14px; box-shadow: 0 20px 50px -30px rgba(23,22,18,.35); min-height: 320px; }
.hcal-h { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 6px 14px; margin: 0 0 12px; }
.hcal-t { font-family: var(--mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
.hcal-legend { display: inline-flex; align-items: center; gap: 4px 6px; font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; color: var(--dim); }
.lg { width: 9px; height: 9px; border-radius: 2px; display: inline-block; margin-left: 8px; }
.lg--open { background: var(--ok); } .lg--full { background: var(--line-2); } .lg--soon { border: 1px dashed var(--dim); }
.hcal { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hcal-nav { display: flex; justify-content: space-between; align-items: center; margin: 0 0 8px; gap: 8px; }
.hcal-nav button { border: 1px solid var(--line); background: var(--panel); border-radius: 6px; padding: 4px 10px; cursor: pointer; font-family: var(--mono); font-size: 11px; }
.hcal-nav button:disabled { opacity: .35; cursor: default; }
.hm-h { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--wide); font-stretch: 108%; font-weight: 700; font-size: 15px; margin: 0 0 6px; }
.hm-h small { font-family: var(--mono); font-size: 10.5px; color: var(--dim); font-weight: 400; }
.hm-dow, .hm-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 3px; }
.hm-dow { font-family: var(--mono); font-size: 9.5px; text-transform: uppercase; letter-spacing: .06em; color: var(--dim); text-align: center; margin: 0 0 3px; }
.hd { aspect-ratio: 1 / 1; display: grid; place-items: center; border-radius: 5px; border: 1px solid var(--line); background: var(--panel); font-family: var(--mono); font-size: 12.5px; font-weight: 500; cursor: pointer; padding: 0; }
.hd--pad { border: 0; background: none; cursor: default; }
.hd--open { border-color: color-mix(in srgb, var(--ok) 45%, var(--line)); background: color-mix(in srgb, var(--ok) 9%, var(--panel)); }
.hd--open:hover { background: var(--ok); border-color: var(--ok); color: #fff; }
.hd--past, .hd--off { opacity: .3; cursor: default; }
.hd--booked, .hd--held { cursor: not-allowed; color: var(--dim); background: repeating-linear-gradient(135deg, transparent 0 3px, var(--line) 3px 5px); text-decoration: line-through; }
.hd--held { text-decoration: none; border-color: color-mix(in srgb, var(--held) 55%, var(--line)); background: color-mix(in srgb, var(--held) 10%, var(--panel)); }
.hd--soon { cursor: not-allowed; border-style: dashed; color: var(--dim); }
.hd.is-on { background: var(--accent); border-color: var(--accent); color: #fff; }
.hcal-empty { color: var(--dim); font-size: 14px; padding: 20px 0; }
@media (max-width: 900px) { .hero-in { grid-template-columns: 1fr; } .hcal { grid-template-columns: 1fr; } }

/* ---- sections ---- */
.book { padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.book-mount { max-width: 900px; min-height: 200px; }
.rates { padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.rates-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr); gap: 20px 32px; align-items: start; }
.rt { width: 100%; border-collapse: collapse; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.rt caption { text-align: left; font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: 17px; padding: 0 0 10px; }
.rt td, .rt th { padding: 12px 14px; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 15px; }
.rt th { font-weight: 600; }
.rt th small { display: block; font-weight: 400; color: var(--dim); font-size: 12.5px; margin-top: 2px; }
.rt td.num { font-family: var(--mono); font-weight: 600; text-align: right; white-space: nowrap; }
.rt td.num small { color: var(--dim); font-weight: 400; }
.rt tr:first-child td, .rt tr:first-child th { border-top: 0; }
.terms { list-style: none; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 10px; }
.terms li { border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 12px 14px; font-size: 14.5px; line-height: 1.5; }
.terms li b { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin: 0 0 4px; font-weight: 600; }
@media (max-width: 800px) { .rates-grid { grid-template-columns: 1fr; } }

.proof { padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.strip { display: flex; gap: 10px; overflow-x: auto; padding: 0 22px 14px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.strip figure { flex: 0 0 auto; width: min(78vw, 460px); margin: 0; scroll-snap-align: start; cursor: zoom-in; }
.strip img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }
.strip figcaption { font-size: 12.5px; color: var(--dim); margin: 8px 0 0; line-height: 1.4; }
.gal-links { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 22px 0; }
.gal-links a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 100px; border: 1px solid var(--line-2); background: var(--panel); text-decoration: none; font-size: 13.5px; font-weight: 500; }
.gal-links a:hover { border-color: var(--fg); }
.gal-links a.is-all { background: var(--fg); border-color: var(--fg); color: #fff; }

.how { padding: clamp(40px, 6vw, 80px) 0; border-top: 1px solid var(--line); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; counter-reset: s; }
.steps li { counter-increment: s; border: 1px solid var(--line); background: var(--panel); border-radius: 8px; padding: 16px 16px 16px 52px; position: relative; font-size: 15px; line-height: 1.5; }
.steps li::before { content: counter(s, decimal-leading-zero); position: absolute; left: 16px; top: 16px; font-family: var(--mono); font-size: 12px; color: var(--accent); font-weight: 600; }

/* ---- gallery page ---- */
.gal { padding: clamp(30px, 5vw, 60px) 0; }
.gal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 24px; }
.gal-grid figure { margin: 0; cursor: zoom-in; }
.gal-grid img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 6px; border: 1px solid var(--line); }
.gal-grid figcaption { font-size: 12.5px; color: var(--dim); margin: 6px 2px 0; }
.gal-more { margin-top: 32px; border: 1px solid var(--line-2); border-radius: 12px; padding: 22px 24px; background: var(--panel); display: grid; gap: 12px; }
.gal-more h2 { margin: 0; font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: 24px; }
@media (max-width: 800px) { .gal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---- done page ---- */
.done { padding: clamp(40px, 6vw, 80px) 0; }
.done-card { max-width: 720px; border: 1px solid var(--line-2); background: var(--panel); border-radius: 12px; padding: 26px 28px; }
.done-k { display: block; width: 44px; height: 44px; border-radius: 50%; background: var(--ok); margin: 0 0 14px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Ccircle cx='22' cy='22' r='22' fill='%23000'/%3E%3Cpath d='M13 23l6 6 12-13' stroke='%23fff' stroke-width='3.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%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 44 44'%3E%3Ccircle cx='22' cy='22' r='22' fill='%23000'/%3E%3Cpath d='M13 23l6 6 12-13' stroke='%23fff' stroke-width='3.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.done-h { margin: 0 0 8px; font-family: var(--wide); font-stretch: 110%; font-weight: 700; font-size: clamp(24px, 3.4vw, 32px); line-height: 1.1; }
.done-p { margin: 0 0 18px; color: var(--dim); font-size: 15.5px; }
.done-rows { border: 1px solid var(--line); border-radius: 8px; padding: 6px 14px 10px; margin: 0 0 16px; background: var(--raise); }
.done-row { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 10px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.done-row:first-child { border-top: 0; }
.done-row b { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--dim); font-weight: 500; padding-top: 3px; }
.done-pay { border: 1px solid color-mix(in srgb, var(--accent) 35%, var(--line)); background: color-mix(in srgb, var(--accent) 7%, var(--panel)); border-radius: 8px; padding: 14px 16px; margin: 0 0 16px; font-size: 14.5px; line-height: 1.55; }
.done-pay b { font-family: var(--mono); }
.done-actions { display: flex; flex-wrap: wrap; gap: 10px; }
