:root{
  --bg:#0b0c0f;
  --text:#f6f6f6;
  --muted:#c9c9c9;
  --line:rgba(255,255,255,.14);
  --glass:rgba(0,0,0,.35);
  --glass2:rgba(0,0,0,.55);
  --card:#101217;
  --shadow:0 18px 50px rgba(0,0,0,.45);
  --radius:16px;
  --radius2:12px;
  --max:1120px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
}

a{ color:inherit; text-decoration:none; }
button,input,select{ font:inherit; }

.container{
  width:min(var(--max), calc(100% - 40px));
  margin:0 auto;
}

.header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:50;
  background:linear-gradient(to bottom, rgba(0,0,0,.58), rgba(0,0,0,.16));
  border-bottom:1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
}

.header__inner{
  height:70px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}

.nav{
  display:flex;
  gap:22px;
  align-items:center;
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}
.nav__link{ opacity:.85; padding:10px 0; position:relative; }
.nav__link:hover{ opacity:1; }
.nav__link.is-active::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-6px;
  height:2px;
  background:#fff;
  border-radius:999px;
}

.brand{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:56px;
}
.brand__mark{ display:flex; align-items:center; justify-content:center; opacity:.95; }

.actions{
  display:flex;
  align-items:center;
  gap:10px;
}
.icon-btn{
  position:relative;
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  transition:transform .15s ease, background .2s ease, border-color .2s ease;
}
.icon-btn:hover{
  transform:translateY(-1px);
  background:rgba(0,0,0,.38);
  border-color:rgba(255,255,255,.22);
}

.badge{
  position:absolute;
  top:-6px; right:-6px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  background:#fff;
  color:#000;
  font-size:11px;
  display:grid;
  place-items:center;
  border:2px solid #0b0c0f;
}

.hero{
  position:relative;
  height:78vh;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:70px;
  overflow:hidden;
}
.hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.03);
}
.hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom, rgba(0,0,0,.38), rgba(0,0,0,.72));
}
.hero__content{
  position:relative;
  z-index:2;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  animation:fadeUp .7s ease both;
}
.hero__logo{ display:flex; flex-direction:column; align-items:center; gap:10px; }
.hero__title{
  margin:0;
  font-size:52px;
  letter-spacing:.24em;
  font-weight:600;
}
.hero__subtitle{
  margin:0;
  font-size:13px;
  letter-spacing:.35em;
  opacity:.9;
}

.btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 22px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.22);
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  transition:transform .15s ease, background .2s ease, border-color .2s ease;
}
.btn--primary{
  background:#000000;
  border-color:rgba(255, 255, 255, 0.3);
  color:#ffffff;
  box-shadow:0 16px 40px rgba(0,0,0,.45);
}
.btn--primary:hover{ transform:translateY(-1px); background:#0c0c0c; border-color:rgba(255,255,255,.42); }
.btn--ghost{
  background:rgba(247, 247, 247, 0.2);
  border-color:rgba(255, 255, 255, 0.22);
}
.btn--ghost:hover{ transform:translateY(-1px); border-color:rgba(255, 255, 255, 0.35); }
.btn__arrow{ font-size:14px; opacity:.9; }
.btn--full{ width:100%; justify-content:center; }

.perks{
  background:#0e1016;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.perks__inner{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:18px 0;
}
.perk{
  display:flex;
  gap:12px;
  align-items:center;
  justify-content:center;
  text-align:left;
  padding:10px 12px;
}
.perk__icon{ font-size:18px; }
.perk__text strong{ display:block; font-size:12px; letter-spacing:.12em; }
.perk__text span{ display:block; color:var(--muted); font-size:12px; margin-top:2px; }

.section{ padding:46px 0; }
.section--alt{ padding-top:10px; }
.section__title{
  text-align:center;
  margin:0 0 18px 0;
  font-size:20px;
  letter-spacing:.22em;
  text-transform:uppercase;
}

.carousel{
  position:relative;
}
.carousel__track{
  display:flex;
  gap:18px;
  overflow:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:10px 6px 16px;
  scrollbar-width:none;
}
.carousel__track::-webkit-scrollbar{ display:none; }
.carousel__btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.45);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
  z-index:5;
  box-shadow: var(--shadow);
}
.carousel__btn--left{ left:-70px; }
.carousel__btn--right{ right:-70px; }

.card{
  width:260px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 18px 50px rgba(0,0,0,.35);
  scroll-snap-align:start;
  flex:0 0 auto;
  display:flex;
  flex-direction:column;
  min-height:420px; /* trava altura */
}
.card__media{
  height:210px;
  background:#0f1116;
  position:relative;
  cursor:pointer;
  overflow:hidden;
}
.card__media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.02);
  transition:transform .25s ease;
}
.card__media:hover img{ transform:scale(1.06); }

.card__body{
  padding:14px 14px 16px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.card__name{
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.25;
  min-height:34px; /* trava altura do nome */
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.card__price{
  font-size:18px;
  font-weight:700;
  margin-top:auto; /* joga preço pra baixo */
}
.card__stars{
  font-size:12px;
  color:rgba(255,255,255,.75);
  letter-spacing:2px;
}
.card__btn{
  margin-top:8px;
  width:100%;
  padding:12px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  background:#0f0f0f;
  color:#fff;
  cursor:pointer;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  transition:transform .15s ease, border-color .2s ease;
}
.card__btn:hover{ transform:translateY(-1px); border-color:rgba(255,255,255,.32); }

.banner{
  position:relative;
  height:320px;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.banner__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.banner__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.25));
}
.banner__content{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
}
.banner__title{
  margin:0;
  font-size:28px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.banner__subtitle{
  margin:0 0 12px 0;
  color:var(--muted);
  letter-spacing:.20em;
  text-transform:uppercase;
  font-size:12px;
}

.footer{
  padding:40px 0;
  background:#0a0b0e;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer__inner{
  display:flex;
  justify-content:space-between;
  gap:26px;
  flex-wrap:wrap;
}
.footer__logo{
  font-size:18px;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.footer__mini{ color:var(--muted); font-size:12px; margin-top:8px; }
.footer__cols{
  display:flex;
  gap:40px;
}
.footer__col h4{
  margin:0 0 12px 0;
  font-size:12px;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.footer__col a{
  display:block;
  color:var(--muted);
  margin:8px 0;
  font-size:13px;
}
.footer__col a:hover{ color:#fff; }

.overlay, .modal, .drawer{
  position:fixed;
  inset:0;
  z-index:80;
  pointer-events:none;
  opacity:0;
  transition:opacity .18s ease;
}
.overlay.is-open, .modal.is-open, .drawer.is-open{
  pointer-events:auto;
  opacity:1;
}
.overlay__backdrop, .modal__backdrop, .drawer__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.65);
}
.overlay__panel{
  position:absolute;
  top:90px;
  left:50%;
  transform:translateX(-50%);
  width:min(820px, calc(100% - 28px));
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(12,12,14,.92);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.overlay__top{
  display:flex;
  gap:10px;
  padding:14px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.overlay__top input{
  flex:1;
  padding:14px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0c10;
  color:#fff;
}
.overlay__results{
  max-height:60vh;
  overflow:auto;
  padding:8px;
}
.result{
  display:flex;
  gap:12px;
  align-items:center;
  padding:10px;
  border-radius:14px;
  border:1px solid transparent;
  cursor:pointer;
}
.result:hover{
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.03);
}
.result img{
  width:52px; height:52px;
  border-radius:12px;
  object-fit:cover;
}
.result__name{ font-size:13px; letter-spacing:.08em; text-transform:uppercase; }
.result__price{ color:var(--muted); font-size:12px; margin-top:2px; }

.drawer__panel{
  position:absolute;
  right:0; top:0; bottom:0;
  width:min(420px, 92vw);
  background:rgba(12,12,14,.96);
  border-left:1px solid rgba(255,255,255,.12);
  box-shadow:var(--shadow);
  transform:translateX(18px);
  transition:transform .2s ease;
}
.drawer.is-open .drawer__panel{ transform:translateX(0); }
.drawer__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 14px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.drawer__items{
  padding:10px 10px;
  overflow:auto;
  height:calc(100% - 220px);
}
.cart-item{
  display:grid;
  grid-template-columns:64px 1fr auto;
  gap:10px;
  padding:10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  margin-bottom:10px;
  background:rgba(255,255,255,.03);
}
.cart-item img{
  width:64px;height:64px;border-radius:12px;object-fit:cover;
}
.cart-item__name{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.25;
}
.cart-item__meta{ color:var(--muted); font-size:12px; margin-top:6px; }
.qty{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
}
.qty button{
  width:30px;height:30px;border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  background:#0b0c10;color:#fff;cursor:pointer;
}
.qty span{ min-width:18px; text-align:center; }
.cart-item__remove{
  align-self:start;
  width:34px;height:34px;border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.25);
  color:#fff;cursor:pointer;
}
.drawer__footer{
  position:absolute;
  left:0; right:0; bottom:0;
  padding:12px 14px 16px;
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(10,10,12,.95);
}
.totals{ display:grid; gap:6px; }
.totals__row{ display:flex; justify-content:space-between; color:var(--muted); }
.totals__row strong{ color:#fff; }
.totals__row--big{ font-size:14px; }
.drawer__actions{ display:grid; gap:10px; margin-top:12px; }

.modal__panel{
  position:absolute;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:min(900px, calc(100% - 28px));
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(12,12,14,.96);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.modal__close{
  position:absolute;
  right:12px; top:12px;
  width:40px;height:40px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.25);color:#fff;
  cursor:pointer;
}
.modal__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:0;
}
.modal__image{ background:#0b0c10; }
.modal__image img{ width:100%; height:100%; max-height:520px; object-fit:cover; display:block; }
.modal__info{
  padding:20px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.modal__info h3{
  margin:0;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.modal__price{ font-size:20px; font-weight:800; }
.modal__desc{ color:var(--muted); line-height:1.5; }

.page{
  padding-top:92px;
  padding-bottom:50px;
}
.page__top{
  margin:20px 0 18px;
  text-align:left;
}
.page__title{
  margin:0;
  font-size:30px;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.page__subtitle{ margin:8px 0 0; color:var(--muted); }

.filters{
  display:grid;
  grid-template-columns: 180px 180px 1fr;
  gap:14px;
  padding:14px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  background:rgba(255,255,255,.03);
  margin-bottom:18px;
}
.filters__group label{
  display:block;
  font-size:12px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
  margin-bottom:6px;
}
.filters__group select,
.filters__group input{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:#0b0c10;
  color:#fff;
}
.filters__group--grow{ grid-column: span 1; }

.grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:16px;
}

@keyframes fadeUp{
  from{ opacity:0; transform:translateY(10px); }
  to{ opacity:1; transform:translateY(0); }
}

/* Responsivo */
@media (max-width: 980px){
  .grid{ grid-template-columns: repeat(2, 1fr); }
  .filters{ grid-template-columns: 1fr 1fr; }
  .filters__group--grow{ grid-column: span 2; }
}
@media (max-width: 720px){
  .nav{ display:none; } /* simplifica mobile igual muitas lojas */
  .hero__title{ font-size:40px; }
  .perks__inner{ grid-template-columns:1fr; }
  .carousel__btn{ display:none; } /* no mobile some e arrasta com dedo */
  .banner{ height:300px; }
  .modal__grid{ grid-template-columns:1fr; }
  .modal__image img{ max-height:340px; }
  .grid{ grid-template-columns: 1fr; }
}

/* =========================
   HOME - CONTATO (estilo Origyn, identidade Elvilla)
========================= */
.contact-section{
  padding:64px 0 50px;
  background: radial-gradient(1200px 500px at 50% 0%, rgba(255,255,255,.06), transparent 60%);
  border-top:1px solid rgba(255,255,255,.06);
}

.contact-head{
  text-align:center;
  margin-bottom:22px;
}

.contact-kicker{
  display:inline-block;
  font-size:12px;
  letter-spacing:.28em;
  text-transform:uppercase;
  color:rgba(255, 200, 80, .9); /* dourado/âmbar sutil */
  margin-bottom:8px;
}

.contact-title{
  margin:0;
  font-size:34px;
  letter-spacing:.02em;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
  margin-top:22px;
}

.contact-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  padding:34px 26px;
  min-height:150px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(400px 120px at 50% 0%, rgba(255,255,255,.08), transparent 60%),
    rgba(0,0,0,.28);
  box-shadow:0 18px 60px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
  overflow:hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.contact-card::before{
  content:"";
  position:absolute;
  inset:-2px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,200,80,.10), rgba(255,255,255,.06));
  opacity:.0;
  transition: opacity .18s ease;
}

.contact-card:hover{
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.18);
  background:
    radial-gradient(460px 160px at 50% 0%, rgba(255,255,255,.10), transparent 62%),
    rgba(0,0,0,.34);
}

.contact-card:hover::before{ opacity:.8; }

.contact-icon{
  width:52px;
  height:52px;
  border-radius:16px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.20);
  color:#fff;
  z-index:1;
}

.contact-meta{
  text-align:center;
  z-index:1;
}

.contact-label{
  font-size:16px;
  font-weight:700;
  letter-spacing:.02em;
  margin-bottom:6px;
}

.contact-value{
  font-size:13px;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:rgba(255,255,255,.78);
}

@media (max-width: 760px){
  .contact-title{ font-size:28px; }
  .contact-grid{ grid-template-columns:1fr; }
  .contact-card{ padding:28px 18px; }
}

/* =========================
   SOBRE (about)
========================= */
.about-hero{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  margin: 10px 0 26px;
  min-height:320px;
  box-shadow: 0 18px 60px rgba(0,0,0,.35);
}
.about-hero__bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transform:scale(1.02);
}
.about-hero__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to right, rgba(0,0,0,.78), rgba(0,0,0,.25));
}
.about-hero__content{
  position:relative;
  z-index:2;
  padding:26px;
  width:min(780px, 100%);
}
.about-hero__content h2{
  margin:0 0 10px 0;
  font-size:26px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.about-hero__content p{
  margin:0 0 10px 0;
  color:rgba(255,255,255,.82);
  line-height:1.55;
}
.about-hero__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:14px;
}

.about-block{ margin: 18px 0 22px; }
.about-title{
  margin:0 0 10px 0;
  font-size:14px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
}

.about-card{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:16px;
}
.about-card p{
  margin:0 0 10px 0;
  color:rgba(255,255,255,.82);
  line-height:1.6;
}
.about-card p:last-child{ margin-bottom:0; }

.about-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}
.about-mini{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  padding:14px;
  min-height:96px;
}
.about-mini strong{
  display:block;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:6px;
}
.about-mini span{
  display:block;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.45;
}

.about-list{
  margin:0;
  padding-left:18px;
  color:rgba(255,255,255,.82);
  line-height:1.75;
}
.about-list li{ margin:6px 0; }

.about-cta{ margin-top:26px; border-radius:18px; }

@media (max-width: 980px){
  .about-grid{ grid-template-columns:repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px){
  .about-hero__content{ padding:18px; }
  .about-grid{ grid-template-columns:1fr; }
}