:root {
  color-scheme: light;
  --ink: #24170f;
  --ink-soft: #5e432b;
  --muted: #7b6751;
  --cream: #f8ebd3;
  --cream-strong: #fff8e9;
  --sand: #e5c98f;
  --gold: #d8a546;
  --gold-deep: #956323;
  --espresso: #1b110c;
  --espresso-soft: #332116;
  --line: rgba(149, 99, 35, 0.26);
  --line-strong: rgba(216, 165, 70, 0.58);
  --shadow: 0 26px 70px rgba(63, 36, 17, 0.18);
  --max: 1180px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 0;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(31, 18, 10, 0.08), rgba(255, 248, 233, 0.82) 38%, rgba(255, 243, 216, 0.94)),
    linear-gradient(180deg, rgba(255, 248, 233, 0.78), rgba(232, 199, 132, 0.3)),
    url("assets/jay-agency-golden-street-bg.jpg") top center / cover fixed no-repeat,
    #f4e1bd;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(104, 68, 26, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 68, 26, 0.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 72%, transparent);
}

a {
  color: inherit;
  text-decoration: none;
}

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

h1,
h2,
h3,
p {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 60;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--espresso);
  color: var(--cream-strong);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 40;
  width: min(var(--max), calc(100% - 48px));
  margin: 18px auto 0;
  border: 1px solid var(--line-strong);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: rgba(255, 253, 247, 0.94);
  backdrop-filter: blur(18px);
}

.nav-shell {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: calc(100% - 72px);
  min-height: 70px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(94, 67, 43, 0.2);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand strong {
  font-weight: 950;
}

.brand small {
  margin-top: 4px;
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 850;
}

.nav-menu a {
  white-space: nowrap;
}

.nav-cta,
.btn,
.path-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1;
}

.nav-cta {
  padding: 0 18px;
  border: 1px solid rgba(255, 239, 190, 0.72);
  color: #fff6db;
  background: linear-gradient(135deg, #1b110c, #3b2414 54%, #9f6d25);
  box-shadow: 0 12px 32px rgba(63, 36, 17, 0.18);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.86);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 8px;
  background: var(--espresso);
}

main,
.site-footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

main {
  padding: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  gap: 24px;
  min-width: 0;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(118deg, rgba(255, 253, 247, 0.98), rgba(255, 247, 230, 0.92) 51%, rgba(42, 27, 17, 0.78)),
    url("assets/jay-agency-golden-street-bg.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.hero::before {
  position: absolute;
  inset: 12px;
  z-index: -1;
  border: 1px solid rgba(255, 248, 233, 0.45);
  border-radius: 8px;
  content: "";
}

.hero-copy,
.hero-visual,
.section-copy,
.final-cta > div {
  min-width: 0;
}

.eyebrow {
  margin-bottom: 12px;
  color: var(--gold-deep);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  width: fit-content;
  min-width: 210px;
  margin-bottom: 18px;
  padding: 9px 22px;
  border-radius: 999px;
  color: #9a5d18;
  background: #f8e7c7;
  text-align: center;
}

.hero h1,
.section-copy h2,
.faq-section h2,
.support-section h2,
.final-cta h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 11ch;
  margin-bottom: 12px;
  font-size: 2.72rem;
  line-height: 0.96;
}

.hero-text {
  max-width: 610px;
  margin-bottom: 12px;
  color: #4f351e;
  font-size: 1.06rem;
  font-weight: 780;
  line-height: 1.48;
}

.support-line {
  max-width: 610px;
  margin: 16px 0 18px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.58;
}

.hero-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-width: 158px;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
}

.btn-primary {
  color: #fff8df;
  background: linear-gradient(135deg, var(--espresso), var(--espresso-soft) 55%, #9e6d23);
  box-shadow: 0 16px 34px rgba(54, 32, 17, 0.2);
}

.btn-secondary {
  color: var(--espresso);
  background: rgba(255, 246, 222, 0.86);
}

.guide-card {
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(100%, 480px);
  margin-bottom: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(216, 165, 70, 0.42);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.82);
  box-shadow: 0 16px 34px rgba(80, 50, 24, 0.08);
}

.guide-card img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.guide-card strong,
.guide-card small {
  display: block;
}

.guide-card strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.guide-card small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 680px);
}

.hero-card-grid article {
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(216, 165, 70, 0.42);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.72);
  box-shadow: 0 14px 30px rgba(80, 50, 24, 0.07);
}

.hero-card-grid article:nth-child(n + 4) {
  min-height: 82px;
}

.hero-card-grid strong,
.hero-card-grid span {
  display: block;
}

.hero-card-grid strong {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.02rem;
}

.hero-card-grid span {
  color: var(--ink-soft);
  font-size: 0.84rem;
  line-height: 1.32;
}

.hero-visual {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 370px;
}

.portrait-frame {
  position: relative;
  width: min(100%, 430px);
  overflow: hidden;
  border: 8px solid #1d120c;
  border-radius: 8px;
  background: #23170f;
  box-shadow: 0 24px 58px rgba(34, 19, 10, 0.34);
}

.portrait-frame::before {
  position: absolute;
  inset: 8px;
  z-index: 2;
  border: 1px solid rgba(255, 236, 183, 0.4);
  border-radius: 4px;
  content: "";
  pointer-events: none;
}

.portrait-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.portrait-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  display: grid;
  gap: 2px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  color: var(--espresso);
  background: rgba(255, 229, 160, 0.9);
  box-shadow: 0 12px 28px rgba(54, 32, 17, 0.16);
}

.portrait-badge span {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.portrait-badge strong {
  font-size: 1rem;
}

.street-card {
  width: min(86%, 320px);
  margin-top: -26px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 238, 190, 0.58);
  border-radius: 8px;
  color: var(--cream-strong);
  background: rgba(31, 18, 10, 0.88);
  box-shadow: 0 18px 42px rgba(31, 18, 10, 0.22);
}

.street-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--sand);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.street-card p {
  margin: 0;
  color: rgba(255, 248, 233, 0.82);
  line-height: 1.42;
}

.path-grid,
.steps-grid,
.support-grid,
.faq-grid {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.path-grid {
  margin-top: 20px;
}

.path-card,
.steps-grid article,
.support-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.84);
  box-shadow: 0 18px 44px rgba(80, 50, 24, 0.1);
}

.path-card {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.dark-card {
  color: var(--cream-strong);
  background: linear-gradient(135deg, #1c120c, #352113 60%, #81571f);
}

.card-kicker,
.steps-grid span {
  color: var(--gold-deep);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dark-card .card-kicker,
.dark-card h2,
.dark-card p {
  color: var(--cream-strong);
}

.path-card h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.72rem;
  line-height: 1.05;
}

.path-card p,
.steps-grid p,
.support-grid p,
.faq-grid p,
.final-cta p,
.section-copy p {
  color: var(--muted);
  line-height: 1.58;
}

.dark-card p {
  color: rgba(255, 248, 233, 0.78);
}

.path-card a {
  width: fit-content;
  min-width: 150px;
  padding: 0 18px;
  color: #fff8df;
  background: var(--espresso);
}

.dark-card a {
  color: var(--espresso);
  background: var(--cream-strong);
}

.steps-section,
.live-section,
.support-section,
.faq-section,
.final-cta {
  margin-top: 56px;
}

.section-copy {
  max-width: 650px;
}

.section-copy h2,
.support-section h2,
.faq-section h2,
.final-cta h2 {
  margin-bottom: 12px;
  font-size: 2.12rem;
  line-height: 1.05;
}

.steps-grid {
  margin-top: 22px;
}

.steps-grid article,
.support-grid article,
.faq-grid article {
  padding: 20px;
}

.steps-grid h3,
.support-grid h3,
.faq-grid h3 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1.08rem;
}

.steps-grid p,
.support-grid p,
.faq-grid p {
  margin-bottom: 0;
}

.live-section {
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background:
    linear-gradient(105deg, rgba(29, 18, 12, 0.92), rgba(80, 50, 24, 0.78)),
    url("assets/jay-agency-golden-street-bg.jpg") center / cover no-repeat;
  box-shadow: var(--shadow);
}

.live-section .eyebrow,
.live-section h2 {
  color: var(--sand);
}

.live-section .section-copy p {
  color: rgba(255, 248, 233, 0.78);
}

.phone-preview {
  width: min(100%, 330px);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(255, 231, 164, 0.5);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff3d1, #6d431d 52%, #1b110c);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--espresso);
  font-size: 0.9rem;
  font-weight: 950;
}

.phone-top b {
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff8df;
  background: #b67a24;
}

.host-avatar {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  margin: 34px auto 22px;
  border: 5px solid rgba(255, 240, 191, 0.72);
  border-radius: 50%;
  color: #fff8df;
  background: linear-gradient(135deg, #1e130d, #99651f);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.8rem;
  font-weight: 900;
}

.room-lines {
  display: grid;
  gap: 9px;
  margin: 0 8px 18px;
}

.room-lines i {
  display: block;
  height: 10px;
  border-radius: 8px;
  background: rgba(255, 244, 217, 0.45);
}

.room-lines i:nth-child(2) {
  width: 72%;
}

.room-lines i:nth-child(3) {
  width: 86%;
}

.room-lines i:nth-child(4) {
  width: 58%;
}

.chat-card {
  padding: 16px;
  border: 1px solid rgba(255, 244, 217, 0.24);
  border-radius: 8px;
  color: var(--cream-strong);
  background: rgba(27, 17, 12, 0.76);
}

.chat-card p {
  margin: 6px 0 0;
  color: rgba(255, 248, 233, 0.72);
  line-height: 1.45;
}

.support-grid,
.faq-grid {
  margin-top: 22px;
}

.final-cta {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: rgba(255, 248, 233, 0.88);
  box-shadow: var(--shadow);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 32px 0 42px;
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 800;
}

@media (max-width: 820px) {
  .nav-shell {
    min-height: 64px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 248, 233, 0.98);
    box-shadow: 0 20px 45px rgba(54, 32, 17, 0.18);
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 13px 12px;
    border-radius: 8px;
  }

  .nav-cta {
    margin-top: 6px;
  }
}

@media (min-width: 700px) {
  main {
    padding-top: 0;
  }

  .path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid,
  .support-grid,
  .faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .live-section {
    grid-template-columns: 0.8fr 1fr;
    padding: 34px;
  }

  .final-cta {
    grid-template-columns: 1fr auto;
    padding: 34px;
  }
}

@media (min-width: 920px) {
  main {
    padding-top: 0;
  }

  .hero {
    grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.86fr);
    align-items: center;
    min-height: 720px;
    padding: 46px 54px 52px;
  }

  .hero h1 {
    font-size: 4.85rem;
  }

  .hero-text {
    font-size: 1.2rem;
  }

  .support-line {
    font-size: 1.02rem;
  }

  .hero-visual {
    min-height: 590px;
  }

  .portrait-frame {
    width: min(100%, 560px);
  }
}

@media (max-width: 480px) {
  main,
  .site-footer,
  .nav-shell,
  .site-header {
    width: min(100% - 24px, var(--max));
  }

  main {
    padding-top: 0;
  }

  .site-header {
    margin-top: 10px;
  }

  .nav-shell {
    width: calc(100% - 24px);
  }

  .brand img {
    width: 38px;
    height: 38px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

  .hero {
    gap: 18px;
    padding: 18px;
  }

  .hero-visual {
    order: -1;
    min-height: 0;
  }

  .hero h1 {
    font-size: 2.48rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .support-line {
    margin-bottom: 14px;
    font-size: 0.92rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .final-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .btn {
    min-width: 0;
    padding: 0 12px;
    font-size: 0.9rem;
  }

  .hero-kicker {
    min-width: 0;
    margin-bottom: 14px;
    padding: 8px 14px;
  }

  .guide-card {
    padding: 12px;
  }

  .guide-card img {
    width: 38px;
    height: 38px;
  }

  .hero-card-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-card-grid article {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 0;
    padding: 12px 14px;
  }

  .hero-card-grid span {
    max-width: 56%;
    text-align: right;
    font-size: 0.8rem;
  }

  .hero-visual {
    min-height: 0;
  }

  .portrait-frame {
    width: min(100%, 318px);
    border-width: 6px;
  }

  .portrait-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }

  .street-card {
    display: none;
  }

  .path-card,
  .steps-grid article,
  .support-grid article,
  .faq-grid article,
  .final-cta,
  .live-section {
    padding: 18px;
  }

  .path-card h2 {
    font-size: 1.52rem;
  }

  .section-copy h2,
  .support-section h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: 1.82rem;
  }

  .steps-section,
  .live-section,
  .support-section,
  .faq-section,
  .final-cta {
    margin-top: 42px;
  }

  .site-footer {
    padding-bottom: 34px;
  }
}
