
:root {
  --purple-950: #240532;
  --purple-900: #320845;
  --purple-800: #45105b;
  --purple-700: #5a1673;
  --purple-100: #f5edf8;
  --gold: #efc14f;
  --gold-bright: #ffd873;
  --cream: #fffaf1;
  --paper: #ffffff;
  --ink: #2f2432;
  --muted: #726977;
  --line: #e9dfe9;
  --shadow-sm: 0 10px 30px rgba(43, 10, 59, 0.08);
  --shadow-lg: 0 26px 70px rgba(43, 10, 59, 0.16);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: #fff;
  background: rgba(42, 7, 58, 0.97);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 80px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font: 500 24px/1 Georgia, "Times New Roman", serif;
}
.brand-steam { position: absolute; top: -12px; left: 14px; font: 700 15px/1 Georgia, serif; transform: rotate(90deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font: 500 19px/1 Georgia, "Times New Roman", serif; letter-spacing: 0.1em; }
.brand-copy small { margin-top: 5px; color: var(--gold); font-size: 10px; letter-spacing: 0.34em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; margin-left: auto; }
.main-nav a { position: relative; padding: 28px 0 24px; color: #e9dfea; font-size: 13px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--gold); transition: right 0.25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--gold-bright); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-button { display: none; width: 43px; height: 43px; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: #341140; box-shadow: 0 8px 22px rgba(239, 193, 79, .18); }
.button-gold:hover { background: var(--gold-bright); box-shadow: 0 12px 28px rgba(239, 193, 79, .26); }
.button-purple { background: var(--purple-800); color: #fff; }
.button-purple:hover { background: var(--purple-700); }
.button-outline-light { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; }
.button-outline-light:hover { background: #fff; border-color: #fff; color: var(--purple-900); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--purple-700); font-size: 14px; font-weight: 800; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.eyebrow { margin: 0 0 12px; color: var(--purple-700); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--gold-bright); }
.display-title, h1, h2, h3 { text-wrap: balance; }
.display-title { margin: 0; font: 400 clamp(3rem, 5.4vw, 4.7rem)/.99 Georgia, "Times New Roman", serif; letter-spacing: -.035em; }
.display-title em, .section-title em { color: var(--gold-bright); font-weight: 400; }
.section-title { margin: 0; color: var(--purple-900); font: 400 clamp(2.1rem, 4vw, 3.15rem)/1.08 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.section-intro { max-width: 650px; color: var(--muted); }
.section-heading { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-heading .section-intro { margin: 16px auto 0; }
.ornament { display: inline-flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--gold); }
.ornament::before, .ornament::after { content: ""; width: 30px; height: 1px; background: var(--gold); }
.section { padding: 88px 0; }
.section-soft { background: #fbf7fc; }
.section-cream { background: var(--cream); }

.home-hero { position: relative; overflow: hidden; background: linear-gradient(132deg, var(--purple-950) 0%, var(--purple-800) 72%, #6a267c 100%); color: #fff; }
.home-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -220px; bottom: -310px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 68px; min-height: 590px; padding: 52px 0 58px; }
.home-hero-copy { position: relative; z-index: 2; max-width: 620px; }
.home-hero-copy .hero-lead { max-width: 570px; margin: 22px 0 28px; color: #e5dce8; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.15); }
.hero-proof-item { display: flex; align-items: center; gap: 10px; }
.hero-proof-icon { display: grid; place-items: center; flex: 0 0 auto; width: 37px; height: 37px; border: 1px solid rgba(239,193,79,.65); border-radius: 50%; color: var(--gold-bright); }
.hero-proof-item strong { display: block; font-size: 13px; line-height: 1.2; }
.hero-proof-item span { display: block; margin-top: 3px; color: #cdbdd2; font-size: 11px; line-height: 1.2; }
.home-hero-visual { position: relative; width: 100%; max-width: 520px; justify-self: end; padding: 0 18px 20px 0; }
.hero-image-frame { position: relative; z-index: 1; height: 462px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 90px 8px 90px 8px; box-shadow: 0 30px 70px rgba(18,1,28,.35); }
.hero-image-frame img { height: 100%; }
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(30,5,42,.18)); pointer-events: none; }
.hero-visual-border { position: absolute; inset: 18px 0 0 18px; z-index: 0; border: 1px solid rgba(239,193,79,.42); border-radius: 90px 8px 90px 8px; pointer-events: none; }
.hero-badge { position: absolute; z-index: 3; left: -34px; bottom: 50px; width: 122px; height: 122px; display: grid; place-items: center; padding: 19px; border: 6px solid var(--purple-800); border-radius: 50%; background: var(--gold); color: var(--purple-950); text-align: center; box-shadow: 0 15px 35px rgba(19,2,26,.28); }
.hero-badge strong { font: 700 25px/1 Georgia, serif; }
.hero-badge span { font-size: 10px; font-weight: 900; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }

.trust-bar { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 92px; padding: 18px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item svg { color: var(--purple-700); }
.trust-item strong { display: block; color: var(--purple-900); font: 700 16px/1.2 Georgia, serif; }
.trust-item span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }

.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; }
.service-card { grid-column: span 2; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); transition: transform .28s ease, box-shadow .28s ease; }
.service-card:nth-child(4) { grid-column: 2 / span 2; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.service-image { position: relative; height: 220px; overflow: hidden; }
.service-image img { height: 100%; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-icon { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; color: var(--gold-bright); background: rgba(48,8,65,.94); border: 1px solid rgba(255,255,255,.3); }
.service-copy { padding: 25px 25px 27px; }
.service-copy h3 { margin: 0 0 9px; color: var(--purple-900); font: 700 22px/1.2 Georgia, serif; }
.service-copy p { min-height: 52px; margin: 0 0 17px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.about-band { position: relative; overflow: hidden; background: linear-gradient(118deg, var(--purple-950), var(--purple-800)); color: #fff; }
.about-band::after { content: "M"; position: absolute; right: -25px; bottom: -180px; color: rgba(255,255,255,.035); font: 700 460px/1 Georgia, serif; }
.about-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 74px; }
.about-collage { position: relative; padding: 0 42px 38px 0; }
.about-main-image { height: 470px; overflow: hidden; border-radius: 10px 100px 10px 10px; }
.about-main-image img { height: 100%; }
.about-mini-image { position: absolute; right: 0; bottom: 0; width: 190px; height: 190px; overflow: hidden; border: 8px solid var(--purple-800); border-radius: 50%; box-shadow: var(--shadow-lg); }
.about-mini-image img { height: 100%; }
.about-copy .section-title { color: #fff; }
.about-copy > p:not(.eyebrow) { margin: 21px 0 27px; color: #dfd2e4; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0 0 30px; }
.stat { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.25); }
.stat strong { display: block; font: 400 27px/1 Georgia, serif; color: var(--gold-bright); }
.stat span { display: block; margin-top: 7px; color: #d7c8dc; font-size: 10px; line-height: 1.3; }

.menu-preview-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 68px; align-items: center; }
.menu-preview-photo { position: relative; min-height: 550px; }
.menu-preview-photo > img { height: 550px; border-radius: 100px 12px 12px 12px; }
.menu-note { position: absolute; right: -30px; bottom: 35px; max-width: 235px; padding: 22px; border-radius: 10px; background: var(--purple-900); color: #fff; box-shadow: var(--shadow-lg); }
.menu-note strong { display: block; font: 700 18px/1.25 Georgia, serif; }
.menu-note span { display: block; margin-top: 7px; color: #d9c9de; font-size: 12px; }
.menu-list { margin: 28px 0 30px; border-top: 1px solid var(--line); }
.menu-row { display: grid; grid-template-columns: 1fr auto; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.menu-row h3 { margin: 0; color: var(--purple-900); font: 700 20px/1.2 Georgia, serif; }
.menu-row p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.menu-row span { align-self: center; color: var(--purple-700); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.gallery-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 165px; gap: 14px; }
.gallery-tile { position: relative; overflow: hidden; border-radius: 12px; }
.gallery-tile img { height: 100%; transition: transform .55s ease; }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-tile:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-tile:nth-child(2) { grid-column: span 4; }
.gallery-tile:nth-child(3) { grid-column: span 3; }
.gallery-tile:nth-child(4) { grid-column: span 3; }
.gallery-tile:nth-child(5) { grid-column: span 4; }
.gallery-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(30,4,40,.24)); opacity: 0; transition: opacity .3s; }
.gallery-tile:hover::after { opacity: 1; }
.section-action { margin-top: 32px; text-align: center; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { position: relative; padding: 33px 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.quote-symbol { color: var(--gold); font: 700 66px/.7 Georgia, serif; }
.testimonial-card > p { margin: 17px 0 24px; color: #625866; font-size: 15px; line-height: 1.75; }
.client-row { display: flex; align-items: center; gap: 12px; padding-top: 20px; border-top: 1px solid var(--line); }
.client-row img { width: 46px; height: 46px; border-radius: 50%; }
.client-row strong { display: block; color: var(--purple-900); font: 700 15px/1.2 Georgia, serif; }
.client-row small { color: var(--muted); font-size: 11px; }
.stars { margin-left: auto; color: #dcae32; font-size: 12px; letter-spacing: 1px; }

.contact-strip { background: linear-gradient(90deg, var(--purple-800), var(--purple-700)); color: #fff; }
.contact-strip-inner { display: flex; min-height: 128px; align-items: center; justify-content: space-between; gap: 32px; }
.strip-intro { display: flex; align-items: center; gap: 18px; }
.strip-icon { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-bright); }
.strip-intro h2 { margin: 0; font: 400 27px/1.2 Georgia, serif; }
.strip-intro p { margin: 5px 0 0; color: #d9cae0; font-size: 13px; }
.site-footer { padding: 62px 0 22px; background: var(--purple-950); color: #cdbfd2; }
.footer-grid { display: grid; grid-template-columns: 1.7fr .8fr 1fr 1.2fr; gap: 58px; }
.footer-grid h3 { margin: 5px 0 19px; color: #fff; font: 700 17px/1.2 Georgia, serif; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 9px 0; font-size: 13px; }
.footer-grid li a:hover { color: var(--gold-bright); }
.footer-brand-col > p { max-width: 300px; margin: 20px 0; color: #bdaec4; font-size: 13px; }
.social-row { display: flex; gap: 9px; }
.social-row a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #704a7e; border-radius: 50%; color: #fff; font-size: 14px; font-weight: 800; transition: .2s; }
.social-row a:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }
.contact-list li { display: flex; align-items: flex-start; gap: 10px; }
.contact-list svg { flex: 0 0 auto; margin-top: 3px; color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #9d8da4; font-size: 11px; }

.inner-hero { overflow: hidden; background: var(--purple-950); color: #fff; }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: stretch; min-height: 430px; }
.inner-hero-copy { position: relative; z-index: 2; align-self: center; max-width: 680px; padding: 62px 70px 66px 0; }
.inner-hero-copy::after { content: ""; position: absolute; z-index: -1; top: -120px; right: -120px; width: 360px; height: 360px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025); }
.breadcrumbs { display: flex; align-items: center; gap: 5px; margin-bottom: 34px; color: #bfaec6; font-size: 12px; }
.breadcrumbs a:hover { color: var(--gold); }
.inner-hero-copy h1 { max-width: 650px; margin: 0; font: 400 clamp(2.7rem, 5vw, 4rem)/1.03 Georgia, serif; letter-spacing: -.03em; }
.inner-hero-copy .lead { max-width: 620px; margin: 18px 0 26px; color: #dfd3e3; font-size: 16px; line-height: 1.75; }
.inner-hero-image { position: relative; min-width: 45vw; }
.inner-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--purple-950) 0%, rgba(36,5,50,.38) 25%, transparent 58%); }
.inner-hero-image img { height: 100%; min-height: 430px; }

.content-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 72px; }
.content-image { position: relative; height: 510px; }
.content-image img { height: 100%; border-radius: 10px 100px 10px 10px; }
.content-image-badge { position: absolute; right: -22px; bottom: 30px; min-width: 150px; padding: 23px; border-radius: 12px; background: var(--gold); color: var(--purple-950); text-align: center; box-shadow: var(--shadow-lg); }
.content-image-badge strong { display: block; font: 700 30px/1 Georgia, serif; }
.content-image-badge span { display: block; margin-top: 7px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.rich-copy > p { color: var(--muted); }
.rich-copy .section-title + p { margin-top: 20px; }
.check-list { display: grid; gap: 14px; margin: 27px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: #514657; }
.check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--purple-700); }
.value-grid, .process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-card, .process-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.value-icon { display: grid; place-items: center; width: 50px; height: 50px; margin-bottom: 22px; border-radius: 50%; background: var(--purple-100); color: var(--purple-700); }
.value-card h3, .process-card h3 { margin: 0 0 10px; color: var(--purple-900); font: 700 21px/1.25 Georgia, serif; }
.value-card p, .process-card p { margin: 0; color: var(--muted); font-size: 14px; }
.process-number { display: block; margin-bottom: 18px; color: var(--gold); font: 700 38px/1 Georgia, serif; }

.service-detail-list { display: grid; gap: 28px; }
.service-detail { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 340px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.service-detail:nth-child(even) { grid-template-columns: 1.15fr .85fr; }
.service-detail:nth-child(even) .service-detail-image { order: 2; }
.service-detail-image img { height: 100%; min-height: 340px; }
.service-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px; }
.service-detail-copy h2 { margin: 0 0 14px; color: var(--purple-900); font: 400 32px/1.15 Georgia, serif; }
.service-detail-copy p { margin: 0 0 20px; color: var(--muted); }
.detail-points { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-points span { padding: 7px 11px; border-radius: 50px; background: var(--purple-100); color: var(--purple-700); font-size: 11px; font-weight: 800; }

.menu-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-bottom: 36px; }
.menu-tabs a { padding: 9px 16px; border: 1px solid var(--line); border-radius: 50px; color: var(--purple-800); background: #fff; font-size: 13px; font-weight: 800; }
.menu-tabs a:hover { color: #fff; border-color: var(--purple-700); background: var(--purple-700); }
.menu-category { scroll-margin-top: 100px; margin-top: 30px; padding: 36px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.menu-category-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.menu-category-head h2 { margin: 0; color: var(--purple-900); font: 400 31px/1.1 Georgia, serif; }
.menu-category-head p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.dish-grid { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 55px; }
.dish { position: relative; padding: 22px 0; border-bottom: 1px dotted #d8c9da; }
.dish:nth-last-child(-n+2) { border-bottom: 0; }
.dish h3 { margin: 0 0 4px; color: var(--purple-900); font: 700 18px/1.2 Georgia, serif; }
.dish p { margin: 0; color: var(--muted); font-size: 13px; }
.menu-disclaimer { margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--gold); background: var(--cream); color: #62566a; font-size: 13px; }

.gallery-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-full figure { position: relative; height: 310px; margin: 0; overflow: hidden; border-radius: 13px; }
.gallery-full figure:nth-child(1), .gallery-full figure:nth-child(5) { grid-row: span 2; height: 638px; }
.gallery-full img { height: 100%; transition: transform .5s ease; }
.gallery-full figure:hover img { transform: scale(1.04); }
.gallery-full figcaption { position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 10px 13px; border-radius: 7px; color: #fff; background: rgba(37,5,51,.82); backdrop-filter: blur(8px); font: 700 14px/1.3 Georgia, serif; transform: translateY(10px); opacity: 0; transition: .25s ease; }
.gallery-full figure:hover figcaption { opacity: 1; transform: translateY(0); }

.testimonial-feature { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 68px; }
.testimonial-feature-image { height: 500px; overflow: hidden; border-radius: 100px 10px 10px 10px; }
.testimonial-feature-image img { height: 100%; }
.testimonial-feature blockquote { margin: 24px 0; color: var(--purple-900); font: 400 clamp(1.7rem,3vw,2.35rem)/1.4 Georgia, serif; }
.testimonial-feature cite { color: var(--muted); font-size: 13px; font-style: normal; }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 66px; align-items: start; }
.contact-card { padding: 36px; border-radius: var(--radius-md); background: var(--purple-900); color: #fff; }
.contact-card h2 { margin: 0; font: 400 31px/1.2 Georgia, serif; }
.contact-card > p { margin: 14px 0 28px; color: #d8c9de; font-size: 14px; }
.contact-method { display: flex; align-items: flex-start; gap: 14px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-method-icon { display: grid; place-items: center; flex: 0 0 auto; width: 40px; height: 40px; border: 1px solid rgba(239,193,79,.7); border-radius: 50%; color: var(--gold); }
.contact-method strong { display: block; font-size: 13px; }
.contact-method span, .contact-method a { color: #d8c9de; font-size: 13px; }
.quote-form { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow-sm); }
.quote-form h2 { margin: 0 0 8px; color: var(--purple-900); font: 400 32px/1.2 Georgia, serif; }
.quote-form > p { margin: 0 0 26px; color: var(--muted); font-size: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { color: #4a3e4f; font-size: 13px; font-weight: 750; }
.field input, .field textarea, .field select { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #daceda; border-radius: 8px; color: var(--ink); background: #fff; outline: none; transition: border .2s, box-shadow .2s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--purple-700); box-shadow: 0 0 0 3px rgba(90,22,115,.1); }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 11px; }
.form-success { min-height: 370px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.form-success > svg { margin-bottom: 20px; color: var(--purple-700); }

@media (max-width: 1100px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: 12px; }
  .header-quote { display: none; }
  .home-hero-grid { gap: 40px; }
  .hero-badge { left: -15px; }
  .footer-grid { gap: 35px; }
}

@media (max-width: 900px) {
  .shell { width: min(var(--shell), calc(100% - 36px)); }
  .header-inner { min-height: 72px; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; align-items: stretch; gap: 0; margin: 0; padding: 13px 18px 20px; background: rgba(42,7,58,.99); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 16px 30px rgba(20,1,28,.2); }
  .main-nav.is-open { display: flex; flex-direction: column; }
  .main-nav a { padding: 12px 8px; font-size: 14px; }
  .main-nav a::after { display: none; }
  .menu-button { display: inline-flex; margin-left: auto; }
  .home-hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 55px 0 62px; }
  .home-hero-copy { max-width: 720px; }
  .home-hero-visual { max-width: 720px; justify-self: start; }
  .hero-image-frame { height: 430px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-card, .service-card:nth-child(4) { grid-column: span 3; }
  .service-card:nth-child(5) { grid-column: 2 / span 4; }
  .about-grid, .menu-preview-grid, .content-grid, .contact-layout, .testimonial-feature { grid-template-columns: 1fr; }
  .about-collage, .menu-preview-photo, .content-image, .testimonial-feature-image { max-width: 700px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .inner-hero-grid { grid-template-columns: 1fr; }
  .inner-hero-copy { padding: 58px 0; }
  .inner-hero-image { min-width: 100%; height: 310px; }
  .inner-hero-image img { min-height: 310px; }
  .inner-hero-image::after { background: linear-gradient(180deg, var(--purple-950) 0%, rgba(36,5,50,.15) 30%, transparent 55%); }
  .value-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .service-detail, .service-detail:nth-child(even) { grid-template-columns: 1fr; }
  .service-detail:nth-child(even) .service-detail-image { order: 0; }
  .gallery-full { grid-template-columns: 1fr 1fr; }
  .gallery-full figure:nth-child(1), .gallery-full figure:nth-child(5) { grid-row: auto; height: 310px; }
}

@media (max-width: 620px) {
  .shell { width: min(var(--shell), calc(100% - 28px)); }
  .section { padding: 68px 0; }
  .display-title { font-size: 2.75rem; }
  .home-hero-grid { padding-top: 44px; gap: 36px; }
  .home-hero-copy .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr; gap: 15px; }
  .home-hero-visual { padding: 0 8px 10px 0; }
  .hero-image-frame { height: 340px; border-radius: 58px 7px 58px 7px; }
  .hero-visual-border { inset: 10px 0 0 10px; border-radius: 58px 7px 58px 7px; }
  .hero-badge { left: -6px; bottom: 24px; width: 94px; height: 94px; padding: 12px; border-width: 4px; }
  .hero-badge strong { font-size: 20px; }
  .hero-badge span { font-size: 8px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { justify-content: flex-start; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; }
  .about-grid { gap: 44px; }
  .about-collage { padding: 0 20px 30px 0; }
  .about-main-image { height: 385px; border-radius: 8px 65px 8px 8px; }
  .about-mini-image { width: 145px; height: 145px; border-width: 6px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .menu-preview-grid { gap: 48px; }
  .menu-preview-photo { min-height: 410px; }
  .menu-preview-photo > img { height: 410px; border-radius: 65px 8px 8px 8px; }
  .menu-note { right: -2px; bottom: -15px; }
  .gallery-mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 145px; }
  .gallery-tile:nth-child(n) { grid-column: auto; grid-row: auto; }
  .gallery-tile:first-child { grid-column: 1 / -1; grid-row: span 2; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .contact-strip-inner { align-items: flex-start; flex-direction: column; padding: 29px 0; }
  .strip-intro { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 33px; }
  .footer-bottom { flex-direction: column; }
  .inner-hero-copy { padding: 44px 0 50px; }
  .breadcrumbs { margin-bottom: 25px; }
  .inner-hero-image { height: 240px; }
  .inner-hero-image img { min-height: 240px; }
  .content-image { height: 390px; }
  .content-image-badge { right: -4px; }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .service-detail-copy { padding: 29px 24px; }
  .service-detail-image img { min-height: 250px; }
  .menu-category { padding: 26px 22px; }
  .menu-category-head { flex-direction: column; }
  .menu-category-head p { text-align: left; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish:nth-last-child(2) { border-bottom: 1px dotted #d8c9da; }
  .gallery-full { grid-template-columns: 1fr; }
  .gallery-full figure:nth-child(n) { height: 290px; }
  .quote-form, .contact-card { padding: 28px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
}

@media (prefers-reduced-motion: no-preference) {
  .home-hero-copy { animation: rise-in .7s ease both; }
  .home-hero-visual { animation: fade-in .85s .08s ease both; }
  @keyframes rise-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
  @keyframes fade-in { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: translateX(0); } }
}

.static-icon{display:inline-grid;place-items:center;font-size:1.25rem;line-height:1}
.menu-button{font-size:1.4rem}
.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-alert{display:none;margin:0 0 22px;padding:13px 16px;border-radius:8px;font-size:14px;font-weight:700}
.form-alert.success{display:block;color:#1d5c36;background:#e9f8ef;border:1px solid #b8e4c8}
.form-alert.error{display:block;color:#842929;background:#fff0f0;border:1px solid #efc1c1}
