:root {
  --red: #c8102e;
  --red-dark: #8d0d24;
  --ink: #171212;
  --cream: #fff7e8;
  --white: #fffdf9;
  --line: rgba(23, 18, 18, 0.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header {
  min-height: 84px;
  padding: 14px clamp(20px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: baseline; gap: 9px; text-decoration: none; }
.brand span { color: var(--red); font: 2.25rem/1 "Lobster", cursive; }
.brand small { text-transform: uppercase; letter-spacing: .2em; font-weight: 800; }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--red); }
.facebook-link { border: 2px solid var(--ink); padding: 8px 14px; border-radius: 99px; }

.hero { min-height: min(720px, calc(100vh - 84px)); display: grid; grid-template-columns: 1.15fr .85fr; background: var(--white); }
.hero-photo {
  min-height: 570px;
  background: linear-gradient(90deg, transparent 74%, rgba(0,0,0,.15)), url("rosys-diner-exterior.jpg") center/cover no-repeat;
}
.hero-copy { padding: clamp(54px, 8vw, 120px) clamp(28px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy::before { content: ""; position: absolute; inset: 26px; border: 1px solid rgba(200,16,46,.24); pointer-events: none; }
.eyebrow { margin: 0 0 14px; color: var(--red); text-transform: uppercase; letter-spacing: .19em; font-size: .78rem; font-weight: 800; }
h1, h2 { margin: 0; letter-spacing: -.045em; line-height: .96; }
h1 { font-size: clamp(3.45rem, 6.2vw, 6.7rem); }
h1 em { color: var(--red); font-family: "Lobster", cursive; font-weight: 400; }
.intro { max-width: 560px; margin: 30px 0; font-size: clamp(1.06rem, 1.6vw, 1.26rem); }
.hero-actions, .visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.button { display: inline-block; padding: 14px 23px; background: var(--red); color: #fff; border-radius: 4px; font-weight: 800; text-decoration: none; box-shadow: 5px 5px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.button:hover, .button:focus-visible { transform: translate(2px, 2px); box-shadow: 3px 3px 0 var(--ink); }
.text-link, .social { font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.hours-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 120px); padding: clamp(72px, 10vw, 145px) clamp(24px, 9vw, 150px); background: var(--cream); }
.hours-heading h2, .story-copy h2, .visit-details h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.hours-heading > p:last-child { margin-top: 24px; font-size: 1.15rem; }
.hours-card { background: var(--white); border-top: 6px solid var(--red); box-shadow: 12px 12px 0 rgba(23,18,18,.1); }
.hours-row { display: flex; justify-content: space-between; gap: 24px; padding: 15px 22px; border-bottom: 1px solid var(--line); }
.hours-row strong { white-space: nowrap; }
.hours-row.closed { background: #f2e8dc; color: #766862; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); color: #fff; }
.interior-photo { margin: 0; min-height: 480px; overflow: hidden; }
.interior-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05); }
.story-copy { padding: clamp(62px, 9vw, 135px); display: flex; flex-direction: column; justify-content: center; }
.story-copy p:not(.eyebrow) { max-width: 590px; margin: 26px 0 0; color: #eee3d9; font-size: 1.16rem; }
.rose-rule { display: flex; align-items: center; gap: 14px; margin-top: 36px; color: var(--red); }
.rose-rule::after { content: ""; display: block; width: 100px; height: 2px; background: var(--red); }

.visit-section { display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: clamp(35px, 8vw, 110px); padding: clamp(72px, 10vw, 140px) clamp(24px, 10vw, 165px); background: var(--red); color: #fff; }
.visit-section .eyebrow { color: #ffd2d9; }
address { margin-top: 28px; font-style: normal; font-size: clamp(1.18rem, 2vw, 1.45rem); }
.phone { margin: 12px 0 30px; font-size: 1.2rem; font-weight: 700; }
.button.light { background: #fff; color: var(--ink); }
.social { color: #fff; }
.artwork { width: min(100%, 430px); aspect-ratio: 1/1; justify-self: center; object-fit: cover; border-radius: 50%; border: 8px solid var(--white); box-shadow: 18px 18px 0 var(--red-dark); }

footer { padding: 38px clamp(24px, 6vw, 90px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; background: var(--white); }
.footer-brand { color: var(--red); font: 1.85rem "Lobster", cursive; }
.footer-brand span { color: var(--ink); font: 700 .78rem "DM Sans", sans-serif; text-transform: uppercase; letter-spacing: .18em; }
footer p { margin: 0; }
.copyright { justify-self: end; color: #716666; font-size: .86rem; }

@media (max-width: 820px) {
  .site-header { min-height: 72px; }
  nav a:not(.facebook-link) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-photo { min-height: 52vw; order: 0; background-image: linear-gradient(0deg, rgba(0,0,0,.08), transparent), url("rosys-diner-exterior.jpg"); }
  .hero-copy { order: 1; }
  .hours-section, .story-section, .visit-section { grid-template-columns: 1fr; }
  .interior-photo { min-height: 330px; }
  .story-copy { padding: 64px 28px; }
  .artwork { width: min(78vw, 370px); }
  footer { grid-template-columns: 1fr; text-align: center; }
  .copyright { justify-self: center; }
}

@media (max-width: 480px) {
  .brand span { font-size: 1.9rem; }
  .facebook-link { padding: 6px 10px; font-size: .86rem; }
  .hero-photo { min-height: 64vw; }
  .hero-copy { padding: 54px 26px 62px; }
  .hero-copy::before { inset: 14px; }
  .hours-row { padding: 13px 15px; font-size: .94rem; }
  .visit-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
