﻿:root {
    --navy: #182958;
    --ink: #172033;
    --muted: #5d6577;
    --mint: #83d9b1;
    --mint-dark: #2aa276;
    --gold: #c49a4a;
    --paper: #f7f4ed;
    --white: #ffffff;
    --line: rgba(24, 41, 88, 0.14);
    --shadow: 0 20px 60px rgba(20, 32, 52, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px clamp(20px, 5vw, 68px); color: var(--white); transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease; }
.site-header.is-scrolled, .site-header.is-open { color: var(--ink); background: rgba(255,255,255,0.96); box-shadow: 0 12px 34px rgba(20,32,52,0.1); backdrop-filter: blur(18px); }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-symbol { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,0.72); border-radius: 50%; background: var(--white); overflow: hidden; }
.brand-symbol img { display: block; width: 72%; height: 72%; object-fit: contain; }
.site-header.is-scrolled .brand-symbol, .site-header.is-open .brand-symbol { border-color: var(--line); }
.brand-mark strong, .brand-mark small { display: block; line-height: 1.1; }
.brand-mark strong { font-size: 14px; letter-spacing: 0; }
.brand-mark small { margin-top: 3px; color: currentColor; font-size: 12px; opacity: 0.76; }
.site-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 700; }
.site-nav a { opacity: 0.88; }
.site-nav a:hover, .site-nav a:focus { opacity: 1; color: var(--mint); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; }
.hero { position: relative; display: grid; min-height: 88vh; padding: 136px clamp(20px, 6vw, 88px) 40px; color: var(--white); background: #111827 url("assets/hero-hospitality.jpg") center / cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,17,34,0.88), rgba(10,17,34,0.54) 48%, rgba(10,17,34,0.2)), linear-gradient(0deg, rgba(10,17,34,0.66), rgba(10,17,34,0.04) 46%); }
.hero-content { position: relative; z-index: 1; align-self: center; width: min(780px, 100%); }
.eyebrow, .section-kicker { margin: 0 0 14px; color: var(--mint); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(48px, 8vw, 108px); line-height: 0.92; letter-spacing: 0; }
.hero-copy { max-width: 680px; margin: 24px 0 0; color: rgba(255,255,255,0.86); font-size: clamp(17px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform 160ms ease, background 160ms ease, border-color 160ms ease; }
.button:hover, .button:focus { transform: translateY(-2px); }
.button-primary { color: #10223a; background: var(--mint); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,0.55); }
.hero-stats { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; align-self: end; width: min(850px, 100%); margin-top: 56px; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.22); backdrop-filter: blur(12px); }
.hero-stats span { display: grid; gap: 4px; min-height: 96px; padding: 18px; background: rgba(10,17,34,0.22); color: rgba(255,255,255,0.82); font-size: 14px; }
.hero-stats strong { display: block; color: var(--white); font-size: 28px; line-height: 1; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.intro-band { padding: 54px 0; background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(28px, 6vw, 76px); align-items: start; }
h2 { margin: 0; color: var(--navy); font-size: clamp(32px, 4vw, 54px); line-height: 1.05; letter-spacing: 0; }
h3 { margin: 0; color: var(--navy); font-size: 22px; line-height: 1.15; }
p { margin: 0; }
.intro-grid > p, .statement-panel p, .brand-layout p, .contact p { color: var(--muted); font-size: 17px; }
.split-section { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; padding: 94px 0; }
.statement-panel { min-height: 430px; padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line); background: var(--white); box-shadow: 0 12px 38px rgba(20,32,52,0.07); }
.statement-panel p:last-child { margin-top: 24px; }
.statement-panel-dark { color: var(--white); border-color: transparent; background: var(--navy); }
.statement-panel-dark h2, .statement-panel-dark p:last-child { color: var(--white); }
.services { padding: 94px 0; background: #eef7f2; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-heading.centered { display: block; max-width: 720px; margin-right: auto; margin-left: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 282px; padding: 28px; border: 1px solid rgba(42,162,118,0.18); background: var(--white); box-shadow: 0 16px 34px rgba(36,102,78,0.09); }
.service-card p { margin-top: 18px; color: var(--muted); }
.card-number { display: inline-block; margin-bottom: 46px; color: var(--gold); font-size: 13px; font-weight: 900; }
.brands { padding: 96px 0; background: var(--white); }
.brand-layout { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr); gap: clamp(32px, 7vw, 96px); align-items: center; }
.brand-layout p { margin-top: 22px; }
.brand-list { display: grid; gap: 16px; }
.brand-tile { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 112px; padding: 24px 28px; border: 1px solid var(--line); background: var(--paper); }
.brand-tile span { color: var(--navy); font-size: clamp(24px, 3vw, 38px); font-weight: 900; line-height: 1; }
.brand-tile small { color: var(--muted); font-weight: 800; text-align: right; }
.brand-tile.accent { color: var(--white); background: var(--ink); }
.brand-tile.accent span, .brand-tile.accent small { color: var(--white); }
.milestones { padding: 96px 0; background: linear-gradient(180deg, #f9fbfc, #ffffff); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.timeline::before { content: ""; position: absolute; top: 35px; left: 0; right: 0; height: 2px; background: var(--line); }
.timeline-item { position: relative; min-height: 170px; padding: 72px 18px 20px; border: 1px solid var(--line); background: rgba(255,255,255,0.88); }
.timeline-item::before { content: ""; position: absolute; top: 27px; left: 18px; width: 16px; height: 16px; border: 4px solid var(--white); border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 1px var(--mint-dark); }
.timeline-item time { display: block; color: var(--mint-dark); font-size: 30px; font-weight: 900; line-height: 1; }
.timeline-item p { margin-top: 12px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.contact { padding: 96px 0; color: var(--white); background: var(--navy); }
.contact h2, .contact p, .contact .section-kicker { color: var(--white); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr); gap: clamp(34px, 7vw, 96px); align-items: start; }
.contact-grid > div > p { margin-top: 22px; color: rgba(255,255,255,0.78); }
.contact-links { display: grid; gap: 12px; margin-top: 34px; }
.contact-links a { color: var(--mint); font-size: 18px; font-weight: 800; overflow-wrap: anywhere; }
.contact-form { display: grid; gap: 16px; padding: clamp(24px, 4vw, 36px); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); }
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,0.86); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,0.24); border-radius: 0; padding: 14px 15px; color: var(--white); background: rgba(255,255,255,0.08); font: inherit; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid var(--mint); outline-offset: 2px; }
.contact-form textarea { resize: vertical; }
.form-note { color: rgba(255,255,255,0.68); font-size: 13px; }
.site-footer { padding: 26px 0; background: #111827; color: rgba(255,255,255,0.76); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; font-size: 14px; }
.footer-inner a { color: var(--mint); font-weight: 800; }
@media (max-width: 980px) {
    .menu-button { display: block; }
    .site-nav { position: absolute; top: 100%; left: 20px; right: 20px; display: none; padding: 18px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
    .site-nav.is-open { display: grid; }
    .intro-grid, .split-section, .brand-layout, .contact-grid { grid-template-columns: 1fr; }
    .service-grid, .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
    .site-header { padding: 14px 18px; }
    .brand-mark strong { font-size: 12px; }
    .brand-symbol { width: 40px; height: 40px; }
    .hero { min-height: 92vh; padding: 118px 20px 28px; }
    .hero h1 { font-size: 46px; }
    .hero-stats, .service-grid, .timeline { grid-template-columns: 1fr; }
    .hero-stats span { min-height: 78px; }
    .intro-band, .services, .brands, .milestones, .contact, .split-section { padding: 68px 0; }
    .statement-panel, .service-card, .brand-tile, .contact-form { padding: 22px; }
    .statement-panel { min-height: auto; }
    .brand-tile { display: grid; gap: 10px; }
    .brand-tile small { text-align: left; }
    .timeline::before { left: 30px; top: 0; bottom: 0; width: 2px; height: auto; }
    .timeline-item { min-height: auto; padding: 24px 20px 24px 64px; }
    .timeline-item::before { top: 30px; left: 23px; }
    .footer-inner { display: grid; }
}


