:root {
  color-scheme: light;
  --wine: #710d15;
  --wine-deep: #590b12;
  --brown: #321b18;
  --paper: #fefaef;
  --ink: #3d2521;
  --muted: #786359;
  --gold: #aa7d45;
  --line: #decbb4;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--brown); }
body {
  margin: 0;
  min-height: 100svh;
  color: var(--ink);
  font: 1rem/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: radial-gradient(ellipse at 20% 0%, #702b30 0%, transparent 62%), linear-gradient(135deg, #431b1c, #281916);
}
body::before { content: ""; position: fixed; inset: 22px; border: 1px solid #c79e6933; pointer-events: none; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #8d6029; outline-offset: 5px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.page {
  width: 100%; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: max(54px, env(safe-area-inset-top)) max(36px, env(safe-area-inset-right)) max(40px, env(safe-area-inset-bottom)) max(36px, env(safe-area-inset-left));
}
.card {
  width: min(100%, 940px); position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch;
  padding: 48px; border: 1px solid #c8a273; border-radius: 6px; background: var(--paper);
  box-shadow: 0 32px 100px #13080859, 0 6px 24px #1d0b092b;
}
.card::before { content: ""; position: absolute; inset: 11px; border: 1px solid #b9915e61; border-radius: 2px; pointer-events: none; }
.brand { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 0; padding-right: 40px; text-align: center; }
.eyebrow { margin: 0 0 18px; font-size: .75rem; line-height: 1.6; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; color: #886438; }
.logo { display: block; width: min(100%, 286px); height: auto; }
.location { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 12px 0 0; color: var(--muted); font-size: .875rem; letter-spacing: .04em; }
.location::before, .location::after { content: ""; height: 1px; width: 18px; background: #b38e5c80; }
.contact-panel { min-width: 0; border-left: 1px solid var(--line); padding-left: 40px; }
.section-heading { display: flex; align-items: center; gap: 16px; margin: 28px 0 14px; }
.section-heading h2 { margin: 0; font: 400 1.45rem/1.4 Georgia, "Times New Roman", serif; letter-spacing: -.02em; }
.section-heading::after { content: ""; height: 1px; flex: 1; min-width: 12px; background: var(--line); }
.social-heading { margin-top: 0; margin-bottom: 17px; }
.links { display: grid; gap: 12px; }
.social-link {
  position: relative; display: flex; align-items: center; gap: 15px; min-height: 88px; padding: 16px 18px;
  border: 1px solid var(--wine-deep); border-radius: 6px; color: #fffaf3;
  background: linear-gradient(112deg, #791721, #600f17); box-shadow: 0 4px 10px #710d150f, inset 0 1px 0 #fff4da1f;
  transition: box-shadow .18s ease, border-color .18s ease, transform .18s ease;
}
.snapchat { color: var(--ink); border-color: #cfb18c; background: linear-gradient(115deg, #fbf3e5, #f5e9d8); box-shadow: inset 0 1px 0 #fff; }
.icon-wrap { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border: 1px solid #f1d4a64a; border-radius: 10px; }
.icon { display: block; width: 23px; height: 23px; }
.snapchat .icon-wrap { background: #fffaf0; border-color: #dbc29f; color: #3d2521; }
.snapchat-icon { width: 24px; height: 24px; }
.link-copy { flex: 1; min-width: 0; }
.link-title { display: block; font-size: 1.0625rem; line-height: 1.4; font-weight: 600; overflow-wrap: anywhere; }
.link-detail { display: block; margin-top: 3px; font-size: .875rem; line-height: 1.5; overflow-wrap: anywhere; }
.instagram .link-detail { color: #f1d9ca; }
.snapchat .link-detail { color: #756052; }
.outward { width: 18px; height: 18px; flex: 0 0 18px; color: #ecd2af; }
.snapchat .outward { color: #86613e; }
.calls { border-block: 1px solid var(--line); }
.call { position: relative; display: flex; align-items: center; gap: 14px; min-height: 83px; padding: 14px 4px; transition: background .18s ease; }
.call + .call { border-top: 1px solid #e8d9c6; }
.call .icon-wrap { color: var(--wine); background: #f4eae0; border-color: #ead8c7; width: 38px; height: 38px; flex-basis: 38px; }
.call .icon { width: 19px; height: 19px; }
.carrier { display: block; font-size: .875rem; color: var(--muted); }
.number { display: block; margin-top: 2px; font-size: 1.0625rem; font-weight: 600; font-variant-numeric: tabular-nums; line-height: 1.5; white-space: normal; }
.number span { display: inline-block; }
.call-action { font-size: .875rem; font-weight: 500; color: var(--wine); flex: 0 0 auto; padding: 5px 10px; border: 1px solid #d7bfa0; border-radius: 4px; }
.upcoming { margin-top: 22px; }
.upcoming-item { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 5px 14px; }
.upcoming-title { font-size: .875rem; color: #6d564c; }
.upcoming-detail { font-size: .8125rem; color: var(--muted); }
.footer { margin-top: 25px; text-align: center; color: #d7bbb0; font-size: .8125rem; letter-spacing: .035em; }
.footer span { color: #f3dec4; }
@media (hover: hover) {
  .social-link:hover { box-shadow: 0 7px 18px #710d1521, inset 0 1px 0 #fff4da25; border-color: #ae7949; transform: translateY(-2px); }
  .call:hover { background: #f4e9de; }
}
.social-link:active { transform: translateY(0); box-shadow: 0 2px 5px #710d151c; }
.call:active { background: #efe0d1; }
@media (max-width: 819px) {
  .page { padding: max(32px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(30px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left)); }
  .card { width: min(100%, 480px); display: block; padding: 29px 35px 30px; }
  .brand { padding: 0; }
  .eyebrow { margin-bottom: 3px; }
  .logo { width: min(100%, 205px); }
  .location { margin-top: 3px; }
  .contact-panel { padding: 26px 0 0; border: 0; }
  .section-heading h2 { font-size: 1.35rem; }
}
@media (max-width: 540px) {
  body::before { inset: 9px; }
  .page { padding: max(21px, env(safe-area-inset-top)) max(17px, env(safe-area-inset-right)) max(21px, env(safe-area-inset-bottom)) max(17px, env(safe-area-inset-left)); }
  .card { padding: 24px 25px 25px; }
  .card::before { inset: 7px; }
  .logo { width: min(100%, 182px); }
  .contact-panel { padding-top: 24px; }
  .social-link { padding: 14px; gap: 12px; min-height: 82px; }
  .icon-wrap { width: 38px; height: 38px; flex-basis: 38px; border-radius: 9px; }
  .section-heading { margin-top: 24px; margin-bottom: 13px; }
  .social-heading { margin-top: 0; }
  .upcoming { margin-top: 19px; }
  .footer { margin-top: 20px; }
}
@media (max-width: 359px) {
  .page { padding-left: max(12px, env(safe-area-inset-left)); padding-right: max(12px, env(safe-area-inset-right)); }
  .card { padding-left: 20px; padding-right: 20px; }
  .social-link { padding: 13px 11px; gap: 10px; }
  .social-link .outward { display: none; }
  .call { gap: 10px; }
  .call-action { display: none; }
}
@media (prefers-reduced-motion: reduce) { .social-link, .call { transition: none; } .social-link:hover { transform: none; } }
