@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Caveat:wght@600;700&display=swap');
:root{--red:#fa073d;--blue:#076cf3;--deep:#1015b5;--ink:#184386;--muted:#587cb7;--yellow:#ffca4f;--line:#dceaff;--shadow:0 12px 35px #173c6d0c;--content:1160px;--page:1440px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{width:100%;max-width:var(--page);margin:0 auto;background:#fff;font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;color:var(--deep);font-size:18px;line-height:1.3}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #006dfa;outline-offset:4px}button{cursor:pointer}img{max-width:100%;display:block}p,h1,h2,h3{margin:0}.container{width:min(var(--content),88%);margin-inline:auto}.skip-link{position:fixed;top:-80px;left:20px;background:#fff;padding:12px;z-index:20}.skip-link:focus{top:10px}.site-header{position:relative;z-index:5;background:linear-gradient(100deg,#fff,#ffffffed,#eaf7ffb0)}.header-inner{width:min(1280px,90%);height:98px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;flex-shrink:0;gap:4px;width:252px;height:62px}.brand-symbol{position:relative;display:block;width:45px;height:55px;overflow:hidden;flex-shrink:0}.brand-symbol img{position:absolute;width:144px;max-width:none;left:-49.5px;top:0}.brand-words{position:relative;display:block;width:204px;height:54px;overflow:hidden}.brand-words img{position:absolute;width:204px;max-width:none;top:-58px;left:0}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:16px;font-weight:500}.desktop-nav a:hover,.footer-nav a:hover{color:var(--red)}.powered{display:flex;align-items:center;gap:8px;flex-shrink:0}.powered small{display:block;font-size:12px;color:var(--ink);font-weight:600;margin:0 0 3px}.pay-symbol{width:36px;height:36px;display:block;overflow:hidden}.pay-symbol img{width:36px;max-width:none}.pay-words{display:block;width:101px;height:19px;overflow:hidden;position:relative}.pay-words img{position:absolute;max-width:none;width:101px;top:-106px}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:18px;border-radius:50px;padding:10px 26px;font-size:18px;font-weight:500;transition:transform .2s,box-shadow .2s,background .2s;border:1px solid transparent;white-space:nowrap}.button:hover{transform:translateY(-2px)}.button-red{background:linear-gradient(180deg,#ff4b58 0%,#fa0636 35%,#e40027 80%,#ff5260 100%);color:white;box-shadow:0 6px 18px #ff17464a,inset 0 1px 4px #fff6}.button-red:hover{box-shadow:0 8px 22px #f913465e}.button-outline{color:var(--blue);background:#ffffffda;border:2px solid #1677ff;padding-inline:36px}.header-cta{font-size:16px;min-height:44px;padding-inline:24px}.menu-toggle{display:none}.mobile-nav{display:none}.hero{position:relative;min-height:670px;isolation:isolate;overflow:hidden;background:#f5fbff}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-2}.hero-inner{padding-top:33px}.hero-copy{width:52%;max-width:620px}.eyebrow{font-family:Arial,sans-serif;color:var(--red);font-weight:700;letter-spacing:.22em;text-transform:uppercase;font-size:13px;margin-bottom:5px}.hero h1{font-family:Georgia,'Times New Roman',serif;color:var(--blue);font-size:clamp(38px,4.25vw,65px);line-height:1.02;letter-spacing:-.055em;font-weight:700}.hero h1>span{display:block;font-size:1.38em;color:var(--red);letter-spacing:-.055em}.hero-subtitle{font-family:Georgia,'Times New Roman',serif;font-size:clamp(21px,2.4vw,34px);font-weight:700;letter-spacing:-.045em;color:#2457a2;margin-top:6px}.hero-description{color:var(--muted);font-size:20px;line-height:1.35;max-width:390px;margin-top:14px}.hero-actions{display:flex;gap:14px;margin-top:22px}.handwritten{font-family:Caveat,'Segoe Print',cursive;font-size:38px;line-height:1.04;color:#0874fa;font-weight:700;transform:rotate(-10deg);margin:35px 0 0 28px;width:max-content;position:relative}.handwritten span{padding-left:25px}.handwritten:after{content:'';width:160px;height:9px;border-radius:50%;background:linear-gradient(90deg,#ffae00,#ffdf70);display:block;transform:rotate(-5deg);margin:8px 0 0 auto}.hero-signoff{position:absolute;right:4%;bottom:64px;transform:rotate(-12deg);font-family:Caveat,'Segoe Print',cursive;color:#0874fa;font-size:32px;line-height:.92;font-weight:700;padding:8px 14px;background:#ffffffc9;border-radius:50%}.hero-signoff span{margin-left:16px}.hero-signoff span:last-child{margin-left:30px}
.brand-symbol{height:47px}.brand-words{flex-shrink:0;clip-path:polygon(0 0,29% 0,29% 11px,100% 11px,100% 100%,0 100%)}.brand-words img{top:-60px}
/* Keep the hero artwork and content in the same centered page at wide resolutions. */
@media(max-width:1100px){.header-inner{gap:15px;width:92%}.brand{transform:scale(.86);transform-origin:left center;width:221px}.desktop-nav{gap:20px}.header-cta{padding-inline:19px}.powered{gap:5px}.hero{min-height:630px}.hero-copy{width:55%}.hero-art{object-position:55% center}.hero h1{font-size:47px}.hero-description{max-width:355px}.hero-actions .button{padding-inline:23px}.hero-signoff{right:2%}}
@media(max-width:850px){.header-inner{height:86px}.desktop-nav,.header-cta{display:none}.powered{margin-left:auto}.menu-toggle{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center;background:white;border:1px solid var(--line);border-radius:10px;width:43px;height:43px;padding:9px}.menu-toggle span{height:2px;width:21px;background:var(--deep)}.mobile-nav:not([hidden]){display:grid;padding:8px 6% 18px;grid-template-columns:repeat(4,1fr);gap:12px;text-align:center;background:#fff;border-top:1px solid var(--line)}.mobile-nav a{padding:10px 0}.hero{min-height:620px}.hero-copy{width:60%}.hero h1{font-size:41px}.hero-description{font-size:18px;max-width:320px}.hero-actions{gap:10px;flex-wrap:wrap}.hero-actions .button{padding-inline:20px}.handwritten{font-size:33px;margin-left:10px}.hero-signoff{font-size:28px}}
@media(max-width:600px){body{font-size:17px}.container{width:88%}.header-inner{height:84px;gap:8px}.brand{transform:scale(.71);width:185px}.powered{display:none}.menu-toggle{flex-shrink:0}.mobile-nav:not([hidden]){grid-template-columns:repeat(2,1fr)}.hero{min-height:800px;background:#f7fbff}.hero-art{top:auto;bottom:0;height:490px;object-fit:cover;object-position:75% bottom}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(#fff 0%,#fff 37%,#ffffffeb 44%,#fff0 63%)}.hero-inner{padding-top:20px}.hero-copy{width:100%;max-width:460px}.eyebrow{font-size:11px;letter-spacing:.18em}.hero h1{font-size:43px;letter-spacing:-.055em;max-width:430px}.hero h1>span{font-size:1.28em}.hero-subtitle{font-size:24px;margin-top:8px}.hero-description{max-width:350px;font-size:18px;margin-top:12px}.hero-actions{margin-top:18px;gap:10px}.hero-actions .button{font-size:17px;min-height:44px;padding-inline:20px}.handwritten{font-size:27px;line-height:.95;margin:28px 0 0 2px}.handwritten:after{width:100px;height:6px}.hero-signoff{font-size:26px;right:5%;bottom:24px}.hero-art{opacity:.98}}
@media(min-width:601px){.hero h1{font-size:clamp(32px,3.65vw,50px)}.hero h1>span{font-size:1.6em}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
.icon-library{position:absolute;width:0;height:0;overflow:hidden}.icon{width:44px;height:44px;flex-shrink:0;fill:none;stroke:var(--red);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.benefits{position:relative;z-index:2;background:#ffffffed;border-radius:22px;box-shadow:0 10px 36px #3d658119;display:grid;grid-template-columns:repeat(4,1fr);padding:23px 10px;margin-top:-32px;width:min(1260px,94%);scroll-margin-top:30px}.benefit{display:flex;align-items:center;justify-content:center;gap:17px;padding:0 18px;border-right:1px solid var(--line)}.benefit:last-child{border:0}.benefit h2{font-size:18px;font-weight:600;line-height:1.04}.benefit p{font-size:16px;color:var(--muted);margin-top:5px;white-space:nowrap}.benefit .icon{width:49px;height:49px}.content-background{background:radial-gradient(ellipse at -8% 42%,#e1f8ff88,transparent 33%),radial-gradient(ellipse at 108% 78%,#fff0f566,transparent 37%),#fff}.projects{padding-top:31px}.section-title{font-size:37px;line-height:1.08;letter-spacing:-.035em;font-weight:600;margin-bottom:18px}.section-title em{font-style:normal;color:var(--red)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.project-card{border-radius:15px;background:#fff;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);box-shadow:0 16px 35px #173c6d20}.project-photo{height:150px;background-image:url('assets/carnival-projects.png');background-repeat:no-repeat;background-size:300% auto}.photo-events{background-position:left 52%}.photo-market{background-position:center 52%}.photo-payment{background-position:right 52%}.project-icon{position:absolute;top:113px;left:14px;width:64px;height:64px;border-radius:50%;background:white;display:flex;align-items:center;justify-content:center}.project-icon .icon{width:36px;height:36px}.project-copy{padding:21px 21px 18px;display:flex;flex-direction:column;flex:1}.project-copy h3{font-size:22px;letter-spacing:-.035em;font-weight:600;line-height:1.1;margin-bottom:6px}.project-copy p{font-size:18px;color:var(--muted);line-height:1.2;max-width:320px}.project-link{font-size:15px;font-weight:500;margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:10px;border-top:1px solid #edf3ff;color:#245ca6}.project-link span{font-size:20px;line-height:.9;color:var(--red)}.features{padding-top:30px;padding-bottom:28px}.features .section-title{font-size:35px;margin-bottom:15px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.feature-card{display:flex;align-items:flex-start;gap:16px;background:#fff;border-radius:14px;padding:18px;box-shadow:var(--shadow)}.feature-card .icon{width:39px;height:39px}.feature-card h3{font-size:18px;line-height:1.08;font-weight:600;letter-spacing:-.03em;margin-bottom:6px}.feature-card p{font-size:16px;line-height:1.2;color:var(--muted)}.contact{position:relative;background:linear-gradient(90deg,#edf9ffd9,#e8f5ff4d 72%),url('assets/carnival-bay.png') center 55% / cover;min-height:270px;display:flex;align-items:center}.contact-inner{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;padding:28px 24px 35px}.contact-copy h2{font-size:44px;line-height:1;letter-spacing:-.04em;font-weight:600}.contact-copy h3{font-size:24px;font-weight:500;margin:4px 0 7px}.contact-copy>p:last-child{font-size:20px;color:#285ca5;max-width:440px;line-height:1.25}.contact-form{background:#fffffff7;border-radius:16px;padding:16px;box-shadow:var(--shadow);max-width:455px;width:100%;justify-self:end}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:9px}.contact-form label{display:block}.contact-form input,.contact-form textarea{width:100%;display:block;background:#fcfdff;border:1px solid #d5e5ff;color:var(--ink);border-radius:7px;padding:10px 12px;font-size:16px;line-height:1.15}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b87b8;opacity:1}.contact-form textarea{min-height:65px;resize:vertical}.contact-form .button{width:100%;min-height:42px;font-size:18px;margin-top:10px;padding-block:8px}.form-note{font-size:12px;color:#637494;line-height:1.3;text-align:center;margin-top:8px}.form-note a{text-decoration:underline;text-underline-offset:2px}.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}.site-footer{position:relative;background:#fffffff7;border-radius:25px 25px 0 0;margin-top:-15px;padding:28px 0 30px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-nav{display:flex;gap:26px;font-size:16px}.footer-motto{font-family:Caveat,'Segoe Print',cursive;color:#155cab;font-size:23px;line-height:1.03;transform:rotate(-5deg)}.footer-motto strong{font-weight:700;color:var(--blue)}.footer-bottom{margin-top:21px;display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:14px;color:#4671ad}.footer-links{display:flex;align-items:center;gap:15px;color:#5f81bc}.footer-links button{border:0;background:none;color:inherit;padding:0;font:inherit}.footer-links a:hover,.footer-links button:hover{color:var(--red)}.info-dialog{width:min(480px,90vw);padding:32px;border:0;border-radius:20px;color:var(--ink);box-shadow:0 25px 80px #001d6355}.info-dialog::backdrop{background:#061b5377;backdrop-filter:blur(3px)}.info-dialog h2{font-size:32px;color:var(--deep);margin-bottom:20px}.info-dialog>p:not(.eyebrow){margin-top:14px;font-size:18px}.info-dialog a{color:var(--blue);text-decoration:underline}.dialog-close{position:absolute;top:10px;right:14px;border:0;background:#f1f6fd;color:var(--ink);width:34px;height:34px;border-radius:50%;font-size:26px;line-height:1}
@media(max-width:1100px){.benefit{gap:11px;padding-inline:12px}.benefit .icon{width:40px;height:40px}.benefit h2{font-size:17px}.benefit p{font-size:15px}.section-title{font-size:33px}.features .section-title{font-size:31px}.project-grid{gap:18px}.project-copy{padding-inline:18px}.project-copy h3{font-size:20px}.project-copy p{font-size:17px}.feature-card{gap:12px;padding:15px 13px}.feature-card .icon{width:35px;height:35px}.feature-card h3{font-size:17px}.contact-inner{gap:35px;padding-inline:15px}.footer-top{gap:15px}.footer-nav{gap:21px}.footer-motto{display:none}}
@media(max-width:850px){.benefits{grid-template-columns:repeat(2,1fr);padding:8px 12px;row-gap:0;width:88%;margin-top:-20px}.benefit{padding:15px 10px;justify-content:flex-start;gap:16px}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}.benefit:nth-child(3),.benefit:nth-child(4){padding-top:18px}.benefit h2 br{display:none}.project-photo{height:130px}.project-icon{top:94px;width:56px;height:56px}.project-icon .icon{width:31px;height:31px}.project-copy{padding:18px 15px}.project-copy h3{font-size:20px}.project-copy p{font-size:16px}.project-link{font-size:14px}.feature-grid{grid-template-columns:repeat(2,1fr)}.feature-card{padding:18px;gap:16px}.feature-card h3{font-size:18px}.feature-card p{font-size:17px}.contact-inner{gap:24px;padding-inline:0}.contact-copy h2{font-size:39px}.contact-copy h3{font-size:22px}.contact-copy>p:last-child{font-size:18px}.form-row{grid-template-columns:1fr;gap:8px}.footer-top{flex-wrap:wrap}.footer-top .powered{display:flex}.footer-nav{order:3;width:100%;justify-content:center;padding-top:12px}.footer-bottom{font-size:14px}}
@media(max-width:600px){.benefits{width:92%;padding:6px 9px;border-radius:18px;margin-top:-15px}.benefit{gap:10px;padding:15px 9px;align-items:flex-start}.benefit .icon{width:31px;height:31px;margin-top:2px}.benefit h2{font-size:16px;line-height:1.05}.benefit p{font-size:14px;white-space:normal;line-height:1.14}.benefit:nth-child(3) h2 br{display:block}.projects{padding-top:28px}.section-title,.features .section-title{font-size:31px;line-height:1.05;max-width:440px;margin-bottom:17px}.project-grid{grid-template-columns:1fr;gap:19px}.project-photo{height:175px;background-size:300% auto}.project-icon{top:139px;width:59px;height:59px}.project-copy{padding:22px 20px 17px}.project-copy h3{font-size:24px;margin-bottom:6px}.project-copy p{font-size:19px;max-width:none}.project-link{font-size:16px}.features{padding-top:29px;padding-bottom:29px}.feature-grid{gap:10px}.feature-card{padding:16px 13px;display:block}.feature-card .icon{width:34px;height:34px;margin-bottom:9px}.feature-card h3{font-size:18px}.feature-card p{font-size:16px}.feature-card:last-child{grid-column:1/-1;display:flex;gap:16px;align-items:center}.feature-card:last-child .icon{margin-bottom:0}.contact{background-position:53% center}.contact-inner{grid-template-columns:1fr;gap:22px;padding:28px 0 42px}.contact-copy{text-shadow:0 1px 8px #fff}.contact-copy h2{font-size:42px}.contact-copy h3{font-size:23px}.contact-copy>p:last-child{font-size:19px;max-width:360px}.contact-form{justify-self:stretch;max-width:none;padding:16px}.form-row{grid-template-columns:1fr 1fr}.form-row input{padding-inline:10px;font-size:15px;min-width:0}.contact-form textarea{min-height:85px}.contact-form .button{min-height:45px}.site-footer{padding-top:22px;padding-bottom:24px}.footer-top .brand{width:180px}.footer-top{gap:14px}.footer-top .powered{transform:scale(.8);transform-origin:right center;margin-left:0}.footer-nav{justify-content:space-between;gap:15px;font-size:17px;padding-top:0}.footer-bottom{flex-direction:column;align-items:flex-start;gap:17px;margin-top:22px;font-size:14px}.footer-links{gap:17px}}
@media(max-width:360px){.hero h1{font-size:38px}.hero-subtitle{font-size:21px}.hero-actions .button{font-size:16px;padding-inline:15px}.benefit{padding-inline:5px;gap:7px}.benefit .icon{width:25px;height:25px}.benefit h2{font-size:15px}.footer-top .brand{width:157px}.footer-top .powered{width:105px;transform:scale(.72)}.form-row{grid-template-columns:1fr}}
