/* ==========================================================================
   PortoEye — Cocktail Bar & Grill, Kardamena
   One stylesheet. "Driftwood" palette (owner's pick, 5 Sep 2026): espresso browns
   like the wooden logo board, warm cream type, wood-caramel for actions, the Fiat 500
   teal for the eye in the logo. Every colour is a token in :root below.
   Type: Urbanist (geometric, like the wordmark) + Instrument Serif italic accents.
   ========================================================================== */

:root {
  --ink: #160f0a;  --ink-2: #1e150f;  --ink-3: #2a1e16;  --ink-4: #37291e;
  --line: rgba(244,234,217,.10);  --line-2: rgba(244,234,217,.22);
  --cream: #f4ead9;  --cream-2: #dccbb3;  --muted: #a8927a;  --muted-2: #7f6d59;
  --amber: #c98b52;  --amber-2: #e2ab6c;  --amber-3: #a06a38;
  --teal: #5dc5cd;   --teal-2: #93dde2;
  --font: 'Urbanist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --serif: 'Instrument Serif', 'Times New Roman', Georgia, serif;
  --ease: cubic-bezier(.22,.61,.36,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --ease-io: cubic-bezier(.65,0,.35,1);
  --wrap: 1240px;
  --gutter: clamp(1.1rem, 4vw, 2.5rem);
  --radius: 18px;  --radius-lg: 28px;
  --nav-h: 58px;
  --step--1: clamp(.82rem, .8rem + .2vw, .9rem);
  --step-0: clamp(1rem, .95rem + .3vw, 1.125rem);
  --step-1: clamp(1.15rem, 1.05rem + .6vw, 1.4rem);
  --step-2: clamp(1.5rem, 1.2rem + 1.4vw, 2.1rem);
  --step-3: clamp(2rem, 1.4rem + 2.6vw, 3.3rem);
  --step-4: clamp(2.6rem, 1.6rem + 4.6vw, 5rem);
  --step-5: clamp(3rem, 1.8rem + 6.5vw, 6.6rem);
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--ink); color-scheme: dark; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html.no-motion { scroll-behavior: auto; }
body {
  margin: 0; font-family: var(--font); font-size: var(--step-0); line-height: 1.6;
  color: var(--cream); background: var(--ink);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.lock { overflow: hidden; }
/* film grain, very quiet */
@media (min-width: 901px) {
  body::before {
    content: ""; position: fixed; inset: 0; z-index: 1400; pointer-events: none; opacity: .045;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    mix-blend-mode: overlay;
  }
}
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--cream); }
h1 em, h2 em, h3 em, .statement__txt em {
  font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: 0;
  color: var(--amber-2); font-size: 1.06em;
}
p { margin: 0 0 1em; }
a { color: var(--amber-2); }
img, svg, video { max-width: 100%; }
picture { display: block; }
picture img { display: block; width: 100%; height: 100%; object-fit: cover; }
::selection { background: var(--amber); color: var(--ink); }
:focus-visible { outline: 2px solid var(--teal); outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -9999px; top: 1rem; z-index: 5000; padding: .6rem 1rem; background: var(--amber-2); color: var(--ink); border-radius: 8px; }
.skip:focus { left: 1rem; }

.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.sec { padding-block: clamp(4.5rem, 10vw, 8.5rem); position: relative; }
.sec--dark {
  background:
    radial-gradient(60% 50% at 15% 0%, rgba(93,197,205,.09), transparent 60%),
    radial-gradient(50% 45% at 90% 100%, rgba(201,139,82,.09), transparent 60%),
    var(--ink-2);
}
.sec-head { max-width: 46rem; margin-bottom: clamp(2.5rem, 6vw, 4rem); }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head h2 { font-size: var(--step-4); line-height: 1; letter-spacing: -.03em; margin: .5rem 0 1rem; }
.lead { color: var(--cream-2); font-size: var(--step-1); font-weight: 300; line-height: 1.5; max-width: 40rem; }
.sec-head--center .lead { margin-inline: auto; }
.sec-foot { margin-top: clamp(2rem, 5vw, 3.5rem); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .7rem; margin: 0 0 .4rem;
  font-size: .72rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: var(--teal);
}
.eyebrow::before { content: ""; width: 1.6rem; height: 1px; background: var(--teal); opacity: .8; }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.ico { flex: none; }

/* --------------------------------------------------------------------------
   Buttons, links, chips
   -------------------------------------------------------------------------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: .95rem 1.55rem; border-radius: 999px; border: 1px solid transparent;
  font: inherit; font-size: .95rem; font-weight: 600; letter-spacing: .01em; line-height: 1.1;
  text-decoration: none; cursor: pointer; overflow: hidden; white-space: nowrap;
  transition: transform .45s var(--ease-out), background .3s, color .3s, border-color .3s, box-shadow .4s;
  will-change: transform;
}
.btn > span { position: relative; z-index: 1; }
.btn__ico { position: relative; z-index: 1; transition: transform .35s var(--ease-out); }
.btn:hover .btn__ico { transform: translateX(3px); }
.btn--primary {
  background: linear-gradient(135deg, var(--amber-2), var(--amber) 70%, var(--amber-3));
  color: var(--ink); box-shadow: 0 12px 30px -12px rgba(201,139,82,.7);
}
.btn--primary::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255,255,255,.45) 50%, transparent 70%);
  transform: translateX(-130%); transition: transform .9s var(--ease);
}
.btn--primary:hover::after { transform: translateX(130%); }
.btn--primary:hover { box-shadow: 0 18px 40px -12px rgba(226,171,108,.8); }
.btn--ghost {
  border-color: var(--line-2); color: var(--cream); background: rgba(244,234,217,.05);
  backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
}
.btn--ghost:hover { border-color: rgba(244,234,217,.7); background: rgba(244,234,217,.12); }
.btn--sm { padding: .62rem 1.1rem; font-size: .84rem; }
.btn--lg { padding: 1.15rem 1.9rem; font-size: 1.05rem; }

.link-arrow { display: inline-flex; align-items: center; gap: .55rem; color: var(--amber-2); font-weight: 600; text-decoration: none; }
.link-arrow__ico { transition: transform .35s var(--ease-out); }
.link-arrow:hover .link-arrow__ico { transform: translateX(5px); }
.link-arrow--lg { font-size: var(--step-1); }

.chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 1.2rem 0; }
.chip { font-size: .78rem; font-weight: 500; padding: .42rem .85rem; border: 1px solid var(--line-2); border-radius: 999px; color: var(--cream-2); }

.rating { display: inline-flex; align-items: center; gap: .5rem; color: var(--cream-2); text-decoration: none; font-size: .85rem; }
.rating b { color: var(--amber-2); font-size: 1.1em; }
.rating__ico { color: var(--amber-2); fill: var(--amber-2); }
.rating--lg { font-size: 1rem; padding: .8rem 1.3rem; border: 1px solid var(--line-2); border-radius: 999px; transition: border-color .3s, background .3s; }
.rating--lg:hover { border-color: var(--amber-2); background: rgba(226,171,108,.06); }

/* --------------------------------------------------------------------------
   Motion primitives
   -------------------------------------------------------------------------- */
[data-reveal], .reveal {
  opacity: 0; transform: translateY(26px);
  transition: opacity .9s var(--ease), transform 1s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 85ms);
}
[data-reveal].in, .reveal.in { opacity: 1; transform: none; }
.tilt { position: relative; transform-style: preserve-3d; transition: transform .55s var(--ease-out), box-shadow .55s; }
.tilt::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 3;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 50%), rgba(226,171,108,.2), transparent 60%);
  opacity: 0; transition: opacity .45s;
}
.tilt:hover::after { opacity: 1; }
.magnet { transition: transform .45s var(--ease-out), background .3s, color .3s, border-color .3s, box-shadow .4s; }

html.no-motion [data-reveal], html.no-motion .reveal { opacity: 1; transform: none; transition: none; }
html.no-motion .tilt, html.no-motion .magnet { transform: none !important; }
html.no-motion *, html.no-motion *::before, html.no-motion *::after {
  animation-duration: .001s !important; animation-iteration-count: 1 !important;
  transition-duration: .001s !important; scroll-behavior: auto !important;
}

/* --------------------------------------------------------------------------
   Loader (the eye opens), page fade, cursor, progress
   -------------------------------------------------------------------------- */
.loader {
  position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center;
  background: var(--ink); color: var(--cream);
  transition: transform .9s var(--ease-io), visibility 0s .9s;
  animation: loaderAuto .9s var(--ease-io) 3.4s forwards;   /* safety net if JS never runs */
}
.loader.done { transform: translateY(-100%); visibility: hidden; }
.loader.gone, html.seen .loader, html.no-motion .loader { display: none; animation: none; }
@keyframes loaderAuto { to { transform: translateY(-100%); visibility: hidden; } }
.loader__in { display: grid; justify-items: center; gap: 1.1rem; }
.loader__eye { width: clamp(84px, 12vw, 130px); color: var(--teal); }
.loader__mark { width: 100%; height: auto; display: block; }
.loader.play .loader__eye {
  clip-path: inset(50% 0 50% 0); transform: scale(.82);
  animation: eyeOpen 1s var(--ease-out) .15s forwards, eyeBlink .32s var(--ease-io) 1.15s;
}
@keyframes eyeOpen { to { clip-path: inset(0 0 0 0); transform: scale(1); } }
@keyframes eyeBlink { 0%, 100% { clip-path: inset(0 0 0 0); } 50% { clip-path: inset(46% 0 46% 0); } }
.loader__word { width: clamp(150px, 22vw, 240px); color: var(--cream); opacity: 0; transform: translateY(14px); }
.loader__wordmark { width: 100%; height: auto; display: block; }
.loader__sub { font-size: .68rem; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); opacity: 0; }
.loader.play .loader__word { animation: rise .8s var(--ease-out) .55s forwards; }
.loader.play .loader__sub { animation: rise .8s var(--ease-out) .8s forwards; }
@keyframes rise { to { opacity: 1; transform: none; } }

.fade { position: fixed; inset: 0; z-index: 1500; background: var(--ink); opacity: 0; pointer-events: none; transition: opacity .42s var(--ease); }
body.leaving .fade { opacity: 1; pointer-events: auto; }

/* native cursor everywhere — no custom cursor by design */
a, button, .gchip, label, select { cursor: pointer; }
.g, .pick, .space__tile a, .map-card { cursor: zoom-in; }
.pick, .map-card { cursor: pointer; }

.progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 1000; pointer-events: none; }
.progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--teal), var(--amber-2)); }

.draft {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 2600; max-width: 22rem;
  padding: .6rem .9rem; border-radius: 12px; background: #b3261e; color: #fff;
  font-size: .72rem; line-height: 1.45; box-shadow: 0 10px 30px rgba(0,0,0,.5);
}

/* --------------------------------------------------------------------------
   Nav + drawer
   -------------------------------------------------------------------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900; padding: 1.1rem 0;
  transition: transform .55s var(--ease), background .45s, padding .45s, box-shadow .45s;
}
.nav.scrolled {
  padding: .55rem 0; background: rgba(22,15,10,.74);
  backdrop-filter: blur(18px) saturate(140%); -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 1px 0 var(--line);
}
.nav.hide { transform: translateY(-110%); }
.page-menu .nav.hide { transform: none; }
.nav__in { display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .65rem; color: var(--cream); text-decoration: none; }
.brand__mark { height: 36px; width: auto; color: var(--teal); transition: transform .6s var(--ease-out), height .35s var(--ease); }
.brand:hover .brand__mark { transform: rotate(-10deg) scale(1.08); }
.brand__word { height: 15px; width: auto; transition: height .35s var(--ease); }
.nav__links { display: flex; gap: 1.7rem; margin-left: auto; }
.nav__links a {
  position: relative; padding: .3rem 0; font-size: .92rem; font-weight: 500; color: var(--cream-2); text-decoration: none;
  transition: color .3s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: var(--amber-2);
  transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease-out);
}
.nav__links a:hover, .nav__links a[aria-current] { color: var(--cream); }
.nav__links a:hover::after, .nav__links a[aria-current]::after { transform: scaleX(1); }
.nav__cta { display: flex; align-items: center; gap: .8rem; }
.burger {
  display: none; position: relative; width: 44px; height: 44px; border: 1px solid var(--line-2); border-radius: 50%;
  background: rgba(22,15,10,.5); cursor: pointer; padding: 0;
}
.burger span { position: absolute; left: 12px; right: 12px; height: 1.5px; background: var(--cream); transition: transform .4s var(--ease-out), top .4s; }
.burger span:first-child { top: 17px; } .burger span:last-child { top: 25px; }
.burger[aria-expanded="true"] span:first-child { top: 21px; transform: rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { top: 21px; transform: rotate(-45deg); }

.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; left: auto; z-index: 880;
  width: min(80vw, 400px); display: flex; flex-direction: column; justify-content: space-between;
  padding: calc(7.5rem + env(safe-area-inset-top)) var(--gutter) calc(2.5rem + env(safe-area-inset-bottom));
  background: radial-gradient(70% 50% at 90% 8%, rgba(93,197,205,.14), transparent 60%), var(--ink-2);
  border-left: 1px solid var(--line); text-align: right;
  transform: translateX(104%); transition: transform .55s var(--ease-out), box-shadow .55s;
}
.drawer.open { transform: none; box-shadow: -30px 0 80px -20px rgba(0,0,0,.65); }
.drawer__backdrop { position: fixed; inset: 0; z-index: 879; background: rgba(14,9,6,.6); opacity: 0; transition: opacity .45s var(--ease); }
.drawer__backdrop.open { opacity: 1; }
.drawer__links { display: grid; gap: .25rem; justify-items: end; }
.drawer__links a {
  font-size: clamp(2rem, 8.5vw, 3rem); font-weight: 700; letter-spacing: -.03em; color: var(--cream); text-decoration: none;
  opacity: 0; transform: translateX(28px); transition: opacity .6s var(--ease), transform .7s var(--ease-out);
  transition-delay: calc(var(--i) * 55ms + 120ms);
}
.drawer.open .drawer__links a { opacity: 1; transform: none; }
.drawer__links a[aria-current] { color: var(--amber-2); }
.drawer__meta { display: grid; gap: .6rem; justify-items: end; color: var(--cream-2); font-size: .95rem; }
.drawer__meta a, .drawer__meta span { display: inline-flex; align-items: center; gap: .6rem; flex-direction: row-reverse; color: inherit; text-decoration: none; }
.drawer__meta .ico { color: var(--teal); }
.drawer__social { display: flex; gap: 1rem; margin-top: .4rem; justify-content: flex-end; }

@media (max-width: 900px) {
  :root { --nav-h: 66px; }
  .nav__links, .nav__cta .btn { display: none; }
  .burger { display: block; width: 48px; height: 48px; background: rgba(22,15,10,.55); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
  .burger span { left: 14px; right: 14px; }
  .burger span:first-child { top: 19px; } .burger span:last-child { top: 27px; }
  .burger[aria-expanded="true"] span:first-child, .burger[aria-expanded="true"] span:last-child { top: 23px; }
  /* a bigger, breathing header on phones: the mark sits clear of the status bar / notch */
  .nav { padding: calc(1.05rem + env(safe-area-inset-top)) 0 1.05rem; }
  .nav.scrolled { padding: calc(.55rem + env(safe-area-inset-top)) 0 .55rem; }
  .nav__in { gap: 1rem; }
  .nav__cta { margin-left: auto; }          /* burger on the right, logo on the left */
  .brand { gap: .85rem; }
  .brand__mark { height: 58px; }
  .brand__word { height: 24px; }
  .nav.scrolled .brand__mark { height: 44px; }
  .nav.scrolled .brand__word { height: 18px; }
  .hero { padding-top: calc(8rem + env(safe-area-inset-top)); }
  .phead { padding-top: calc(9rem + env(safe-area-inset-top)); }
}

/* --------------------------------------------------------------------------
   Hero
   -------------------------------------------------------------------------- */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  padding: 8rem 0 5.5rem; isolation: isolate; overflow: hidden;
}
.hero__media { position: absolute; inset: 0; z-index: -2; background: #79685a; }
.hero__photo { position: absolute; inset: 0; }
.hero__photo img { transform-origin: 50% 65%; animation: kenburns 16s var(--ease) both; }
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1); } }
.hero__video { display: none; position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(22,15,10,.55) 0%, rgba(22,15,10,.1) 35%, rgba(22,15,10,.45) 65%, var(--ink) 100%),
    linear-gradient(90deg, rgba(22,15,10,.85) 0%, rgba(22,15,10,.35) 50%, rgba(22,15,10,0) 100%);
}
.hero__in { position: relative; max-width: 42rem; }
.hero__title {
  font-size: var(--step-5); line-height: .96; letter-spacing: -.035em; margin: .5rem 0 1.3rem; perspective: 900px;
}
.hero__title .w {
  display: inline-block; opacity: 0; transform: translateY(.55em) rotateX(-60deg); transform-origin: 50% 100%;
  transition: opacity .7s var(--ease), transform 1s var(--ease-out);
}
.hero__title .w.in { opacity: 1; transform: none; }
html.no-motion .hero__title .w { opacity: 1; transform: none; }
.hero__lead { font-size: var(--step-1); font-weight: 300; color: var(--cream-2); max-width: 34rem; line-height: 1.5; text-shadow: 0 1px 12px rgba(0,0,0,.3); }
.hero__lead strong { color: var(--cream); font-weight: 600; }
.hero__facts {
  list-style: none; display: flex; flex-wrap: wrap; gap: .6rem 1.7rem; margin: 2.2rem 0 0; padding: 1.2rem 0 0;
  border-top: 1px solid var(--line-2); font-size: .86rem; color: var(--cream-2);
}
.hero__facts li { display: flex; align-items: center; gap: .5rem; }
.hero__facts .ico { color: var(--teal); }
.hero__rating { color: var(--cream-2); text-decoration: none; }
.hero__rating:hover { color: var(--cream); }
.hero__card {
  position: absolute; right: clamp(1.5rem, 6vw, 7rem); bottom: 9.5rem; z-index: 2;
  width: clamp(160px, 15vw, 236px); aspect-ratio: 9 / 16; border-radius: 24px; overflow: hidden; display: block;
  background: var(--ink-3); box-shadow: 0 50px 90px -30px rgba(0,0,0,.85), 0 0 0 1px var(--line-2);
  transform-style: preserve-3d; will-change: transform;
}
.hero__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 60%, rgba(22,15,10,.75)); }
.hero__card-video { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__card-label {
  position: absolute; z-index: 1; left: .9rem; right: .9rem; bottom: .9rem; display: flex; align-items: center; gap: .4rem;
  font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cream);
}
.hero__card-label .ico { color: var(--amber-2); fill: var(--amber-2); }
.hero__scroll {
  position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); display: flex; flex-direction: column;
  align-items: center; gap: .55rem; font-size: .62rem; letter-spacing: .28em; text-transform: uppercase;
  color: var(--cream-2); text-decoration: none;
}
.hero__scroll i { width: 1px; height: 46px; background: linear-gradient(var(--amber-2), transparent); animation: scrollLine 2.2s var(--ease-io) infinite; transform-origin: top; }
@keyframes scrollLine { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 900px) {
  .hero { padding: 7rem 0 5rem; }
  .hero__photo { display: none; }
  .hero__video { display: block; }
  .hero__media { background: var(--ink-3); }
  .hero__card, .hero__scroll { display: none; }
  /* the phone hero is video over a bright town: heavier fade where the type sits */
  .hero__video { filter: brightness(.82); }
  .hero__veil { background: linear-gradient(180deg, rgba(22,15,10,.55) 0%, rgba(22,15,10,.3) 24%, rgba(22,15,10,.6) 46%, rgba(22,15,10,.86) 70%, var(--ink) 100%); }
  .hero .eyebrow { color: var(--cream); }
  .hero .eyebrow::before { background: var(--cream); }
  .hero__title, .hero__lead, .hero__facts, .hero .eyebrow { text-shadow: 0 2px 18px rgba(0,0,0,.45); }
}

/* --------------------------------------------------------------------------
   Marquee, statement
   -------------------------------------------------------------------------- */
.marquee {
  overflow: hidden; padding: 1.05rem 0; background: var(--ink-2); border-block: 1px solid var(--line);
  -webkit-mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track { display: flex; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: inline-flex; align-items: center; gap: 2.6rem; padding-right: 2.6rem; font-size: .82rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--cream-2); white-space: nowrap; }
.marquee__item i { font-style: normal; font-size: .62rem; color: var(--amber); }
@keyframes marquee { to { transform: translateX(-50%); } }

.statement__txt { margin: 0; max-width: 62rem; font-size: var(--step-3); font-weight: 500; line-height: 1.18; letter-spacing: -.02em; }
.sw { color: rgba(244,234,217,.16); transition: color .5s var(--ease); }
.sw.lit { color: var(--cream); }
html.no-motion .sw { color: var(--cream); }

/* --------------------------------------------------------------------------
   Levels (scrollytelling)
   -------------------------------------------------------------------------- */
.levels__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.levels__media {
  position: sticky; top: 5.5rem; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; isolation: isolate;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7), 0 0 0 1px var(--line);
}
.levels__stack { position: absolute; inset: 0; }
.levels__img { position: absolute; inset: 0; margin: 0; opacity: 0; transform: scale(1.07); transition: opacity 1s var(--ease), transform 1.6s var(--ease-out); }
.levels__img.is-active { opacity: 1; transform: scale(1); }
.levels__img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(22,15,10,.8)); }
.levels__num {
  position: absolute; left: 1.5rem; bottom: 1rem; display: flex; align-items: baseline; gap: .35rem;
  font-size: 4.6rem; font-weight: 800; line-height: 1; letter-spacing: -.05em; color: var(--cream);
}
.levels__num small { font-size: .95rem; font-weight: 500; letter-spacing: .12em; color: var(--cream-2); }
.levels__num span { display: inline-block; }
.levels__num span.tick { animation: numTick .5s var(--ease-out); }
@keyframes numTick { 0% { transform: translateY(.5em); opacity: 0; } 100% { transform: none; opacity: 1; } }
.levels__list { list-style: none; margin: 0; padding: 0; }
.level { min-height: 68vh; display: flex; flex-direction: column; justify-content: center; padding: 3rem 0; border-top: 1px solid var(--line); }
.level:first-child { border-top: 0; padding-top: 0; min-height: 56vh; }
.level__num { font-size: .78rem; font-weight: 800; letter-spacing: .3em; color: var(--amber); }
.level h3 { font-size: var(--step-3); margin: .6rem 0 .25rem; }
.level__sub { margin: 0 0 1rem; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.level p:not(.level__sub) { color: var(--cream-2); max-width: 30rem; }
.level__img { display: none; }
@media (max-width: 900px) {
  .levels__grid { grid-template-columns: 1fr; }
  .levels__media { display: none; }
  .level, .level:first-child { min-height: 0; padding: 2.6rem 0; }
  .level__img { display: block; margin: 0 0 1.4rem; aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; }
}

/* --------------------------------------------------------------------------
   A day at PortoEye
   -------------------------------------------------------------------------- */
.day__track { position: relative; margin-top: 2rem; }
.day__line { position: absolute; left: 0; right: 0; top: 2.85rem; height: 1px; background: var(--line-2); }
.day__line i { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--amber-2)); box-shadow: 0 0 12px rgba(226,171,108,.6); }
.day__stops { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.6rem; }
.day__stop { position: relative; padding-top: 4.3rem; }
.day__stop::before {
  content: ""; position: absolute; left: 0; top: 2.5rem; width: 12px; height: 12px; border-radius: 50%;
  background: var(--ink-2); border: 2px solid var(--amber-2); box-shadow: 0 0 0 6px var(--ink-2);
}
.day__stop time { position: absolute; top: .3rem; left: 0; font-size: .82rem; font-weight: 700; letter-spacing: .16em; color: var(--amber-2); font-variant-numeric: tabular-nums; }
.day__stop h3 { font-size: var(--step-1); margin: 0 0 .35rem; }
.day__stop p { margin: 0; font-size: .92rem; color: var(--muted); }
@media (max-width: 900px) {
  .day__line { display: none; }
  .day__stops { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; scrollbar-width: none; }
  .day__stops::-webkit-scrollbar { display: none; }
  .day__stop { flex: 0 0 64vw; scroll-snap-align: start; padding: 3.6rem 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(244,234,217,.03); }
  .day__stop::before { left: 1.2rem; top: 2rem; box-shadow: none; }
  .day__stop time { left: 2.3rem; top: 1.65rem; }
}

/* --------------------------------------------------------------------------
   Picks from the menu
   -------------------------------------------------------------------------- */
.picks__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.pick {
  position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; background: var(--ink-3);
  color: var(--cream); text-decoration: none; box-shadow: 0 0 0 1px var(--line);
}
.pick__img { margin: 0; aspect-ratio: 4 / 5; overflow: hidden; }
.pick__img img { transition: transform 1.3s var(--ease-out); }
.pick:hover .pick__img img { transform: scale(1.07); }
.pick__body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 1.5rem; background: linear-gradient(transparent, rgba(22,15,10,.92) 70%); }
.pick__cat { display: block; font-size: .66rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--teal-2); }
.pick h3 { font-size: var(--step-1); margin: .35rem 0 .2rem; }
.pick p { margin: 0; font-size: .9rem; color: var(--cream-2); }
@media (max-width: 900px) { .picks__grid { grid-template-columns: repeat(2, 1fr); gap: .9rem; } }
@media (max-width: 560px) {
  .pick__img { aspect-ratio: 3 / 4; }
  .pick__body { padding: 1rem; }
  .pick h3 { font-size: 1.05rem; }
  .pick p { display: none; }
}

/* --------------------------------------------------------------------------
   Moments (reels)
   -------------------------------------------------------------------------- */
.reels {
  display: flex; gap: 1.1rem; overflow-x: auto; padding: 1.5rem var(--gutter) 2.5rem;
  scroll-snap-type: x proximity; scrollbar-width: none; cursor: grab; user-select: none;
}
.reels::-webkit-scrollbar { display: none; }
.reels.dragging { cursor: grabbing; scroll-snap-type: none; }
.reel {
  position: relative; flex: 0 0 clamp(200px, 22vw, 280px); aspect-ratio: 9 / 16; margin: 0; border-radius: 22px; overflow: hidden;
  background: var(--ink-3); scroll-snap-align: start; box-shadow: 0 30px 60px -30px rgba(0,0,0,.8), 0 0 0 1px var(--line);
}
.reel:nth-child(even) { margin-top: 2.2rem; }
.reel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 65%, rgba(22,15,10,.8)); pointer-events: none; }
.reel__video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel__label { position: absolute; z-index: 1; left: 1rem; bottom: 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--cream); }
.moments .sec-head { margin-bottom: 0; }
@media (max-width: 600px) { .reel { flex-basis: 62vw; } .reel:nth-child(even) { margin-top: 1.2rem; } }

/* --------------------------------------------------------------------------
   Numbers, reviews
   -------------------------------------------------------------------------- */
.numbers__grid {
  list-style: none; margin: 0 0 clamp(3rem, 8vw, 6rem); padding: 2.6rem 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem;
  border-block: 1px solid var(--line);
}
.num__val { display: block; font-size: var(--step-4); font-weight: 800; letter-spacing: -.04em; line-height: 1; color: var(--cream); font-variant-numeric: tabular-nums; }
.num__lab { display: block; margin-top: .5rem; font-size: .9rem; color: var(--muted); }
@media (max-width: 700px) { .numbers__grid { grid-template-columns: repeat(2, 1fr); } }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.quote { position: relative; margin: 0; padding: 2.2rem 2rem 1.8rem; border-radius: var(--radius-lg); background: var(--ink-2); border: 1px solid var(--line); }
.quote::before { content: "\201C"; position: absolute; top: .4rem; left: 1.4rem; font-family: var(--serif); font-size: 5rem; line-height: 1; color: var(--amber); opacity: .45; }
.quote blockquote { margin: 1.4rem 0 1.1rem; font-family: var(--serif); font-style: italic; font-size: var(--step-2); line-height: 1.25; color: var(--cream); }
.quote figcaption { font-size: .82rem; color: var(--muted); }
.quote figcaption b { color: var(--cream-2); font-weight: 600; }
.quote figcaption a { color: var(--teal-2); text-decoration: none; }
@media (max-width: 900px) { .quotes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .quotes { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Find us, CTA band, page header, thank-you
   -------------------------------------------------------------------------- */
.find__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.find__photo { margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.find__rows { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; gap: 1.1rem; }
.find__rows li { display: flex; gap: 1rem; align-items: flex-start; color: var(--cream-2); line-height: 1.5; }
.find__rows .ico { color: var(--teal); margin-top: .25rem; }
.find__rows a { color: var(--cream); text-decoration: none; }
.find__rows a:hover { color: var(--amber-2); }
@media (max-width: 900px) { .find__grid { grid-template-columns: 1fr; } .find__photo { aspect-ratio: 4 / 3; } }

.cta { position: relative; isolation: isolate; overflow: hidden; padding: clamp(6rem, 14vw, 11rem) 0; text-align: center; }
.cta__bg, .phead__bg, .ty__bg { position: absolute; inset: -12% 0; z-index: -2; will-change: transform; }
.cta__veil { position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(22,15,10,.5), rgba(22,15,10,.88)); }
.cta__in { max-width: 44rem; margin-inline: auto; }
.cta h2 { font-size: var(--step-4); letter-spacing: -.03em; margin: .5rem 0 1rem; }
.cta .lead { margin-inline: auto; }
.cta .btn-row { justify-content: center; margin-top: 1.6rem; }
.cta .eyebrow { justify-content: center; }
.cta .eyebrow::before { display: none; }

.phead { position: relative; min-height: 64vh; display: flex; align-items: flex-end; padding: 9rem 0 4rem; isolation: isolate; overflow: hidden; }
.phead__veil, .ty__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(22,15,10,.6), rgba(22,15,10,.25) 45%, var(--ink) 100%); }
.phead h1 { font-size: var(--step-5); line-height: .97; letter-spacing: -.035em; max-width: 14ch; margin: .4rem 0 1rem; }
.phead .lead { max-width: 40rem; }

.ty { position: relative; min-height: 82vh; display: flex; align-items: center; isolation: isolate; overflow: hidden; padding-top: 9rem; }
.ty__in { max-width: 50rem; }
.ty h1 { font-size: var(--step-5); letter-spacing: -.035em; line-height: .97; margin: .4rem 0 1rem; }
.ty .btn-row { margin-top: 1.6rem; }

/* --------------------------------------------------------------------------
   The Levels page
   -------------------------------------------------------------------------- */
.space { scroll-margin-top: 4rem; }
.space--alt { background: var(--ink-2); }
.space__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); align-items: start; }
@media (min-width: 901px) { .space__body { position: sticky; top: 7rem; } }
.space--alt .space__grid { direction: rtl; }
.space--alt .space__grid > * { direction: ltr; }
.space__num { display: block; font-size: 5rem; font-weight: 800; line-height: 1; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 1px var(--amber); }
.space h2 { font-size: var(--step-4); letter-spacing: -.03em; margin: .4rem 0 .35rem; }
.space__sub { margin: 0 0 1.2rem; font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal); }
.space__mosaic { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.space__tile { margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius); overflow: hidden; background: var(--ink-3); }
.space__tile:first-child { grid-column: span 2; aspect-ratio: 16 / 10; }
.space__tile a { display: block; height: 100%; }
.space__tile img { transition: transform 1.3s var(--ease-out); }
.space__tile:hover img { transform: scale(1.06); }
@media (max-width: 900px) { .space__grid { grid-template-columns: 1fr; } .space__tile:first-child { aspect-ratio: 16 / 11; } }

/* --------------------------------------------------------------------------
   Menu page
   -------------------------------------------------------------------------- */
.mtabs {
  position: sticky; top: var(--nav-h); z-index: 800; background: rgba(22,15,10,.86);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--line);
}
.mtabs__in { display: flex; gap: .3rem; overflow-x: auto; scrollbar-width: none; padding: .6rem 0; }
.mtabs__in::-webkit-scrollbar { display: none; }
.mtabs a {
  flex: none; padding: .55rem 1.05rem; border-radius: 999px; font-size: .84rem; font-weight: 600; color: var(--cream-2);
  text-decoration: none; transition: background .3s, color .3s;
}
.mtabs a:hover { color: var(--cream); }
.mtabs a.is-on { background: var(--amber-2); color: var(--ink); }
.msec { padding: clamp(3.5rem, 8vw, 6rem) 0; border-top: 1px solid var(--line); scroll-margin-top: 7.5rem; }
.msec__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.msec--flip .msec__grid { direction: rtl; }
.msec--flip .msec__grid > * { direction: ltr; }
.msec__photo { position: sticky; top: 8rem; margin: 0; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden; box-shadow: 0 40px 80px -30px rgba(0,0,0,.7); }
.msec__head h2 { font-size: var(--step-3); margin: .4rem 0 .8rem; }
.mlist { list-style: none; padding: 0; margin: 1.6rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 2rem; }
.mitem { padding: 1rem 0; border-top: 1px solid var(--line); }
.mitem h3 { font-size: 1.05rem; font-weight: 600; margin: 0 0 .25rem; }
.mitem p { margin: 0; font-size: .9rem; color: var(--muted); }
/* prices on cards + the price-list layout (official drinks menu) */
.mitem h3 { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.price { flex: none; font-weight: 700; color: var(--amber-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
.mgroups { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem 2.5rem; margin-top: 1.6rem; }
.mgroup__title { margin: 0 0 .5rem; font-size: .74rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--teal); }
.mrows { list-style: none; margin: 0; padding: 0; }
.mrows li { display: flex; align-items: baseline; gap: .6rem; padding: .45rem 0; border-top: 1px solid var(--line); font-size: .92rem; }
.mrows li span { color: var(--cream); }
.mrows li small { margin-left: .35rem; font-size: .8em; color: var(--muted); }
.mrows li i { flex: 1; min-width: 1rem; border-bottom: 1px dotted var(--line-2); transform: translateY(-.35em); }
.mrows li b { font-weight: 600; color: var(--cream-2); font-variant-numeric: tabular-nums; white-space: nowrap; }
@media (max-width: 900px) { .mgroups { grid-template-columns: 1fr; gap: 1.4rem; } }
.mnote__in { text-align: center; max-width: 46rem; margin-inline: auto; }
.mnote__in .lead { margin-inline: auto; }
.mnote .btn-row { justify-content: center; margin-top: 1.4rem; }
@media (max-width: 900px) {
  .msec__grid { grid-template-columns: 1fr; }
  .msec__photo { position: static; aspect-ratio: 16 / 10; }
  .mlist { grid-template-columns: 1fr; }
}

/* --------------------------------------------------------------------------
   Gallery + lightbox
   -------------------------------------------------------------------------- */
.gfilters { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 2rem; }
.gchip {
  padding: .55rem 1.1rem; border: 1px solid var(--line-2); border-radius: 999px; background: none; color: var(--cream-2);
  font: inherit; font-size: .84rem; font-weight: 600; cursor: pointer; transition: background .3s, color .3s, border-color .3s;
}
.gchip:hover { color: var(--cream); border-color: var(--cream-2); }
.gchip.is-on { background: var(--cream); color: var(--ink); border-color: var(--cream); }
.gal { columns: 4 230px; column-gap: .9rem; }
.g { display: block; break-inside: avoid; margin: 0 0 .9rem; border-radius: 14px; overflow: hidden; position: relative; background: var(--ink-3); }
.g picture img { height: auto; transition: transform 1.1s var(--ease-out); }
.g:hover picture img { transform: scale(1.04); }
.g.is-out { display: none; }
.gsec { padding-top: 3rem; }

.lb { position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; padding: 3rem; background: rgba(10,7,4,.95); animation: fadeIn .3s; }
@keyframes fadeIn { from { opacity: 0; } }
.lb__fig { margin: 0; max-width: min(92vw, 1500px); text-align: center; }
.lb__img { max-width: 100%; max-height: 82vh; width: auto; height: auto; border-radius: 10px; box-shadow: 0 40px 100px rgba(0,0,0,.7); animation: lbIn .5s var(--ease-out); }
@keyframes lbIn { from { opacity: 0; transform: scale(.96) translateY(10px); } }
.lb__count { margin-top: .9rem; font-size: .76rem; letter-spacing: .16em; color: var(--muted); }
.lb__btn {
  position: absolute; width: 52px; height: 52px; border-radius: 50%; border: 1px solid var(--line-2);
  background: rgba(244,234,217,.06); color: var(--cream); display: grid; place-items: center; cursor: pointer;
  transition: background .3s, transform .3s var(--ease-out);
}
.lb__btn:hover { background: rgba(244,234,217,.16); transform: scale(1.06); }
.lb__close { top: 1.2rem; right: 1.2rem; }
.lb__prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb__next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lb__prev:hover, .lb__next:hover { transform: translateY(-50%) scale(1.06); }
.lb__flip { transform: rotate(180deg); }
@media (max-width: 700px) {
  .lb { padding: 0; }
  .lb__img { max-height: 78vh; border-radius: 0; }
  .lb__prev, .lb__next { top: auto; bottom: 1.2rem; transform: none; }
  .lb__prev:hover, .lb__next:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Contact
   -------------------------------------------------------------------------- */
.contact__grid { display: grid; grid-template-columns: 1.3fr .85fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.form { display: grid; gap: 1.25rem; }
.form__row { display: grid; gap: 1.25rem; }
.form__row--2 { grid-template-columns: 1fr 1fr; }
.form__row--3 { grid-template-columns: 1.2fr 1fr 1fr; }
.field label { display: block; margin-bottom: .5rem; font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--cream-2); }
.field label small { margin-left: .4rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: var(--muted); }
input, select, textarea {
  width: 100%; font: inherit; font-size: 16px; color: var(--cream); background: var(--ink-3);
  border: 1px solid var(--line-2); border-radius: 12px; padding: .9rem 1rem;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--amber-2); box-shadow: 0 0 0 4px rgba(226,171,108,.14); background: var(--ink-4); }
textarea { resize: vertical; min-height: 7rem; }
select {
  appearance: none; -webkit-appearance: none; padding-right: 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23dccbb3' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 1rem center;
}
select option { color: #2a1e16; background: #fff; }
input[type="date"] { color-scheme: dark; }
input[type="date"]::-webkit-calendar-picker-indicator { filter: invert(.85); cursor: pointer; }
.form__consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .86rem; color: var(--muted); }
.form__consent input { width: 1.1rem; height: 1.1rem; margin-top: .2rem; flex: none; accent-color: var(--amber); }
.form .btn { justify-self: start; }
.form__note { margin: 0; font-size: .82rem; color: var(--muted); }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form__status { margin-bottom: 1.2rem; padding: 1rem 1.2rem; border-radius: 12px; border: 1px solid; }
.form__status.is-err { background: rgba(200,60,60,.12); border-color: rgba(200,60,60,.45); color: #f3c2c2; }
.form__status.is-ok { background: rgba(93,197,205,.1); border-color: rgba(93,197,205,.4); color: var(--teal-2); }

/* phone field with country code (house component) */
.phone-field { display: flex; align-items: stretch; gap: .5rem; }
.phone-field input[type="tel"] { flex: 1 1 auto; min-width: 0; }
.phone-field__cc { position: relative; flex: 0 0 auto; display: flex; align-items: center; background: var(--ink-3); border: 1px solid var(--line-2); border-radius: 12px; transition: border-color .3s, box-shadow .3s; }
.phone-field__cc:focus-within { border-color: var(--amber-2); box-shadow: 0 0 0 4px rgba(226,171,108,.14); }
.phone-field__display { display: flex; align-items: center; gap: .45rem; padding: .9rem .7rem .9rem .9rem; font-size: 1rem; color: var(--cream); white-space: nowrap; pointer-events: none; }
.phone-field__flag { font-size: 1.15em; line-height: 1; }
.phone-field__dial { font-variant-numeric: tabular-nums; }
.phone-field__cc::after { content: ""; margin-right: .8rem; width: 6px; height: 6px; border-right: 1px solid var(--cream-2); border-bottom: 1px solid var(--cream-2); transform: translateY(-2px) rotate(45deg); pointer-events: none; }
.phone-field__select { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; border: 0; padding: 0; margin: 0; font-size: 16px; -webkit-appearance: none; appearance: none; }
.phone-field__select option, .phone-field__select optgroup { color: #2a1e16; background: #fff; }
@media (max-width: 330px) { .phone-field { flex-wrap: wrap; } .phone-field input[type="tel"] { flex: 1 1 100%; } }

.rail__list { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .6rem; }
.rail__item > a, .rail__item > span {
  display: flex; gap: 1rem; align-items: center; padding: 1rem 1.1rem; border-radius: 14px; background: var(--ink-2);
  border: 1px solid var(--line); color: var(--cream-2); text-decoration: none; line-height: 1.4;
  transition: border-color .3s, background .3s, transform .4s var(--ease-out);
}
.rail__item > a:hover { border-color: var(--line-2); background: var(--ink-3); transform: translateX(5px); }
.rail__item .ico { color: var(--teal); }
.rail__item b { color: var(--cream); font-weight: 600; }
.map-card { display: block; position: relative; margin-bottom: 1.5rem; aspect-ratio: 4 / 3; border-radius: var(--radius-lg); overflow: hidden; }
.map-card picture { height: 100%; }
.map-card__label {
  position: absolute; z-index: 2; left: 1rem; bottom: 1rem; display: inline-flex; gap: .5rem; align-items: center;
  padding: .6rem 1rem; border-radius: 999px; background: rgba(22,15,10,.82); backdrop-filter: blur(8px);
  font-size: .82rem; font-weight: 600; color: var(--cream);
}
.rail__social { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; }
.rail__social a { display: inline-flex; gap: .5rem; align-items: center; color: var(--cream-2); text-decoration: none; font-size: .9rem; }
.rail__social a:hover { color: var(--amber-2); }
@media (max-width: 900px) {
  .contact__grid { grid-template-columns: 1fr; }
  .form__row--3 { grid-template-columns: 1fr 1fr; }
  .form__row--3 .field:first-child { grid-column: span 2; }
}
@media (max-width: 560px) { .form__row--2 { grid-template-columns: 1fr; } }

/* --------------------------------------------------------------------------
   Footer, call bar
   -------------------------------------------------------------------------- */
.ftr { background: #0e0906; border-top: 1px solid var(--line); padding: 4.5rem 0 2rem; color: var(--cream-2); font-size: .92rem; }
.ftr__top { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 2rem 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line); }
.ftr h4 { margin: 0 0 1rem; font-size: .72rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--amber-2); }
.ftr ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .5rem; }
.ftr a { color: var(--cream-2); text-decoration: none; transition: color .3s; }
.ftr a:hover { color: var(--cream); }
.ftr__mark { height: 42px; width: auto; color: var(--teal); }
.ftr__tag { max-width: 26rem; margin: 1rem 0 1.2rem; }
.ftr__social { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; }
.ftr__social a { display: inline-flex; gap: .4rem; align-items: center; font-size: .85rem; }
.ftr__bot { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: center; justify-content: space-between; padding-top: 1.6rem; font-size: .8rem; color: var(--muted); }
.motion-toggle {
  background: none; border: 1px solid var(--line-2); color: var(--muted); border-radius: 999px; padding: .38rem .85rem;
  font: inherit; font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: border-color .3s, color .3s;
}
.motion-toggle:hover { color: var(--cream-2); border-color: var(--cream-2); }
.motion-toggle b { color: var(--cream-2); font-weight: 700; }

/* "Powered and secured by thefixer" — studio mark, never restyled */
.fixer { display: inline-flex; align-items: center; gap: .5rem; color: #9a8f83; text-decoration: none; opacity: .9; transition: opacity .3s, color .3s; }
.fixer:hover { opacity: 1; color: var(--cream-2); }
.fixer__shield { opacity: .7; transition: opacity .3s; }
.fixer:hover .fixer__shield { opacity: 1; }
.fixer__phrase { font-family: Arial, Helvetica, sans-serif; font-size: .62rem; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.fixer__lockup { font-size: .9rem; color: #b8ad9f; line-height: 1; }
.fixer__the { font-family: Arial, Helvetica, sans-serif; font-weight: 400; }
.fixer__fixer { font-family: "Arial Black", Arial, Helvetica, sans-serif; font-weight: 900; }

.callbar {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 850; gap: .5rem;
  padding: .6rem .6rem calc(.6rem + env(safe-area-inset-bottom));
  background: rgba(14,9,6,.9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line);
}
.callbar__btn {
  flex: 1; display: inline-flex; justify-content: center; align-items: center; gap: .4rem; padding: .85rem .5rem;
  border-radius: 12px; font-size: .85rem; font-weight: 600; color: var(--cream); background: var(--ink-3);
  border: 1px solid var(--line-2); text-decoration: none;
}
.callbar__btn--primary { background: var(--amber-2); color: var(--ink); border-color: transparent; }
@media (max-width: 900px) {
  .callbar { display: flex; }
  body { padding-bottom: 74px; }
  .draft { bottom: 86px; right: .6rem; left: .6rem; max-width: none; }
  .ftr__top { grid-template-columns: 1fr 1fr; }
  .ftr__brand { grid-column: span 2; }
}
@media (max-width: 560px) {
  .ftr__top { grid-template-columns: 1fr; }
  .ftr__brand { grid-column: auto; }
  .ftr__bot { justify-content: flex-start; }
}
