/* Start custom CSS */.gresk-side{
  --bg:#f7f3ec;
  --panel:#fffdf9;
  --text:#2b2723;
  --muted:#6c6358;
  --gold:#b5893d;
  --gold-dark:#8b672b;
  --shadow:0 18px 44px rgba(43,39,35,.08);
  max-width:1180px;
  margin:0 auto;
  padding:24px 16px 90px;
  color:var(--text);
  font-family:inherit;
}

.gresk-side *{box-sizing:border-box}
.gresk-side img{max-width:100%;display:block}
.gresk-side a{text-decoration:none!important}
.gresk-side h1,.gresk-side h2,.gresk-side h3{margin:0;color:#1f1b17}
.gresk-side p{margin:0;line-height:1.72}

.gresk-hero{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:24px;
  align-items:stretch;
  margin-bottom:28px;
}

.gresk-hero__content,.gresk-hero__media,.gresk-intro__card,.dish-card,.reason-card,.gresk-cta__box,.gresk-faq-list,.gresk-split__content{
  border-radius:24px;
}

.gresk-hero__content{
  background:linear-gradient(180deg,var(--panel),#f4ecdf);
  border:1px solid rgba(181,137,61,.18);
  box-shadow:var(--shadow);
  padding:40px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.gresk-eyebrow,.section-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--gold-dark);
  font-weight:700;
}

.gresk-hero h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.02;
  margin:10px 0 14px;
}

.gresk-lead{
  font-size:20px;
  line-height:1.55;
  color:#3b352f;
  font-weight:600;
  margin-bottom:12px!important;
}

.gresk-hero__content>p:not(.gresk-eyebrow):not(.gresk-lead){color:var(--muted)}

.gresk-hero__media{
  overflow:hidden;
  min-height:460px;
  box-shadow:var(--shadow);
}

.gresk-hero__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gresk-hero__actions,.gresk-cta__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.gresk-btn{
  min-height:50px;
  padding:13px 20px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  transition:.2s ease;
  border:1px solid transparent;
}

.gresk-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(0,0,0,.08);
}

.gresk-btn--gold{background:var(--gold);color:#fff}
.gresk-btn--gold:hover{background:#a77d35}
.gresk-btn--light{background:#fff;color:var(--text);border-color:#ddd1bf}

.gresk-points{
  list-style:none;
  margin:20px 0 0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.gresk-points li{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(181,137,61,.09);
  color:#544c43;
  font-size:14px;
  font-weight:600;
}

.gresk-intro{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:0 0 26px;
}

.gresk-intro__card,.dish-card,.reason-card,.gresk-split__content,.gresk-cta__box{
  background:var(--panel);
  border:1px solid rgba(181,137,61,.15);
  box-shadow:0 12px 30px rgba(0,0,0,.04);
}

.gresk-intro__card{padding:28px}
.gresk-intro__card h2{
  font-size:30px;
  line-height:1.15;
  margin:8px 0 12px;
}
.gresk-intro__card p:last-child{color:var(--muted)}

.gresk-signature,.gresk-reasons,.gresk-faq{margin-top:34px}

.section-head{
  max-width:760px;
  margin-bottom:18px;
}

.section-head--center{
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

.section-head h2{
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  margin:8px 0 10px;
}

.section-head p:last-child{color:var(--muted)}

.gresk-grid{display:grid;gap:16px}
.gresk-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gresk-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}

.dish-card,.reason-card{padding:24px}

.dish-card__icon{
  width:52px;
  height:52px;
  border-radius:16px;
  background:#f3e9d8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  margin-bottom:14px;
}

.dish-card h3,.reason-card h3{
  font-size:22px;
  margin-bottom:8px;
}

.dish-card p,.reason-card p{color:var(--muted)}

.gresk-split{
  margin-top:34px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:20px;
  align-items:stretch;
}

.gresk-split__media{
  min-height:380px;
  overflow:hidden;
  border-radius:24px;
  box-shadow:var(--shadow);
}

.gresk-split__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.gresk-split__content{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.gresk-split__content h2{
  font-size:clamp(28px,3vw,42px);
  line-height:1.08;
  margin:8px 0 12px;
}

.gresk-split__content p:not(.section-kicker){color:var(--muted)}
.gresk-split__content p+p{margin-top:12px}

.gresk-cta{margin-top:36px}

.gresk-cta__box{
  padding:36px;
  text-align:center;
  background:linear-gradient(180deg,#f6eedf,#fbf8f2);
}

.gresk-cta__box h2{
  font-size:clamp(28px,3vw,44px);
  line-height:1.08;
  margin:8px 0 10px;
}

.gresk-cta__box p:not(.section-kicker){
  color:var(--muted);
  max-width:720px;
  margin:0 auto;
}

.gresk-cta__actions{justify-content:center}

.gresk-faq-list{
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(181,137,61,.15);
}

.gresk-faq-item+.gresk-faq-item{border-top:1px solid #eee3d1}

.gresk-faq-q{
  width:100%;
  padding:20px 56px 20px 20px;
  border:none;
  background:none;
  text-align:left;
  position:relative;
  font-size:16px;
  font-weight:700;
  color:#1f1b17;
  cursor:pointer;
}

.gresk-faq-q:after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  color:#7d7366;
}

.gresk-faq-item.open .gresk-faq-q:after{content:"–"}

.gresk-faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .25s ease;
  padding:0 20px;
}

.gresk-faq-a p{
  color:var(--muted);
  padding:0 0 18px;
}

@media (max-width:1024px){
  .gresk-hero,.gresk-split,.gresk-intro,.gresk-grid--3,.gresk-grid--2{grid-template-columns:1fr}
  .gresk-hero__media{min-height:320px}
  .gresk-split__media{min-height:280px}
}

@media (max-width:767px){
  .gresk-side{padding:18px 14px 80px}
  .gresk-hero{gap:16px}
  .gresk-hero__content,.gresk-intro__card,.dish-card,.reason-card,.gresk-split__content,.gresk-cta__box{
    padding:22px 18px;
    border-radius:18px;
  }
  .gresk-hero h1{font-size:34px}
  .gresk-lead{font-size:17px}
  .gresk-hero__media{
    min-height:220px;
    border-radius:18px;
  }
  .gresk-points{gap:8px}
  .gresk-points li{
    width:100%;
    border-radius:12px;
  }
  .gresk-intro__card h2,.section-head h2,.gresk-split__content h2,.gresk-cta__box h2{font-size:28px}
  .dish-card h3,.reason-card h3{font-size:20px}
  .gresk-btn{width:100%}
  .gresk-hero__actions,.gresk-cta__actions{flex-direction:column}
  .gresk-faq-q{
    font-size:15px;
    padding:18px 50px 18px 18px;
  }
  .gresk-faq-a{padding:0 18px}
}/* End custom CSS */