:root{
  --bg:#f6f7f8;
  --text:#0f1b1b;
  --muted:#556565;
  --line:rgba(10,30,30,.10);

  --a:#0b5b5b;
  --a2:#0e8f7f;

  --w:1180px;

  --r:20px;
  --r2:26px;

  --shadow: 0 16px 44px rgba(0,0,0,.10);
  --shadow2: 0 10px 26px rgba(0,0,0,.08);

  --pad: clamp(16px, 2.2vw, 24px);
  --sec: clamp(28px, 4vw, 56px);
  --gap: clamp(12px, 2vw, 18px);

  --focus: 0 0 0 3px rgba(14,143,127,.22);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 900px at 20% -10%, rgba(14,143,127,.18), transparent 55%),
    radial-gradient(900px 700px at 90% 10%, rgba(11,91,91,.14), transparent 60%),
    var(--bg);
}

a{color:inherit}
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible{
  outline:none; box-shadow:var(--focus); border-radius:12px;
}

.wrap{max-width:var(--w); margin:0 auto; padding:0 clamp(16px, 3vw, 24px)}

.skip-link{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:12px; top:12px; width:auto; height:auto;
  padding:10px 12px; background:#fff; border-radius:14px; box-shadow:var(--shadow2); z-index:9999
}

/* ===== Topbar ===== */
.topbar{
  background: rgba(255,255,255,.60);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.topbar__inner{
  display:flex; gap:12px; align-items:center;
  padding:12px 0;
  flex-wrap:wrap;
}
.topbar__item{display:inline-flex; align-items:center; gap:8px; text-decoration:none}
.topbar__sep{opacity:.45}
.i svg{display:block; fill:currentColor; opacity:.82}

/* ===== Header ===== */
.header{
  position:sticky; top:0; z-index:50;
  background: rgba(246,247,248,.78);
  backdrop-filter: blur(14px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.header.is-scrolled{box-shadow: 0 12px 30px rgba(0,0,0,.08)}

.header__inner{
  display:grid;
  grid-template-columns: 1fr auto auto;
  gap:14px;
  align-items:center;
  padding:14px 0;
}

.brand{
  display:flex; align-items:center; gap:12px;
  text-decoration:none;
  min-width:0;
}
.brand__text{display:flex; flex-direction:column; min-width:0}
.brand__name{font-weight:850; letter-spacing:.1px}
.brand__sub{
  font-size:13px;
  color:var(--muted);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.mark{display:inline-flex; border-radius:16px; overflow:hidden; box-shadow: 0 12px 24px rgba(0,0,0,.12)}
.mark.sm{box-shadow:none}

.nav{display:none; gap:10px; align-items:center}
.nav a{
  text-decoration:none;
  color:rgba(15,27,27,.84);
  font-weight:700;
  font-size:14px;
  padding:10px 12px;
  border-radius:14px;
}
.nav a:hover{background: rgba(11,91,91,.08)}
.header__cta{display:flex; gap:10px; align-items:center}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius: 16px;
  text-decoration:none;
  font-weight:800;
  border:1px solid rgba(0,0,0,.08);
  background: linear-gradient(135deg, var(--a), var(--a2));
  color:#fff;
  box-shadow: 0 14px 28px rgba(11,91,91,.16);
  transition: transform .12s ease, filter .12s ease;
}
.btn:hover{filter:brightness(.99); transform: translateY(-1px)}
.btn--ghost{
  background:#fff; color:var(--text);
  box-shadow:none;
}
.btn--ghost:hover{background: rgba(255,255,255,.82)}

/* ===== Hero ===== */
.hero{padding: var(--sec) 0 calc(var(--sec) * .55)}
.hero__grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap: var(--gap);
  align-items:stretch;
}

.hero__copy{
  background: rgba(255,255,255,.78);
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--r2);
  padding: clamp(18px, 2.4vw, 28px);
  box-shadow: var(--shadow);
}

.hero h1{
  margin:0 0 12px;
  font-size: clamp(30px, 4.2vw, 46px);
  letter-spacing: -.02em;
  line-height:1.05;
}
.lead{
  margin:0 0 18px;
  color:rgba(15,27,27,.78);
  line-height:1.65;
  max-width: 58ch;
}

.hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 10px 0 18px;
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.chip{
  display:inline-flex; align-items:center;
  padding:9px 12px;
  border-radius: 999px;
  background: rgba(11,91,91,.08);
  border:1px solid rgba(11,91,91,.12);
  color:rgba(15,27,27,.78);
  font-size:13px;
  font-weight:700;
}

.hero__media{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow);
  background:#fff;
  min-height: 380px;
}
.hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.001);
}

/* ===== Sections & headings ===== */
.section{padding: var(--sec) 0}
.section__head{
  margin-bottom: clamp(14px, 2vw, 20px);
}
.section__head h2{
  margin:0 0 8px;
  font-size: clamp(22px, 2.7vw, 32px);
  letter-spacing:-.01em;
  line-height:1.15;
}
.muted{color:var(--muted)}
.small{font-size:13px}
.mt{margin-top:18px}

/* ===== Cards / grids ===== */
.grid{display:grid; gap: var(--gap)}
.cards{grid-template-columns: repeat(3, minmax(0, 1fr))}

.card{
  background: rgba(255,255,255,.90);
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
}
.pad{padding: var(--pad)}
.card h3{margin:0 0 12px; font-size:18px}
.list{
  margin:0;
  padding-left:18px;
  color:rgba(15,27,27,.80);
  line-height:1.65;
}
.list li{margin:10px 0}

.two{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

/* ===== Hours ===== */
.hours{margin-top:12px; border-top:1px solid var(--line)}
.hours__row{
  display:flex; justify-content:space-between; gap:10px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  font-weight:750;
}
.hours__row span:last-child{color:rgba(15,27,27,.78); font-weight:800}

/* ===== Gallery (BIG) ===== */
.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--gap);
}

/* Featured image */
.gallery .shot:first-child{
  grid-column: 1 / -1;
  height: clamp(280px, 42vw, 520px);
}

/* Next row: 3 big images */
.gallery .shot:nth-child(2),
.gallery .shot:nth-child(3),
.gallery .shot:nth-child(4){
  grid-column: span 4;
  height: clamp(180px, 22vw, 280px);
}

/* Remaining: 2-up large */
.gallery .shot:nth-child(n+5){
  grid-column: span 6;
  height: clamp(200px, 26vw, 320px);
}

.shot{
  margin:0;
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow2);
  background:#fff;
}
.shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1.001);
}

/* ===== Reviews buttons ===== */
.review-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

/* ===== FAQ ===== */
.faq{display:grid; gap:12px}
details{
  background: rgba(255,255,255,.90);
  border:1px solid rgba(0,0,0,.06);
  border-radius: var(--r);
  box-shadow: var(--shadow2);
  overflow:hidden;
}
summary{
  cursor:pointer;
  padding:16px 16px;
  font-weight:850;
  list-style:none;
}
summary::-webkit-details-marker{display:none}
details p{
  margin:0;
  padding:0 16px 16px;
  color:rgba(15,27,27,.80);
  line-height:1.7;
}

/* ===== Contact ===== */
.contact-lines{display:grid; gap:12px; margin:16px 0}
.line{display:flex; gap:10px; align-items:flex-start}
.line a{text-decoration:none; font-weight:900}
.contact-actions{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}

.map{
  border-radius: var(--r2);
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
  box-shadow: var(--shadow2);
  background:#fff;
}
.map iframe{width:100%; height:360px; border:0; display:block}

/* ===== Form ===== */
.form{margin-top:12px}
.fgrid{display:grid; grid-template-columns: 1fr 1fr; gap:12px}
label{display:grid; gap:7px}
label span{font-weight:800; font-size:13px; color:rgba(15,27,27,.78)}
input, textarea{
  border:1px solid rgba(0,0,0,.12);
  border-radius: 16px;
  padding:12px 12px;
  font:inherit;
  background: rgba(255,255,255,.92);
}
textarea{resize:vertical; min-height:120px}

/* ===== Footer ===== */
.footer{
  padding: 28px 0 96px;
  border-top:1px solid rgba(0,0,0,.06);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
}
.footer__inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__links{display:flex; gap:10px; flex-wrap:wrap}
.footer__links a{
  text-decoration:none;
  font-weight:800;
  padding:10px 12px;
  border-radius:14px;
}
.footer__links a:hover{background: rgba(11,91,91,.08)}

/* ===== To top ===== */
.to-top{
  position:fixed;
  right:14px;
  bottom:92px;
  width:46px; height:46px;
  border-radius: 16px;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  box-shadow: var(--shadow2);
  cursor:pointer;
  opacity:0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
}
.to-top.show{opacity:1; transform: translateY(0)}

/* ===== Mobile action bar ===== */
.mbar{
  position:fixed; left:0; right:0; bottom:0;
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(14px);
  border-top:1px solid rgba(0,0,0,.08);
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
}
.mbar__btn{
  display:flex; gap:10px; align-items:center; justify-content:center;
  padding:12px 12px;
  border-radius: 18px;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.10);
  background:#fff;
  font-weight:900;
}
.mbar__btn svg{fill:currentColor; opacity:.86}
.mbar__btn span{font-size:14px}

/* ===== Breakpoints ===== */
@media (min-width: 940px){
  .nav{display:flex}
  .mbar{display:none}
  .footer{padding-bottom:34px}
  .to-top{bottom:22px}
}

@media (max-width: 940px){
  .header__inner{grid-template-columns: 1fr auto}
  .header__cta{display:none}

  .hero{padding: calc(var(--sec) * .85) 0 calc(var(--sec) * .55)}
  .hero__grid{grid-template-columns: 1fr}
  .hero__media{min-height: 260px}

  .cards{grid-template-columns: 1fr}
  .two{grid-template-columns: 1fr}
  .fgrid{grid-template-columns: 1fr}

  /* Gallery: still big on mobile */
  .gallery .shot:first-child{height: clamp(220px, 55vw, 420px)}
  .gallery .shot:nth-child(2),
  .gallery .shot:nth-child(3),
  .gallery .shot:nth-child(4),
  .gallery .shot:nth-child(n+5){
    grid-column: 1 / -1;
    height: clamp(200px, 55vw, 360px);
  }
}
