/* visit.css — everything below the shared shell. Loads after site.css. */

.wrap{position:relative;z-index:2}

.head{position:relative;padding:78px 0 20px;overflow:hidden}
.hglow{position:absolute;left:-10%;top:-40%;width:60%;height:150%;background:radial-gradient(ellipse at center,rgba(224,145,47,.16),transparent 62%);pointer-events:none}
.veye{font-family:'Bebas Neue',sans-serif;font-size:19px;letter-spacing:4px;color:#B0308A;text-transform:uppercase;display:inline-flex;align-items:center;gap:12px}
.veye::before{content:"";width:30px;height:2px;background:currentColor}
.vh1{font-family:'Playfair Display',serif;font-weight:800;font-size:clamp(47.5px,7.2vw,94.5px);line-height:.98;letter-spacing:-1.5px;margin:18px 0 0;max-width:15ch}
.vh1 em{font-style:italic;color:#E0912F}
.vsub{font-size:20.5px;line-height:1.6;color:#B7A98F;max-width:46ch;margin:22px 0 0}
/* keep the second sentence on one row on desktop; let it wrap on mobile so it
   doesn't overflow the viewport. the nowrap line overruns the 46ch cap, which
   is fine in the open hero. */
.vsub .nw{white-space:nowrap}
@media(max-width:860px){.vsub .nw{white-space:normal}}
.cols{display:grid;grid-template-columns:0.9fr 1.1fr;gap:48px;align-items:stretch;padding:40px 0 20px}
/* Grid items default to min-width:auto, letting a column's content push the
   track wider than the screen (then body{overflow-x:hidden} clips it, so the
   panel just looks cut off). min-width:0 lets each column shrink to its track. */
.cols>*{min-width:0}
.info{display:flex;flex-direction:column;gap:30px}
.icard{border:1px solid rgba(198,144,42,.2);border-radius:16px;padding:26px 28px;background:linear-gradient(160deg,#1a1512,#130d0a)}
/* Footer "get directions →" links to reserve.html#where; offset the jump so the
   Where panel lands below the fixed nav instead of tucking under it. */
#where{scroll-margin-top:100px}
.ilab{font-family:'Bebas Neue',sans-serif;font-size:17px;letter-spacing:2.5px;color:#C6902A;display:flex;align-items:center;gap:10px;margin-bottom:12px}
.iaddr{font-family:'Playfair Display',serif;font-size:25px;line-height:1.35;color:#F3EBDD}
.imut{font-size:16.5px;line-height:1.7;color:#B7A98F;margin-top:8px}
.info .socs{margin-top:14px}
/* spacer holding the gap the removed "nine lives" line used to occupy
   (its 56px top + line + 20px bottom padding) between the panels and footer. */
.vspacer{height:103px}
/* Line the Say Hello card's bottom up with the form's at ANY width (address
   wrapping to 2 vs 3 lines changes the left column's natural height, so a fixed
   pad can't do it): stretch both columns to the taller one, let the Where card
   absorb the left column's slack, and let the form fill its column. No-op on the
   single-column mobile layout, where neither column has slack to distribute. */
.cols>:last-child{display:flex;flex-direction:column}
#resWrap{flex:1 1 auto;display:flex;flex-direction:column}
#resForm{flex:1 1 auto}
.icard.where{flex:1 1 auto}
.map{position:relative;display:block;height:230px;border-radius:16px;overflow:hidden;border:1px solid rgba(198,144,42,.22);background:#14100c;margin-top:16px;text-decoration:none}
/* Real OSM geometry around 14.55277,121.01471, projected 1 viewBox unit = 1 metre.
   The pin sits at the exact centre of the viewBox so `slice` — which crops about
   the centre — lands it at 50%/50% of the card whatever the card's aspect is. */
.mapsvg{position:absolute;inset:0;width:100%;height:100%}
.mblock path{fill:rgba(183,169,143,.06)}
.mroad path{fill:none;stroke-linecap:round;stroke-linejoin:round}
.mst path{stroke:rgba(183,169,143,.14);stroke-width:7}
.mart path{stroke:rgba(183,169,143,.2);stroke-width:15}
.mhere{fill:rgba(224,145,47,.1);stroke:rgba(224,145,47,.42);stroke-width:1.6}
.mlab text{font-family:'Bebas Neue',sans-serif;font-size:9px;letter-spacing:1px;fill:rgba(183,169,143,.5);stroke:#14100c;stroke-width:2.4;paint-order:stroke;stroke-linejoin:round}
.mapgo{position:absolute;right:12px;bottom:12px;z-index:3;display:inline-flex;align-items:center;gap:5px;font-family:'Bebas Neue',sans-serif;font-size:12px;letter-spacing:1.5px;padding:4px 9px;border-radius:5px;background:rgba(0,0,0,.5);color:#C6902A;border:1px solid rgba(198,144,42,.3);opacity:0;transform:translateY(4px);transition:opacity .18s,transform .18s}
.mapgo svg{width:11px;height:11px}
.map:hover .mapgo,.map:focus-visible .mapgo{opacity:1;transform:none}
.map:hover .mhere,.map:focus-visible .mhere{fill:rgba(224,145,47,.16);stroke:rgba(224,145,47,.6)}
.pin{position:absolute;left:50%;top:50%;transform:translate(-50%,-100%);z-index:3;text-align:center}
.pindot{width:30px;height:30px;border-radius:50% 50% 50% 0;background:linear-gradient(#E0912F,#C6902A);transform:rotate(-45deg);box-shadow:0 6px 16px rgba(224,145,47,.5);display:flex;align-items:center;justify-content:center}
.pindot svg{width:15px;height:15px;transform:rotate(45deg);color:#0E0B09}
.pinlab{font-family:'Bebas Neue',sans-serif;font-size:12px;letter-spacing:1.5px;color:#E0912F;background:rgba(14,11,9,.8);padding:3px 8px;border-radius:5px;margin-top:6px;white-space:nowrap;transform:translateX(-50%);margin-left:15px}
.mapchip{position:absolute;top:12px;left:12px;z-index:3;font-family:'Bebas Neue',sans-serif;font-size:12px;letter-spacing:1.5px;padding:4px 9px;border-radius:5px;background:rgba(0,0,0,.5);color:#C6902A;border:1px solid rgba(198,144,42,.3)}
.form{border:1px solid rgba(198,144,42,.24);border-radius:20px;padding:34px 34px 38px;background:linear-gradient(160deg,#1c1512,#120c09);box-shadow:0 30px 70px -40px rgba(224,145,47,.4)}
.vfh{font-family:'Playfair Display',serif;font-weight:700;font-size:38.5px;color:#F3EBDD;line-height:1.1}
.fhs{font-size:18.5px;color:#B7A98F;margin:8px 0 24px;line-height:1.6}
.vrow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
/* min-width:0 so the field (a grid cell) and the input (a flex item with a
   ~20ch intrinsic width + min-width:auto) can shrink to the panel instead of
   overflowing it. box-sizing/width keep the input inside its field. */
.fld{display:flex;flex-direction:column;gap:7px;min-width:0}
.fld.full{grid-column:1/-1}
.flab{font-family:'Bebas Neue',sans-serif;font-size:16.5px;letter-spacing:1.8px;color:#C6902A}
.inp{width:100%;min-width:0;box-sizing:border-box;background:#0E0B09;border:1px solid rgba(198,144,42,.28);border-radius:10px;padding:13px 14px;color:#F3EBDD;font-family:Inter,sans-serif;font-size:19px;transition:border-color .16s,box-shadow .16s}
.inp:focus{outline:none;border-color:#B0308A;box-shadow:0 0 0 3px rgba(176,48,138,.2)}
.inp::placeholder{color:#6f6656}
select.inp{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none' stroke='%23C6902A' stroke-width='2'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
textarea.inp{resize:vertical;min-height:70px}
.ferr{color:#E0912F;font-size:17px;margin:2px 0 14px;display:flex;align-items:center;gap:8px}
.sub{width:100%;font-family:'Bebas Neue',sans-serif;font-size:26.5px;letter-spacing:2px;color:#0E0B09;background:linear-gradient(#E0912F,#C6902A);border:0;border-radius:12px;padding:16px;cursor:pointer;box-shadow:0 12px 30px -10px rgba(224,145,47,.7);transition:transform .16s}
.sub:hover{transform:translateY(-2px)}
.fnote{text-align:center;font-size:16.5px;color:#8a7d68;margin-top:14px}
.ok{text-align:center;padding:20px 10px}
.okcat{width:56px;height:64px;color:#E0912F;margin:0 auto 6px}
.okh{font-family:'Playfair Display',serif;font-weight:700;font-style:italic;font-size:40.5px;color:#F3EBDD;margin-top:10px}
.okp{font-size:19.5px;line-height:1.7;color:#B7A98F;max-width:36ch;margin:14px auto 0}
.okbtn{margin-top:22px;font-family:'Bebas Neue',sans-serif;font-size:20.5px;letter-spacing:1.6px;color:#E0912F;background:none;border:1px solid rgba(224,145,47,.4);border-radius:999px;padding:11px 22px;cursor:pointer;transition:background .16s,color .16s}
.okbtn:hover{background:#E0912F;color:#0E0B09}

@media(max-width:860px){
  .cols{grid-template-columns:1fr}
  .vrow{grid-template-columns:1fr}
  /* Single column: show the "grab a seat" form first, then the Where card, then
     Say Hello (both live in .info, which follows the form column). */
  .cols>:last-child{order:-1}
}

@media(max-width:600px){
  /* Pull "Reserve a Table" up closer to the sticky nav (was 78px). */
  .head{padding-top:28px}
  /* Stack the hero into three rows: drop by / stay awhile / see you at the bar.
     vw-proportional so the longest row ("see you at the bar.") still fits on one
     line across phone widths. */
  .vh1{font-size:clamp(34px,10vw,48px)}
  .vh1 .vln{display:block}
  /* No forced break in the subtext — let it flow and wrap naturally. */
  .subbr{display:none}
  /* Trim the heavy panel padding on a phone so the cards/form sit comfortably
     within the screen with margin to spare. */
  .form{padding:26px 22px 30px}
  .icard{padding:22px 22px}
  /* Long unbreakable strings (email, address) must wrap, not push the panel. */
  .iaddr,.imut,.imut a,.fhs{overflow-wrap:break-word}
  /* iOS Safari gives input[type=date] a native intrinsic width that ignores
     width:100%/min-width:0, so it overflows the panel. appearance:none lets the
     CSS width win. Scoped to phone so desktop keeps its native date picker. */
  input[type=date].inp{-webkit-appearance:none;appearance:none}
  .inp::-webkit-date-and-time-value{text-align:left;margin:0}
  /* Slightly smaller "Send reservation" button on a phone. */
  .sub{font-size:22px;padding:14px;letter-spacing:1.5px}
}
