
:root{
  --ink:#1d3436;
  --petrol:#173f42;
  --petrol2:#2a6260;
  --rust:#b86b42;
  --cream:#f4eee5;
  --paper:#fffaf4;
  --wine:#5a3942;
  --muted:#6f6967;
  --line:rgba(23,63,66,.13);
  --shadow:0 18px 50px rgba(31,48,47,.12);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  line-height:1.62;
}
a{color:inherit}
.wrap{width:min(1180px,calc(100% - 36px));margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,250,244,.93);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{
  display:flex;align-items:center;gap:13px;
  text-decoration:none;font-weight:800;color:var(--petrol)
}
.brand img,.custom-logo{
  width:58px;height:58px;border-radius:50%;object-fit:cover
}
.menu{
  display:flex;align-items:center;gap:22px;
  list-style:none;padding:0;margin:0
}
.menu a{
  text-decoration:none;font-weight:700;color:var(--petrol)
}
.hero{
  padding:82px 0 64px;
  background:
    radial-gradient(circle at 10% 10%,rgba(184,107,66,.16),transparent 27%),
    radial-gradient(circle at 91% 15%,rgba(42,98,96,.17),transparent 25%);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:58px;
  align-items:center
}
.kicker{
  display:inline-block;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
  color:var(--rust);
  font-weight:850;
  font-size:.9rem
}
h1,h2{font-family:Georgia,serif;letter-spacing:-.04em}
h1{
  font-size:clamp(3.3rem,7vw,6.7rem);
  line-height:.92;
  margin:20px 0 24px;
  color:var(--petrol)
}
h1 em{font-weight:500;color:var(--rust)}
h2{
  font-size:clamp(2.2rem,4.5vw,4rem);
  line-height:1.04;
  margin:8px 0 18px
}
.lead{font-size:1.18rem;color:var(--muted);max-width:700px}
.cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 20px;
  border-radius:999px;
  text-decoration:none;
  font-weight:850;
  border:1px solid transparent
}
.btn-primary{background:var(--petrol);color:#fff;box-shadow:0 10px 24px rgba(23,63,66,.18)}
.btn-rust{background:var(--rust);color:#fff}
.btn-light{background:#fff;border-color:var(--line);color:var(--petrol)}
.hero-visual{
  min-height:530px;
  border-radius:38px;
  background:linear-gradient(145deg,var(--petrol),var(--petrol2));
  box-shadow:var(--shadow);
  display:grid;
  place-items:center;
  padding:40px;
  position:relative;
  overflow:hidden
}
.hero-visual:before{
  content:"";
  position:absolute;
  width:310px;height:310px;
  border-radius:50%;
  background:rgba(184,107,66,.28);
  right:-100px;top:-80px
}
.hero-visual img{
  position:relative;z-index:2;
  width:min(420px,94%);
  border-radius:30px;
  box-shadow:0 24px 60px rgba(0,0,0,.2)
}
section{padding:72px 0}
.section-head{max-width:760px}
.section-label{
  color:var(--rust);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.82rem;
  font-weight:900
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:32px
}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:0 10px 28px rgba(31,48,47,.05)
}
.card .icon{
  width:50px;height:50px;
  border-radius:16px;
  background:rgba(184,107,66,.13);
  display:grid;place-items:center;
  font-size:1.35rem;
  margin-bottom:20px
}
.card h3{margin:0 0 8px;color:var(--petrol)}
.card p{margin:0;color:var(--muted)}
.band{background:var(--petrol);color:#fff}
.band h2{color:#fff}
.band p{color:rgba(255,255,255,.76)}
.event-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px
}
.event{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:24px
}
.event .date{color:var(--rust);font-weight:900}
.contact{
  background:linear-gradient(135deg,#e9d7c8,#d9e5df);
  border-radius:38px;
  padding:44px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:30px;
  align-items:center
}
.site-footer{
  padding:34px 0 48px;
  border-top:1px solid var(--line);
  color:var(--muted)
}

/* WooCommerce */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:16px
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  background:var(--petrol)!important;
  color:#fff!important;
  border-radius:999px!important
}
.woocommerce span.onsale{background:var(--rust)!important}

@media(max-width:900px){
  .hero-grid,.contact{grid-template-columns:1fr}
  .cards,.event-grid{grid-template-columns:1fr 1fr}
  .menu{gap:12px;flex-wrap:wrap;justify-content:flex-end}
}
@media(max-width:650px){
  .cards,.event-grid{grid-template-columns:1fr}
  .header-inner{align-items:flex-start;padding:12px 0}
  .menu{font-size:.86rem}
  .hero{padding-top:52px}
  .hero-visual{min-height:390px}
  .contact{padding:28px}
}
