:root {
  --navy: #112b45;
  --navy-deep: #092238;
  --blue: #178ac6;
  --blue-soft: #68cbd0;
  --orange: #ff7214;
  --yellow: #ffc928;
  --pink: #ef278c;
  --cream: #fff7e8;
  --paper: #fffdf7;
  --ink-soft: #5b6771;
  --line: rgba(17, 43, 69, .15);
  --heading: "Baloo 2", "Trebuchet MS", sans-serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--body); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.section-shell { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.topline { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 7px 18px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.topline span { color: var(--yellow); font-size: 13px; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; min-height: 84px; padding: 0 40px; border-bottom: 1px solid var(--line); background: rgba(255, 253, 247, .92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border: 3px solid var(--blue); border-radius: 50% 45% 50% 42%; background: var(--blue-soft); transform: rotate(-8deg); }
.brand-mark span { display: block; font-size: 22px; line-height: 1; transform: rotate(8deg); }
.brand-logo { width: 43px; height: 43px; display: block; object-fit: cover; border-radius: 50%; }
.brand-copy strong, .brand-copy small { display: block; line-height: 1; }
.brand-copy strong { font-family: var(--heading); font-size: 22px; font-weight: 800; letter-spacing: -.045em; }
.brand-copy small { margin-top: 4px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 31px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover, .text-link:hover, .arrow-link:hover, .social-link:hover { color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 12px 17px; border-radius: 4px; background: var(--orange); color: #fff; box-shadow: 0 8px 16px rgba(255, 114, 20, .18); transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta span, .button span, .arrow-link span, .phone span, .social-link span { font-size: 16px; font-weight: 400; line-height: 0; }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; min-height: 684px; padding-block: 76px 90px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 23px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 2px; display: inline-block; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--heading); }
h1 { max-width: 580px; margin-bottom: 24px; font-size: clamp(58px, 7vw, 91px); font-weight: 800; letter-spacing: -.055em; line-height: .91; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-text { max-width: 445px; margin-bottom: 31px; color: var(--ink-soft); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 16px 21px; border: 0; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 24px rgba(255, 114, 20, .2); }
.button-primary:hover { background: #e85c00; }
.button-cream { background: var(--cream); color: var(--navy); }
.button-cream:hover { background: #fff; }
.text-link, .arrow-link { color: var(--navy); font-size: 12px; font-weight: 800; transition: color .2s ease; }
.text-link span { display: inline-block; margin-left: 7px; color: var(--orange); }
.hero-meta { display: flex; gap: 30px; max-width: 510px; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-meta div { flex: 1; }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-size: 10px; letter-spacing: .07em; }
.hero-meta span { margin-top: 4px; color: var(--ink-soft); font-size: 10px; line-height: 1.35; }
.hero-art { min-height: 545px; position: relative; isolation: isolate; }
.hero-art::before { content: ""; position: absolute; inset: 0 15px 0 0; z-index: -1; border-radius: 56% 8px 56% 8px; background: var(--blue-soft); transform: rotate(-3deg); }
.hero-image { position: absolute; inset: 22px 32px 22px 65px; overflow: hidden; border: 8px solid var(--paper); border-radius: 50% 10px 50% 10px; box-shadow: 0 22px 35px rgba(9, 34, 56, .2); }
.hero-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 56% 50%; }
.hero-sticker { position: absolute; top: 25px; left: 9px; display: flex; align-items: center; gap: 10px; padding: 12px 16px; background: var(--yellow); color: var(--navy); transform: rotate(-8deg); box-shadow: 0 8px 16px rgba(9, 34, 56, .12); }
.hero-sticker span { font-size: 22px; line-height: 1; }
.hero-sticker strong { font-family: var(--heading); font-size: 17px; font-weight: 800; line-height: .94; }
.hero-tag { position: absolute; right: 3px; bottom: 30px; padding: 14px 18px 12px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .08em; line-height: 1.1; text-transform: uppercase; transform: rotate(4deg); }
.hero-tag strong { color: var(--yellow); font-size: 14px; }
.hero-dot { position: absolute; display: block; border-radius: 50%; }
.dot-one { width: 22px; height: 22px; top: 54%; left: 1%; background: var(--orange); }
.dot-two { width: 12px; height: 12px; top: 10%; right: 3%; background: var(--yellow); }
.trust-bar { border-block: 1px solid var(--line); background: var(--cream); }
.trust-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; }
.trust-inner > span { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.trust-inner .trust-lead { color: var(--navy); font-family: var(--heading); font-size: 18px; letter-spacing: -.02em; text-transform: none; }
.trust-inner b { margin-right: 8px; color: var(--orange); font-family: var(--heading); font-size: 17px; }
.section-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.intro { padding-block: 130px 125px; }
h2 { margin-bottom: 0; font-size: clamp(44px, 5vw, 69px); font-weight: 800; letter-spacing: -.06em; line-height: .94; }
.section-intro h2 { max-width: 480px; }
.intro-body { max-width: 510px; padding-top: 44px; color: var(--ink-soft); }
.intro-body .lead { margin-bottom: 19px; color: var(--navy); font-family: var(--heading); font-size: 29px; font-weight: 600; line-height: 1.05; }
.intro-body p:not(.lead) { max-width: 470px; font-size: 14px; }
.arrow-link { display: inline-block; margin-top: 17px; color: var(--blue); }
.arrow-link span { margin-left: 7px; color: var(--orange); }
.services { padding-block: 110px 125px; border-top: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: 65px; margin-bottom: 54px; }
.section-heading > p { max-width: 330px; margin-bottom: 3px; color: var(--ink-soft); font-size: 14px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.service-card { min-height: 349px; padding: 24px 25px 21px; display: flex; flex-direction: column; border-radius: 3px; }
.service-card-orange { background: var(--orange); color: #fff; }
.service-card-blue { background: var(--blue); color: #fff; }
.service-card-cream { background: var(--cream); }
.service-top { display: flex; align-items: center; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.service-card-orange .service-top, .service-card-blue .service-top { color: rgba(255,255,255,.7); }
.service-icon { font-family: var(--heading); color: var(--yellow); font-size: 42px; font-weight: 500; line-height: .65; }
.service-card-cream .service-icon { color: var(--orange); }
.service-card h3 { margin: 55px 0 14px; font-size: 35px; font-weight: 700; letter-spacing: -.04em; line-height: .9; }
.service-card p { max-width: 260px; margin-bottom: 17px; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.45; }
.service-card-cream p { color: var(--ink-soft); }
.service-card a { margin-top: auto; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.service-card a span { margin-left: 6px; color: var(--yellow); font-size: 16px; }
.service-card-cream a span { color: var(--orange); }
.feature-band { display: grid; grid-template-columns: .97fr 1.03fr; align-items: stretch; min-height: 480px; background: var(--navy); color: #fff; }
.feature-photo { min-height: 480px; overflow: hidden; }
.feature-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 45%; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 65px 75px; }
.eyebrow-light { color: var(--blue-soft); }
.feature-copy h2 { max-width: 450px; margin-bottom: 23px; color: #fff; }
.feature-copy p:not(.eyebrow) { max-width: 385px; margin-bottom: 23px; color: rgba(255,255,255,.75); font-size: 14px; }
.feature-points { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; max-width: 420px; margin-bottom: 29px; color: #fff; font-size: 11px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.feature-points span { color: var(--yellow); font-size: 20px; }
.feature-copy .button { align-self: flex-start; }
.instagram { padding-block: 0 80px; }
.instagram-card { padding: 52px 55px 55px; background: #fff0f8; }
.instagram-heading { display: flex; align-items: end; justify-content: space-between; gap: 35px; margin-bottom: 42px; }
.instagram-heading h2 { font-size: clamp(42px, 4.5vw, 62px); }
.instagram-grid { display: grid; grid-template-columns: .9fr .9fr 1.2fr; gap: 16px; }
.instagram-tile { position: relative; min-height: 310px; overflow: hidden; background: var(--pink); color: #fff; }
.instagram-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(9,34,56,.78)); }
.instagram-tile img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .5s ease; }
.instagram-tile:hover img { transform: scale(1.04); }
.instagram-tile > span { position: absolute; right: 18px; bottom: 17px; left: 18px; z-index: 1; font-size: 10px; font-weight: 800; letter-spacing: .06em; line-height: 1.3; text-transform: uppercase; }
.instagram-tile strong { color: var(--yellow); font-size: 13px; }
.instagram-tile b { float: right; color: var(--yellow); font-size: 18px; font-weight: 400; }
.instagram-note { min-height: 310px; padding: 29px 29px 25px; background: var(--navy); color: #fff; }
.instagram-symbol { display: block; margin-bottom: 36px; color: var(--yellow); font-size: 42px; line-height: .6; }
.instagram-note .card-label { color: var(--blue-soft); }
.instagram-note h3 { max-width: 255px; margin-bottom: 12px; font-size: 29px; line-height: 1; }
.instagram-note > p:not(.card-label) { max-width: 270px; margin-bottom: 20px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.45; }
.instagram-note .arrow-link { color: var(--yellow); }
.reviews { padding-block: 125px; }
.review-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.review-card { min-height: 260px; padding: 26px; display: flex; flex-direction: column; background: var(--cream); }
.review-card-highlight { background: var(--yellow); }
.quote { color: var(--orange); font-family: Georgia, serif; font-size: 65px; line-height: .55; }
.review-card p { flex: 1; max-width: 420px; margin: 25px 0 27px; font-family: var(--heading); font-size: 24px; line-height: 1.05; }
.review-card strong { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.review-card > span:last-child { margin-top: 4px; color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; padding-block: 118px 130px; border-top: 1px solid var(--line); }
.visit-copy > p:not(.eyebrow) { max-width: 370px; margin: 25px 0 30px; color: var(--ink-soft); font-size: 14px; }
.address-card { position: relative; min-height: 420px; padding: 44px 45px; background: var(--blue-soft); }
.address-card::before { content: ""; position: absolute; inset: 14px -11px -12px 15px; z-index: -1; background: var(--yellow); transform: rotate(3deg); }
.address-pin { position: absolute; top: 32px; right: 37px; color: var(--orange); font-size: 41px; line-height: 1; }
.card-label { margin-bottom: 11px; color: var(--navy); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.address-card h3 { margin-bottom: 15px; font-size: 38px; letter-spacing: -.05em; line-height: 1; }
.venue-note { margin: -4px 0 13px !important; color: var(--orange) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.address-card > p:not(.card-label) { color: var(--navy); font-size: 13px; line-height: 1.55; }
.address-line { height: 1px; margin: 25px 0 23px; background: rgba(17,43,69,.22); }
.phone { display: block; margin-bottom: 8px; font-family: var(--heading); font-size: 25px; font-weight: 700; line-height: 1; }
.phone span, .social-link span { color: var(--orange); }
.social-link { display: inline-block; color: var(--navy); font-size: 11px; font-weight: 800; transition: color .2s ease; }
.faq { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; padding-block: 115px 126px; border-top: 1px solid var(--line); }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; cursor: pointer; list-style: none; font-family: var(--heading); font-size: 23px; font-weight: 600; line-height: 1.1; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font-family: var(--body); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 550px; margin: -3px 35px 21px 0; color: var(--ink-soft); font-size: 13px; }
.final-cta { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-block: 83px 105px; border-top: 1px solid var(--line); }
.final-cta h2 { max-width: 700px; }
.final-cta .eyebrow { margin-bottom: 19px; }
.site-footer { border-top: 1px solid var(--line); background: var(--navy-deep); color: #fff; }
.footer-inner { display: flex; align-items: center; gap: 30px; min-height: 105px; }
.brand-mark-small { width: 37px; height: 37px; border-color: var(--blue-soft); }
.brand-mark-small span { font-size: 18px; }
.footer-inner .brand { margin-right: auto; }
.footer-inner p, .footer-inner > a:not(.brand), .footer-note { color: rgba(255,255,255,.65); font-size: 10px; }
.footer-inner > a:not(.brand) span { color: var(--yellow); }
.footer-note { padding-block: 15px 25px; border-top: 1px solid rgba(255,255,255,.12); }
.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
}
@media (max-width: 900px) {
  .section-shell { width: min(100% - 44px, 650px); }
  .site-header { min-height: 72px; padding-inline: 22px; }
  .menu-toggle { display: inline-grid; grid-template-columns: repeat(3, 17px); align-items: center; gap: 3px; padding: 9px 0 9px 12px; border: 0; background: transparent; color: var(--navy); cursor: pointer; }
  .menu-toggle span { width: 17px; height: 2px; display: block; background: var(--navy); grid-column: 1 / -1; }
  .menu-toggle b { grid-column: 1 / -1; margin-top: 3px; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 11px 22px 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 30px rgba(9,34,56,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { justify-content: center; margin-top: 12px; border-bottom: 0; }
  .hero { grid-template-columns: 1fr; gap: 45px; min-height: 0; padding-block: 70px 65px; }
  .hero-art { min-height: 430px; }
  .trust-inner { flex-wrap: wrap; gap: 15px 28px; padding-block: 21px; }
  .trust-inner .trust-lead { width: 100%; }
  .section-grid, .faq, .visit { grid-template-columns: 1fr; gap: 25px; }
  .intro { padding-block: 90px; }
  .intro-body { padding-top: 22px; }
  .section-heading, .feature-band { grid-template-columns: 1fr; gap: 27px; }
  .section-heading { margin-bottom: 40px; }
  .service-grid, .review-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 35px; }
  .services { padding-block: 80px 90px; }
  .feature-band { width: 100%; }
  .feature-photo { min-height: 360px; }
  .feature-copy { padding: 65px max(22px, calc((100% - 650px) / 2)); }
  .reviews { padding-block: 80px 90px; }
  .instagram { padding-bottom: 60px; }
  .instagram-card { padding: 45px 22px 22px; }
  .instagram-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .instagram-grid { grid-template-columns: 1fr 1fr; }
  .instagram-note { grid-column: 1 / -1; min-height: 255px; }
  .visit { padding-block: 80px 90px; }
  .faq { padding-block: 80px 90px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding-block: 70px 80px; }
  .footer-inner { flex-wrap: wrap; gap: 15px 22px; padding-block: 24px; }
  .footer-inner .brand { width: 100%; }
}
@media (max-width: 500px) {
  .topline { font-size: 8px; }
  .section-shell { width: calc(100% - 36px); }
  .brand-copy strong { font-size: 19px; }
  h1 { font-size: 58px; }
  h2 { font-size: 48px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-meta { gap: 18px; }
  .hero-meta span { max-width: 125px; }
  .hero-art { min-height: 345px; }
  .hero-image { inset: 18px 17px 17px 43px; border-width: 5px; }
  .hero-sticker { top: 14px; left: 0; padding: 9px 11px; }
  .hero-sticker strong { font-size: 14px; }
  .hero-tag { right: 0; bottom: 15px; }
  .feature-photo { min-height: 300px; }
  .feature-copy { padding-block: 53px 60px; }
  .review-card p { font-size: 22px; }
  .instagram-grid { grid-template-columns: 1fr; }
  .instagram-tile { min-height: 360px; }
  .instagram-note { grid-column: auto; }
  .address-card { padding: 36px 28px; }
  .address-card::before { right: -6px; }
  .address-pin { right: 22px; }
  summary { font-size: 20px; }
}
