:root {
  --ivory: #f7f1e8;
  --paper: #fffdf8;
  --cream: #efe2cf;
  --ink: #2f241b;
  --muted: #776857;
  --gold: #b98f4d;
  --gold-soft: #dcc391;
  --line: rgba(47, 36, 27, .14);
  --shadow: 0 26px 70px rgba(47, 36, 27, .18);
  --radius: 8px;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ivory); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  line-height: 1.6;
  letter-spacing: 0;
}
body.rtl { font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(255, 253, 248, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: .2em;
}
.brand span {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.3vw, 1.8rem);
  font-weight: 700;
}
.brand small {
  margin-top: 6px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .42em;
}
.nav-panel {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  font-size: .9rem;
  font-weight: 800;
}
.nav-panel a:hover { color: var(--gold); }
.nav-reserve {
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: var(--radius);
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}
.hero-section {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 110px clamp(18px, 5vw, 70px) 34px;
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}
.hero-media {
  background: url("/assets/images/hero-brunch.png") center/cover;
  transform: scale(1.02);
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 14, 10, .72), rgba(20, 14, 10, .32) 42%, rgba(20, 14, 10, .08)),
    linear-gradient(0deg, rgba(20, 14, 10, .74), rgba(20, 14, 10, .06) 58%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
}
.hero-copy {
  max-width: 760px;
  color: #fffaf0;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-soft);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  font-family: var(--serif);
  line-height: .98;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(4.2rem, 11vw, 8.5rem);
  font-weight: 700;
}
.hero-subtitle {
  max-width: 690px;
  margin: 22px 0 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 3.2rem);
  line-height: 1.05;
}
.hero-text {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, .86);
  font-size: 1.06rem;
}
.hero-actions,
.footer-actions,
.qr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.btn-primary { color: #fff; background: linear-gradient(135deg, #c59a53, #9e7438); }
.btn-dark { color: #fff; background: var(--ink); }
.btn-light { color: var(--ink); background: rgba(255, 253, 248, .88); border-color: rgba(255,255,255,.52); }
.hero-card {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: #fffaf0;
  background: rgba(255, 253, 248, .12);
  border: 1px solid rgba(255, 253, 248, .28);
  border-radius: var(--radius);
  backdrop-filter: blur(16px);
}
.hero-card span {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 253, 248, .2);
  font-weight: 800;
}
.hero-card span:last-child { border-bottom: 0; padding-bottom: 0; }
.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 120px) 0;
}
.section-heading {
  max-width: 840px;
  margin-bottom: 34px;
}
.section-heading h2,
.editorial h2,
.atmosphere h2,
.location h2,
.footer h2 {
  font-size: clamp(2.5rem, 6vw, 5.6rem);
  font-weight: 650;
}
.moment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}
.moment-card {
  min-height: 260px;
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 42px rgba(47,36,27,.07);
}
.moment-card span,
.menu-tile span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2rem;
}
.moment-card h3 {
  margin-top: 28px;
  font-size: 1.55rem;
}
.moment-card p,
.feature-list p,
.atmosphere p,
.location p,
.menu-hero p,
.menu-tile small,
.footer p {
  color: var(--muted);
}
.editorial {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.feature-list {
  display: grid;
  gap: 14px;
}
.feature-list article {
  padding: 24px;
  background: rgba(255, 253, 248, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.feature-list h3 {
  font-size: 1.9rem;
}
.atmosphere {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}
.atmosphere-image {
  min-height: 560px;
  background: linear-gradient(180deg, rgba(47,36,27,.04), rgba(47,36,27,.55)), url("/assets/images/hero-brunch.png") center/cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.atmosphere-copy {
  padding: clamp(24px, 4vw, 48px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.location {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: clamp(26px, 6vw, 80px);
  align-items: center;
}
.location-panel {
  display: grid;
  gap: 12px;
  padding: 30px;
  background: var(--ink);
  color: #fffaf0;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.location-panel strong {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.05;
}
.menu-main {
  min-height: 100svh;
  padding: 118px clamp(18px, 5vw, 70px) 70px;
}
.menu-hero {
  width: min(1040px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}
.menu-hero h1 {
  color: var(--ink);
  font-size: clamp(3.3rem, 8vw, 7rem);
}
.language-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.lang-link {
  padding: 10px 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 800;
}
.lang-link.is-active {
  color: #fff;
  background: var(--ink);
}
.menu-grid-page {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 auto;
}
.menu-tile {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255,253,248,.88), rgba(239,226,207,.72)), url("/assets/images/hero-brunch.png") center/cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(47,36,27,.09);
}
.menu-tile strong {
  font-family: var(--serif);
  font-size: 2.4rem;
  line-height: 1;
}
.menu-tile em {
  width: fit-content;
  margin-top: 10px;
  padding: 9px 12px;
  color: #fff;
  background: var(--ink);
  border-radius: 999px;
  font-style: normal;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.menu-tile.is-disabled {
  cursor: default;
  opacity: .78;
}
.qr-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 18px;
  background: radial-gradient(circle at 30% 10%, rgba(185,143,77,.18), transparent 34%), var(--ivory);
}
.qr-card {
  width: min(480px, 100%);
  padding: 34px 22px;
  text-align: center;
  background: rgba(255,253,248,.92);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.qr-logo {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 22px;
  font-family: var(--serif);
  letter-spacing: .18em;
}
.qr-logo small {
  margin-top: 6px;
  font-family: var(--sans);
  font-size: .62rem;
  font-weight: 900;
}
.qr-card h1 {
  font-size: clamp(2.2rem, 11vw, 4rem);
  color: var(--ink);
}
.qr-actions {
  justify-content: center;
}
.qr-actions .btn {
  flex: 1 1 190px;
}
.qr-languages {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}
.qr-languages[hidden] {
  display: none;
}
.qr-languages a {
  min-height: 50px;
  display: grid;
  place-items: center;
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
}
.footer {
  padding: 54px clamp(18px, 5vw, 70px);
  color: #fffaf0;
  background: var(--ink);
}
.footer-inner {
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: .8fr 1.1fr auto;
  gap: 28px;
  margin: 0 auto;
  align-items: start;
}
.footer .brand span,
.footer .brand small,
.footer .eyebrow,
.footer h2 {
  color: #fffaf0;
}
.footer p {
  color: rgba(255,250,240,.72);
}
.footer .btn-light {
  background: transparent;
  color: #fffaf0;
  border-color: rgba(255,250,240,.34);
}
@media (max-width: 1040px) {
  .hero-content,
  .editorial,
  .atmosphere,
  .location,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .hero-card {
    max-width: 420px;
  }
  .moment-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu-grid-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }
  .nav-toggle {
    display: block;
  }
  .nav-panel {
    position: absolute;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }
  .nav-panel.is-open {
    display: flex;
  }
  .hero-section {
    min-height: 94svh;
    padding: 92px 18px 22px;
  }
  .hero-content {
    gap: 18px;
  }
  h1 {
    font-size: clamp(3.3rem, 18vw, 5.2rem);
  }
  .hero-subtitle {
    font-size: clamp(1.45rem, 8vw, 2.35rem);
  }
  .hero-actions .btn,
  .footer-actions .btn {
    width: 100%;
  }
  .section {
    width: min(100% - 28px, 620px);
    padding: 58px 0;
  }
  .moment-grid,
  .menu-grid-page {
    grid-template-columns: 1fr;
  }
  .moment-card,
  .menu-tile {
    min-height: 210px;
  }
  .atmosphere-image {
    min-height: 340px;
  }
  .menu-main {
    padding: 96px 14px 54px;
  }
  .footer {
    padding: 44px 18px;
  }
}



/* reservation modal */
.reservation-modal[hidden] {
  display: none;
}
.reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
}
.reservation-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(24, 18, 13, .62);
  backdrop-filter: blur(8px);
}
.reservation-dialog {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: min(92svh, 860px);
  overflow: auto;
  padding: clamp(24px, 5vw, 42px);
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, .98), rgba(239, 226, 207, .96));
  border: 1px solid rgba(185, 143, 77, .32);
  border-radius: var(--radius);
  box-shadow: 0 34px 90px rgba(20, 14, 10, .36);
}
.reservation-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 253, 248, .82);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
}
.reservation-intro {
  max-width: 560px;
  margin-bottom: 24px;
}
.reservation-intro h2 {
  color: var(--ink);
  font-size: clamp(2.35rem, 7vw, 4.5rem);
}
.reservation-intro p {
  margin: 14px 0 0;
  color: var(--muted);
}
.reservation-form {
  display: grid;
  gap: 16px;
}
.reservation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.reservation-field {
  display: grid;
  gap: 7px;
}
.reservation-field-full {
  grid-column: 1 / -1;
}
.reservation-field label {
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.reservation-field input,
.reservation-field select,
.reservation-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(255, 253, 248, .84);
  border: 1px solid rgba(47, 36, 27, .18);
  border-radius: var(--radius);
  outline: none;
}
.reservation-field textarea {
  min-height: 104px;
  resize: vertical;
}
.reservation-field input:focus,
.reservation-field select:focus,
.reservation-field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(185, 143, 77, .16);
}
.reservation-note {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}
.reservation-error {
  min-height: 22px;
  margin: 0;
  color: #8f3328;
  font-weight: 800;
}
.reservation-error.is-success {
  color: #2f6b35;
}
.reservation-submit {
  width: 100%;
  cursor: pointer;
}
body.reservation-open {
  overflow: hidden;
}
@media (max-width: 640px) {
  .reservation-modal {
    align-items: end;
    padding: 10px;
  }
  .reservation-dialog {
    max-height: 94svh;
    padding: 28px 18px 20px;
  }
  .reservation-grid {
    grid-template-columns: 1fr;
  }
  .reservation-intro h2 {
    font-size: clamp(2.15rem, 12vw, 3.3rem);
  }
}
/* end reservation modal */


/* entry landing */
.entry-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(47, 36, 27, .34), rgba(47, 36, 27, .62)),
    radial-gradient(circle at 25% 10%, rgba(220, 195, 145, .24), transparent 34%),
    url("/assets/images/hero-brunch.png") center/cover;
}
.entry-card {
  width: min(520px, 100%);
  padding: clamp(28px, 7vw, 46px) clamp(18px, 5vw, 34px);
  text-align: center;
  color: var(--ink);
  background: rgba(255, 253, 248, .92);
  border: 1px solid rgba(255, 253, 248, .64);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.entry-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 18px;
  letter-spacing: .22em;
  line-height: 1;
}
.entry-logo span {
  font-family: var(--serif);
  font-size: clamp(2rem, 9vw, 3.4rem);
  font-weight: 700;
}
.entry-logo small {
  margin-top: 8px;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .46em;
}
.entry-script {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.25rem, 5vw, 1.9rem);
}
.entry-card h1 {
  color: var(--ink);
  font-size: clamp(2.35rem, 10vw, 4.35rem);
}
.entry-subtitle {
  margin: 14px auto 0;
  max-width: 330px;
  color: var(--muted);
  font-size: 1rem;
}
.entry-actions {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.entry-actions .btn {
  width: 100%;
  min-height: 58px;
}
.entry-actions .btn-light {
  background: var(--paper);
  border-color: var(--line);
}
.entry-review {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(47, 36, 27, .12);
}
.entry-review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 800;
}
.entry-review-link:hover {
  color: var(--gold);
}
.entry-review-mark {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: .06em;
}
.entry-languages {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 20px;
}
.entry-lang {
  width: 100%;
  min-height: 46px;
  padding: 8px 10px;
  color: var(--ink);
  background: rgba(247, 241, 232, .82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
  cursor: pointer;
}
.entry-lang.is-active {
  color: #fffaf0;
  background: var(--ink);
  border-color: var(--ink);
}
@media (max-width: 420px) {
  .entry-page {
    padding: 12px;
  }
  .entry-card {
    padding-top: 30px;
    padding-bottom: 28px;
  }
}
/* end entry landing */

/* pdf book viewer */
.pdf-book-body {
  min-height: 100svh;
  background:
    radial-gradient(circle at 20% 0, rgba(220, 195, 145, .22), transparent 34%),
    linear-gradient(135deg, var(--ivory), var(--cream));
}
.pdf-book {
  width: min(980px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(16px, 3vw, 34px) 0 46px;
}
.pdf-book-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.pdf-book-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.pdf-book-title {
  max-width: 720px;
  margin: 0 auto 18px;
  text-align: center;
}
.pdf-book-title h1 {
  color: var(--ink);
  font-size: clamp(2.4rem, 6vw, 5.2rem);
}
.pdf-book-title p:not(.eyebrow) {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
}
.pdf-book-stage {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: clamp(10px, 2vw, 18px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .92), rgba(239, 226, 207, .76));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.pdf-book-pages {
  display: grid;
  place-items: center;
}
.pdf-page {
  display: none;
  width: min(100%, 640px);
  aspect-ratio: 3238 / 4584;
  place-items: center;
  padding: clamp(8px, 1.6vw, 14px);
  background: var(--paper);
  border: 1px solid rgba(47, 36, 27, .12);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(47, 36, 27, .14);
  overflow: hidden;
}
.pdf-page.is-visible {
  display: grid;
}
.pdf-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
.pdf-page-empty {
  min-height: 58svh;
  color: var(--muted);
  text-align: center;
}
.pdf-page-empty span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 8vw, 5rem);
}
.pdf-book-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.pdf-book-controls button {
  min-height: 50px;
  padding: 0 18px;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.pdf-book-controls button:first-child {
  justify-self: start;
}
.pdf-book-controls button:last-child {
  justify-self: end;
}
.pdf-book-controls button:disabled {
  cursor: not-allowed;
  opacity: .38;
}
.pdf-book-controls span {
  color: var(--muted);
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 761px) and (max-height: 820px) {
  .pdf-book {
    width: min(900px, calc(100% - 28px));
    padding-top: 14px;
  }
  .pdf-book-header {
    margin-bottom: 12px;
  }
  .pdf-book-title {
    margin-bottom: 12px;
  }
  .pdf-book-title h1 {
    font-size: clamp(2.2rem, 4.6vw, 4.2rem);
  }
  .pdf-page {
    width: min(100%, 520px);
  }
}
@media (max-width: 760px) {
  .pdf-book {
    width: min(100% - 18px, 620px);
    padding-top: 12px;
  }
  .pdf-book-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .pdf-book-actions,
  .pdf-book-actions .btn {
    width: 100%;
  }
  .pdf-book-title {
    text-align: left;
    margin-bottom: 12px;
  }
  .pdf-book-title h1 {
    font-size: clamp(2.2rem, 12vw, 3.8rem);
  }
  .pdf-book-stage {
    padding: 8px;
  }
  .pdf-page {
    width: 100%;
    padding: 6px;
  }
  .pdf-book-controls {
    grid-template-columns: 1fr 1fr;
  }
  .pdf-book-controls span {
    grid-column: 1 / -1;
    order: -1;
    text-align: center;
  }
  .pdf-book-controls button {
    width: 100%;
    padding: 0 10px;
  }
}
/* end pdf book viewer */



/* home chatbot */
.chatbot {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 90;
  font-family: var(--sans);
}
.chatbot-toggle {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--ink), #4a3728);
  border: 1px solid rgba(255, 253, 248, .24);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(47, 36, 27, .28);
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.chatbot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold-soft);
  box-shadow: 0 0 0 5px rgba(220, 195, 145, .18);
}
.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  width: min(380px, calc(100vw - 28px));
  overflow: hidden;
  background: rgba(255, 253, 248, .96);
  border: 1px solid rgba(47, 36, 27, .16);
  border-radius: var(--radius);
  box-shadow: 0 28px 74px rgba(47, 36, 27, .24);
  backdrop-filter: blur(18px);
}
.chatbot-panel[hidden] {
  display: none;
}
.chatbot-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  color: #fffaf0;
  background: var(--ink);
}
.chatbot-head strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.05;
}
.chatbot-head span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 250, 240, .72);
  font-size: .86rem;
}
.chatbot-close {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  color: #fffaf0;
  background: rgba(255, 253, 248, .12);
  border: 1px solid rgba(255, 253, 248, .22);
  border-radius: 50%;
  cursor: pointer;
}
.chatbot-messages {
  max-height: 280px;
  display: grid;
  gap: 10px;
  overflow: auto;
  padding: 16px;
}
.chatbot-message {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: .94rem;
  line-height: 1.45;
}
.chatbot-message.bot {
  justify-self: start;
  color: var(--ink);
  background: var(--cream);
}
.chatbot-message.user {
  justify-self: end;
  color: #fff;
  background: var(--ink);
}
.chatbot-quick {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 14px;
}
.chatbot-quick button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
}
.chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
}
.chatbot-form input {
  min-height: 44px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.chatbot-form button {
  min-height: 44px;
  padding: 0 14px;
  color: #fff;
  background: var(--gold);
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
}
body.rtl .chatbot,
html[dir="rtl"] .chatbot {
  right: auto;
  left: clamp(14px, 3vw, 28px);
}
body.rtl .chatbot-panel,
html[dir="rtl"] .chatbot-panel {
  right: auto;
  left: 0;
}
@media (max-width: 520px) {
  .chatbot {
    right: 10px;
    left: 10px;
    bottom: 10px;
  }
  .chatbot-toggle {
    width: 100%;
    justify-content: center;
  }
  .chatbot-panel {
    right: 0;
    left: 0;
    width: 100%;
  }
}
/* end home chatbot */


/* google reviews */
.google-reviews {
  background: #fffdf8;
}
.google-reviews-shell {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 22px;
  align-items: start;
}
.google-rating-card,
.google-review-card {
  border: 1px solid rgba(47,36,27,.14);
  border-radius: 8px;
  background: rgba(247,241,232,.74);
  box-shadow: 0 18px 46px rgba(47,36,27,.09);
}
.google-rating-card {
  padding: 24px;
}
.google-score {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0;
}
.google-score strong {
  font-family: Georgia, serif;
  font-size: clamp(3rem, 8vw, 5.6rem);
  line-height: .9;
}
.google-stars {
  color: #b98f4d;
  font-size: 1.15rem;
  letter-spacing: .08em;
}
.google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.google-review-card {
  min-height: 220px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.google-review-card blockquote {
  margin: 0;
  color: #2f241b;
}
.google-review-meta {
  margin-top: 14px;
  color: #776857;
  font-size: .88rem;
}
.google-review-empty {
  grid-column: 1 / -1;
  padding: 20px;
  border: 1px solid rgba(47,36,27,.14);
  border-radius: 8px;
  background: rgba(247,241,232,.74);
  color: #776857;
}
@media (max-width: 900px) {
  .google-reviews-shell,
  .google-review-grid {
    grid-template-columns: 1fr;
  }
}
/* end google reviews */
