@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Montserrat:wght@400;500;600&display=swap');

:root {
  --aubergine: #2c1024;
  --plum: #4f2946;
  --mauve: #ab829c;
  --gold: #d8b66b;
  --ivory: #f9f6f0;
  --ink: #281a25;
  --muted: #70616b;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: Montserrat, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: var(--font-body); overflow-x: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
.eyebrow { font: 500 .78rem/1.5 var(--font-body); letter-spacing: .25em; text-transform: uppercase; }
h2 { font: 400 clamp(4.2rem, 6.7vw, 7.5rem)/.94 var(--font-display); letter-spacing: -.035em; }
h2 em { font-weight: 400; }

/* Film-led opening */
.hero { position: relative; min-height: 100svh; color: white; background: var(--aubergine) url('./media/mirissa.jpg') center/cover no-repeat; overflow: hidden; }
.heroVideo, .heroShade { position: absolute; inset: 0; width: 100%; height: 100%; }
.heroVideo { object-fit: cover; }
.heroShade { background: linear-gradient(90deg, rgba(26,9,22,.7) 0%, rgba(26,9,22,.29) 65%, rgba(26,9,22,.12)), linear-gradient(0deg, rgba(26,9,22,.55), transparent 40%); }
.siteHeader { position: relative; z-index: 4; display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: center; padding: 1.7rem 5vw; border-bottom: 1px solid rgba(255,255,255,.3); }
.brand { display: block; position: relative; width: 9rem; max-width: 100%; aspect-ratio: 11 / 4; overflow: hidden; }
.brandFilter { position: absolute; pointer-events: none; }
/* Frame the supplied artwork without altering its lettering or gradient. */
.brand img { position: absolute; width: 181.8182%; max-width: none; height: auto; left: -40.9091%; top: -205%; filter: url(#logo-transparent) brightness(0) invert(1); }
.desktopNav { display: flex; gap: 2.25rem; }
.desktopNav a, .headerEnquire, .mobileMenu, .heroFoot { font: 500 .72rem/1.4 var(--font-body); letter-spacing: .17em; text-transform: uppercase; }
.desktopNav a, .headerEnquire { transition: color .2s ease; }
.desktopNav a:hover, .headerEnquire:hover { color: var(--gold); }
.headerEnquire { justify-self: end; border-bottom: 1px solid var(--gold); padding: .6rem 0; }
.headerEnquire span { color: var(--gold); margin-left: .7rem; }
.mobileMenu { display: none; }
.heroContent { position: relative; z-index: 1; max-width: 73rem; padding: clamp(8rem, 18vh, 13rem) 5vw 10rem; }
.heroContent .eyebrow { color: #f7e1b0; }
.hero h1 { font: 400 clamp(5rem, 10vw, 10rem)/.87 var(--font-display); letter-spacing: -.04em; margin: 1.4rem 0 1.9rem; }
.hero h1 em { color: #f4d194; font-weight: 400; }
.heroContent>p:not(.eyebrow) { font: 400 clamp(1.45rem, 2.1vw, 1.9rem)/1.25 var(--font-display); margin-bottom: 2rem; }
.heroButton { display: inline-flex; align-items: center; gap: 2.3rem; padding: 1.12rem 1.4rem; background: var(--gold); color: var(--aubergine); font: 600 .75rem/1.3 var(--font-body); letter-spacing: .12em; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.heroButton:hover { background: #efd296; transform: translateY(-2px); }
.heroFoot { position: absolute; z-index: 2; left: 5vw; right: 5vw; bottom: 1.6rem; display: flex; justify-content: center; gap: 1rem; align-items: center; color: #f8f1eb; }
.heroFoot b { color: var(--gold); margin-left: .8rem; }

/* Editorial introduction */
.introduction { padding: 9rem 6vw 10rem; text-align: center; background: var(--ivory); }
.introduction .eyebrow { color: #957557; margin-bottom: 2.5rem; }
.introduction h2 { margin: 0 auto; color: var(--aubergine); }
.introduction h2 em { color: #9b6f90; }
.introduction>p:last-child { max-width: 49rem; margin: 2.2rem auto 0; color: var(--muted); font: 400 1.6rem/1.45 var(--font-display); }

/* Places */
.destinations { padding: 7rem 5vw 8rem; background: #eae1e6; }
.sectionTop { display: flex; align-items: end; justify-content: space-between; gap: 4rem; margin-bottom: 3.2rem; }
.sectionTop>div { flex: 1.25; }
.sectionTop>.eyebrow, .sectionTop .eyebrow { margin-bottom: 1.7rem; }
.sectionTop>p { flex: .65; max-width: 27rem; margin-bottom: .3rem; font: 400 1.5rem/1.5 var(--font-display); color: #715d69; }
.destinations .eyebrow { color: #8b654c; }
.destinations h2 { margin-bottom: 0; color: var(--aubergine); }
.destinations h2 em { color: #996b8d; }
.worldGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.worldCard { min-height: 37rem; position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; color: white; padding: 1.75rem; }
.worldCard img, .worldOverlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.worldCard img { object-fit: cover; transition: transform .65s ease; }
.worldCard:hover img { transform: scale(1.06); }
.worldOverlay { background: linear-gradient(0deg, rgba(30,10,22,.8), rgba(30,10,22,.08) 65%); }
.worldTitle, .worldArrow { position: relative; z-index: 1; }
.worldTitle { max-width: 17rem; display: block; margin-top: .75rem; font: 400 2.6rem/.99 var(--font-display); }
.worldArrow { position: absolute; right: 1.6rem; bottom: 1.7rem; font-size: 1.6rem; }

/* Interstitial film */
.filmInterlude { position: relative; min-height: 48rem; display: grid; place-items: center; text-align: center; color: white; overflow: hidden; background: var(--plum) url('./media/island-film-poster.jpg') center/cover no-repeat; }
.filmInterlude>video, .filmShade { position: absolute; inset: 0; height: 100%; width: 100%; }
.filmInterlude>video { object-fit: cover; pointer-events: none; }
.filmInterlude>video::-webkit-media-controls { display: none !important; }
.filmShade { background: linear-gradient(0deg, rgba(33,12,27,.45), rgba(33,12,27,.22) 65%); pointer-events: none; }
.filmInterlude>div:last-child { position: relative; z-index: 1; padding: 5rem 1rem; }
.filmInterlude .eyebrow { color: #f4d49d; }
.filmInterlude h2 { margin: 1.3rem 0 2rem; font-size: clamp(4.5rem, 8vw, 9rem); }
.filmInterlude h2 em { color: #f4d49d; }
.filmInterlude a { padding-bottom: .5rem; border-bottom: 1px solid var(--gold); font: 500 .75rem/1.3 var(--font-body); letter-spacing: .17em; text-transform: uppercase; }
.filmInterlude a span { margin-left: 1rem; color: var(--gold); }

/* Concierge divisions */
.services { padding: 8rem 5vw 9rem; color: var(--ivory); background: var(--aubergine); }
.services .eyebrow { color: var(--gold); }
.services h2 em { color: #d3aabb; }
.services .sectionTop>p { color: #c7b4be; }
.serviceList { border-top: 1px solid rgba(255,255,255,.25); }
.serviceRow { display: grid; grid-template-columns: .35fr 1.65fr 1.45fr 2rem; gap: 2rem; align-items: center; min-height: 10rem; border-bottom: 1px solid rgba(255,255,255,.25); padding: 1.6rem 0; }
.serviceNumber { color: var(--gold); font: 400 1.1rem var(--font-display); }
.serviceRow h3 { margin: 0; font: 400 clamp(2rem, 2.7vw, 3.2rem)/1 var(--font-display); }
.serviceRow p { max-width: 26rem; margin: 0; color: #c7b4be; font: 400 1.2rem/1.35 var(--font-display); }
.serviceRow>a { justify-self: end; color: var(--gold); font-size: 1.5rem; }
.serviceRow:hover h3 { color: #edd09d; }

/* People and method */
.story { display: grid; grid-template-columns: 1fr 1fr; background: #f2ebea; }
.storyImage { position: relative; min-height: 48rem; overflow: hidden; }
.storyImage img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center 45%; }
.storyImage span { position: absolute; left: 2.5rem; bottom: 2.5rem; color: white; text-shadow: 0 1px 8px #2c1024; font: 500 .7rem var(--font-body); letter-spacing: .17em; text-transform: uppercase; }
.storyContent { align-self: center; padding: 7rem 7vw; }
.storyContent .eyebrow { color: #94714d; }
.storyContent h2 { margin: 1.4rem 0 2rem; color: var(--aubergine); }
.storyContent h2 em { color: #9d7192; }
.storyContent>p:not(.eyebrow) { color: #5d4e58; font: 400 1.45rem/1.5 var(--font-display); }
.underlinedLink { display: inline-block; margin-top: 1.4rem; padding-bottom: .5rem; border-bottom: 1px solid #926a8a; font: 500 .76rem var(--font-body); letter-spacing: .16em; text-transform: uppercase; }
.underlinedLink span { margin-left: .8rem; color: #956f89; }
.approach { padding: 8rem 5vw; background: #fffdf9; }
.approachHeading { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 5rem; align-items: end; margin-bottom: 4rem; }
.approachHeading .eyebrow { grid-column: 1/-1; color: #936f4e; }
.approachHeading h2 { color: var(--aubergine); margin: 0; }
.approachHeading h2 em { color: #a27c9a; }
.approachHeading>p:last-child { max-width: 28rem; font: 400 1.45rem/1.5 var(--font-display); color: #685560; }
.approachGrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.approachGrid article { border-top: 1px solid #a18490; padding: 1.5rem 0; }
.approachGrid article>span { color: #a1795b; font: 400 1.1rem var(--font-display); }
.approachGrid h3 { font: 400 2.5rem/1 var(--font-display); color: var(--aubergine); margin: 2.4rem 0 .8rem; }
.approachGrid p { color: #6d5864; font: 400 1.2rem/1.38 var(--font-display); }

/* Enquiry */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; padding: 8rem 7vw; background: var(--plum); color: white; }
.contactLead .eyebrow { color: var(--gold); }
.contactLead h2 { margin: 1.8rem 0 2rem; }
.contactLead h2 em { color: #ddafc2; }
.contactLead>p:not(.eyebrow) { max-width: 31rem; color: #e4d5dd; font: 400 1.55rem/1.45 var(--font-display); }
.directContact { display: grid; gap: .7rem; margin-top: 5rem; }
.directContact span { color: var(--gold); font: 500 .72rem var(--font-body); letter-spacing: .17em; text-transform: uppercase; margin-bottom: .5rem; }
.directContact a { width: fit-content; font: 400 1.7rem/1.2 var(--font-display); }
.directContact a:hover { color: var(--gold); }
.enquiryForm { align-self: start; background: var(--ivory); color: var(--ink); padding: 3.5rem; }
.enquiryForm h3 { margin: 0 0 .4rem; font: 400 3.4rem/1 var(--font-display); color: var(--aubergine); }
.enquiryForm>p:not(.draftNote) { color: var(--muted); font: 400 1.3rem var(--font-display); margin-bottom: 2rem; }
.enquiryForm label { display: block; margin: 1.4rem 0 .45rem; color: #6b4e60; font: 500 .73rem var(--font-body); letter-spacing: .14em; text-transform: uppercase; }
.enquiryForm label span { color: #9a6246; }
.enquiryForm input, .enquiryForm select, .enquiryForm textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid #b9a9b0; border-radius: 0; background: transparent; padding: .75rem .1rem; color: var(--ink); font-size: 1rem; outline: 0; }
.enquiryForm input:focus, .enquiryForm select:focus, .enquiryForm textarea:focus { border-bottom-color: var(--plum); }
.enquiryForm textarea { resize: vertical; min-height: 7rem; }
.enquiryForm textarea::placeholder { color: #9a8993; }
.enquiryForm button { width: 100%; display: flex; justify-content: space-between; margin: 2rem 0 1rem; padding: 1.1rem 1.3rem; border: 0; background: var(--aubergine); color: white; cursor: pointer; font: 500 .76rem var(--font-body); letter-spacing: .14em; text-transform: uppercase; }
.enquiryForm button:hover { background: #51304b; }
.enquiryForm>small { display: block; color: #776973; font-size: .75rem; line-height: 1.4; }
.draftNote { padding: .8rem; background: #e9dfe3; font-size: .88rem; line-height: 1.5; }
.draftNote a { text-decoration: underline; }

.footer { padding: 4rem 5vw 1.8rem; background: #1c0a18; color: white; }
.footerTop { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 3rem; padding-bottom: 4rem; }
.footerTop>p { margin: 0; color: #c2a9b8; font: 400 1.5rem/1.2 var(--font-display); }
.footerTop>a:last-child { font: 500 .75rem var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: #ead09b; }
.footerBottom { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.19); color: #ae94a3; font: 400 .72rem/1.5 var(--font-body); letter-spacing: .08em; }
.footerBottom a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1100px) {
  .desktopNav { gap: 1.2rem; }
  .serviceRow { grid-template-columns: 2rem 1.2fr 1fr 2rem; gap: 1.3rem; }
  .storyContent { padding: 5rem 5vw; }
}

@media (max-width: 800px) {
  h2 { font-size: clamp(3.65rem, 12vw, 6rem); }
  .siteHeader { grid-template-columns: 1fr auto auto; gap: .75rem; padding: 1.3rem 1.35rem; }
  .brand { width: 8rem; }
  .desktopNav { display: none; }
  .headerEnquire { font-size: .68rem; }
  .mobileMenu { display: block; position: relative; }
  .mobileMenu summary { list-style: none; cursor: pointer; }
  .mobileMenu summary::-webkit-details-marker { display: none; }
  .mobileMenu nav { position: absolute; right: 0; top: 2rem; width: min(18rem, 85vw); display: grid; gap: 1.2rem; padding: 1.5rem; background: var(--aubergine); border: 1px solid var(--gold); box-shadow: 0 1rem 2rem rgba(0,0,0,.25); }
  .heroContent { padding: 20vh 1.35rem 10rem; }
  .hero h1 { font-size: clamp(4.3rem, 14vw, 7rem); }
  .heroFoot { left: 1.35rem; right: 1.35rem; }
  .heroFoot span:last-child { display: none; }
  .introduction { padding: 6rem 1.35rem; }
  .introduction>p:last-child { font-size: 1.4rem; }
  .destinations, .services, .approach { padding: 5.5rem 1.35rem; }
  .sectionTop { display: block; }
  .sectionTop>p { max-width: 35rem; margin-top: 1.8rem; }
  .worldGrid { grid-template-columns: 1fr; }
  .worldCard { min-height: 33rem; }
  .filmInterlude { min-height: 39rem; }
  .serviceRow { grid-template-columns: 2rem 1fr 2rem; gap: 1rem; min-height: auto; }
  .serviceRow h3 { font-size: 2.4rem; }
  .serviceRow p { grid-column: 2; grid-row: 2; font-size: 1.25rem; }
  .serviceRow>a { grid-column: 3; grid-row: 1; }
  .story { grid-template-columns: 1fr; }
  .storyImage { min-height: 37rem; }
  .storyContent { padding: 5.5rem 1.35rem; }
  .approachHeading { display: block; }
  .approachHeading>p:last-child { margin-top: 1.6rem; }
  .approachGrid { grid-template-columns: repeat(2, 1fr); }
  .contact { grid-template-columns: 1fr; gap: 3.5rem; padding: 5.5rem 1.35rem; }
  .directContact { margin-top: 2.8rem; }
  .footer { padding: 3.5rem 1.35rem 1.5rem; }
  .footerTop { grid-template-columns: 1fr 1fr; }
  .footerTop>a:last-child { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .siteHeader .brand { width: 7rem; }
  .hero h1 { font-size: clamp(4rem, 18vw, 5.4rem); }
  .heroContent>p:not(.eyebrow) { font-size: 1.4rem; }
  .heroFoot { font-size: .66rem; }
  .worldCard { min-height: 28rem; }
  .approachGrid { grid-template-columns: 1fr; }
  .approachGrid h3 { margin-top: 1.6rem; }
  .enquiryForm { padding: 2rem 1.2rem; }
  .footerTop, .footerBottom { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .heroVideo, .filmInterlude>video { display: none; }
  .worldCard img, .heroButton { transition: none; }
}
