:root{
  --bg:#f6f8f7;
  --surface:#ffffff;
  --surface-soft:#f0f4f3;
  --ink:#13211d;
  --muted:#4e6059;
  --line:rgba(19,33,29,.14);
  --line-strong:rgba(19,33,29,.24);
  --accent:#f47b20;
  --accent-2:#f7c52c;
  --logo-red:#e6452f;
  --logo-orange:#f47b20;
  --logo-yellow:#f7c52c;
  --highlight:#ecddc6;
  --radius:20px;
  --radius-lg:30px;
  --shadow-sm:0 12px 30px rgba(19,33,29,.08);
  --shadow-md:0 24px 60px rgba(19,33,29,.12);
  --container:min(1120px, 92vw);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:'Manrope', system-ui, -apple-system, Segoe UI, sans-serif;
  line-height:1.65;
  background:
    radial-gradient(1200px 700px at 0% 0%, rgba(244,123,32,.14), transparent 60%),
    radial-gradient(900px 600px at 100% 20%, rgba(247,197,44,.14), transparent 62%),
    linear-gradient(180deg, #f9fbfa 0%, var(--bg) 42%, #f5f7f6 100%);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
img{max-width:100%; height:auto; display:block}
a{color:inherit; text-decoration:none}

h1,h2,h3{
  margin:0 0 12px;
  line-height:1.08;
  color:var(--ink);
  font-family:'Cormorant Garamond', Georgia, serif;
}
h1{font-size:clamp(2.4rem, 5vw, 4.4rem); font-weight:600}
h2{font-size:clamp(2rem, 4vw, 3.2rem); font-weight:600}
h3{font-size:clamp(1.35rem, 2.6vw, 1.8rem); font-weight:600}

.section h2,
.page-header h1,
.cta h2{
  font-family:'Bebas Neue', Impact, sans-serif;
  letter-spacing:.02em;
  line-height:.98;
}

p{margin:0 0 14px; color:var(--muted)}
.lead{font-size:clamp(1.04rem, 1.7vw, 1.24rem); color:rgba(19,33,29,.82)}
.lead--dark{font-size:clamp(1.04rem, 1.7vw, 1.22rem); color:rgba(19,33,29,.86)}
.small{font-size:.84rem; color:var(--muted)}

.container{width:var(--container); margin:0 auto}
.main{padding:0}

.header{
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid rgba(9,14,13,.45);
  background:rgba(12,18,16,.86);
  backdrop-filter:blur(18px);
}
.header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:82px;
}
.brand{
  display:grid;
  grid-template-columns:auto 1fr;
  grid-template-areas:
    "logo name"
    "logo tag";
  align-items:center;
  column-gap:12px;
}
.brand__logo{grid-area:logo; width:44px}
.brand__name{
  grid-area:name;
  font-family:'Bebas Neue', Impact, sans-serif;
  font-weight:400;
  font-size:1.9rem;
  line-height:.95;
  letter-spacing:.03em;
}
.brand__name{
  color:#f7c52c;
  -webkit-text-fill-color:initial;
  text-shadow:
    1px 0 0 #e45c1f,
    -1px 0 0 #e45c1f,
    0 1px 0 #e45c1f,
    0 -1px 0 #e45c1f,
    0 2px 10px rgba(0,0,0,.45);
}
.brand__tag{grid-area:tag; font-size:.74rem; color:rgba(255,245,220,.78)}

.nav{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  justify-content:flex-end;
  padding:7px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:rgba(15,24,21,.72);
  box-shadow:0 10px 28px rgba(0,0,0,.28);
}
.nav a{
  padding:8px 12px;
  border-radius:10px;
  font-weight:700;
  color:rgba(255,245,220,.94);
  transition:background .2s ease, color .2s ease, transform .2s ease;
}
.nav a:hover{
  background:rgba(244,123,32,.12);
  color:#ffd867;
  transform:translateY(-1px);
}
.nav .btn{
  color:#fff;
  background:linear-gradient(135deg, #e6452f, #f47b20 62%, #f7c52c);
  border:1px solid rgba(157,58,24,.45);
  box-shadow:none;
}
.nav .btn:hover{
  color:#fff;
  background:linear-gradient(135deg, #d73d28, #ea6e19 62%, #f5ba22);
  box-shadow:0 8px 22px rgba(19,33,29,.25);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 20px;
  border-radius:12px;
  border:1px solid transparent;
  background:var(--ink);
  color:#fff;
  font-weight:800;
  letter-spacing:.015em;
  box-shadow:0 12px 26px rgba(19,33,29,.24);
  transition:transform .2s ease, filter .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover{transform:translateY(-2px); filter:brightness(1.07); box-shadow:0 16px 34px rgba(19,33,29,.30)}
.btn:active{transform:translateY(0); box-shadow:0 8px 20px rgba(19,33,29,.24)}
.btn--small{padding:11px 16px; font-size:.92rem}
.btn--accent{
  background:linear-gradient(135deg, #e6452f, #f47b20 62%, #f7c52c);
  color:#fff;
}
.btn--send-request{
  padding:16px 28px;
  font-size:1.04rem;
  font-weight:900;
  letter-spacing:.02em;
  box-shadow:0 18px 36px rgba(157,58,24,.34);
}
.btn--ghost{background:transparent; border-color:rgba(255,255,255,.36); color:#fff}
.btn--ghost:hover{background:rgba(255,255,255,.10); box-shadow:none}
.btn--light{background:#fff; color:var(--ink)}
.btn--ghost-light{background:transparent; border-color:rgba(255,255,255,.45); color:#fff}
.btn--ghost-light:hover{background:rgba(255,255,255,.14); box-shadow:none}

.section{padding:92px 0; position:relative}
.section--tight{padding:70px 0}
.section:has(.cta){
  padding-bottom:0;
}
.section--tint{background:rgba(255,255,255,.58)}
.section--sand{
  background:
    linear-gradient(180deg, rgba(255,233,166,.62), rgba(244,123,32,.16));
}

.section--bg,
.section--bg-avocado,
.section--bg-tomatoes,
.section--bg-light,
.section--bg-ingredients,
.section--bg-gallery{
  position:relative;
  background:rgba(255,255,255,.74);
  border-block:1px solid rgba(255,255,255,.44);
}
.section--bg:before,
.section--bg-avocado:before,
.section--bg-tomatoes:before,
.section--bg-light:before,
.section--bg-ingredients:before,
.section--bg-gallery:before{
  content:"";
  position:absolute;
  inset:0;
  background-position:center;
  background-size:cover;
  opacity:.18;
  pointer-events:none;
}
.section--bg > *,
.section--bg-avocado > *,
.section--bg-tomatoes > *,
.section--bg-light > *,
.section--bg-ingredients > *,
.section--bg-gallery > *{position:relative}

.section--bg:before{background-image:url("../img/bg-ingredients.png")}
.section--bg-avocado:before{background-image:url("../img/bg-avocado.jpg")}
.section--bg-tomatoes:before{background-image:url("../img/bg-tomatoes.jpg")}
.section--bg-light:before,
.section--bg-ingredients:before{background-image:url("../img/bg-ingredients-light.jpg")}
.section--bg-gallery:before{background-image:url("../img/bg-galley.jpg")}

.eyebrow{
  margin-bottom:10px;
  font-weight:700;
  font-size:.73rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--logo-orange);
}

.hero{
  position:relative;
  display:flex;
  align-items:flex-end;
  padding:96px 0 74px;
  color:#fff;
  background:
    radial-gradient(1000px 460px at 75% 0%, rgba(18,20,19,.14), transparent),
    linear-gradient(180deg, rgba(8,11,10,.40), rgba(8,11,10,.78)),
    url("../img/hero-bg.jpg") center 56% / cover no-repeat;
}
.hero__inner{max-width:920px; text-align:center}
.hero .eyebrow{color:rgba(255,255,255,.80)}
.hero p,
.hero .lead{color:rgba(255,255,255,.90)}
.hero h1{text-wrap:balance}
.hero h1{
  font-family:'Bebas Neue', Impact, sans-serif;
  font-size:clamp(3.2rem, 9vw, 7.2rem);
  letter-spacing:.03em;
  line-height:.96;
  text-transform:uppercase;
  color:#f7c52c;
  background:linear-gradient(180deg, #ffe27a 0%, #f7c52c 45%, #f47b20 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 10px 30px rgba(0,0,0,.4);
}
.hero .lead{
  font-weight:600;
  letter-spacing:.01em;
}
.hero__actions{display:flex; gap:12px; justify-content:center; flex-wrap:wrap; margin-top:24px}
.hero__meta{margin-top:18px; display:flex; flex-wrap:wrap; gap:10px; justify-content:center}
.pill{
  border:1px solid rgba(247,197,44,.72);
  border-radius:999px;
  padding:8px 12px;
  font-size:.8rem;
  color:rgba(255,255,255,.92);
  background:linear-gradient(135deg, rgba(230,69,47,.26), rgba(244,123,32,.28), rgba(247,197,44,.24));
}

.hero__logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 20px;
  border-radius:24px;
  margin:0 auto 24px;
  background:rgba(13,17,16,.40);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 56px rgba(0,0,0,.30);
}
.hero__logo{width:320px; max-width:86%}

.statement{text-align:center; max-width:78ch; margin:0 auto}
.divider{height:1px; background:var(--line); margin-top:34px}

.two-col{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:28px;
  margin-top:26px;
}
.list-clean{margin:0; padding:0; list-style:none}
.list-clean li{
  padding:12px 0;
  border-bottom:1px solid var(--line);
  color:rgba(19,33,29,.88);
}

.steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
  margin-top:24px;
}
.step{
  border:1px solid var(--line);
  background:rgba(255,255,255,.82);
  border-radius:18px;
  padding:20px;
  box-shadow:var(--shadow-sm);
}
.step .num{
  color:var(--logo-orange);
  font-size:.74rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-weight:700;
}
.step h3{margin-top:8px}

.split__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:34px;
  align-items:center;
}
.split__media img{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.5);
  box-shadow:var(--shadow-md);
}
.split__actions{margin-top:16px}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.gallery-item{
  margin:0;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:var(--shadow-sm);
  transition:transform .26s ease, box-shadow .26s ease;
}
.gallery-item:hover{transform:translateY(-4px); box-shadow:var(--shadow-md)}
.gallery-item img{width:100%; aspect-ratio:4/3; object-fit:cover}
.gallery-item figcaption{padding:12px 14px; font-size:.9rem}
.gallery-link{display:block}

.gallery-grid--all{
  display:block;
  margin-top:0;
}
.gallery-grid--all:after{
  content:"";
  display:block;
  clear:both;
}
.gallery-grid--all .grid-sizer,
.gallery-grid--all .gallery-item{
  width:calc(25% - 8px);
  float:left;
}
.gallery-grid--all .gutter-sizer{
  width:10px;
}
.gallery-item--bare{
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
  margin-bottom:10px;
}
.gallery-item--bare:hover{
  transform:none;
  box-shadow:none;
}
.gallery-grid--all .gallery-item img{
  aspect-ratio:auto;
  height:auto;
  object-fit:contain;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:120;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(8,12,11,.88);
}
.lightbox[hidden]{display:none}
.lightbox__image{
  max-width:min(1200px, 96vw);
  max-height:90vh;
  width:auto;
  height:auto;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 24px 80px rgba(0,0,0,.50);
}
.lightbox__close{
  position:absolute;
  top:14px;
  right:16px;
  width:44px;
  height:44px;
  border:none;
  border-radius:12px;
  background:rgba(255,255,255,.14);
  color:#fff;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}
.lightbox__close:hover{background:rgba(255,255,255,.24)}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));
  gap:18px;
}

.grid--masonry{
  display:block;
}
.grid--masonry:after{
  content:"";
  display:block;
  clear:both;
}
.grid--masonry .grid-sizer,
.grid--masonry .panel{
  width:calc(50% - 9px);
  float:left;
}
.grid--masonry .gutter-sizer{
  width:18px;
}
.grid--masonry .panel{
  margin-bottom:18px;
}
.panel{
  background:rgba(255,255,255,.92);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow-sm);
}
.panel--media{
  padding:0;
  overflow:hidden;
}
.panel--media img{
  display:block;
  width:100%;
  height:auto;
}
.panel ul{margin:0; padding-left:20px}
.panel li{margin:6px 0; color:rgba(19,33,29,.85)}

.notice{
  margin-top:16px;
  border:1px solid rgba(244,123,32,.30);
  background:rgba(247,197,44,.15);
  border-radius:14px;
  padding:12px 14px;
  color:rgba(19,33,29,.88);
}

.form-row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
label{display:block; font-weight:600; color:var(--ink)}
input, textarea, select{
  width:100%;
  border:1px solid var(--line-strong);
  border-radius:12px;
  padding:12px;
  margin-top:5px;
  font:inherit;
  background:#fff;
}
textarea{resize:vertical}
input:focus, textarea:focus, select:focus{
  outline:2px solid rgba(31,122,102,.22);
  border-color:rgba(31,122,102,.72);
}

.page-header{
  position:relative;
  padding:108px 0 72px;
  color:#fff;
  overflow:hidden;
  background:linear-gradient(135deg, #1a2a25, #244139);
}
.page-header:before{
  content:"";
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:.36;
}
.page-header:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg, rgba(6,10,8,.68), rgba(6,10,8,.38) 48%, rgba(6,10,8,.62));
}
.page-header .container{position:relative; z-index:1}
.page-header h1{
  font-family:'Bebas Neue', Impact, sans-serif;
  font-size:clamp(2.2rem, 5.8vw, 4.6rem);
  letter-spacing:.03em;
  line-height:.96;
  text-transform:uppercase;
  color:#f7c52c;
  background:linear-gradient(180deg, #ffe27a 0%, #f7c52c 45%, #f47b20 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 10px 30px rgba(0,0,0,.4);
}
.header--wedding:before,
.header--table:before{background-image:url("../img/header-wedding.jpg")}

.cta{
  position:relative;
  overflow:hidden;
  border-radius:0;
  margin-top:60px;
  padding:142px 24px 96px;
  color:#fff;
  text-align:center;
  background:url("../img/cta-glassware.jpg") center / cover no-repeat;
  box-shadow:var(--shadow-md);
}
.section .cta{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.cta__overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 50% 45%, rgba(19,22,21,.52), rgba(19,22,21,.92));
}
.cta h2,
.cta p,
.cta__actions{
  position:relative;
  z-index:1;
  color:#fff;
  margin-left:auto;
  margin-right:auto;
  max-width:760px;
}
.cta h2{
  font-size:clamp(2rem, 5.2vw, 4rem);
  letter-spacing:.03em;
  line-height:.96;
  text-transform:uppercase;
  color:#f7c52c;
  background:linear-gradient(180deg, #ffe27a 0%, #f7c52c 45%, #f47b20 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  text-shadow:0 3px 18px rgba(0,0,0,.45);
}
.cta p{
  font-weight:600;
  line-height:1.6;
  color:rgba(255,255,255,.98);
  text-shadow:0 2px 14px rgba(0,0,0,.4);
}
.cta p{color:rgba(255,255,255,.90)}
.cta__actions{display:flex; justify-content:center; gap:12px; margin-top:16px; flex-wrap:wrap}

.footer{
  margin-top:0;
  position:relative;
  overflow:hidden;
  background:#111a17;
  color:#d7e1dd;
}
.footer:before{
  content:"";
  position:absolute;
  inset:0;
  background:url("../img/footer-drinks.jpg") center / cover no-repeat;
  opacity:.35;
  pointer-events:none;
}
.footer:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(100deg, rgba(8,12,11,.86), rgba(8,12,11,.62) 48%, rgba(8,12,11,.82));
  pointer-events:none;
}
.footer__inner{
  position:relative;
  z-index:1;
  min-height:170px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  padding:44px 0;
}
.footer .small{color:rgba(215,225,221,.78)}
.footer__links{display:flex; gap:12px; flex-wrap:wrap}
.footer__links a{
  padding:8px 10px;
  border-radius:999px;
  color:#e5ece9;
}
.footer__links a:hover{
  background:rgba(244,123,32,.24);
  color:#fff4d2;
}

@keyframes fadeUp{
  from{opacity:0; transform:translateY(12px)}
  to{opacity:1; transform:translateY(0)}
}
.hero__logo-wrap,
.hero .eyebrow,
.hero h1,
.hero .lead,
.hero__actions,
.hero__meta{animation:fadeUp .75s ease both}
.hero .eyebrow{animation-delay:.03s}
.hero h1{animation-delay:.08s}
.hero .lead{animation-delay:.14s}
.hero__actions{animation-delay:.20s}
.hero__meta{animation-delay:.26s}

@media (max-width: 1200px){
  .gallery-grid--all .grid-sizer,
  .gallery-grid--all .gallery-item{
    width:calc(33.333% - 7px);
  }
}

@media (max-width: 980px){
  .header__inner{padding:10px 0}
  .nav{
    gap:5px;
    padding:6px;
  }
  .nav a{padding:7px 10px; font-size:.9rem}

  .hero{padding:82px 0 62px}
  .hero__logo{width:260px}

  .split__grid,
  .two-col,
  .grid,
  .form-row{grid-template-columns:1fr}

  .grid--masonry .grid-sizer,
  .grid--masonry .panel{
    width:100%;
  }
  .grid--masonry .gutter-sizer{
    width:0;
  }

  .gallery-grid--all .grid-sizer,
  .gallery-grid--all .gallery-item{
    width:calc(50% - 5px);
  }

  .steps{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:repeat(2, minmax(0,1fr))}

  .section{padding:76px 0}
  .section--tight{padding:58px 0}
  .page-header{padding:86px 0 58px}
}

@media (max-width: 680px){
  .brand__tag{display:none}
  .nav{
    justify-content:flex-start;
    width:100%;
  }

  .hero{padding:72px 0 54px}
  .hero__logo-wrap{padding:12px 14px; border-radius:18px}
  .hero__logo{width:215px}

  .steps,
  .gallery-grid{grid-template-columns:1fr}

  .gallery-grid--all .grid-sizer,
  .gallery-grid--all .gallery-item{
    width:100%;
  }
  .gallery-grid--all .gutter-sizer{
    width:0;
  }

  .cta{padding:102px 18px 74px;}
}
