.opal-page {
  --opal-ink: #0b111d;
  --opal-muted: #667181;
  --opal-soft: #f7f5ef;
  --opal-white: #ffffff;
  --opal-green: #0d1b2a;
  --opal-green-2: #07090d;
  --opal-gold: #c8a45d;
  --opal-gold-soft: #ead7a4;
  --opal-wine: #774537;
  --opal-line: rgba(11, 17, 29, 0.14);
  --opal-shadow: 0 28px 80px rgba(11, 17, 29, 0.18);
  background: var(--opal-soft);
  color: var(--opal-ink);
}

.opal-page main {
  overflow: clip;
}

.opal-header {
  background: rgba(246, 241, 231, 0.92);
}

.opal-hero {
  position: relative;
  min-height: calc(100svh - 82px);
  display: grid;
  align-items: end;
  padding: 120px 56px 76px;
  color: var(--opal-white);
  overflow: hidden;
}

.opal-hero-media,
.opal-hero-media img,
.opal-hero-overlay {
  position: absolute;
  inset: 0;
}

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

.opal-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 9, 13, 0.9) 0%, rgba(13, 27, 42, 0.72) 38%, rgba(13, 27, 42, 0.25) 70%, rgba(13, 27, 42, 0.12) 100%),
    linear-gradient(0deg, rgba(7, 9, 13, 0.78) 0%, rgba(7, 9, 13, 0.06) 62%);
}

.opal-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 960px;
  min-width: 0;
}

.opal-eyebrow,
.opal-kicker {
  margin: 0 0 14px;
  color: var(--opal-gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.opal-kicker {
  color: var(--opal-gold);
}

.opal-hero h1 {
  max-width: 940px;
  margin: 0;
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.opal-hero p:not(.opal-eyebrow) {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
  line-height: 1.72;
}

.opal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.opal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.opal-button.primary {
  color: #15231f;
  background: var(--opal-gold-soft);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.opal-button.primary:hover {
  background: var(--opal-gold);
}

.opal-button.ghost {
  color: var(--opal-white);
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.opal-button.ghost:hover {
  background: rgba(255, 255, 255, 0.16);
}

.opal-anchor-nav {
  position: sticky;
  top: 81px;
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  overflow-x: auto;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--opal-line);
  backdrop-filter: blur(16px);
}

.opal-anchor-nav a {
  flex: 0 0 auto;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 8px;
  color: #2d3d39;
  font-size: 13px;
  font-weight: 800;
}

.opal-anchor-nav a:hover {
  color: var(--opal-green);
  background: #f2ead9;
}

.opal-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0;
}

.opal-section h2,
.opal-contact h2 {
  margin: 0;
  color: var(--opal-ink);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.opal-section p,
.opal-contact p {
  color: var(--opal-muted);
  font-size: 16px;
  line-height: 1.78;
}

.opal-section-copy > p:last-child,
.opal-section-head > p:last-child,
.opal-finance-copy > p:last-child {
  margin-bottom: 0;
}

.opal-section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.opal-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.7fr);
  gap: 54px;
  align-items: center;
}

.opal-stat-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 92, 0.38);
  border-radius: 8px;
  background: rgba(201, 164, 92, 0.45);
  box-shadow: var(--opal-shadow);
}

.opal-stat-panel div {
  min-height: 148px;
  padding: 28px;
  background: #fffaf0;
}

.opal-stat-panel strong {
  display: block;
  color: var(--opal-green);
  font-size: 36px;
  line-height: 1;
}

.opal-stat-panel span {
  display: block;
  margin-top: 12px;
  color: #51615d;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.opal-split,
.opal-legal,
.opal-finance {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 54px;
  align-items: center;
}

.opal-image-frame,
.opal-wide-figure,
.opal-feature,
.opal-table-wrap,
.opal-finance-steps,
.opal-checklist,
.opal-faq-list,
.opal-form {
  border: 1px solid rgba(11, 17, 29, 0.12);
  border-radius: 8px;
  background: var(--opal-white);
  box-shadow: 0 18px 46px rgba(11, 17, 29, 0.08);
}

.opal-image-frame {
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.opal-image-frame img,
.opal-wide-figure img,
.opal-feature img,
.opal-gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opal-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.opal-location-grid span {
  display: flex;
  min-height: 54px;
  align-items: center;
  padding: 12px 14px;
  border-left: 3px solid var(--opal-gold);
  background: rgba(255, 255, 255, 0.72);
  color: #2d3442;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.opal-masterplan {
  padding-top: 36px;
}

.opal-wide-figure {
  margin: 0;
  overflow: hidden;
}

.opal-wide-figure img {
  aspect-ratio: 16 / 9;
}

.opal-wide-figure figcaption {
  padding: 16px 20px;
  color: var(--opal-muted);
  font-size: 13px;
  line-height: 1.55;
}

.opal-card-band {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100% - 1180px) / 2));
  background: var(--opal-green);
}

.opal-card-band .opal-section-head h2,
.opal-card-band .opal-section-head p {
  color: var(--opal-white);
}

.opal-card-band .opal-kicker {
  color: var(--opal-gold-soft);
}

.opal-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.opal-feature {
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.opal-feature img {
  aspect-ratio: 4 / 3;
}

.opal-feature div {
  padding: 20px;
}

.opal-feature h3 {
  margin: 0;
  color: var(--opal-ink);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.opal-feature p {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.opal-products {
  padding-bottom: 52px;
}

.opal-table-wrap {
  overflow-x: auto;
}

.opal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.opal-table th,
.opal-table td {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(11, 17, 29, 0.1);
  text-align: left;
  vertical-align: top;
}

.opal-table th {
  color: var(--opal-green);
  background: #fbf5e8;
  font-size: 13px;
  text-transform: uppercase;
}

.opal-table td:first-child {
  color: var(--opal-ink);
  font-weight: 800;
}

.opal-table tr:last-child td {
  border-bottom: 0;
}

.opal-note {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 4px solid var(--opal-wine);
  background: rgba(119, 69, 55, 0.08);
  color: #4a5653;
  font-size: 14px;
  line-height: 1.65;
}

.opal-note strong {
  color: var(--opal-wine);
}

.opal-finance {
  width: 100%;
  max-width: none;
  padding: 96px max(20px, calc((100% - 1180px) / 2));
  background: #fffaf0;
}

.opal-finance-steps {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(11, 17, 29, 0.12);
}

.opal-finance-steps div {
  padding: 26px;
  background: var(--opal-white);
}

.opal-finance-steps span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 999px;
  color: var(--opal-white);
  background: var(--opal-green);
  font-size: 12px;
  font-weight: 800;
}

.opal-finance-steps strong {
  display: block;
  color: var(--opal-ink);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
}

.opal-finance-steps p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.opal-checklist {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(201, 164, 92, 0.35);
}

.opal-checklist div {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 18px 20px;
  background: var(--opal-white);
  color: #2d3442;
  font-weight: 700;
  line-height: 1.55;
}

.opal-checklist span {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  border-radius: 999px;
  background: var(--opal-gold);
  box-shadow: inset 0 0 0 5px #fff6df;
}

.opal-gallery {
  padding-top: 48px;
}

.opal-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 16px;
}

.opal-gallery-grid img {
  min-height: 300px;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(11, 17, 29, 0.12);
}

.opal-gallery-grid img:first-child {
  aspect-ratio: 1 / 1;
}

.opal-faq {
  padding-top: 38px;
}

.opal-faq-list {
  overflow: hidden;
}

.opal-faq-list details {
  border-bottom: 1px solid rgba(11, 17, 29, 0.1);
}

.opal-faq-list details:last-child {
  border-bottom: 0;
}

.opal-faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--opal-ink);
  font-size: 17px;
  font-weight: 800;
}

.opal-faq-list p {
  margin: 0;
  padding: 0 24px 24px;
}

.opal-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: 54px;
  align-items: start;
  padding: 96px max(20px, calc((100% - 1180px) / 2));
  color: var(--opal-white);
  background: var(--opal-green);
}

.opal-contact h2,
.opal-contact p {
  color: var(--opal-white);
}

.opal-contact .opal-kicker {
  color: var(--opal-gold-soft);
}

.opal-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.opal-contact-links a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--opal-white);
  font-size: 13px;
  font-weight: 800;
}

.opal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.opal-form label {
  display: grid;
  gap: 8px;
  color: #34433f;
  font-size: 13px;
  font-weight: 800;
}

.opal-form input,
.opal-form select,
.opal-form textarea {
  width: 100%;
  border: 1px solid rgba(11, 17, 29, 0.16);
  border-radius: 8px;
  background: #fbf8f0;
  color: var(--opal-ink);
  font: inherit;
  font-size: 14px;
}

.opal-form input,
.opal-form select {
  height: 48px;
  padding: 0 14px;
}

.opal-form textarea {
  min-height: 118px;
  padding: 14px;
  resize: vertical;
}

.opal-form-wide,
.opal-form-note {
  grid-column: 1 / -1;
}

.opal-form .opal-button {
  width: 100%;
}

.opal-form-note {
  min-height: 22px;
  margin: 0;
  color: var(--opal-green);
  font-size: 13px;
  font-weight: 800;
}

.opal-footer {
  margin-top: 0;
}

.opal-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  display: none;
  grid-template-columns: 1fr 1fr;
  padding: 10px;
  gap: 10px;
  background: rgba(246, 241, 231, 0.94);
  border-top: 1px solid var(--opal-line);
  backdrop-filter: blur(14px);
}

.opal-sticky-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--opal-white);
  background: var(--opal-green);
  font-size: 14px;
  font-weight: 800;
}

.opal-sticky-cta a:last-child {
  color: #15231f;
  background: var(--opal-gold-soft);
}

@media (max-width: 1060px) {
  .opal-hero {
    padding: 104px 34px 64px;
  }

  .opal-hero h1 {
    font-size: 58px;
  }

  .opal-intro,
  .opal-split,
  .opal-legal,
  .opal-finance,
  .opal-contact {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .opal-page {
    padding-bottom: 76px;
  }

  .opal-hero {
    min-height: auto;
    padding: 72px 20px 44px;
  }

  .opal-hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 9, 13, 0.94) 0%, rgba(13, 27, 42, 0.76) 62%, rgba(13, 27, 42, 0.22) 100%),
      linear-gradient(0deg, rgba(7, 9, 13, 0.82) 0%, rgba(7, 9, 13, 0.08) 64%);
  }

  .opal-hero h1 {
    font-size: 36px;
    line-height: 1.02;
    overflow-wrap: normal;
  }

  .opal-hero p:not(.opal-eyebrow) {
    font-size: 16px;
    line-height: 1.65;
  }

  .opal-actions,
  .opal-button {
    width: 100%;
  }

  .opal-actions .opal-button.ghost {
    display: none;
  }

  .opal-anchor-nav {
    top: 70px;
    justify-content: flex-start;
  }

  .opal-section,
  .opal-card-band,
  .opal-finance,
  .opal-contact {
    width: 100%;
    padding: 68px 20px;
  }

  .opal-section h2,
  .opal-contact h2 {
    font-size: 31px;
    line-height: 1.18;
  }

  .opal-section p,
  .opal-contact p {
    font-size: 15px;
  }

  .opal-stat-panel,
  .opal-location-grid,
  .opal-feature-grid,
  .opal-gallery-grid,
  .opal-form {
    grid-template-columns: 1fr;
  }

  .opal-stat-panel div {
    min-height: 122px;
  }

  .opal-stat-panel strong {
    font-size: 31px;
  }

  .opal-split,
  .opal-legal,
  .opal-finance,
  .opal-contact {
    gap: 34px;
  }

  .opal-image-frame {
    aspect-ratio: 4 / 3.2;
  }

  .opal-wide-figure img {
    aspect-ratio: 4 / 3;
  }

  .opal-gallery-grid img,
  .opal-gallery-grid img:first-child {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }

  .opal-faq-list summary {
    padding: 20px;
    font-size: 16px;
  }

  .opal-faq-list p {
    padding: 0 20px 22px;
  }

  .opal-contact {
    min-width: 0;
  }

  .opal-form {
    padding: 18px;
  }

  .opal-sticky-cta {
    display: grid;
  }
}

@media (max-width: 420px) {
  .opal-hero h1 {
    font-size: 31px;
  }

  .opal-hero p:not(.opal-eyebrow) {
    font-size: 15px;
  }

  .opal-section h2,
  .opal-contact h2 {
    font-size: 28px;
  }

  .opal-table {
    min-width: 640px;
  }
}
