:root {
  color-scheme: light;
  --ink: #123c4b;
  --muted: #56727b;
  --accent: #087f8b;
  --line: #dae5e7;
  --gutter: clamp(1.5rem, 4.4vw, 5.5rem);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 280px; background: #fff; color: var(--ink); }
a { color: inherit; }
.landing {
  display: grid;
  grid-template-columns: minmax(0, 46fr) minmax(0, 54fr);
  min-height: 100vh;
  min-height: 100svh;
}
.information {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: max(2.5rem, env(safe-area-inset-top)) var(--gutter) max(1.75rem, env(safe-area-inset-bottom));
}
.brand-logo { display: block; width: min(100%, 24.2rem); height: auto; }
.message { margin-block: auto 3rem; padding-top: clamp(2rem, 6vh, 5rem); }
.eyebrow {
  margin: 0 0 1.6rem;
  font-size: .875rem;
  line-height: 1.6;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
h1 {
  margin: 0;
  max-width: 11em;
  font-size: clamp(2.2rem, 3.45vw, 4.25rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.047em;
  overflow-wrap: break-word;
}
h1 span { color: var(--accent); }
.introduction { font-size: 1.0625rem; line-height: 1.7; margin: 1.7rem 0 0; color: var(--muted); }
.contacts { font-style: normal; margin-bottom: auto; }
.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 6rem;
  padding: 1.15rem 0;
  text-decoration: none;
  border-top: 1px solid var(--line);
  transition: color .18s ease, background-color .18s ease;
  -webkit-tap-highlight-color: #dff3f2;
}
.contact:last-child { border-bottom: 1px solid var(--line); }
.contact-text { min-width: 0; }
.contact-label { display: block; margin-bottom: .35rem; font-size: .875rem; color: var(--muted); line-height: 1.5; }
.contact-value { display: block; font-size: clamp(1.1rem, 1.75vw, 1.625rem); line-height: 1.5; font-weight: 500; letter-spacing: -.025em; overflow-wrap: anywhere; }
.contact-icon { flex: 0 0 1.5rem; color: var(--accent); }
.contact:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; border-radius: 2px; }
.footer { display: flex; flex-direction: column; gap: .35rem; padding-top: 3rem; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.seascape { position: relative; min-width: 0; min-height: 42rem; margin: 0; overflow: hidden; background: #164853; }
.seascape picture { position: absolute; inset: 0; }
.seascape img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 51% center; }
.seascape::after { content: ""; position: absolute; inset: 65% 0 0; background: linear-gradient(transparent, rgb(3 27 41 / .63)); pointer-events: none; }
.sea-caption { position: absolute; z-index: 1; right: 2.5rem; bottom: 2rem; left: 2.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgb(255 255 255 / .4); color: white; font-size: .875rem; line-height: 1.6; letter-spacing: .06em; }
@media (hover: hover) { .contact:hover { color: var(--accent); background: #f5fafb; } }
@media (min-width: 1800px) { .information { padding-right: 7vw; padding-left: 7vw; } }
@media (min-width: 761px) and (max-width: 1080px) {
  :root { --gutter: 2rem; }
  .landing { grid-template-columns: minmax(0, 49fr) minmax(0, 51fr); }
  h1 { font-size: 2.4rem; }
  .eyebrow { font-size: .8125rem; letter-spacing: .06em; }
  .sea-caption { left: 1.5rem; right: 1.5rem; }
}
@media (max-width: 900px), (max-aspect-ratio: 7 / 5) {
  .landing { display: grid; grid-template-columns: minmax(0, 1fr); }
  .information { display: contents; }
  .brand, .message, .contacts, .footer { margin-inline: max(1.5rem, env(safe-area-inset-left)) max(1.5rem, env(safe-area-inset-right)); }
  .brand { grid-row: 1; padding-block: max(1rem, env(safe-area-inset-top)) 1rem; }
  .brand-logo { width: min(100%, 17.05rem); }
  .message { grid-row: 3; margin-block: 1.6rem 1.3rem; padding: 0; }
  .eyebrow { margin-bottom: 1rem; font-size: .875rem; letter-spacing: .035em; }
  h1 { font-size: clamp(2rem, 7.3vw, 3.5rem); max-width: 14em; line-height: 1.15; }
  .introduction { margin-top: 1.2rem; font-size: 1rem; }
  .desktop-break { display: none; }
  .contact { min-height: 5.25rem; padding: .9rem 0; }
  .contact-value { font-size: clamp(1.1rem, 4.9vw, 1.5rem); }
  .contacts { grid-row: 4; margin-block: 0; }
  .footer { grid-row: 5; padding-block: 1.5rem max(1.5rem, env(safe-area-inset-bottom)); }
  .seascape { grid-row: 2; min-height: 0; width: 100%; aspect-ratio: 16 / 10; }
  .seascape img { object-position: center; }
  .sea-caption { left: 1.5rem; right: 1.5rem; bottom: max(1.25rem, env(safe-area-inset-bottom)); font-size: .8125rem; }
}
@media (prefers-reduced-motion: reduce) { .contact { transition: none; } }
@media print {
  .landing { min-height: 0; grid-template-columns: 1fr; }
  .information { padding: 1cm; }
  .message { padding-top: 1rem; margin-bottom: 1.5rem; }
  .seascape { display: none; }
  .footer { padding-top: 1.5rem; }
}
