:root {
  --ink: #101820;
  --muted: #607080;
  --line: #dce4ea;
  --paper: #ffffff;
  --soft: #f4f7f8;
  --navy: #061c32;
  --blue: #145d91;
  --teal: #0e746b;
  --red: #7a1f2b;
  --gold: #d8a13a;
  --gold-soft: #fff0c7;
  --shadow: 0 24px 70px rgba(5, 24, 43, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

.contact-bar {
  align-items: center;
  background: var(--navy);
  color: rgba(255, 255, 255, 0.86);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 10px 22px;
  justify-content: center;
  padding: 9px clamp(18px, 4vw, 58px);
}

.contact-bar a {
  color: var(--gold);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.topbar {
  align-items: center;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(6, 28, 50, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 14px clamp(18px, 4vw, 58px);
  position: sticky;
  top: 0;
  z-index: 10;
}

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

.brand-logo {
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(6, 28, 50, 0.14);
  height: 42px;
  object-fit: contain;
  width: 152px;
}

.brand strong,
.brand small {
  display: block;
}

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

.brand small {
  color: var(--muted);
  font-size: 0.74rem;
  margin-top: 2px;
}

.main-nav,
.site-footer nav,
.trust-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.main-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.main-nav a:hover,
.text-link:hover,
.offer-grid a:hover,
.site-footer a:hover {
  color: var(--red);
}

.nav-button,
.primary-button {
  background: var(--gold);
  border: 0;
  border-radius: 7px;
  color: #211507;
  cursor: pointer;
  font-weight: 900;
}

.nav-button {
  color: #211507 !important;
  padding: 12px 16px;
}

.hero {
  background:
    linear-gradient(90deg, rgba(6, 28, 50, 0.96) 0%, rgba(6, 28, 50, 0.84) 46%, rgba(6, 28, 50, 0.22) 100%),
    url("https://assets.simpleviewinc.com/sv-atlantic-city/image/upload/c_limit%2Ch_1200%2Cq_75%2Cw_1200/v1/cms_resources/cms_resources/clients/atlanticcity/Skylines_STEEL_PIER_BEACH_Drone_0130_HDR_b79bc1c1-2685-422e-8501-34f26c899678.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  gap: clamp(24px, 5vw, 54px);
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  min-height: 690px;
  padding: clamp(62px, 8vw, 110px) clamp(18px, 5vw, 72px);
}

.hero-copy {
  align-self: center;
  max-width: 780px;
}

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

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.8rem);
  letter-spacing: 0;
  line-height: 0.93;
  margin-bottom: 24px;
  max-width: 920px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.04;
  margin-bottom: 14px;
}

h3 {
  font-size: 1.12rem;
  margin-bottom: 12px;
}

.hero-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.65;
  max-width: 700px;
}

.hero-address {
  color: var(--gold) !important;
  font-size: 1rem !important;
  font-weight: 900;
  margin-bottom: 0;
}

.trust-row {
  margin-top: 28px;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 10px 14px;
}

.hero-panel {
  align-self: center;
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  padding: clamp(22px, 3vw, 34px);
}

.section-heading,
.split-section,
.casino-band,
.site-footer {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
}

.hero-panel h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.hero-panel p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.field {
  display: grid;
  gap: 8px;
}

.field span,
.checkbox-line {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

.field input,
.field select,
.contact-form textarea {
  appearance: none;
  background: #f8fbfd;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--ink);
  min-height: 50px;
  padding: 0 13px;
  width: 100%;
}

.contact-form textarea {
  min-height: 150px;
  padding-top: 13px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(122, 31, 43, 0.13);
  outline: 0;
}

.field-wide {
  margin-bottom: 16px;
}

.field-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.checkbox-line {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.checkbox-line input {
  accent-color: var(--red);
  height: 18px;
  width: 18px;
}

.primary-button {
  min-height: 54px;
  width: 100%;
}

.primary-link {
  background: var(--gold);
  border-radius: 7px;
  color: #211507;
  display: inline-flex;
  font-weight: 900;
  margin-top: 10px;
  padding: 14px 16px;
}

.proof-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.proof-strip article {
  border-right: 1px solid var(--line);
  padding: clamp(22px, 4vw, 38px);
}

.proof-strip strong {
  color: var(--red);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.proof-strip span {
  color: var(--muted);
  display: block;
  font-weight: 900;
  margin-top: 8px;
}

.split-section,
.rooms-section,
.casino-band,
.experience-section,
.offers-section,
.policy-strip,
.legal-page {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 5vw, 72px);
}

.section-copy p:not(.eyebrow),
.section-heading > p,
.guide-card p,
.room-grid p,
.casino-list p,
.offer-grid p,
.policy-strip p,
.site-footer p,
.legal-content p,
.contact-card p {
  color: var(--muted);
  line-height: 1.7;
}

.text-link,
.offer-grid a {
  color: var(--red);
  display: inline-block;
  font-weight: 900;
  margin-top: 14px;
}

.feature-panel {
  align-self: start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 40px rgba(5, 24, 43, 0.08);
  overflow: hidden;
}

.feature-panel img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.feature-panel div {
  padding: 22px;
}

.feature-panel span,
.guide-card span,
.room-grid span,
.casino-list span {
  color: var(--red);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.feature-panel strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.35;
}

.rooms-section,
.offers-section,
.legal-page {
  background: var(--paper);
}

.room-grid,
.guide-grid,
.offer-grid,
.policy-strip {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.room-grid article,
.offer-grid article,
.policy-strip article,
.contact-card,
.legal-content,
.contact-form {
  background: #fbfdfe;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.casino-band {
  align-items: start;
  background: var(--navy);
  color: #fff;
}

.casino-band h2 {
  color: #fff;
}

.casino-list {
  display: grid;
  gap: 16px;
}

.casino-list article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 22px;
}

.casino-list p {
  color: rgba(255, 255, 255, 0.75);
}

.guide-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.guide-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.guide-card div {
  padding: 22px;
}

.offers-section {
  background: #fff6dc;
}

.offer-grid article {
  background: #ffffff;
}

.policy-strip {
  background: #e9f1f4;
}

.policy-strip article {
  background: #ffffff;
}

.site-footer {
  background: #061c32;
  color: #fff;
  padding: 42px clamp(18px, 5vw, 72px);
}

.footer-brand .brand-logo {
  box-shadow: none;
}

.footer-brand small,
.site-footer p,
.site-footer a,
.footer-address {
  color: rgba(255, 255, 255, 0.72);
}

.footer-address {
  font-style: normal;
  font-weight: 800;
  line-height: 1.7;
  margin-top: 16px;
}

.fine-print {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.9rem;
  margin-top: 18px;
  padding-top: 18px;
}

.site-footer nav {
  align-content: start;
  justify-content: end;
}

.simple-footer {
  align-items: start;
}

.legal-page {
  display: grid;
  gap: 28px;
}

.legal-hero {
  background:
    linear-gradient(90deg, rgba(6, 28, 50, 0.96), rgba(122, 31, 43, 0.86)),
    url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1600&q=82");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #fff;
  padding: clamp(42px, 7vw, 78px);
}

.legal-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  margin-bottom: 12px;
}

.legal-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  max-width: 780px;
}

.legal-content {
  margin: 0 auto;
  max-width: 980px;
}

.legal-content h2 {
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.legal-content p + h2 {
  margin-top: 28px;
}

.contact-layout {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1fr);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 900;
}

@media (max-width: 1050px) {
  .hero,
  .section-heading,
  .split-section,
  .casino-band,
  .site-footer,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-self: start;
    justify-content: start;
  }

  .room-grid,
  .guide-grid,
  .offer-grid,
  .policy-strip,
  .proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .main-nav {
    gap: 10px 14px;
  }

  .nav-button {
    padding: 10px 12px;
  }

  .hero {
    background:
      linear-gradient(180deg, rgba(6, 28, 50, 0.7) 0%, rgba(6, 28, 50, 0.97) 58%),
      url("https://assets.simpleviewinc.com/sv-atlantic-city/image/upload/c_limit%2Ch_1200%2Cq_75%2Cw_1200/v1/cms_resources/cms_resources/clients/atlanticcity/Skylines_STEEL_PIER_BEACH_Drone_0130_HDR_b79bc1c1-2685-422e-8501-34f26c899678.jpg");
    background-position: center;
    min-height: auto;
    padding-top: 48px;
  }

  .field-grid,
  .room-grid,
  .guide-grid,
  .offer-grid,
  .policy-strip,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.6rem);
  }

  .proof-strip article {
    border-right: 0;
  }
}
