:root{
  /* Brand palette. Rain Forest is the ground: everything sits on it.
     Bone: headings and the rail. Bark: body text on Rain Forest.
     Wattle: the rule, the accent word and the arrow. Never body text.
     Ink: body text on Bone only (buttons, form fields, boxes). */
  --forest:#13433A; --bone:#EDE8DC; --bark:#B9AC9A; --wattle:#F0C21E; --ink:#1C2621;
  --line:rgba(237,232,220,.18); --max:1080px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:92px}
body{margin:0;background:var(--forest);color:var(--bark);font-family:'Sora',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-size:18px;line-height:1.65;font-weight:400}
.wrap{max-width:var(--max);margin:0 auto;padding:0 24px}
a{color:var(--bone)}
a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--bone);outline-offset:3px;border-radius:4px}
.skip{position:absolute;left:-9999px;top:0;background:var(--bone);color:var(--ink);padding:12px 20px;z-index:100;text-decoration:none}
.skip:focus{left:12px;top:12px}
/* Read by screen readers, not shown. For headings that give a landmark without changing the page. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
header{border-bottom:2px solid var(--wattle);background:var(--forest);position:sticky;top:0;z-index:50}
.bar{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:76px}
.logo{white-space:nowrap;font-weight:400;font-size:22px;text-decoration:none;letter-spacing:-.01em;color:var(--bone);display:inline-flex;align-items:center;gap:12px;min-height:44px}
.logo img{display:block;height:30px;width:auto}
nav ul{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0}
nav a{text-decoration:none;font-size:16px;padding:8px 0;display:inline-flex;align-items:center;min-height:44px;border-bottom:2px solid transparent;color:var(--bone)}
nav a:hover{border-bottom-color:var(--bone)}
nav a[aria-current="page"]{border-bottom-color:var(--bone);font-weight:600}
.btn{display:inline-block;background:var(--bone);color:var(--ink);text-decoration:none;padding:14px 26px;border-radius:8px;font-weight:600;font-size:16px;min-height:48px;border:2px solid var(--bone)}
.btn:hover{background:var(--bark);border-color:var(--bark)}
.btn-ghost{background:transparent;color:var(--bone);border:2px solid var(--bone)}
.btn-ghost:hover{background:rgba(237,232,220,.1)}
.btn-sm{padding:11px 20px;font-size:15px}
main{padding:56px 0 72px}
h1,h2,h3{color:var(--bone)}
h1{font-size:clamp(32px,5vw,46px);line-height:1.12;font-weight:700;margin:0 0 20px;letter-spacing:-.02em;max-width:20ch}
h2{font-size:clamp(24px,3vw,30px);line-height:1.2;font-weight:600;margin:48px 0 16px;letter-spacing:-.01em}
h3{font-size:20px;font-weight:600;margin:28px 0 8px}
p{max-width:66ch;margin:0 0 16px}
.intro{font-size:20px;max-width:60ch}
/* Wattle, used sparingly: <span class="accent">word</span>, <span class="arrow">→</span>, <hr class="rule"> */
.accent,.arrow{color:var(--wattle)}
/* Boxes are Bone, so anything inside them flips to the dark colours */
.card h2,.card h3,.card a,.note a{color:var(--forest)}
.card h2{font-size:20px;margin:0 0 8px}
.card a:focus-visible,.note a:focus-visible{outline-color:var(--forest)}
.card .btn{background:var(--forest);color:var(--bone);border-color:var(--forest)}
.card .btn:hover{background:var(--ink);border-color:var(--ink)}
.card .btn-ghost{background:transparent;color:var(--forest);border-color:var(--forest)}
.card .btn-ghost:hover{background:rgba(19,67,58,.08)}
hr.rule{border:0;border-top:2px solid var(--wattle);width:64px;margin:0 0 24px}
/* Reviews: a card with the person's words, then their name and where the
   review came from. Same width, padding and corners as .card so a review can
   sit directly under the option it proves without looking like a different
   component. Caption: name in bold, source on its own line beneath. */
.quote{background:var(--bone);color:var(--ink);border-radius:12px;padding:26px;margin:20px 0}
.quote blockquote{margin:0}
.quote p{font-size:18px;line-height:1.65;margin:0 0 14px}
.quote figcaption{font-weight:600;color:var(--forest)}
.quote figcaption span{display:block;font-weight:400;color:var(--ink);font-size:16px;margin-top:2px}
ul.plain,ol.plain{padding-left:22px;margin:0 0 16px}
ul.plain li,ol.plain li{margin-bottom:8px}
.card{background:var(--bone);color:var(--ink);border:1px solid var(--bone);border-radius:12px;padding:26px;margin:20px 0}
table{border-collapse:collapse;width:100%;max-width:640px;margin:20px 0}
th,td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--line)}
th{font-weight:600;color:var(--bone)}
.faq dt{font-weight:600;margin-top:20px;color:var(--bone)}
.faq dd{margin:6px 0 0}
.note{background:var(--bone);color:var(--ink);border-left:4px solid var(--forest);border-radius:6px;padding:16px 20px;font-size:15px;margin:24px 0}
label{display:block;font-weight:600;margin:16px 0 6px;color:var(--bone)}
input[type=text],input[type=email],textarea,select{width:100%;max-width:480px;padding:12px 14px;border:1px solid var(--bone);border-radius:8px;font-family:inherit;font-size:16px;background:var(--bone);color:var(--ink)}
footer{background:var(--forest);color:var(--bark);border-top:2px solid var(--wattle);padding:48px 0;font-size:15px;margin-top:24px}
footer a{color:var(--bone)}
footer a:focus-visible,footer button:focus-visible,footer input:focus-visible{outline-color:var(--bone)}
.footgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;padding-bottom:36px;border-bottom:1px solid var(--line)}
.foot-h{font-size:15px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 14px;color:var(--bone)}
.footlinks{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}
.footlinks a{display:inline-flex;align-items:center;min-height:44px;padding:4px 0}
.newsform{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px;align-items:flex-end}
.newsform label{flex:0 0 100%;margin:0 0 2px;font-size:14px;font-weight:600}
.newsform input{background:rgba(237,232,220,.12);border:1px solid rgba(237,232,220,.6);color:var(--bone);max-width:220px;min-height:44px}
.newsform input::placeholder{color:rgba(237,232,220,.7)}
.newsform button{background:var(--bone);color:var(--ink);border:none;padding:10px 18px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;min-height:44px}
.finelink{font-size:13px;margin-top:10px}
footer .ack{margin:32px 0 0;font-size:15px;max-width:70ch}
.fine{margin:18px 0 0;font-size:14px}

/* ---- Responsive ------------------------------------------------------------
   The header used to overflow on phones: logo + nav + CTA on one non-wrapping
   flex row is wider than a 360px screen, which pushed the page sideways and
   put the "Book a chat" button off the edge. It now wraps instead.
   Careers and Smart Stickers used to be hidden below 860px with no menu to
   reach them from; they are visible at every width now.
---------------------------------------------------------------------------- */

/* Logo plus the full menu need about 1040px to sit on one row. Below that,
   the logo gets its own row and the menu sits beneath it. */
@media (max-width:1040px){
  html{scroll-padding-top:130px}
  .bar{flex-wrap:wrap;gap:4px 24px;padding-top:10px;padding-bottom:10px}
  .logo{white-space:nowrap;flex:0 0 100%}
  nav{flex:0 0 100%}
  nav ul{gap:8px 20px;flex-wrap:wrap;justify-content:flex-start}
}

@media (max-width:860px){
  .footgrid{grid-template-columns:1fr 1fr;gap:24px}
}

/* Once the menu wraps onto a second row the header is too tall to stay pinned:
   it would cover whatever a keyboard user has just tabbed to. Let it scroll away. */
@media (max-width:719px){
  header{position:static}
  html{scroll-padding-top:12px}
}

@media (max-width:600px){
  /* On a phone the nav needs two or three rows, and a sticky header that tall
     would eat a third of the screen. Let it scroll away instead. */
  header{position:static}
  html{scroll-padding-top:12px}
  .bar{flex-wrap:wrap;gap:8px;min-height:0;padding-top:10px;padding-bottom:10px}
  .logo{flex:0 0 100%;font-size:19px}
  nav{flex:0 0 100%}
  nav ul{justify-content:flex-start;gap:2px 16px}
  nav a{font-size:15px;padding:4px 0;min-height:44px}
  .bar .btn-sm{padding:10px 16px;min-height:44px}
  .footgrid{grid-template-columns:1fr;gap:24px}
  main{padding:36px 0 56px}
  th,td{padding:10px 6px}
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
}
