/* Revue.day editorial marketing system, July 2026. */
:root {
  --revue-forest: #12382e;
  --revue-forest-deep: #09271f;
  --revue-ink: #17221d;
  --revue-slate: #59665f;
  --revue-paper: #f6f3ec;
  --revue-white: #fffefa;
  --revue-mist: #e8eee9;
  --revue-line: #c8d2ca;
  --revue-clay: #bd4a3e;
  --revue-clay-dark: #91342d;
  --revue-brass: #b78134;
  --paper: var(--revue-paper);
  --ink: var(--revue-ink);
  --ink-soft: var(--revue-slate);
  --line: var(--revue-line);
  --blue: var(--revue-clay);
  --blue-dark: var(--revue-clay-dark);
  --blue-pale: #f1e5df;
  --green: #24725a;
  --green-pale: #e2ece6;
  --wine: var(--revue-clay);
  --wine-dark: var(--revue-clay-dark);
  --forest: var(--revue-forest);
  --forest-deep: var(--revue-forest-deep);
  --leaf: #24725a;
  --gold: var(--revue-brass);
  --header-height: 72px;
}

body {
  background: var(--revue-paper);
  color: var(--revue-ink);
}

.site-header {
  height: var(--header-height);
  grid-template-columns: minmax(130px, 1fr) auto minmax(190px, 1fr);
  gap: 28px;
  padding-inline: max(24px, calc((100vw - 1320px) / 2));
  border-bottom: 1px solid rgba(18, 56, 46, .18);
  background: rgba(255, 254, 250, .96);
  box-shadow: 0 8px 30px rgba(9, 39, 31, .04);
}

.site-header .brand,
.site-header .brand:hover {
  min-width: 0;
  height: var(--header-height);
}

.brand-wordmark {
  color: var(--revue-forest-deep);
  font-size: 1.52rem;
  letter-spacing: .24em;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(17px, 1.7vw, 30px);
}

.site-header nav a,
.text-link {
  position: relative;
  color: #3d4942;
  font-size: .77rem;
  font-weight: 720;
}

.site-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--revue-clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .18s ease;
}

.site-header nav a:hover::after,
.site-header nav a:focus-visible::after { transform: scaleX(1); }
.nav-sign-in { display: none; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--revue-line);
  border-radius: 5px;
  background: var(--revue-white);
  color: var(--revue-forest);
}
.nav-toggle svg { width: 21px; height: 21px; }

.button {
  border-radius: 4px;
  border-color: var(--revue-clay);
  background: var(--revue-clay);
  box-shadow: 0 12px 28px rgba(145, 52, 45, .18);
}
.button:hover {
  border-color: var(--revue-clay-dark);
  background: var(--revue-clay-dark);
  box-shadow: 0 15px 34px rgba(145, 52, 45, .22);
}
.site-header .button {
  border-color: var(--revue-forest);
  background: var(--revue-forest);
  box-shadow: 0 10px 25px rgba(9, 39, 31, .16);
}
.site-header .button:hover {
  border-color: var(--revue-forest-deep);
  background: var(--revue-forest-deep);
}

.eyebrow {
  color: var(--revue-clay);
  letter-spacing: .12em;
}

/* A photographic, first-viewport product statement. */
.hero {
  height: calc(100svh - 132px);
  min-height: 610px;
  max-height: 690px;
  background: var(--revue-forest-deep);
  color: #fff;
}
.hero::before {
  width: 4px;
  background: var(--revue-clay);
}
.hero-photo {
  inset: 0;
  width: 100%;
  height: 100%;
  object-position: 60% 52%;
  filter: saturate(.88) contrast(1.03);
}
.hero-wash {
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: none;
  background:
    linear-gradient(90deg, rgba(9,39,31,.98) 0%, rgba(9,39,31,.94) 29%, rgba(9,39,31,.72) 43%, rgba(9,39,31,.19) 66%, rgba(9,39,31,.03) 100%),
    linear-gradient(0deg, rgba(9,39,31,.22), transparent 42%);
}
.hero-copy {
  width: min(590px, calc(52% - 36px));
  margin-left: max(26px, calc((100vw - 1320px) / 2));
  padding-top: clamp(35px, 5vh, 58px);
}
.hero-signature { margin-bottom: 26px; color: #fff; }
.hero-signature span { font-size: 1.55rem; }
.hero-signature small { color: rgba(255,255,255,.68); }
.hero h1 {
  max-width: 570px;
  color: #fff;
  font-size: clamp(3.45rem, 4.7vw, 5.05rem);
  line-height: .92;
}
.hero h1 em { color: #e9c6a0; }
.hero-lead {
  max-width: 535px;
  color: rgba(255,255,255,.77);
  font-size: .98rem;
  line-height: 1.62;
}
.hero-capabilities {
  max-width: 520px;
  border-top-color: rgba(255,255,255,.25);
}
.hero-capabilities li { color: rgba(255,255,255,.88); }
.hero-capabilities svg { color: #e9c6a0; }
.hero-actions .button:first-child {
  border-color: var(--revue-clay);
  background: var(--revue-clay);
}
.hero-actions .button:first-child:hover {
  border-color: var(--revue-clay-dark);
  background: var(--revue-clay-dark);
}
.hero .button-quiet {
  border-color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.06);
  color: #fff;
}
.hero .button-quiet:hover {
  border-color: #fff;
  background: #fff;
  color: var(--revue-forest-deep);
}
.hero-assurance { color: rgba(255,255,255,.68); }
.hero-assurance span { border-right-color: rgba(255,255,255,.27); }

.outcome-strip {
  min-height: 86px;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  border: 0;
  background: var(--revue-forest-deep);
  color: #fff;
}
.outcome-strip > * { border-right-color: rgba(255,255,255,.16); }
.outcome-strip p {
  background: transparent;
  color: #e9c6a0;
  font-size: 1.24rem;
}
.outcome-strip span { color: rgba(255,255,255,.68); }
.outcome-strip strong { color: #fff; }

/* Product chapters feel like a designed publication, with the interface as evidence. */
.product-showcase,
.service-journey,
.guest-loop,
.widget-lab,
.channel-section,
.trust-section,
.pricing-section,
.faq-section,
.contact-section {
  padding-inline: max(22px, calc((100vw - 1240px) / 2));
}
.product-showcase { padding-block: 120px; background: var(--revue-paper); }
.section-intro { max-width: 1120px; }
.section-intro h2,
.service-journey h2,
.guest-loop h2,
.widget-copy h2,
.channel-intro h2,
.trust-section h2,
.pricing-copy h2,
.faq-heading h2,
.contact-copy h2 {
  font-family: var(--editorial);
  font-weight: 500;
  letter-spacing: 0;
}
.section-intro h2 { max-width: 760px; font-size: clamp(3rem, 4.2vw, 4.35rem); line-height: .98; }
.feature-stage {
  margin-top: 56px;
  border-color: #bfcac2;
  border-radius: 5px;
  background: var(--revue-white);
  box-shadow: 0 28px 70px rgba(9,39,31,.09);
}
.feature-tabs {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom-color: var(--revue-line);
  background: #edf1ed;
}
.feature-tabs button,
.feature-tabs button:last-child {
  min-height: 88px;
  border-right-color: var(--revue-line);
}
.feature-tabs button:hover { background: rgba(255,255,255,.7); }
.feature-tabs button.active { color: var(--revue-forest-deep); background: var(--revue-white); }
.feature-tabs button.active::before { height: 3px; background: var(--revue-clay); }
.feature-tabs button.active span,
.feature-tabs button.active small { color: var(--revue-clay); }
.scene-title { border-bottom-color: var(--revue-line); background: var(--revue-white); }
.scene-title span { color: var(--revue-clay); }
.scene-foot { border-top-color: var(--revue-line); background: var(--revue-white); }
.portal-demo-sidebar { background: var(--revue-forest-deep); }
.portal-demo-sidebar > span.active { background: var(--revue-clay); }
.portal-date svg,
.portal-date span { color: var(--revue-clay); }
.portal-views strong { border-color: var(--revue-forest); background: var(--revue-forest); }
.guest-summary { background: #e7ede8; }
.guest-initials { background: var(--revue-forest); }
.guest-history time { color: var(--revue-clay); }
.settings-scene nav span.active { border-color: var(--revue-clay); color: var(--revue-clay); }
.report-chart .chart-bars i:nth-child(3n+1) { background: var(--revue-clay); }
.report-chart .chart-bars i:nth-child(3n+2) { background: var(--revue-forest); }
.report-chart .chart-bars i:nth-child(3n) { background: var(--revue-brass); }

.service-journey { padding-block: 116px; background: #e5ebe6; }
.service-journey > header { grid-template-columns: .55fr 1.45fr; }
.journey-line { margin-top: 50px; border-top: 1px solid #9fb1a5; border-bottom: 1px solid #9fb1a5; }
.journey-line article { border-right-color: #b6c3ba; background: transparent; }
.journey-line article > span { color: var(--revue-clay); }
.booking-handoff {
  border: 0;
  border-radius: 4px;
  background: var(--revue-forest-deep);
}

.guest-loop { padding-block: 118px; background: var(--revue-white); }
.guest-loop > header { border-top-color: var(--revue-line); border-bottom-color: var(--revue-line); }
.guest-loop-flow article { background: transparent; }
.guest-loop-flow article > span { color: var(--revue-clay); }
.guest-loop > footer { background: #edf1ed; }

.hospitality-break {
  height: clamp(430px, 32vw, 505px);
  grid-template-columns: minmax(0, 57%) minmax(360px, 43%);
  background: var(--revue-forest);
}
.hospitality-break > img { object-position: 50% 52%; }
.hospitality-break > div { background: var(--revue-forest); }
.hospitality-break .eyebrow { color: #e9c6a0; }
.hospitality-break h2 { font-size: clamp(2.8rem, 3.7vw, 3.9rem); }

.widget-lab { padding-block: 122px; background: var(--revue-white); }
.widget-workbench { border-radius: 5px; border-color: var(--revue-line); background: #e8ede9; }
.widget-controls { border-bottom-color: var(--revue-line); }
.layout-options button { border-color: var(--revue-line); }
.layout-options button.active { border-color: var(--revue-forest); background: var(--revue-forest); }
.widget-preview { border-radius: 5px; box-shadow: 0 22px 48px rgba(9,39,31,.14); }

.channel-section { padding-block: 118px; background: #edf1ed; }
.channel-routes { border-top-color: #aebdb3; }
.channel-routes article { border-bottom-color: #bdc8c0; }
.channel-monogram { background: var(--revue-white); }
.channel-routes article > strong { color: var(--revue-forest); }

.trust-section { padding-block: 112px; background: var(--revue-paper); }
.trust-section ul { border-top-color: #aebdb3; }
.trust-section li { border-bottom-color: #bdc8c0; }

.pricing-section { padding-block: 112px; background: var(--revue-forest-deep); }
.pricing-section .eyebrow { color: #e9c6a0; }
.price-panel { border-radius: 5px; }

.faq-section { padding-block: 112px; background: var(--revue-white); }
.faq-list { border-top-color: var(--revue-line); }
.faq-list details { border-bottom-color: var(--revue-line); }
.faq-list summary::after { color: var(--revue-clay); }

.contact-section { padding-block: 112px; background: #e5ebe6; }
.launch-steps article { border-bottom-color: #b5c2b8; }
.launch-steps article > span,
.launch-steps > a { color: var(--revue-clay); }

body > footer { background: var(--revue-forest-deep); color: rgba(255,255,255,.72); }
body > footer a { color: rgba(255,255,255,.78); }
body > footer .footer-brand { color: #fff; }
body > footer div { border-top-color: rgba(255,255,255,.16); }

@media (max-width: 1100px) {
  .site-header { gap: 18px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: .7rem; }
  .feature-tabs button { padding-inline: 11px; }
}

@media (max-width: 860px) {
  :root { --header-height: 68px; }
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding-inline: 18px;
  }
  .nav-toggle { display: grid; grid-column: 2; grid-row: 1; }
  .site-header nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 14px;
    left: 14px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--revue-line);
    border-radius: 5px;
    background: var(--revue-white);
    box-shadow: 0 24px 54px rgba(9,39,31,.2);
  }
  .site-header.nav-open nav { display: flex; }
  .site-header nav a {
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    border-bottom: 1px solid #e3e8e4;
    font-size: .82rem;
  }
  .site-header nav a:last-child { border-bottom: 0; }
  .site-header nav a::after { display: none; }
  .nav-sign-in { display: flex; }
  .header-actions { grid-column: 3; grid-row: 1; gap: 0; }
  .header-actions .text-link { display: none; }
  .header-actions .button { min-height: 42px; }

  .hero {
    height: 790px;
    min-height: 790px;
    max-height: none;
  }
  .hero-photo { inset: 0; height: 100%; object-position: 68% 52%; }
  .hero-wash {
    inset: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(9,39,31,.97) 0%, rgba(9,39,31,.89) 54%, rgba(9,39,31,.45) 100%);
  }
  .hero-copy {
    width: min(600px, calc(100% - 48px));
    margin-left: 24px;
    padding-top: 42px;
  }
  .hero h1 { max-width: 575px; color: #fff; font-size: 4rem; }
  .hero-lead { max-width: 530px; color: rgba(255,255,255,.78); }
  .hero-capabilities { max-width: 520px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .outcome-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .outcome-strip > * { min-width: 0; }
  .feature-tabs { display: flex; overflow-x: auto; }
  .feature-tabs button { min-width: 150px; }
  .hospitality-break { height: auto; grid-template-columns: 1fr; }
  .hospitality-break > img { height: auto; aspect-ratio: 16 / 10; }
  .channel-intro { position: static; }
}

@media (max-width: 600px) {
  .site-header { padding-inline: 14px; }
  .brand-wordmark { font-size: 1.1rem; }
  .nav-toggle { width: 40px; height: 40px; }
  .header-actions .button { min-height: 40px; padding-inline: 13px; font-size: .72rem; }

  .hero { height: 730px; min-height: 730px; }
  .hero-photo { height: 100%; object-position: 66% 50%; }
  .hero-wash {
    height: 100%;
    background: linear-gradient(90deg, rgba(9,39,31,.98) 0%, rgba(9,39,31,.92) 68%, rgba(9,39,31,.57) 100%);
  }
  .hero-copy { width: calc(100% - 34px); margin-left: 17px; padding-top: 30px; }
  .hero-signature { margin-bottom: 20px; }
  .hero h1 { max-width: 410px; font-size: clamp(2.85rem, 14vw, 3.55rem); }
  .hero-lead { max-width: 390px; font-size: .84rem; line-height: 1.52; }
  .hero-capabilities { max-width: 380px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-actions { width: min(100%, 380px); grid-template-columns: 1fr 1fr; }
  .hero-assurance { width: min(100%, 380px); }

  .outcome-strip { grid-template-columns: 1fr; }
  .outcome-strip > * { min-height: 64px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .outcome-strip > *:last-child { border-bottom: 0; }

  .product-showcase,
  .service-journey,
  .guest-loop,
  .widget-lab,
  .channel-section,
  .trust-section,
  .pricing-section,
  .faq-section,
  .contact-section { padding-block: 84px; padding-inline: 16px; }
  .product-showcase { padding-inline: 0; }
  .product-showcase .section-intro { padding-inline: 16px; }
  .feature-stage { border-radius: 0; border-right: 0; border-left: 0; }
  .section-intro h2,
  .service-journey h2,
  .guest-loop h2,
  .widget-copy h2,
  .channel-intro h2,
  .trust-section h2,
  .pricing-copy h2,
  .faq-heading h2,
  .contact-copy h2 { font-size: 2.55rem; }
  .hospitality-break > div { padding: 42px 20px 48px; }
  .hospitality-break h2 { font-size: 2.55rem; }
  .channel-routes article { grid-template-columns: 48px minmax(0, 1fr); gap: 15px; }
  .channel-routes article > strong { grid-column: 2; justify-self: start; }
}

@media (max-width: 390px) {
  .header-actions .button { padding-inline: 10px; font-size: .67rem; }
  .hero { height: 710px; min-height: 710px; }
  .hero-actions { grid-template-columns: 1fr; }
  .hero-assurance span { padding-inline: 6px; font-size: .53rem; }
}
