:root {
  --navy: #102f55;
  --navy-2: #071a30;
  --navy-3: #0b2442;
  --blue: #5db7e8;
  --blue-2: #9ed8f5;
  --cream: #fff8eb;
  --paper: #0b203a;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.16);
  --text: #f8fbff;
  --muted: #c8d5e2;
  --green: #9fca83;
  --warm: #f0ad62;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --wrap: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(93, 183, 232, 0.2), transparent 32rem),
    linear-gradient(180deg, #071a30 0%, #0b203a 48%, #071a30 100%);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: var(--blue-2);
}

a:hover {
  color: white;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #f1b46c;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 50;
  transform: translateY(-140%);
  background: var(--blue);
  color: white;
  padding: 10px 14px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

.section {
  padding: 82px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 26, 48, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.header-inner,
.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-inner {
  position: relative;
}

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

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #07203a;
  background:
    radial-gradient(circle at 68% 28%, rgba(255, 255, 255, 0.58), transparent 0.45rem),
    linear-gradient(135deg, #f4b563, #9fd0ec 72%);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.08);
}

.brand-mark svg {
  width: 25px;
  height: 25px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1.1rem;
  line-height: 1.15;
}

.brand small {
  color: #b8c9d8;
  font-size: 0.78rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 7px;
  cursor: pointer;
}

.nav-toggle-lines,
.nav-toggle-lines span {
  display: block;
}

.nav-toggle-lines {
  width: 25px;
}

.nav-toggle-lines span {
  height: 3px;
  margin: 4px 0;
  background: currentColor;
  border-radius: 2px;
}

.nav {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  color: #edf6ff;
  text-decoration: none;
  font-size: 0.94rem;
  padding: 8px 10px;
  border-radius: 6px;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.11);
  color: white;
}

.hero {
  padding-top: 72px;
  background:
    linear-gradient(130deg, rgba(93, 183, 232, 0.16) 0%, transparent 32%),
    linear-gradient(180deg, #071a30 0%, #102f55 100%);
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(115deg, transparent 0 44%, rgba(255, 255, 255, 0.08) 44.2%, transparent 44.8%),
    radial-gradient(circle at 82% 16%, rgba(240, 173, 98, 0.18), transparent 13rem);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 14px 44px;
  align-items: start;
}

.hero-heading {
  grid-column: 1;
}

.eyebrow,
.mini-label {
  margin: 0 0 10px;
  color: var(--warm);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: white;
  font-size: clamp(2rem, 3vw, 3.05rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h2 {
  color: white;
  font-size: clamp(1.55rem, 2.35vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  color: white;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.lead {
  font-size: 1.2rem;
  color: #e4eef8;
}

.hero-copy p {
  max-width: 720px;
  color: #d9e6f2;
}

.route-flair {
  width: 162px;
  height: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.route-flair span {
  display: block;
}

.route-flair span:first-child,
.route-flair span:last-child {
  width: 13px;
  height: 13px;
  border: 2px solid var(--blue-2);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(93, 183, 232, 0.65);
}

.route-flair span:nth-child(2) {
  width: 108px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-2), var(--warm));
  position: relative;
}

.route-flair span:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 48%;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--warm);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button svg {
  width: 18px;
  height: 18px;
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), #2f79a8);
  color: #06172a;
  box-shadow: 0 16px 28px rgba(93, 183, 232, 0.22);
}

.button.primary:hover {
  background: linear-gradient(135deg, var(--blue-2), var(--blue));
  color: #06172a;
}

.button.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.hero-art {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  margin: 0;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  position: relative;
}

.hero-art::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 132px;
  height: 132px;
  border-right: 2px solid rgba(240, 173, 98, 0.7);
  border-bottom: 2px solid rgba(240, 173, 98, 0.7);
  border-radius: 0 0 8px 0;
  pointer-events: none;
}

.hero-art img {
  width: 100%;
  border-radius: 5px;
}

.hero-portrait {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: block;
  justify-self: end;
  align-self: start;
  width: min(330px, 100%);
  margin: -4px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.28));
}

.hero-portrait::after {
  content: none;
}

.hero-portrait img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
}

.intro-band {
  padding: 34px 0;
  color: white;
  background: #06172a;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.intro-grid p {
  margin: 0;
}

.intro-grid a,
.site-footer a {
  color: var(--blue-2);
}

.two-col {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 64px;
  align-items: center;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.72fr minmax(0, 1.28fr);
  gap: 34px;
  align-items: start;
}

.about-photo {
  margin: 2px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 20px 34px rgba(7, 26, 48, 0.18));
}

.about-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  object-position: center bottom;
}

.motel-photo {
  align-self: center;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.motel-photo img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 5px;
}

.section-motel-photo {
  width: min(560px, 100%);
  margin: 0 auto 42px;
  padding: 10px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.section-motel-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 5px;
}

.align-start {
  align-items: start;
}

.section-heading p {
  color: var(--muted);
  max-width: 650px;
}

.section-heading.centered {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.section-heading.centered p {
  margin-left: auto;
  margin-right: auto;
}

.copy-block p:last-child {
  margin-bottom: 0;
}

.muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
    #0b203a;
}

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

.skill-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.skill-card:hover {
  transform: translateY(-3px);
  border-color: rgba(93, 183, 232, 0.45);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.skill-card p {
  color: #d3dfeb;
  margin-bottom: 0;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue-2);
  background: rgba(93, 183, 232, 0.14);
  border-radius: 7px;
  margin-bottom: 18px;
}

.icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.judgment-note {
  margin-top: 28px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 18px 20px;
  border-left: 4px solid var(--green);
  background: rgba(159, 202, 131, 0.1);
  border-radius: 0 var(--radius) var(--radius) 0;
}

.judgment-note strong {
  color: white;
  white-space: nowrap;
}

.highlight {
  background:
    linear-gradient(135deg, rgba(240, 173, 98, 0.12), transparent 32%),
    linear-gradient(180deg, #09213c, #06172a);
  color: white;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.highlight h2,
.highlight .eyebrow {
  color: white;
}

.highlight p {
  color: #e8f0f7;
}

.combo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 46px;
  align-items: center;
}

.combo-list {
  margin: 0;
  padding-left: 22px;
  color: #e8f0f7;
  columns: 2;
  column-gap: 34px;
}

.combo-list li {
  margin: 0 0 9px;
  break-inside: avoid;
  font-weight: 700;
}

.scenario-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.scenario-grid p {
  margin: 0;
  padding: 20px;
  background: rgba(255, 255, 255, 0.065);
}

.philosophy-section {
  background:
    linear-gradient(140deg, rgba(159, 202, 131, 0.1), transparent 38%),
    #0b203a;
}

.philosophy-page {
  background:
    linear-gradient(140deg, rgba(93, 183, 232, 0.14), transparent 34%),
    linear-gradient(180deg, #071a30, #0b203a);
}

.philosophy-page h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

.philosophy-page .button {
  margin-top: 10px;
}

.philosophy-content {
  display: grid;
  gap: 24px;
}

.philosophy-content h2 {
  font-size: clamp(1.2rem, 1.75vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 12px;
}

.philosophy-content article {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.philosophy-content article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.philosophy-content p:last-child {
  margin-bottom: 0;
}

.philosophy-callout {
  display: grid;
  gap: 6px;
  padding: 20px 22px;
  color: #06172a;
  background: linear-gradient(135deg, var(--blue-2), #eef9ff);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.philosophy-callout strong {
  font-size: 0.9rem;
  text-transform: uppercase;
}

.philosophy-callout span {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.3;
}

.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin: 18px 0;
}

.compact-list li {
  padding-bottom: 9px;
}

.sticky-note {
  position: sticky;
  top: 112px;
  padding-right: 16px;
}

.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding: 0 0 12px 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 18px rgba(159, 202, 131, 0.35), inset 0 0 0 4px #1a3b36;
}

.location-section {
  background:
    linear-gradient(140deg, rgba(93, 183, 232, 0.12), transparent 40%),
    #102f55;
}

.location-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.map-card {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.map-card svg {
  margin-bottom: 10px;
}

.us-map {
  width: min(100%, 560px);
  margin: 0 auto 18px;
  opacity: 0.95;
  filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.22));
}

.map-outline {
  fill: rgba(158, 216, 245, 0.18);
  stroke: var(--blue-2);
  stroke-width: 6;
  stroke-linejoin: round;
}

.route {
  fill: none;
  stroke: var(--warm);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 18 18;
}

.map-card circle {
  fill: var(--blue);
  stroke: #071a30;
  stroke-width: 5;
}

.quiet {
  padding-top: 64px;
  padding-bottom: 64px;
}

.owner-section {
  background:
    linear-gradient(135deg, rgba(240, 173, 98, 0.18) 0%, rgba(93, 183, 232, 0.11) 54%, rgba(255, 255, 255, 0.03) 100%),
    #071a30;
}

.owner-panel {
  max-width: 860px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.owner-panel p {
  font-size: 1.08rem;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(93, 183, 232, 0.15), transparent 20rem),
    var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: start;
}

.email-line {
  font-size: 1.25rem;
  font-weight: 800;
}

.email-line a {
  color: var(--blue-2);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-form label,
.contact-form span {
  display: block;
}

.contact-form span {
  margin-bottom: 6px;
  color: white;
  font-weight: 800;
  font-size: 0.92rem;
}

.contact-form small {
  color: var(--muted);
  font-weight: 400;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 11px 12px;
  color: #06172a;
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.spam-trap {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form .full,
.form-note {
  grid-column: 1 / -1;
}

.form-button {
  width: fit-content;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 1.4em;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: #ffb1a6;
}

.form-button:disabled {
  opacity: 0.68;
  cursor: wait;
}

.site-footer {
  color: white;
  background: #06172a;
  border-top: 1px solid var(--line);
}

.footer-inner {
  min-height: 96px;
  flex-wrap: wrap;
}

.footer-inner div span {
  display: block;
  color: #cbd7df;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .hero-art,
  .skill-card,
  .owner-panel {
    animation: rise 540ms ease both;
  }

  .hero-art {
    animation-delay: 120ms;
  }

  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 980px) {
  .header-inner {
    align-items: center;
    flex-direction: row;
    padding: 14px 0;
  }

  .nav {
    justify-content: flex-end;
  }

  .two-col,
  .about-grid,
  .combo-grid,
  .location-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 560px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
    gap: 24px;
  }

  .hero-portrait {
    width: min(290px, 100%);
  }

  .skills-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sticky-note {
    position: static;
  }
}

@media (max-width: 860px) {
  :root {
    --wrap: min(100% - 28px, 1120px);
  }

  .section {
    padding: 46px 0;
  }

  .brand small {
    display: none;
  }

  .header-inner {
    min-height: 64px;
    padding: 10px 0;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 30;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0;
    background: rgba(30, 70, 108, 0.98);
    border: 1px solid rgba(158, 216, 245, 0.34);
    border-radius: 7px;
    box-shadow: var(--shadow);
  }

  .site-header.nav-open .nav {
    display: flex;
  }

  .nav a {
    padding: 8px 14px;
    font-size: 0.88rem;
    line-height: 1.05;
    border-radius: 0;
  }

  .nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav a:hover {
    background: rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 720px) {

  .philosophy-page h1 {
    font-size: 2.15rem;
    line-height: 1.08;
  }

  .philosophy-content {
    gap: 20px;
  }

  .philosophy-content article {
    padding-bottom: 18px;
  }

  .philosophy-callout {
    padding: 17px 18px;
  }

  .philosophy-callout span {
    font-size: 1.08rem;
  }

  .compact-list li {
    padding-left: 25px;
  }

  .hero {
    padding-top: 34px;
  }

  .section {
    padding: 38px 0;
  }

  .intro-band {
    padding: 24px 0;
  }

  .section-heading.centered {
    margin-bottom: 26px;
  }

  .section-motel-photo {
    margin-bottom: 28px;
  }

  .scenario-grid {
    margin-top: 26px;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  .hero-portrait {
    order: 2;
    align-self: center;
    width: min(300px, 78vw);
    margin-top: 0;
  }

  .hero-copy {
    order: 3;
  }

  h1 {
    font-size: 2rem;
  }

  .intro-grid,
  .skills-grid,
  .scenario-grid,
  .detail-grid,
  .split-content,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .combo-list {
    columns: 1;
  }

  .judgment-note {
    display: block;
  }

  .judgment-note strong {
    display: block;
    margin-bottom: 4px;
    white-space: normal;
  }

  .contact-form .full,
  .form-note,
  .form-status {
    grid-column: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 22px 0;
  }
}
