:root {
  --bg: #ffffff;
  --bg-2: #f5f8fb;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: #f3f6f8;
  --line: rgba(231, 196, 123, 0.18);
  --line-strong: rgba(231, 196, 123, 0.32);
  --text: #102230;
  --muted: #4c6271;
  --gold: #d6a44a;
  --gold-soft: #f3dfaf;
  --sea: #2d7b8f;
  --sea-soft: #7fc0cf;
  --shadow: 0 24px 60px rgba(16, 34, 48, 0.12);
  --accent: #8d2330;
  --font-body: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Times New Roman", Times, serif;
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 15% 10%, rgba(45, 123, 143, 0.08), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(214, 164, 74, 0.08), transparent 20%),
    linear-gradient(180deg, #ffffff 0%, #f9fbfc 52%, #ffffff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background-image:
    linear-gradient(rgba(16, 34, 48, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 34, 48, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 90%);
}

body::after {
  background:
    radial-gradient(circle at bottom, rgba(45, 123, 143, 0.06), transparent 30%);
}

a {
  color: inherit;
}

p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
  font-size: 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 0.96;
  letter-spacing: -0.03em;
}

h1,
h2 {
  font-family: var(--font-heading);
  font-weight: 700;
}

h1 {
  font-size: clamp(2.7rem, 4.9vw, 4.6rem);
  max-width: 8.8ch;
  line-height: 1.02;
}

h1 span {
  display: block;
  color: #f2d28f;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
  max-width: 14ch;
  line-height: 1.08;
}

h3 {
  font-size: 1.45rem;
  line-height: 1.2;
  color: var(--text);
}

.page-shell {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.tide-page-shell {
  width: min(calc(100% - 1rem), 1460px);
}

.policy-page-shell {
  width: min(calc(100% - 1rem), 1460px);
}

.home-page-shell {
  width: min(calc(100% - 1rem), 1460px);
}

.home-page-shell .masthead {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 26px;
}

.home-page-shell .top-contact-strip {
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(214, 164, 74, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.06);
}

.home-page-shell .strip-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 16px 22px;
}

.home-page-shell .topbar {
  top: 0;
  gap: 28px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.08);
  backdrop-filter: blur(10px);
}

.home-page-shell .brand-copy strong {
  color: var(--text);
}

.home-page-shell .brand-copy span {
  color: var(--muted);
}

.home-page-shell .nav-links {
  justify-content: flex-end;
}

.home-page-shell .nav-links a {
  color: #243d4a;
}

.home-page-shell .nav-dropdown > a {
  color: #243d4a;
}

.home-page-shell .nav-links a.active-nav {
  color: #ffffff;
  background: #c93232;
  padding: 10px 16px;
  border-radius: 999px;
}

.tide-page-shell .masthead {
  border-radius: 0;
}

.policy-page-shell .masthead {
  border-radius: 0;
}

.tide-page-shell .top-contact-strip {
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(214, 164, 74, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.06);
}

.policy-page-shell .top-contact-strip {
  gap: 0;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(214, 164, 74, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.06);
}

.tide-page-shell .strip-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 16px 22px;
}

.policy-page-shell .strip-item {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 16px 22px;
}

.tide-page-shell .topbar {
  top: 0;
  gap: 28px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.08);
  backdrop-filter: blur(10px);
}

.policy-page-shell .topbar {
  top: 0;
  gap: 28px;
  padding: 18px 22px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(16, 34, 48, 0.08);
  backdrop-filter: blur(10px);
}

.tide-page-shell .brand-copy strong {
  color: var(--text);
}

.policy-page-shell .brand-copy strong {
  color: var(--text);
}

.tide-page-shell .brand-copy span {
  color: var(--muted);
}

.policy-page-shell .brand-copy span {
  color: var(--muted);
}

.tide-page-shell .nav-links {
  justify-content: flex-end;
}

.policy-page-shell .nav-links {
  justify-content: flex-end;
}

.tide-page-shell .nav-links a {
  color: #243d4a;
}

.policy-page-shell .nav-links a {
  color: #243d4a;
}

.tide-page-shell .nav-dropdown > a,
.policy-page-shell .nav-dropdown > a {
  color: #243d4a;
}

.tide-page-shell .nav-links a.active-nav {
  color: #ffffff;
  background: #c93232;
}

.policy-page-shell .nav-links a.active-nav {
  color: #ffffff;
  background: #c93232;
}

.masthead {
  position: relative;
  overflow: hidden;
  padding: 20px 0 52px;
  min-height: 860px;
  border-radius: 0 0 36px 36px;
}

.top-contact-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.strip-item {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid rgba(214, 164, 74, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
}

.strip-label {
  font-size: 0.82rem;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.strip-item a,
.strip-item span:last-child {
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}

.hero-video-shell {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(33, 117, 138, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 18, 26, 0.12), rgba(7, 18, 26, 0.48)),
    #0b1720;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.56;
}

.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 17, 25, 0.3), rgba(6, 17, 25, 0.64)),
    linear-gradient(90deg, rgba(9, 24, 35, 0.66), rgba(9, 24, 35, 0.18) 54%, rgba(9, 24, 35, 0.42));
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 18px;
  border: 1px solid rgba(214, 164, 74, 0.2);
  border-radius: 999px;
  background: rgba(10, 24, 34, 0.72);
  box-shadow: 0 20px 48px rgba(4, 12, 18, 0.22);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-logo {
  width: 78px;
  height: 78px;
  object-fit: contain;
  border-radius: 20px;
  flex: none;
  background: #ffffff;
  padding: 6px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 800;
  color: #f4f6f7;
}

.brand-copy span {
  font-size: 0.82rem;
  color: rgba(238, 245, 247, 0.72);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #eef5f7;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1;
}

.nav-dropdown > a::after {
  content: "▾";
  margin-left: 6px;
  font-size: 0.72rem;
  line-height: 1;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 290px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(16, 34, 48, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(16, 34, 48, 0.12);
  display: none;
  z-index: 50;
}

.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--text);
  border-radius: 12px;
}

.nav-dropdown-menu a:hover {
  background: rgba(201, 50, 50, 0.08);
  color: #c93232;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: block;
}

.nav-links a.active-nav {
  color: #0c1821;
  background: linear-gradient(135deg, #f8e7bc, var(--gold));
  padding: 10px 16px;
  border-radius: 999px;
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 36px;
  align-items: center;
  padding: 98px 30px 30px;
}

.home-cover-hero {
  min-height: 640px;
  margin: 16px 18px 0;
  padding: 86px 28px 28px;
  align-items: end;
}

.home-page-shell .hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(6, 17, 25, 0.34), rgba(6, 17, 25, 0.72)),
    linear-gradient(90deg, rgba(9, 24, 35, 0.72), rgba(9, 24, 35, 0.24) 54%, rgba(9, 24, 35, 0.5));
}

.home-page-shell .hero-brand-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(214, 164, 74, 0.06)),
    rgba(19, 42, 57, 0.7);
}

.home-page-shell .hero-stat-card {
  background: rgba(255, 255, 255, 0.88);
}

.eyebrow,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.78rem;
  color: #f2d28f;
  font-family: var(--font-body);
  font-weight: 700;
}

.eyebrow::before,
.mini-label::before {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.hero-text {
  max-width: 50ch;
  margin-top: 22px;
  font-size: 1.08rem;
  color: #eef5f7;
}

.hero-title-top {
  color: #ffffff;
}

.hero-copy {
  max-width: 600px;
  padding-right: 20px;
}

.hero-location-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-location-row span,
.hero-contact-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #eef5f7;
  font-size: 0.92rem;
  font-family: var(--font-body);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #08131a;
  background: linear-gradient(135deg, #f9e8be, var(--gold));
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ticker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ticker-row span {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.1);
  color: #f4f7f8;
  font-size: 0.92rem;
  font-family: var(--font-body);
  font-weight: 600;
}

.tag-stack span,
.office-tags span {
  padding: 11px 15px;
  border-radius: 999px;
  border: 1px solid rgba(16, 34, 48, 0.1);
  background: rgba(255, 255, 255, 0.98);
  color: var(--text);
  font-size: 0.92rem;
  font-family: var(--font-body);
  font-weight: 600;
}

.contact-form .button-primary,
.inquiry-form .button-primary,
.cta-shell .button-primary {
  color: #08131a;
}

.hero-aside {
  display: grid;
  gap: 18px;
}

.hero-brand-panel {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px;
  border: 1px solid rgba(214, 164, 74, 0.18);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(214, 164, 74, 0.08)),
    rgba(10, 24, 34, 0.74);
  box-shadow: 0 24px 60px rgba(4, 12, 18, 0.18);
  backdrop-filter: blur(14px);
}

.hero-brand-panel img {
  width: 150px;
  height: 150px;
  flex: none;
  object-fit: contain;
  display: block;
  border-radius: 28px;
  background: #ffffff;
  padding: 8px;
}

.hero-brand-copy h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.6rem);
  max-width: 10ch;
  margin-bottom: 10px;
}

.hero-brand-heading {
  color: #ffffff;
}

.hero-brand-support {
  color: #d6a44a;
  font-size: 1rem;
  line-height: 1.7;
}

.hero-brand-copy p:last-child {
  color: var(--muted);
}

.hero-card,
.content-panel,
.service-panel,
.adv-card,
.side-panel,
.leadership-panel,
.process-card,
.contact-panel,
.contact-form,
.metric-strip,
.cta-shell,
.signal-card {
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.primary-card {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(214, 164, 74, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(11, 28, 38, 0.94);
  position: relative;
  overflow: hidden;
}

.primary-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -36px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 164, 74, 0.18), transparent 68%);
}

.primary-card h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  max-width: 10ch;
  margin-bottom: 16px;
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.hero-stat-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-stat-card strong,
.journey-step strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 1.45rem;
}

.wide-stat {
  grid-column: 1 / -1;
  min-height: auto;
}

.hero-contact-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-contact-strip strong {
  color: var(--gold);
}

.signal-card span,
.metric-strip strong,
.process-card span,
.service-index {
  color: var(--gold);
  font-family: "Times New Roman", Times, serif;
}

.signal-card span {
  font-size: 2.3rem;
}

.section {
  padding: 34px 0 48px;
}

.section-top {
  margin-bottom: 26px;
}

.section-top h2 {
  max-width: 24ch;
  line-height: 1.14;
}

.overview .section-top h2 {
  max-width: 18ch;
}

.overview-grid,
.contact-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.image-band {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.image-band-double {
  grid-template-columns: repeat(2, 1fr);
}

.media-panel {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow);
}

.media-panel img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

.wide-media img {
  height: 360px;
}

.media-caption {
  padding: 18px 20px 22px;
}

.media-caption strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
  color: var(--text);
}

.content-panel,
.contact-panel,
.contact-form {
  padding: 28px;
  border-radius: var(--radius-xl);
}

.large-panel {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(45, 123, 143, 0.12), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.96);
}

.lead-line {
  color: #203746;
  font-size: 1.08rem;
  margin-bottom: 16px;
  line-height: 1.75;
}

.clean-list {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.98rem;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(120deg, rgba(45, 123, 143, 0.08), rgba(214, 164, 74, 0.08)),
    rgba(255, 255, 255, 0.96);
}

.metric-strip article {
  padding: 26px;
  background: rgba(255, 255, 255, 0.96);
}

.metric-strip strong {
  display: block;
  margin-bottom: 10px;
  font-size: 2.2rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-service-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(125, 21, 34, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.feature-service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.feature-service-copy h3 {
  color: var(--accent);
  margin-bottom: 12px;
}

.feature-service-copy p {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.75;
}

.service-panel {
  padding: 26px;
  border-radius: var(--radius-xl);
}

.service-panel.emphasis {
  background:
    linear-gradient(160deg, rgba(214, 164, 74, 0.14), rgba(255, 255, 255, 0.8)),
    rgba(255, 255, 255, 0.96);
}

.dark-panel {
  background:
    radial-gradient(circle at top right, rgba(45, 123, 143, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.96);
}

.service-index,
.process-card span {
  font-size: 2rem;
}

.service-panel h3,
.process-card h3,
.adv-card h3,
.contact-panel h3 {
  margin-top: 8px;
  margin-bottom: 14px;
}

.advantage-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.advantage-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.adv-card,
.side-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.commitment-panel {
  background:
    linear-gradient(135deg, rgba(214, 164, 74, 0.12), rgba(255, 255, 255, 0.84)),
    rgba(255, 255, 255, 0.96);
}

.commitment-image {
  margin: 12px 0 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
}

.commitment-image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.tag-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.leadership-panel {
  display: grid;
  grid-template-columns: 0.72fr 1.1fr 0.75fr;
  gap: 18px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(214, 164, 74, 0.1)),
    rgba(255, 255, 255, 0.96);
}

.leadership-image-panel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  min-height: 100%;
  background: rgba(255, 255, 255, 0.98);
}

.leadership-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.leadership-caption {
  padding: 14px 16px 16px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid var(--line);
}

.leadership-caption strong {
  display: block;
  color: var(--text);
  font-size: 1.05rem;
}

.journey-panel {
  display: grid;
  gap: 14px;
}

.journey-step {
  padding: 20px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}

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

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.policy-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.policy-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.policy-copy {
  padding: 20px 22px 24px;
}

.policy-copy h3 {
  margin-bottom: 12px;
}

.inquiry-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.inquiry-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(45, 123, 143, 0.12), transparent 28%),
    radial-gradient(circle at bottom left, rgba(214, 164, 74, 0.12), transparent 24%);
  pointer-events: none;
}

.inquiry-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inquiry-support {
  margin-top: 14px;
  max-width: 52ch;
}

.inquiry-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.inquiry-form input,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 34, 48, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
}

.inquiry-form textarea {
  resize: vertical;
}

.process-card {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.cta-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(120deg, rgba(214, 164, 74, 0.12), rgba(45, 123, 143, 0.1)),
    rgba(255, 255, 255, 0.98);
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.contact-lines strong {
  display: inline-block;
  min-width: 72px;
  color: var(--gold);
}

.contact-lines a,
.form-note a {
  color: #1b5266;
  text-decoration: none;
}

.office-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 600;
  font-family: var(--font-body);
  font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(231, 196, 123, 0.16);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.98rem;
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  font-size: 0.92rem;
  line-height: 1.6;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 32px;
  color: #89a2ad;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer a {
  color: #1b5266;
  text-decoration: none;
}

.disclaimer-note {
  margin: 0 auto 24px;
  max-width: 980px;
  padding: 10px 16px;
  text-align: center;
  font-size: 0.92rem;
  color: #f1f5f7;
  background: #2d3688;
  border-radius: 8px;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.subpage-header {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 24px;
}

.subpage-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(45, 123, 143, 0.24), transparent 22%),
    radial-gradient(circle at 80% 10%, rgba(214, 164, 74, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(8, 21, 31, 0.96), rgba(13, 33, 46, 0.92));
}

.subpage-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 24px;
  align-items: start;
  padding: 52px 22px 12px;
}

.subpage-copy {
  max-width: 760px;
}

.subpage-title,
.subpage-side-card h2 {
  max-width: none;
  color: #ffffff;
}

.subpage-title {
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.06;
}

.subpage-text {
  margin-top: 14px;
  max-width: 52ch;
  color: #deebee;
  font-size: 0.98rem;
}

.subpage-side-card {
  padding: 24px;
  border: 1px solid rgba(214, 164, 74, 0.18);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(214, 164, 74, 0.1)),
    rgba(10, 24, 34, 0.78);
  box-shadow: 0 24px 60px rgba(4, 12, 18, 0.18);
  backdrop-filter: blur(14px);
}

.tide-hero {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.tide-hero-note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: stretch;
  justify-content: center;
}

.tide-hero-note span {
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(214, 164, 74, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #f4f7f8;
  font-size: 0.9rem;
  font-weight: 700;
}

.subpage-side-card .clean-list {
  color: #eaf2f4;
}

.month-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.month-chip-row a {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(214, 164, 74, 0.2);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.tide-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.tide-card {
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto;
  border-radius: 28px;
  border: 1px solid rgba(16, 34, 48, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.tide-card-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 18px;
  padding: 18px 22px 14px;
  border-bottom: 1px solid rgba(16, 34, 48, 0.06);
}

.tide-month {
  display: inline-flex;
  margin-bottom: 0;
  padding: 8px 14px;
  border-radius: 10px;
  background: #ef2f2f;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tide-card h3 {
  margin: 0;
  color: #26367a;
  font-size: 1rem;
  line-height: 1.2;
}

.tide-image-wrap {
  padding: 18px;
  background: #ffffff;
}

.tide-card img {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  display: block;
  background: #ffffff;
}

.tide-image-link {
  display: inline-flex;
  margin-left: auto;
  color: #1b5266;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.tide-note-shell p:last-child {
  margin-top: 14px;
}

.policy-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 24px;
  padding: 52px 22px 16px;
  align-items: end;
}

.policy-hero-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(214, 164, 74, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(214, 164, 74, 0.08)),
    rgba(15, 37, 51, 0.78);
}

.policy-hero-card h1 {
  max-width: 10.5ch;
  color: #ffffff;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
}

.policy-hero-card p {
  margin-top: 14px;
  max-width: 56ch;
  color: #e2ecef;
}

.policy-summary {
  display: grid;
  gap: 12px;
}

.policy-summary span {
  padding: 12px 16px;
  border-radius: 16px;
  border: 1px solid rgba(214, 164, 74, 0.18);
  background: rgba(255, 255, 255, 0.1);
  color: #f4f7f8;
  font-size: 0.92rem;
  font-weight: 700;
}

.policy-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 22px;
}

.policy-page-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.policy-page-card h2 {
  max-width: none;
  margin-bottom: 14px;
}

.policy-side-image {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.policy-side-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

@media (max-width: 1120px) {
  .hero,
  .subpage-hero,
  .top-contact-strip,
  .overview-grid,
  .image-band-double,
  .feature-service-list,
  .advantage-layout,
  .leadership-panel,
  .contact-layout,
  .hero-aside,
  .hero-stat-grid,
  .policy-grid,
  .inquiry-banner,
  .tide-grid,
  .services-grid,
  .process-grid,
  .metric-strip,
  .advantage-main {
    grid-template-columns: 1fr;
  }

  .topbar,
  .cta-shell,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page-shell .topbar,
  .tide-page-shell .topbar,
  .policy-page-shell .topbar {
    padding: 16px 18px;
  }

  .home-page-shell .nav-links,
  .tide-page-shell .nav-links,
  .policy-page-shell .nav-links {
    justify-content: flex-start;
  }

  .policy-hero,
  .policy-page-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(calc(100% - 1rem), var(--max));
  }

  .home-page-shell,
  .tide-page-shell,
  .policy-page-shell {
    width: min(calc(100% - 0.75rem), 1460px);
  }

  .masthead {
    padding-top: 10px;
    min-height: auto;
  }

  .topbar {
    border-radius: 28px;
    padding: 16px;
  }

  .home-page-shell .top-contact-strip,
  .tide-page-shell .top-contact-strip,
  .policy-page-shell .top-contact-strip {
    grid-template-columns: 1fr;
  }

  .home-page-shell .strip-item,
  .home-page-shell .topbar,
  .tide-page-shell .strip-item,
  .tide-page-shell .topbar,
  .policy-page-shell .strip-item,
  .policy-page-shell .topbar {
    padding-left: 14px;
    padding-right: 14px;
  }

  .home-page-shell .topbar,
  .tide-page-shell .topbar,
  .policy-page-shell .topbar {
    border-radius: 0;
  }

  .home-cover-hero {
    margin: 12px 0 0;
    min-height: 560px;
    padding: 72px 16px 22px;
  }

  .top-contact-strip {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 3.4rem);
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 70px 12px 20px;
  }

  .subpage-hero {
    grid-template-columns: 1fr;
    padding: 70px 12px 8px;
  }

  .tide-hero-note {
    flex-direction: row;
    flex-wrap: wrap;
  }

  h2 {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
    max-width: none;
  }

  h3 {
    font-size: 1.28rem;
  }

  .hero-brand-panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-brand-panel img {
    width: 120px;
    height: 120px;
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
  }

  .subpage-title {
    font-size: clamp(1.35rem, 6.4vw, 1.9rem);
  }

  .policy-hero-card h1 {
    font-size: clamp(1.5rem, 7vw, 2.2rem);
  }

  .nav-dropdown-menu {
    position: static;
    display: block;
    min-width: 100%;
    margin-top: 8px;
    box-shadow: none;
  }

  .tide-card-copy {
    align-items: flex-start;
  }

  .tide-image-link {
    margin-left: 0;
  }

  .primary-card,
  .content-panel,
  .service-panel,
  .adv-card,
  .side-panel,
  .leadership-panel,
  .process-card,
  .contact-panel,
  .contact-form,
  .cta-shell {
    border-radius: 24px;
    padding: 22px;
  }

  .nav-links {
    gap: 14px;
  }
}
