:root {
  --ph-ink: #142233;
  --ph-navy: #071827;
  --ph-navy-2: #102b42;
  --ph-harbor: #2f6f89;
  --ph-brass: #bc8b45;
  --ph-brass-light: #e5c68f;
  --ph-paper: #f7f4ed;
  --ph-white: #fff;
  --ph-muted: #607080;
  --ph-line: #d9dfdf;
  --ph-shadow: 0 18px 45px rgba(7, 24, 39, .12);
  --ph-radius: 18px;
  --ph-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ph-ink);
  background: var(--ph-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.ph-container { width: min(calc(100% - 40px), var(--ph-container)); margin-inline: auto; }
.ph-eyebrow {
  margin: 0 0 12px;
  color: var(--ph-brass);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}
.ph-skip {
  position: fixed;
  z-index: 10000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--ph-white);
  background: var(--ph-navy);
  transform: translateY(-150%);
}
.ph-skip:focus { transform: translateY(0); }
.ph-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(20, 34, 51, .09);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px);
}
.ph-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ph-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ph-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.ph-brand__mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #b8c4cb;
  border-radius: 50%;
  color: var(--ph-brass);
  font-family: Inter, sans-serif;
  font-size: .68rem;
  letter-spacing: .08em;
}
.ph-nav { display: flex; align-items: center; gap: 5px; }
.ph-nav a {
  padding: 9px 11px;
  border-radius: 9px;
  color: #334657;
  font-size: .88rem;
  font-weight: 700;
  text-decoration: none;
}
.ph-nav a:hover, .ph-nav a:focus-visible { color: var(--ph-navy); background: #edf1f2; }
.ph-menu {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ph-line);
  border-radius: 10px;
  color: var(--ph-navy);
  background: var(--ph-white);
  font: inherit;
  font-weight: 800;
}

.ph-legal-hero {
  padding: 82px 0 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3,16,28,.98), rgba(7,24,39,.88)),
    url("../images/uss-arizona-memorial.jpg") center 42% / cover no-repeat;
}
.ph-legal-hero h1 {
  max-width: 840px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  font-weight: 600;
  letter-spacing: -.045em;
  line-height: .98;
}
.ph-legal-intro {
  max-width: 790px;
  margin: 22px 0 0;
  color: #dbe5ea;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}
.ph-legal-date { margin: 20px 0 0; color: #c5d0d9; font-size: .9rem; }
.ph-legal-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 34px;
  color: #cad6dc;
  font-size: .82rem;
  font-weight: 700;
}
.ph-legal-breadcrumb a { text-underline-offset: 3px; }
.ph-legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 780px);
  justify-content: space-between;
  gap: 72px;
  padding-top: 76px;
  padding-bottom: 96px;
}
.ph-legal-aside {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 23px;
  border: 1px solid var(--ph-line);
  border-radius: var(--ph-radius);
  background: var(--ph-paper);
}
.ph-legal-aside strong {
  display: block;
  color: var(--ph-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}
.ph-legal-aside p { margin: 10px 0 14px; color: var(--ph-muted); font-size: .88rem; }
.ph-legal-aside a { color: var(--ph-harbor); font-weight: 800; text-underline-offset: 3px; }
.ph-legal-content section + section {
  margin-top: 46px;
  padding-top: 42px;
  border-top: 1px solid var(--ph-line);
}
.ph-legal-content h2 {
  margin: 0 0 17px;
  color: var(--ph-navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  line-height: 1.15;
}
.ph-legal-content h3 { margin: 28px 0 10px; color: var(--ph-navy); }
.ph-legal-content p { margin: 0 0 17px; }
.ph-legal-content li + li { margin-top: 8px; }
.ph-legal-content a { color: var(--ph-harbor); font-weight: 700; text-underline-offset: 3px; }
.ph-legal-content code {
  padding: 2px 6px;
  border-radius: 5px;
  color: var(--ph-navy);
  background: var(--ph-paper);
}
.ph-legal-notice {
  margin-bottom: 42px;
  padding: 24px;
  border-left: 4px solid var(--ph-brass);
  border-radius: 0 12px 12px 0;
  background: var(--ph-paper);
}
.ph-legal-notice p { margin: 6px 0 0; }
.ph-legal-table-wrap { overflow-x: auto; }
.ph-legal table { width: 100%; border-collapse: collapse; font-size: .94rem; }
.ph-legal th, .ph-legal td { padding: 14px; border: 1px solid var(--ph-line); text-align: left; vertical-align: top; }
.ph-legal th { color: var(--ph-navy); background: var(--ph-paper); }
.ph-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 21px;
  border: 1px solid var(--ph-brass);
  border-radius: 999px;
  color: var(--ph-navy);
  background: var(--ph-brass-light);
  font: inherit;
  font-size: .92rem;
  font-weight: 800;
  cursor: pointer;
}
.ph-contact-form {
  display: grid;
  gap: 18px;
  margin-top: 20px;
  padding: 28px;
  border: 1px solid var(--ph-line);
  border-radius: var(--ph-radius);
  background: var(--ph-paper);
}
.ph-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ph-contact-form label { display: grid; gap: 7px; color: var(--ph-navy); font-size: .9rem; font-weight: 800; }
.ph-contact-form input,
.ph-contact-form select,
.ph-contact-form textarea {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #b8c4cb;
  border-radius: 9px;
  color: var(--ph-ink);
  background: #fff;
  font: inherit;
}
.ph-contact-form textarea { min-height: 180px; resize: vertical; }
.ph-contact-form input:focus,
.ph-contact-form select:focus,
.ph-contact-form textarea:focus { outline: 3px solid rgba(47,111,137,.22); border-color: var(--ph-harbor); }
.ph-contact-status { padding: 14px 16px; border-radius: 9px; font-weight: 700; }
.ph-contact-status--success { color: #164c34; background: #e6f4ec; }
.ph-contact-status--error { color: #7a251e; background: #fce9e7; }
.ph-honeypot { position: absolute !important; left: -9999px !important; }
.ph-footer { padding: 72px 0 30px; color: #d2dce2; background: #04111d; }
.ph-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 44px; }
.ph-footer h2 { margin: 0 0 15px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.06rem; }
.ph-footer ul { margin: 0; padding: 0; list-style: none; }
.ph-footer li + li { margin-top: 8px; }
.ph-footer a { color: inherit; text-decoration: none; }
.ph-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.ph-footer__about { max-width: 410px; margin-top: 18px; color: #aebdc6; font-size: .9rem; }
.ph-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #95a7b2;
  font-size: .8rem;
}
@media (max-width: 900px) {
  .ph-footer__grid { grid-template-columns: 1fr 1fr; }
  .ph-legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .ph-legal-aside { position: static; }
}
@media (max-width: 820px) {
  .ph-menu { display: block; }
  .ph-nav {
    position: fixed;
    inset: 76px 0 auto;
    display: none;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    padding: 20px;
    border-top: 1px solid var(--ph-line);
    background: var(--ph-white);
  }
  body.menu-open .ph-nav { display: block; }
  .ph-nav a { display: block; padding: 13px; }
}
@media (max-width: 620px) {
  .ph-container { width: min(calc(100% - 28px), var(--ph-container)); }
  .ph-legal-hero { padding: 56px 0 50px; }
  .ph-legal-layout { padding-top: 48px; padding-bottom: 70px; }
  .ph-contact-grid { grid-template-columns: 1fr; }
  .ph-contact-form { padding: 20px; }
  .ph-footer__grid { grid-template-columns: 1fr; }
  .ph-footer__bottom { display: block; }
  .ph-footer__bottom span { display: block; }
  .ph-footer__bottom span + span { margin-top: 8px; }
  .ph-cookie-banner { right: 14px; bottom: 14px; width: calc(100% - 28px); }
}
