:root {
  --navy: #204c75;
  --deep: #123d56;
  --ink: #183b50;
  --sea: #0f6b73;
  --cream: #f5f1e8;
  --paper: #fcfaf5;
  --sand: #e9e4d8;
  --gold: #c7aa7e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
h1, h2, p, figure { margin: 0; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid #dfb96f; outline-offset: 4px; }
.skip-link { position: absolute; top: -70px; left: 12px; z-index: 30; padding: 12px 18px; background: white; }
.skip-link:focus { top: 12px; }

.site-header { height: 96px; padding: 0 clamp(25px, 4vw, 68px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; background: var(--paper); }
.brand { width: 147px; display: inline-flex; align-items: center; }
.brand img { width: 147px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 55px); }
.site-header nav a, .header-action { font-size: 11px; font-weight: 700; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.site-header nav a { padding: 8px 0; }
.site-header nav a:hover, .header-action:hover { color: var(--sea); }
.header-action { justify-self: end; display: inline-flex; align-items: center; gap: 22px; border: 1px solid var(--navy); padding: 15px 19px; }

.hero { margin: 0 clamp(14px, 2vw, 30px); }
.hero-visual { min-height: 610px; height: min(770px, calc(100svh - 95px)); position: relative; overflow: hidden; background: var(--sea); }
.hero-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 39, 53, .79) 0%, rgba(5, 39, 53, .41) 38%, rgba(5, 39, 53, .04) 74%), linear-gradient(0deg, rgba(7, 43, 53, .30), transparent 48%); }
.hero-copy { position: absolute; z-index: 2; left: clamp(38px, 7vw, 122px); bottom: clamp(72px, 11vh, 130px); width: min(760px, 71%); color: var(--paper); }
.hero-copy .eyebrow, .hero-copy h1, .hero-copy > p, .hero-copy .button { animation: lift-in .75s cubic-bezier(.2,.7,.25,1) both; }
.hero-copy .eyebrow { animation-delay: .12s; }
.hero-copy h1 { animation-delay: .24s; }
.hero-copy > p { animation-delay: .38s; }
.hero-copy .button { animation-delay: .52s; }
@keyframes lift-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.eyebrow, .section-mark, .contact-kicker { font-size: 11px; font-weight: 700; letter-spacing: .22em; line-height: 1.5; }
.eyebrow { display: flex; align-items: center; gap: 15px; color: #e5e8df; }
.eyebrow-line { display: inline-block; flex: none; width: 44px; height: 1px; background: var(--gold); }
.hero h1, .intro h2, .life h2, .contact h2, .site-notice h2 { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif; font-weight: 400; letter-spacing: -.055em; }
.hero h1 { margin: 24px 0 20px; font-size: clamp(72px, 7.8vw, 124px); line-height: .95; text-wrap: balance; }
.hero h1 em, .intro h2 em, .life h2 em, .contact h2 em { font-weight: 400; }
.hero-description { max-width: 475px; font-size: 16px; line-height: 1.7; color: #f3f4eb; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 45px; padding: 19px 22px; min-height: 55px; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-3px); }
.button-icon { display: inline-block; width: 20px; height: 20px; flex: none; background-color: currentColor; -webkit-mask: url("./assets/coconut-tree.svg") center / contain no-repeat; mask: url("./assets/coconut-tree.svg") center / contain no-repeat; transition: transform .3s ease; }
.button:hover .button-icon, .header-action:hover .button-icon, .notice-button:hover .button-icon { transform: translateY(-1px) scale(1.06); }
.button-light { margin-top: 30px; background: var(--paper); color: var(--navy); }
.button-light:hover { background: #fff; }
.hero .button-light { border: 1px solid rgba(255,255,255,.78); background: rgba(252,250,245,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 10px 28px rgba(4,29,43,.16); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.hero .button-light:hover { background: rgba(255,255,255,.86); }
.hero-edge { position: absolute; right: 34px; bottom: 65px; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .22em; writing-mode: vertical-rl; transform: rotate(180deg); }
.hero-rail { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; min-height: 94px; padding: 19px clamp(25px, 5.5vw, 90px); background: var(--paper); border-bottom: 1px solid #d8d8cd; }
.rail-intro { display: flex; align-items: center; gap: 20px; font-size: 10px; font-weight: 700; letter-spacing: .17em; }
.rail-no { color: #a77f50; }
.hero-rail p { color: #526776; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif; font-size: 20px; }
.hero-rail a { font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.hero-rail a span { margin-left: 14px; font-size: 18px; }
.hero-rail a:hover { color: var(--sea); }

.intro { max-width: 1650px; margin: auto; padding: clamp(100px, 11vw, 180px) clamp(28px, 8vw, 140px) 110px; }
.section-mark { display: flex; align-items: center; gap: 20px; color: #9a754e; }
.mark-line { display: block; width: 74px; height: 1px; background: #b8a485; }
.intro-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .65fr); gap: 60px; align-items: end; margin-top: 25px; }
.intro h2 { color: var(--deep); font-size: clamp(63px, 6.1vw, 105px); line-height: 1.03; }
.intro-side { padding: 0 0 9px 28px; border-left: 1px solid #c9c6b8; }
.intro-side p { max-width: 400px; font-size: 17px; line-height: 1.8; color: #506676; }
.underlined-link { display: inline-flex; align-items: center; gap: 18px; margin-top: 27px; padding-bottom: 9px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.underlined-link:hover { color: var(--sea); border-color: var(--sea); }
.map-icon { display: inline-block; width: 18px; height: 18px; flex: none; background-color: currentColor; -webkit-mask: url("./assets/map.svg") center / contain no-repeat; mask: url("./assets/map.svg") center / contain no-repeat; transition: transform .25s ease; }
.underlined-link:hover .map-icon { transform: translateY(-1px); }

.life { max-width: 1650px; margin: auto; padding: 0 clamp(28px, 8vw, 140px) clamp(110px, 12vw, 180px); display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(30px, 5vw, 78px); align-items: start; }
.life-primary { position: relative; }
.life-photo-large { height: clamp(440px, 49vw, 700px); overflow: hidden; }
.life-photo-large img, .life-photo-small img { width: 100%; height: 100%; object-fit: cover; }
.life-photo-large img { object-position: center 50%; }
.photo-label { position: absolute; left: 0; bottom: 0; width: min(560px, 100%); padding: 24px 27px; background: linear-gradient(90deg, var(--paper) 0%, rgba(252,250,245,.97) 45%, rgba(252,250,245,.72) 72%, rgba(252,250,245,0) 100%); color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .17em; line-height: 1.5; }
.life-secondary { padding-top: clamp(20px, 5vw, 65px); }
.life-note > span { color: #a07d55; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.life h2 { margin: 22px 0 36px; color: var(--deep); font-size: clamp(45px, 3.7vw, 68px); line-height: 1.06; }
.life-photo-small { height: clamp(270px, 27vw, 380px); overflow: hidden; }
.life-photo-small img { object-position: 43% center; }
.life-secondary > p { max-width: 360px; margin-top: 22px; font-size: 14px; line-height: 1.8; color: #60727e; }

@media (prefers-reduced-motion: no-preference) {
  body.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.25,1); }
  body.motion-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }
  .life-photo-large img, .life-photo-small img { transition: transform 1.1s cubic-bezier(.2,.65,.25,1); }
  .button, .header-action, .hero-rail a, .underlined-link, .agency-credit { transition: color .25s ease, background-color .25s ease, transform .3s ease, border-color .25s ease; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .life-photo-large:hover img, .life-photo-small:hover img { transform: scale(1.035); }
}

.contact { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr); gap: clamp(60px, 8vw, 145px); align-items: center; padding: clamp(105px, 10vw, 165px) clamp(28px, 8vw, 140px); overflow: hidden; background: radial-gradient(circle at 8% 98%, #2b6789 0, transparent 38%), var(--deep); color: var(--paper); }
.contact::before { content: ''; position: absolute; top: -170px; right: 3%; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none; }
.contact-kicker { color: #d3bd9c; }
.contact h2 { margin: 30px 0 24px; font-size: clamp(63px, 6vw, 102px); line-height: .98; }
.contact-text > p:not(.contact-kicker) { max-width: 460px; color: #dfebec; font-size: 16px; line-height: 1.8; }
.contact-card { position: relative; z-index: 1; padding: clamp(28px, 3.2vw, 52px); background: var(--paper); color: var(--ink); box-shadow: 0 24px 70px rgba(3,27,41,.15); }
.contact-card-top { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 23px; border-bottom: 1px solid #d8d3c8; color: var(--navy); font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif; font-size: 24px; letter-spacing: -.02em; }
.contact-card-top span { align-self: center; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .13em; white-space: nowrap; }
.contact-details > div { display: flex; flex-direction: column; gap: 12px; padding: 24px 0; border-bottom: 1px solid #dedbd1; }
.contact-details > div:last-child { border-bottom: 0; padding-bottom: 0; }
.detail-label { color: #a07d55; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.contact-details a, .contact-details div > span:last-child { color: var(--deep); font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif; font-size: clamp(19px, 2vw, 26px); text-decoration: none; overflow-wrap: anywhere; }
.contact-details a:hover { text-decoration: underline; }

.site-footer { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 30px; min-height: 98px; padding: 26px clamp(28px, 8vw, 140px); background: var(--paper); color: var(--navy); font-size: 12px; }
.agency-credit { color: var(--navy); text-decoration: none; }
.agency-credit strong { font-weight: 700; }
.agency-credit:hover { text-decoration: underline; }
.footer-line { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--gold); transform-origin: left center; }

@media (prefers-reduced-motion: no-preference) {
  body.motion-ready .footer-line { transform: scaleX(0); }
  body.motion-ready .footer-line.is-visible { animation: shoreline-draw 1.65s cubic-bezier(.08,.68,.2,1) both; }
  @keyframes shoreline-draw {
    0% { transform: scaleX(0); }
    72% { transform: scaleX(.82); }
    88% { transform: scaleX(.94); }
    94% { transform: scaleX(1.008); }
    97% { transform: scaleX(.992); }
    100% { transform: scaleX(1); }
  }
}

.site-notice { width: min(440px, calc(100vw - 32px)); max-width: none; max-height: calc(100dvh - 32px); padding: 0; border: 0; background: var(--paper); color: var(--deep); box-shadow: 0 25px 80px rgba(6,31,49,.3); overflow: auto; }
.site-notice::backdrop { background: rgba(9,38,58,.68); }
.site-notice-inner { position: relative; padding: 55px 42px 42px; border-top: 6px solid var(--gold); }
.notice-close { position: absolute; top: 13px; right: 17px; width: 34px; height: 34px; border: 0; background: transparent; color: var(--deep); font-size: 29px; line-height: 1; cursor: pointer; }
.notice-kicker { color: #8c775d; font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.site-notice h2 { margin: 20px 0; font-size: clamp(38px, 8vw, 51px); line-height: 1.08; }
.site-notice p { color: #526778; font-size: 15px; line-height: 1.75; }
.notice-button { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 30px; padding: 17px 19px; border: 0; background: var(--navy); color: white; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.notice-button:hover { background: var(--deep); }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header nav { justify-content: center; gap: 20px; }
  .hero h1 { font-size: clamp(68px, 8.6vw, 95px); }
  .hero-rail { grid-template-columns: 1fr auto; }
  .hero-rail p { display: none; }
  .life { gap: 35px; }
  .contact { gap: 50px; }
}

@media (max-width: 760px) {
  .site-header { height: 78px; padding: 0 22px; display: flex; justify-content: space-between; }
  .brand, .brand img { width: 121px; }
  .site-header nav { display: none; }
  .header-action { padding: 11px 12px; gap: 8px; font-size: 9px; letter-spacing: .09em; }
  .hero { margin: 0; }
  .hero-visual { height: 79svh; min-height: 650px; max-height: 820px; }
  .hero-photo { object-position: 47% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,39,53,.88), rgba(5,39,53,.38) 47%, rgba(5,39,53,.04) 83%); }
  .hero-copy { left: 25px; right: 25px; bottom: 51px; width: auto; }
  .eyebrow { font-size: 9px; letter-spacing: .15em; }
  .eyebrow-line { width: 26px; }
  .hero h1 { margin: 18px 0 16px; font-size: clamp(56px, 11vw, 83px); }
  .hero-description { max-width: 410px; font-size: 14px; line-height: 1.65; }
  .hero .button { margin-top: 22px; }
  .hero-edge { display: none; }
  .hero-rail { min-height: 82px; padding: 18px 25px; gap: 12px; }
  .rail-intro { display: block; font-size: 9px; line-height: 1.6; }
  .rail-no { display: block; }
  .hero-rail a { font-size: 9px; }
  .intro { padding: 94px 25px 72px; }
  .intro-head { display: block; margin-top: 25px; }
  .intro h2 { font-size: clamp(56px, 10vw, 76px); }
  .intro-side { margin-top: 31px; padding-left: 20px; }
  .intro-side p { font-size: 15px; }
  .life { display: block; padding: 0 25px 95px; }
  .life-photo-large { height: 380px; }
  .life-secondary { padding-top: 60px; }
  .life h2 { font-size: clamp(48px, 9vw, 68px); margin: 18px 0 30px; }
  .life-photo-small { height: 300px; }
  .contact { display: block; padding: 95px 25px; }
  .contact h2 { font-size: clamp(58px, 10vw, 76px); }
  .contact-card { margin-top: 57px; }
  .site-footer { display: block; min-height: 0; padding: 30px 25px; }
  .agency-credit { display: block; margin-top: 13px; line-height: 1.6; }
}

@media (max-width: 400px) {
  .hero-visual { min-height: 610px; }
  .hero h1 { font-size: 53px; }
  .hero-rail a { max-width: 110px; line-height: 1.4; white-space: normal; }
  .contact-card-top { font-size: 20px; }
  .contact-card-top span { font-size: 8px; }
  .site-notice-inner { padding: 50px 26px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
