
:root{
  --ink:#11100e;
  --paper:#f6f1e9;
  --warm:#b7792f;
  --warm-dark:#81501c;
  --wood:#6f4727;
  --muted:#746f68;
  --line:rgba(17,16,14,.12);
  --white:#fff;
  --shadow:0 20px 60px rgba(0,0,0,.16);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px, calc(100% - 40px));margin:auto}
.topbar{
  position:sticky;top:0;z-index:20;
  backdrop-filter:blur(14px);
  background:rgba(14,13,12,.88);
  color:#fff;border-bottom:1px solid rgba(255,255,255,.1)
}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.02em}
.brand-mark{
  width:42px;height:42px;border:1.5px solid #fff;border-radius:50%;
  display:grid;place-items:center;font-size:20px
}
.brand small{display:block;font-weight:400;opacity:.7;font-size:12px}
.navlinks{display:flex;gap:24px;align-items:center}
.navlinks a{font-size:14px;letter-spacing:.04em;opacity:.92}
.navlinks a:hover{color:#e9b16f}
.cta{
  display:inline-block;padding:13px 20px;border-radius:999px;
  background:linear-gradient(135deg,var(--warm),var(--warm-dark));color:#fff;
  font-weight:700;box-shadow:0 8px 30px rgba(183,121,47,.28)
}
.cta.outline{background:transparent;border:1px solid rgba(255,255,255,.5)}
.hero{
  min-height:82vh;display:flex;align-items:end;position:relative;color:#fff;
  background:
    linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.22)),
    url('images/hero.jpg') center/cover no-repeat,
    linear-gradient(135deg,#18130f,#5a3215);
}
.hero::after{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55));
}
.hero-content{position:relative;z-index:1;padding:100px 0 84px;max-width:700px}
.eyebrow{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:#e8bd84;font-weight:700}
h1,h2,h3{font-family:Georgia, 'Times New Roman', serif;line-height:1.08;margin:0 0 18px}
h1{font-size:clamp(52px,7vw,96px);font-weight:500}
h2{font-size:clamp(36px,4vw,58px);font-weight:500}
h3{font-size:26px}
.lead{font-size:clamp(19px,2vw,26px);max-width:650px;color:rgba(255,255,255,.88)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.feature-strip{background:#151311;color:#fff;padding:20px 0}
.features{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;text-align:center}
.feature{padding:8px;font-size:14px}
.feature strong{display:block;color:#e4ae68;font-size:16px}
section{padding:88px 0}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px}
.section-head p{max-width:600px;color:var(--muted)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.card{
  background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.04)
}
.card img{aspect-ratio:4/3;object-fit:cover;background:#ddd}
.card-body{padding:24px}
.card p{color:var(--muted)}
.story{
  background:#1b1815;color:#fff
}
.story p{color:rgba(255,255,255,.78)}
.story .image-wrap{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.story .image-wrap img{aspect-ratio:4/3;object-fit:cover}
.badge{display:inline-block;padding:8px 12px;border:1px solid var(--line);border-radius:999px;font-size:13px;margin:4px 6px 4px 0;background:#fff}
.page-hero{
  padding:110px 0 70px;color:#fff;
  background:
   linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.58)),
   url('images/page-hero.jpg') center/cover no-repeat,
   linear-gradient(135deg,#1a1713,#70431e);
}
.page-hero h1{font-size:clamp(48px,6vw,78px)}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px;min-height:220px}
.gallery .wide{grid-column:span 8}.gallery .narrow{grid-column:span 4}.gallery .half{grid-column:span 6}
.notice{
  padding:18px 20px;border-left:4px solid var(--warm);background:#fff6e9;border-radius:10px
}
.list-clean{padding:0;margin:0;list-style:none}
.list-clean li{padding:10px 0;border-bottom:1px solid var(--line)}
.contact-box{background:#fff;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow)}
footer{background:#11100e;color:#fff;padding:46px 0 26px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
footer p, footer a{color:rgba(255,255,255,.7)}
.mobile-menu{display:none;background:none;border:0;color:#fff;font-size:28px}
@media(max-width:900px){
  .navlinks{display:none;position:absolute;left:0;right:0;top:76px;background:#111;padding:18px 24px;flex-direction:column;align-items:flex-start}
  .navlinks.open{display:flex}
  .mobile-menu{display:block}
  .features{grid-template-columns:repeat(2,1fr)}
  .grid-3,.grid-2,.footer-grid{grid-template-columns:1fr}
  .gallery .wide,.gallery .narrow,.gallery .half{grid-column:span 12}
  .section-head{display:block}
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.photo-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 800px) {
  .photo-gallery {
    grid-template-columns: 1fr;
  }

  .photo-gallery img {
    height: auto;
  }
}.map-wrap {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(0,0,0,.15);
}

.map-wrap iframe {
  display: block;
}.story-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
}

.story-slider img {
  width: 75%;
  max-width: 700px;
  height: 460px;
  object-fit: cover;
  border-radius: 16px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.story-slider::-webkit-scrollbar {
  height: 8px;
}

.story-slider::-webkit-scrollbar-thumb {
  background: #b88b47;
  border-radius: 4px;
}

@media (max-width: 800px) {
  .story-slider img {
    width: 90%;
    height: 320px;
  }
}