:root {
  --ink: #182331;
  --ink-2: #2f3a3f;
  --paper: #fffaf0;
  --cream: #f1e4c8;
  --sage: #667461;
  --wine: #792d34;
  --gold: #c79743;
  --mist: #e7ece8;
  --white: #fff;
  --shadow: 0 20px 60px rgba(24, 35, 49, .18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(24, 35, 49, .86), rgba(24, 35, 49, .28) 78%, transparent);
  transition: background .2s ease, box-shadow .2s ease;
}

.site-header.scrolled {
  background: rgba(24, 35, 49, .96);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
}

.brand img {
  width: 42px;
  height: 48px;
  object-fit: contain;
}

.nav {
  position: fixed;
  inset: 68px 14px auto;
  display: none;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 10px;
  background: rgba(24, 35, 49, .98);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

.nav.open {
  display: grid;
}

.nav a,
.nav button {
  padding: 12px;
  color: var(--white);
  text-decoration: none;
  background: transparent;
  border: 0;
  text-align: left;
  font: inherit;
}

.lang {
  font-weight: 800;
  color: var(--gold) !important;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.nav-toggle span {
  width: 19px;
  height: 2px;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(24, 35, 49, .34), rgba(24, 35, 49, .32) 35%, rgba(24, 35, 49, .9));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 120px 0 56px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 11vw, 6.8rem);
  line-height: .92;
  letter-spacing: 0;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 1.05rem;
}

.hero-copy {
  max-width: 660px;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.btn.primary {
  color: var(--ink);
  background: var(--gold);
}

.btn.secondary {
  color: var(--white);
  background: var(--wine);
}

.btn.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .5);
  background: rgba(255, 255, 255, .08);
}

.info-strip {
  display: grid;
  gap: 1px;
  background: var(--ink);
}

.info-strip div {
  padding: 22px;
  background: var(--mist);
}

.info-strip strong,
.info-strip span {
  display: block;
}

.info-strip strong {
  margin-bottom: 4px;
  color: var(--wine);
  font-size: .78rem;
  text-transform: uppercase;
}

.section,
.gallery-section,
.reservation,
.contact {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.split,
.gelato,
.reservation,
.contact {
  display: grid;
  gap: 28px;
}

.feature-photo,
.gelato-photo {
  margin: 0;
}

.feature-photo img,
.gelato-photo img,
.gallery-main {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.feature-photo img {
  aspect-ratio: 4 / 3;
}

.season {
  width: 100%;
  max-width: none;
  padding: 70px max(16px, calc((100vw - 1160px) / 2));
  background: var(--ink);
  color: var(--white);
}

.season .section-kicker {
  color: var(--gold);
}

.season-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.season-grid article {
  padding: 22px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
}

.season-grid span {
  color: var(--gold);
  font-weight: 900;
}

.gallery-section {
  display: grid;
  gap: 24px;
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery-main {
  aspect-ratio: 4 / 3;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.thumbs button {
  padding: 0;
  border: 3px solid transparent;
  border-radius: 8px;
  background: none;
  overflow: hidden;
}

.thumbs button.active {
  border-color: var(--gold);
}

.thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.gelato {
  align-items: center;
  padding-top: 0;
}

.gelato-photo img {
  aspect-ratio: 16 / 10;
}

.text-link {
  color: var(--wine);
  font-weight: 900;
}

.reservation {
  width: 100%;
  max-width: none;
  padding: 70px max(16px, calc((100vw - 1160px) / 2));
  background: var(--cream);
}

.reserve-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label span {
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #c9c3b8;
  border-radius: 8px;
  background: #fffdfa;
  font: inherit;
}

.phone-line {
  color: var(--wine);
  font-size: 1.15rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.contact {
  padding-bottom: 92px;
}

.contact ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact li {
  display: grid;
  gap: 4px;
}

.contact strong {
  color: var(--wine);
  font-size: .78rem;
  text-transform: uppercase;
}

iframe {
  width: 100%;
  min-height: 330px;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 28px 16px 86px;
  color: var(--white);
  background: var(--ink);
}

footer span {
  font-weight: 900;
}

.mobile-actions {
  position: fixed;
  inset: auto 10px 10px;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
}

.mobile-actions a {
  padding: 13px 8px;
  color: var(--white);
  background: var(--wine);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.mobile-actions a:first-child {
  background: var(--gold);
  color: var(--ink);
}

.mobile-actions a:last-child {
  background: var(--ink);
}

@media (min-width: 760px) {
  .site-header {
    padding: 14px 28px;
  }

  .nav-toggle {
    display: none;
  }

  .nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav a,
  .nav button {
    padding: 9px 10px;
  }

  .hero-content {
    width: min(1160px, calc(100% - 56px));
  }

  .info-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .split,
  .gelato,
  .reservation,
  .contact,
  .gallery-section {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .season-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reserve-form {
    grid-template-columns: 1fr 1fr;
  }

  .reserve-form label:nth-of-type(4),
  .reserve-form button,
  .phone-line {
    grid-column: 1 / -1;
  }

  footer {
    padding-bottom: 28px;
  }

  .mobile-actions {
    display: none;
  }
}

@media (min-width: 1080px) {
  .hero {
    min-height: 88vh;
  }

  .section,
  .gallery-section,
  .contact {
    padding-block: 96px;
  }
}
