
/* Theme: edit these tokens to change the palette. All destinations live in the HTML. */
:root{--paper:#f2f2f0;--ink:#202020;--muted:#626262;--gold:#d1d1cf;--line:#d7d7d5;--dark:#202020}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:3px solid #686868;outline-offset:5px}a:hover{color:#555555}.wrap{max-width:1120px;margin:auto;width:calc(100% - 64px)}header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-family:Georgia,serif;font-size:27px;letter-spacing:-1.4px;font-weight:bold;display:inline-flex;align-items:center;gap:12px;min-height:44px}.wordmark .icon{width:25px;color:#777777}.nav{display:flex;gap:30px;font-size:13px}.nav a{display:flex;align-items:center;min-height:44px}.menu{display:none}.icon{width:20px;height:20px;flex-shrink:0}.eyebrow{text-transform:uppercase;font-size:10px;letter-spacing:2.5px;font-weight:650;display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:26px;height:1px;background:currentColor}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.08}h1{font-size:clamp(58px,6.5vw,82px);letter-spacing:-4px;margin:25px 0}h1 em{font-weight:400;color:#747474}p{color:var(--muted)}.hero{display:grid;grid-template-columns:1.14fr 1fr;gap:58px;align-items:center;padding:66px 0 72px}.hero p{max-width:415px;font-size:15px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:12px 18px;background:var(--ink);color:var(--paper);border:1px solid var(--ink);border-radius:4px;font-size:12px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#404040;color:white;transform:translateY(-2px)}.button .icon:last-child{width:15px}.button.light{background:transparent;color:var(--ink);border-color:#b9b9b7}.button.light:hover{background:#e5e5e3}.hero-art{position:relative}.hero-art>svg{width:100%;display:block;border-radius:4px}.art-caption{display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;text-transform:uppercase;margin-top:13px;color:var(--muted)}.hero-note{font-size:10px!important;letter-spacing:1.2px;text-transform:uppercase;margin-top:35px!important}.section{padding:70px 0;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px;gap:24px}h2{font-size:44px;letter-spacing:-1.7px}.section-head .eyebrow{margin-bottom:15px}.section-head>p{font-size:13px}.socials{display:grid;grid-template-columns:1fr 1fr;gap:24px}.social{border:1px solid var(--line);border-radius:5px;padding:30px;position:relative}.social>.icon{width:30px;height:30px;margin-bottom:25px}h3{font-size:30px;letter-spacing:-.7px}.social p{font-size:14px;margin:12px 0 22px}.text-link{display:inline-flex;gap:18px;align-items:center;min-height:44px;font-size:12px;font-weight:650;border-bottom:1px solid #a7a7a5}.social .number{position:absolute;right:30px;top:30px;font-size:11px;color:#777777;letter-spacing:2px}.community{background:var(--dark);color:var(--paper);padding:65px 0}.community-inner{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:30px}.community .big-icon{width:68px;height:68px;border:1px solid #686868;border-radius:50%;display:grid;place-items:center;color:var(--gold)}.big-icon .icon{width:30px;height:30px}.community .eyebrow{color:var(--gold);margin-bottom:15px}.community h2{font-size:40px}.community p{color:#c7c7c5;font-size:14px;margin-top:14px}.button.gold{background:var(--gold);color:var(--ink);border-color:var(--gold)}.button.gold:hover{background:#e3e3e1}.gear{display:grid;grid-template-columns:1fr 1fr;gap:75px;align-items:center}.gear .eyebrow{margin-bottom:20px}.gear h2{max-width:340px}.gear p{margin:20px 0 12px;font-size:14px}.offer{background:#e7e7e5;padding:32px;border-radius:5px;border:1px solid #d2d2d0}.offer-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.offer-top span{font-size:10px;letter-spacing:2px;text-transform:uppercase}.offer h3{font-size:29px}.offer p{margin:12px 0 20px}.code-row{display:flex;align-items:center;border:1px dashed #999999;border-radius:3px;padding:6px 8px 6px 14px;justify-content:space-between;gap:12px}.code-row code{font-size:16px;letter-spacing:1px;user-select:all}.copy{background:transparent;border:0;border-left:1px solid #bdbdbb;min-height:44px;padding:0 12px;cursor:pointer;font-size:12px}.copy:hover{background:#dadad8}.status{font-size:12px!important;min-height:22px;margin:7px 0 8px!important}.offer .text-link{margin-top:3px}.support{text-align:center;padding:65px 20px 75px}.support>.icon{color:#737373;width:26px;height:26px;margin-bottom:20px}.support p{max-width:465px;margin:18px auto 25px;font-size:14px}.support .button{margin:auto}footer{border-top:1px solid var(--line);padding:35px 0}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-main p{font-size:11px;margin-top:5px}.footer-links{display:flex;gap:23px;font-size:12px}.footer-links a{min-height:44px;display:flex;align-items:center}.copyright{font-size:10px;margin-top:30px;color:#737373}.skip{position:absolute;top:-80px;left:20px;background:var(--paper);padding:12px;z-index:5}.skip:focus{top:10px}
@media(max-width:900px){.hero{gap:30px}.actions{flex-direction:column;align-items:stretch}.hero h1{font-size:65px}.community-inner{grid-template-columns:60px 1fr;gap:24px}.community .button{grid-column:2;justify-self:start}.gear{gap:35px}.nav{gap:18px}.hero-note{margin-top:20px!important}}
@media(max-width:600px){.wrap{width:calc(100% - 40px)}header{height:auto;min-height:80px;flex-wrap:wrap}.wordmark{font-size:25px}.menu{display:block;min-height:44px;padding:8px 12px;background:none;border:1px solid var(--line);border-radius:3px;font-size:12px;color:var(--ink)}.nav{display:flex;width:100%;flex-wrap:wrap;gap:0 22px;padding:8px 0 15px}.js .nav{display:none}.js .nav.open{display:flex}.hero{grid-template-columns:1fr;padding:43px 0 45px;gap:32px}.hero h1{font-size:64px;letter-spacing:-3px;margin:20px 0}.hero p{font-size:14px;max-width:100%}.actions{margin-top:24px;gap:10px}.hero-note{display:none}.hero-art{max-height:320px;overflow:hidden;border-radius:4px}.hero-art>svg{margin-top:-50px}.art-caption{display:none}.section{padding:45px 0}.section-head{display:block;margin-bottom:24px}.section-head>p{margin-top:15px}h2{font-size:36px}.socials{grid-template-columns:1fr;gap:16px}.social{padding:24px}.social>.icon{margin-bottom:18px}.community{padding:43px 0}.community-inner{grid-template-columns:1fr;gap:23px}.community .big-icon{width:52px;height:52px}.community .button{grid-column:1}.community h2{font-size:36px}.gear{grid-template-columns:1fr;gap:32px}.gear h2{max-width:none}.offer{padding:24px}.support{padding:48px 0}.footer-main{align-items:start;flex-direction:column;gap:16px}.copyright{margin-top:20px}.footer-links{gap:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Supplied photo stays embedded for single-file delivery. */
.hero-art>img{display:block;width:100%;height:auto;aspect-ratio:480/540;object-fit:cover;border-radius:4px;object-position:center}
.contact{display:flex;justify-content:space-between;align-items:center;gap:30px}.contact .eyebrow{margin-bottom:16px}.contact p{font-size:14px;margin-top:18px}.contact .button{flex-shrink:0}
@media(max-width:600px){.hero-art{max-height:none;overflow:visible}.hero-art>img{aspect-ratio:1/1;object-fit:contain}.contact{align-items:flex-start;flex-direction:column;gap:24px}.contact .button{max-width:100%;font-size:12px}}
/* Photo-matched monochrome palette and contact layout. */
.contact{padding-top:60px;padding-bottom:64px;gap:48px;align-items:center}
.contact-intro{flex:1}.contact h2{font-size:44px}.contact p{line-height:1.8}
.contact-details{min-width:340px;border-left:1px solid var(--line);padding:8px 0 8px 44px;display:flex;flex-direction:column;align-items:flex-start}
.contact-label{text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:650;color:var(--muted)}
.email-address{font-size:22px;letter-spacing:-.6px;min-height:44px;display:flex;align-items:center;margin:8px 0 20px;overflow-wrap:anywhere}
.email-address:hover{text-decoration:underline;text-underline-offset:5px}.contact-details .button{min-width:150px}
@media(max-width:750px){.contact{flex-direction:column;align-items:stretch;gap:28px}.contact-details{min-width:0;border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.contact h2{font-size:36px}.email-address{font-size:clamp(18px,5vw,22px)}.contact-details .button{width:100%}}

.featured-video{display:grid;grid-template-columns:1fr 320px;gap:70px;align-items:center}.video-copy .eyebrow{margin-bottom:20px}.video-copy p{font-size:15px;margin:20px 0 14px;max-width:350px}.video-player{aspect-ratio:9/16;width:100%;background:#202020;border-radius:5px;overflow:hidden}.video-cover{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:#f2f2f0;padding:24px;text-align:center}.video-cover>span{font-size:14px}.video-cover p{font-size:11px;color:#c7c7c5}.video-player iframe{width:100%;height:100%;border:0;display:block}.video-status{font-size:11px;margin-top:12px}.video-cover [hidden]{display:none}
@media(max-width:600px){.featured-video{grid-template-columns:1fr;gap:28px}.video-column{width:100%;max-width:320px;justify-self:center}.video-copy p{margin-top:16px}}


.gear-intro{padding:55px 0 50px;display:grid;grid-template-columns:1fr 230px;gap:60px;align-items:center}.gear-intro h1{font-size:72px;margin:20px 0}.gear-intro p{max-width:490px}.gear-photo{width:230px;height:230px;object-fit:cover;border-radius:4px}.back{font-size:12px;display:inline-flex;align-items:center;min-height:44px;margin-bottom:18px}.category-nav{display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0}.category-nav a{font-size:12px;min-height:44px;display:flex;align-items:center;padding:8px 16px;border:1px solid var(--line);border-radius:3px}.category-nav a:hover{background:#e5e5e3}.equipment-section{display:grid;grid-template-columns:220px 1fr;gap:45px;padding:48px 0;border-bottom:1px solid var(--line)}.equipment-section h2{font-size:32px}.equipment-list{display:grid;grid-template-columns:1fr 1fr;gap:0 30px}.equipment-item{padding:0 0 25px;margin-bottom:25px;border-bottom:1px solid var(--line)}.equipment-item h3{font-size:24px;line-height:1.25}.equipment-item p{font-size:13px;margin-top:10px}.equipment-item .text-link{margin-top:14px;font-size:11px}.gear-contact{padding:48px 0;display:flex;justify-content:space-between;gap:20px;align-items:center}.gear-contact p{margin-top:10px;font-size:14px}.gear-contact h2{font-size:30px}.nav [aria-current]{text-decoration:underline;text-underline-offset:6px}
@media(max-width:750px){.gear-intro{grid-template-columns:1fr 150px;gap:25px}.gear-photo{width:150px;height:180px}.gear-intro h1{font-size:55px}.equipment-section{grid-template-columns:1fr;gap:25px}.gear-contact{align-items:flex-start;flex-direction:column}}
@media(max-width:450px){.gear-intro{grid-template-columns:1fr;padding:30px 0}.gear-photo{display:none}.equipment-list{grid-template-columns:1fr}.equipment-section{padding:35px 0}.equipment-item{margin-bottom:18px;padding-bottom:18px}.category-nav{gap:8px}.category-nav a{padding:8px 12px}.gear-intro h1{font-size:56px}}


[hidden]{display:none!important}img{max-width:100%}h1{overflow-wrap:anywhere}h1 em{color:#646464}.wordmark .icon,.social .number,.copyright{color:#626262}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #0877bb;outline-offset:4px}.nav{gap:20px}.footer-links{flex-wrap:wrap;gap:8px 22px}.footer-main{align-items:flex-start}.footer-links button{border:0;background:none;padding:0;min-height:44px;color:inherit;cursor:pointer;font-size:12px}.legal-links{display:flex;flex-wrap:wrap;gap:8px 24px;margin-top:24px;align-items:center}.legal-links a,.legal-links button{font-size:13px;min-height:44px;display:inline-flex;align-items:center}.legal-links button{background:none;border:0;text-decoration:underline;cursor:pointer;color:var(--ink)}.page{max-width:820px;padding:60px 0 80px}.page h1{font-size:clamp(44px,7vw,70px);letter-spacing:-2px}.page h2{font-size:30px;margin:38px 0 14px}.page p,.page ul{margin:16px 0}.page a:not(.button){text-decoration:underline;text-underline-offset:3px}.badge{display:inline-block;background:#202020;color:#f2f2f0;border-radius:50px;padding:8px 16px;font-size:12px;letter-spacing:2px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:38px 0}.service-grid article{border:1px solid var(--line);padding:24px;border-radius:5px}.service-grid h2{margin:0;font-size:24px}.service-grid p{font-size:14px}.service-teaser{padding:45px 0;border-top:1px solid var(--line)}.service-teaser h2{margin:16px 0}.cookie-banner{position:fixed;bottom:16px;left:16px;right:16px;max-width:660px;background:#f2f2f0;border:1px solid #626262;padding:22px;box-shadow:0 4px 30px #0003;z-index:20;border-radius:8px;max-height:85vh;overflow:auto}.cookie-banner h2{font-size:24px;letter-spacing:0}.cookie-banner p{font-size:14px;margin:10px 0}.cookie-actions{display:flex;gap:12px;flex-wrap:wrap}.cookie-banner label{display:block;margin:12px 0}.cookie-banner input{width:20px;height:20px;vertical-align:middle;margin-right:8px}.contact-form{max-width:700px;margin:30px 0}.contact-form label{display:block;font-weight:600;margin-top:18px}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #626262;border-radius:4px;background:white;color:#202020;font:inherit}.contact-form textarea{min-height:160px;resize:vertical}.contact-form fieldset{border:0;padding:0;margin:0;min-width:0}.contact-form button{margin-top:18px}.contact-form button:disabled{opacity:.65;cursor:not-allowed}.trap{position:absolute;left:-10000px}.form-note{font-size:14px;margin:12px 0}.page .status{font-size:15px!important}.video-cover a{color:#f2f2f0}.video-cover a:hover{color:white;text-decoration:underline}
@media(max-width:900px){header{flex-wrap:wrap;height:auto;padding:14px 0}.nav{flex-wrap:wrap;gap:5px 18px}.service-grid{grid-template-columns:1fr}.hero,.featured-video{gap:28px}.featured-video{grid-template-columns:1fr 280px}}
@media(max-width:600px){.featured-video{grid-template-columns:1fr}.page{padding:35px 0 55px}.hero h1{font-size:clamp(46px,12vw,64px)}.wrap{width:calc(100% - 32px)}.cookie-banner{bottom:8px;left:8px;right:8px;padding:18px}.cookie-actions .button{flex:1 1 140px}.actions{align-items:flex-start}.nav{width:100%}}

.actions .text-link{font-size:14px}.cookie-banner a{text-decoration:underline}.cookie-actions .button{background:transparent;color:#202020;border-color:#626262}.cookie-actions .button:hover{background:#e5e5e3}.cookie-banner input{accent-color:#202020}.contact .button,.button{touch-action:manipulation}

/* Consistent gear cards and spacing. */
.equipment-list{gap:18px;align-items:stretch}
.equipment-item{display:flex;flex-direction:column;padding:24px;margin:0;border:1px solid var(--line);border-radius:6px;background:#f7f7f5;min-width:0}
.equipment-item h3{font-size:23px;line-height:1.25;letter-spacing:-.4px}
.equipment-item p{margin:12px 0 18px;font-size:14px;line-height:1.6}
.equipment-item .text-link{margin-top:auto;align-self:flex-start}
.equipment-section{align-items:start}
.equipment-section h2{line-height:1.2}
@media(max-width:600px){.equipment-list{grid-template-columns:1fr}.equipment-item{padding:22px}.equipment-section{gap:22px}}

.gear-solo{grid-template-columns:1fr}.gear-solo h2{max-width:none}.gear-solo p{max-width:600px}

/* Gear and a compact support panel share one balanced row. */
.gear-support{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:48px;align-items:center}
.gear-support-main h2{max-width:490px}.gear-support-main p{font-size:14px;margin:18px 0 12px;max-width:480px}.gear-support-main .eyebrow{margin-bottom:18px}
.support-compact{padding:28px;border:1px solid var(--line);border-radius:6px;background:#e7e7e5;text-align:left}
.support-compact h2{font-size:28px;letter-spacing:-.7px;line-height:1.2}.support-compact p{font-size:14px;line-height:1.65;margin:12px 0 16px}.support-compact .text-link{font-size:13px;gap:10px}
@media(max-width:700px){.gear-support{grid-template-columns:1fr;gap:28px}.support-compact{padding:24px}.support-compact h2{font-size:26px}}

/* Simple centred setup section, without decorative artwork. */
#gear.setup-centered{display:block;padding:64px 16px;text-align:center}
#gear .setup-centered-copy{display:block;width:100%;max-width:640px;margin-left:auto;margin-right:auto;text-align:center}
#gear .setup-label{font:650 11px/1.5 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:2.5px;color:#626262;margin:0 0 20px;text-align:center}
#gear h2{font-size:clamp(32px,4vw,44px);line-height:1.15;letter-spacing:-1.3px;margin:0 auto;max-width:540px;text-align:center}
#gear .setup-description{font-size:15px;line-height:1.8;max-width:460px;margin:20px auto 18px;text-align:center}
#gear .text-link{font-size:13px;display:inline-flex;margin:0 auto}
@media(max-width:600px){#gear.setup-centered{padding:46px 16px}#gear .setup-description{font-size:14px}}

/* Business homepage and direct header contact. */
header{gap:20px;min-height:100px;height:auto;flex-wrap:wrap;padding:16px 0}
.header-email{font-size:12px;font-weight:600;min-height:44px;display:inline-flex;align-items:center;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.hero h1{font-size:clamp(46px,5.3vw,68px);letter-spacing:-2.5px;line-height:1.08}.hero .launch-note{font-size:12px;font-weight:600;color:#484848;margin-top:18px}
.business-heading{margin-bottom:32px}.business-heading .eyebrow{margin-bottom:16px}.business-heading h2{font-size:38px;line-height:1.15}
.business-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}.business-cards article{display:flex;flex-direction:column;align-items:flex-start;padding:30px;border:1px solid var(--line);border-radius:6px}.business-cards h3{font-size:28px;line-height:1.2;margin:20px 0 14px}.business-cards p{font-size:14px;margin-bottom:20px}.business-cards .text-link{margin-top:auto}.business-cards .badge{font-size:10px;padding:5px 12px}
@media(max-width:700px){.header-email{order:3;width:100%;font-size:13px;min-height:32px}.nav{order:4}.menu{margin-left:auto}.business-cards{grid-template-columns:1fr}.business-cards article{padding:24px}.business-heading h2{font-size:32px}.hero h1{font-size:clamp(44px,10vw,60px)}}

/* Shared visual finish: consistent type, rhythm and responsive navigation. */
:root{--card:#f8f8f6;--radius:7px}
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3{text-wrap:balance}p{overflow-wrap:break-word}a,button{transition:background-color .18s,color .18s,border-color .18s}
.wrap{width:calc(100% - 64px)}header{display:grid;grid-template-columns:auto 1fr auto;gap:24px;padding:20px 0;min-height:104px}
header .nav{justify-content:center;gap:22px;font-size:13px}header .header-email{font-size:12px;font-weight:500;text-decoration-color:#aaa;white-space:nowrap}
.nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:1px}.nav a:hover{text-decoration:underline;text-underline-offset:7px}
.button{border-radius:5px;font-size:13px;padding:12px 20px;min-height:48px}.text-link{line-height:1.5;text-underline-offset:5px;min-height:44px;padding:8px 0;border-bottom-color:#aaa}
.hero{padding:64px 0 72px}.hero p{line-height:1.85}.hero-art>img,.gear-photo{border-radius:var(--radius)}.art-caption{line-height:1.5}
.section{padding:64px 0}.section-head{margin-bottom:28px}.social,.business-cards article,.service-grid article,.equipment-item{border-color:#d7d7d3;border-radius:var(--radius);background:var(--card)}
.social{padding:30px}.social h3{font-size:28px}.business-cards article{padding:32px}.business-cards p{line-height:1.85}.community{padding:58px 0}.community-inner{gap:28px}.community p{max-width:570px;line-height:1.85}
.contact h2{font-size:clamp(32px,3.5vw,42px);line-height:1.18}.contact-details{min-width:310px;padding-left:32px}.email-address{font-size:20px}
.page{padding:64px 0 80px}.page h1{font-size:clamp(42px,6vw,64px);letter-spacing:-2px;line-height:1.12;margin:24px 0}.page>p{line-height:1.85;max-width:680px}
.service-page{max-width:1040px}.service-page>p{max-width:600px}.service-page h1{max-width:660px}.service-grid{margin:36px 0 42px;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.service-grid article{padding:26px}.service-grid h2{font-size:25px;line-height:1.2}.service-grid p{font-size:14px;line-height:1.85;margin-bottom:0}.service-page>.button{margin-top:10px}
.legal-page{max-width:740px}.legal-page h1{font-size:clamp(40px,5.5vw,58px)}.legal-page h2{font-size:27px;line-height:1.25;padding-top:28px;margin:28px 0 12px;border-top:1px solid var(--line)}.legal-page p{font-size:15px;line-height:1.9}.legal-page>h1+p{font-size:12px;color:#626262;margin-bottom:32px}.legal-page a{overflow-wrap:anywhere}
.enquiry-page{max-width:820px}.enquiry-panel{margin:32px 0 20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);padding:32px}.page .enquiry-email{display:block;font-family:Georgia,serif;font-size:clamp(21px,4vw,32px);line-height:1.35;margin:18px 0;overflow-wrap:anywhere;text-decoration:none}.enquiry-email:hover{text-decoration:underline}.enquiry-panel p{max-width:590px;font-size:14px;line-height:1.85}.enquiry-panel .button{margin-top:12px}.contact-form{border-top:1px solid var(--line);padding-top:28px}.contact-form legend{font-family:Georgia,serif;font-size:26px}.form-note{color:#626262}
.error-page{text-align:center;min-height:58vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.error-page .eyebrow{justify-content:center}.error-page p{max-width:450px}.error-page .button{margin-top:20px}
.gear-intro{padding:48px 0;gap:40px}.gear-intro h1{font-size:clamp(48px,6vw,68px);line-height:1.1}.category-nav{gap:10px;padding:18px 0}.category-nav a{background:var(--card);border-radius:5px}.equipment-section{padding:44px 0;grid-template-columns:190px minmax(0,1fr);gap:36px}.equipment-section h2{font-size:29px}.equipment-item{padding:26px}.equipment-item h3{font-size:23px}.equipment-item p{line-height:1.75}.gear-contact{padding:48px 0 58px}.gear-contact h2{line-height:1.2}
footer{padding:32px 0}.footer-main{gap:24px}.footer-main .wordmark{font-size:24px}.footer-main p{font-size:12px;max-width:380px;line-height:1.7}.footer-links{gap:8px 22px}.legal-links{border-top:1px solid var(--line);padding-top:18px;margin-top:22px}.copyright{margin-top:18px;font-size:11px}
.cookie-banner{border-color:#a3a3a0;border-radius:8px;box-shadow:0 8px 32px #0002}.cookie-banner h2{line-height:1.25}.cookie-banner p{line-height:1.7}.cookie-actions .button{font-size:12px}
@media(max-width:1000px){header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 20px}header .header-email{margin-left:auto}header .nav{order:3;flex-basis:100%;justify-content:flex-start;padding:4px 0 0;gap:24px}.hero{gap:32px}.equipment-section{grid-template-columns:160px minmax(0,1fr);gap:24px}.service-grid{grid-template-columns:1fr}.service-grid article{padding:26px}.contact{gap:30px}}
@media(max-width:750px){.equipment-section{grid-template-columns:1fr}.contact-details{min-width:0;padding-left:0}.gear-intro{gap:24px}.gear-contact{align-items:flex-start}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}header{padding:14px 0;min-height:80px;gap:6px 16px}.wordmark{font-size:24px}.menu{margin-left:auto}header .header-email{order:2;flex-basis:100%;margin:0;white-space:normal;font-size:12px;min-height:34px}header .nav{order:3;gap:4px 22px;padding:8px 0}.hero{padding:38px 0 44px;gap:30px}.hero h1{font-size:clamp(42px,10.5vw,58px)}.hero .eyebrow{font-size:9px;letter-spacing:1.8px}.hero p{font-size:14px}.section{padding:42px 0}.business-cards{gap:16px}.business-cards article,.social{padding:24px}.business-heading{margin-bottom:24px}.community{padding:42px 0}.page{padding:40px 0 54px}.page h1{letter-spacing:-1.5px}.service-grid{gap:16px}.service-grid article{padding:24px}.legal-page h2{font-size:25px;padding-top:24px;margin-top:24px}.legal-page p{font-size:14px}.enquiry-panel{padding:24px;margin-top:26px}.enquiry-panel .button{width:100%}.enquiry-email{letter-spacing:-.4px}.gear-intro{padding:32px 0}.equipment-section{padding:32px 0}.equipment-list{gap:14px}.equipment-item{padding:22px}.gear-contact{padding:36px 0}.footer-main{gap:18px}.legal-links{gap:4px 18px}.cookie-actions{gap:8px}}

/* Creator services: spacious package cards using the shared monochrome design. */
.packages-page{max-width:1120px}.services-intro{max-width:780px;padding-bottom:60px}.services-intro h1{max-width:760px}.services-intro>p{max-width:620px;line-height:1.85}.services-intro .button{margin:14px 0}.packages-heading{border-top:1px solid var(--line);padding-top:42px;margin-bottom:30px}.packages-heading h2,.service-process h2,.service-faq>h2,.services-closing h2{font-size:clamp(30px,4vw,42px);line-height:1.2}.packages-heading p{max-width:660px;line-height:1.8}.packages-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.package{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:7px;padding:32px;background:var(--card);min-width:0}.package-kicker{font-size:10px;text-transform:uppercase;letter-spacing:1.5px;color:#626262}.package h2{font-size:30px;line-height:1.2;margin:20px 0}.package-price{font-family:Georgia,serif;font-size:48px;line-height:1.1;letter-spacing:-1px}.package .package-duration{font-size:12px;color:#525252;margin:12px 0}.package p,.package li{font-size:14px;line-height:1.8}.package ul{padding-left:20px;margin:4px 0 20px}.package li{padding-left:3px;margin:8px 0}.package .package-note{font-size:12px;color:#626262;border-top:1px solid var(--line);padding-top:16px}.package .text-link{align-self:flex-start;margin-top:auto}.package-bespoke{background:#202020;color:#f4f4f0;justify-content:center}.package-bespoke .package-kicker{color:#c6c6c2}.package-bespoke p{color:#ddd}.package-bespoke .bespoke-price{font-size:24px;font-family:Georgia,serif}.package-bespoke .text-link{margin-top:22px;color:inherit}.service-process,.service-faq{padding:48px 0;border-bottom:1px solid var(--line)}.service-process ol{padding-left:22px;max-width:760px}.service-process li{line-height:1.85;padding:10px 0 10px 8px}.service-faq details{border-top:1px solid var(--line);padding:20px 0}.service-faq summary{cursor:pointer;font-weight:600;line-height:1.6}.service-faq details p{max-width:780px;line-height:1.85;font-size:14px}.services-closing{text-align:center;padding:48px 0}.services-closing p{line-height:1.8}.services-closing .button{margin-top:16px}@media(max-width:700px){.packages-grid{grid-template-columns:1fr}.package{padding:26px}.services-intro{padding-bottom:34px}.packages-heading{padding-top:30px}.service-process,.service-faq{padding:32px 0}.package h2{font-size:28px}}

/* Put creator services at the heart of the homepage. */
.home-services-heading{text-align:center;max-width:750px;margin:0 auto 34px}.home-services-heading .eyebrow{justify-content:center}.home-services-heading h2{font-size:clamp(32px,4vw,46px);line-height:1.2}.home-services-heading p{max-width:620px;margin:20px auto;line-height:1.85}.home-package-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.home-package{grid-column:span 2;display:flex;flex-direction:column;min-width:0;padding:28px;background:var(--card);border:1px solid var(--line);border-radius:7px;text-decoration:none;color:inherit}.home-package:nth-child(n+4){grid-column:span 3}.home-package:hover{border-color:#666;background:#fff}.home-package h3{font-size:25px;line-height:1.2;margin:0 0 18px}.home-package-price{font-family:Georgia,serif;font-size:37px;line-height:1.2}.home-package p{font-size:14px;line-height:1.8}.home-package-link{font-size:12px;font-weight:600;margin-top:auto;padding-top:16px}.home-services-action{text-align:center;margin-top:30px}.home-services-action p{font-size:12px;line-height:1.8;color:#626262}
/* Keep the supporting service sections balanced and centred. */
.packages-page .service-process,.packages-page .service-faq{max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.service-process .eyebrow{justify-content:center}.service-process ol{list-style:none;padding:0;margin:26px auto 0;max-width:620px;counter-reset:steps}.service-process li{padding:16px 0;counter-increment:steps}.service-process li:before{content:"0" counter(steps);display:block;font-size:11px;letter-spacing:2px;color:#626262;margin-bottom:8px}.service-process li strong{display:block}.service-faq summary{list-style:none;position:relative;padding:0 28px}.service-faq summary::-webkit-details-marker{display:none}.service-faq summary:after{content:"+";position:absolute;right:4px;top:0}.service-faq details[open] summary:after{content:"−"}.service-faq details p{max-width:650px;margin:18px auto 0}.packages-page>.form-note{text-align:center;max-width:none}
@media(max-width:800px){.home-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-package,.home-package:nth-child(n+4){grid-column:auto}.home-package:last-child{grid-column:1/-1}}@media(max-width:550px){.home-package-grid{grid-template-columns:1fr}.home-package{padding:24px}.home-services-heading h2{font-size:32px}.service-process li{font-size:14px}.service-faq summary{font-size:14px}}

/* Austin's introduction: balanced portrait and personal copy. */
.home-about{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1fr);gap:clamp(32px,6vw,88px);align-items:center}.about-photo{width:100%;max-width:390px;margin:0 auto}.about-photo img{display:block;width:100%;height:auto;border-radius:7px}.about-copy{max-width:580px}.about-copy h2{font-size:clamp(36px,4.5vw,54px);line-height:1.14;letter-spacing:-1.5px;margin:22px 0}.about-copy p{font-size:15px;line-height:1.85;color:#626262}.about-copy .about-role{font-size:13px;font-weight:600;color:#202020;margin:22px 0}.about-copy .button{margin-top:18px}@media(max-width:700px){.home-about{grid-template-columns:1fr;gap:30px}.about-photo{max-width:320px}.about-copy{max-width:560px;text-align:center;margin:0 auto}.about-copy .eyebrow{justify-content:center}.about-copy h2{font-size:38px}.about-copy p{font-size:14px}}

/* Short, clearly separated paragraphs in Austin's bio. */
.about-story{display:grid;gap:24px;margin:26px 0 10px}.about-story p{margin:0;line-height:1.9}.about-story strong{font-weight:600;color:#202020}.about-copy .about-role{margin-bottom:0}@media(max-width:700px){.about-story{gap:22px;margin-top:24px}}

/* Services introduction with the same photo-led balance as the homepage. */
.services-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:clamp(28px,5vw,64px);align-items:center;padding-bottom:60px}.services-hero .services-intro{max-width:none;padding-bottom:0;min-width:0}.services-hero h1{font-size:clamp(40px,5vw,60px)}.services-photo{min-width:0;width:100%;max-width:430px;justify-self:end}.services-photo>img{display:block;width:100%;height:auto;border-radius:7px}.services-photo .art-caption{font-size:10px;gap:14px}@media(max-width:750px){.services-hero{grid-template-columns:1fr;gap:32px;padding-bottom:40px}.services-photo{max-width:430px;justify-self:center}.services-hero h1{font-size:clamp(40px,8vw,56px)}}
