:root {
  --navy: #10283d;
  --navy-deep: #081a2a;
  --teal: #159f9b;
  --teal-dark: #0a7775;
  --coral: #f06f4f;
  --gold: #e5aa3f;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --ink: #20303c;
  --muted: #61717c;
  --line: rgba(16, 40, 61, .12);
  --shadow: 0 22px 70px rgba(8, 26, 42, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 9999; background: #fff; color: var(--navy); padding: .8rem 1rem; border-radius: .75rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 14px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow-light { color: #b9ffef; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 830px; font-size: clamp(3rem, 6vw, 6rem); }
h2 { font-size: clamp(2.25rem, 4vw, 4.15rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1.1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; padding: 16px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { padding: 9px 0; background: rgba(255, 253, 248, .92); box-shadow: 0 12px 38px rgba(8, 26, 42, .09); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.brand-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50% 44% 54% 42%; color: white; background: linear-gradient(135deg, var(--coral), var(--gold) 52%, var(--teal)); box-shadow: 0 8px 25px rgba(240, 111, 79, .3); font-size: .78rem; font-weight: 1000; letter-spacing: .05em; transform: rotate(-5deg); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-size: 1.02rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a, .footer-nav a { color: var(--navy); text-decoration: none; font-size: .9rem; font-weight: 800; }
.site-nav a:hover, .footer-nav a:hover { color: var(--coral); }
.site-nav .nav-cta { padding: 11px 17px; color: white; background: var(--navy); border-radius: 999px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: var(--navy); border-radius: 50%; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; border-radius: 2px; }

.hero { position: relative; min-height: 900px; padding: 180px 0 110px; background: radial-gradient(circle at 74% 27%, rgba(21,159,155,.16), transparent 30%), radial-gradient(circle at 13% 82%, rgba(240,111,79,.14), transparent 27%), linear-gradient(135deg, #fffaf1 0%, #f4fbf7 58%, #fff1e7 100%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto -5% -110px; height: 220px; background: var(--paper); border-radius: 50% 55% 0 0 / 35% 42% 0 0; transform: rotate(-2deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); align-items: center; gap: 70px; }
.hero-copy > p:not(.eyebrow) { max-width: 720px; color: #4e606d; font-size: 1.05rem; }
.hero-lead { margin-top: 28px !important; color: var(--ink) !important; font-size: 1.24rem !important; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 23px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--coral), #f48c54); box-shadow: 0 14px 28px rgba(240, 111, 79, .26); }
.button-ghost { color: var(--navy); background: rgba(255,255,255,.65); border: 1px solid rgba(16,40,61,.15); }
.button-light { color: var(--navy); background: white; }
.hero-card { position: relative; padding: 42px; color: white; background: linear-gradient(155deg, var(--navy) 0%, #163f54 55%, var(--teal-dark) 100%); border-radius: 38px 15px 38px 15px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-card::before { content: ""; position: absolute; inset: -11px 20px auto auto; width: 86px; height: 36px; background: rgba(229,170,63,.82); border-radius: 48% 52% 35% 65%; transform: rotate(-12deg); }
.hero-card h2 { margin: 12px 0 20px; color: white; font-size: clamp(2rem, 3.3vw, 3rem); }
.hero-card p { color: rgba(255,255,255,.8); }
.hero-card-topline { display: flex; align-items: center; gap: 10px; color: #c5fff4; font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-card-topline span { width: 28px; height: 3px; background: var(--gold); border-radius: 3px; }
.check-list { display: grid; gap: 13px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 750; }
.check-list li::before { content: "✓"; display: grid; width: 25px; height: 25px; place-items: center; color: var(--navy); background: var(--gold); border-radius: 50%; font-size: .75rem; }
.signature-line { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.17); color: white; font-family: Georgia, serif; font-size: 1.08rem; font-style: italic; }
.paint-orb { position: absolute; border-radius: 50% 44% 52% 40%; filter: blur(.2px); opacity: .7; }
.paint-orb-one { top: 130px; right: -90px; width: 240px; height: 180px; background: linear-gradient(135deg, var(--gold), var(--coral)); transform: rotate(22deg); }
.paint-orb-two { bottom: 130px; left: -120px; width: 290px; height: 180px; background: linear-gradient(135deg, var(--teal), #69d6c5); transform: rotate(-10deg); }

.section-light { background: var(--paper); }
.section-heading { max-width: 820px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 23px; }
.section-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.service-card { min-height: 245px; padding: 29px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 12px 30px rgba(8,26,42,.05); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px) rotate(-.25deg); border-color: rgba(21,159,155,.35); box-shadow: 0 20px 45px rgba(8,26,42,.1); }
.service-card:nth-child(3n+2) { transform: translateY(12px); }
.service-card:nth-child(3n+2):hover { transform: translateY(6px) rotate(.35deg); }
.service-icon { display: grid; width: 49px; height: 49px; margin-bottom: 30px; place-items: center; color: white; background: var(--teal); border-radius: 52% 38% 51% 45%; font-size: 1.45rem; transform: rotate(-5deg); }
.service-card:nth-child(2n) .service-icon { background: var(--coral); }
.service-card:nth-child(3n) .service-icon { color: var(--navy); background: var(--gold); }
.service-card h3 { margin-bottom: 13px; }
.service-card p { color: var(--muted); font-size: .95rem; }

.new-york-section { background: linear-gradient(180deg, var(--paper), #eef8f5); }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.visual-panel { position: relative; min-height: 610px; overflow: hidden; background: linear-gradient(145deg, rgba(16,40,61,.95), rgba(10,119,117,.9)), radial-gradient(circle at 60% 30%, #fff, transparent 30%); border-radius: 38% 14% 38% 16% / 20% 18% 24% 22%; box-shadow: var(--shadow); }
.visual-panel::before, .visual-panel::after { content: ""; position: absolute; border-radius: 50% 42% 55% 38%; mix-blend-mode: screen; }
.visual-panel::before { width: 340px; height: 190px; top: 70px; left: -100px; background: linear-gradient(90deg, var(--coral), var(--gold)); transform: rotate(-18deg); }
.visual-panel::after { width: 310px; height: 230px; right: -110px; bottom: 80px; background: linear-gradient(135deg, var(--teal), #8ce4d3); transform: rotate(20deg); }
.visual-copy { position: absolute; inset: auto 42px 48px; z-index: 2; color: white; }
.visual-copy span { display: block; margin-bottom: 16px; color: #b9ffef; font-size: .75rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.visual-copy strong { font-family: Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.3rem); font-weight: 500; line-height: 1; }
.split-copy h2 { margin-bottom: 25px; }
.split-copy > p { color: var(--muted); font-size: 1.05rem; }
.gratitude-card { margin-top: 30px; padding: 30px; background: rgba(255,255,255,.68); border-left: 5px solid var(--gold); border-radius: 0 22px 22px 0; }
.gratitude-card h3 { margin-bottom: 12px; }
.gratitude-card p { color: var(--muted); font-size: .96rem; }

.tour-section { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--navy-deep), var(--navy) 48%, var(--teal-dark)); }
.tour-inner { position: relative; z-index: 2; max-width: 930px; text-align: center; }
.tour-inner h2 { margin-bottom: 26px; color: white; }
.tour-inner > p { max-width: 800px; margin-inline: auto; color: rgba(255,255,255,.77); }
.tour-lead { color: white !important; font-size: 1.27rem; font-weight: 650; }
.tour-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 34px 0; }
.tour-tags span { padding: 10px 16px; color: white; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.17); border-radius: 999px; font-weight: 850; }
.tour-tags span:nth-child(2n) { transform: rotate(2deg); }
.tour-tags span:nth-child(3n) { color: var(--navy); background: var(--gold); border-color: transparent; transform: rotate(-2deg); }
.tour-cta { margin-top: 52px; padding: 36px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; backdrop-filter: blur(8px); }
.tour-cta h3 { margin-bottom: 11px; color: white; font-size: 1.8rem; }
.tour-brush { position: absolute; width: 340px; height: 180px; border-radius: 50% 42% 55% 38%; opacity: .3; filter: blur(1px); }
.tour-brush-one { top: -50px; right: -80px; background: var(--coral); transform: rotate(14deg); }
.tour-brush-two { bottom: -50px; left: -100px; background: var(--gold); transform: rotate(-12deg); }

.contact-section { background: #f6f1e8; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-copy h2 { margin-bottom: 22px; }
.contact-copy > p { color: var(--muted); font-size: 1.06rem; }
.contact-links { display: grid; gap: 13px; margin-top: 30px; }
.contact-links a { display: grid; padding: 18px 20px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 17px; text-decoration: none; }
.contact-links span { color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-links strong { margin-top: 2px; font-size: 1.05rem; }
.contact-form { padding: 36px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 17px; color: var(--navy); font-size: .82rem; font-weight: 900; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px 15px; color: var(--ink); background: #fbfaf7; border: 1px solid rgba(16,40,61,.16); border-radius: 12px; outline: none; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(21,159,155,.1); }
.hidden-field { position: absolute; left: -9999px; }
.form-button { width: 100%; }

.site-footer { padding: 48px 0; color: white; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer-brand .brand-copy small { color: rgba(255,255,255,.56); }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.footer-nav a { color: rgba(255,255,255,.76); }
.copyright { margin: 0; color: rgba(255,255,255,.5); font-size: .82rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }

@media (max-width: 1000px) {
  .hero { min-height: auto; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-card { max-width: 650px; transform: none; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-panel { min-height: 470px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
}

@media (max-width: 780px) {
  .section { padding: 80px 0; }
  .site-header { background: rgba(255,253,248,.9); backdrop-filter: blur(15px); }
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; align-items: stretch; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 10px 8px; }
  .site-nav .nav-cta { text-align: center; }
  .hero { padding-top: 145px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(3n+2) { transform: none; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}

@media (max-width: 520px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand-copy small { display: none; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-card, .contact-form { padding: 26px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .tour-cta { padding: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
