:root {
  --paper: #eef7f8;
  --ink: #203038;
  --sea: #2d8fa1;
  --foam: #d8ebef;
  --sand: #eadfce;
  --line: rgba(32, 48, 56, 0.12);
  --shadow: 0 24px 60px rgba(32, 48, 56, 0.12);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Segoe UI", Tahoma, sans-serif;
  background:
    linear-gradient(180deg, #fbfeff 0%, #e9f4f6 48%, #e6ddd2 100%);
}
img { display: block; width: 100%; max-width: 100%; }
.page-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  background: rgba(251,254,255,0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.back-link {
  text-decoration: none;
  color: var(--ink);
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-weight: 700;
}
.switcher { display: grid; gap: 0.35rem; justify-items: end; font-size: 0.82rem; }
.switcher span,.flag,.mark-card figcaption,.plate-card figcaption {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: var(--sea);
}
.switcher select {
  min-width: min(360px, 72vw);
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
}
.seafood-page {
  width: min(1280px, calc(100% - 1rem));
  margin: 0 auto;
  padding: 1rem 0 2rem;
  display: grid;
  gap: 1rem;
}
.coast-top,.menu-row,.plate-grid,.footer-row { display: grid; gap: 1rem; }
.title-card,.mark-card,.service-card,.menu-card,.plate-card,.contact-card,.map-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.coast-top { grid-template-columns: 1.08fr 0.92fr; }
.title-card,.service-card,.menu-card,.contact-card {
  padding: 1.2rem;
  border-radius: 30px;
  background: rgba(255,255,255,0.86);
}
.title-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(216,235,239,0.84));
}
h1,h2,strong { font-family: Georgia, "Times New Roman", serif; }
h1,h2,p,span,figcaption,li { overflow-wrap: anywhere; }
h1 { margin: 0 0 0.8rem; font-size: clamp(3rem, 7vw, 5.8rem); line-height: 0.9; max-width: 8ch; }
h2 { margin: 0 0 0.7rem; font-size: clamp(1.9rem, 3.8vw, 3rem); line-height: 0.95; }
p,span,figcaption,li { line-height: 1.75; }
.lead { margin: 0; max-width: 34rem; }
.mark-card,.plate-card {
  padding: 1rem;
  border-radius: 28px;
  background: rgba(255,255,255,0.9);
}
.mark-card img,.plate-card img {
  min-height: 220px;
  border-radius: 18px;
  object-fit: cover;
  background: linear-gradient(135deg, #d4e7ea, #f8fcfd);
}
.menu-row { grid-template-columns: 0.8fr 1.2fr; }
.service-card {
  background: linear-gradient(180deg, rgba(216,235,239,0.82), rgba(255,255,255,0.92));
}
.service-pill {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}
.service-pill span {
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.84);
  border: 1px solid rgba(45,143,161,0.14);
}
.hero-image {
  min-height: 540px;
  border-radius: 34px;
  object-fit: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #d4e7ea, #f8fcfd);
}
.plate-grid { grid-template-columns: 0.86fr 1.14fr; }
.menu-card {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.92) 0,
      rgba(255,255,255,0.92) 38px,
      rgba(216,235,239,0.28) 38px,
      rgba(216,235,239,0.28) 40px
    );
}
.menu-card ul { margin: 0.8rem 0 0; padding-left: 1.2rem; }
.plate-card,.lifted,.tall { grid-column: 2; }
.lifted { transform: translateX(-1.8rem); background: rgba(245,250,251,0.92); }
.tall { transform: translateX(1rem); background: linear-gradient(180deg, rgba(234,223,206,0.34), rgba(255,255,255,0.94)); }
.footer-row { grid-template-columns: 0.9fr 1.1fr; }
.contact-card p { margin: 0.3rem 0; }
.map-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border-radius: 30px;
  background: linear-gradient(180deg, #f8fcfd, #e5eef0);
}
.pier-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 17%, rgba(32,48,56,0.08) 17% 19%, transparent 19% 43%, rgba(45,143,161,0.16) 43% 46%, transparent 46% 72%, rgba(234,223,206,0.26) 72% 75%, transparent 75%),
    linear-gradient(transparent 0 24%, rgba(32,48,56,0.08) 24% 26%, transparent 26% 49%, rgba(216,235,239,0.22) 49% 52%, transparent 52% 79%, rgba(32,48,56,0.08) 79% 81%, transparent 81%);
}
.pin {
  position: absolute;
  left: 56%;
  top: 46%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--sea);
  transform: translate(-50%, -50%);
}
.pin::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 68%;
  width: 18px;
  height: 18px;
  background: var(--sea);
  transform: translateX(-50%) rotate(45deg);
}
.map-pill {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  font-weight: 700;
}
@media (max-width: 980px) {
  .coast-top,.menu-row,.plate-grid,.footer-row { grid-template-columns: 1fr; }
  .plate-card,.lifted,.tall { grid-column: auto; transform: none; }
  .hero-image { min-height: 320px; }
}
@media (max-width: 760px) {
  .page-header { position: static; display: grid; }
  .switcher { justify-items: start; }
  .seafood-page { width: min(100% - 0.75rem, 1280px); }
}
