/* Public product site. Deliberately independent of the customer application's CSS. */
:root {
  --ink: #142c3c;
  --muted: #566974;
  --blue: #1663dc;
  --blue-hover: #0d4db5;
  --pale: #edf4f7;
  --line: #dbe4e9;
  --font: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: #fff; color: var(--ink); font: 16px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { cursor: pointer; }
button:disabled { cursor: default; }
img, video, canvas { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1, h2 { letter-spacing: -.045em; line-height: 1.08; text-wrap: balance; }
h2 { font-size: clamp(38px, 4.1vw, 56px); }
h3 { font-size: 22px; letter-spacing: -.025em; line-height: 1.25; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #3185f5; outline-offset: 5px; }
::selection { color: #fff; background: #1663dc; }
.frame { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 112px; }
.eyebrow { color: #466674; font-size: 13px; font-weight: 600; letter-spacing: .015em; margin-bottom: 24px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-150%); padding: 10px 16px; background: #fff; }
.skip-link:focus { transform: none; }
.site-header { background: var(--pale); }
.header-row { min-height: 100px; display: flex; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 8px; flex-shrink: 0; text-decoration: none; font-size: 24px; font-weight: 600; letter-spacing: -.045em; }
.brand img { width: 40px; height: 40px; }
.brand-os { font-size: .64em; letter-spacing: -.03em; vertical-align: .11em; margin-left: 3px; font-weight: 700; }
.main-nav { display: flex; gap: 30px; margin: 0 auto; }
.main-nav a, .login-link { text-decoration: none; font-size: 13px; font-weight: 500; }
.main-nav a:hover, .login-link:hover { color: var(--blue); }
.login-link { display: inline-flex; gap: 12px; align-items: center; }
.login-link span { font-size: 18px; }
.hero { background: var(--pale); padding-top: 50px; padding-bottom: 0; }
.hero-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 72px; align-items: end; padding-bottom: 58px; }
.hero h1 { font-size: clamp(72px, 7.6vw, 108px); line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.hero .eyebrow { margin-bottom: 24px; }
.hero-summary { max-width: 350px; padding-bottom: 5px; }
.hero-summary > p { font-size: 19px; line-height: 1.55; color: #425d6b; margin-bottom: 24px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid transparent; border-radius: 6px; padding: 13px 21px; text-decoration: none; font-weight: 600; font-size: 14px; transition: background .18s, box-shadow .18s; }
.button span { font-size: 19px; line-height: 1; }
.button-blue { background: var(--blue); color: #fff; }
.button-blue:hover { background: var(--blue-hover); box-shadow: 0 4px 12px #1663dc26; }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #254b60; }
.button-white { color: var(--ink); background: #fff; }
.button-white:hover { background: #dceeff; }
.hire-note { display: block; color: #607885; font-size: 12px; margin-top: 13px; }
.hero-film { overflow: hidden; border-radius: 8px; background: #061016; color: #fff; }
.hero-film-image { position: relative; aspect-ratio: 2.85; overflow: hidden; }
.hero-film video { width: 100%; height: 100%; object-fit: cover; object-position: center 57%; }
.hero-film figcaption { padding: 16px 25px; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: #122a36; font-size: 12px; }
.hero-film figcaption span:last-child { color: #9cb3bf; font-size: 11px; }
.film-toggle { position: absolute; right: 16px; bottom: 16px; min-height: 40px; display: inline-flex; gap: 9px; align-items: center; padding: 9px 13px; color: #fff; background: #10232ee0; border: 1px solid #ffffff50; border-radius: 4px; font-size: 12px; }
.film-toggle:hover { background: #203d4e; }
.play-symbol { font-size: 10px; width: 11px; text-align: center; }
.hero-promise { padding: 27px 0 30px; display: flex; justify-content: space-between; gap: 22px; }
.hero-promise > span { display: flex; align-items: center; gap: 9px; color: #4e6876; font-size: 12px; }
.hero-promise svg { width: 16px; height: 16px; stroke: var(--blue); stroke-width: 1.6; fill: none; }

.control-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 104px; align-items: center; }
.control-copy > p:not(.eyebrow) { color: var(--muted); max-width: 390px; margin-top: 25px; font-size: 17px; line-height: 1.75; }
.control-copy .try-prompt { display: flex; align-items: center; gap: 12px; font-size: 14px !important; color: var(--blue) !important; }
.control-copy p.configuration-note { font-size: 14px; line-height: 1.65; }
.try-prompt > span { font-size: 28px; }
.inline-link { display: inline-flex; gap: 17px; margin-top: 38px; text-underline-offset: 6px; font-size: 13px; font-weight: 600; }
.inline-link:hover { color: var(--blue); }
.lighting-demo { overflow: hidden; border: 1px solid #d2dee5; border-radius: 8px; box-shadow: 0 8px 24px -16px #183a5135; container-type: inline-size; }
.demo-stage { position: relative; background: #0b1823; color: #fff; }
.demo-fallback { width: 100%; height: 278px; object-fit: cover; opacity: .7; }
.demo-stage canvas { width: 100%; height: 278px; }
.demo-stage-label, .demo-stage-footer { position: absolute; left: 24px; right: 24px; display: flex; justify-content: space-between; align-items: center; z-index: 1; font-size: 11px; color: #a6c2d2; }
.demo-stage-label { top: 20px; }
.demo-stage-label > span:first-child { color: #fff; font-weight: 500; }
.demo-stage-footer { bottom: 16px; font-size: 10px; }
.demo-stage-footer button { min-height: 30px; font-size: 11px; color: #cfdee7; border: 0; border-bottom: 1px solid #7b909c; background: transparent; padding: 3px 0; }
.demo-controls { padding: 24px; }
.look-picker { padding: 0; margin: 0; border: 0; min-width: 0; }
.look-options { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.look-picker legend { margin-bottom: 15px; padding: 0; font-size: 12px; font-weight: 600; }
.look-option { position: relative; min-width: 0; min-height: 72px; display: flex; align-items: center; gap: 10px; padding: 11px 10px; border: 1px solid #e4eaee; border-radius: 4px; cursor: pointer; }
.look-option > span:nth-of-type(2) { min-width: 0; }
.look-option:hover { border-color: #adbfd1; }
.look-option:has(input:checked) { background: #f0f5fa; border-color: #d9e6f2; }
.look-option:has(input:focus-visible) { outline: 2px solid var(--blue); outline-offset: 2px; }
.look-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.look-option strong { display: block; font-size: 13px; font-weight: 600; line-height: 1.2; }
.look-option small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.look-swatch { width: 27px; height: 27px; border-radius: 50%; flex-shrink: 0; border: 1px solid #0000000c; }
.swatch-ocean { background: linear-gradient(140deg, #4edcc8, #2786ef 55%, #263f9f); }
.swatch-warm { background: #ffbb78; }
.swatch-rainbow { background: conic-gradient(#f1847e, #e9d587, #8abdaa, #799add, #c189c8, #f1847e); }
.swatch-sunset { background: linear-gradient(135deg, #e44880, #ffb765); }
.swatch-meteor { background: linear-gradient(135deg, #132b4f 25%, #a4d5fc 80%, #e6f6ff); }
.swatch-ice { background: linear-gradient(135deg, #569de6, #e1f8ff); }
.radio-mark { margin-left: auto; width: 16px; height: 16px; border-radius: 50%; border: 1px solid #a6b5c0; flex-shrink: 0; }
input:checked ~ .radio-mark { background: var(--blue); border: 4px solid #fff; box-shadow: 0 0 0 1px var(--blue); }
.demo-note { margin-top: 17px; font-size: 11px; color: var(--muted); }
.demo-noscript { margin: 12px 24px 24px; font-size: 12px; color: var(--muted); }

.system-section { padding: 95px 0; background: #f3f6f7; }
.system-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: start; }
.system-title > p:not(.eyebrow) { max-width: 365px; margin: 26px 0 29px; font-size: 16px; color: var(--muted); line-height: 1.75; }
.system-explanation article { display: flex; gap: 23px; padding: 27px 0; border-bottom: 1px solid #dce4e7; }
.system-explanation article:first-child { padding-top: 7px; }
.system-explanation article:last-child { border-bottom: 0; padding-bottom: 0; }
.system-explanation svg { width: 29px; height: 29px; flex-shrink: 0; margin-top: 2px; fill: none; stroke: #4482a3; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.system-explanation h3 { font-size: 20px; margin-bottom: 13px; }
.system-explanation p { color: var(--muted); font-size: 15px; line-height: 1.7; }

.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: end; margin-bottom: 44px; }
.section-heading > p { max-width: 325px; font-size: 15px; color: var(--muted); margin-bottom: 4px; line-height: 1.7; }
.section-heading .eyebrow { margin-bottom: 18px; }
.installation-pair { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.installation-image { position: relative; height: 350px; overflow: hidden; border-radius: 8px; background: #08111b; }
.installation-image video { height: 100%; width: 100%; object-fit: cover; object-position: center 41%; }
.garden-image video { object-position: center 55%; }
.venue-image video { object-position: center 47%; }
.installation-pair figcaption { padding-top: 24px; }
.installation-pair h3 { font-size: 21px; margin-bottom: 11px; line-height: 1.3; text-wrap: balance; }
.installation-pair p { color: var(--muted); font-size: 15px; max-width: 400px; }
.installation-pair figcaption > span { display: inline-block; margin-top: 19px; color: #71838e; font-size: 11px; }
.enquiry-section { padding: 83px 0 90px; background: #13364b; color: #fff; }
.enquiry-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 115px; align-items: center; }
.enquiry-section .eyebrow { color: #99c3d7; margin-bottom: 20px; }
.enquiry-section h2 { font-size: clamp(46px, 4.4vw, 62px); }
.enquiry-copy { max-width: 395px; }
.enquiry-copy > p { color: #c2d3dd; font-size: 17px; line-height: 1.7; margin-bottom: 27px; }
.enquiry-email { display: block; width: fit-content; margin-top: 18px; color: #a5c5d8; font-size: 13px; text-underline-offset: 5px; }
.site-footer { padding: 35px 0; }
.footer-row { display: flex; gap: 35px; align-items: center; justify-content: space-between; }
.footer-row .brand { font-size: 21px; }
.footer-row .brand img { width: 33px; height: 33px; }
.footer-row > p { color: var(--muted); font-size: 12px; }
.footer-row > div { display: flex; gap: 26px; color: var(--muted); font-size: 11px; }
.footer-row a:not(.brand) { text-underline-offset: 4px; }

@media (min-width: 1600px) {
  .frame { width: min(1320px, calc(100% - 120px)); }
}
@media (max-width: 1050px) {
  .frame { width: calc(100% - 64px); }
  .header-row { gap: 28px; }
  .main-nav { gap: 20px; }
  .hero-heading { gap: 45px; grid-template-columns: 1.1fr .9fr; }
  .hero h1 { font-size: 85px; }
  .hero-summary > p { font-size: 17px; }
  .control-layout, .system-layout, .enquiry-layout { gap: 55px; }
  .control-layout { grid-template-columns: .85fr 1.15fr; }
  .installation-image { height: 295px; }
  .footer-row { flex-wrap: wrap; gap: 18px 35px; }
}
@media (max-width: 760px) {
  .frame { width: calc(100% - 40px); }
  .header-row { min-height: 78px; justify-content: space-between; gap: 20px; }
  .main-nav { display: none; }
  .brand { font-size: 22px; }
  .brand img { width: 35px; height: 35px; }
  .login-link { font-size: 12px; gap: 7px; }
  .hero { padding-top: 36px; }
  .hero-heading { display: block; padding-bottom: 34px; }
  .hero .eyebrow { font-size: 12px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(64px, 13vw, 92px); }
  .hero-summary { max-width: 460px; margin-top: 25px; }
  .hero-summary > p { margin-bottom: 23px; font-size: 17px; }
  .hire-note { display: inline-block; margin-left: 13px; font-size: 10px; }
  .hero-film { border-radius: 8px; }
  .hero-film-image { aspect-ratio: 1.48; }
  .hero-film video { object-position: 40% 55%; }
  .hero-film figcaption { padding: 14px; font-size: 10px; }
  .hero-film figcaption span:last-child { display: none; }
  .film-toggle { right: 12px; bottom: 12px; font-size: 10px; padding: 8px 10px; }
  .hero-promise { flex-direction: column; gap: 10px; padding-block: 25px 30px; }
  .hero-promise > span { font-size: 12px; }
  .section-space { padding-block: 70px; }
  h2 { font-size: clamp(39px, 8vw, 50px); }
  .control-layout, .system-layout, .enquiry-layout { grid-template-columns: 1fr; gap: 40px; }
  .control-copy > p:not(.eyebrow) { max-width: 530px; font-size: 16px; margin-top: 20px; }
  .inline-link { margin-top: 22px; }
  .lighting-demo { width: 100%; max-width: 540px; justify-self: center; }
  .demo-stage canvas { height: 240px; }
  .demo-fallback { height: 240px; }
  .demo-stage-label, .demo-stage-footer { left: 18px; right: 18px; }
  .demo-controls { padding: 18px; }
  .look-option { padding: 12px 8px; }
  .system-section { padding-block: 65px; }
  .system-title h2 br:nth-of-type(2) { display: none; }
  .system-title > p:not(.eyebrow) { max-width: 520px; }
  .system-explanation article { gap: 19px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 22px; max-width: 460px; }
  .installation-pair { grid-template-columns: 1fr; gap: 38px; }
  .installation-image { height: 300px; }
  .installation-pair figcaption { padding-top: 20px; }
  .installation-pair p { max-width: none; }
  .enquiry-section { padding-block: 65px; }
  .enquiry-section h2 { font-size: 48px; }
  .enquiry-layout { gap: 25px; }
  .enquiry-copy { max-width: 490px; }
  .enquiry-copy > p { font-size: 16px; }
  .footer-row { display: grid; gap: 20px; }
}
@media (max-width: 370px) {
  .frame { width: calc(100% - 32px); }
  .brand { font-size: 20px; }
  .brand img { width: 30px; height: 30px; }
  .login-link { font-size: 10px; }
  .hero h1 { font-size: 62px; }
  .hire-note { margin-left: 0; display: block; margin-top: 11px; }
  .demo-stage-footer { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@container (max-width: 450px) {
  .look-option { min-height: 58px; gap: 8px; padding: 10px 8px; }
  .look-option small { display: none; }
  .look-option strong { font-size: 12px; line-height: 1.3; }
  .look-swatch { width: 22px; height: 22px; }
  .radio-mark { width: 13px; height: 13px; }
  input:checked ~ .radio-mark { border-width: 3px; }
}
