:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #173f42;
  background: #edf4ef;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #12636b; outline-offset: 6px; }

.page { position: relative; min-height: 100svh; isolation: isolate; }
.scenery { position: absolute; inset: 0 0 0 47%; z-index: -2; overflow: hidden; background: #78bfc9; }
.scenery picture, .scenery img { width: 100%; height: 100%; display: block; }
.scenery img { object-fit: cover; object-position: 35% 56%; }
.scenery::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgb(8 37 40 / .38), transparent 24%); }

.content {
  display: flex;
  flex-direction: column;
  width: min(47%, 740px);
  min-height: 100svh;
  padding: 54px clamp(32px, 5vw, 84px) 32px;
  background: rgb(255 255 255 / .97);
}
header { display: flex; flex-direction: column; align-items: flex-start; }
.logo { display: block; width: 218px; height: auto; mix-blend-mode: multiply; }
.island-label { margin-top: 17px; font-size: 10px; font-weight: 600; letter-spacing: .28em; color: #547374; }
main { padding: 72px 0 40px; margin: auto 0; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 600; letter-spacing: .23em; margin: 0 0 25px; color: #487172; }
.eyebrow span { width: 25px; height: 1px; background: #2eacb7; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(70px, 6.8vw, 112px); font-weight: 400; line-height: .99; letter-spacing: -.055em; margin: 0 0 30px; }
h1 em { font-weight: 400; color: #238b94; }
.intro { font-size: 17px; line-height: 1.65; margin: 0; color: #567071; }
.contact { margin-top: 43px; }
.contact > p:first-child { font-size: 13px; color: #567071; margin: 0 0 14px; }
.email-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; }
.email { display: inline-flex; align-items: center; gap: 15px; font-size: clamp(17px, 1.5vw, 21px); font-weight: 500; text-decoration: none; min-height: 44px; border-bottom: 1px solid #97b4b1; transition: color 160ms, border-color 160ms; }
.email:hover { color: #238b94; border-color: #238b94; }
svg path, svg rect { fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
#copy-email { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 88px; min-height: 44px; padding: 10px 12px; background: #eaf4f1; border: 1px solid #c5ded8; border-radius: 6px; color: #225e5f; font-size: 12px; font-weight: 600; cursor: pointer; transition: background 160ms; }
#copy-email:hover { background: #dceee9; }
#copy-email:active { background: #cde3dd; }
.check-icon { display: none; }
#copy-email.copied .copy-icon { display: none; }
#copy-email.copied .check-icon { display: block; }
.copy-status { min-height: 32px; max-width: 360px; font-size: 12px; line-height: 1.5; color: #225e5f; margin: 12px 0 0; }
.clipboard-field { position: fixed; top: 0; left: -9999px; font-size: 16px; }
footer { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 11px; line-height: 1.7; color: #637d7c; }
footer > span:first-child { color: #476e6d; }
.copyright { font-size: 10px; }
.location { position: absolute; bottom: 32px; right: 40px; left: calc(47% + 40px); display: flex; justify-content: space-between; gap: 16px; align-items: flex-end; color: #fff; text-shadow: 0 1px 7px rgb(0 0 0 / .3); }
.location-name { display: grid; grid-template-columns: 24px 1fr; gap: 9px 13px; font-size: 10px; letter-spacing: .2em; font-weight: 600; }
.location-line { width: 24px; height: 1px; background: #fff; align-self: center; }
.location-island { grid-column: 2; font-size: 9px; font-weight: 400; letter-spacing: .18em; }
.photo-credit { flex-shrink: 0; font-size: 10px; text-underline-offset: 3px; padding: 10px 0; }
.photo-credit:focus-visible { outline-color: #fff; }

@media (min-width: 1575px) { .location { left: 780px; } .scenery { left: 740px; } }
@media (max-width: 1050px) and (min-width: 701px) {
  .content { width: 52%; padding-left: 40px; padding-right: 30px; }
  .scenery { left: 52%; }
  .location { left: calc(52% + 25px); right: 25px; }
  .location-name { grid-template-columns: 1fr; }
  .location-line { display: none; }
  .location-island { grid-column: 1; }
}
@media (max-width: 700px) {
  .page { min-height: 100svh; padding-top: 32svh; }
  .scenery { left: 0; height: 42svh; min-height: 210px; }
  .scenery img { object-position: 52% 57%; }
  .scenery::after { background: none; }
  .content { position: relative; width: 100%; min-height: 68svh; padding: 30px 28px 22px; border-radius: 24px 24px 0 0; background: #fff; }
  header { flex-direction: row; align-items: center; justify-content: space-between; gap: 18px; }
  .logo { width: 144px; }
  .island-label { margin: 0; max-width: 94px; font-size: 9px; line-height: 1.8; letter-spacing: .19em; text-align: right; }
  main { margin: 0; padding: 38px 0 22px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  h1 { font-size: clamp(72px, 16vw, 92px); line-height: .97; margin-bottom: 22px; }
  .intro { font-size: 15px; }
  .contact { margin-top: 30px; }
  .email-row { gap: 12px; }
  .email { font-size: 18px; gap: 10px; }
  #copy-email { min-width: 80px; }
  .copy-status { margin-top: 8px; min-height: 18px; }
  footer { border-top: 1px solid #e5eeeb; padding-top: 17px; gap: 8px; }
  .location { top: 19px; bottom: auto; left: 26px; right: 26px; align-items: flex-start; }
  .location-name { font-size: 9px; }
  .location-island { font-size: 8px; }
  .photo-credit { padding-top: 0; font-size: 9px; }
}
@media (max-width: 359px) {
  .content { padding-left: 22px; padding-right: 22px; }
  .email { font-size: 16px; }
  #copy-email { min-width: 72px; padding: 10px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; } }
