/* Briarwood Motor Inn — Maine Lakes region palette */
:root {
  --lake-deep: #0f2744;
  --lake-mid: #1a3d5c;
  --pine: #1e3d2f;
  --pine-soft: #2d5a45;
  --mist: #e8eef2;
  --fog: #c5d4dc;
  --cedar: #8b6914;
  --cedar-light: #c9a227;
  --paper: #faf8f5;
  --ink: #1a1f24;
  --white: #ffffff;
  --radius-lg: 20px;
  --radius-md: 12px;
  --shadow-soft: 0 24px 60px rgba(15, 39, 68, 0.18);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Source Sans 3", system-ui, sans-serif;
  --max-w: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--lake-mid);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 0.2s var(--ease);
}

a:hover {
  color: var(--cedar);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 9999;
  padding: 1rem 1.25rem;
  background: var(--lake-deep);
  color: var(--white);
  font-weight: 600;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 61, 92, 0.08);
}

.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--lake-deep);
  text-decoration: none;
}

.logo span {
  display: block;
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pine-soft);
  margin-top: 0.15rem;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(26, 61, 92, 0.2);
  background: var(--white);
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  font: inherit;
  cursor: pointer;
  color: var(--lake-deep);
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: center;
}

.nav-list a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--lake-mid);
}

.nav-list a:hover {
  color: var(--cedar);
}

.nav-cta {
  margin-left: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s;
}

.btn:focus-visible {
  outline: 2px solid var(--cedar-light);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, var(--lake-mid) 0%, var(--pine) 100%);
  color: var(--white);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.25);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 39, 68, 0.3);
  color: var(--white);
}

.btn-ghost {
  background: transparent;
  color: var(--lake-deep);
  border: 2px solid rgba(26, 61, 92, 0.25);
}

.btn-ghost:hover {
  border-color: var(--lake-mid);
  color: var(--lake-mid);
}

.hero {
  position: relative;
  min-height: min(88vh, 720px);
  display: flex;
  align-items: flex-end;
  padding: 4rem 1.5rem 5rem;
  overflow: hidden;
  color: var(--mist);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  display: block;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 120% 80% at 70% 20%, rgba(201, 162, 39, 0.12) 0%, transparent 50%),
    linear-gradient(
      180deg,
      rgba(15, 39, 68, 0.45) 0%,
      rgba(15, 39, 68, 0.25) 40%,
      rgba(10, 22, 18, 0.75) 100%
    );
  pointer-events: none;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L55 45 L5 45 Z' fill='none' stroke='%23fff' stroke-width='0.5'/%3E%3C/svg%3E");
  background-size: 48px 48px;
  z-index: 1;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 3;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
}

.hero-eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cedar-light);
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 16ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}

.hero-lead {
  font-size: 1.15rem;
  max-width: 36ch;
  margin: 0 0 1.75rem;
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.hero .btn-primary {
  background: linear-gradient(135deg, var(--cedar-light) 0%, var(--cedar) 100%);
  color: var(--lake-deep);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.hero .btn-primary:hover {
  color: var(--lake-deep);
}

.hero .btn-ghost {
  color: var(--mist);
  border-color: rgba(232, 238, 242, 0.45);
}

.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: var(--mist);
}

.section {
  padding: 4.5rem 1.5rem;
}

.section-alt {
  background: linear-gradient(180deg, var(--mist) 0%, var(--paper) 100%);
}

.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pine-soft);
  margin: 0 0 0.5rem;
}

.section h2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  color: var(--lake-deep);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.section-intro {
  margin: 0;
  max-width: 62ch;
  color: #3d4852;
  font-size: 1.05rem;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 3rem;
  align-items: start;
}

@media (max-width: 820px) {
  .two-col {
    grid-template-columns: 1fr;
  }
}

.card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.85rem;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(26, 61, 92, 0.06);
}

.card h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  color: var(--lake-deep);
}

.card p {
  margin: 0;
  color: #445056;
}

.amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

.amenity {
  display: flex;
  gap: 1rem;
  padding: 1.25rem 1.35rem;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 92, 0.08);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.amenity:hover {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.08);
}

.amenity-icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--lake-mid) 0%, var(--pine) 100%);
  display: grid;
  place-items: center;
  position: relative;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.amenity-icon::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cedar-light);
  opacity: 0.9;
}

.amenity h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lake-deep);
}

.amenity p {
  margin: 0;
  font-size: 0.95rem;
  color: #5a656d;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.room-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(26, 61, 92, 0.08);
  box-shadow: var(--shadow-soft);
}

.room-visual {
  height: 220px;
  background: linear-gradient(120deg, var(--lake-mid) 0%, var(--pine) 100%);
  position: relative;
  overflow: hidden;
}

.room-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-visual::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(to top, rgba(15, 39, 68, 0.55), transparent);
  z-index: 1;
  pointer-events: none;
}

.room-body {
  padding: 1.5rem 1.6rem 1.6rem;
}

.room-body h3 {
  font-family: var(--font-display);
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  color: var(--lake-deep);
}

.room-body p {
  margin: 0 0 1rem;
  font-size: 0.98rem;
  color: #4a5560;
}

.spots {
  display: grid;
  gap: 1rem;
}

.spot {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.25rem;
  padding: 1.25rem 1.35rem;
  background: var(--white);
  border-radius: var(--radius-md);
  border-left: 4px solid var(--cedar-light);
  box-shadow: 0 4px 20px rgba(15, 39, 68, 0.06);
}

.spot strong {
  color: var(--lake-deep);
  font-size: 1.05rem;
}

.spot p {
  margin: 0.35rem 0 0;
  grid-column: 2;
  color: #505a62;
  font-size: 0.98rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

@media (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.gallery-item {
  margin: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(26, 61, 92, 0.1);
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.08);
  background: var(--mist);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s var(--ease);
}

.gallery-item:hover img {
  transform: scale(1.03);
}

.gallery-item figcaption {
  display: none;
}

.skynet-booking-feature {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.5rem 1.5rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(26, 61, 92, 0.06), rgba(201, 162, 39, 0.12));
  border: 2px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 12px 40px rgba(15, 39, 68, 0.1);
}

.skynet-booking-feature .section-kicker {
  margin-bottom: 0.35rem;
}

.skynet-booking-feature__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 600;
  color: var(--lake-deep);
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.skynet-booking-feature__lead {
  margin: 0 0 1.15rem;
  max-width: 68ch;
  color: #3d4a52;
  font-size: 1.02rem;
}

.skynet-booking-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.85rem;
}

.skynet-booking-feature__note {
  margin: 0;
  font-size: 0.88rem;
  color: #5a656d;
  max-width: 72ch;
  line-height: 1.5;
}

@media (max-width: 520px) {
  .skynet-booking-feature__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .skynet-booking-feature__actions .btn {
    text-align: center;
  }
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
}

.booking-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid rgba(26, 61, 92, 0.1);
  text-decoration: none;
  color: var(--lake-deep);
  box-shadow: 0 4px 16px rgba(15, 39, 68, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s var(--ease);
}

.booking-card:hover {
  border-color: rgba(201, 162, 39, 0.55);
  box-shadow: 0 10px 28px rgba(15, 39, 68, 0.1);
  transform: translateY(-2px);
  color: var(--lake-deep);
}

.booking-card:focus-visible {
  outline: 2px solid var(--cedar-light);
  outline-offset: 3px;
}

.booking-card__mark {
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--lake-mid), var(--pine));
  color: var(--mist);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  display: grid;
  place-items: center;
}

.booking-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.booking-card__title {
  font-weight: 700;
  font-size: 0.98rem;
}

.booking-card__hint {
  font-size: 0.8rem;
  color: #5a656d;
  font-weight: 500;
}

.booking-card__ext {
  margin-left: auto;
  font-size: 1rem;
  opacity: 0.45;
}

.booking-disclaimer {
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: #5a656d;
  max-width: 70ch;
}

.noscript-booking-list {
  margin: 0;
  padding-left: 1.25rem;
  columns: 2;
  column-gap: 2rem;
}

@media (max-width: 520px) {
  .noscript-booking-list {
    columns: 1;
  }
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .social-grid {
    grid-template-columns: 1fr;
  }
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(26, 61, 92, 0.12);
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  color: var(--lake-deep);
}

.social-links a:hover {
  border-color: var(--cedar-light);
  color: var(--cedar);
}

.fb-embed-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(26, 61, 92, 0.12);
  background: var(--white);
  min-height: 420px;
}

.fb-embed-wrap iframe {
  width: 100% !important;
  max-width: 540px;
  margin: 0 auto;
  border: none;
  overflow: hidden;
  display: block;
}

.contact-block {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .contact-block {
    grid-template-columns: 1fr;
  }
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-list li {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(26, 61, 92, 0.1);
}

.contact-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contact-list dt {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pine-soft);
  margin-bottom: 0.35rem;
}

.contact-list dd {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-list a {
  text-decoration: none;
  color: var(--lake-deep);
}

.contact-list a:hover {
  color: var(--cedar);
}

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  border: 1px solid rgba(26, 61, 92, 0.12);
  box-shadow: var(--shadow-soft);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.site-footer {
  background: var(--lake-deep);
  color: var(--fog);
  padding: 2.5rem 1.5rem;
  font-size: 0.95rem;
}

.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
}

.site-footer a {
  color: var(--mist);
}

.site-footer a:hover {
  color: var(--cedar-light);
}

.footer-note {
  margin: 0;
  opacity: 0.85;
  max-width: 48ch;
}

/* Mobile nav */
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid rgba(26, 61, 92, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s var(--ease);
  }

  .nav.is-open {
    max-height: 420px;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem 1.5rem;
    gap: 0;
  }

  .nav-list li {
    border-bottom: 1px solid rgba(26, 61, 92, 0.08);
  }

  .nav-list a {
    display: block;
    padding: 0.85rem 0;
  }

  .nav-cta {
    margin: 1rem 0 0;
    width: 100%;
  }

  .nav-cta .btn {
    width: 100%;
  }

  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }
}

.page-404 {
  min-height: 55vh;
  display: grid;
  place-items: center;
  padding: 3rem 1.5rem 4rem;
}

.page-404__inner {
  max-width: 36rem;
  text-align: center;
}

.page-404__title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  color: var(--lake-deep);
  margin: 0 0 1rem;
  line-height: 1.2;
}

.page-404__lead {
  margin: 0 0 1.75rem;
  color: #445056;
}

.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.skynet-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 1.5rem;
  align-items: start;
}

@media (max-width: 900px) {
  .skynet-grid {
    grid-template-columns: 1fr;
  }
}

.skynet-flow-card__title {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--lake-deep);
  margin: 0 0 1rem;
}

.skynet-flow-list {
  margin: 0;
  padding: 0 0 0 1.2rem;
  color: #3d4852;
  font-size: 0.98rem;
}

.skynet-flow-list li {
  margin-bottom: 1rem;
  padding-left: 0.35rem;
}

.skynet-flow-list li::marker {
  color: var(--cedar);
  font-weight: 700;
}

.skynet-flow-list strong {
  display: block;
  color: var(--lake-deep);
  margin-bottom: 0.25rem;
}

.skynet-repo-hint {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  color: #5a656d;
  line-height: 1.5;
}

.skynet-dl {
  margin: 0;
}

.skynet-dl > div {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(26, 61, 92, 0.08);
}

.skynet-dl > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.skynet-dl dt {
  font-weight: 700;
  color: var(--lake-deep);
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
}

.skynet-dl dd {
  margin: 0;
  font-size: 0.95rem;
  color: #4a5560;
  line-height: 1.55;
}

.skynet-mc-root {
  min-height: 12rem;
}

.skynet-iframe-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(26, 61, 92, 0.15);
  background: #0f172a;
  min-height: 640px;
  box-shadow: var(--shadow-soft);
}

.skynet-mc-iframe {
  width: 100%;
  height: min(78vh, 820px);
  border: 0;
  display: block;
  background: #0f172a;
}

.skynet-setup h3 {
  font-family: var(--font-display);
  margin: 0 0 0.75rem;
  color: var(--lake-deep);
}

.skynet-setup p {
  margin: 0 0 0.75rem;
  color: #445056;
  font-size: 0.95rem;
}

.skynet-setup code {
  font-size: 0.85em;
  background: var(--mist);
  padding: 0.1em 0.35em;
  border-radius: 4px;
}

.skynet-setup__mono {
  font-family: ui-monospace, monospace;
  font-size: 0.82rem;
  background: var(--mist);
  padding: 0.65rem 0.85rem;
  border-radius: var(--radius-md);
  word-break: break-all;
  margin: 0 0 0.75rem !important;
}

.skynet-setup-steps {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  color: #445056;
  line-height: 1.65;
}

.skynet-setup-steps li {
  margin-bottom: 0.5rem;
}

.skynet-live-block__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--lake-deep);
  margin: 0 0 0.75rem;
}

.skynet-mc-link {
  margin: 1rem 0 0;
  font-size: 0.95rem;
  color: #4a5560;
}

.skynet-mc-link a {
  color: var(--cedar);
  font-weight: 600;
}

.skynet-owner-h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--lake-deep);
  margin: 2rem 0 0.5rem;
}

.skynet-owner-lead {
  margin-top: 0;
  margin-bottom: 1rem;
}

.skynet-owner-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}

@media (max-width: 720px) {
  .skynet-owner-grid {
    grid-template-columns: 1fr;
  }
}

.skynet-owner-card__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--lake-deep);
  margin: 0 0 0.5rem;
}

.skynet-owner-card__text {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  color: #4a5560;
  line-height: 1.55;
}

.skynet-snippet {
  margin: 0;
  padding: 0.85rem 1rem;
  font-size: 0.78rem;
  line-height: 1.45;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: var(--radius-md);
  overflow-x: auto;
  font-family: ui-monospace, "Cascadia Code", monospace;
}

/* Guest bill + Forge sales/POS/payroll (js/forge-story.js) */
.briar-forge-story {
  margin-top: 1.5rem;
}
.briar-forge-band {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 2rem 0 0;
}
.briar-forge-band h2 {
  font-family: var(--font-display);
  margin: 0 0 1rem;
  font-size: 1.35rem;
  color: var(--lake-deep);
}
.briar-forge-sub {
  color: #5a656d;
  margin: 0 0 1.25rem;
  max-width: 44rem;
  font-size: 1rem;
}
.offer-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 720px) {
  .offer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.offer-cat {
  background: var(--white);
  border: 1px solid rgba(26, 61, 92, 0.12);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
}
.offer-cat h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-family: var(--font-display);
  color: var(--lake-mid);
}
.forge-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--ink);
  font-size: 0.95rem;
}
.forge-list li {
  margin-bottom: 0.35rem;
}
.forge-ops-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
@media (min-width: 800px) {
  .forge-ops-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.forge-ops-col {
  background: var(--white);
  border: 1px solid rgba(26, 61, 92, 0.12);
  border-radius: var(--radius-md);
  padding: 1rem 1.1rem;
  box-shadow: 0 8px 24px rgba(15, 39, 68, 0.06);
}
.forge-ops-col h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-family: var(--font-display);
  color: var(--lake-deep);
}
