/* The website palette comes from the supplied Trolda vector artwork. */
:root {
  color-scheme: light;
  --paper: #f8f9f6;
  --white: #fff;
  --ink: #10383d;
  --muted: #52696a;
  --line: #ced9d5;
  --green: #006e73;
  --dark: #003a43;
  --pale: #e7eeea;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.7 Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 400; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
button, select { font: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
a, button, select, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
img { max-width: 100%; display: block; height: auto; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 10; background: var(--dark); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.wrap { width: min(100% - 112px, 1240px); margin-inline: auto; }
.eyebrow { font-size: 12px; font-weight: 500; color: var(--green); margin-bottom: 20px; }
.primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--dark); background: var(--dark); color: white; font-size: 13px; line-height: 1.5; }
.primary:hover { background: var(--green); border-color: var(--green); text-decoration: none; }
.primary span[aria-hidden] { font-size: 18px; }
.text-link { display: inline-block; padding-block: 7px; border-bottom: 1px solid #8badaa; font-size: 13px; }
.text-link:hover { color: var(--green); text-decoration: none; border-color: var(--green); }
.fine { margin-top: 13px; color: var(--muted); font-size: 12px; }
.number { color: var(--green); font-size: 12px; font-variant-numeric: tabular-nums; }
/* A light header keeps the original dark wordmark legible without filters. */
.site-nav { border-bottom: 1px solid var(--line); background: #fff; }
.nav-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.logo { flex: none; }
.logo img { width: 170px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: 13px; }
.nav-links [aria-current] { color: var(--green); text-decoration: underline; text-underline-offset: 8px; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-cta { white-space: nowrap; }
.nav-cta-short { display: none; }
.language-picker { display: inline-flex; position: relative; width: 44px; min-height: 44px; align-items: center; justify-content: center; flex: none; color: var(--muted); }
.language-picker:hover { color: var(--green); }
.language-icon { display: block; pointer-events: none; }
.language-picker select { position: absolute; inset: 0; width: 100%; opacity: 0; }
.language-picker:focus-within { outline: 3px solid var(--green); outline-offset: 3px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); color: var(--ink); }
.menu-icon, .menu-icon::before, .menu-icon::after { display: block; width: 21px; height: 1px; background: currentColor; position: relative; }
.menu-icon::before, .menu-icon::after { content: ''; position: absolute; left: 0; }
.menu-icon::before { top: -6px; }
.menu-icon::after { top: 6px; }
.menu-button[aria-expanded=true] .menu-icon { background: transparent; }
.menu-button[aria-expanded=true] .menu-icon::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded=true] .menu-icon::after { top: 0; transform: rotate(-45deg); }
.hero { display: grid; grid-template-columns: .98fr 1.02fr; gap: 6%; align-items: center; padding-block: 55px 42px; }
.hero-copy { padding-bottom: 25px; }
.hero .eyebrow { margin-bottom: 30px; }
.hero h1 { font-size: clamp(48px, 5vw, 70px); line-height: 1.05; letter-spacing: -3px; }
.hero h1 span { display: block; color: var(--green); }
.hero-description { font-size: 16px; line-height: 1.8; color: var(--muted); margin-top: 28px; max-width: 400px; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 30px; }
.brand-line { font-size: 12px; color: var(--green); margin-top: 45px; }
.hero-image img { width: 100%; height: 540px; object-fit: cover; object-position: 29% center; }
.hero-image figcaption { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; padding-top: 10px; }
.hero-image figcaption span:last-child { font-size: 9px; letter-spacing: .1em; flex: none; }
.facts { border-block: 1px solid var(--line); padding-block: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.facts strong { font-weight: 500; font-size: 15px; }
.facts p { font-size: 12px; color: var(--muted); margin-top: 4px; }
.facts > div + div { border-left: 1px solid var(--line); padding-left: 34px; }
.app-section { padding-block: 76px 58px; }
.section-title { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 34px; }
.section-title .eyebrow { margin-bottom: 16px; }
.section-title h2 { font-size: 40px; line-height: 1.16; letter-spacing: -1.4px; max-width: 500px; }
.section-title > p { max-width: 280px; font-size: 14px; color: var(--muted); }
.app-explorer { border-top: 1px solid var(--ink); padding-top: 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 6%; }
.app-explorer:not(.tabs-ready) { display: block; }
.feature-tabs { display: none; }
.tabs-ready .feature-tabs { display: block; }
.feature-panel + .feature-panel { margin-top: 24px; }
.tabs-ready .feature-panel { margin-top: 0; }
.feature-tab { display: grid; grid-template-columns: 25px 1fr 16px; gap: 12px; width: 100%; padding: 24px 0; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; color: var(--muted); }
.feature-tab:first-child { padding-top: 8px; }
.feature-tab strong { display: block; font-size: 22px; line-height: 1.3; font-weight: 400; letter-spacing: -.4px; }
.feature-tab small { display: block; margin-top: 9px; font-size: 13px; line-height: 1.7; }
.feature-tab .number { padding-top: 5px; }
.feature-tab .arrow { font-size: 20px; }
.feature-tab[aria-selected=true] { color: var(--dark); box-shadow: inset 3px 0 var(--green); padding-left: 17px; }
.feature-tab[aria-selected=true] .arrow { color: var(--green); }
.feature-panel { background: var(--pale); }
.feature-panel img { width: 100%; height: 310px; object-fit: cover; }
.feature-panel-content { padding: 26px 30px 28px; }
.feature-panel .panel-label { font-size: 11px; color: var(--green); margin-bottom: 10px; }
.feature-panel h3 { font-size: 27px; line-height: 1.22; letter-spacing: -.7px; }
.feature-panel-content > p:not(.panel-label) { font-size: 13px; color: var(--muted); margin-top: 15px; line-height: 1.8; }
.feature-panel-content > .panel-fields { border-top: 1px solid #bfd0c9; padding-top: 15px; font-size: 11px !important; color: var(--green) !important; }
.how, .faq { border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 2fr; gap: 8%; padding-block: 38px 52px; }
.how h2, .faq h2 { font-size: 30px; line-height: 1.18; letter-spacing: -.8px; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.how-steps .number { display: block; margin-bottom: 12px; }
.how h3 { font-size: 16px; margin-bottom: 8px; }
.how p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.field-section, .fit-section { background: var(--dark); color: #fff; }
.field-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 8%; align-items: center; padding-block: 52px; }
.field-grid img { width: 100%; height: 375px; object-fit: cover; }
.field-copy .eyebrow { color: #9fd4ce; }
.field-copy h2 { font-size: 40px; line-height: 1.14; letter-spacing: -1.3px; max-width: 410px; }
.field-copy p:not(.eyebrow) { color: #cadcda; font-size: 14px; margin-top: 24px; max-width: 410px; line-height: 1.85; }
.field-copy .text-link { margin-top: 22px; color: white; }
.field-section :focus-visible, .fit-section :focus-visible { outline-color: #a7eee5; }
.more { padding-block: 58px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 350px), 1fr)); gap: 7%; }
.more > article { border-top: 1px solid var(--ink); padding-top: 24px; }
.more .eyebrow { margin-bottom: 14px; }
.more h2 { font-size: 28px; line-height: 1.22; letter-spacing: -.6px; }
.more p:not(.eyebrow) { font-size: 13px; line-height: 1.85; color: var(--muted); margin-top: 14px; max-width: 440px; }
.more .text-link { margin-top: 20px; }
.gear-teaser { display: flex; gap: 22px; align-items: start; }
.teaser-image { flex: 0 0 115px; background: #eff1ed; }
.teaser-image img { width: 115px; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; justify-content: space-between; gap: 25px; list-style: none; cursor: pointer; font-size: 14px; min-height: 52px; padding: 14px 0; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; font-size: 21px; color: var(--green); line-height: 1.2; }
details[open] summary::after { content: '−'; }
details p { font-size: 13px; line-height: 1.85; color: var(--muted); padding: 0 25px 18px 0; }
details p a { text-decoration: underline; text-underline-offset: 4px; }
.closing { background: var(--pale); }
.closing-inner { padding-block: 44px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.closing .eyebrow { margin-bottom: 12px; }
.closing h2 { font-size: 34px; line-height: 1.15; letter-spacing: -1px; }
.closing p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-top: 12px; }
.closing .primary { flex: none; }
.footer { padding-block: 40px 24px; display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; gap: 34px; font-size: 12px; color: var(--muted); }
.footer-brand img { width: 145px; }
.footer-brand p { margin-top: 14px; font-size: 11px; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 25px; padding-top: 16px; max-width: 65%; }
.footer nav a { padding-block: 8px; }
.footer-bottom { width: 100%; border-top: 1px solid var(--line); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: 11px; }
@media (max-width: 1150px) {
  .wrap { width: calc(100% - 72px); }
  .nav-inner { gap: 22px; }
  .nav-links { gap: 18px; }
  .nav-actions { gap: 13px; }
  .logo img { width: 145px; }
  .hero h1 { font-size: 57px; }
  .hero-image img { height: 515px; }
  .hero { gap: 5%; }
}
@media (max-width: 1000px) {
  .nav-inner { min-height: 85px; gap: 0; flex-wrap: wrap; }
  .nav-actions { margin-left: auto; }
  .menu-button:not([hidden]) { display: grid; place-items: center; }
  .nav-links { width: 100%; order: 3; padding-block: 5px 22px; margin: 0; flex-wrap: wrap; }
  .site-nav.menu-ready .nav-links { display: none; }
  .site-nav.menu-ready .nav-links.open { display: flex; }
  .nav-links a { padding-block: 9px; }
  .hero h1 { font-size: 49px; letter-spacing: -2px; }
  .hero-description { font-size: 15px; }
  .hero-image img { height: 480px; }
  .actions { gap: 14px; }
  .brand-line { margin-top: 30px; }
  .section-title h2 { font-size: 34px; }
  .section-title > p { max-width: 235px; }
  .app-explorer { gap: 30px; grid-template-columns: .85fr 1.15fr; }
  .feature-tab strong { font-size: 20px; }
  .feature-panel img { height: 275px; }
  .field-copy h2 { font-size: 34px; }
  .how, .faq { gap: 6%; grid-template-columns: .75fr 2fr; }
  .how-steps { gap: 22px; }
  .teaser-image { display: none; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 44px); }
  .nav-inner { min-height: 78px; }
  .logo img { width: 118px; }
  .nav-actions { gap: 9px; }
  .nav-cta { padding: 9px 11px; min-height: 40px; font-size: 11px; gap: 8px; }
  .nav-cta span { display: none; }
  .nav-cta .nav-cta-short { display: inline; font-size: 12px; }
  .language-picker select { font-size: 11px; padding-inline: 0; }
  .menu-button { width: 38px; height: 40px; }
  .nav-links { flex-direction: column; gap: 0; align-items: stretch; }
  .nav-links a { padding-block: 13px; border-top: 1px solid var(--line); }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 28px; padding-block: 34px 28px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 22px; }
  .hero h1 { font-size: clamp(42px, 10.7vw, 60px); line-height: 1.07; letter-spacing: -1.8px; }
  .hero-description { font-size: 15px; margin-top: 22px; }
  .actions { margin-top: 25px; gap: 19px; }
  .primary { font-size: 12px; padding: 12px 16px; }
  .nav-cta { font-size: 11px; padding: 9px 11px; }
  .brand-line { margin-top: 26px; }
  .hero-image img { height: 340px; }
  .hero-image figcaption { font-size: 9px; }
  .facts { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .facts > div { padding-block: 17px; }
  .facts > div + div { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .app-section { padding-block: 44px 35px; }
  .section-title { display: block; margin-bottom: 25px; }
  .section-title h2 { font-size: 33px; }
  .section-title > p { max-width: none; margin-top: 16px; }
  .app-explorer { grid-template-columns: 1fr; gap: 25px; padding-top: 14px; }
  .feature-tab, .feature-tab:first-child { padding-block: 17px; }
  .feature-panel img { height: 260px; }
  .feature-panel-content { padding: 23px; }
  .feature-panel h3 { font-size: 26px; }
  .how, .faq { display: block; padding-block: 30px 36px; }
  .how h2, .faq h2 { margin-bottom: 24px; font-size: 29px; }
  .how-steps { grid-template-columns: 1fr; gap: 24px; }
  .how-steps article { display: grid; grid-template-columns: 26px 1fr; gap: 0 14px; }
  .how-steps .number { grid-row: 1/3; margin-top: 3px; }
  .field-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 30px 36px; }
  .field-grid img { height: 290px; }
  .field-copy h2 { font-size: 34px; }
  .more { grid-template-columns: 1fr; gap: 34px; padding-block: 36px; }
  .teaser-image { display: block; flex-basis: 92px; }
  .more h2 { font-size: 26px; }
  .gear-teaser { gap: 17px; }
  .closing-inner { display: block; padding-block: 34px; }
  .closing h2 { font-size: 31px; }
  .closing .primary { margin-top: 23px; }
  .footer { gap: 26px; padding-top: 32px; }
  .footer nav { max-width: none; justify-content: flex-start; padding: 0; gap: 4px 22px; }
  .footer-bottom { font-size: 10px; }
}
@media (max-width: 370px) {
  .wrap { width: calc(100% - 32px); }
  .logo img { width: 96px; }
  .nav-actions { gap: 6px; }
  .nav-cta { font-size: 10px; padding-inline: 8px; }
  .hero h1 { font-size: 40px; }
  .teaser-image { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
