:root {
    --ink: #16312d;
    --muted: #667772;
    --cream: #f7f2e8;
    --paper: #fffdf8;
    --teal: #087f70;
    --deep-teal: #075c55;
    --coral: #f07b62;
    --sun: #f4c95d;
    --line: rgba(22, 49, 45, .13);
    --shadow: 0 24px 60px rgba(22, 49, 45, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

.site-header, footer {
    max-width: 1240px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 32px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50% 50% 44% 56%; color: white; background: var(--teal); font-size: 12px; transform: rotate(-5deg); }
.brand-mark + span { font-family: "Playfair Display", serif; font-size: 24px; }
nav { display: flex; gap: 34px; font-size: 14px; font-weight: 600; }
nav a:hover { color: var(--teal); }

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    color: white;
    background: var(--teal);
    border-radius: 999px;
    font-weight: 700;
}
.button:hover { background: var(--deep-teal); }
.button-small { min-height: 42px; padding: 0 19px; font-size: 14px; }

.hero {
    max-width: 1240px;
    min-height: 620px;
    margin: 10px auto 0;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    overflow: hidden;
    border-radius: 36px;
    background: var(--cream);
}

.hero-content { padding: 72px 30px 72px 70px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 14px; color: var(--teal); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
h1, h2, h3 { font-family: "Playfair Display", serif; }
h1 { max-width: 620px; margin: 0; font-size: clamp(52px, 6vw, 86px); line-height: .98; letter-spacing: -.045em; }
.hero-copy { max-width: 560px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }

.search { max-width: 600px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 8px 8px 8px 20px; background: white; border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 15px 40px rgba(22, 49, 45, .1); }
.search > span { color: var(--teal); font-size: 25px; transform: rotate(-20deg); }
.search input { min-width: 0; padding: 13px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font: inherit; }
.search button { padding: 15px 22px; border: 0; border-radius: 999px; color: white; background: var(--coral); font: 700 14px "DM Sans", sans-serif; cursor: pointer; }
.search button:hover { background: #dd654e; }
.quick-facts { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: var(--muted); font-size: 12px; }
.quick-facts strong { color: var(--ink); font-size: 14px; }

.hero-art { align-self: stretch; min-height: 540px; position: relative; overflow: hidden; background: linear-gradient(180deg, #9bd8d0 0%, #d9eee5 52%, #58b6af 53%, #087f70 100%); }
.sun { position: absolute; top: 11%; right: 15%; width: 145px; height: 145px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 24px rgba(244, 201, 93, .16); }
.island { position: absolute; left: -10%; right: -15%; bottom: 16%; height: 180px; border-radius: 62% 42% 0 0; transform: rotate(-5deg); }
.island-back { bottom: 28%; left: 15%; background: #3f8f72; opacity: .75; }
.island-front { bottom: 8%; background: #174e40; box-shadow: 0 46px 0 #dfc383; }
.island-front::before, .island-front::after { content: ""; position: absolute; width: 26px; height: 110px; bottom: 65%; background: #174e40; border-radius: 100% 0; transform: rotate(-20deg); }
.island-front::before { left: 34%; }
.island-front::after { left: 48%; height: 80px; transform: rotate(22deg); }
.art-label { position: absolute; right: 24px; bottom: 24px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: white; background: rgba(7,92,85,.35); backdrop-filter: blur(8px); font-size: 11px; letter-spacing: .12em; }

.setup-notice { max-width: 1160px; margin: 20px auto 0; padding: 14px 18px; border: 1px solid #e7cf87; border-radius: 14px; color: #6c571d; background: #fff8de; font-size: 14px; }
.section { max-width: 1180px; margin: 0 auto; padding: 110px 0 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.section-heading h2, .story h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.03em; line-height: 1.05; }
.section-heading > a { padding-bottom: 6px; color: var(--teal); font-size: 14px; font-weight: 700; }
.section-heading > a span { margin-left: 7px; }

.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 128px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card strong, .category-card small { display: block; }
.category-card strong { margin-bottom: 5px; font-family: "Playfair Display", serif; font-size: 22px; }
.category-card small { color: var(--muted); }
.category-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 18px; color: var(--teal); background: white; font-size: 24px; box-shadow: 0 8px 24px rgba(22,49,45,.08); }
.arrow { opacity: .55; font-size: 21px; }
.tone-1 { background: #edf7f1; }
.tone-2 { background: #fff0e9; }
.tone-3 { background: #f7f0df; }

.experiences { padding-bottom: 120px; }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.experience-card { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: white; }
.experience-visual { height: 250px; position: relative; overflow: hidden; }
.experience-visual::before, .experience-visual::after { content: ""; position: absolute; border-radius: 50%; }
.experience-visual::before { width: 230px; height: 230px; top: 60px; left: 20%; background: rgba(255,255,255,.18); }
.experience-visual::after { width: 300px; height: 140px; right: -70px; bottom: -55px; background: #174e40; transform: rotate(-9deg); }
.experience-visual span { position: absolute; z-index: 1; top: 22px; right: 22px; color: rgba(255,255,255,.85); font: 600 13px "DM Sans", sans-serif; letter-spacing: .15em; }
.visual-1 .experience-visual { background: linear-gradient(145deg, #f4bb72, #ef745d); }
.visual-2 .experience-visual { background: linear-gradient(145deg, #79b49a, #216a59); }
.visual-3 .experience-visual { background: linear-gradient(145deg, #8ed9dc, #258aa0); }
.experience-body { padding: 24px; }
.experience-body > p { margin: 0 0 8px; color: var(--coral); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 700; }
.experience-body h3 { margin: 0 0 18px; min-height: 58px; font-size: 27px; line-height: 1.08; }
.experience-footer { display: flex; align-items: end; gap: 16px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.experience-footer span { flex: 1; }
.experience-footer a { flex: none; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: var(--teal); font-size: 18px; }

.story { max-width: 1180px; margin: 0 auto 80px; padding: 85px; border-radius: 34px; color: white; background: var(--deep-teal); text-align: center; }
.story .eyebrow { color: #88d6c3; }
.story h2 { max-width: 720px; margin: 0 auto; }
.story > p:not(.eyebrow) { max-width: 630px; margin: 24px auto 30px; color: rgba(255,255,255,.72); line-height: 1.7; }
.story .button { color: var(--ink); background: var(--sun); }
footer { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand { color: var(--ink); }

.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; }

@media (max-width: 980px) {
    nav { display: none; }
    .hero { margin: 8px 20px 0; grid-template-columns: 1fr; }
    .hero-content { padding: 65px 48px; }
    .hero-art { min-height: 360px; }
    .section, .setup-notice { margin-left: 28px; margin-right: 28px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .experience-grid { grid-template-columns: 1fr; }
    .experience-card { display: grid; grid-template-columns: .9fr 1.1fr; }
    .experience-visual { height: 100%; min-height: 240px; }
    .story { margin-left: 28px; margin-right: 28px; }
}

@media (max-width: 640px) {
    .site-header { padding: 18px 20px; }
    .site-header .button { display: none; }
    .hero { border-radius: 24px; }
    .hero-content { padding: 52px 26px; }
    h1 { font-size: 50px; }
    .search { grid-template-columns: auto 1fr; border-radius: 20px; }
    .search button { grid-column: 1 / -1; width: 100%; }
    .quick-facts { gap: 12px; }
    .hero-art { min-height: 290px; }
    .section { padding-top: 78px; }
    .section-heading { display: block; }
    .section-heading > a { display: inline-block; margin-top: 18px; }
    .category-grid { grid-template-columns: 1fr; }
    .experience-card { display: block; }
    .experience-visual { min-height: 220px; }
    .story { padding: 60px 25px; }
    footer { align-items: flex-start; gap: 20px; flex-direction: column; }
}
