:root {
  --ast-global-color-0: #1a6c7a;
  --ast-global-color-1: #105763;
  --ast-global-color-2: #000f2b;
  --ast-global-color-3: #3a3a3a;
  --ast-global-color-4: #f3f9fb;
  --ast-global-color-5: #ffffff;
  --ast-border: #dbe8eb;
  --content-width: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { font-size: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ast-global-color-4);
  color: var(--ast-global-color-3);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
body, button, input, select, textarea { font-family: "Montserrat", Arial, sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--ast-global-color-3); text-decoration: none; }
a:hover, a:focus { color: var(--ast-global-color-1); }
h1, h2, h3, h4, h5, h6, p, figure, blockquote { margin-top: 0; }
h1, h2, h3, h4, h5, h6 {
  color: var(--ast-global-color-3);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}
h1 { font-size: 65px; font-weight: 500; }
h2 { font-size: 28px; }
h3 { font-size: 19px; font-weight: 600; }
::selection { background: var(--ast-global-color-0); color: #fff; }

.sr-only, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  top: 8px;
  left: 8px;
  z-index: 200;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background: var(--ast-global-color-0);
}
.section-shell {
  width: min(100% - 40px, var(--content-width));
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  background: transparent;
}
.header-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-height: 102px;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 16px 0;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 360px; max-width: 29vw; }
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 70px;
}
.site-nav a {
  padding: 0 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 70px;
}
.site-nav a:hover, .site-nav a:focus, .site-nav a[aria-current="page"] { color: #fff; }
.nav-toggle {
  display: none;
  justify-self: end;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: var(--ast-global-color-0);
  font-size: 22px;
  line-height: 1;
}
.nav-toggle-close { display: none; font-size: 32px; font-weight: 300; }
.nav-toggle[aria-expanded="true"] .nav-toggle-open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle-close { display: block; }

.original-hero, .page-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url("/assets/images/original-index/background.jpg");
  background-repeat: no-repeat;
  background-position: 42% 0;
  background-size: cover;
}
.original-hero::before, .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(21, 50, 67, 0.5) 0%, rgba(26, 108, 122, 0.5) 100%);
}
.original-hero { min-height: 100vh; }
.original-hero-content {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 700px);
  padding-top: 80px;
  color: #fff;
  text-align: center;
}
.original-hero h1 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}
.original-hero p { margin-bottom: 50px; color: #fff; font-size: 27px; }

.original-entry-cards { padding: 100px 0; background: #fff; }
.original-entry-cards-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: min(100% - 40px, 1140px);
  margin: 0 auto;
}
.original-entry-card {
  position: relative;
  display: flex;
  flex: 1 1 33.333%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  margin: 10px;
  padding: 150px 50px;
  overflow: hidden;
  color: #fff;
  background-image: var(--card-image);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.original-entry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 50, 67, 0.3);
  transition: background-color 160ms ease;
}
.original-entry-card:hover, .original-entry-card:focus { color: #fff; }
.original-entry-card:hover::before, .original-entry-card:focus::before { background: rgba(21, 50, 67, 0.18); }
.original-entry-card span, .original-entry-card img { position: relative; z-index: 1; }
.original-entry-card span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.original-entry-card img { width: 30px; margin-top: 20px; }

.original-quote-section { min-height: 300px; padding: 0 0 100px; background: #fff; }
.original-quote-inner {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
.original-quote-title, .original-road-quote { width: 50%; }
.original-quote-title { padding: 0 40px; text-align: center; }
.original-quote-title h2 { margin-bottom: 14px; font-size: 30px; font-weight: 600; }
.original-quote-title p { margin-bottom: 0; }
.original-road-quote {
  margin: 0;
  padding: 0 40px;
  color: var(--ast-global-color-3);
  font-size: 15px;
  line-height: 1.7;
}
.original-road-quote p { margin-bottom: 12px; }
.original-road-quote cite { font-style: normal; }

.original-talks-cover {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 410px;
  padding: 190px 0;
  overflow: hidden;
  background-image: url("/assets/images/original-index/talks-bg.jpg");
  background-attachment: fixed;
  background-position: 80% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
.original-talks-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(21, 50, 67, 0.6) 0%, rgba(26, 108, 122, 0.6) 100%);
}
.original-talks-content {
  position: relative;
  z-index: 1;
  width: min(100% - 60px, 600px);
  color: #fff;
  text-align: center;
}
.original-talks-content h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  text-transform: capitalize;
}
.original-talks-content p { margin-bottom: 50px; color: #fff; }
.original-talks-content a, .empty-state a {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  background: var(--ast-global-color-0);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  text-transform: uppercase;
}
.original-talks-content a:hover, .original-talks-content a:focus,
.empty-state a:hover, .empty-state a:focus { color: #fff; background: var(--ast-global-color-1); }
.original-sea-intro {
  width: min(100% - 40px, 900px);
  margin: 0 auto;
  padding: 20px;
}
.original-sea-intro p { margin: 0; white-space: normal; font-size: 15px; line-height: 1.7; }
.original-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 20px;
  width: min(100% - 40px, 1240px);
  margin: 0 auto;
  padding: 20px 20px 80px;
}
.original-photo-grid figure { margin: 0; padding: 0 10px; text-align: center; }
.original-photo-grid img { width: 100%; }
.original-photo-grid figcaption, .article-body figcaption {
  margin-top: 8px;
  color: #555;
  font-size: 13px;
  text-align: center;
}

.page-hero {
  width: 100%;
  min-height: 440px;
  max-width: none;
  padding: 0;
  background-position: 42% 44%;
}
.page-panel {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 70px;
  background: #fff;
}
.page-title-block {
  margin: 0 0 30px;
  text-align: left;
}
.page-title-block h1 {
  margin: 0;
  color: var(--ast-global-color-3);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
}
.page-panel > .listing-section,
.page-panel > .about-layout,
.page-panel > .protected-layout,
.page-panel > .tool-embed,
.page-panel > .empty-state,
.page-panel > .article-body {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.listing-section, .about-layout, .protected-layout, .tool-embed, .empty-state {
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 70px;
  background: #fff;
}
.section-intro {
  max-width: 760px;
  margin-bottom: 42px;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
}
.listing { border-top: 1px solid var(--ast-border); }
.listing-item {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 30px;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--ast-border);
  color: var(--ast-global-color-3);
}
.listing-meta {
  color: var(--ast-global-color-0);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.listing-main { display: flex; flex-direction: column; gap: 8px; }
.listing-main strong { font-size: 20px; font-weight: 600; }
.listing-main small { color: #666; font-size: 14px; line-height: 1.6; }
.listing-arrow { color: var(--ast-global-color-0); font-size: 20px; text-align: right; }
.listing-item:hover .listing-main strong, .listing-item:focus .listing-main strong { color: var(--ast-global-color-0); }

.article-body {
  width: min(100% - 40px, 900px);
  margin: 30px auto 70px;
  padding: 70px;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.article-body > :first-child { margin-top: 0; }
.article-body > :last-child { margin-bottom: 0; }
.article-body h1 { margin: 1.2em 0 0.55em; font-size: 42px; font-weight: 500; }
.article-body h2 { margin: 1.7em 0 0.65em; font-size: 28px; }
.article-body h3 { margin: 1.7em 0 0.65em; font-size: 19px; font-weight: 600; }
.article-body p, .article-body ul, .article-body ol { margin-bottom: 1.25em; }
.article-body a {
  color: var(--ast-global-color-0);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body figure, .article-body .wp-block-image { margin: 32px 0; }
.article-body figure img, .article-body .wp-block-image img { margin-left: auto; margin-right: auto; }
.ten-summers-gallery figure img, .ten-summers-gallery .wp-block-image img { width: 720px; max-width: 100%; height: auto; }
.article-body blockquote {
  margin: 32px 0;
  padding: 20px 28px;
  border-left: 4px solid var(--ast-global-color-0);
  background: var(--ast-global-color-4);
}
.article-body pre {
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  white-space: pre-wrap;
  background: #eef4f6;
  font: inherit;
}
.article-body table { width: 100%; margin: 32px 0; border-collapse: collapse; }
.article-body th, .article-body td {
  padding: 12px;
  border: 1px solid var(--ast-border);
  text-align: left;
  vertical-align: top;
}
.article-body .wp-block-columns, .article-body .uagb-columns__inner-wrap { display: flex; gap: 24px; }
.article-body .wp-block-column, .article-body .uagb-column__wrap { flex: 1 1 0; }

.about-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: start;
}
.about-portrait img { width: 100%; }
.about-copy h2 { margin-bottom: 28px; font-size: 30px; font-weight: 600; }
.about-copy p { margin-bottom: 18px; line-height: 1.8; }
.about-secret-menu { margin-top: 40px; border-top: 1px solid var(--ast-border); }
.about-secret-menu a {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 8px 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ast-border);
}
.about-secret-menu span {
  grid-row: span 2;
  color: var(--ast-global-color-0);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}
.about-secret-menu strong { font-size: 18px; font-weight: 600; }
.about-secret-menu small { color: #666; font-size: 13px; }

.password-gate { max-width: 650px; margin: 0 auto; text-align: center; }
.password-gate[hidden], .protected-content[hidden] { display: none !important; }
.lock-mark {
  margin-bottom: 12px;
  color: var(--ast-global-color-0);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
.password-gate h2 { margin-bottom: 16px; font-size: 30px; font-weight: 600; }
.password-gate > p:not(.lock-mark) { margin-bottom: 32px; color: #666; }
.password-gate form { text-align: left; }
.password-gate label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}
.password-row, .tool-control-row { display: flex; gap: 10px; }
input, select, textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 13px;
  border: 1px solid #b8cbd0;
  border-radius: 0;
  color: var(--ast-global-color-3);
  background: #fff;
  font-size: 15px;
}
input:focus, select:focus, textarea:focus {
  outline: 1px solid var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
}
button {
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  color: #fff;
  background: var(--ast-global-color-0);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}
button:hover, button:focus { background: var(--ast-global-color-1); }
.remember-row {
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  color: #666;
  font-weight: 400 !important;
}
.remember-row input { width: 16px; min-height: 16px; }
.password-error { min-height: 24px; margin-top: 12px; color: #a32727; font-size: 13px; }
.password-gate form.is-busy { opacity: 0.6; pointer-events: none; }
.protected-content { margin: 0 auto; padding: 0; background: transparent; }
.protected-layout:has(.protected-content:not([hidden])) { width: min(100% - 40px, 1040px); }
.protected-layout:has(.protected-content:not([hidden])) .protected-content { width: 100%; max-width: 900px; }
.page-panel > .protected-layout:has(.protected-content:not([hidden])) { width: 100%; }

.tool-embed { padding: 20px; }
.tool-embed iframe {
  display: block;
  width: 100%;
  height: 820px;
  border: 0;
  background: var(--ast-global-color-4);
}
.tool-embed-wifi iframe { height: 1150px; }
.rsu-app { color: var(--ast-global-color-3); }
.tool-control-panel { margin-bottom: 30px; padding: 24px; background: var(--ast-global-color-4); }
.tool-control-panel > label:first-child { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 600; }
.tool-note, .tool-status { margin: 14px 0 0; color: #666; font-size: 13px; }
.rsu-actions { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.rsu-actions .tool-status { margin: 0; }
.rsu-actions button:disabled { opacity: 0.58; cursor: wait; }
.market-summary, .rsu-totals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 24px 0;
}
.market-summary > div, .rsu-totals > p { margin: 0; padding: 22px; border: 1px solid var(--ast-border); }
.market-summary span {
  display: block;
  margin-bottom: 8px;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
}
.market-summary strong, .rsu-totals strong {
  color: var(--ast-global-color-0);
  font-size: 24px;
  font-weight: 600;
}
.table-scroll { overflow-x: auto; }
.rsu-table { min-width: 720px; }
.triskelion-entry, .empty-state { text-align: center; }

.site-footer {
  min-height: 80px;
  padding: 20px 30px;
  border-top: 1px solid var(--ast-border);
  background: #fff;
}
.footer-inner {
  display: flex;
  align-items: flex-start;
  min-height: 80px;
  max-width: 1200px;
  margin: 0 auto;
}
.site-footer p { margin: 0; color: var(--ast-global-color-3); font-size: 14px; }
.site-footer a { color: var(--ast-global-color-3); }

@media (max-width: 921px) {
  html { font-size: 91.2%; }
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  h3 { font-size: 25px; }
  .header-inner {
    width: 100%;
    min-height: 70px;
    padding: 12px 20px;
  }
  .brand img { width: 150px; max-width: 150px; }
  .nav-toggle { display: inline-flex; }
  .site-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: none;
    min-height: 0;
    padding: 10px 20px;
    background: #fff;
  }
  .site-nav.is-open { display: block; }
  .site-nav a {
    display: block;
    padding: 0 20px;
    color: var(--ast-global-color-3);
    line-height: 48px;
  }
  .site-nav a:hover, .site-nav a:focus, .site-nav a[aria-current="page"] { color: var(--ast-global-color-0); }
  .original-hero { min-height: 40vh; padding: 100px 50px 50px; }
  .original-hero-content { padding-top: 0; }
  .original-hero h1 { font-size: 40px; }
  .original-entry-cards { padding: 40px 10px; }
  .original-entry-cards-inner { width: 100%; }
  .original-entry-card { margin: 10px; padding: 95px 35px; }
  .original-quote-section { padding: 0 80px 50px; }
  .original-quote-inner { flex-direction: column; width: 100%; }
  .original-quote-title, .original-road-quote {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .original-road-quote { margin-top: 30px; }
  .original-talks-cover {
    min-height: 0;
    padding: 50px;
    background-attachment: scroll;
  }
  .page-hero { min-height: 40vh; padding: 0; background-position: 42% 44%; }
  .page-panel { padding: 50px; }
  .page-title-block { margin-bottom: 26px; }
  .page-title-block h1 { font-size: 28px; }
  .listing-section, .about-layout, .protected-layout, .tool-embed, .empty-state { padding: 50px; }
  .about-layout { gap: 45px; }
  .article-body { padding: 50px; }
  .article-body .wp-block-columns, .article-body .uagb-columns__inner-wrap { flex-direction: column; }
}

@media (max-width: 767px) {
  h1 { font-size: 30px; }
  .section-shell { width: min(100% - 30px, var(--content-width)); }
  .original-hero { padding: 100px 20px 50px; }
  .original-hero h1 { font-size: 25px; }
  .original-hero p { margin-bottom: 0; font-size: 15px; }
  .original-entry-cards { padding: 20px; }
  .original-entry-cards-inner { flex-wrap: wrap; }
  .original-entry-card { flex-basis: 100%; margin: 10px; padding: 64px 35px; }
  .original-entry-card span { font-size: 24px; }
  .original-quote-section { padding: 0 30px 50px; }
  .original-quote-title { padding-top: 20px; }
  .original-quote-title h2 { font-size: 22px; }
  .original-talks-cover { padding: 50px 30px; }
  .original-talks-content h2 { font-size: 24px; }
  .original-sea-intro { width: 100%; padding: 20px; }
  .original-photo-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    padding: 20px 20px 60px;
  }
  .original-photo-grid figure { padding: 0; }
  .page-hero { min-height: 40vh; padding: 0; background-position: 42% 50%; }
  .page-panel {
    width: min(100% - 30px, var(--content-width));
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 22px;
  }
  .page-title-block { margin-bottom: 22px; }
  .page-title-block h1 { font-size: 25px; }
  .listing-section, .about-layout, .protected-layout, .tool-embed, .empty-state, .article-body {
    width: min(100% - 30px, 900px);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 22px;
  }
  .section-intro { margin-bottom: 28px; font-size: 16px; }
  .listing-item {
    grid-template-columns: 1fr 22px;
    gap: 10px 14px;
    padding: 22px 0;
  }
  .listing-meta { grid-column: 1 / -1; }
  .listing-main strong { font-size: 17px; }
  .about-layout { grid-template-columns: 1fr; gap: 30px; }
  .about-copy h2, .password-gate h2 { font-size: 24px; }
  .about-secret-menu a { grid-template-columns: 65px minmax(0, 1fr); }
  .article-body h1 { font-size: 30px; }
  .article-body h2 { font-size: 24px; }
  .password-row, .tool-control-row { flex-direction: column; }
  .password-row button, .tool-control-row button { min-height: 44px; }
  .tool-embed { padding: 8px; }
  .tool-embed iframe { height: 1050px; }
  .tool-embed-wifi iframe { height: 1500px; }
  .market-summary, .rsu-totals { grid-template-columns: 1fr; }
  .rsu-actions { align-items: stretch; flex-direction: column; }
  .rsu-actions button { min-height: 44px; }
  .site-footer { padding-right: 20px; padding-left: 20px; }
  .footer-inner { justify-content: center; text-align: center; }
}
