:root {
  --ink: #160f0b;
  --ink-2: #23160e;
  --brown: #4b2d19;
  --bronze: #b87932;
  --gold: #e2ad61;
  --cream: #f4e4c9;
  --paper: #fbf5e9;
  --muted: #bcae9a;
  --line: rgba(226, 173, 97, .25);
  --shadow: 0 24px 70px rgba(0, 0, 0, .30);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 12px 16px; background: var(--gold); color: var(--ink); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .35s ease; }
.site-header.scrolled { background: rgba(22, 15, 11, .92); backdrop-filter: blur(16px); box-shadow: 0 8px 30px rgba(0,0,0,.24); border-bottom: 1px solid var(--line); }
.nav-shell { width: min(1280px, calc(100% - 40px)); height: 92px; margin: auto; display: flex; align-items: center; justify-content: space-between; transition: .35s ease; }
.site-header.scrolled .nav-shell { height: 74px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 58px; height: 58px; object-fit: contain; filter: drop-shadow(0 6px 12px rgba(0,0,0,.4)); }
.brand span { display: grid; gap: 2px; }
.brand strong { font: 700 18px/1 var(--serif); letter-spacing: .03em; text-transform: uppercase; color: var(--cream); }
.brand small { color: var(--gold); font-size: 10px; letter-spacing: .25em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { position: relative; font-size: 13px; font-weight: 700; letter-spacing: .06em; color: rgba(255,255,255,.82); }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: .25s ease; }
.primary-nav a:hover::after { right: 0; }
.primary-nav .nav-cta { padding: 12px 18px; border: 1px solid rgba(226,173,97,.65); border-radius: 999px; color: var(--cream); background: rgba(226,173,97,.08); }
.primary-nav .nav-cta:hover { background: var(--gold); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(22,15,11,.55); align-items: center; justify-content: center; gap: 4px; flex-direction: column; cursor: pointer; }
.menu-toggle span { width: 18px; height: 1px; background: var(--cream); transition: .25s ease; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: #180e08; }
.hero-backdrop { position: absolute; inset: 0; background: url("../images/harong-hero.webp") center/cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,9,5,.96) 0%, rgba(16,9,5,.79) 44%, rgba(16,9,5,.26) 72%, rgba(16,9,5,.54) 100%), linear-gradient(0deg, rgba(16,9,5,.8) 0%, transparent 46%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 80% 30%, rgba(226,173,97,.18), transparent 28%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 40px; padding-top: 96px; padding-bottom: 78px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; }
.hero h1, h2 { margin: 0; font-family: var(--serif); letter-spacing: -.035em; }
.hero h1 { font-size: clamp(54px, 6.1vw, 92px); line-height: .94; text-shadow: 0 8px 30px rgba(0,0,0,.4); }
h2 { font-size: clamp(42px, 4.4vw, 67px); line-height: 1.02; }
em { color: var(--gold); font-weight: inherit; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.75; }
.hero-lead strong { color: var(--cream); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 999px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .05em; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold), #b9782f); color: #21150d; box-shadow: 0 12px 30px rgba(184,121,50,.25); }
.button-ghost { border-color: rgba(244,228,201,.34); background: rgba(255,255,255,.04); color: var(--cream); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--gold); }
.button.full { width: 100%; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-pills span { border: 1px solid rgba(255,255,255,.12); background: rgba(22,15,11,.45); padding: 9px 13px; border-radius: 999px; color: rgba(255,255,255,.72); font-size: 12px; backdrop-filter: blur(10px); }
.hero-emblem { position: relative; justify-self: end; width: min(43vw, 550px); }
.hero-emblem img {
  width: 100%;
  position: relative;
  z-index: 2;
  /* DEV: Surgically remove the square image canvas from the hero emblem only. */
  border-radius: 50%;
  clip-path: circle(48.5% at 50% 50%);
  filter: drop-shadow(0 28px 45px rgba(0,0,0,.6));
  animation: float 6s ease-in-out infinite;
}
.emblem-glow { position: absolute; inset: 14%; border-radius: 50%; background: rgba(226,173,97,.28); filter: blur(60px); }
.scroll-cue { position: absolute; z-index: 4; bottom: 22px; left: 50%; transform: translateX(-50%); display: grid; justify-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.scroll-cue span { width: 1px; height: 28px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.7s infinite; }
@keyframes float { 50% { transform: translateY(-10px) rotate(.3deg); } }
@keyframes scrollPulse { 50% { opacity: .25; transform: scaleY(.65); transform-origin: top; } }

.marquee { overflow: hidden; background: #0f0a07; border-block: 1px solid var(--line); }
.marquee-track { display: flex; gap: 38px; width: max-content; padding: 18px 0; animation: marquee 24s linear infinite; color: var(--cream); text-transform: uppercase; font: 700 12px/1 var(--serif); letter-spacing: .24em; }
.marquee-track i { color: var(--bronze); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { display: grid; grid-template-columns: 1fr 1fr; gap: 92px; align-items: center; }
.story-visual { position: relative; padding: 22px 0 34px 22px; }
.story-visual::before { content: ""; position: absolute; inset: 0 18% 12% 0; border: 1px solid var(--line); }
.image-frame { overflow: hidden; position: relative; box-shadow: var(--shadow); }
.main-frame { aspect-ratio: 4/5; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.image-frame:hover img { transform: scale(1.035); }
.story-badge { position: absolute; right: -18px; bottom: 0; width: 180px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--gold); color: var(--ink); border: 8px solid var(--ink); box-shadow: var(--shadow); }
.story-badge::before { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(22,15,11,.45); border-radius: inherit; }
.story-badge strong { font: 800 24px/1 var(--serif); letter-spacing: .12em; }
.story-badge span { margin-top: 7px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.story-copy p:not(.eyebrow) { color: var(--muted); line-height: 1.85; font-size: 16px; }
.signature-line { display: flex; align-items: center; gap: 18px; margin-top: 34px; }
.signature-line span { width: 72px; height: 1px; background: var(--gold); }
.signature-line p { color: var(--gold) !important; margin: 0; font-size: 11px !important; letter-spacing: .26em; text-transform: uppercase; }

.experience { background: #1d120c; position: relative; overflow: hidden; }
.experience::before { content: ""; position: absolute; inset: 0; opacity: .15; background: url("../images/harong-logo.webp") 105% 55%/650px no-repeat; filter: grayscale(1); }
.section-heading { max-width: 700px; margin-bottom: 54px; position: relative; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; font-size: 17px; }
.experience-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.experience-card { min-height: 520px; position: relative; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.experience-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.experience-card:hover img { transform: scale(1.06); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(12,7,4,.94) 100%); }
.card-copy { position: absolute; inset: auto 28px 30px; }
.card-copy span { color: var(--gold); font-size: 11px; letter-spacing: .2em; }
.card-copy h3 { margin: 8px 0 10px; font: 700 38px/1 var(--serif); }
.card-copy p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.6; }

.menu-preview { display: grid; grid-template-columns: .8fr 1.2fr; gap: 88px; align-items: center; }
.menu-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.menu-note { margin-top: 28px; padding: 16px 18px; border-left: 2px solid var(--gold); background: rgba(226,173,97,.07); color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.6; }
.menu-board { border-top: 1px solid var(--line); }
.menu-row { width: 100%; display: grid; grid-template-columns: 58px 1fr auto; gap: 20px; align-items: center; text-align: left; padding: 24px 6px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; transition: .25s ease; }
.menu-row:hover, .menu-row.active { background: linear-gradient(90deg, rgba(226,173,97,.09), transparent); padding-left: 18px; }
.menu-icon { color: var(--gold); font: 700 12px/1 var(--serif); letter-spacing: .12em; }
.menu-row strong { display: block; font: 700 25px/1.2 var(--serif); }
.menu-row small { display: block; color: var(--muted); margin-top: 6px; line-height: 1.5; }
.menu-row b { color: var(--gold); font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.menu-row:hover b { transform: translateX(6px); }
.menu-selection { padding: 18px 6px 0; color: var(--muted); font-size: 12px; letter-spacing: .04em; }
.menu-selection strong { color: var(--gold); }

.banner-break { min-height: 500px; display: grid; place-items: center; text-align: center; position: relative; background: linear-gradient(rgba(15,8,4,.68), rgba(15,8,4,.78)), url("../images/harong-hero.webp") center/cover fixed; border-block: 1px solid var(--line); }
.banner-content img { width: 120px; margin: 0 auto 24px; filter: drop-shadow(0 16px 22px rgba(0,0,0,.5)); }
.banner-content blockquote { margin: 0; font: italic 700 clamp(34px, 5vw, 66px)/1.05 var(--serif); color: var(--cream); }
.banner-content p { color: var(--gold); text-transform: uppercase; letter-spacing: .25em; font-size: 11px; margin-top: 22px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 320px; gap: 18px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; border: 1px solid var(--line); }
.gallery-grid figure.gallery-wide { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 52%, rgba(10,6,3,.83)); }
.gallery-grid figcaption { position: absolute; z-index: 2; left: 22px; bottom: 18px; color: var(--cream); font: 700 18px/1 var(--serif); }

.visit { background: linear-gradient(135deg, #2a190f, #120b07 68%); border-top: 1px solid var(--line); }
.visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.visit-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; max-width: 560px; }
.visit-details { margin-top: 38px; display: grid; gap: 18px; }
.visit-details div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 5px; }
.visit-details span { color: var(--gold); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.visit-details strong { font: 700 22px/1.25 var(--serif); }
.visit-details small { color: var(--muted); }
.visit-details code { color: #d5c0a4; }
.reservation-card { padding: 42px; border: 1px solid rgba(226,173,97,.35); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.reservation-card h3 { margin: -6px 0 28px; font: 700 36px/1.2 var(--serif); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.field-row.three { grid-template-columns: 1fr 1fr .8fr; }
label { display: grid; gap: 8px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 700; }
input, select, textarea { width: 100%; color: var(--paper); background: rgba(10,6,3,.5); border: 1px solid rgba(255,255,255,.12); padding: 13px 14px; outline: none; border-radius: 2px; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(226,173,97,.1); }
textarea { resize: vertical; }
select option { color: #111; }
form { display: grid; gap: 15px; }
.form-note { margin: 0; color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.5; }
.reservation-result { text-align: center; }
.reservation-result > strong { display: block; font: 700 28px/1.2 var(--serif); margin-bottom: 16px; }
.reservation-result pre { white-space: pre-wrap; text-align: left; background: rgba(10,6,3,.5); border: 1px solid var(--line); color: var(--cream); padding: 18px; line-height: 1.55; font-family: var(--sans); font-size: 12px; }
.reservation-help { margin: -6px 0 18px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.6; }
.reservation-secondary { margin-top: 10px; }
.text-button { border: 0; background: none; color: var(--gold); margin-top: 14px; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }

.site-footer { padding: 72px 0 24px; background: #0d0805; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 40px; align-items: center; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 92px; filter: drop-shadow(0 10px 16px rgba(0,0,0,.4)); }
.footer-brand span { display: grid; gap: 5px; }
.footer-brand strong { font: 700 20px/1 var(--serif); text-transform: uppercase; }
.footer-brand small { color: var(--gold); letter-spacing: .18em; text-transform: uppercase; font-size: 9px; }
.footer-message p { margin: 0 0 5px; font: italic 700 18px/1.4 var(--serif); color: var(--cream); }
.footer-message span { color: var(--muted); font-size: 12px; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 12px 22px; }
.footer-links a { color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.42); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@media (max-width: 980px) {
  .menu-toggle { display: flex; }
  .primary-nav { position: fixed; inset: 74px 16px auto; padding: 24px; display: grid; gap: 4px; border: 1px solid var(--line); background: rgba(18,11,7,.98); backdrop-filter: blur(16px); box-shadow: var(--shadow); opacity: 0; transform: translateY(-12px); pointer-events: none; transition: .25s ease; }
  .primary-nav.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .primary-nav a { padding: 13px 10px; }
  .primary-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero-content { grid-template-columns: 1fr; padding-top: 140px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-emblem { width: min(62vw, 470px); justify-self: center; order: -1; margin-bottom: -44px; }
  .hero-lead { font-size: 16px; }
  .story, .menu-preview, .visit-grid { grid-template-columns: 1fr; }
  .story { gap: 66px; }
  .story-visual { max-width: 620px; }
  .experience-grid { grid-template-columns: 1fr 1fr; }
  .experience-card:last-child { grid-column: span 2; min-height: 430px; }
  .menu-preview, .visit-grid { gap: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: span 2; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .section { padding: 84px 0; }
  .nav-shell { width: calc(100% - 28px); height: 76px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 8px; }
  .hero-content { padding-top: 112px; padding-bottom: 80px; }
  .hero-emblem { width: min(82vw, 390px); margin-bottom: -28px; }
  .hero h1 { font-size: clamp(47px, 14.5vw, 72px); }
  .hero-lead { line-height: 1.65; }
  .hero-actions { width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-pills { justify-content: center; }
  .scroll-cue { display: none; }
  .story-visual { padding-left: 8px; }
  .story-badge { width: 135px; right: -6px; }
  .story-badge strong { font-size: 18px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-card, .experience-card:last-child { grid-column: auto; min-height: 440px; }
  .menu-row { grid-template-columns: 42px 1fr auto; gap: 10px; }
  .menu-row strong { font-size: 21px; }
  .menu-row small { font-size: 11px; }
  .banner-break { min-height: 430px; background-attachment: scroll; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .gallery-grid figure.gallery-wide { grid-column: auto; }
  .reservation-card { padding: 28px 20px; }
  .field-row, .field-row.three { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .footer-brand { flex-direction: column; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}

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