@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f6f5f0;--ink:#20201e;--orange:#ff653d}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #3458f5;outline-offset:6px}header{padding:30px 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #20201e22}.wordmark{font-family:Manrope,Arial,sans-serif;font-weight:800;font-size:30px;letter-spacing:-1.6px;line-height:.95;position:relative;display:block;width:max-content}.wordmark span{display:block;font-size:16px;letter-spacing:-.5px;margin-top:4px}.wordmark i{position:absolute;right:-39px;top:1px;font-size:42px;color:var(--orange);font-style:normal}nav{display:flex;gap:36px;font-size:14px;font-weight:600}.hero{padding:64px 5% 58px}.eyebrow{text-transform:uppercase;letter-spacing:1.4px;font-size:12px;font-weight:700}.hero h1{font:800 clamp(64px,8.8vw,140px)/.98 Manrope,Arial,sans-serif;letter-spacing:-.065em;margin:38px 0 45px;position:relative;max-width:1200px}.hero em,.contact em{font-family:Georgia,serif;font-weight:400;letter-spacing:-.07em}.asterisk{position:absolute;color:var(--orange);font-size:220px;right:9%;top:30px;font-weight:400;line-height:1}.hero-bottom{display:flex;align-items:end;justify-content:space-between}.hero p{font-size:20px;margin:0}.round-link{display:flex;gap:35px;align-items:center;font-size:14px;font-weight:700}.round-link span{display:grid;place-items:center;border:1px solid;width:56px;height:56px;border-radius:50%;font-size:25px}.section-heading{margin:0 5%;padding:24px 0;border-top:1px solid #20201e;display:flex;justify-content:space-between;gap:16px;font-size:13px}.section-heading p{margin:0}.venture{display:grid;grid-template-columns:1fr 1fr;min-height:570px}.venture-copy{padding:58px 10%;display:flex;flex-direction:column;align-items:start}.brand-name{font-size:15px;font-weight:700;margin:38px 0 14px}.venture h2{font:700 clamp(36px,3.8vw,62px)/1.08 Manrope,Arial,sans-serif;letter-spacing:-.045em;margin:0 0 22px}.venture-copy>p:not(.brand-name){max-width:400px;margin:0 0 30px;font-size:17px}.explore{border:0;border-bottom:1px solid currentColor;background:none;padding:10px 0;display:flex;gap:32px;justify-content:space-between;margin-top:auto;font-weight:600;text-align:left}.explore span{transition:transform .2s}.explore:hover span{transform:translate(3px,-3px)}.venture-art{display:grid;place-items:center;overflow:hidden;position:relative;min-height:450px}.brand-type{font:800 clamp(44px,5.6vw,90px)/1.04 Manrope,Arial,sans-serif;letter-spacing:-.07em;transform:rotate(-6deg);padding:36px}.visual-small{display:block;font:700 10px/1.5 'DM Sans',sans-serif;letter-spacing:2px;margin-top:30px}.martial{background:#ff663f}.martial .venture-art{background:#20201e;color:#ff754c}.martial .brand-type{font-size:clamp(27px,3.3vw,54px);letter-spacing:-.055em;transform:rotate(-12deg);border-top:8px solid;border-bottom:8px solid;padding:25px 0}.beverage{background:#eae4d5}.beverage .venture-art{background:#173d34;color:#eddb9c}.beverage .brand-type{font-family:Georgia,serif;font-weight:400;letter-spacing:-.05em;font-size:clamp(44px,5vw,80px);text-align:center;transform:none}.eddie{background:#ffdc39}.eddie .venture-art{background:#eebd14}.eddie .brand-type{font-size:clamp(80px,10vw,160px);line-height:.85}.eddie em{font-family:Georgia,serif;font-weight:400}.books{background:#e9eafa;color:#232564}.books .venture-art{background:#34377e;color:#eaeafa}.books .brand-type{font-family:Georgia,serif;font-weight:400;transform:rotate(-7deg);border-bottom:2px solid;padding-bottom:45px}.monsters{background:#cfec9a;color:#24351c}.monsters .venture-art{background:#8ebd56}.monsters .brand-type{letter-spacing:-.08em;transform:rotate(5deg)}.puzzle{background:#d7f6f5;color:#062d3a}.puzzle .venture-art>img:first-child{width:100%;height:100%;position:absolute;object-fit:cover}.app-icon{width:190px;border-radius:42px;position:relative;box-shadow:0 28px 50px #083b5860;transform:rotate(8deg)}.about{padding:95px 5%}.about h2,.contact h2{font:700 clamp(38px,5vw,78px)/1.08 Manrope,sans-serif;letter-spacing:-.05em;margin:32px 0 45px}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:980px;margin-left:auto}.about-copy p{margin:0;font-size:18px}.contact{padding:72px 5%;background:#ff653d}.contact h2{margin:30px 0}.contact>a{font-size:clamp(18px,2.7vw,36px);border-bottom:1px solid;padding-bottom:8px;display:inline-block;overflow-wrap:anywhere}.contact p{font-size:14px}footer{padding:48px 5%;display:flex;justify-content:space-between;align-items:start;gap:30px;font-size:13px}footer p{margin:4px 0}.text-button{background:none;border:0;text-decoration:underline;padding:0}dialog{border:0;background:var(--paper);padding:64px;width:min(640px,calc(100% - 32px));max-height:85dvh;box-shadow:0 30px 120px #0003;color:var(--ink)}dialog::backdrop{background:#171719ad;backdrop-filter:blur(8px)}dialog h2{font:700 40px/1.1 Manrope,sans-serif;letter-spacing:-2px;margin:30px 0 24px}dialog p{font-size:18px}.close{position:absolute;right:18px;top:12px;background:none;border:0;font-size:32px;width:44px;height:44px}.modal-link{display:inline-block;background:var(--ink);color:white;padding:15px 22px;margin-top:16px}.modal-open{overflow:hidden}.skip{position:absolute;left:15px;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:15px}@media(min-width:1600px){body{max-width:1800px;margin:auto}}@media(max-width:800px){header{padding:25px 6%}nav{gap:20px}nav a:nth-child(2){display:none}.hero{padding:45px 6%}.hero h1{font-size:clamp(58px,11vw,88px);letter-spacing:-.065em}.asterisk{font-size:110px;right:0;top:64px}.hero-bottom{gap:30px}.hero p{font-size:16px}.round-link{gap:12px;font-size:13px}.round-link span{width:40px;height:40px;flex-shrink:0}.section-heading{margin:0 6%}.section-heading p{display:none}.venture{grid-template-columns:1fr}.venture-copy{padding:38px 6%;min-height:440px}.venture h2{font-size:44px}.brand-name{margin-top:28px}.venture-art{min-height:340px}.brand-type{font-size:76px}.martial .brand-type{font-size:42px}.beverage .brand-type{font-size:65px}.eddie .brand-type{font-size:110px}.about{padding:60px 6%}.about-copy{grid-template-columns:1fr;gap:20px}.contact{padding:55px 6%}footer{flex-wrap:wrap;padding:40px 6%;gap:32px}footer>div{width:100%}dialog{padding:52px 26px 32px}dialog h2{font-size:34px;overflow-wrap:anywhere}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}} 
@media(max-width:500px){.asterisk{display:none}.hero-bottom{align-items:start;flex-direction:column}.hero h1{font-size:58px}.venture h2{font-size:39px}.brand-type{font-size:65px}.martial .brand-type{font-size:33px}nav{gap:14px;font-size:13px}}
/* Portfolio colours and artwork taken from each business's own identity. */
.official-logo{position:relative;display:block;max-width:76%;height:auto;z-index:1}.scene{position:absolute;width:100%;height:100%;object-fit:cover;inset:0}.martial{background:#ece9e2;color:#232323}.martial .venture-art,.modal-brand.martial{background:#6a5a8c}.martial-logo{width:390px}.beverage{background:#221807;color:#edb38d}.beverage .venture-art{background:#221807}.coffee-scene{filter:brightness(.25)}.coffee-logo{width:260px;max-width:55%}.eddie{background:#f5f0e1;color:#1f1b16}.eddie .venture-art,.modal-brand.eddie{background:#ffd600}.eddie-brand{position:absolute;left:9%;top:12%;font:700 clamp(36px,5vw,76px)/.9 Georgia,serif;letter-spacing:-4px}.eddie-brand span{display:block}.eddie-mascot{width:85%;max-height:95%;object-fit:contain;position:absolute;bottom:-3%;right:-8%}.books{background:#bee3db;color:#1b2568}.books .venture-art,.modal-brand.books{background:#1b2568}.books-logo{width:380px}.monsters{background:#cee2b4;color:#122613}.monsters .venture-art{background:#17262b}.monsters .scene{object-position:center center}.monsters-logo{position:absolute;top:25px;width:320px;max-width:68%;filter:drop-shadow(0 4px 8px #0008)}.modal-brand{height:230px;position:relative;display:grid;place-items:center;overflow:hidden;margin:24px 0}.modal-brand .official-logo{max-height:170px;max-width:65%;width:auto}.modal-brand .monsters-logo{max-width:50%;top:14px}.modal-brand .app-icon{width:110px;border-radius:25px}.modal-brand .eddie-brand{font-size:52px;top:28%;left:18%}.modal-brand .eddie-mascot{width:65%;right:0;max-height:100%}.modal-brand.beverage{background:#221807}.modal-brand .scene{position:absolute;width:100%;height:100%;object-fit:cover}
