/* Qwik Brew — implements the Claude Design "Qwik Brew Temporary Landing"
   (project 15ea6c61) faithfully at desktop widths, with responsive behavior
   the design canvas (fixed 1280px) never specified. Brand maroon and inks are
   shared with the app monorepo's tokens. */

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: #fff;
  color: #1a1715;
  -webkit-font-smoothing: antialiased;
}
a { color: #900027; text-decoration: none; }
a:hover { color: #73001f; }
input, button, textarea, select { font-family: inherit; }
button { cursor: pointer; border: none; background: none; color: inherit; }
img { display: block; max-width: 100%; }
.serif { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid #900027; outline-offset: 2px;
}
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100;
  background: #900027; color: #fff; padding: 12px 18px; font-weight: 700; }
.skip-link:focus { left: 0; }

.wrap { max-width: 1240px; margin: 0 auto; padding-inline: 28px; }
@media (max-width: 640px) { .wrap { padding-inline: 20px; } }

/* ---- Announcement strip ---- */
.strip { background: #f2e4c9; color: #3d2a12; }
.strip__inner { position: relative; padding: 14px 56px; display: flex;
  align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap;
  font-size: 15px; font-weight: 700; }
.strip__inner a { color: #3d2a12; text-decoration: underline; }
.strip__close { position: absolute; right: 18px; top: 50%;
  transform: translateY(-50%); font-size: 22px; line-height: 1; color: #3d2a12; }

/* ---- Nav ---- */
.nav { position: sticky; top: 0; z-index: 20; background: #fff;
  border-bottom: 1px solid #f0ece8; }
.nav__inner { padding-block: 16px; display: flex; align-items: center; gap: 36px; }
.nav__logo img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 16px; font-weight: 600; color: #1a1715; }
.nav__links a:hover { color: #900027; }
.nav__spacer { flex: 1; }
.btn { display: inline-block; background: #900027; color: #fff; font-weight: 700;
  font-size: 16px; padding: 15px 30px; border-radius: 6px; text-align: center; }
.btn:hover { background: #73001f; color: #fff; }
@media (max-width: 860px) {
  .nav__inner { gap: 16px; }
  .nav__links { gap: 16px; }
  .nav__links a { font-size: 14px; }
  .nav .btn { padding: 11px 18px; font-size: 14px; }
}
@media (max-width: 560px) { .nav__links { display: none; } }

/* ---- Hero ---- */
.hero { position: relative; background: #f3ede6; }
.hero__media { position: relative; width: 100%; height: 560px; }
@media (max-width: 720px) { .hero__media { height: 420px; } }
.hero__media img { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; }
.hero__scrim { position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,10,14,.55) 0%,
    rgba(26,10,14,.42) 45%, rgba(26,10,14,.62) 100%); }
.hero__content { position: relative; height: 100%; display: flex;
  flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 0 28px 80px; }
.hero__title { font-size: clamp(44px, 9vw, 86px); line-height: 1; color: #fff;
  text-shadow: 0 2px 24px rgba(0,0,0,.35); }

/* ---- Overlapping intro panel ---- */
.intro { background: #fff; margin-top: -72px; position: relative;
  padding: 64px 8%; text-align: center; display: flex; flex-direction: column;
  align-items: center; gap: 22px; }
@media (max-width: 720px) { .intro { margin-top: -48px; padding: 40px 6%; } }
.intro h1 { margin: 0; font-size: clamp(32px, 5.5vw, 52px); line-height: 1.08;
  letter-spacing: -.01em; max-width: 760px; text-wrap: pretty; }
.intro p { margin: 0; font-size: 19px; line-height: 1.65; color: #4a443f;
  max-width: 700px; text-wrap: pretty; }
@media (max-width: 640px) { .intro p { font-size: 17px; } }
.intro .btn { padding: 16px 34px; margin-top: 6px; }

/* ---- Formats ---- */
.formats { padding: 24px 0 88px; }
.formats__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .formats__grid { grid-template-columns: 1fr; gap: 40px; } }
.format { display: flex; flex-direction: column; gap: 14px; }
.format__photo { aspect-ratio: 4 / 3; background: #f3ede6; overflow: hidden; }
.format__photo img { width: 100%; height: 100%; object-fit: cover; }
.format h2 { margin: 0; font-size: 26px; }
.format p { margin: 0; font-size: 15px; line-height: 1.6; color: #6b635d; }

/* ---- Contact ---- */
.contact { background: #900027; color: #fff; }
.contact__grid { padding-block: 80px; display: grid;
  grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 900px) { .contact__grid { grid-template-columns: 1fr;
  gap: 44px; padding-block: 56px; } }
.contact__copy { display: flex; flex-direction: column; gap: 20px; }
.contact__copy h2 { margin: 0; font-size: clamp(34px, 5vw, 46px); line-height: 1.05; }
.contact__copy > p { margin: 0; font-size: 18px; line-height: 1.65;
  opacity: .9; max-width: 440px; }
.contact__details { display: flex; flex-direction: column; gap: 18px;
  padding-top: 12px; font-size: 16px; }
.contact__label { font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; opacity: .6; }
.contact__details a { color: #fff; font-weight: 700; }
.contact__details address { font-style: normal; font-weight: 600; line-height: 1.55; }

.form { background: #fff; color: #1a1715; padding: 32px; display: flex;
  flex-direction: column; gap: 14px; }
.form input, .form select { height: 54px; border: 1.5px solid #e6e1dc;
  border-radius: 6px; padding: 0 16px; font-size: 15px; background: #fff;
  color: #1a1715; width: 100%; }
.form select { padding: 0 12px; }
.form textarea { border: 1.5px solid #e6e1dc; border-radius: 6px;
  padding: 14px 16px; font-size: 15px; background: #fff; color: #1a1715;
  resize: vertical; width: 100%; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 480px) { .form__row { grid-template-columns: 1fr; } }
.form .btn { padding: 16px 30px; }
.form__sent { font-size: 14px; font-weight: 600; color: #900027; display: none; }
.form__sent.is-visible { display: block; }

/* ---- Footer ---- */
.footer { background: #1a1715; color: #fff; }
.footer__inner { padding-block: 48px; display: flex;
  justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand img { width: 38px; height: 38px; border-radius: 10px;
  object-fit: cover; background: #fff; }
.footer__brand div { font-size: 14px; line-height: 1.5; opacity: .75; }
.footer__links { display: flex; gap: 24px; flex-wrap: wrap; }
.footer__links a { font-size: 14px; color: #fff; opacity: .8; }
.footer__links a:hover { opacity: 1; color: #fff; }

/* ---- Policy / document pages ---- */
.doc { max-width: 820px; margin: 0 auto; padding: 64px 28px 96px; }
@media (max-width: 640px) { .doc { padding: 44px 20px 72px; } }
.doc__back { display: inline-block; font-size: 15px; font-weight: 600;
  color: #900027; margin-bottom: 28px; }
.doc h1 { margin: 0 0 8px; font-size: clamp(34px, 5vw, 46px); line-height: 1.1; }
.doc__meta { margin: 0 0 36px; font-size: 15px; color: #8b837c; }
.doc__body { padding: 0 4px 28px; display: flex; flex-direction: column;
  gap: 16px; font-size: 15px; line-height: 1.75; color: #3d3833; }
.doc__body p { margin: 0; }
.doc__body strong { color: #1a1715; }
.doc__body ul, .doc__body ol { margin: 0; padding-left: 22px; }
.doc__body h2 { margin: 14px 0 0; font-size: 22px;
  font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
.doc__body h3 { margin: 10px 0 0; font-size: 16px; font-weight: 700; color: #1a1715; }
