/* Design settings are changed in the editor's Brand & colors panel. */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&family=Dancing+Script:wght@500;600;700&family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Mulish:wght@300;400;500;600&display=swap');

:root {
  --cream: #f5eddb;
  --parch: #f1e7d1;
  --tan: #e7d9bb;
  --terra: #bf6a3f;
  --terra-dark: #a5522c;
  --gold: #c88b3c;
  --olive: #3d4327;
  --ink: #3f3327;
  --ink-soft: #6f6152;
  --line: rgba(107, 80, 54, .18);
  --footer: #241d18;
  --card: #fbf5e7;
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'Mulish', system-ui, sans-serif;
  --script: 'Dancing Script', cursive;
  --arabic: 'Cairo', 'Segoe UI', Tahoma, sans-serif;
}

/* Shared layout and typography */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--cream); color: var(--ink); font: 300 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--terra); outline-offset: 4px; }
section, footer { position: relative; scroll-margin-top: 90px; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; }
h2 { font-size: clamp(2rem, 4.4vw, 3.1rem); line-height: 1.08; margin: .5rem 0 1.3rem; }
p, h1, h2, h3, a { overflow-wrap: break-word; }
.wrap { max-width: 1200px; margin: auto; padding: 0 clamp(1.2rem, 4vw, 3rem); }
.eyebrow { font: 700 clamp(1.5rem, 2.8vw, 2rem)/1 var(--script); color: var(--terra); }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: .7rem; background: var(--terra); color: #fff8ee; border: 0; border-radius: 2px; padding: .95rem 1.5rem; font: 600 .74rem/1.4 var(--sans); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; box-shadow: 0 10px 24px -12px #783c1eb3; transition: background .2s, transform .2s; }
.btn:hover { background: var(--terra-dark); transform: translateY(-2px); }
.arrow { display: inline-flex; align-items: center; gap: .6rem; color: var(--terra); padding-bottom: .4rem; border-bottom: 1px solid currentColor; font-weight: 600; font-size: .73rem; letter-spacing: .15em; text-transform: uppercase; }
.sprig { width: 54px; height: 14px; margin: .6rem 0; }
.stars { color: var(--gold); letter-spacing: .1em; }

/* Navigation */
.nav { position: fixed; top: 0; inset-inline: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem clamp(1.2rem, 4vw, 3rem); background: linear-gradient(180deg, #f5eddbdd, #f5eddb00); transition: background .2s; }
.nav.scrolled { background: var(--cream); box-shadow: 0 1px 0 var(--line); }
.logo-img { height: 40px; width: auto; }
.links { list-style: none; display: flex; gap: 1.7rem; align-items: center; }
.links a { font-size: .7rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.links a:not(.btn):hover { color: var(--terra); }
.toggle { display: none; background: none; border: none; padding: 8px; cursor: pointer; }
.toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

/* Hero */
.hero { min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: var(--tan); }
.hero-background, .hero-shade { position: absolute; inset: 0; height: 100%; width: 100%; }
.hero-background { object-fit: cover; }
.hero-shade { background: linear-gradient(90deg, var(--cream) 0%, color-mix(in srgb, var(--cream) 95%, transparent) 38%, color-mix(in srgb, var(--cream) 72%, transparent) 55%, transparent 86%); }
.hero-inner { position: relative; z-index: 2; padding: 7rem clamp(1.2rem, 5vw, 4rem) 5rem; max-width: 680px; }
.hero h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.05; margin: .1rem 0 1.2rem; }
.rule { width: 64px; height: 2px; background: var(--terra); margin-bottom: 1.2rem; }
.lede { font-size: 1.08rem; color: var(--ink-soft); max-width: 32ch; margin-bottom: 2rem; line-height: 1.7; }
.olive-tl { position: absolute; top: 0; left: 0; width: min(230px, 32vw); opacity: .9; pointer-events: none; }

/* Story */
.story { background: var(--parch); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.5rem, 8vw, 6rem); }
.story-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.4rem, 6vw, 5.5rem); align-items: center; }
.story h2 { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.story p { color: var(--ink-soft); max-width: 48ch; margin-bottom: 1rem; }
.arch-frame { position: relative; aspect-ratio: 5/4; border-radius: 150px 150px 14px 14px; overflow: hidden; box-shadow: 0 34px 60px -30px #462d148c; background: var(--tan); }
.arch-frame img { width: 100%; height: 100%; object-fit: cover; }
.arch-frame::after { content: ''; position: absolute; inset: 9px; border: 1px solid #fff7e659; border-radius: 142px 142px 8px 8px; pointer-events: none; }
figcaption { text-align: center; font: 600 1.35rem var(--script); color: var(--terra); margin-top: 1rem; }

/* Menu */
.menu-sec { background: linear-gradient(var(--parch), var(--cream)); padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem); }
.menu-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.menu-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.4rem); }
.menu-card { background: var(--card); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 16px 34px -26px #462d1480; transition: transform .2s; }
.menu-card:hover { transform: translateY(-5px); }
.dish-photo { aspect-ratio: 1; padding: .55rem; background: repeating-linear-gradient(135deg, #bf6a3f0d 0 12px, transparent 12px 24px), linear-gradient(160deg, var(--parch), var(--tan)); border-bottom: 1px solid var(--line); }
.dish-photo img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 10px 14px #5a371447); }
.dish-copy { padding: 1.1rem 1.2rem 1.4rem; }
.dish-copy h3 { font-size: 1.16rem; font-weight: 600; line-height: 1.4; }
.dish-copy p { font-size: .82rem; color: var(--ink-soft); margin-top: .5rem; }

/* Atmosphere */
.atmosphere { background: var(--olive); color: #efe6d0; overflow: hidden; }
.atmosphere-grid { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 460px; }
.atmosphere-copy { padding: clamp(2.4rem, 5vw, 4.2rem) clamp(1.2rem, 4vw, 3.4rem); }
.atmosphere .eyebrow, .atmosphere .arrow { color: #e0a56b; }
.atmosphere h2 { margin-bottom: 2rem; }
.features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.3rem; margin-bottom: 2rem; }
.feature-icon { width: 36px; height: 36px; margin-bottom: .6rem; }
.feature h3 { font: 600 .66rem/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; margin-bottom: .35rem; }
.feature p { font-size: .78rem; color: #c4bda3; line-height: 1.5; }
.atmosphere-photo { position: relative; min-height: 300px; scroll-margin-top: 90px; }
.atmosphere-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.atmosphere-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb, var(--olive) 55%, transparent), transparent 40%); }

/* Guest reviews, including Arabic */
.voices { background: linear-gradient(var(--cream), var(--parch)); padding: clamp(3rem, 7vw, 5rem) 0; text-align: center; }
.rating { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .6rem; color: var(--ink-soft); font-size: .8rem; letter-spacing: .12em; margin-top: .8rem; }
.review-grid { columns: 3 280px; column-gap: 1.4rem; margin-top: 2.6rem; text-align: left; }
.review-card { break-inside: avoid; background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: 1.4rem 1.5rem; margin-bottom: 1.4rem; box-shadow: 0 14px 30px -24px #50321480; }
.review-card .stars { margin-bottom: .7rem; }
.review-card p { font-size: .9rem; color: var(--ink); line-height: 1.66; margin-bottom: 1rem; }
.review-person { display: flex; flex-direction: column; gap: .15rem; border-top: 1px solid var(--line); padding-top: .8rem; }
.review-person a { font: 600 1rem var(--serif); }
.review-person span { font-size: .7rem; color: var(--ink-soft); }
.review-card[dir='rtl'] { text-align: right; }
.review-card[dir='rtl'] p { font: 400 .92rem/1.9 var(--arabic); }
.review-person a:hover { color: var(--terra); }

/* Reservations */
.reserve { background: var(--parch); padding: clamp(2.6rem, 6vw, 4.2rem) 0; overflow: hidden; }
.olive-r { position: absolute; right: -10px; top: 20px; width: min(180px, 26vw); opacity: .85; transform: scaleX(-1); pointer-events: none; }
.booking-heading { margin-bottom: 1.6rem; position: relative; }
.booking-heading h2 { max-width: 14ch; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.book { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 1rem; align-items: center; background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 1rem; max-width: 950px; position: relative; }
.field { display: flex; flex-direction: column; gap: .3rem; min-width: 0; padding: .45rem .8rem; border: 1px solid var(--line); border-radius: 3px; }
.field > span { color: var(--ink-soft); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.field input, .field select { width: 100%; min-width: 0; color: var(--ink); border: 0; background: transparent; font-size: .85rem; }
.book .btn { min-height: 55px; }
.booking-note, .booking-status { font-size: .75rem; color: var(--ink-soft); margin-top: 1rem; max-width: 920px; position: relative; }
.booking-status:empty { display: none; }

/* Footer */
footer { background: var(--footer); color: #c1b5a4; padding: 3.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1fr .7fr 1.3fr; gap: 2rem; }
.footer-logo { height: 46px; width: auto; margin-bottom: 1rem; }
footer h2 { font: 600 .66rem/1.5 var(--sans); color: #f1e7d1; text-transform: uppercase; letter-spacing: .15em; margin: 0 0 1rem; }
footer ul { list-style: none; }
footer li { margin-bottom: .45rem; }
footer p, footer a, .hours { font-size: .75rem; line-height: 1.7; }
footer a:hover { color: #f1e7d1; }
.hours dt { color: #efe6d0; }
.hours dd { margin-bottom: .5rem; white-space: nowrap; }
.map-link { display: inline-block; margin-top: .8rem; border-bottom: 1px solid #9a8f7f80; }
.basil { width: 30px; margin: 2rem auto 1rem; }
.footer-base { padding: 1.2rem; text-align: center; border-top: 1px solid #ffffff14; font-size: .65rem; letter-spacing: .06em; }

/* Responsive layout */
@media (max-width: 1050px) {
  .links { gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
}
@media (max-width: 920px) {
  .toggle { display: block; }
  .nav nav { display: none; position: absolute; top: 100%; inset-inline: 0; background: var(--cream); box-shadow: 0 12px 24px -16px #0006; padding: 1.5rem 2rem 2rem; }
  .nav.open nav { display: block; }
  .links { flex-direction: column; gap: 1.3rem; }
  .story-grid, .menu-grid, .atmosphere-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 2.6rem; }
  .story figure { width: 100%; max-width: 440px; margin: auto; }
  .menu-heading { text-align: center; }
  .menu-heading .sprig { margin-inline: auto; }
  .atmosphere-photo { min-height: 380px; }
}
@media (max-width: 800px) {
  .book { grid-template-columns: 1fr 1fr; }
  .book .btn { grid-column: 1/-1; }
}
@media (max-width: 640px) {
  .features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu-cards { grid-template-columns: 1fr; max-width: 340px; margin: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem 1.2rem; }
  .hero-shade { background: linear-gradient(90deg, var(--cream), color-mix(in srgb, var(--cream) 88%, transparent) 45%, color-mix(in srgb, var(--cream) 35%, transparent)); }
}
@media (max-width: 460px) {
  .book { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 8rem; }
  .atmosphere-photo { min-height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Click a section in the editor to open its fields. */
.editor-preview [data-section]:hover { outline: 2px dashed #bf6a3f66; outline-offset: -2px; }
