
:root {
  --bg:#0d0b09;
  --panel:#17120e;
  --text:#f5efe6;
  --muted:#cbbcab;
  --gold:#d8ae67;
  --gold2:#f2cb89;
  --line:rgba(255,255,255,.12);
  --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit}
.wrap{width:min(calc(100% - 64px),var(--max));margin-inline:auto}

/* HERO */
.hero{
  position:relative;
  min-height:100svh;
  overflow:hidden;
  background:#090807;
}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  animation:orinocoZoom 14s ease-in-out infinite alternate;
  will-change:transform;
  transform:scale(1);
}
@keyframes orinocoZoom{
  from{transform:scale(1.00)}
  to{transform:scale(1.085)}
}
.hero::before{
  content:"";
  position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.31) 30%, rgba(0,0,0,.06) 62%, rgba(0,0,0,.06) 100%),
    linear-gradient(180deg, rgba(0,0,0,.22) 0%, transparent 23%, transparent 70%, rgba(0,0,0,.36) 100%);
}
.hero::after{
  content:"";
  position:absolute;inset:0;z-index:1;
  box-shadow:inset 0 0 120px rgba(0,0,0,.20);
  pointer-events:none;
}
.hero-inner{
  position:relative;z-index:2;
  min-height:100svh;
  display:flex;flex-direction:column;
}

/* NAV */
.nav{
  height:102px;
  display:flex;align-items:center;gap:42px;
}
.brand{
  text-decoration:none;
  display:block;
  min-width:0;
  line-height:1;
  padding-top:2px;
}
.brand-logo{
  display:block;
  width:min(200px, 17vw);
  height:auto;
  background:transparent;
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.35));
}
.nav-links{
  margin-left:auto;
  display:flex;align-items:center;gap:34px;
}
.nav-links a{
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;font-weight:900;letter-spacing:.16em;
  color:#eee4d8;
}
.nav-links a:hover{color:var(--gold2)}
.nav-cta{
  background:var(--gold);
  color:#16100b!important;
  padding:16px 20px;
  border-radius:3px;
}
.mobile-btn{
  display:none;margin-left:auto;
  border:0;background:transparent;color:white;font-size:30px;
}

/* HERO COPY */
.hero-copy{
  flex:1;
  display:flex;flex-direction:column;
  justify-content:center;
  padding:40px 0 92px;
  max-width:840px;
}
.eyebrow{
  color:var(--gold2);
  font-size:13px;
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:.26em;
  margin-bottom:20px;
}
h1{
  margin:0;
  font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;
  font-size:clamp(46px,6.2vw,88px);
  line-height:.82;
  letter-spacing:-.055em;
  text-transform:uppercase;
  font-weight:950;
  text-wrap:balance;
  width:max-content;
  max-width:100%;
}
.hero-main{
  display:block;
  line-height:.88;
  font-size:1.16em;
}
.hero-sub{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  font-size:.34em;
  line-height:1;
  margin-top:18px;
  white-space:nowrap;
  letter-spacing:.02em;
}
h1 .gold{color:var(--gold)}
.hero-tagline{
  max-width:640px;
  color:#e2d8cb;
  font-size:17px;
  line-height:1.6;
  margin:18px 0 26px;
  text-shadow:0 2px 18px rgba(0,0,0,.6);
}
.hero-bottom-content{
  margin-top:auto;
  padding-top:24px;
  max-width:760px;
}

.hero-actions{
  display:flex;gap:12px;flex-wrap:wrap;
}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 22px;
  text-decoration:none;font-weight:900;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(7,7,7,.26);
  backdrop-filter:blur(8px);
}
.btn-primary{
  background:var(--gold);
  color:#18110b;border-color:var(--gold);
}
.scroll-hint{
  position:absolute;z-index:3;
  right:34px;bottom:31px;
  display:flex;align-items:center;gap:10px;
  color:#d8ccbd;font-size:11px;
  letter-spacing:.18em;text-transform:uppercase;font-weight:800;
  transform:rotate(90deg);
  transform-origin:right bottom;
}
.scroll-hint::before{
  content:"";width:42px;height:1px;background:var(--gold);
}


/* EVENTS CALENDAR */
.events-section{
  padding:72px 0 86px;
  background:
    radial-gradient(circle at 12% 0%, rgba(216,174,103,.08), transparent 28rem),
    #0d0b09;
  border-top:1px solid var(--line);
}
.events-top{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:18px;
  align-items:stretch;
  margin-bottom:18px;
}
.events-heading{
  padding:30px 0 10px;
  min-width:0;
}
.events-heading h2{
  max-width:650px;
}
.events-heading p{
  color:var(--muted);
  max-width:590px;
  line-height:1.65;
  margin:18px 0 0;
}
.next-event{
  position:relative;
  overflow:hidden;
  min-height:270px;
  border:1px solid rgba(216,174,103,.32);
  background:
    linear-gradient(135deg,rgba(216,174,103,.13),rgba(255,255,255,.025) 58%,rgba(255,255,255,.015));
  padding:30px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:24px;
  align-items:center;
}
.next-event::after{
  content:"";
  position:absolute;
  width:190px;height:190px;border-radius:50%;
  border:1px solid rgba(216,174,103,.12);
  right:-56px;bottom:-72px;
}
.next-date{
  width:112px;
  min-height:136px;
  border:1px solid rgba(216,174,103,.36);
  background:#120e0b;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.next-date b{
  font-family:Georgia,serif;
  font-size:48px;
  line-height:.9;
  color:var(--gold2);
}
.next-date span{
  margin-top:10px;
  font-size:11px;
  letter-spacing:.18em;
  font-weight:900;
  color:#d8ccbd;
  text-transform:uppercase;
}
.next-copy{
  min-width:0;
  position:relative;
  z-index:1;
}
.next-copy small{
  color:var(--gold);
  text-transform:uppercase;
  font-weight:900;
  letter-spacing:.18em;
}
.next-copy h3{
  font-family:Georgia,serif;
  font-size:clamp(28px,4vw,46px);
  margin:10px 0 10px;
}
.next-copy p{
  color:var(--muted);
  margin:0;
  line-height:1.55;
}
.event-strip-wrap{
  position:relative;
}
.event-strip{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x proximity;
  padding:2px 2px 10px;
  scrollbar-width:thin;
  scrollbar-color:rgba(216,174,103,.38) transparent;
}
.event-day{
  flex:0 0 155px;
  min-height:176px;
  scroll-snap-align:start;
  border:1px solid var(--line);
  background:rgba(255,255,255,.025);
  color:var(--text);
  padding:16px;
  text-align:left;
  cursor:pointer;
  transition:.2s ease;
}
.event-day:hover{
  border-color:rgba(216,174,103,.45);
  transform:translateY(-2px);
}
.event-day.is-today{
  border-color:rgba(216,174,103,.62);
  background:rgba(216,174,103,.08);
}
.event-day.is-selected{
  background:var(--gold);
  color:#17100b;
  border-color:var(--gold);
}
.event-day .dow{
  display:block;
  font-size:10px;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.8;
}
.event-day .date{
  display:block;
  font-family:Georgia,serif;
  font-size:31px;
  margin:10px 0 24px;
}
.event-day .event-name{
  display:block;
  font-weight:900;
  line-height:1.15;
}
.event-day .event-time{
  display:block;
  font-size:12px;
  margin-top:8px;
  opacity:.74;
}
.event-day.no-event{
  opacity:.55;
}
.event-note{
  color:#8f8275;
  font-size:12px;
  margin-top:10px;
}
@media(max-width:900px){
  .events-top{grid-template-columns:1fr}
  .events-heading{padding-top:8px}
}
@media(max-width:700px){
  h1{
    font-size:clamp(36px, 10.4vw, 52px);
    line-height:.92;
    width:315px;
    max-width:88vw;
    margin-top:10px;
  }
  .hero-main{
    display:block;
    width:100%;
    font-size:1em;
    line-height:.88;
    white-space:nowrap;
  }
  .hero-sub{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    font-size:.34em;
    line-height:1;
    margin-top:22px;
    white-space:nowrap;
    letter-spacing:.015em;
  }



  .nav{
    height:132px;
    align-items:flex-start;
    padding-top:12px;
  }
  .brand-logo{
    width:118px;
    max-width:34vw;
    height:auto;
  }
  .mobile-btn{
    margin-top:6px;
  }
  .hero-copy{
    padding:22px 0 52px;
    justify-content:flex-start;
    max-width:100%;
    min-height:100%;
  }
  .hero-tagline{
    font-size:15px;
    line-height:1.48;
    margin:0 0 18px;
    max-width:92%;
  }
  .hero-bottom-content{
    margin-top:auto;
    padding-top:18px;
    max-width:100%;
  }



  .events-section{padding:54px 0 62px}
  .next-event{
    grid-template-columns:auto 1fr;
    min-height:auto;
    padding:20px;
    gap:16px;
  }
  .next-date{
    width:82px;
    min-height:108px;
  }
  .next-date b{font-size:38px}
  .next-copy h3{font-size:28px}
  .event-day{flex-basis:138px;min-height:162px}
}

/* BELOW HERO */
.section{
  padding:92px 0;
  border-top:1px solid var(--line);
}
.section-head{
  display:grid;grid-template-columns:1fr .8fr;
  gap:40px;align-items:end;margin-bottom:40px;
}
.kicker{
  color:var(--gold);text-transform:uppercase;
  font-weight:900;font-size:12px;letter-spacing:.2em;
}
h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,5vw,64px);
  margin:8px 0 0;line-height:1;
}
.section-head p{
  margin:0;color:var(--muted);line-height:1.65;
}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{
  min-height:240px;border:1px solid var(--line);
  background:linear-gradient(150deg,#1d1611,#120f0c);
  padding:28px;
}
.card small{
  display:inline-block;
  position:relative;
  color:var(--gold2);
  font-weight:900;
  font-size:14px;
  letter-spacing:.18em;
  text-transform:uppercase;
  padding-bottom:10px;
  margin-bottom:6px;
  text-shadow:0 0 12px rgba(216,174,103,.18);
}
.card small::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:74px;
  height:1px;
  background:linear-gradient(90deg, rgba(216,174,103,.9), rgba(216,174,103,.18));
  box-shadow:0 0 10px rgba(216,174,103,.14);
}
.card h3{font-family:Georgia,serif;font-size:26px;margin:48px 0 12px}
.card p{color:var(--muted);line-height:1.55;margin:0}

.program{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.day{
  border:1px solid var(--line);
  padding:18px 14px;min-height:150px;
  background:rgba(255,255,255,.025);
}
.day.active{border-color:rgba(216,174,103,.62);background:rgba(216,174,103,.08)}
.day b{display:block;color:var(--gold2);font-size:11px;letter-spacing:.12em;text-transform:uppercase}
.day strong{display:block;margin:24px 0 8px;font-size:16px}
.day span{font-size:13px;line-height:1.4;color:var(--muted)}

.rum-block{
  display:grid;grid-template-columns:1fr 1fr;
  min-height:420px;border:1px solid rgba(216,174,103,.25);
  background:#15100c;
}
.rum-visual{
  display:grid;place-items:center;
  background:
    radial-gradient(circle,rgba(216,174,103,.20),transparent 32%),
    linear-gradient(135deg,#090807,#24160d);
}
.rum-o{
  width:260px;height:260px;border-radius:50%;
  border:1px solid rgba(216,174,103,.42);
  display:grid;place-items:center;
  font:700 135px Georgia,serif;color:var(--gold);
}
.rum-copy{padding:50px;display:flex;flex-direction:column;justify-content:center}
.rum-copy p{color:var(--muted);font-size:17px;line-height:1.65}

.contact{
  display:grid;grid-template-columns:1fr auto;gap:34px;align-items:center;
  padding:46px;border:1px solid var(--line);background:#efe5d6;color:#20160f;
}
.contact p{color:#695847;line-height:1.6}
.contact .btn-primary{background:#17100b;color:white;border-color:#17100b}

footer{
  padding:34px 0;color:#938577;font-size:13px;border-top:1px solid var(--line)
}

@media(max-width:1050px){
  .nav-links{display:none;position:absolute;top:82px;left:32px;right:32px;background:rgba(12,10,8,.96);padding:22px;flex-direction:column;align-items:stretch}
  .nav-links.open{display:flex}
  .mobile-btn{display:block}
  .cards{grid-template-columns:1fr}
  .program{grid-template-columns:repeat(2,1fr)}
  .rum-block{grid-template-columns:1fr}
  .rum-visual{min-height:320px}
}
@media(max-width:700px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .hero-bg{
    width:100%;height:100%;inset:0;
    /* Na mobile používame ľavú časť širokej fotografie:
       výčap + police s fľašami, nie stredový tmavý stĺp. */
    object-position:18% center;
  }
  .hero::before{
    background:
      linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.12)),
      linear-gradient(180deg,rgba(0,0,0,.26),transparent 32%,rgba(0,0,0,.38));
  }
  .nav{height:76px}
  .hero-copy{padding:12px 0 52px;justify-content:flex-start;max-width:100%;min-height:100%}
  h1{font-size:clamp(34px,10vw,50px);line-height:.88;max-width:340px}
  .hero-tagline{font-size:15px;margin:0 0 18px;max-width:92%}
  .hero-bottom-content{margin-top:auto;padding-top:18px;max-width:100%}
  .hero-actions .btn{width:100%}
  .scroll-hint{display:none}
  .section{padding:64px 0}
  .section-head{grid-template-columns:1fr;gap:20px}
  .program{grid-template-columns:1fr 1fr}
  .rum-copy{padding:30px 22px}
  .contact{grid-template-columns:1fr;padding:30px 22px}
}
@media(max-width:430px){
  .program{grid-template-columns:1fr}
}


@media (max-height:600px) and (orientation:landscape){
  h1{
    font-size:clamp(28px, 5.6vw, 46px);
    line-height:.92;
    width:255px;
    max-width:42vw;
    margin-top:6px;
  }
  .hero-main{
    display:block;
    width:100%;
    font-size:1em;
    line-height:.88;
    white-space:nowrap;
  }
  .hero-sub{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:100%;
    font-size:.31em;
    line-height:1;
    margin-top:10px;
    white-space:nowrap;
  }



  .nav{
    height:76px;
    align-items:flex-start;
    padding-top:6px;
  }
  .brand-logo{
    width:96px;
    max-width:22vw;
    height:auto;
  }
  .mobile-btn{
    margin-top:2px;
  }
  .hero-copy{
    justify-content:flex-start;
    min-height:100%;
    padding:12px 0 18px;
    max-width:500px;
  }
  .hero-tagline{
    font-size:13px;
    line-height:1.42;
    margin:0 0 12px;
    max-width:88%;
  }
  .hero-bottom-content{
    margin-top:auto;
    padding-top:10px;
  }



  .hero{min-height:100svh}
  .hero-inner{min-height:100svh}
  .eyebrow{
    font-size:10.5px;
    margin-bottom:10px;
    letter-spacing:.20em;
  }
  .hero-actions{gap:8px}
  .hero-actions .btn{
    width:auto;
    min-height:42px;
    padding:0 16px;
    font-size:13px;
  }
  .scroll-hint{display:none}
}

@media (prefers-reduced-motion: reduce){
  .hero-bg{animation:none;transform:scale(1.02)}
}

/* v19 – final hero hierarchy refinements */
.brand{
  padding:7px 10px 6px;
  margin-left:-10px;
  border-radius:12px;
  background:linear-gradient(
    90deg,
    rgba(8,7,6,.34) 0%,
    rgba(8,7,6,.22) 72%,
    rgba(8,7,6,0) 100%
  );
  backdrop-filter:blur(1.5px);
}

.hero-main{
  width:max-content;
}

.hero-sub{
  width:auto;
  justify-content:space-between;
}

@media (max-width:700px) and (orientation:portrait){
  .nav{
    height:126px;
  }

  .brand{
    margin-left:-7px;
    padding:6px 9px 5px;
    border-radius:10px;
    background:linear-gradient(
      90deg,
      rgba(7,6,5,.38) 0%,
      rgba(7,6,5,.22) 76%,
      rgba(7,6,5,0) 100%
    );
  }

  .brand-logo{
    width:118px;
    max-width:34vw;
  }

  .hero-copy{
    padding-top:54px;
  }

  h1{
    width:max-content;
    max-width:92vw;
    margin-top:0;
    font-size:clamp(39px,11.1vw,55px);
  }

  .hero-main{
    display:block;
    width:max-content;
    white-space:nowrap;
    font-size:1em;
    line-height:.88;
  }

  .hero-sub{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:auto;
    font-size:.315em;
    line-height:1;
    margin-top:17px;
    white-space:nowrap;
    letter-spacing:0;
  }
}

@media (max-height:600px) and (orientation:landscape){
  .brand{
    padding:4px 7px 3px;
    border-radius:8px;
  }
}


/* v25 – back to older branch, non-circular logo, refined mobile portrait */
@media (max-width:700px) and (orientation:portrait){
  .nav{
    height:104px !important;
    align-items:flex-start !important;
    padding-top:14px !important;
  }

  .brand{
    padding:4px 8px 4px !important;
    margin-left:-4px !important;
    border-radius:10px !important;
    background:linear-gradient(
      90deg,
      rgba(7,6,5,.28) 0%,
      rgba(7,6,5,.14) 74%,
      rgba(7,6,5,0) 100%
    ) !important;
    backdrop-filter:blur(1px) !important;
  }

  .brand-logo{
    width:104px !important;
    max-width:31vw !important;
    height:auto !important;
  }

  .mobile-btn{
    margin-top:2px !important;
  }

  .hero-copy{
    justify-content:flex-start !important;
    min-height:100svh !important;
    padding:142px 0 40px !important;
    max-width:none !important;
  }

  h1{
    width:max-content !important;
    max-width:90vw !important;
    margin-top:0 !important;
    font-size:clamp(42px, 11.6vw, 58px) !important;
    line-height:.90 !important;
  }

  .hero-main{
    display:block !important;
    width:max-content !important;
    white-space:nowrap !important;
    font-size:1em !important;
    line-height:.88 !important;
  }

  .hero-sub{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:auto !important;
    font-size:.31em !important;
    line-height:1 !important;
    margin-top:18px !important;
    white-space:nowrap !important;
    letter-spacing:0 !important;
  }

  .hero-bottom-content{
    margin-top:auto !important;
    padding-top:24px !important;
    max-width:100% !important;
  }

  .hero-tagline{
    font-size:15px !important;
    line-height:1.48 !important;
    max-width:95% !important;
    margin:0 0 18px !important;
  }

  .hero-actions{
    gap:10px !important;
  }

  .hero-actions .btn{
    min-height:46px !important;
    padding:0 16px !important;
    font-size:13px !important;
  }
}


/* v26 – 3-line headline exactly like the sample */
.hero-heading-3line{
  margin:0;
  width:max-content;
  max-width:100%;
  font-family:"Arial Narrow","Roboto Condensed",Impact,sans-serif;
  text-transform:uppercase;
  font-weight:950;
  letter-spacing:-.055em;
  line-height:.88;
}
.hero-line{
  display:block;
}
.hero-line-1{
  font-size:1em;
  white-space:nowrap;
}
.hero-line-2{
  margin-top:10px;
  font-size:.74em;
  white-space:nowrap;
}
.hero-line-3{
  margin-top:12px; /* jemne vacsia medzera medzi 2. a 3. riadkom */
  font-size:.74em;
  white-space:nowrap;
}

@media (max-width:700px) and (orientation:portrait){
  .hero-heading-3line{
    font-size:clamp(42px, 11.6vw, 58px) !important;
    width:max-content !important;
    max-width:90vw !important;
    line-height:.88 !important;
    margin:0 !important;
  }
  .hero-line-1{
    font-size:1em !important;
  }
  .hero-line-2{
    margin-top:10px !important;
    font-size:.74em !important;
  }
  .hero-line-3{
    margin-top:14px !important; /* len trochu vacsia medzera */
    font-size:.74em !important;
  }
}

@media (min-width:701px){
  .hero-heading-3line{
    font-size:clamp(56px, 6.4vw, 92px);
  }
  .hero-line-2{
    margin-top:10px;
  }
  .hero-line-3{
    margin-top:14px;
  }
}


/* v27 – bigger text, slightly smaller line gap, smaller gap under logo */
@media (max-width:700px) and (orientation:portrait){
  .hero-copy{
    padding:118px 0 40px !important; /* mensia medzera pod logom */
  }

  .hero-heading-3line{
    font-size:clamp(46px, 12.4vw, 64px) !important; /* vacsi text */
    max-width:92vw !important;
  }

  .hero-line-2{
    margin-top:10px !important;
    font-size:.75em !important;
  }

  .hero-line-3{
    margin-top:11px !important; /* jemne mensia medzera medzi 2. a 3. riadkom */
    font-size:.75em !important;
  }
}

@media (min-width:701px){
  .hero-heading-3line{
    font-size:clamp(60px, 6.9vw, 98px) !important;
  }

  .hero-line-2{
    margin-top:10px !important;
  }

  .hero-line-3{
    margin-top:12px !important;
  }
}


/* v28 – mobile portrait fine-tuning */
@media (max-width:700px) and (orientation:portrait){
  .hero-copy{
    padding:104px 0 24px !important; /* text ide o cosi vyssie */
  }

  .hero-heading-3line{
    font-size:clamp(45px, 12vw, 62px) !important;
    max-width:92vw !important;
  }

  .hero-line-2{
    margin-top:8px !important;
    font-size:.75em !important;
  }

  .hero-line-3{
    margin-top:9px !important; /* mensia medzera medzi 2. a 3. riadkom */
    font-size:.75em !important;
  }

  .hero-bottom-content{
    padding-top:14px !important;
  }

  .hero-tagline{
    font-size:14px !important;
    line-height:1.34 !important;
    margin:0 0 12px !important;
    max-width:95% !important;
  }

  .hero-actions{
    gap:8px !important;
  }

  .hero-actions .btn{
    min-height:42px !important;
    padding:0 14px !important;
    font-size:12px !important;
  }
}


/* v29 – portrait mobile: tighter headline + bottom anchored CTA */
@media (max-width:700px) and (orientation:portrait){
  .hero{
    position:relative !important;
  }

  .hero-inner{
    position:relative !important;
    min-height:100svh !important;
  }

  .hero-copy{
    position:relative !important;
    justify-content:flex-start !important;
    min-height:100svh !important;
    padding:88px 0 230px !important; /* headline vyssie + rezerva pre spodny blok */
  }

  .hero-heading-3line{
    font-size:clamp(48px, 12.8vw, 66px) !important; /* jemne vacsi text */
    max-width:94vw !important;
    line-height:.86 !important;
    margin:0 !important;
  }

  .hero-line-1{
    line-height:.86 !important;
  }

  .hero-line-2{
    margin-top:5px !important;
    font-size:.75em !important;
    line-height:.88 !important;
  }

  .hero-line-3{
    margin-top:5px !important;
    font-size:.75em !important;
    line-height:.88 !important;
  }

  .hero-bottom-content{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:16px !important;
    margin:0 !important;
    padding:0 !important;
    max-width:none !important;
    z-index:4 !important;
  }

  .hero-tagline{
    font-size:13.5px !important;
    line-height:1.30 !important;
    margin:0 0 10px !important;
    max-width:96% !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:7px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:40px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }
}


/* v30 – portrait mobile: buttons must stay visible */
@media (max-width:700px) and (orientation:portrait){
  .hero-copy{
    padding:80px 0 210px !important; /* headline vyssie, rezervuje miesto pre CTA */
  }

  .hero-heading-3line{
    font-size:clamp(47px, 12.5vw, 64px) !important;
    line-height:.85 !important;
  }

  .hero-line-2{
    margin-top:4px !important;
    line-height:.86 !important;
  }

  .hero-line-3{
    margin-top:4px !important;
    line-height:.86 !important;
  }

  .hero-bottom-content{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:72px !important; /* vytiahne CTA vyssie, aby boli vzdy viditelne */
    margin:0 !important;
    padding:0 !important;
    z-index:4 !important;
  }

  .hero-tagline{
    font-size:13px !important;
    line-height:1.24 !important;
    margin:0 0 8px !important;
    max-width:96% !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:6px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:38px !important;
    padding:0 12px !important;
    font-size:12px !important;
  }
}


/* v31 – portrait mobile: both buttons must fit */
@media (max-width:700px) and (orientation:portrait){
  .hero-copy{
    padding:76px 0 188px !important; /* o trochu viac miesta pre CTA blok */
  }

  .hero-heading-3line{
    font-size:clamp(46px, 12.2vw, 62px) !important;
    line-height:.85 !important;
  }

  .hero-line-2{
    margin-top:4px !important;
    font-size:.75em !important;
    line-height:.86 !important;
  }

  .hero-line-3{
    margin-top:4px !important;
    font-size:.75em !important;
    line-height:.86 !important;
  }

  .hero-bottom-content{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:118px !important; /* vytiahne blok vyssie */
    margin:0 !important;
    padding:0 !important;
    z-index:4 !important;
  }

  .hero-tagline{
    font-size:12.5px !important;
    line-height:1.18 !important;
    margin:0 0 6px !important;
    max-width:98% !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:5px !important;
  }

  .hero-actions .btn{
    width:100% !important;
    min-height:34px !important;
    padding:0 10px !important;
    font-size:11.5px !important;
  }
}


/* v32 – slightly fuller buttons + slightly larger text above buttons */
@media (max-width:700px) and (orientation:portrait){
  .hero-bottom-content{
    bottom:114px !important;
  }

  .hero-tagline{
    font-size:13px !important;     /* jemne vacsi text */
    line-height:1.22 !important;
    margin:0 0 6px !important;
    max-width:98% !important;
  }

  .hero-actions{
    gap:5px !important;
  }

  .hero-actions .btn{
    min-height:38px !important;    /* tlacidla menej uzke */
    padding:0 12px !important;
    font-size:12px !important;
  }
}


/* v33 – final touch: slightly bigger CTA area on portrait + tighter heading on landscape */
@media (max-width:700px) and (orientation:portrait){
  .hero-bottom-content{
    bottom:112px !important; /* o chlp vyssie, aby sa stale zmestili obe tlacidla */
  }

  .hero-tagline{
    font-size:13.4px !important;   /* este o kusok vacsi text nad tlacidlami */
    line-height:1.24 !important;
    margin:0 0 6px !important;
    max-width:98% !important;
  }

  .hero-actions{
    gap:4px !important;
  }

  .hero-actions .btn{
    min-height:40px !important;    /* este o kusok plnsie tlacidla */
    padding:0 12px !important;
    font-size:12.2px !important;
  }
}

@media (max-height:600px) and (orientation:landscape){
  .hero-heading-3line{
    line-height:.84 !important;
  }

  .hero-line-2{
    margin-top:3px !important;     /* mensie medzery na lezato */
    line-height:.84 !important;
  }

  .hero-line-3{
    margin-top:3px !important;     /* mensie medzery na lezato */
    line-height:.84 !important;
  }
}


/* v34 – hero slideshow */
.hero-bg{
  opacity:0;
  transition:opacity 1.25s ease-in-out;
}
.hero-bg.is-active{
  opacity:1;
}
.hero-bg-2{
  object-position:center center;
}

@media (max-width:700px) and (orientation:portrait){
  .hero-bg-1{
    object-position:18% center !important;
  }
  .hero-bg-2{
    object-position:48% center !important;
  }
}

@media (max-height:600px) and (orientation:landscape){
  .hero-bg-2{
    object-position:center center !important;
  }
}


/* v37 – tablet crop for first hero image: same left-side framing as mobile */
@media (min-width:701px) and (max-width:1023px){
  .hero-bg-1{
    object-position:18% center !important;
  }

  .hero-bg-2{
    object-position:center center !important;
  }
}

/* Teclast P33 and similar 10-inch tablets in landscape can report ~1280 CSS px.
   Restrict the wider breakpoint to touch devices so laptops/desktops stay unchanged. */
@media (min-width:1024px) and (max-width:1300px) and (hover:none) and (pointer:coarse){
  .hero-bg-1{
    object-position:18% center !important;
  }
}


/* v36 – tablet portrait and landscape headline tuning */
@media (min-width:701px) and (max-width:1023px) and (orientation:portrait){
  .hero-heading-3line{
    font-size:clamp(62px, 7.3vw, 98px) !important; /* jemne vacsi text */
    line-height:.86 !important;
  }

  .hero-line-2{
    margin-top:8px !important;
  }

  .hero-line-3{
    margin-top:10px !important;
  }
}

@media (min-width:701px) and (max-width:1023px) and (orientation:landscape){
  .hero-copy{
    justify-content:flex-start !important;
    padding:44px 0 26px !important; /* text trochu nizsie */
    max-width:560px !important;
  }

  .hero-heading-3line{
    font-size:clamp(54px, 5.8vw, 82px) !important;
    line-height:.84 !important;
  }

  .hero-line-2{
    margin-top:5px !important;
  }

  .hero-line-3{
    margin-top:5px !important;
  }
}


/* v37 – mobile/tablet menu panel fix */
@media (max-width:1050px){
  .nav{
    position:relative !important;
    z-index:30 !important;
  }

  .mobile-btn{
    position:relative !important;
    z-index:61 !important;
  }

  .nav-links{
    display:none;
    position:absolute !important;
    top:78px !important;
    z-index:60 !important;                 /* menu nad headline */
    background:rgba(7,6,5,.96) !important;
    backdrop-filter:blur(10px) !important;
    box-shadow:0 18px 48px rgba(0,0,0,.42) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:0 !important;
  }

  .nav-links.open{
    display:flex !important;
  }

  .nav-links a{
    display:block !important;
    padding:16px 0 !important;
    border-bottom:1px solid rgba(255,255,255,.08) !important;
  }

  .nav-links a:last-child{
    border-bottom:0 !important;
  }

  .nav-links .nav-cta{
    margin-top:14px !important;
    text-align:center !important;
    padding:14px 16px !important;
    border-bottom:0 !important;
  }
}

/* mobile – menu full width enough, but above content */
@media (max-width:700px){
  .nav-links{
    left:0 !important;
    right:0 !important;
    width:auto !important;
    padding:18px 18px 16px !important;
    border-radius:0 0 10px 10px !important;
  }
}

/* tablet – menu narrower and only on the right side */
@media (min-width:701px) and (max-width:1050px){
  .nav-links{
    left:auto !important;
    right:0 !important;
    width:min(320px, 42vw) !important;
    padding:18px 20px 16px !important;
    border-radius:10px !important;
  }
}


/* v38 – Gallery teaser */



.gallery-grid{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:14px;
}
.gallery-tile{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  min-height:258px;
  padding:22px;
  border:1px solid rgba(216,174,103,.14);
  border-radius:8px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  text-decoration:none;
  transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease,background .28s ease;
  background:#120e0c;
}
.gallery-tile::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.08) 0%, rgba(0,0,0,.18) 20%, rgba(0,0,0,.42) 48%, rgba(0,0,0,.82) 100%),
    linear-gradient(135deg, rgba(216,174,103,.06), transparent 38%);
  z-index:1;
}
.gallery-photo-layer{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:.92;
  transform:scale(1.015);
  transition:transform .55s ease, opacity .35s ease, filter .35s ease;
  filter:saturate(.96) brightness(.70);
}
.gallery-tile.quiz .gallery-photo-layer{
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.16), rgba(0,0,0,.22)),
    url("../images/gallery/quiz.webp");
  background-position:center center;
}
.gallery-tile.bingo .gallery-photo-layer{
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.18), rgba(0,0,0,.24)),
    url("../images/hero/orinoco-interior.webp");
  background-position:42% center;
}
.gallery-tile.karaoke .gallery-photo-layer{
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.24)),
    url("../images/hero/orinoco-interior.webp");
  background-position:64% center;
}
.gallery-tile.chess .gallery-photo-layer{
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.20), rgba(0,0,0,.26)),
    url("../images/gallery/quiz.webp");
  background-position:82% center;
}
.gallery-tile.vibe .gallery-photo-layer{
  background-image:
    linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.22)),
    url("../images/hero/orinoco-bar.webp");
  background-position:center 40%;
}
.gallery-tile > *{
  position:relative;
  z-index:2;
}
.gallery-tile small{
  color:var(--gold2);
  letter-spacing:.16em;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:16px;
}
.gallery-tile h3{
  margin:0 0 10px;
  color:var(--text);
  font-size:31px;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}
.gallery-tile p{
  margin:0;
  color:#e2d6c7;
  line-height:1.55;
  max-width:96%;
  text-shadow:0 2px 12px rgba(0,0,0,.28);
}
.gallery-tile:hover{
  transform:translateY(-5px);
  border-color:rgba(216,174,103,.34);
  box-shadow:0 20px 44px rgba(0,0,0,.26);
}
.gallery-tile:hover .gallery-photo-layer{
  transform:scale(1.055);
  opacity:1;
  filter:saturate(1.03) brightness(.77);
}
.gallery-watermark{
  position:absolute;
  right:10px;
  top:10px;
  width:130px;
  height:130px;
  color:rgba(216,174,103,.17);
  z-index:1;
  pointer-events:none;
  transition:transform .28s ease,color .24s ease,opacity .24s ease;
  filter:drop-shadow(0 0 16px rgba(0,0,0,.10));
}
.gallery-watermark.large{
  width:138px;
  height:138px;
}
.gallery-watermark svg{
  width:100%;
  height:100%;
  display:block;
}
.gallery-tile:hover .gallery-watermark{
  transform:scale(1.05) translateY(-2px);
  color:rgba(216,174,103,.24);
}
@media(max-width:1200px){
  .gallery-grid{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}
@media(max-width:900px){
  .gallery-grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .gallery-tile{
    min-height:228px;
  }
  .gallery-watermark,
  .gallery-watermark.large{
    width:116px;
    height:116px;
  }
}
@media(max-width:520px){
  .gallery-grid{
    grid-template-columns:1fr;
  }
  .gallery-tile{
    min-height:206px;
    padding:20px 18px;
  }
  .gallery-tile h3{
    font-size:28px;
  }
  .gallery-watermark,
  .gallery-watermark.large{
    right:4px;
    top:8px;
    width:98px;
    height:98px;
    color:rgba(216,174,103,.16);
  }
}
/* v42 – full contact section */
.contact-section{
  background:
    radial-gradient(circle at 10% 0%, rgba(216,174,103,.07), transparent 28rem),
    #0d0b09;
}
.contact-head p{
  max-width:560px;
}
.contact-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
}
.contact-main-card,
.hours-card{
  border:1px solid var(--line);
  background:linear-gradient(145deg,#1a1410,#11100d);
  padding:30px;
  min-height:100%;
}
.contact-place{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  align-items:start;
  padding:18px 0;
  border-bottom:1px solid var(--line);
}
.contact-place:first-child{
  padding-top:0;
}
.contact-icon{
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(216,174,103,.35);
  display:grid;
  place-items:center;
  font-size:20px;
  background:rgba(216,174,103,.07);
}
.contact-place small,
.hours-title small{
  color:var(--gold);
  font-size:10px;
  font-weight:900;
  letter-spacing:.17em;
}
.contact-place h3,
.hours-title h3{
  margin:5px 0 4px;
  font-family:Georgia,serif;
  font-size:25px;
}
.contact-place h3 a{
  text-decoration:none;
}
.contact-place p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.contact-quick-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:24px;
}
.contact-action{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line);
  text-decoration:none;
  font-weight:900;
  font-size:13px;
  letter-spacing:.03em;
}
.contact-action.primary{
  background:var(--gold);
  color:#18110b;
  border-color:var(--gold);
}
.contact-socials{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.contact-socials a{
  text-decoration:none;
  border:1px solid var(--line);
  padding:9px 12px;
  font-size:12px;
  font-weight:800;
  color:#ddd1c3;
}
.hours-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-bottom:18px;
}
.hours-dot{
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 5px rgba(216,174,103,.10);
}
.hours-list{
  border-top:1px solid var(--line);
}
.hours-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
  color:var(--muted);
  font-size:14px;
}
.hours-row b{
  color:#f3eadf;
}
.hours-row.today{
  margin-inline:-10px;
  padding-inline:10px;
  color:#1a120c;
  background:var(--gold);
  border-bottom-color:transparent;
}
.hours-row.today b{
  color:#1a120c;
}
.hours-note{
  margin:16px 0 0;
  color:#8f8174;
  font-size:11px;
  line-height:1.5;
}
.reservation-panel{
  border-radius:0;
}
@media(max-width:820px){
  .contact-layout{
    grid-template-columns:1fr;
  }
}
@media(max-width:520px){
  .contact-main-card,
  .hours-card{
    padding:22px 18px;
  }
  .contact-quick-actions{
    grid-template-columns:1fr;
  }
  .contact-socials{
    display:grid;
    grid-template-columns:1fr;
  }
  .contact-socials a{
    text-align:center;
  }
}


/* v43 – nicer contact buttons with icons */
.contact-action,
.contact-socials a{
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.contact-action:hover,
.contact-socials a:hover{
  transform:translateY(-1px);
  border-color:rgba(216,174,103,.28);
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}

.contact-action{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  padding:0 16px;
  border-radius:0;
  min-height:54px;
}
.contact-action.primary{
  box-shadow:0 10px 24px rgba(216,174,103,.12);
}
.contact-link-text{
  font-weight:900;
  font-size:14px;
  letter-spacing:.02em;
}
.contact-link-icon{
  width:34px;
  height:34px;
  min-width:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:16px;
  line-height:1;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}
.contact-action.primary .contact-link-icon{
  background:rgba(24,17,11,.08);
  border-color:rgba(24,17,11,.18);
  color:#1b120b;
}
.icon-phone{
  font-size:15px;
}
.icon-map{
  font-size:17px;
}

.contact-socials{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:18px;
}
.contact-socials a{
  text-decoration:none;
  border:1px solid var(--line);
  padding:12px 14px;
  font-size:13px;
  font-weight:800;
  color:#ddd1c3;
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));
}
.social-link .contact-link-text{
  color:#efe4d6;
}
.social-facebook .contact-link-icon{
  background:rgba(24,119,242,.12);
  border-color:rgba(24,119,242,.3);
  color:#8dbdff;
  font-size:20px;
  font-family:Arial, sans-serif;
}
.social-instagram .contact-link-icon{
  background:linear-gradient(135deg,rgba(131,58,180,.18),rgba(253,29,29,.12),rgba(252,176,69,.12));
  border-color:rgba(221,117,70,.35);
  color:#ffcf9f;
  font-size:13px;
}
.social-google .contact-link-icon{
  background:rgba(66,133,244,.12);
  border-color:rgba(66,133,244,.24);
  color:#8fb9ff;
  font-size:18px;
  font-family:Arial, sans-serif;
}

@media(max-width:520px){
  .contact-action,
  .contact-socials a{
    min-height:50px;
    padding:10px 12px;
  }
  .contact-link-icon{
    width:32px;
    height:32px;
    min-width:32px;
  }
}


/* v44 – cleaner SVG icons */
.contact-link-icon{
  width:36px;
  height:36px;
  min-width:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.contact-link-icon svg{
  width:18px;
  height:18px;
  display:block;
}

.contact-action.primary .contact-link-icon{
  background:rgba(24,17,11,.10);
  border-color:rgba(24,17,11,.18);
  color:#1b120b;
}

.icon-phone svg{width:17px;height:17px}
.icon-map svg{width:17px;height:17px}

.social-facebook .contact-link-icon{
  background:linear-gradient(180deg,rgba(24,119,242,.18),rgba(24,119,242,.08));
  border-color:rgba(24,119,242,.28);
  color:#a5cbff;
}
.social-instagram .contact-link-icon{
  background:linear-gradient(135deg,rgba(131,58,180,.24),rgba(253,29,29,.14),rgba(252,176,69,.18));
  border-color:rgba(221,117,70,.35);
  color:#ffe2bf;
}
.social-google .contact-link-icon{
  background:#f7f7f7;
  border-color:rgba(255,255,255,.34);
  color:inherit;
}
.social-google .google-g{
  width:19px;
  height:19px;
}
.social-link{
  position:relative;
}
.social-link::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(216,174,103,.03),transparent 34%);
}
@media(max-width:520px){
  .contact-link-icon{
    width:34px;
    height:34px;
    min-width:34px;
    border-radius:11px;
  }
  .contact-link-icon svg{
    width:17px;
    height:17px;
  }
}


/* v47 – holiday opening-hours rule */
.holiday-hours-note{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:12px;
  align-items:start;
  margin-top:18px;
  padding:15px 16px;
  border:1px solid rgba(216,174,103,.24);
  background:rgba(216,174,103,.06);
}
.holiday-hours-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(216,174,103,.12);
  border:1px solid rgba(216,174,103,.28);
  color:var(--gold2);
  font-size:16px;
}
.holiday-hours-note strong{
  display:block;
  color:var(--gold2);
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.16em;
  margin-bottom:5px;
}
.holiday-hours-note p{
  margin:0;
  color:#d9cdbf;
  font-size:12px;
  line-height:1.45;
}
.holiday-hours-note p + p{
  margin-top:4px;
}
.holiday-hours-note .holiday-closed{
  color:#f0e5d8;
}
.hours-row .holiday-label{
  display:inline-block;
  margin-left:7px;
  font-size:10.5px;
  letter-spacing:.12em;
  font-weight:900;
  opacity:.82;
  vertical-align:middle;
}
.hours-row.today .holiday-label{
  color:#1a120c;
}
@media(max-width:520px){
  .holiday-hours-note{
    grid-template-columns:32px 1fr;
    padding:13px 14px;
  }
  .holiday-hours-icon{
    width:30px;
    height:30px;
    font-size:14px;
  }
}


/* v48 – Google review CTA */
.review-cta-section{
  padding:28px 0 10px;
  background:
    radial-gradient(circle at 82% 16%, rgba(216,174,103,.09), transparent 24rem),
    #0d0b09;
}
.review-cta{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:36px;
  align-items:center;
  padding:34px 36px;
  border:1px solid rgba(216,174,103,.26);
  background:
    linear-gradient(135deg,rgba(216,174,103,.08),transparent 38%),
    linear-gradient(145deg,#18130f,#100e0c);
  box-shadow:0 24px 60px rgba(0,0,0,.22);
}
.review-cta::before{
  content:"";
  position:absolute;
  width:250px;
  height:250px;
  border-radius:50%;
  right:-110px;
  top:-125px;
  border:1px solid rgba(216,174,103,.12);
}
.review-kicker{
  color:var(--gold2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.19em;
  margin-bottom:8px;
}
.review-stars{
  color:var(--gold2);
  letter-spacing:.14em;
  font-size:21px;
  line-height:1;
  margin-bottom:13px;
  text-shadow:0 0 22px rgba(216,174,103,.12);
}
.review-cta h2{
  margin:0 0 12px;
  font-family:Georgia,serif;
  font-size:clamp(28px,3.1vw,42px);
  line-height:1.05;
}
.review-lead{
  max-width:650px;
  margin:0;
  color:#c9bcad;
  font-size:14px;
  line-height:1.65;
}
.review-heartline{
  margin:16px 0 0;
  color:#e4d7c8;
  font-size:14px;
  font-style:italic;
}
.review-heartline strong{
  color:var(--gold2);
  font-weight:800;
}
.review-heartline span{
  color:#d7a866;
  font-style:normal;
}
.review-cta-action{
  position:relative;
  z-index:1;
}
.google-review-button{
  min-height:76px;
  display:grid;
  grid-template-columns:48px 1fr 22px;
  align-items:center;
  gap:14px;
  padding:12px 16px;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.035);
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
}
.google-review-button:hover{
  transform:translateY(-2px);
  border-color:rgba(216,174,103,.42);
  background:rgba(216,174,103,.055);
  box-shadow:0 14px 30px rgba(0,0,0,.25);
}
.google-review-icon{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#f7f7f7;
  box-shadow:0 4px 14px rgba(0,0,0,.18);
}
.google-review-icon svg{
  width:25px;
  height:25px;
}
.google-review-button small{
  display:block;
  color:#9d8f81;
  font-size:10.5px;
  letter-spacing:.17em;
  font-weight:900;
  margin-bottom:3px;
}
.google-review-button b{
  display:block;
  color:#f3eadf;
  font-size:15px;
}
.review-arrow{
  color:var(--gold2);
  font-size:21px;
  transition:transform .18s ease;
}
.google-review-button:hover .review-arrow{
  transform:translateX(3px);
}
.review-microcopy{
  margin-top:9px;
  text-align:center;
  color:#8f8174;
  font-size:10px;
}
@media(max-width:820px){
  .review-cta{
    grid-template-columns:1fr;
    gap:22px;
    padding:28px 24px;
  }
}
@media(max-width:520px){
  .review-cta-section{
    padding-top:18px;
  }
  .review-cta{
    padding:24px 18px;
  }
  .review-stars{
    font-size:18px;
  }
  .review-lead{
    font-size:13px;
    line-height:1.55;
  }
  .review-heartline{
    font-size:13px;
  }
  .google-review-button{
    min-height:68px;
    grid-template-columns:42px 1fr 18px;
    gap:11px;
    padding:10px 12px;
  }
  .google-review-icon{
    width:40px;
    height:40px;
    border-radius:12px;
  }
  .google-review-icon svg{
    width:28px;
    height:22px;
  }
  .google-review-button b{
    font-size:14px;
  }
}


/* v52 – merge standalone rum section into card 02 */
.orinoco-cards{
  align-items:stretch;
}
.rum-feature{
  position:relative;
  overflow:hidden;
  border-color:rgba(216,174,103,.34);
  background:
    radial-gradient(circle at 86% 12%,rgba(216,174,103,.11),transparent 44%),
    linear-gradient(145deg,#1b1510,#120f0c);
}
.rum-feature::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border:1px solid rgba(216,174,103,.06);
}
.rum-feature-content{
  position:relative;
  z-index:2;
}
.rum-watermark{
  position:absolute;
  z-index:1;
  right:-8px;
  top:-38px;
  width:175px;
  height:175px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(216,174,103,.18);
  color:rgba(216,174,103,.12);
  font-family:Georgia,serif;
  font-size:104px;
  line-height:1;
  user-select:none;
}
.rum-feature h3{
  margin-bottom:4px;
}
.rum-feature-line{
  display:block;
  max-width:310px;
  margin:0 0 13px;
  color:#efe2d1;
  font-family:Georgia,serif;
  font-size:clamp(18px,1.65vw,24px);
  line-height:1.12;
  font-weight:700;
}
.rum-feature p{
  max-width:460px;
}
.card-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  padding:11px 16px 10px;
  min-height:44px;
  border:1px solid rgba(216,174,103,.56);
  background:rgba(216,174,103,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.18);
  color:#f2e6d8;
  text-decoration:none;
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
  letter-spacing:.13em;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
.card-link span{
  font-size:15px;
  color:var(--gold2);
  transition:transform .18s ease,color .18s ease;
}
.card-link:hover{
  transform:translateY(-2px);
  background:var(--gold);
  border-color:var(--gold);
  color:#18110b;
  box-shadow:0 14px 28px rgba(0,0,0,.22);
}
.card-link:hover span{
  transform:translateX(3px);
  color:#18110b;
}

/* On wider screens keep the three concepts visually connected in one row. */
@media(min-width:901px){
  .orinoco-cards{
    grid-template-columns:.9fr 1.2fr .9fr;
  }
}

/* Tablet/mobile: preserve the feature but keep it compact. */
@media(max-width:900px){
  .rum-watermark{
    width:138px;
    height:138px;
    top:-30px;
    right:-4px;
    font-size:82px;
  }
}
@media(max-width:520px){
  .rum-feature-line{
    font-size:19px;
  }
  .rum-feature p{
    padding-right:0;
  }
  .rum-watermark{
    width:118px;
    height:118px;
    top:-24px;
    right:-10px;
    font-size:70px;
  }
}


/* v53 – stronger beer card + meaningful rum visual */
.beer-feature{
  position:relative;
  overflow:hidden;
  border-color:rgba(216,174,103,.23);
  background:
    radial-gradient(circle at 92% 10%,rgba(216,174,103,.08),transparent 42%),
    linear-gradient(145deg,#19140f,#110f0c);
}
.beer-feature-content{
  position:relative;
  z-index:2;
  max-width:82%;
}


.pour-title{
  margin-top:17px;
  color:#d9c9b5;
  font-family:Georgia,serif;
  font-size:13px;
  font-weight:700;
}
.pour-types{
  display:flex;
  flex-wrap:wrap;
  gap:11px;
  margin-top:10px;
}
.pour-chip{
  display:inline-flex;
  align-items:center;
  gap:11px;
  padding:9px 14px 9px 11px;
  border:1px solid rgba(216,174,103,.23);
  background:rgba(216,174,103,.05);
  color:#ccbda9;
  font-size:10.5px;
  font-weight:850;
  letter-spacing:.04em;
  border-radius:999px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;
}
button.pour-chip{
  cursor:pointer;
}
button.pour-chip:hover{
  transform:translateY(-2px);
  border-color:rgba(216,174,103,.42);
  background:rgba(216,174,103,.10);
  color:#f2e6d8;
}
button.pour-chip.active{
  border-color:rgba(216,174,103,.70);
  background:linear-gradient(180deg, rgba(216,174,103,.18), rgba(216,174,103,.10));
  color:#fff7ec;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.pour-label{
  white-space:nowrap;
}
.pour-mini{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:32px;
  flex:0 0 auto;
}
.pour-mini svg{
  width:28px;
  height:32px;
  display:block;
}
.pour-mini .glass-outline,
.pour-mini .handle{
  fill:none;
  stroke:rgba(216,174,103,.72);
  stroke-width:1.95;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.pour-mini .beer-fill{
  fill:rgba(216,174,103,.40);
}
.pour-mini .beer-fill.faint{
  fill:rgba(216,174,103,.18);
}
.pour-mini .foam-fill{
  fill:rgba(255,247,236,.78);
}
.pour-mini .foam-fill.milk{
  fill:rgba(255,247,236,.88);
}
.pour-mini .foam-fill.thin{
  fill:rgba(255,247,236,.45);
}
.pour-detail{
  display:grid;
  grid-template-columns:108px 1fr;
  gap:18px;
  margin-top:14px;
  padding:16px;
  border:1px solid rgba(216,174,103,.18);
  background:linear-gradient(145deg, rgba(216,174,103,.07), rgba(0,0,0,.14));
  border-radius:10px;
}
.pour-detail-kicker{
  display:none;
}
.pour-copy h4{
  margin:0 0 8px;
  font-size:24px;
  color:#fff8ef;
}
.pour-tagline{
  margin:0 0 10px;
  color:var(--gold2);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.pour-copy p{
  margin:0;
  color:#d6c7b6;
  line-height:1.6;
}
.pour-demo{
  display:flex;
  align-items:center;
  justify-content:center;
}
.demo-mug{
  position:relative;
  width:102px;
  height:104px;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
}
.demo-glass{
  --fill-height: 76%;
  --foam-height: 22px;
  position:relative;
  width:70px;
  height:104px;
  border:2px solid rgba(216,174,103,.74);
  border-radius:2px 2px 12px 12px;
  overflow:hidden;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03), 0 12px 26px rgba(0,0,0,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.00)),
    linear-gradient(90deg, rgba(255,255,255,.03), transparent 30%, rgba(255,255,255,.04) 70%, transparent);
}
.demo-handle{
  position:absolute;
  right:6px;
  top:18px;
  width:26px;
  height:48px;
  border:3px solid rgba(216,174,103,.72);
  border-left:none;
  border-radius:0 20px 20px 0;
  box-shadow:0 0 0 1px rgba(0,0,0,.04);
}
.demo-line{
  display:block;
  position:absolute;
  right:-6px;
  top:23px;
  width:11px;
  height:3px;
  border-radius:999px;
  background:rgba(216,174,103,.76);
  box-shadow:0 0 0 1px rgba(0,0,0,.06);
  z-index:4;
}
.demo-beer,
.demo-foam{
  left:5px;
  right:5px;
  position:absolute;
}
.demo-beer{
  bottom:5px;
  height:0%;
  border-radius:0 0 8px 8px;
  background:linear-gradient(180deg, #f1ca70 0%, #d59c37 58%, #a2651d 100%);
  box-shadow:inset 0 8px 10px rgba(255,255,255,.12);
}
.demo-foam{
  height:0px;
  bottom:5px;
  border-radius:0;
  background:linear-gradient(180deg, rgba(255,251,245,.98), rgba(237,229,214,.95));
  box-shadow:0 0 12px rgba(255,255,255,.14);
}

.beer-visual{
  position:absolute;
  right:2px;
  top:34px;
  z-index:1;
  width:118px;
  color:rgba(216,174,103,.20);
  pointer-events:none;
}
.beer-visual svg{
  width:100%;
  height:auto;
  display:block;
}

/* Replace the old circular O watermark styling with bottle/glass art. */
.rum-bottle-visual{
  right:-4px;
  top:10px;
  width:148px;
  height:164px;
  border:0;
  border-radius:0;
  display:block;
  color:rgba(216,174,103,.18);
}
.rum-bottle-visual svg{
  display:block;
  width:100%;
  height:100%;
}

/* Let both product cards feel equally purposeful. */
.beer-feature .card-link,
.rum-feature .card-link{
  margin-top:18px;
}

@media(max-width:900px){
  .beer-feature-content{
    max-width:88%;
  }
  .beer-visual{
    width:100px;
    top:28px;
    right:-2px;
  }
  .rum-bottle-visual{
    width:122px;
    height:138px;
    top:12px;
    right:-4px;
  }
}
@media(max-width:520px){
  .beer-feature-content{
    max-width:100%;
  }
  .beer-visual{
    width:88px;
    top:22px;
    right:-5px;
    opacity:.84;
  }
  .beer-feature h3,
  .beer-feature > .beer-feature-content > p,
  .pour-title,
  .pour-types,
  .beer-feature .card-link{
    position:relative;
    z-index:2;
  }
  .pour-types{
    max-width:250px;
  }
  .rum-bottle-visual{
    width:100px;
    height:118px;
    top:16px;
    right:-6px;
    opacity:.86;
  }
}


@media(max-width:520px){
  .card-link{
    padding:10px 14px 9px;
    font-size:9.5px;
    letter-spacing:.11em;
  }
}



@media(max-width:520px){
  .pour-types{
    gap:7px;
    max-width:100%;
  }
  .pour-chip{
    padding:8px 11px 8px 9px;
  }
  .pour-label{
    font-size:9.6px;
  }
  .pour-detail{
    grid-template-columns:1fr;
    gap:12px;
  }
  .pour-demo{
    justify-content:flex-start;
  }
  .demo-mug{
    width:102px;
  }
}



/* v76 – six Orinoco pillars */
.orinoco-cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:16px;
  align-items:stretch;
}
.orinoco-cards > .card{
  min-width:0;
}
.compact-feature{
  position:relative;
  overflow:hidden;
  min-height:330px;
  display:flex;
  align-items:stretch;
  background:
    radial-gradient(circle at 88% 12%,rgba(216,174,103,.08),transparent 35%),
    linear-gradient(145deg,#1a1511,#110f0d);
}
.compact-feature-content{
  position:relative;
  z-index:2;
  width:100%;
  display:flex;
  flex-direction:column;
}
.compact-feature h3{
  max-width:78%;
  margin:28px 0 14px;
  font-size:clamp(25px,2.1vw,34px);
  line-height:1.03;
}
.compact-feature p{
  max-width:78%;
  font-size:13.5px;
  line-height:1.65;
}
.feature-watermark{
  position:absolute;
  z-index:1;
  right:10px;
  top:24px;
  width:138px;
  height:138px;
  color:rgba(216,174,103,.17);
  pointer-events:none;
}
.feature-watermark svg{
  width:100%;
  height:100%;
  display:block;
}
.feature-chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:18px;
}
.feature-chips span{
  padding:7px 9px 6px;
  border:1px solid rgba(216,174,103,.22);
  background:rgba(216,174,103,.05);
  color:#d5c5b3;
  font-size:9.5px;
  font-weight:850;
  letter-spacing:.05em;
}
.feature-tagline{
  margin-top:20px;
  color:#f0dfca;
  font-family:Georgia,serif;
  font-size:16px;
  line-height:1.35;
  font-style:italic;
}
.compact-feature .card-link{
  margin-top:auto;
  align-self:flex-start;
  position:relative;
  top:20px;
}
.feature-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.feature-actions a{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border:1px solid rgba(216,174,103,.43);
  background:rgba(216,174,103,.11);
  color:#efe3d5;
  text-decoration:none;
  text-transform:uppercase;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.09em;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.feature-actions a:hover{
  transform:translateY(-2px);
  background:rgba(216,174,103,.20);
  border-color:rgba(216,174,103,.70);
}
.beer-lemonade-note{
  margin-top:15px;
  padding:10px 12px;
  border-left:2px solid rgba(216,174,103,.55);
  background:rgba(216,174,103,.05);
  color:#d9c9b7;
  font-size:11.5px;
  line-height:1.45;
}
.beer-lemonade-note span{
  color:var(--gold2);
  margin-right:5px;
}
.coffee-feature{
  border-color:rgba(216,174,103,.22);
}
.wine-feature{
  border-color:rgba(216,174,103,.26);
}
.mix-feature{
  border-color:rgba(216,174,103,.24);
}
.experience-feature{
  border-color:rgba(216,174,103,.28);
}
@media(max-width:1050px){
  .orinoco-cards{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .compact-feature h3,
  .compact-feature p{
    max-width:82%;
  }
}
@media(max-width:820px){
  .orinoco-cards{
    grid-template-columns:1fr !important;
  }
  .compact-feature{
    min-height:300px;
  }
  .compact-feature h3,
  .compact-feature p{
    max-width:85%;
  }
}
@media(max-width:520px){
  .compact-feature{
    min-height:0;
  }
  .compact-feature h3{
    max-width:82%;
    margin-top:24px;
    font-size:27px;
  }
  .compact-feature p{
    max-width:100%;
    padding-right:0;
  }
  .feature-watermark{
    width:102px;
    height:102px;
    top:20px;
    right:-2px;
    color:rgba(216,174,103,.14);
  }
  .feature-tagline{
    font-size:15px;
  }
  .compact-feature .card-link{
    top:12px;
    margin-bottom:12px;
  }
}


/* v77 – typography parity + expandable regional wineries */
.compact-feature h3{
  font-size:clamp(30px,2.65vw,38px);
  line-height:1.04;
}
.compact-feature p{
  font-size:16px;
  line-height:1.62;
}
.compact-feature .feature-tagline{
  font-size:17px;
}
.coffee-feature .feature-tagline{
  margin-top:26px;
}
.winery-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.winery-tab{
  appearance:none;
  border:1px solid rgba(216,174,103,.34);
  background:rgba(216,174,103,.05);
  color:#d7c8b5;
  padding:10px 14px;
  min-height:42px;
  font:inherit;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.winery-tab:hover{
  transform:translateY(-1px);
  border-color:rgba(216,174,103,.6);
}
.winery-tab.active{
  background:rgba(216,174,103,.18);
  border-color:rgba(216,174,103,.72);
  color:#fff5e9;
}

.wine-feature .winery-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}
.wine-feature .winery-tabs .winery-tab{
  min-width:160px;
  justify-content:center;
  text-align:center;
  padding:13px 22px;
  font-size:12px;
  letter-spacing:.09em;
  background:rgba(216,174,103,.03);
}
.wine-feature .winery-tabs .winery-tab:hover{
  background:rgba(216,174,103,.08);
}
.wine-feature .winery-tabs .winery-tab.active{
  background:linear-gradient(180deg, rgba(216,174,103,.14), rgba(216,174,103,.09));
}
@media(max-width:700px){
  .wine-feature .winery-tabs{
    gap:12px;
  }
  .wine-feature .winery-tabs .winery-tab{
    flex:1 1 calc(33.333% - 8px);
    min-width:0;
    padding:13px 10px;
  }
}

.winery-panels{
  margin-top:12px;
}
.winery-panel{
  display:grid;
  grid-template-columns:minmax(150px,34%) 1fr;
  gap:18px;
  border:1px solid rgba(216,174,103,.18);
  background:linear-gradient(145deg,rgba(216,174,103,.075),rgba(0,0,0,.16));
  padding:13px;
}
.winery-panel[hidden]{display:none !important;}
.winery-photo{
  min-height:178px;
  overflow:hidden;
  background:#0e0c0a;
}
.winery-photo img{
  display:block;
  width:100%;
  height:100%;
  min-height:178px;
  object-fit:cover;
}
.winery-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}
.winery-copy b{
  color:#f4e8da;
  font-family:Georgia,serif;
  font-size:19px;
  line-height:1.15;
}
.winery-copy p{
  max-width:none !important;
  margin:9px 0 0;
  font-size:13px !important;
  line-height:1.55 !important;
}
.winery-fact{
  display:block;
  margin-top:10px;
  color:var(--gold2);
  font-size:11px;
  line-height:1.45;
  font-weight:800;
}
.winery-copy a{
  align-self:flex-start;
  margin-top:11px;
  color:#d9c5ab;
  text-decoration:none;
  font-size:10px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(216,174,103,.36);
  padding-bottom:3px;
}
.mix-bottom-actions{
  margin-top:auto;
  padding-top:24px;
}


.feature-intro-strong{
  margin:12px 0 0;
  color:#ead1ae;
  font-size:18px;
  font-weight:800;
  line-height:1.5;
}
.icon-tiles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.icon-tile{
  min-height:100px;
  border:1px solid rgba(216,174,103,.34);
  background:linear-gradient(145deg, rgba(216,174,103,.08), rgba(0,0,0,.12));
  border-radius:0;
  padding:14px 14px 12px;
  color:#f1e5d7;
  text-decoration:none;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:8px;
  transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
}
.icon-tile:hover{
  transform:translateY(-2px);
  border-color:rgba(216,174,103,.58);
  background:linear-gradient(145deg, rgba(216,174,103,.12), rgba(0,0,0,.14));
  box-shadow:0 10px 24px rgba(0,0,0,.16);
}
.icon-tile .tile-icon{
  width:34px;
  height:34px;
  color:var(--gold2);
  flex:0 0 auto;
}
.icon-tile .tile-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.icon-tile .tile-label{
  display:block;
  color:#f3e7d8;
  font-size:11.5px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  line-height:1.25;
}
.icon-tile .tile-sub{
  display:block;
  color:#d7c6b1;
  font-size:11.5px;
  line-height:1.35;
}
.icon-tile .tile-arrow{
  display:block;
  margin-top:2px;
  color:var(--gold2);
  font-size:18px;
  font-weight:800;
  line-height:1;
}
.icon-tiles.info-tiles .icon-tile,
.icon-tiles.experience-tiles .icon-tile{
  min-height:86px;
}
.icon-tiles.info-tiles .tile-icon,
.icon-tiles.experience-tiles .tile-icon{
  width:32px;
  height:32px;
}
.icon-tiles.info-tiles .icon-tile:hover,
.icon-tiles.experience-tiles .icon-tile:hover{
  transform:none;
}
.wine-feature .compact-feature-content,
.coffee-feature .compact-feature-content,
.mix-feature .compact-feature-content,
.experience-feature .compact-feature-content{
  min-width:0;
}
.winery-summary{
  margin-top:22px;
  border-top:1px solid rgba(216,174,103,.18);
}
.winery-summary .winery-tab{
  width:100%;
  border:none;
  border-bottom:1px solid rgba(216,174,103,.18);
  background:transparent;
  border-radius:0;
  padding:14px 0;
  display:grid;
  grid-template-columns:minmax(84px,118px) minmax(86px,110px) 1fr;
  gap:14px;
  align-items:center;
  text-align:left;
  color:#eadccc;
}
.winery-summary .winery-tab:hover{
  transform:none;
  border-bottom-color:rgba(216,174,103,.32);
  background:rgba(216,174,103,.03);
}
.winery-summary .winery-tab.active{
  background:linear-gradient(90deg, rgba(216,174,103,.08), transparent 38%);
  border-bottom-color:rgba(216,174,103,.45);
  color:#fff5e8;
}
.winery-brand{
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:700;
  letter-spacing:-.01em;
  text-transform:none;
}
.winery-name-short{
  font-size:15px;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
}
.winery-meta{
  justify-self:end;
  color:#d3c2ae;
  font-size:13px;
  line-height:1.35;
  text-transform:none;
  letter-spacing:0;
}
.experience-feature .feature-tagline{
  margin-top:22px;
}
@media(max-width:1050px){
  .icon-tiles{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:820px){
  .icon-tiles{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .winery-summary .winery-tab{
    grid-template-columns:minmax(84px,108px) minmax(76px,100px) 1fr;
    gap:12px;
  }
}
@media(max-width:620px){
  .icon-tiles{
    grid-template-columns:1fr;
  }
  .feature-intro-strong{
    font-size:17px;
  }
  .winery-summary .winery-tab{
    grid-template-columns:1fr;
    gap:4px;
    padding:12px 0;
  }
  .winery-meta{
    justify-self:start;
    font-size:12.5px;
  }
}
@media(max-width:820px){
  .compact-feature h3{font-size:34px;}
  .compact-feature p{font-size:16px;}
  .winery-panel{grid-template-columns:210px 1fr;}
}
@media(max-width:520px){
  .compact-feature h3{
    font-size:32px;
    max-width:86%;
  }
  .compact-feature p{
    font-size:16px;
    line-height:1.62;
  }
  .compact-feature .feature-tagline{font-size:17px;}
  .winery-tabs{gap:7px;}
  .winery-tab{
    flex:1 1 0;
    padding:9px 8px;
    font-size:10px;
  }
  .winery-panel{
    grid-template-columns:1fr;
    gap:12px;
    padding:10px;
  }
  .winery-photo,
  .winery-photo img{
    min-height:180px;
    height:180px;
  }
  .winery-copy b{font-size:20px;}
  .winery-copy p{font-size:14px !important;}
  .winery-fact{font-size:11.5px;}
}



/* v79 – match supplied compact card reference */
.compact-feature{
  padding:28px 28px 26px;
  min-height:0;
}
.compact-feature h3{
  max-width:78%;
  margin:22px 0 10px;
  font-size:clamp(27px,2.25vw,34px);
  line-height:1.05;
}
.compact-feature p{
  max-width:78%;
  margin-top:0;
  font-size:14.5px;
  line-height:1.55;
}
.feature-watermark{
  width:106px;
  height:106px;
  top:22px;
  right:18px;
  color:rgba(216,174,103,.22);
}
.feature-intro-strong{
  margin-top:9px;
  font-size:14.5px;
  line-height:1.45;
  color:#ead0a6;
}
.icon-tiles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}
.icon-tile{
  min-height:112px;
  padding:12px 12px 10px;
  align-items:flex-start;
  justify-content:flex-start;
  gap:8px;
}
.icon-tile .tile-icon{
  width:30px;
  height:30px;
  margin:0 auto 5px;
}
.icon-tile .tile-label{
  width:100%;
  text-align:center;
  font-size:10px;
  letter-spacing:.08em;
}
.icon-tile .tile-sub{
  width:100%;
  text-align:center;
  font-size:10px;
  line-height:1.3;
}
.icon-tile .tile-arrow{
  width:100%;
  text-align:center;
  margin-top:auto;
  font-size:17px;
}
.mix-tiles .icon-tile{
  min-height:116px;
}
.info-tiles .icon-tile,
.experience-tiles .icon-tile{
  min-height:88px;
}
.compact-feature .card-link{
  top:0;
  margin-top:16px;
  margin-bottom:0;
}
.winery-summary{
  margin-top:16px;
}
.winery-summary .winery-tab{
  min-height:48px;
  padding:10px 0;
  grid-template-columns:100px 86px 1fr;
  gap:12px;
}
.winery-brand{
  font-size:16px;
}
.winery-name-short{
  font-size:13px;
}
.winery-meta{
  font-size:11.5px;
}
.winery-panels{
  margin-top:10px;
}
.winery-panel{
  grid-template-columns:150px 1fr;
  gap:14px;
  padding:10px;
}
.winery-photo,
.winery-photo img{
  min-height:142px;
  height:142px;
}
.winery-copy b{
  font-size:17px;
}
.winery-copy p{
  font-size:12px !important;
  line-height:1.45 !important;
}
.winery-fact{
  font-size:10.5px;
}
.experience-feature .feature-tagline{
  margin-top:15px;
  font-size:14px;
}

@media(max-width:820px){
  .compact-feature{
    padding:26px 24px 24px;
  }
  .compact-feature h3{
    max-width:76%;
    font-size:28px;
    margin:20px 0 10px;
  }
  .compact-feature p{
    max-width:82%;
    font-size:14px;
    line-height:1.52;
  }
  .feature-watermark{
    width:92px;
    height:92px;
    right:14px;
    top:20px;
  }
  .icon-tiles{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .icon-tile{
    min-height:104px;
    padding:10px 8px 9px;
  }
  .icon-tile .tile-icon{
    width:27px;
    height:27px;
  }
  .icon-tile .tile-label{
    font-size:9.5px;
  }
  .icon-tile .tile-sub{
    font-size:9.2px;
  }
  .winery-summary .winery-tab{
    grid-template-columns:90px 82px 1fr;
  }
}

@media(max-width:620px){
  .compact-feature{
    padding:24px 18px 22px;
  }
  .compact-feature small{
    font-size:12px;
    letter-spacing:.16em;
  }
  .compact-feature h3{
    max-width:78%;
    font-size:27px;
    line-height:1.04;
    margin:20px 0 10px;
  }
  .compact-feature p{
    max-width:84%;
    font-size:14px;
    line-height:1.5;
  }
  .feature-watermark{
    width:82px;
    height:82px;
    right:10px;
    top:18px;
  }
  .feature-intro-strong{
    max-width:90%;
    font-size:14px;
  }
  .icon-tiles{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px;
    margin-top:16px;
  }
  .icon-tile{
    min-width:0;
    min-height:94px;
    padding:9px 5px 8px;
  }
  .mix-tiles .icon-tile{
    min-height:100px;
  }
  .icon-tile .tile-icon{
    width:25px;
    height:25px;
    margin-bottom:3px;
  }
  .icon-tile .tile-label{
    font-size:8.6px;
    letter-spacing:.055em;
    white-space:nowrap;
  }
  .icon-tile .tile-sub{
    font-size:8.2px;
    line-height:1.2;
  }
  .icon-tile .tile-arrow{
    font-size:15px;
  }
  .info-tiles .icon-tile,
  .experience-tiles .icon-tile{
    min-height:82px;
  }
  .winery-summary{
    margin-top:14px;
  }
  .winery-summary .winery-tab{
    grid-template-columns:72px 70px 1fr !important;
    gap:8px;
    padding:10px 0;
  }
  .winery-brand{
    font-size:14px;
  }
  .winery-name-short{
    font-size:11px;
  }
  .winery-meta{
    justify-self:end !important;
    text-align:right;
    font-size:9.5px;
    line-height:1.2;
  }
  .winery-panel{
    grid-template-columns:1fr;
    gap:10px;
    padding:9px;
  }
  .winery-photo,
  .winery-photo img{
    min-height:150px;
    height:150px;
  }
  .winery-copy p{
    font-size:12.5px !important;
  }
  .compact-feature .card-link{
    margin-top:14px;
  }
}


/* v82 – stronger section watermarks; winery external links removed */
.compact-feature .feature-watermark{
  width:118px !important;
  height:118px !important;
  top:22px !important;
  right:18px !important;
  color:rgba(216,174,103,.54) !important;
  opacity:1 !important;
}
.compact-feature .feature-watermark svg{
  filter:drop-shadow(0 0 8px rgba(216,174,103,.08));
}
@media(max-width:820px){
  .compact-feature .feature-watermark{
    width:104px !important;
    height:104px !important;
    right:14px !important;
    top:20px !important;
    color:rgba(216,174,103,.50) !important;
  }
}
@media(max-width:620px){
  .compact-feature .feature-watermark{
    width:94px !important;
    height:94px !important;
    right:10px !important;
    top:17px !important;
    color:rgba(216,174,103,.46) !important;
  }
}


/* v88 – approved icon artwork embedded directly from the accepted proposal */
.feature-watermark .approved-icon-img,
.tile-icon .approved-icon-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}



/* v93 – selected beer icon in beer section + coffee saucer alignment */
.beer-visual .approved-icon-img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
.feature-watermark.coffee-watermark .approved-icon-img{
  transform:translateX(-8px);
  transform-origin:center;
}
@media(max-width:620px){
  .feature-watermark.coffee-watermark .approved-icon-img{
    transform:translateX(-6px);
  }
}

/* v94 coffee icon with centered saucer */
.feature-watermark.coffee-watermark .approved-icon-img{transform:none !important;}

/* v95 – selected gallery icons: Chess #2, Atmosphere #4 */
.gallery-watermark .approved-icon-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

/* v96 – selected table/chairs icon inside Rezervovať stôl button */
.reservation-table-btn{
  gap:12px;
}
.reservation-table-btn-icon{
  display:block;
  width:46px;
  height:38px;
  object-fit:contain;
  flex:0 0 auto;
}
@media(max-width:520px){
  .reservation-table-btn{
    gap:10px;
  }
  .reservation-table-btn-icon{
    width:40px;
    height:34px;
  }
}



/* v97 – ultrawide desktop hero correction only */
@media (min-width:1700px) and (min-aspect-ratio:18/10){
  /* On very wide monitors the normal 1380px content column sits too far in the middle. */
  .hero .wrap{
    width:min(calc(100% - 96px), 1680px);
  }

  /* Keep the full Orinoco logo safely inside the top edge on ultrawide screens. */
  .hero .brand{
    position:relative;
    top:12px;
  }

  /* Crop slide 1 a little harder and bias it so the central pillar no longer splits the page in half. */
  .hero-bg-1{
    inset:0 auto 0 -1.5%;
    width:116%;
    height:100%;
    object-fit:cover;
    object-position:center center;
  }

  .hero-copy{
    max-width:760px;
    padding-top:28px;
    padding-bottom:76px;
  }

  .hero-heading-3line{
    font-size:clamp(70px,4.7vw,92px);
    max-width:760px;
  }

  .hero-bottom-content{
    max-width:680px;
  }

  .hero-tagline{
    max-width:620px;
  }
}



/* v99 – desktop hero block lower: logo + headline move together */
@media (min-width:901px){
  .hero .brand{
    position:relative !important;
    top:30px !important;
  }
  .hero-copy{
    transform:translateY(28px) !important;
  }
}

/* Same correction on ultrawide; keep the v97 crop/width adjustments. */
@media (min-width:1700px) and (min-aspect-ratio:18/10){
  .hero .brand{
    top:32px !important;
  }
  .hero-copy{
    transform:translateY(30px) !important;
  }
}


/* =========================================================
   v100 – ORINOCO reservation prototype
   ========================================================= */
.res-modal{
  position:fixed;
  inset:0;
  z-index:5000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
  background:rgba(5,5,5,.82);
  backdrop-filter:blur(12px);
}
.res-modal.open{display:flex}
.res-shell{
  width:min(1120px,96vw);
  max-height:92vh;
  overflow:auto;
  border:1px solid rgba(202,160,90,.36);
  border-radius:26px;
  background:
    radial-gradient(circle at 95% 0%, rgba(202,160,90,.08), transparent 32%),
    linear-gradient(180deg,#171717 0%,#101010 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.55);
  color:#f5f1e8;
}
.res-head{
  position:sticky;
  top:0;
  z-index:4;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  padding:28px 30px 22px;
  background:rgba(20,20,20,.96);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(12px);
}
.res-kicker{
  margin:0 0 7px;
  color:#caa05a;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.res-head h2{
  margin:0;
  font-size:clamp(1.8rem,3vw,3rem);
  line-height:1.04;
}
.res-head p{
  margin:10px 0 0;
  max-width:720px;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}
.res-close{
  flex:0 0 auto;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  background:transparent;
  color:#fff;
  font-size:1.35rem;
  cursor:pointer;
}
.res-body{padding:26px 30px 30px}
.res-type-switch{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-bottom:24px;
}
.res-type{
  min-height:58px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:#111;
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.res-type.active{
  border-color:#caa05a;
  background:rgba(202,160,90,.11);
  color:#f4d49c;
}
.res-fields{
  display:grid;
  grid-template-columns:1.2fr .8fr 1fr;
  gap:14px;
  margin-bottom:18px;
}
.res-field label,
.res-block-title{
  display:block;
  margin-bottom:8px;
  color:rgba(255,255,255,.56);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.res-field input,
.res-field select{
  width:100%;
  height:48px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;
  background:#0c0c0c;
  color:#fff;
  font:inherit;
  outline:none;
}
.res-field input:focus,
.res-field select:focus{border-color:#caa05a}
.res-duration{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-bottom:23px;
}
.res-duration button{
  min-width:78px;
  height:40px;
  padding:0 14px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:#0c0c0c;
  color:#ddd;
  font:inherit;
  cursor:pointer;
}
.res-duration button.active{
  border-color:#caa05a;
  background:#caa05a;
  color:#111;
  font-weight:900;
}
.res-legend{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin:0 0 14px;
  color:rgba(255,255,255,.55);
  font-size:.82rem;
}
.res-legend span{display:inline-flex;align-items:center;gap:7px}
.res-dot{width:9px;height:9px;border-radius:50%;display:inline-block}
.res-dot.free{background:#caa05a}
.res-dot.busy{background:#555}
.res-note{
  margin:0 0 18px;
  padding:12px 14px;
  border-left:3px solid #caa05a;
  background:rgba(202,160,90,.07);
  color:rgba(255,255,255,.72);
  font-size:.9rem;
  line-height:1.45;
}
.res-time-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:9px;
}
.res-slot{
  min-height:54px;
  padding:7px 6px;
  border:1px solid rgba(202,160,90,.45);
  border-radius:12px;
  background:rgba(202,160,90,.055);
  color:#f3e6cf;
  cursor:pointer;
  font:inherit;
}
.res-slot strong{display:block;font-size:1rem}
.res-slot small{display:block;margin-top:2px;font-size:.69rem;color:rgba(255,255,255,.48)}
.res-slot:hover:not(:disabled){border-color:#e8c17d;background:rgba(202,160,90,.12)}
.res-slot.selected{
  background:#caa05a;
  color:#111;
  border-color:#caa05a;
  box-shadow:0 0 0 2px rgba(202,160,90,.15);
}
.res-slot.selected small{color:rgba(0,0,0,.62)}
.res-slot:disabled{
  cursor:not-allowed;
  opacity:.38;
  border-color:rgba(255,255,255,.11);
  background:#101010;
  color:#999;
}
.res-darts-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.res-resource{
  padding:18px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(255,255,255,.018);
}
.res-resource h3{
  margin:0 0 14px;
  color:#fff;
  font-size:1.1rem;
}
.res-resource .res-time-grid{grid-template-columns:repeat(4,1fr)}
.res-summary{
  position:sticky;
  bottom:0;
  z-index:3;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  margin:26px -30px -30px;
  padding:17px 30px;
  border-top:1px solid rgba(255,255,255,.09);
  background:rgba(14,14,14,.97);
  backdrop-filter:blur(12px);
}
.res-summary-copy small{
  display:block;
  color:rgba(255,255,255,.46);
  margin-bottom:4px;
}
.res-summary-copy strong{
  display:block;
  color:#fff;
  font-size:1rem;
}
.res-next{
  min-width:190px;
  height:48px;
  padding:0 20px;
  border:0;
  border-radius:999px;
  background:#caa05a;
  color:#111;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.res-next:disabled{opacity:.35;cursor:not-allowed}
.res-step-contact{display:none}
.res-contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.res-contact-grid .wide{grid-column:1/-1}
.res-confirm-box{
  margin-top:18px;
  padding:18px;
  border:1px solid rgba(202,160,90,.26);
  border-radius:16px;
  background:rgba(202,160,90,.06);
}
.res-confirm-box strong{color:#f1d19a}
.res-confirm-box p{margin:7px 0 0;color:rgba(255,255,255,.67);line-height:1.5}
.res-contact-actions{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:22px;
}
.res-back{
  height:46px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:transparent;
  color:#fff;
  font:inherit;
  cursor:pointer;
}
.res-demo-success{
  display:none;
  padding:34px 4px 16px;
  text-align:center;
}
.res-demo-success .check{
  width:64px;height:64px;margin:0 auto 18px;
  display:grid;place-items:center;
  border-radius:50%;
  border:1px solid #caa05a;
  color:#caa05a;font-size:1.9rem;
}
.res-demo-success h3{font-size:1.7rem;margin:0 0 10px}
.res-demo-success p{max-width:620px;margin:0 auto;color:rgba(255,255,255,.68);line-height:1.55}
.res-demo-label{
  display:inline-flex;
  margin-top:18px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.1);
  color:rgba(255,255,255,.45);
  font-size:.72rem;
}
body.res-lock{overflow:hidden}

@media(max-width:900px){
  .res-modal{padding:14px}
  .res-head{padding:22px 20px 18px}
  .res-body{padding:20px}
  .res-fields{grid-template-columns:1fr 1fr}
  .res-fields .res-field:first-child{grid-column:1/-1}
  .res-time-grid{grid-template-columns:repeat(4,1fr)}
  .res-darts-grid{grid-template-columns:1fr}
  .res-summary{margin:24px -20px -20px;padding:14px 20px}
}
@media(max-width:600px){
  .res-modal{padding:0;align-items:stretch}
  .res-shell{width:100%;max-height:none;height:100%;border-radius:0;border:0}
  .res-head{padding:18px 16px 15px}
  .res-body{padding:16px}
  .res-type-switch{gap:8px}
  .res-type{min-height:52px}
  .res-fields{grid-template-columns:1fr}
  .res-fields .res-field:first-child{grid-column:auto}
  .res-time-grid{grid-template-columns:repeat(3,1fr)}
  .res-resource .res-time-grid{grid-template-columns:repeat(3,1fr)}
  .res-contact-grid{grid-template-columns:1fr}
  .res-contact-grid .wide{grid-column:auto}
  .res-summary{
    margin:22px -16px -16px;
    padding:12px 16px;
    align-items:stretch;
    flex-direction:column;
  }
  .res-next{width:100%}
}


/* v102 – live Google availability */
#resDate{cursor:pointer}
.res-live-status{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 16px;
  color:rgba(255,255,255,.64);
  font-size:.82rem;
}
.res-live-status .live-dot{
  width:9px;height:9px;border-radius:50%;
  background:#777;
  box-shadow:0 0 0 4px rgba(255,255,255,.035);
}
.res-live-status.loading .live-dot{background:#caa05a;animation:resPulse 1s infinite alternate}
.res-live-status.ok .live-dot{background:#65b977}
.res-live-status.error .live-dot{background:#c56969}
@keyframes resPulse{from{opacity:.35}to{opacity:1}}
.res-slot small.free-count{color:rgba(255,255,255,.58)}


/* v106 – potvrdenie e-mailom + anti-spam */
.res-hp{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.res-submit-error{
  display:none;
  margin-top:14px;
  padding:12px 14px;
  border:1px solid rgba(197,105,105,.35);
  border-radius:12px;
  background:rgba(197,105,105,.08);
  color:#e9b4b4;
  line-height:1.45;
}
.res-submit-error.show{display:block}


.res-required-note{
  margin:-12px 0 18px;
  color:rgba(255,255,255,.46);
  font-size:.78rem;
}


/* v110 – reservation button alignment + visual mode distinction */
.reservation-actions,
.reservation-buttons,
.reservation-cta,
.reservation-card .actions,
.reservation-box .actions{
  align-items:stretch;
}

.reservation-table-btn,
.reservation-darts{
  min-height:58px;
  height:58px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  vertical-align:middle;
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* When the two buttons sit side-by-side, keep their baselines and dimensions identical. */
.reservation-table-btn + .reservation-darts,
.reservation-darts + .reservation-table-btn{
  align-self:stretch;
}

/* Reservation modal gets a clearly different visual atmosphere per type. */
.res-modal.mode-table{
  --res-accent:#caa05a;
  --res-accent-soft:rgba(202,160,90,.12);
  --res-accent-faint:rgba(202,160,90,.055);
  --res-shell-top:#17130f;
  --res-shell-bottom:#0f0e0c;
  --res-glow:rgba(202,160,90,.10);
}

.res-modal.mode-darts{
  --res-accent:#b96b61;
  --res-accent-soft:rgba(185,107,97,.13);
  --res-accent-faint:rgba(185,107,97,.06);
  --res-shell-top:#181111;
  --res-shell-bottom:#100c0c;
  --res-glow:rgba(185,107,97,.11);
}

.res-modal.mode-table .res-shell,
.res-modal.mode-darts .res-shell{
  background:
    radial-gradient(circle at 92% 0%, var(--res-glow), transparent 34%),
    linear-gradient(180deg,var(--res-shell-top) 0%,var(--res-shell-bottom) 100%);
  border-color:color-mix(in srgb, var(--res-accent) 38%, transparent);
  transition:background .28s ease,border-color .28s ease;
}

.res-modal.mode-table .res-kicker,
.res-modal.mode-darts .res-kicker{
  color:var(--res-accent);
}

.res-modal.mode-table .res-type.active,
.res-modal.mode-darts .res-type.active{
  border-color:var(--res-accent);
  background:var(--res-accent-soft);
  color:#f6e7d0;
}

.res-modal.mode-table .res-duration button.active,
.res-modal.mode-darts .res-duration button.active,
.res-modal.mode-table .res-next:not(:disabled),
.res-modal.mode-darts .res-next:not(:disabled){
  background:var(--res-accent);
  border-color:var(--res-accent);
}

.res-modal.mode-table .res-note,
.res-modal.mode-darts .res-note{
  border-left-color:var(--res-accent);
  background:var(--res-accent-faint);
}

.res-modal.mode-table .res-slot,
.res-modal.mode-darts .res-slot{
  border-color:color-mix(in srgb, var(--res-accent) 46%, transparent);
  background:var(--res-accent-faint);
}

.res-modal.mode-table .res-slot.selected,
.res-modal.mode-darts .res-slot.selected{
  background:var(--res-accent);
  border-color:var(--res-accent);
}

.res-modal.mode-table .res-dot.free,
.res-modal.mode-darts .res-dot.free{
  background:var(--res-accent);
}

.res-modal.mode-darts .res-resource{
  border-color:rgba(185,107,97,.20);
  background:rgba(185,107,97,.025);
}

.res-modal.mode-darts .res-resource h3{
  color:#f0d6d1;
}

/* subtle mode badge cue in header area */
.res-modal.mode-table .res-head::after,
.res-modal.mode-darts .res-head::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg,var(--res-accent),transparent 70%);
  opacity:.55;
}


@supports selector(:has(*)){
  section:has(.reservation-table-btn):has(.reservation-darts) .reservation-table-btn,
  section:has(.reservation-table-btn):has(.reservation-darts) .reservation-darts{
    height:58px !important;
    min-height:58px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    line-height:1 !important;
  }
  section:has(.reservation-table-btn):has(.reservation-darts) > div:has(.reservation-table-btn):has(.reservation-darts),
  section:has(.reservation-table-btn):has(.reservation-darts) div:has(> .reservation-table-btn):has(> .reservation-darts){
    display:flex;
    align-items:stretch;
    gap:0;
  }
}


/* v112 – výrazné potvrdenie po odoslaní žiadosti */
.res-mail-confirm{
  max-width:680px;
  margin:0 auto;
  padding:46px 24px 34px;
}
.res-mail-icon{
  width:72px;
  height:72px;
  margin:0 auto 20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid var(--res-accent,#caa05a);
  color:var(--res-accent,#caa05a);
  font-size:2rem;
}
.res-mail-confirm h3{
  margin:8px 0 14px;
  font-size:clamp(1.8rem,3vw,2.6rem);
}
.res-mail-lead{
  margin:0 auto 20px !important;
  max-width:560px !important;
  color:#f1ece5 !important;
  font-size:1.05rem;
}
.res-mail-warning{
  max-width:580px;
  margin:0 auto 18px;
  padding:18px 20px;
  border:1px solid rgba(202,160,90,.34);
  border-radius:16px;
  background:rgba(202,160,90,.08);
  color:rgba(255,255,255,.78);
  line-height:1.55;
}
.res-mail-warning strong{
  color:#f3d39d;
  font-size:1.05rem;
}
.res-mail-detail{
  margin:0 auto 24px !important;
  color:rgba(255,255,255,.56) !important;
}
.res-success-close{
  min-width:180px;
}


/* v113 – stav odosielania a spoľahlivé potvrdenie */
.res-sending-state{
  display:none;
  max-width:640px;
  margin:0 auto;
  padding:46px 24px 38px;
  text-align:center;
}
.res-sending-state.show{display:block}
.res-spinner{
  width:48px;
  height:48px;
  margin:0 auto 20px;
  border:3px solid rgba(255,255,255,.12);
  border-top-color:var(--res-accent,#caa05a);
  border-radius:50%;
  animation:resSpin .85s linear infinite;
}
@keyframes resSpin{to{transform:rotate(360deg)}}


/* v114 – dlhšie rezervácie stola */
.res-duration{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.res-duration .res-table-duration-only{
  white-space:nowrap;
}
@media (max-width:640px){
  .res-duration .res-table-duration-only{
    flex:0 0 auto;
  }
}



/* V120 – servisne skryvanie sekcii a tlacidiel */
.orinoco-admin-hidden{display:none!important}

/* V124 — sticky navigation + quick return to top */
.nav{
  transition:background .22s ease,box-shadow .22s ease,height .22s ease,padding .22s ease,backdrop-filter .22s ease;
}
.nav.is-sticky{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:1000!important;
  height:72px!important;
  padding-left:max(32px,calc((100vw - var(--max))/2))!important;
  padding-right:max(32px,calc((100vw - var(--max))/2))!important;
  background:rgba(13,11,9,.94)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  box-shadow:0 10px 32px rgba(0,0,0,.28)!important;
  border-bottom:1px solid rgba(216,174,103,.18)!important;
}
.nav.is-sticky .brand{
  padding:2px 6px!important;
  margin-left:-6px!important;
  background:none!important;
  backdrop-filter:none!important;
}
.nav.is-sticky .brand-logo{
  width:74px!important;
  max-width:74px!important;
}
.nav.is-sticky .nav-links a{
  font-size:11px!important;
}
.nav.is-sticky .nav-cta{
  padding:12px 17px!important;
}

.back-to-top{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:990;
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(216,174,103,.58);
  background:rgba(23,18,14,.92);
  color:var(--gold2);
  box-shadow:0 10px 28px rgba(0,0,0,.34);
  display:grid;
  place-items:center;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease,background .2s ease;
  -webkit-tap-highlight-color:transparent;
}
.back-to-top.show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}
.back-to-top:hover{
  background:var(--gold);
  color:#17100b;
}
.back-to-top:focus-visible{
  outline:2px solid var(--gold2);
  outline-offset:3px;
}

@media(max-width:1050px){
  .nav.is-sticky{
    height:64px!important;
    padding-left:20px!important;
    padding-right:20px!important;
    align-items:center!important;
  }
  .nav.is-sticky .brand-logo{
    width:58px!important;
    max-width:58px!important;
  }
  .nav.is-sticky .mobile-btn{
    margin-top:0!important;
  }
  .nav.is-sticky .nav-links{
    top:64px!important;
  }
}
@media(max-width:700px){
  .nav.is-sticky{
    padding-left:14px!important;
    padding-right:14px!important;
  }
  .back-to-top{
    right:14px;
    bottom:18px;
    width:46px;
    height:46px;
    font-size:23px;
  }
}
@media (prefers-reduced-motion: reduce){
  .nav,.back-to-top{transition:none!important}
}


/* v38 – reliable tablet-only crop for first hero image.
   Uses touch detection in index.html because some Android tablets report pointer/hover like desktop. */
html.orinoco-tablet .hero-bg-1,
html.orinoco-tablet .hero > .hero-bg:first-of-type{
  object-position:18% center !important;
}

/* v40 – tablet portrait hero crop: force same left focus as mobile on 10-inch tablets.
   Teclast P33 reports a viewport around 800 px, so use the viewport width directly
   instead of relying on touch-device detection. */
@media (min-width:701px) and (max-width:1050px){
  .hero-bg-1,
  .hero > .hero-bg:first-of-type{
    object-position:18% center !important;
  }
}


/* v41 – Gallery browser: photos/videos per category */
.gallery-browser{
  margin-top:28px;
  padding:22px;
  border:1px solid rgba(221,178,99,.32);
  border-radius:24px;
  background:rgba(255,255,255,.035);
}
.gallery-browser[hidden]{display:none!important}
.gallery-browser-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.gallery-browser-head h3{margin:4px 0 0;font-size:clamp(1.55rem,2.3vw,2.15rem)}
.gallery-browser-close{width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.06);color:#fff;font-size:30px;line-height:1;cursor:pointer}
.gallery-media-tabs{display:flex;gap:10px;margin-bottom:18px}
.gallery-media-tab{border:1px solid rgba(221,178,99,.45);background:transparent;color:#ead7b6;border-radius:999px;padding:11px 18px;font-weight:800;letter-spacing:.05em;cursor:pointer}
.gallery-media-tab.active{background:#ddb263;color:#171717;border-color:#ddb263}
.gallery-media-tab[hidden]{display:none!important}
.gallery-media-status{padding:18px 0;color:rgba(255,255,255,.66)}
.gallery-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.gallery-media-card{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#101010;cursor:pointer;padding:0}
.gallery-media-card img,.gallery-media-card video{width:100%;height:100%;display:block;object-fit:cover}
.gallery-media-card video{pointer-events:none}
.gallery-video-play{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(transparent,rgba(0,0,0,.2))}
.gallery-video-play::before{content:'▶';width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.68);color:#fff;font-size:23px;padding-left:4px;border:1px solid rgba(255,255,255,.35)}
.gallery-media-card:hover img,.gallery-media-card:hover video{transform:scale(1.025)}
.gallery-media-card img,.gallery-media-card video{transition:transform .2s ease}
.gallery-tile.gallery-active{outline:2px solid #ddb263;outline-offset:2px}
.gallery-lightbox{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:18px}
.gallery-lightbox[hidden]{display:none!important}
.gallery-lightbox-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.88)}
.gallery-lightbox-dialog{position:relative;z-index:1;width:min(1100px,95vw);height:min(82vh,800px);display:flex;align-items:center;justify-content:center}
.gallery-lightbox-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.gallery-lightbox-content img,.gallery-lightbox-content video{max-width:100%;max-height:100%;object-fit:contain;border-radius:14px;background:#000}
.gallery-lightbox-content video{width:min(100%,1100px)}
.gallery-lightbox-close{position:absolute;right:0;top:-4px;z-index:3;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.7);color:#fff;font-size:32px;cursor:pointer}
.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:48px;height:58px;border-radius:14px;border:1px solid rgba(255,255,255,.25);background:rgba(0,0,0,.55);color:#fff;font-size:40px;cursor:pointer}
.gallery-lightbox-nav.prev{left:-58px}.gallery-lightbox-nav.next{right:-58px}
body.gallery-lightbox-open{overflow:hidden}
@media(max-width:900px){.gallery-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-lightbox-nav.prev{left:4px}.gallery-lightbox-nav.next{right:4px}}
@media(max-width:620px){.gallery-browser{padding:16px;margin-top:20px}.gallery-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.gallery-media-tab{padding:10px 14px}.gallery-lightbox{padding:8px}.gallery-lightbox-dialog{width:98vw;height:84vh}.gallery-lightbox-close{right:6px;top:4px}}


/* v42 – Gallery: visitor photo submission callout */
.gallery-share-callout{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:16px;
  margin:0 0 24px;
  padding:16px 18px;
  border:1px solid rgba(221,178,99,.34);
  border-radius:18px;
  background:linear-gradient(135deg,rgba(221,178,99,.10),rgba(255,255,255,.025));
}
.gallery-share-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(221,178,99,.14);
  font-size:25px;
}
.gallery-share-copy{display:grid;gap:3px;min-width:0}
.gallery-share-copy strong{font-size:1.03rem;color:#fff}
.gallery-share-copy span{color:rgba(255,255,255,.72);line-height:1.45}
.gallery-share-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap;text-align:right;color:rgba(255,255,255,.56);font-size:.92rem}
.gallery-share-actions a{color:#ddb263;text-decoration:none;font-weight:800}
.gallery-share-actions a:hover{text-decoration:underline}
.gallery-share-mail{white-space:nowrap}
@media(max-width:900px){
  .gallery-share-callout{grid-template-columns:auto minmax(0,1fr);align-items:start}
  .gallery-share-actions{grid-column:2;justify-content:flex-start;text-align:left}
}
@media(max-width:620px){
  .gallery-share-callout{grid-template-columns:1fr;gap:10px;padding:15px}
  .gallery-share-icon{width:42px;height:42px;font-size:22px}
  .gallery-share-actions{grid-column:1;justify-content:flex-start;text-align:left}
}
