:root { --paper: #fbf6ec; --panel: #fffdf8; --ink: #211b16; --muted: #6d6257; --line: #eadfcc; --gold: #b58c4c; --sage: #69705d; --terracotta: #9b4a33; } * { box-sizing: border-box; } html { scroll-behavior: smooth; } body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Aptos", "Segoe UI", Arial, sans-serif; line-height: 1.58; } a { color: inherit; } img { max-width: 100%; display: block; } .topbar { position: fixed; z-index: 40; inset: 0 0 auto; min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 14px clamp(18px, 4vw, 58px); color: #fff; background: linear-gradient(to bottom, rgba(24, 21, 17, .74), rgba(24, 21, 17, .16)); } .brand { display: flex; align-items: center; min-width: 0; gap: 12px; text-decoration: none; } .seal { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; font-family: Georgia, "Times New Roman", serif; font-size: 14px; } .brand strong { display: block; max-width: min(54vw, 520px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.08; } .brand span span { display: block; margin-top: 4px; color: rgba(255,255,255,.82); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; } .nav { flex: 0 0 auto; display: flex; align-items: center; gap: 22px; font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; } .nav a { text-decoration: none; } .nav .pill { padding: 11px 17px; border-radius: 999px; background: var(--terracotta); } .hero { position: relative; min-height: 94svh; display: grid; align-items: end; overflow: hidden; isolation: isolate; padding: 112px clamp(20px, 5vw, 76px) 68px; } .hero-media { position: absolute; inset: 0; z-index: -2; } .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; } .hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(22,19,16,.62), rgba(22,19,16,.18) 58%, rgba(22,19,16,.28)), linear-gradient(0deg, rgba(22,19,16,.6), rgba(22,19,16,.08) 56%); } .hero-copy { width: min(620px, 100%); color: #fff; } .eyebrow { display: flex; gap: 12px; align-items: center; margin-bottom: 16px; color: #f3d79d; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; } .eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; } h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: 0; } h1 { margin: 0 0 18px; max-width: 680px; font-size: clamp(34px, 4.2vw, 48px); line-height: 1.06; } .hero p { max-width: 560px; margin: 0 0 26px; color: rgba(255,255,255,.9); font-size: 18px; } .actions { display: flex; flex-wrap: wrap; gap: 12px; } .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .03em; } .btn.light { border-color: rgba(255,255,255,.76); background: rgba(255,255,255,.08); } section { padding: 74px clamp(20px, 5vw, 76px); } .wrap { max-width: 1120px; margin: 0 auto; } .intro-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(280px, .98fr); gap: 44px; align-items: center; } h2 { margin: 0 0 16px; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.12; } .lead { max-width: 720px; margin: 0; color: var(--muted); font-size: 18px; } .photo-card { overflow: hidden; border-radius: 8px; background: #efe4d2; } .photo-card img { width: 100%; height: 100%; object-fit: cover; } .story-photo { aspect-ratio: 4 / 3; } .cream { background: #fffaf2; border-block: 1px solid var(--line); } .menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 28px; background: var(--line); border: 1px solid var(--line); } .menu-card { min-height: 128px; padding: 20px; background: rgba(255,255,255,.62); } .menu-card span { display: block; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .14em; } .menu-card strong { display: block; margin-top: 8px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 500; line-height: 1.2; } .gallery { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; margin-top: 30px; } .gallery-stack { display: grid; gap: 16px; } .gallery .photo-card { aspect-ratio: 4 / 3; } .gallery .wide { aspect-ratio: 16 / 11; } .notes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 26px; } .note { min-height: 120px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); color: var(--muted); } .booking { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 22px; margin-top: 30px; padding: 28px; border-radius: 8px; background: var(--sage); color: #fff; } .booking p { margin: 6px 0 0; color: rgba(255,255,255,.8); } .booking .btn { background: #fff; color: var(--ink); border-color: #fff; } .contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; } .contact-card { min-height: 118px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); text-decoration: none; } .contact-card span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 13px; } .contact-card strong { overflow-wrap: anywhere; } footer { padding: 28px clamp(20px, 5vw, 76px); border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; } .mobile-actions { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: none; gap: 8px; padding: 8px; background: rgba(251,246,236,.96); border-top: 1px solid var(--line); } .mobile-actions a { flex: 1; padding: 12px 8px; border-radius: 8px; background: var(--ink); color: #fff; text-align: center; text-decoration: none; font-size: 13px; font-weight: 900; } @media (max-width: 860px) { .topbar { min-height: 66px; padding: 11px 15px; background: rgba(26,23,19,.76); backdrop-filter: blur(10px); } .seal { width: 38px; height: 38px; font-size: 13px; } .brand strong { max-width: 52vw; font-size: 17px; } .brand span span { font-size: 9px; } .nav a:not(.pill) { display: none; } .nav .pill { padding: 10px 13px; font-size: 11px; } .hero { min-height: 88svh; padding: 98px 20px 68px; } .hero-media img { object-position: center center; } .eyebrow { font-size: 11px; margin-bottom: 13px; } h1 { max-width: 340px; font-size: 30px; line-height: 1.08; } .hero p { max-width: 340px; font-size: 16px; } section { padding: 54px 20px; } .intro-grid, .booking, .contact-grid, .gallery { grid-template-columns: 1fr; } .menu-grid { grid-template-columns: 1fr 1fr; } .notes { grid-template-columns: 1fr; } .gallery .photo-card, .gallery .wide { aspect-ratio: 4 / 3; } .mobile-actions { display: flex; } footer { padding-bottom: 78px; } } @media (max-width: 430px) { .actions .btn { width: 100%; } .menu-grid { grid-template-columns: 1fr; } h1 { font-size: 29px; } }

/* Bottom map */
.map-section {
  padding-top: 0;
}
.map-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel, #fffdf8);
  box-shadow: 0 24px 60px -46px rgba(29, 25, 21, 0.45);
}
.map-copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 24px clamp(18px, 3vw, 34px);
  border-bottom: 1px solid var(--line);
}
.map-copy h2 {
  margin: 0 0 6px;
}
.map-copy p {
  margin: 0;
  color: var(--muted);
}
.map-frame {
  width: 100%;
  height: clamp(300px, 42vw, 460px);
  border: 0;
  display: block;
  background: #efe4d2;
}
@media (max-width: 720px) {
  .map-copy {
    display: block;
    padding: 22px 18px;
  }
  .map-copy .btn {
    width: 100%;
    margin-top: 16px;
  }
  .map-frame {
    height: 340px;
  }
}
/* Bottom map end */
