@font-face {
  font-family: "Almarai";
  src: url("assets/fonts/almarai-arabic-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almarai";
  src: url("assets/fonts/almarai-arabic-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Almarai";
  src: url("assets/fonts/almarai-arabic-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --pine: #18372f;
  --pine-deep: #102822;
  --pine-soft: #2d554a;
  --ivory: #f5f0e6;
  --paper: #fffdf8;
  --sand: #e9dfcf;
  --copper: #b87950;
  --copper-dark: #8f5837;
  --ink: #1d2925;
  --muted: #69736e;
  --line: rgba(24, 55, 47, 0.14);
  --success: #2f785e;
  --warning: #ad7738;
  --danger: #9e554b;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --shadow: 0 24px 64px rgba(30, 44, 39, 0.12);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Almarai", sans-serif; font-size: 16px; line-height: 1.75; }
button, select, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.skip-link { position: fixed; inset: -100px 10px auto auto; z-index: 100; padding: 10px 16px; background: var(--paper); color: var(--pine); border-radius: 8px; transition: top 180ms ease; }
.skip-link:focus { top: 10px; }

.site-header { height: 88px; padding: 0 clamp(20px, 5vw, 80px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; background: var(--ivory); position: relative; z-index: 20; border-bottom: 1px solid rgba(24,55,47,.08); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand-mark { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--pine); color: var(--ivory); }
.brand-mark svg { width: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand > span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 24px; font-weight: 800; letter-spacing: -1px; }
.brand small { font-size: 8px; letter-spacing: 1.5px; color: var(--muted); margin-top: 5px; }
.view-switcher { display: flex; gap: 8px; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.45); }
.nav-link { min-width: 112px; height: 40px; padding: 0 18px; display: grid; place-items: center; border-radius: 999px; color: var(--muted); font-size: 13px; font-weight: 700; transition: 180ms ease; }
.nav-link.is-active { background: var(--pine); color: white; box-shadow: 0 8px 18px rgba(24,55,47,.15); }
.header-action { justify-self: end; min-height: 44px; padding: 9px 20px; display: grid; place-items: center; color: var(--pine); border: 1px solid var(--pine); border-radius: 999px; font-size: 13px; font-weight: 700; transition: 180ms ease; }
.header-action:hover { background: var(--pine); color: white; }

.view[hidden] { display: none !important; }
.hero { min-height: 680px; display: grid; grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); background: var(--pine); color: white; overflow: hidden; }
.hero-copy { padding: 92px clamp(40px, 7vw, 120px) 70px 30px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--copper); font-size: 12px; font-weight: 800; letter-spacing: .2px; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 0; max-width: 620px; color: var(--ivory); font-size: clamp(58px, 7vw, 104px); line-height: 1.08; letter-spacing: -5px; font-weight: 800; }
.hero h1 em { color: var(--copper); font-style: normal; }
.hero-intro { max-width: 510px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; padding: 12px 24px; display: inline-flex; justify-content: center; align-items: center; gap: 18px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; }
.button-primary { color: var(--pine); background: var(--copper); box-shadow: 0 12px 30px rgba(184,121,80,.2); }
.button-primary:hover { background: #c88a60; transform: translateY(-2px); }
.text-link { color: rgba(255,255,255,.75); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.25); }
.trust-row { margin-top: 58px; padding-top: 22px; display: flex; gap: 28px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.62); font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row i { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid rgba(184,121,80,.6); color: var(--copper); border-radius: 50%; font-style: normal; }

.hero-visual { min-height: 680px; position: relative; overflow: hidden; background: #ddcdb8; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: -3; background: radial-gradient(circle at 70% 30%, rgba(255,255,255,.55), transparent 38%), linear-gradient(150deg, #ede3d4 0%, #d4bfa6 100%); }
.hero-visual::after { content: ""; position: absolute; width: 760px; height: 760px; border: 1px solid rgba(24,55,47,.13); border-radius: 50%; top: -360px; left: -120px; box-shadow: 0 0 0 80px rgba(255,255,255,.07), 0 0 0 160px rgba(255,255,255,.05); z-index: -2; }
.date-card { position: absolute; top: 58px; right: 54px; width: 106px; height: 144px; padding: 13px 15px; display: grid; justify-items: center; background: rgba(255,253,248,.88); border: 1px solid rgba(255,255,255,.7); border-radius: 14px; box-shadow: 0 18px 38px rgba(38,48,43,.1); color: var(--pine); backdrop-filter: blur(8px); animation: gentle-float 5s ease-in-out infinite; }
.date-card span { font-size: 10px; color: var(--muted); line-height: 1; }
.date-card strong { font-size: 34px; line-height: 1.1; }
.date-card i { width: 100%; height: 1px; background: var(--line); }
.date-card small { font-size: 9px; font-weight: 800; }
.cart-stage { position: absolute; inset: 110px 6% 0 2%; }
.cart-body { position: absolute; width: 72%; height: 260px; left: 8%; bottom: 86px; background: var(--pine); border-radius: 7px 7px 22px 22px; box-shadow: 0 35px 50px rgba(65,54,43,.25); }
.cart-body::before { content: ""; position: absolute; width: 12px; height: 210px; top: -200px; left: 7%; background: var(--pine-deep); border-radius: 5px; box-shadow: 0 0 0 1px rgba(255,255,255,.08); }
.cart-body::after { content: ""; position: absolute; width: 12px; height: 210px; top: -200px; right: 7%; background: var(--pine-deep); border-radius: 5px; }
.cart-awning { position: absolute; display: flex; width: 84%; height: 72px; left: 2%; bottom: 335px; z-index: 2; filter: drop-shadow(0 16px 10px rgba(71,56,44,.14)); }
.cart-awning span { flex: 1; background: var(--ivory); border-radius: 4px 4px 18px 18px; }
.cart-awning span:nth-child(even) { background: var(--copper); }
.cart-logo { position: absolute; inset: 36px 0 auto; color: var(--ivory); font-size: 50px; text-align: center; font-weight: 800; }
.cart-logo::after { content: "ضيافة المناسبات"; display: block; margin-top: 8px; font-size: 10px; letter-spacing: 2px; color: var(--copper); }
.cart-detail { position: absolute; left: 8%; right: 8%; bottom: 38px; height: 7px; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.cart-wheel { position: absolute; bottom: 48px; width: 76px; height: 76px; border: 12px solid #2b2b27; border-radius: 50%; background: #9d795e; box-shadow: inset 0 0 0 4px #d5c0a8; }
.cart-wheel::after { content: ""; position: absolute; width: 12px; height: 12px; inset: 20px; margin: auto; background: #242924; border-radius: 50%; }
.wheel-one { left: 14%; } .wheel-two { left: 65%; }
.coffee-cup { position: absolute; width: 90px; height: 78px; right: 5%; bottom: 115px; border-radius: 5px 5px 28px 28px; background: #f8f0e3; box-shadow: 0 20px 30px rgba(50,40,35,.16); }
.coffee-cup::after { content: ""; position: absolute; width: 30px; height: 37px; top: 10px; right: -25px; border: 8px solid #f8f0e3; border-left: 0; border-radius: 0 22px 22px 0; }
.coffee-cup span { position: absolute; inset: 18px 0 0; margin: auto; width: 24px; height: 28px; border: 2px solid var(--copper); border-radius: 50% 50% 8px 8px; }
.steam { position: absolute; z-index: 3; width: 2px; height: 70px; border-radius: 50%; border-right: 2px solid rgba(255,255,255,.65); transform: rotate(12deg); animation: steam 3s ease-in-out infinite; }
.steam-one { right: 11%; bottom: 200px; }.steam-two { right: 17%; bottom: 205px; animation-delay: 1s; }
.availability-badge { position: absolute; left: 30px; bottom: 38px; min-width: 230px; padding: 15px 18px; display: flex; align-items: center; gap: 13px; background: rgba(255,253,248,.92); border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 18px 40px rgba(35,48,42,.12); color: var(--ink); backdrop-filter: blur(8px); }
.availability-badge > i { width: 10px; height: 10px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(47,120,94,.12); }
.availability-badge span { display: grid; line-height: 1.4; }.availability-badge small { color: var(--muted); font-size: 10px; }.availability-badge strong { font-size: 12px; }

.section-shell { max-width: 1440px; margin: 0 auto; padding: 110px clamp(22px, 5.5vw, 82px); }
.section-heading { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h2, .process h2 { margin: 0; color: var(--pine); font-size: clamp(32px, 4vw, 54px); line-height: 1.25; letter-spacing: -2px; }
.section-heading > p { max-width: 480px; margin: 0; color: var(--muted); font-size: 14px; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.package-card { min-height: 450px; padding: 28px; display: flex; flex-direction: column; position: relative; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,253,248,.55); transition: transform 250ms var(--ease), border-color 250ms ease, box-shadow 250ms ease; }
.package-card:hover { transform: translateY(-5px); border-color: rgba(184,121,80,.6); }
.package-card.is-selected { background: var(--pine); color: white; border-color: var(--pine); box-shadow: var(--shadow); }
.package-card.is-selected::before { content: "مختارة"; position: absolute; top: -12px; left: 24px; padding: 5px 14px; background: var(--copper); color: var(--pine); border-radius: 999px; font-size: 10px; font-weight: 800; }
.package-top { display: flex; justify-content: space-between; align-items: center; }
.package-number { color: var(--copper); font-size: 12px; font-weight: 800; }
.package-tag { padding: 5px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); font-size: 9px; }
.is-selected .package-tag { border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.65); }
.package-card h3 { margin: 36px 0 8px; font-size: 30px; letter-spacing: -1px; }
.package-card > p { margin: 0; min-height: 58px; color: var(--muted); font-size: 13px; }
.is-selected > p { color: rgba(255,255,255,.64); }
.package-card ul { margin: 26px 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.package-card li { font-size: 12px; color: var(--muted); }
.package-card li::before { content: "✓"; display: inline-grid; place-items: center; margin-left: 9px; width: 18px; height: 18px; border: 1px solid rgba(184,121,80,.5); color: var(--copper); border-radius: 50%; font-size: 9px; }
.is-selected li { color: rgba(255,255,255,.75); }
.package-footer { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); }
.is-selected .package-footer { border-color: rgba(255,255,255,.13); }
.package-footer > span { display: grid; line-height: 1.5; }.package-footer small { color: var(--muted); font-size: 9px; }.is-selected .package-footer small { color: rgba(255,255,255,.5); }.package-footer strong { font-size: 18px; }
.choose-package { min-height: 44px; padding: 7px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--pine); font-size: 11px; font-weight: 800; cursor: pointer; }
.is-selected .choose-package { background: var(--copper); color: var(--pine); border-color: var(--copper); }

.booking-section { max-width: none; padding-top: 20px; background: #ebe3d6; }
.booking-panel { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(330px, .65fr); background: var(--paper); border-radius: 32px; overflow: hidden; box-shadow: var(--shadow); }
.booking-main { padding: clamp(30px, 5vw, 68px); }
.section-heading.compact { align-items: center; margin-bottom: 34px; }
.section-heading.compact h2 { font-size: 38px; }
.step-indicator { padding: 7px 13px; border-radius: 999px; background: #f3eee4; color: var(--muted); font-size: 10px; }
fieldset { min-inline-size: 0; margin: 0 0 30px; padding: 0 0 30px; border: 0; border-bottom: 1px solid var(--line); }
fieldset:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
legend { width: 100%; margin-bottom: 18px; color: var(--ink); font-size: 13px; font-weight: 800; }
legend > span { width: 25px; height: 25px; margin-left: 8px; display: inline-grid; place-items: center; background: var(--pine); color: white; border-radius: 50%; font-size: 10px; }
.date-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.date-options input, .time-options input { position: absolute; opacity: 0; pointer-events: none; }
.date-options label > span, .calendar-more { min-height: 105px; padding: 10px 5px; display: grid; place-items: center; align-content: center; gap: 2px; background: white; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; transition: 180ms ease; }
.date-options small { color: var(--muted); font-size: 9px; }.date-options strong { color: var(--pine); font-size: 24px; line-height: 1.2; }.date-options i { margin-top: 5px; color: var(--success); font-size: 8px; font-style: normal; }
.date-options input:checked + span { border-color: var(--pine); background: #eef2ee; box-shadow: inset 0 0 0 1px var(--pine); }
.date-options .sold-out span { opacity: .52; cursor: not-allowed; background: #eeeae2; }.date-options .sold-out i { color: var(--danger); }
.calendar-more { border-style: dashed; color: var(--muted); }.calendar-more span { font-size: 20px; }.calendar-more small { font-size: 9px; }
.time-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.time-options label > span { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: white; font-size: 11px; font-weight: 700; cursor: pointer; }
.time-options label small { display: block; color: var(--danger); font-size: 7px; }.time-options input:checked + span { background: var(--pine); color: white; border-color: var(--pine); }.time-options input:disabled + span { opacity: .45; cursor: not-allowed; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: grid; gap: 7px; }.field > span { color: var(--muted); font-size: 10px; font-weight: 700; }.field select { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font-size: 11px; outline: none; }
.field select:focus { border-color: var(--copper); box-shadow: 0 0 0 3px rgba(184,121,80,.16); }
.extras { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.extras > p { grid-column: 1/-1; margin: 0 0 3px; color: var(--muted); font-size: 10px; font-weight: 700; }.extras label { min-height: 58px; padding: 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }.extras input { position: absolute; opacity: 0; }.check-box { width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: transparent; font-size: 10px; }.extras input:checked + .check-box { background: var(--pine); border-color: var(--pine); color: white; }.extras label > span:last-child { display: grid; line-height: 1.5; }.extras strong { font-size: 9px; }.extras small { color: var(--copper-dark); font-size: 8px; }
.booking-summary { padding: 50px 34px; display: flex; flex-direction: column; background: var(--pine); color: white; }
.summary-kicker { margin: 0 0 15px; color: var(--copper); font-size: 10px; font-weight: 800; }.booking-summary h3 { margin: 0 0 32px; font-size: 29px; }.summary-line { padding: 11px 0; display: flex; justify-content: space-between; color: rgba(255,255,255,.62); font-size: 10px; }.summary-line strong { color: white; font-size: 10px; }.summary-rule { margin: 14px 0; height: 1px; background: rgba(255,255,255,.13); }.price-row, .deposit-row { display: flex; justify-content: space-between; align-items: center; font-size: 11px; }.price-row strong { font-size: 18px; }.deposit-row { margin: 19px 0 30px; padding: 16px 14px; background: rgba(255,255,255,.07); border-radius: 11px; }.deposit-row span { display: flex; align-items: center; gap: 7px; }.deposit-row i { padding: 3px 6px; background: var(--copper); color: var(--pine); border-radius: 4px; font-style: normal; font-size: 8px; font-weight: 800; }.deposit-row strong { color: var(--copper); font-size: 17px; }.confirm-button { min-height: 53px; padding: 10px 16px; display: flex; justify-content: space-between; align-items: center; border: 0; border-radius: 999px; background: var(--copper); color: var(--pine); font-size: 11px; font-weight: 800; cursor: pointer; }.confirm-button:hover { background: #c98b61; }.secure-note { margin: 12px 0 28px; color: rgba(255,255,255,.5); font-size: 8px; text-align: center; }.summary-availability { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.12); }.summary-availability > i { width: 9px; height: 9px; background: #70bc94; border-radius: 50%; box-shadow: 0 0 0 5px rgba(112,188,148,.12); }.summary-availability span { display: grid; line-height: 1.55; }.summary-availability strong { font-size: 10px; }.summary-availability small { color: rgba(255,255,255,.5); font-size: 8px; }

.process { text-align: center; }.process > .eyebrow { justify-content: center; }.process h2 { margin-bottom: 54px; }.process ol { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; text-align: right; }.process li { padding: 0 34px; display: flex; gap: 18px; border-left: 1px solid var(--line); }.process li:last-child { border-left: 0; }.process li > span { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: var(--copper); font-weight: 800; }.process li div { display: grid; gap: 4px; }.process strong { color: var(--pine); font-size: 15px; }.process p { margin: 0; color: var(--muted); font-size: 11px; }

footer { min-height: 180px; padding: 40px clamp(22px, 5.5vw, 82px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--pine-deep); color: white; }.footer-brand .brand-mark { background: var(--copper); color: var(--pine); }.footer-brand small { color: rgba(255,255,255,.45); }.footer-brand + p { color: rgba(255,255,255,.65); font-size: 12px; }.footer > small { justify-self: end; color: rgba(255,255,255,.36); font-size: 8px; }

.dashboard-view { background: #f3f1eb; min-height: calc(100vh - 88px); }.dashboard-shell { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 225px 1fr; direction: rtl; }.dashboard-sidebar { padding: 30px 18px 22px; display: flex; flex-direction: column; background: var(--pine-deep); color: white; }.dashboard-brand { margin: 0 8px 42px; }.dashboard-brand .brand-mark { background: var(--copper); color: var(--pine); }.dashboard-brand small { color: rgba(255,255,255,.45); }.dashboard-sidebar nav { display: grid; gap: 7px; }.dashboard-sidebar nav a { min-height: 46px; padding: 8px 14px; display: flex; align-items: center; gap: 12px; border-radius: 10px; color: rgba(255,255,255,.56); font-size: 11px; font-weight: 700; }.dashboard-sidebar nav a span { width: 22px; text-align: center; font-size: 17px; }.dashboard-sidebar nav a.is-active { color: white; background: rgba(255,255,255,.09); box-shadow: inset -3px 0 0 var(--copper); }.sidebar-profile { margin-top: auto; padding: 16px 9px 0; display: flex; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }.sidebar-profile > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--copper); color: var(--pine); font-size: 10px; font-weight: 800; }.sidebar-profile div { display: grid; line-height: 1.6; }.sidebar-profile strong { font-size: 9px; }.sidebar-profile small { color: rgba(255,255,255,.44); font-size: 7px; }
.dashboard-main { padding: 38px clamp(24px, 4vw, 58px) 60px; overflow: hidden; }.dashboard-header { margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; }.dashboard-header p { margin: 0 0 3px; color: var(--muted); font-size: 10px; }.dashboard-header h1 { margin: 0; color: var(--pine); font-size: 28px; letter-spacing: -1px; }.dashboard-actions { display: flex; gap: 9px; position: relative; }.dashboard-actions button { min-height: 42px; padding: 7px 15px; border: 1px solid var(--line); border-radius: 10px; background: white; cursor: pointer; }.dashboard-actions button:first-child { position: relative; min-width: 42px; padding: 0; }.dashboard-actions button:first-child i { position: absolute; width: 6px; height: 6px; top: 9px; right: 9px; background: var(--copper); border-radius: 50%; }.dashboard-actions .new-booking { background: var(--pine); color: white; border-color: var(--pine); font-size: 10px; font-weight: 800; }.notifications-popover { width: 270px; padding: 15px; position: absolute; z-index: 20; top: 50px; left: 0; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }.notifications-popover > p { margin: 0 0 8px; color: var(--pine); font-size: 11px; font-weight: 800; }.notifications-popover article { padding: 10px 0; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); }.notifications-popover article > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #e5f0e9; color: var(--success); font-size: 10px; }.notifications-popover article div { display: grid; line-height: 1.6; }.notifications-popover strong { color: var(--ink); font-size: 8px; }.notifications-popover small { color: var(--muted); font-size: 7px; }.notifications-popover a { padding-top: 10px; display: block; color: var(--copper-dark); font-size: 8px; font-weight: 800; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-bottom: 18px; }.stats-grid article { min-height: 122px; padding: 23px; display: flex; align-items: start; gap: 17px; background: white; border: 1px solid var(--line); border-radius: 16px; }.stat-icon { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; font-size: 13px; font-weight: 800; }.stat-icon.green { background: #e3efe8; color: var(--success); }.stat-icon.copper { background: #f3e7da; color: var(--copper-dark); }.stat-icon.ink { background: #e6ebe8; color: var(--pine); font-size: 8px; }.stats-grid article div { display: grid; }.stats-grid small { color: var(--muted); font-size: 9px; }.stats-grid strong { color: var(--pine); font-size: 26px; line-height: 1.35; }.stats-grid p { margin: 0; color: var(--muted); font-size: 8px; }.stats-grid b { color: var(--success); }
.dashboard-grid { display: grid; grid-template-columns: minmax(480px, 1.35fr) minmax(330px, .8fr); gap: 18px; }.calendar-panel, .upcoming-panel { padding: 25px; background: white; border: 1px solid var(--line); border-radius: 18px; }.panel-heading { margin-bottom: 21px; display: flex; align-items: center; justify-content: space-between; }.panel-heading h2 { margin: 0; color: var(--pine); font-size: 16px; }.panel-heading p { margin: 2px 0 0; color: var(--muted); font-size: 8px; }.calendar-controls { display: flex; gap: 5px; direction: ltr; }.calendar-controls button, .link-button { min-height: 34px; padding: 4px 10px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--muted); font-size: 9px; cursor: pointer; }.calendar-week, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }.calendar-week span { padding: 8px 2px; color: var(--muted); font-size: 8px; text-align: center; }.calendar-grid { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }.calendar-grid button { min-width: 0; min-height: 60px; padding: 8px; position: relative; border: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; color: var(--ink); font-size: 10px; cursor: pointer; }.calendar-grid button:hover { background: #f7f4ee; }.calendar-grid .muted { color: #b9bfbc; background: #faf9f6; }.calendar-grid .today { color: white; background: var(--pine); font-weight: 800; }.calendar-grid .today i { position: absolute; width: 4px; height: 4px; inset: auto 0 8px; margin: auto; background: var(--copper); border-radius: 50%; }.calendar-grid .has-bookings span { position: absolute; inset: auto 0 8px; display: flex; justify-content: center; gap: 3px; }.calendar-grid .has-bookings i { width: 5px; height: 5px; background: var(--success); border-radius: 50%; }.calendar-grid .has-bookings i:last-child { background: var(--warning); }.calendar-grid .closed, .calendar-grid .blocked { background: #f6ede8; color: var(--danger); }.calendar-grid .blocked { background: #eeeae4; color: var(--muted); }.calendar-grid small { position: absolute; inset: auto 0 5px; font-size: 6px; }.calendar-legend { padding-top: 16px; display: flex; gap: 18px; color: var(--muted); font-size: 7px; }.calendar-legend span { display: flex; align-items: center; gap: 5px; }.calendar-legend i { width: 6px; height: 6px; border-radius: 50%; }.calendar-legend .confirmed { background: var(--success); }.calendar-legend .pending { background: var(--warning); }.calendar-legend .closed-dot { background: var(--danger); }
.link-button { border: 0; color: var(--copper-dark); font-weight: 700; }.booking-list { display: grid; }.booking-list article { min-height: 108px; padding: 15px 0; display: grid; grid-template-columns: 48px 1fr 48px; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); }.booking-date { height: 54px; display: grid; place-items: center; align-content: center; background: #f0ece3; border-radius: 10px; line-height: 1.25; }.booking-date strong { color: var(--pine); font-size: 17px; }.booking-date span { color: var(--muted); font-size: 6px; }.booking-info { display: grid; align-items: center; grid-template-columns: 1fr auto; }.booking-info .status { grid-column: 2; grid-row: 1; padding: 2px 6px; border-radius: 999px; font-size: 6px; }.status.confirmed { color: var(--success); background: #e8f1ec; }.status.pending { color: var(--warning); background: #f8eee0; }.booking-info h3 { grid-column: 1; grid-row: 1; margin: 0; color: var(--pine); font-size: 11px; }.booking-info p, .booking-info small { grid-column: 1/-1; margin: 0; color: var(--muted); font-size: 7px; line-height: 1.7; }.more-button { min-height: 31px; padding: 3px 7px; border: 1px solid var(--line); border-radius: 7px; background: transparent; color: var(--copper-dark); font-size: 7px; font-weight: 800; cursor: pointer; }.capacity-note { margin-top: 20px; padding: 13px; display: flex; gap: 10px; border-radius: 11px; background: #f6ede8; color: var(--danger); }.capacity-note > span { flex: 0 0 auto; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; }.capacity-note div { display: grid; }.capacity-note strong { font-size: 8px; }.capacity-note p { margin: 0; color: #8d716a; font-size: 7px; line-height: 1.6; }

.modal-backdrop { position: fixed; inset: 0; z-index: 200; padding: 20px; display: grid; place-items: center; background: rgba(12,29,24,.78); backdrop-filter: blur(6px); }.modal-backdrop[hidden] { display: none; }.success-modal { width: min(470px, 100%); padding: 42px; position: relative; background: var(--paper); border-radius: 26px; box-shadow: 0 36px 90px rgba(0,0,0,.3); text-align: center; animation: modal-in 320ms var(--ease); }.modal-close { position: absolute; top: 14px; left: 14px; width: 40px; height: 40px; border: 0; border-radius: 50%; background: #f0ebe2; color: var(--muted); font-size: 23px; cursor: pointer; }.success-mark { width: 72px; height: 72px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--pine); color: var(--copper); font-size: 30px; box-shadow: 0 0 0 9px rgba(24,55,47,.08); }.success-modal .eyebrow { justify-content: center; }.success-modal h2 { margin: 0 0 10px; color: var(--pine); font-size: 29px; }.success-modal > p:not(.eyebrow) { margin: 0 auto 24px; max-width: 350px; color: var(--muted); font-size: 12px; }.reference-row { padding: 13px 16px; display: flex; justify-content: space-between; border: 1px dashed rgba(24,55,47,.28); border-radius: 10px; color: var(--muted); font-size: 10px; }.reference-row strong { color: var(--pine); letter-spacing: 1px; }.message-preview { margin: 12px 0 24px; padding: 14px; display: flex; align-items: center; gap: 11px; background: #e7f1eb; border-radius: 10px; text-align: right; }.whatsapp-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--success); color: white; }.message-preview div { display: grid; }.message-preview strong { color: var(--pine); font-size: 9px; }.message-preview small { color: var(--muted); font-size: 7px; }.modal-done { width: 100%; }.edit-modal { text-align: right; }.edit-modal .eyebrow { justify-content: flex-start; }.edit-fields { margin: 22px 0 14px; }.edit-availability { margin-bottom: 20px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border-radius: 10px; background: #e7f1eb; }.edit-availability > i { width: 9px; height: 9px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(47,120,94,.12); }.edit-availability span { display: grid; }.edit-availability strong { color: var(--pine); font-size: 9px; }.edit-availability small { color: var(--muted); font-size: 7px; }.save-edit { width: 100%; }

button:focus-visible, a:focus-visible, select:focus-visible, input:focus-visible + span { outline: 3px solid #da9d72; outline-offset: 3px; }
@keyframes gentle-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes steam { 0% { opacity: 0; transform: translateY(12px) rotate(10deg) scaleY(.65); } 50% { opacity: .7; } 100% { opacity: 0; transform: translateY(-22px) rotate(-8deg) scaleY(1.1); } }
@keyframes modal-in { from { opacity: 0; transform: translateY(16px) scale(.97); } }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 1fr; }.hero-copy { padding-right: 42px; }.hero h1 { font-size: 70px; }.package-grid { gap: 12px; }.package-card { padding: 22px; }.booking-panel { grid-template-columns: 1fr 320px; }.dashboard-grid { grid-template-columns: 1fr; }.upcoming-panel { order: -1; }.booking-list { grid-template-columns: repeat(3, 1fr); gap: 12px; }.booking-list article { min-width: 0; grid-template-columns: 42px 1fr 20px; border: 1px solid var(--line); border-radius: 12px; padding: 12px; }.capacity-note { grid-column: 1/-1; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; grid-template-columns: 1fr auto; padding: 0 18px; }.site-header .brand small, .header-action { display: none; }.brand-mark { width: 38px; height: 38px; }.brand-mark svg { width: 25px; }.brand strong { font-size: 20px; }.view-switcher { gap: 2px; padding: 3px; }.nav-link { min-width: 80px; height: 34px; padding: 0 10px; font-size: 10px; }
  .hero { min-height: auto; grid-template-columns: 1fr; }.hero-copy { padding: 58px 23px 48px; }.hero h1 { font-size: clamp(54px, 18vw, 76px); letter-spacing: -3px; }.hero-intro { font-size: 14px; }.hero-actions { gap: 20px; }.trust-row { margin-top: 40px; gap: 14px; flex-wrap: wrap; }.hero-visual { min-height: 480px; }.cart-stage { inset: 75px 0 0 -5%; }.cart-body { width: 76%; height: 210px; bottom: 77px; }.cart-awning { bottom: 278px; }.cart-logo { font-size: 41px; }.cart-wheel { bottom: 42px; width: 67px; height: 67px; }.coffee-cup { right: 5%; bottom: 94px; transform: scale(.78); }.date-card { top: 24px; right: 20px; z-index: 4; transform: scale(.86); transform-origin: top right; animation: none; }.availability-badge { left: 18px; bottom: 20px; min-width: 205px; padding: 12px 14px; }
  .section-shell { padding: 72px 18px; }.section-heading { display: grid; gap: 14px; }.section-heading h2, .process h2 { font-size: 34px; letter-spacing: -1px; }.package-grid { grid-template-columns: 1fr; }.package-card { min-height: 390px; }.package-card h3 { margin-top: 24px; }
  .booking-section { padding-top: 18px; }.booking-panel { grid-template-columns: 1fr; border-radius: 22px; }.booking-main { padding: 28px 18px; }.section-heading.compact { display: flex; }.section-heading.compact h2 { font-size: 30px; }.date-options { grid-template-columns: repeat(4, 1fr); }.calendar-more { grid-column: 1/-1; min-height: 52px; display: flex; gap: 7px; }.time-options { grid-template-columns: 1fr 1fr; }.field-grid { grid-template-columns: 1fr; }.extras { grid-template-columns: 1fr; }.booking-summary { min-height: 470px; padding: 36px 24px; }.process ol { grid-template-columns: 1fr; gap: 25px; }.process li { padding: 0 3px 25px; border-left: 0; border-bottom: 1px solid var(--line); }.process li:last-child { border-bottom: 0; }.process { text-align: right; }.process > .eyebrow { justify-content: flex-start; }
  footer { grid-template-columns: 1fr; gap: 18px; text-align: center; justify-items: center; }.footer-brand + p { margin: 0; }.footer > small { justify-self: center; }
  .dashboard-view { min-height: auto; overflow: hidden; }.dashboard-shell { width: 100%; min-height: 0; grid-template-columns: minmax(0, 1fr); }.dashboard-sidebar { width: 100%; min-width: 0; padding: 14px 16px; display: block; position: sticky; top: 0; z-index: 10; overflow: hidden; }.dashboard-brand, .sidebar-profile { display: none; }.dashboard-sidebar nav { width: 100%; display: flex; overflow-x: auto; scrollbar-width: none; }.dashboard-sidebar nav a { flex: 0 0 auto; min-height: 38px; padding: 6px 12px; }.dashboard-sidebar nav a.is-active { box-shadow: inset 0 -2px 0 var(--copper); }.dashboard-sidebar nav a span { width: 16px; }.dashboard-main { width: 100%; min-width: 0; padding: 25px 15px 45px; }.dashboard-header, .stats-grid, .dashboard-grid, .calendar-panel, .upcoming-panel { width: 100%; min-width: 0; max-width: 100%; }.dashboard-header h1 { font-size: 22px; }.stats-grid { grid-template-columns: minmax(0, 1fr); }.stats-grid article { min-width: 0; min-height: 100px; }.dashboard-grid { display: block; }.upcoming-panel { margin-bottom: 15px; }.booking-list { grid-template-columns: minmax(0, 1fr); }.calendar-panel { padding: 15px 10px; overflow: hidden; }.calendar-grid button { min-width: 0; min-height: 49px; padding: 5px; }.calendar-controls button:nth-child(2) { display: none; }.calendar-week span { font-size: 6px; }.calendar-legend { flex-wrap: wrap; }.success-modal { padding: 38px 23px 25px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
