/* Ledge Rock Center — matches the original WordPress (Bridge theme) look without the theme. */
:root {
  --black: #000;
  --white: #fff;
  --red: #c9251b;          /* bands, footer */
  --link-red: #ff0000;     /* bid page download links */
  --title: #711221;        /* page titles on the black pattern (original colour) */
  --sky: #b9c3e9;          /* home hero */
  --ink: #1d1d1d;
  --muted: #5b5b5b;
  --wrap: 1100px;
  --font: "Raleway", "Helvetica Neue", Arial, sans-serif;
  --title-font: Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--ink); background: var(--black); }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
:focus-visible { outline: 3px solid #ffd54a; outline-offset: 2px; }
.skip { position: absolute; left: -9999px; top: 0; background: #fff; color: #000; padding: .6rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; top: 1rem; }
.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
.center { text-align: center; }
.nowrap { white-space: nowrap; }

/* ---------- Header & menu ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--black); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .55rem 1.5rem; min-height: 66px; }
.brand img { height: 52px; width: auto; }
.menu, .submenu { list-style: none; margin: 0; padding: 0; }
.menu { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.menu > li { position: relative; }
.menu a { display: block; text-decoration: none; color: var(--white); font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.menu > li > a { padding: 1.35rem .8rem; }
.menu > li > a:hover, .menu a[aria-current="page"] { color: var(--red); }
.submenu { position: absolute; top: 100%; left: 0; min-width: 240px; background: #111; padding: .4rem 0; display: none; box-shadow: 0 8px 24px rgba(0,0,0,.4); }
.submenu .submenu { top: -.4rem; left: 100%; }
.submenu li { position: relative; }
.submenu a { padding: .55rem 1.1rem; font-weight: 600; font-size: 11px; color: #cfcfcf; }
.submenu a:hover, .submenu a:focus-visible { color: var(--white); background: #222; }
.menu li:hover > .submenu, .menu li:focus-within > .submenu { display: block; }
.menu > li:nth-last-child(-n+4) > .submenu { left: auto; right: 0; }
.menu > li:nth-last-child(-n+4) .submenu .submenu { left: auto; right: 100%; }
.sub-toggle { display: none; }
.menu-toggle { display: none; }

@media (max-width: 1080px) {
  .menu-toggle { display: inline-flex; align-items: center; gap: .6rem; background: none; border: 1px solid #444; color: var(--white); font: 700 12px var(--font); letter-spacing: .08em; text-transform: uppercase; padding: .6rem .9rem; cursor: pointer; }
  .bars, .bars::before, .bars::after { display: block; width: 18px; height: 2px; background: currentColor; position: relative; }
  .bars::before, .bars::after { content: ""; position: absolute; left: 0; }
  .bars::before { top: -6px; } .bars::after { top: 6px; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--black); max-height: calc(100vh - 66px); overflow-y: auto; border-top: 1px solid #222; }
  .site-nav.open { display: block; }
  .menu { display: block; padding: .5rem 0 1rem; }
  .menu li { display: flex; flex-wrap: wrap; align-items: center; }
  .menu li > a { flex: 1; padding: .8rem 1.5rem; }
  .submenu, .submenu .submenu { position: static; display: none; width: 100%; box-shadow: none; background: #0e0e0e; min-width: 0; }
  .menu li:hover > .submenu, .menu li:focus-within > .submenu { display: none; }
  .menu li.open > .submenu { display: block; }
  .submenu a { padding-left: 2.4rem; }
  .submenu .submenu a { padding-left: 3.4rem; }
  .sub-toggle { display: block; width: 52px; height: 44px; background: none; border: 0; color: var(--white); cursor: pointer; }
  .sub-toggle span { display: block; width: 10px; height: 10px; margin: auto; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .2s; }
  .sub-toggle[aria-expanded="true"] span { transform: rotate(-135deg); }
}

/* ---------- Bands (full-width sections) ---------- */
.band { padding: 3rem 0; }
.band--pattern { background: #000 url(/wp-content/uploads/2021/10/hotel-wallpaper-black.png) repeat; color: var(--white); }
.band--red { background: var(--red); color: var(--white); }
.band--light { background: #fff url(/wp-content/uploads/2021/10/double-bubble-outline.png) repeat; }
.band--paper { background: #f6f6f6; }
.rule { border: 0; height: 6px; background: var(--white); margin: 0; }
.rule--red { background: var(--red); height: 4px; }
.rule--dark { background: #111; height: 4px; }
.title-band { padding: 3.5rem 0 1rem; }
.page-title { font: 700 clamp(2rem, 4.2vw, 3rem)/1.1 var(--title-font); color: var(--title); text-align: center; text-transform: uppercase; margin: 2rem 0; }
.narrow-center { text-align: center; }

/* ---------- Home ---------- */
.hero { background: var(--sky); }
.hero-media { position: relative; display: grid; place-items: center; min-height: clamp(260px, 38vw, 440px); padding: 2rem 1rem; }
.hero-logo { width: min(560px, 80vw); }
.play { position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 64px; height: 44px; border: 0; border-radius: 10px; background: rgba(20,20,20,.85); color: #fff; cursor: pointer; display: grid; place-items: center; }
.play:hover { background: #1ab7ea; }
.play svg { width: 26px; fill: currentColor; }
.hero-media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.callout { font-size: clamp(1.25rem, 2.6vw, 1.75rem); text-transform: uppercase; text-align: center; line-height: 1.45; margin: 1.6rem 0; }
.band-photo { width: 100%; max-width: 820px; margin-top: 2rem; margin-bottom: -3rem; }
.display-red { color: var(--red); font: 700 clamp(1.8rem, 3.6vw, 2.5rem)/1.2 var(--title-font); text-align: center; margin: 1.5rem 0; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; margin-top: 2rem; }
.intro p { margin: 0 0 1.1rem; font-size: 15px; }
.small-link { font-size: 12px; text-decoration: none; }
.small-link:hover { text-decoration: underline; }
.small-link.light { color: #fff; }
.band-heading { font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; margin: 1.6rem 0 .2rem; }
.plan-frame { display: block; background: #fff; padding: 1rem; margin-top: 1rem; }
.tagline { font-size: clamp(1.05rem, 2vw, 1.35rem); font-weight: 800; text-transform: uppercase; letter-spacing: .02em; margin: 1.6rem auto; max-width: 820px; }
.cta { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: var(--red); color: #fff; padding: 1.6rem 1.5rem; margin: 2.2rem 0; text-align: left; }
.cta p { margin: 0; font-size: 1.1rem; }
.button { display: inline-block; background: #000; color: #fff; border: 2px solid #fff; padding: .7rem 1.2rem; font: 700 12px var(--font); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.button:hover { background: #fff; color: #000; }
.button--dark { border-color: #333; }
.featured-contact { margin: 1.8rem 0 .4rem; font-size: 1.3rem; text-transform: uppercase; letter-spacing: .05em; }
.featured-contact span, .featured-contact strong { display: block; }

/* ---------- Tenants ---------- */
.split--tenant { align-items: center; }
.tenant-logo img { margin-inline: auto; max-height: 300px; width: auto; background: #fff; }
.tenant-body p { font-size: 15px; line-height: 1.7; margin: 0 0 1rem; }
.tenant-body a { color: #fff; }
.logo-grid { list-style: none; margin: 1rem 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem 2rem; }
.logo-grid a { display: grid; place-items: center; height: 100%; min-height: 110px; }
.logo-grid img { max-height: 200px; width: auto; max-width: 100%; }

/* ---------- Bid pages ---------- */
.bid-head { text-align: center; margin-bottom: 3rem; }
.bid-kicker { font-weight: 800; font-size: clamp(1.05rem, 2vw, 1.3rem); text-transform: uppercase; letter-spacing: .03em; margin: .6rem 0 0; }
.bid-where { font-weight: 700; margin: 0 0 .4rem; }
.bid-link { display: block; color: var(--link-red); font-weight: 800; font-size: clamp(1.15rem, 2.4vw, 1.6rem); line-height: 1.35; }
.bid-link:hover { color: #fff; }
.bid-note { font-size: 13px; font-weight: 700; margin-top: 1rem; }
.team { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 3rem; }
.team--single { display: block; text-align: center; }
.team-entry { margin-bottom: 2.2rem; }
.team-entry h3 { margin: 0 0 .2rem; font-size: 15px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase; text-decoration: underline; text-underline-offset: 4px; }
.team-entry p { margin: 0; font-weight: 400; line-height: 1.65; }
.team-entry a, .bid-callout a { color: #fff; }
.bid-callout { color: var(--link-red); font-weight: 700; margin-top: .8rem !important; }
.bid-thumb { display: block; width: 140px; margin: 0 0 2rem 3rem; background: #fff; }

/* ---------- Lists, galleries, documents ---------- */
.section-list { list-style: none; padding: 0; margin: 0 auto; max-width: 640px; }
.section-list > li { border-bottom: 1px solid #333; }
.section-list a { display: block; padding: .8rem 0; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; text-decoration: none; }
.section-list a:hover { color: var(--link-red); }
.section-list ul { list-style: none; padding: 0 0 .6rem 1.2rem; margin: 0; }
.section-list ul a { padding: .3rem 0; font-weight: 600; font-size: 14px; text-transform: none; letter-spacing: 0; color: #ddd; }
.lod-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.lod-docs figure { margin: 0; }
.lod-docs figcaption { margin-top: .6rem; text-align: center; }
.lod-docs a { color: #fff; }
.gallery { display: grid; gap: 1.5rem; max-width: 900px; }
.gallery-item { display: block; background: #fff; }
.pdf-link { color: #fff; font-weight: 700; }
.doc-intro { font-size: 1.1rem; }
.doc-list { list-style: none; padding: 0; margin: 2rem auto 0; max-width: 700px; }
.doc-list li { margin-bottom: 1rem; }
.doc-list a { color: #fff; font-weight: 700; font-size: 1.05rem; }
.doc-list a:hover { color: var(--link-red); }
.stats h2 { font-size: 15px; font-weight: 800; letter-spacing: .06em; margin: 0 0 .6rem; text-align: center; }
.stats ul { list-style: none; padding: 0; margin: 0 0 .8rem; text-align: center; font-size: 14px; }
.stats p { text-align: center; font-size: 14px; margin: 0 0 2rem; }
.stats ul + h2 { margin-top: 2rem; }
.stats a { color: #fff; }
.demo-photo { max-width: 360px; margin-inline: auto; }
.news { max-width: 820px; }
.news-item { padding-bottom: 2.4rem; margin-bottom: 2.4rem; border-bottom: 2px solid #fff; }
.news-item h2 { font-size: 1.05rem; font-weight: 800; margin: 0 0 1rem; }
.news-item h3 { font-size: 14px; margin: 1.6rem 0 .6rem; letter-spacing: .05em; }
.news-item figure { margin: 0 0 1rem; }
.news-item figcaption { font-size: 13px; margin-top: .3rem; }
.news-item img { background: #fff; }

/* ---------- Slideshow ---------- */
.slideshow { position: relative; max-width: 900px; margin-inline: auto; }
.slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: #000; }
.slides::-webkit-scrollbar { display: none; }
.slide { flex: 0 0 100%; margin: 0; scroll-snap-align: center; }
.slide img { width: 100%; }
.slide-btn { position: absolute; top: calc(50% - 1.2rem); transform: translateY(-50%); width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(0,0,0,.6); color: #fff; cursor: pointer; }
.slide-btn svg { width: 26px; fill: currentColor; margin: auto; }
.slide-btn.prev { left: .6rem; } .slide-btn.next { right: .6rem; }
.slide-count { text-align: center; margin: .8rem 0 0; font-weight: 700; }

/* ---------- Contact ---------- */
.contact { max-width: 720px; }
.contact-address { font-style: normal; font-size: 14px; margin-bottom: 2rem; }
.contact label { display: block; font-weight: 700; font-size: 14px; margin: 1.2rem 0 .35rem; }
.contact input[type=text], .contact input[type=email], .contact textarea { width: 100%; padding: .7rem .8rem; border: 1px solid #c8c8c8; background: #fff; font: 15px var(--font); color: var(--ink); }
.contact [aria-invalid="true"] { border-color: #c9251b; box-shadow: inset 4px 0 0 #c9251b; }
.req { color: #c9251b; }
.req-note { font-size: 13px; color: var(--muted); }
.field-error, .form-error { color: #b0180f; font-size: 13px; margin: .35rem 0 0; }
.form-error { font-size: 15px; font-weight: 700; padding: .8rem 1rem; background: #fdecea; }
.form-success { font-size: 1.1rem; font-weight: 700; padding: 1rem; background: #e8f5e9; color: #1b5e20; }
.contact .button { margin-top: 1.5rem; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.lead-light { color: #fff; font-size: 1.1rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--red); color: #fff; padding: 2.4rem 0; font-size: 12.5px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; align-items: center; text-align: center; }
.social { list-style: none; display: flex; justify-content: center; gap: .6rem; padding: 0; margin: 0 0 .6rem; }
.social a { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: rgba(255,255,255,.25); }
.social a:hover { background: #fff; color: var(--red); }
.social svg { width: 16px; fill: currentColor; }
.copyright { margin: 0; font-weight: 700; }
.footer-right { font-style: normal; font-weight: 700; line-height: 1.8; }
.to-top { position: fixed; right: 1.2rem; bottom: 1.2rem; width: 42px; height: 42px; border-radius: 50%; border: 2px solid #fff; background: rgba(0,0,0,.35); color: #fff; display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity .2s; }
.to-top.show { opacity: 1; pointer-events: auto; }
.to-top svg { width: 22px; fill: currentColor; }

/* ---------- Small screens ---------- */
@media (max-width: 760px) {
  .split, .team, .lod-docs, .footer-inner { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .cta { flex-direction: column; text-align: center; }
  .band-photo { margin-bottom: 0; }
  .bid-thumb { margin-left: 0; }
  .header-inner { padding-inline: 1rem; }
}
