/*
Theme Name: Kings Arms
Theme URI: https://boatswainsattheka.com
Author: Marlow
Description: WordPress and Simon Visual Editor theme for The Kings Arms / Boatswains at The Kings Arms in Salcombe.
Version: 0.1.24
Text Domain: kings-arms
*/

:root {
  --ka-ink: #41363a;
  --ka-deep: #221c1f;
  --ka-cream: #fbf6ec;
  --ka-paper: #fffdf7;
  --ka-teal: #7fb6cc;
  --ka-teal-dark: #3f7888;
  --ka-gold: #d6c49b;
  --ka-wine: #6d2f3a;
  --ka-line: rgba(65, 54, 58, 0.16);
  --ka-white: #ffffff;
  --ka-shadow: 0 22px 60px rgba(34, 28, 31, 0.14);
  --ka-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ka-ink);
  background: var(--ka-cream);
  background-image:
    linear-gradient(180deg, rgba(255, 253, 247, 0.88), rgba(248, 240, 225, 0.88)),
    url("assets/texture-limewash.svg"),
    url("assets/texture-paper.svg");
  background-size: auto, 860px 860px, 260px 260px;
  font-family: "Albert Sans", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  letter-spacing: 0;
}

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

a {
  color: var(--ka-teal-dark);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus {
  color: var(--ka-wine);
}

.site-main {
  min-height: 64vh;
}

.site-header {
  background: var(--ka-deep);
  color: var(--ka-cream);
}

.site-header__inner,
.site-footer__inner {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ka-cream);
  font-weight: 800;
  text-decoration: none;
}

.site-brand img {
  width: 72px;
  height: 64px;
  object-fit: contain;
}

.primary-nav {
  margin-left: auto;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav a {
  color: var(--ka-cream);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.ka-menu-book {
  display: none;
}

.site-header__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 17px;
  color: var(--ka-deep);
  background: var(--ka-gold);
  border: 1px solid rgba(214, 196, 155, 0.72);
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(34, 28, 31, 0.10);
  transition: transform 180ms var(--ka-ease), box-shadow 180ms var(--ka-ease), background 180ms ease, border-color 180ms ease;
}

.site-header__button:hover,
.site-header__button:focus-visible {
  color: var(--ka-deep);
  background: #eadab5;
  border-color: rgba(234, 218, 181, 0.9);
  box-shadow: 0 14px 30px rgba(34, 28, 31, 0.14);
  transform: translateY(-1px);
}

.site-header__button[href^="tel:"] {
  width: 50px;
  min-width: 50px;
  min-height: 48px;
  padding: 0;
  font-size: 0;
}

.site-header__button[href^="tel:"]::after {
  content: "";
  width: 22px;
  height: 22px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.site-footer {
  color: var(--ka-cream);
  background: var(--ka-deep);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 24px;
  padding: 34px 0;
  align-items: start;
}

.site-footer a {
  color: var(--ka-cream);
}

.ka-social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.ka-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--ka-cream);
  background: rgba(251, 246, 236, 0.08);
  border: 1px solid rgba(214, 196, 155, 0.34);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ka-social-link:hover,
.ka-social-link:focus-visible {
  color: var(--ka-deep);
  background: var(--ka-gold);
  border-color: var(--ka-gold);
  transform: translateY(-2px);
}

.ka-social-icon {
  display: block;
  width: 20px;
  height: 20px;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ka-social-icon--facebook {
  -webkit-mask-image: url("assets/icon-facebook.svg");
  mask-image: url("assets/icon-facebook.svg");
}

.ka-social-icon--instagram {
  -webkit-mask-image: url("assets/icon-instagram.svg");
  mask-image: url("assets/icon-instagram.svg");
}

.ka-social-icon--mail {
  -webkit-mask-image: url("assets/icon-mail.svg");
  mask-image: url("assets/icon-mail.svg");
}

.sve-id-ka-contact-social-links .ka-social-links {
  justify-content: flex-start;
}

.sve-id-ka-contact-social-links .ka-social-link {
  color: var(--ka-wine);
  background: rgba(109, 47, 58, 0.08);
  border-color: rgba(109, 47, 58, 0.28);
}

.sve-id-ka-contact-social-links .ka-social-link:hover,
.sve-id-ka-contact-social-links .ka-social-link:focus-visible {
  color: var(--ka-cream);
  background: var(--ka-wine);
  border-color: var(--ka-wine);
}

.sve-id-ka-header,
.sve-id-ka-footer,
.sve-id-ka-legal-hero,
.sve-id-ka-lunch-menu-hero,
.sve-id-ka-dinner-menu-hero,
.sve-id-ka-contact-hero {
  background-image:
    url("assets/texture-dark.svg"),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 42%) !important;
  background-size: 520px 520px, auto !important;
}

.sve-page {
  color: var(--ka-ink);
}

.sve-site-area--header {
  z-index: 1000;
  overflow: visible;
}

.sve-page .sve-id-ka-header {
  overflow: visible !important;
}

.sve-section {
  position: relative;
  overflow: hidden;
}

.sve-section-inner {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.sve-columns {
  display: grid;
}

.sve-page .sve-button-wrap {
  display: inline-flex;
  margin: 0 10px 10px 0;
  max-width: 100%;
  filter: none;
}

.sve-page .sve-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  min-height: 46px;
  max-width: 100%;
  padding: 11px 20px !important;
  overflow: hidden;
  border-radius: 999px !important;
  clip-path: none;
  text-decoration: none;
  line-height: 1.15;
  text-shadow: none;
  box-shadow: 0 12px 26px rgba(34, 28, 31, 0.10);
  transform: translateY(0);
  transition:
    transform 180ms var(--ka-ease),
    filter 180ms var(--ka-ease),
    box-shadow 180ms var(--ka-ease),
    opacity 180ms var(--ka-ease);
}

.sve-page .sve-button::before {
  display: none;
}

.sve-page .sve-button::after {
  display: none;
}

.sve-page .sve-button:hover,
.sve-page .sve-button:focus-visible {
  opacity: 1;
  box-shadow: 0 16px 34px rgba(34, 28, 31, 0.14);
  transform: translateY(-1px);
}

.sve-page .sve-button:focus-visible {
  outline: 2px solid var(--ka-gold);
  outline-offset: 4px;
}

.sve-page .sve-button:active {
  box-shadow: 0 8px 18px rgba(34, 28, 31, 0.10);
  transform: translateY(0);
}

.sve-page .sve-id-ka-header-call-button,
.sve-page .sve-id-ka-button-3bb324374c0972681cfb4516979a3062 {
  width: 54px;
  min-width: 54px;
  padding: 0 !important;
  font-size: 0 !important;
}

.sve-page .sve-id-ka-header-call-button::before,
.sve-page .sve-id-ka-button-3bb324374c0972681cfb4516979a3062::before {
  content: "";
  display: block;
  position: relative;
  inset: auto;
  z-index: 1;
  width: 22px;
  height: 22px;
  border: 0;
  opacity: 1;
  background: currentColor;
  clip-path: none;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.35' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.4 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.3a2 2 0 0 1 2.1-.4c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.sve-page .sve-id-ka-header-call-button::after,
.sve-page .sve-id-ka-button-3bb324374c0972681cfb4516979a3062::after {
  display: none;
}

.sve-image {
  margin: 0;
}

.sve-image img,
.sve-gallery img,
.sve-card__image img,
.sve-feature__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sve-gallery {
  display: grid;
}

.sve-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #efe8dc;
}

.sve-gallery--images-fixed figure {
  height: var(--sve-gallery-image-height, 260px);
}

.sve-cards,
.sve-features {
  display: grid;
}

.sve-card,
.sve-feature {
  background: var(--ka-paper);
  border: 1px solid var(--ka-line);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(65, 54, 58, 0.08);
}

.sve-card {
  padding: 22px;
}

.sve-card h3,
.sve-feature h3 {
  margin: 0 0 8px;
  color: var(--ka-ink);
  font-size: 1.08rem;
}

.sve-card p,
.sve-feature p {
  margin: 0;
}

.sve-feature {
  overflow: hidden;
}

.sve-feature__image {
  height: 230px;
  margin: 0;
}

.sve-feature__body {
  padding: 20px;
}

.sve-menu .sve-site-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sve-menu a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.sve-menu-toggle {
  display: none;
  border-radius: 999px;
}

.sve-id-ka-hero {
  isolation: isolate;
  display: flex;
  align-items: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  background-attachment: fixed;
}

.sve-id-ka-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(251, 246, 236, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(34, 28, 31, 0.36), rgba(34, 28, 31, 0.58));
  z-index: 0;
}

.sve-id-ka-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 30%, rgba(251, 246, 236, 0.13) 45%, transparent 61%),
    radial-gradient(circle at 20% 20%, rgba(214, 196, 155, 0.12), transparent 32%);
  mix-blend-mode: soft-light;
  opacity: 0.74;
}

.sve-id-ka-hero .sve-section-inner {
  display: grid;
  place-items: center;
}

.sve-id-ka-main-logo {
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.35));
  will-change: transform;
}

.sve-id-ka-main-logo img {
  object-fit: contain;
}

.sve-id-ka-story-gallery-column {
  position: relative;
}

.sve-id-ka-story-gallery-column::after {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -18px;
  left: 12%;
  height: 34px;
  border-radius: 999px;
  background: rgba(34, 28, 31, 0.18);
  filter: blur(18px);
  pointer-events: none;
}

.sve-id-ka-story-slider {
  border: 8px solid rgba(251, 246, 236, 0.88);
  transform: rotate(-1.2deg);
}

.sve-id-ka-story-slider .sve-slider__slide img {
  transform: scale(1.02);
}

.sve-id-ka-story-copy {
  position: relative;
}

.sve-id-ka-story-copy::before {
  content: "";
  position: absolute;
  top: -18px;
  bottom: -18px;
  left: -26px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--ka-gold), rgba(109, 47, 58, 0.24));
}

.sve-id-ka-reservations,
.sve-id-ka-menus,
.sve-id-ka-hours {
  isolation: isolate;
  background-blend-mode: soft-light;
}

.sve-id-ka-reservations::before,
.sve-id-ka-menus::before,
.sve-id-ka-hours::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.sve-id-ka-reservations::after,
.sve-id-ka-menus::after,
.sve-id-ka-hours::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 18%, rgba(251, 246, 236, 0.18), transparent 32%),
    radial-gradient(circle at 82% 72%, rgba(34, 28, 31, 0.14), transparent 36%),
    linear-gradient(90deg, rgba(34, 28, 31, 0.12), transparent 42%, rgba(251, 246, 236, 0.09));
  opacity: 0.78;
}

.sve-id-ka-reservations::before {
  background-color: rgba(156, 72, 72, 0.62);
  background-image:
    url("assets/texture-dark.svg"),
    linear-gradient(180deg, rgba(251, 246, 236, 0.04), transparent 58%);
  background-size: 520px 520px, auto;
}

.sve-id-ka-reservations {
  background-position: center;
  background-size: cover !important;
}

.sve-id-ka-menus {
  --ka-fish-swim: 0px;
  --ka-fish-bob: 0px;
  background-repeat: repeat !important;
  background-size: 420px auto !important;
}

.sve-id-ka-menus::before {
  background-color: rgba(127, 182, 204, 0.46);
  background-image:
    url("assets/texture-limewash.svg"),
    linear-gradient(180deg, rgba(251, 246, 236, 0.12), transparent 60%);
  background-size: 760px 760px, auto;
}

.sve-id-ka-hours {
  background-position: center;
  background-size: cover !important;
}

.sve-id-ka-hours::before {
  background-color: rgba(214, 196, 155, 0.64);
  background-image:
    url("assets/texture-paper.svg"),
    linear-gradient(180deg, rgba(251, 246, 236, 0.10), transparent 58%);
  background-size: 260px 260px, auto;
}

.sve-id-ka-reservations .sve-section-inner,
.sve-id-ka-menus .sve-section-inner,
.sve-id-ka-hours .sve-section-inner {
  position: relative;
  z-index: 1;
}

.sve-id-ka-reservations .sve-section-inner,
.sve-id-ka-menus .sve-section-inner {
  width: min(860px, calc(100% - 36px));
  padding: 42px 38px;
  border: 1px solid rgba(251, 246, 236, 0.24);
  border-radius: 6px;
  box-shadow:
    0 28px 70px rgba(34, 28, 31, 0.28),
    0 1px 0 rgba(251, 246, 236, 0.16) inset;
  backdrop-filter: blur(4px);
  text-shadow: 0 2px 22px rgba(34, 28, 31, 0.22);
}

.sve-id-ka-reservations .sve-section-inner {
  background:
    linear-gradient(180deg, rgba(109, 47, 58, 0.78), rgba(34, 28, 31, 0.68)),
    url("assets/texture-dark.svg");
  background-size: auto, 520px 520px;
}

.sve-id-ka-menus .sve-section-inner {
  background:
    linear-gradient(180deg, rgba(251, 246, 236, 0.90), rgba(251, 246, 236, 0.78)),
    url("assets/texture-paper.svg");
  background-size: auto, 260px 260px;
  text-shadow: none;
}

.sve-id-ka-menus .sve-heading {
  color: var(--ka-ink) !important;
}

.sve-id-ka-menus .sve-text {
  color: rgba(65, 54, 58, 0.84) !important;
}

.sve-id-ka-menus .sve-button {
  min-width: 176px;
  box-shadow: 0 12px 28px rgba(34, 28, 31, 0.12);
}

.sve-section--parallax {
  background-attachment: fixed !important;
}

.ka-js .sve-id-ka-reservations.sve-section--parallax,
.ka-js .sve-id-ka-menus.sve-section--parallax,
.ka-js .sve-id-ka-hours.sve-section--parallax {
  background-position: 50% calc(50% + var(--ka-parallax-shift, 0px)) !important;
  will-change: background-position;
}

.ka-js .sve-id-ka-menus.sve-section--parallax {
  background-position: calc(50% + var(--ka-fish-swim, 0px)) calc(50% + var(--ka-parallax-shift, 0px) + var(--ka-fish-bob, 0px)) !important;
}

.sve-id-ka-hours-card {
  border: 1px solid rgba(251, 246, 236, 0.34);
  box-shadow:
    0 30px 76px rgba(34, 28, 31, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.34) inset !important;
  backdrop-filter: blur(3px);
}

.sve-id-ka-story,
.sve-id-ka-legal-body,
.sve-id-ka-lunch-menu-body,
.sve-id-ka-dinner-menu-body,
.sve-id-ka-contact-body {
  isolation: isolate;
}

.sve-id-ka-story::before,
.sve-id-ka-legal-body::before,
.sve-id-ka-lunch-menu-body::before,
.sve-id-ka-dinner-menu-body::before,
.sve-id-ka-contact-body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    url("assets/texture-limewash.svg"),
    linear-gradient(180deg, rgba(255, 253, 247, 0.18), rgba(248, 240, 225, 0.10));
  background-size: 860px 860px, auto;
  opacity: 0.72;
}

.sve-id-ka-story-slider,
.sve-id-ka-hours-card,
.sve-id-ka-legal-content,
.sve-id-ka-lunch-menu-content,
.sve-id-ka-dinner-menu-content,
.sve-id-ka-contact-details-card,
.sve-id-ka-contact-hours-card,
.sve-id-ka-contact-note {
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent 48%),
    url("assets/texture-paper.svg") !important;
  background-size: auto, 260px 260px !important;
}

.sve-id-ka-google-map .sve-section-inner,
.sve-id-ka-contact-map .sve-section-inner {
  width: 100%;
  max-width: none;
}

.sve-id-ka-google-map .sve-shortcode,
.sve-id-ka-contact-map .sve-shortcode {
  width: 100%;
}

.kings-map {
  display: block;
  position: relative;
  min-height: 440px;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  box-shadow: var(--ka-shadow);
  background: #e5ded2;
}

.kings-map img,
.kings-map__iframe {
  display: block;
  width: 100%;
  height: 440px;
  border: 0;
}

.kings-map img {
  object-fit: cover;
}

.kings-map__iframe {
  filter: saturate(0.88) contrast(0.96);
}

.kings-map__panel {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border-radius: 6px;
  background: rgba(251, 246, 236, 0.94);
  box-shadow: 0 18px 46px rgba(34, 28, 31, 0.22);
}

.kings-map__button,
.kings-map__directions {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(34, 28, 31, 0.10);
  transition: transform 180ms var(--ka-ease), box-shadow 180ms var(--ka-ease), background 180ms ease, color 180ms ease;
}

.kings-map__button {
  color: var(--ka-cream);
  background: var(--ka-wine);
}

.kings-map__button:hover,
.kings-map__button:focus {
  color: var(--ka-cream);
  background: var(--ka-deep);
  box-shadow: 0 14px 30px rgba(34, 28, 31, 0.16);
  transform: translateY(-1px);
}

.kings-map__directions {
  color: var(--ka-deep);
  background: transparent;
  border: 1px solid rgba(65, 54, 58, 0.24);
}

.kings-map__directions:hover,
.kings-map__directions:focus {
  color: var(--ka-cream);
  background: var(--ka-deep);
  box-shadow: 0 14px 30px rgba(34, 28, 31, 0.16);
  transform: translateY(-1px);
}

.sve-id-ka-google-map .kings-map,
.sve-id-ka-google-map .kings-map img,
.sve-id-ka-google-map .kings-map__iframe,
.sve-id-ka-contact-map .kings-map,
.sve-id-ka-contact-map .kings-map img,
.sve-id-ka-contact-map .kings-map__iframe {
  min-height: 560px;
  height: 560px;
  border-radius: 0;
  box-shadow: none;
}

.sve-id-ka-legal-content {
  max-width: 880px;
}

.sve-id-ka-legal-content h2,
.sve-id-ka-legal-content h3 {
  color: var(--ka-ink);
  line-height: 1.25;
}

.sve-id-ka-lunch-menu-content,
.sve-id-ka-dinner-menu-content {
  text-align: left;
}

.sve-id-ka-lunch-menu-content h2,
.sve-id-ka-dinner-menu-content h2 {
  margin: 34px 0 12px;
  color: var(--ka-wine);
  font-size: 30px;
  line-height: 1.2;
}

.sve-id-ka-lunch-menu-content h2:first-of-type,
.sve-id-ka-dinner-menu-content h2:first-of-type {
  margin-top: 24px;
}

.ka-menu-intro,
.ka-menu-key {
  margin: 0 0 12px;
  color: var(--ka-ink);
  font-weight: 700;
}

.ka-menu-list {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}

.ka-menu-list li {
  padding-top: 16px;
  border-top: 1px solid rgba(65, 54, 58, 0.14);
}

.ka-menu-list h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
  margin: 0 0 6px;
  color: var(--ka-deep);
  font-size: 20px;
  line-height: 1.3;
}

.ka-menu-list p {
  margin: 0;
}

.ka-menu-extra {
  margin-top: 5px !important;
  color: rgba(65, 54, 58, 0.78);
  font-size: 15px;
}

.ka-menu-price {
  margin-left: auto;
  color: var(--ka-wine);
  font-weight: 900;
  white-space: nowrap;
}

.ka-menu-list--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.ka-menu-list--compact li {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

@keyframes ka-hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes ka-logo-drift {
  0%,
  100% {
    transform: translateY(0) rotate(-0.25deg);
  }
  50% {
    transform: translateY(-8px) rotate(0.25deg);
  }
}

@keyframes ka-hero-sheen {
  from {
    transform: translateX(-16%);
  }
  to {
    transform: translateX(16%);
  }
}

@keyframes ka-slider-zoom {
  from {
    transform: scale(1.02);
  }
  to {
    transform: scale(1.09);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .sve-id-ka-hero .sve-section-inner {
    animation: ka-hero-rise 760ms var(--ka-ease) both;
  }

  .sve-id-ka-hero::after {
    animation: ka-hero-sheen 9s ease-in-out infinite alternate;
  }

  .sve-id-ka-main-logo {
    animation: ka-logo-drift 6.8s ease-in-out infinite;
  }

  .sve-page .sve-id-ka-story-slider .sve-slider__slide.is-active img {
    animation: ka-slider-zoom 5.4s ease-out both;
  }

  .ka-js .sve-page .sve-section:not(.sve-id-ka-hero):not(.sve-id-ka-header):not(.sve-id-ka-footer) > .sve-section-inner,
  .ka-js .sve-page .sve-card,
  .ka-js .sve-page .sve-feature,
  .ka-js .sve-page .kings-map {
    opacity: 0;
    transform: translateY(26px);
    transition:
      opacity 760ms var(--ka-ease),
      transform 760ms var(--ka-ease);
  }

  .ka-js .sve-page .sve-section.ka-in-view:not(.sve-id-ka-hero):not(.sve-id-ka-header):not(.sve-id-ka-footer) > .sve-section-inner,
  .ka-js .sve-page .sve-card.ka-in-view,
  .ka-js .sve-page .sve-feature.ka-in-view,
  .ka-js .sve-page .kings-map.ka-in-view {
    opacity: 1;
    transform: translateY(0);
  }

  .ka-js .sve-page .sve-card:nth-child(2),
  .ka-js .sve-page .sve-feature:nth-child(2) {
    transition-delay: 90ms;
  }

  .ka-js .sve-page .sve-card:nth-child(3),
  .ka-js .sve-page .sve-feature:nth-child(3) {
    transition-delay: 160ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header__button,
  .sve-page .sve-button,
  .kings-map__button,
  .kings-map__directions {
    transition: none;
  }

  .sve-page .sve-button::after {
    display: none;
  }

  .site-header__button:hover,
  .site-header__button:focus-visible,
  .sve-page .sve-button:hover,
  .sve-page .sve-button:focus-visible,
  .kings-map__button:hover,
  .kings-map__button:focus,
  .kings-map__directions:hover,
  .kings-map__directions:focus {
    transform: none;
  }
}

@media (max-width: 1024px) {
  .sve-menu .sve-site-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1080px) {
  .sve-id-ka-header {
    z-index: 1000;
    overflow: visible;
  }

  .sve-id-ka-header-menu-column {
    justify-self: end;
    position: relative;
  }

  .sve-id-ka-header-menu {
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
  }

  .sve-id-ka-header-menu.sve-menu--mobile-collapse.sve-menu--js .sve-menu-toggle {
    display: inline-flex;
    align-self: flex-end;
    min-height: 40px;
    padding: 8px 10px;
    border-color: rgba(214, 196, 155, 0.42);
    border-radius: 999px;
    background: rgba(251, 246, 236, 0.08);
  }

  .sve-id-ka-header-menu.sve-menu--mobile-collapse.sve-menu--js:not(.is-open) .sve-site-menu {
    display: none;
  }

  .sve-id-ka-header-menu .sve-site-menu {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 1001;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    width: min(260px, calc(100vw - 36px));
    padding: 10px;
    border: 1px solid rgba(214, 196, 155, 0.28);
    border-radius: 8px;
    background: rgba(34, 28, 31, 0.98);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
  }

  .sve-id-ka-header-menu .sve-site-menu li,
  .sve-id-ka-header-menu .sve-site-menu a {
    width: 100%;
  }

  .sve-id-ka-header-menu .sve-site-menu .ka-menu-book {
    display: list-item;
  }

  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-header-book-button),
  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-button-d7e05a75e52d15d7f72f5725f29a8ecb) {
    display: none !important;
  }

  .sve-id-ka-header-actions > .sve-button-wrap:first-child {
    display: none !important;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
  }

  .site-header__inner,
  .site-footer__inner {
    width: min(100% - 28px, 1120px);
  }

  .site-header__inner,
  .site-footer__inner {
    grid-template-columns: 1fr;
    display: grid;
  }

  .primary-nav {
    margin-left: 0;
  }

  .primary-nav ul {
    flex-wrap: wrap;
  }

  .site-header__button {
    justify-self: start;
  }

  .sve-section-inner {
    width: min(100% - 28px, 1120px);
  }

  .sve-id-ka-header {
    overflow: visible;
    padding: 8px 12px !important;
  }

  .sve-id-ka-header .sve-section-inner {
    width: min(100% - 16px, 1120px);
  }

  .sve-id-ka-header-columns {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 8px !important;
    align-items: center !important;
  }

  .sve-id-ka-header-brand {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: 76px !important;
    gap: 0 !important;
  }

  .sve-id-ka-header-brand img {
    width: 76px !important;
    height: 66px !important;
  }

  .sve-id-ka-header-brand .sve-text {
    display: none !important;
  }

  .sve-id-ka-header-menu-column {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    position: relative;
  }

  .sve-id-ka-header-menu {
    justify-content: flex-end;
  }

  .sve-id-ka-header-menu .sve-menu-toggle {
    align-self: flex-end !important;
    min-height: 38px !important;
    padding: 7px 10px !important;
  }

  .sve-id-ka-header-menu .sve-site-menu {
    top: calc(100% + 10px);
    width: min(260px, calc(100vw - 36px));
  }

  .sve-id-ka-header-actions {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }

  .sve-id-ka-header-actions .sve-button-wrap {
    flex: 0 0 auto;
    display: inline-flex;
    margin: 0;
  }

  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-header-book-button),
  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-button-d7e05a75e52d15d7f72f5725f29a8ecb) {
    display: none !important;
  }

  .sve-id-ka-header-actions > .sve-button-wrap:first-child {
    display: none !important;
  }

  .sve-id-ka-header-actions .sve-button {
    width: auto;
    min-height: 38px;
    padding: 8px 12px !important;
  }

  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-header-call-button),
  .sve-id-ka-header-actions .sve-button-wrap:has(.sve-id-ka-button-3bb324374c0972681cfb4516979a3062) {
    flex: 0 0 40px;
  }

  .sve-id-ka-header-actions .sve-id-ka-header-call-button,
  .sve-id-ka-header-actions .sve-id-ka-button-3bb324374c0972681cfb4516979a3062 {
    width: 40px;
    min-width: 40px;
    min-height: 38px;
    padding: 0 !important;
  }

  .sve-page .sve-button-wrap {
    display: block;
    margin-right: 0;
  }

  .sve-page .sve-id-ka-header-actions .sve-button-wrap {
    display: inline-flex;
    margin: 0;
  }

  .sve-page .sve-button {
    width: 100%;
  }

  .sve-page .sve-id-ka-header-actions .sve-button.sve-id-ka-header-call-button,
  .sve-page .sve-id-ka-header-actions .sve-button.sve-id-ka-button-3bb324374c0972681cfb4516979a3062 {
    width: 40px;
    min-width: 40px;
    min-height: 38px;
    padding: 0 !important;
  }

  .sve-id-ka-story-slider {
    --sve-slider-height: 380px !important;
    transform: rotate(0deg);
  }

  .sve-id-ka-reservations .sve-section-inner,
  .sve-id-ka-menus .sve-section-inner {
    width: 100%;
    padding: 28px 20px;
  }

  .sve-section--parallax {
    background-attachment: scroll !important;
  }

  .sve-id-ka-hero {
    background-attachment: scroll;
  }

  .sve-id-ka-story-copy::before {
    top: -10px;
    bottom: auto;
    left: 0;
    width: 88px;
    height: 4px;
  }

  .sve-gallery {
    grid-template-columns: 1fr !important;
  }

  .kings-map,
  .kings-map img,
  .kings-map__iframe {
    min-height: 380px;
    height: 380px;
  }

  .sve-id-ka-google-map .kings-map,
  .sve-id-ka-google-map .kings-map img,
  .sve-id-ka-google-map .kings-map__iframe,
  .sve-id-ka-contact-map .kings-map,
  .sve-id-ka-contact-map .kings-map img,
  .sve-id-ka-contact-map .kings-map__iframe {
    min-height: 380px;
    height: 380px;
  }

  .kings-map__panel {
    left: 16px;
    right: 16px;
    bottom: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .ka-menu-list h3 {
    display: block;
  }

  .ka-menu-price {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

  .ka-menu-list--compact {
    grid-template-columns: 1fr;
  }
}
