:root{--green:#5B684B;--dark-green:#434A3B;--ink:#0D0C0C;--cream:#F1EBE4;--rule:rgba(67,74,59,.35);--gutter:4vw}
*{box-sizing:border-box}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Georgia,'Times New Roman',serif;font-size:16px}
button,a{-webkit-tap-highlight-color:transparent}
button{font:inherit}a{color:inherit}button{color:inherit}
button[aria-disabled=true]{cursor:default}
a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:6px}
.skip-link{position:fixed;z-index:10;top:10px;left:10px;padding:12px;background:var(--cream);transform:translateY(-160%)}.skip-link:focus{transform:none}
.site-header{position:absolute;z-index:3;top:0;left:0;width:100%;height:108px;padding:22px var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:block;position:relative;width:180px;height:67px;overflow:hidden;flex-shrink:0}
.brand img{position:absolute;width:114%;height:auto;max-width:none;left:-7.8%;top:-34%;mix-blend-mode:multiply}
.navigation{display:flex;align-items:center;gap:26px}
.nav-item{padding:8px 0;border:0;background:none;text-decoration:none;font-size:16px;line-height:1.4}
.navigation a[aria-current=page]{text-decoration:underline;text-underline-offset:6px}
.languages{display:flex;gap:9px;align-items:center;margin-left:15px;font-size:14px}.languages a{text-decoration:none;padding:8px 2px}.languages a[aria-current]{text-decoration:underline;text-underline-offset:5px}
.menu-toggle{display:none}
.hero{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;overflow:hidden;padding:190px var(--gutter) 200px}
.hero-landscape{position:absolute;z-index:-2;inset:0;background-image:url('/assets/hero-forest.svg');background-size:cover;background-position:center;transform:scaleX(-1);opacity:.35}
.hero:after{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(to bottom,rgba(241,235,228,.15) 0%,transparent 55%,var(--cream) 100%);pointer-events:none}
.hero-copy{max-width:980px}
h1,h2,h3{font-family:Anton,Impact,'Arial Narrow',sans-serif;font-weight:400;text-transform:uppercase}
h1{margin:0 0 24px;color:var(--green);font-size:clamp(4.8rem,7.4vw,8rem);line-height:.92;letter-spacing:-.025em}
h1 span{display:block}
.hero-copy p{margin:0 0 30px;max-width:720px;font-size:clamp(1.15rem,1.5vw,1.5rem);line-height:1.45;color:#222}
.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:74px;padding:13px 26px;border-radius:6px;border:1px solid var(--green);font-size:16px;line-height:1.1;transition:opacity .2s,transform .2s}
.button-outline{background:transparent;color:var(--green)}.button-solid{background:var(--green);color:white;font-weight:600}
.button:hover{opacity:.88;transform:translateY(-1px)}
.essentials{padding:80px var(--gutter) 200px}
h2{font-size:clamp(3rem,4.8vw,5.5rem);line-height:1.05;color:var(--green);margin:0 0 20px;letter-spacing:-.025em}
.essentials-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}
.essential-card{min-width:0;min-height:375px;padding:42px 36px}
.essential-card:not(:last-child){border-right:1px solid var(--rule)}
.essential-card svg{display:block;width:48px;height:48px;color:var(--green);margin-bottom:30px}
.essential-card h3{margin:0;font-size:clamp(1.8rem,2vw,2.5rem);line-height:1.04;letter-spacing:.01em}
.essential-line{width:35px;height:3px;background:var(--green);margin:22px 0 24px}
.essential-card p{max-width:250px;margin:0;font-size:1rem;line-height:1.55;color:var(--dark-green)}
.site-footer{border-top:1px solid var(--rule);padding:40px var(--gutter);display:flex;align-items:flex-start;gap:48px;color:var(--dark-green)}
.site-footer nav{display:flex;flex-wrap:wrap;gap:8px 26px;max-width:820px}.site-footer small{margin-left:auto;white-space:nowrap;padding-top:12px;font-size:14px}
html[lang=fi] h1{font-size:clamp(3.5rem,6.4vw,7rem)}
@media(max-width:1100px){.navigation{gap:18px}.essential-card{padding:36px 26px}.site-footer{flex-wrap:wrap}.site-footer small{margin-left:0}}
@media(max-width:950px){.essentials-grid{grid-template-columns:repeat(2,1fr)}.essential-card{min-height:290px}.essential-card:nth-child(2){border-right:0}.essential-card:nth-child(-n+2){border-bottom:1px solid var(--rule)}.site-header{height:90px}.brand{width:140px;height:52px}.navigation{gap:15px}.hero{padding-top:170px}h1{font-size:clamp(4rem,9vw,6rem)}}
@media(max-width:760px){.site-header{height:64px;padding:12px var(--gutter)}.site-header .brand{width:76px;height:29px}.menu-toggle{display:flex;flex-direction:column;justify-content:space-between;width:44px;height:44px;padding:11px 6px;border:0;background:none;z-index:5}.menu-toggle span{display:block;width:32px;height:1px;background:var(--ink);transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.navigation{display:none;position:absolute;top:64px;left:0;right:0;background:var(--cream);padding:24px var(--gutter) 32px;border-bottom:1px solid var(--rule);box-shadow:0 20px 30px #434a3b12;align-items:flex-start;gap:10px;max-height:calc(100svh - 64px);overflow:auto}.navigation.is-open{display:flex;flex-direction:column}.navigation .nav-item{font-size:21px}.languages{margin:10px 0 0}}
@media(max-width:640px){.hero{min-height:max(734px,100svh);padding:174px var(--gutter) 175px}.hero-landscape{background-size:auto 100%;background-position:46% center}.hero-copy{max-width:100%}h1{font-size:clamp(2.8rem,12vw,4rem);line-height:1.02;margin-bottom:18px;letter-spacing:-.025em}.hero-copy p{margin-bottom:22px;font-size:1.05rem;line-height:1.35}.hero-buttons{flex-direction:column;align-items:flex-start;gap:9px}.button{width:min(100%,214px);min-height:71px;padding:12px 18px}.essentials{padding:90px var(--gutter) 36px}h2{font-size:clamp(2.4rem,10.5vw,3.25rem);margin-bottom:50px}.essentials-grid{grid-template-columns:1fr}.essential-card{min-height:auto;padding:30px 26px;border-right:0!important;border-bottom:1px solid var(--rule)}.essential-card:last-child{border-bottom:0}.essential-card svg{width:40px;height:40px;margin-bottom:22px}.essential-card h3{font-size:2rem}.essential-line{margin:18px 0}.essential-card p{max-width:100%;font-size:1rem}.site-footer{padding:32px var(--gutter);gap:22px;flex-direction:column}.site-footer nav{flex-direction:column;align-items:flex-start;gap:4px}html[lang=fi] h1{font-size:clamp(2rem,9.25vw,3.7rem);line-height:1.08}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

/* Homepage sections share the existing Northfolk palette and typography. */
.page-section{padding:80px var(--gutter) 110px;scroll-margin-top:28px}
.page-section h2{margin-bottom:22px}
.page-section img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.card-line{width:36px;height:3px;background:var(--green);margin:18px 0;flex-shrink:0}
.expedition-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border-block:1px solid var(--rule);padding:12px 0}
.expedition-card{display:flex;flex-direction:column;min-width:0;transition:transform .25s,background .25s}
.expedition-card:hover{transform:translateY(-4px);background:rgba(91,104,75,.06)}
a.expedition-card{color:var(--ink);text-decoration:none}
.expedition-image{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:10px}
.expedition-image img,.oulu-image img{transition:transform .4s}
.expedition-card:hover img,.oulu-card:hover img{transform:scale(1.035)}
.expedition-content{display:flex;flex-direction:column;flex:1;padding:26px 16px 28px}
.expedition-meta{display:flex;align-items:center;gap:11px;margin-bottom:14px;color:var(--green);font-family:Anton,Impact,sans-serif;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}
.expedition-meta svg{width:27px;height:27px;flex:0 0 27px}
.expedition-card h3{margin:0;font-size:clamp(1.9rem,2.25vw,2.8rem);line-height:1.02;letter-spacing:.005em}
.expedition-card p{margin:0 0 28px;font-size:1rem;line-height:1.55}
.expedition-link{display:flex;align-items:center;gap:10px;align-self:flex-start;margin-top:auto;padding:0;border:0;background:transparent;color:var(--green);font-family:Anton,Impact,sans-serif;font-size:1rem;letter-spacing:.07em;text-transform:uppercase;text-align:left;line-height:1.5}
.expedition-link span{font-family:Arial,sans-serif;font-size:1.4rem}
.oulu-section{background:var(--cream) url('/assets/oulu-background.svg') center/cover no-repeat}
.oulu-panel{padding:42px;background:#1F3A31;border:1px solid rgba(216,205,189,.22);border-radius:14px;overflow:hidden}
.oulu-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.oulu-card{display:flex;flex-direction:column;min-width:0;background:#29463B;border:1px solid rgba(216,205,189,.24);border-radius:12px;overflow:hidden;color:#F2E9DC;transition:transform .25s,border-color .25s}
a.oulu-card{color:#F2E9DC;text-decoration:none}
.oulu-card:hover{transform:translateY(-4px);border-color:rgba(242,233,220,.55)}
.oulu-image{width:100%;aspect-ratio:16/10;overflow:hidden}
.oulu-content{display:flex;flex-direction:column;flex:1;padding:20px 20px 22px}
.oulu-card h3{margin:0;font-size:clamp(1.55rem,1.8vw,2.2rem);line-height:1.02;letter-spacing:.01em;overflow-wrap:break-word}
.oulu-card .card-line{width:32px;height:2px;background:#C7D0B5;margin:16px 0}
.oulu-card p{margin:0;font-size:1rem;line-height:1.5;color:#D8CDBD}
.audience-section{background:linear-gradient(rgba(241,235,228,.82),rgba(241,235,228,.82)),url('/assets/groups-background.svg') center/cover no-repeat}
.audience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid var(--rule)}
.audience-card{min-height:225px;padding:34px 34px 30px;min-width:0}
.audience-card:not(:nth-child(3n)){border-right:1px solid var(--rule)}
.audience-card:nth-child(-n+3){border-bottom:1px solid var(--rule)}
.audience-card svg{display:block;width:38px;height:38px;color:var(--green);margin-bottom:24px}
.audience-card h3{margin:0;font-size:clamp(1.7rem,2.2vw,2.8rem);line-height:1.02;text-transform:none}
.audience-card .card-line{width:28px;height:2px;margin:22px 0 0}
.reviews-section{background:linear-gradient(rgba(241,235,228,.82),rgba(241,235,228,.82)),url('/assets/reviews-background.svg') center/cover no-repeat}
.references{border-top:1px solid var(--rule)}
.reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.reference-card{padding:30px;border-right:1px solid var(--rule);border-bottom:1px solid var(--rule);min-width:0}
.reference-card:nth-child(3n){border-right:0}
.reference-card h3{color:var(--green);font-size:clamp(1.5rem,2vw,2.2rem);line-height:1.05;margin:0 0 16px}
.reference-card p{margin:0;font-size:1rem;line-height:1.5}
.review-grid .reference-card{background:rgba(91,104,75,.04)}
.review-stars{color:var(--green);font-size:1.1rem;letter-spacing:.12em}
.reference-card .review-source{font-size:.875rem;letter-spacing:.08em;margin:7px 0 14px}
.reference-card blockquote{margin:0}
.contact-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:6vw;padding-block:110px 130px}
.contact-section h2{font-size:clamp(2.5rem,4.2vw,5rem);overflow-wrap:break-word}
.eyebrow{font-family:Anton,Impact,sans-serif;color:var(--green);text-transform:uppercase;letter-spacing:.09em;font-size:1rem;margin:0 0 20px}
.contact-intro{font-size:1.15rem;line-height:1.5;max-width:600px;margin:24px 0 36px}
.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--rule)}
.contact-item{display:flex;align-items:center;gap:16px;padding:24px 22px;color:var(--ink);text-decoration:none;min-width:0}
.contact-item:nth-child(odd){border-right:1px solid var(--rule)}
.contact-item:nth-child(-n+2){border-bottom:1px solid var(--rule)}
a.contact-item:hover{background:rgba(91,104,75,.08)}
.contact-item svg{width:30px;height:30px;flex:0 0 30px;color:var(--green)}
.contact-item>span{min-width:0;display:flex;flex-direction:column;gap:5px;font-size:1rem;line-height:1.35;overflow-wrap:anywhere}
.contact-item .contact-label{color:var(--green);font-family:Anton,Impact,sans-serif;font-size:.875rem;text-transform:uppercase;letter-spacing:.07em}
.contact-form{position:relative;align-self:start;border-top:1px solid var(--rule);padding-top:24px;min-width:0}
#form-required{font-size:.9rem;color:var(--dark-green);margin:0 0 24px}
.form-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 18px}
.form-field{display:flex;flex-direction:column;gap:9px;min-width:0;font-size:1rem}
.form-field input,.form-field textarea,.form-field select{display:block;width:100%;min-width:0;max-width:100%;padding:13px 12px;border:1px solid var(--rule);border-radius:4px;background:rgba(255,255,255,.25);color:var(--ink);font:inherit;line-height:1.5}
.form-field textarea{resize:vertical;min-height:150px}
.form-field :is(input,textarea,select):focus-visible{outline:2px solid var(--green);outline-offset:3px}
.form-field input::placeholder{color:#64665c;font-size:.9rem}
.full-width{grid-column:1/-1}
.form-trap{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.form-status{font-size:1rem;line-height:1.5;color:var(--dark-green);margin:24px 0;min-height:1.5em}
.form-status[data-state=error]{color:#8a3023}
.form-status[data-state=success]{border-left:3px solid var(--green);padding-left:14px}
.submit-button{gap:20px;min-height:58px}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}
.submit-button span{font-family:Arial,sans-serif;font-size:1.4rem}
/* Anton's accented capitals need extra vertical clearance in Finnish.
   This specificity also covers the tighter heading rules at mobile widths. */
html[lang="fi"] body :is(h1,h2,h3,h4,h5,h6){line-height:1.3}
html[lang="fi"] body :is(.eyebrow,.expedition-meta,.expedition-link,.contact-label){line-height:1.4}
@media(max-width:1100px){.contact-section{grid-template-columns:1fr;gap:48px}.contact-copy{max-width:850px}.contact-form{max-width:850px;width:100%}.page-section h2 br{display:none}.page-section h2{max-width:1100px}}
@media(max-width:950px){.expedition-grid{grid-template-columns:1fr}.expedition-card{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);border-bottom:1px solid var(--rule);padding-bottom:12px}.expedition-card:last-child{border-bottom:0;padding-bottom:0}.expedition-image{height:100%;aspect-ratio:auto}.expedition-card h3{font-size:2rem}.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-card{border-right:0!important;border-bottom:1px solid var(--rule)}.audience-card:nth-child(odd){border-right:1px solid var(--rule)!important}.audience-card:nth-last-child(-n+2){border-bottom:0}}
@media(max-width:850px){.oulu-grid{grid-template-columns:1fr}.oulu-card{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr)}.oulu-image{height:100%;aspect-ratio:auto}}
@media(max-width:750px){.reference-grid{grid-template-columns:1fr}.reference-card{border-right:0;padding:25px 22px}}
@media(max-width:640px){.page-section{padding:60px var(--gutter) 70px}.page-section h2{font-size:clamp(2.25rem,9.8vw,3.25rem);line-height:1.08;margin-bottom:26px;overflow-wrap:break-word}.expedition-grid{gap:14px}.expedition-card{display:flex}.expedition-image{height:auto;aspect-ratio:16/10;border-radius:9px}.expedition-content{padding:22px 0 23px}.expedition-meta{font-size:.875rem;margin-bottom:12px}.expedition-meta svg{width:24px;height:24px;flex-basis:24px}.expedition-card h3{font-size:1.85rem}.expedition-card p{margin-bottom:22px}.expedition-link{font-size:.95rem}.oulu-panel{padding:28px 22px}.oulu-card{display:flex}.oulu-image{height:auto;aspect-ratio:16/10}.oulu-content{padding:19px 18px 21px}.oulu-card h3{font-size:1.75rem}.audience-grid{grid-template-columns:1fr}.audience-card{min-height:0;padding:28px 24px;border-right:0!important;border-bottom:1px solid var(--rule)!important}.audience-card:nth-child(odd){border-right:0!important}.audience-card:last-child{border-bottom:0!important}.audience-card svg{width:34px;height:34px;margin-bottom:18px}.audience-card h3{font-size:2rem}.contact-grid{grid-template-columns:1fr}.contact-item{padding:20px 22px;border-right:0!important;border-bottom:1px solid var(--rule)}.contact-item:last-child{border-bottom:0}.contact-item svg{width:27px;height:27px;flex-basis:27px}.form-fields{grid-template-columns:1fr;gap:20px}.submit-button{width:100%;min-height:58px}.contact-section{gap:36px}}

.form-reassurance{font-size:.875rem;line-height:1.5;color:var(--dark-green);margin:16px 0 0;max-width:530px}

.hero-buttons a.button{text-decoration:none}

/* Guide introductions at the same visual scale as the other homepage sections. */
.home-guides{padding:clamp(70px,7vw,130px) var(--gutter) clamp(90px,8vw,150px)}
.home-guides h2{font-size:clamp(3rem,4.8vw,5.5rem);line-height:1.05;margin:0 0 32px;letter-spacing:-.025em}
.home-guides-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,2vw,32px);border-top:1px solid var(--rule);padding-top:28px}
.home-guide{min-width:0}
.home-guide img{display:block;width:100%;height:clamp(230px,22vw,360px);object-fit:cover;object-position:center 35%;border-radius:10px;margin-bottom:20px}
.home-guide h3{margin:0 0 10px;color:var(--green);font-size:clamp(1.8rem,2.2vw,2.7rem);line-height:1.12}
.home-guide p{margin:0;color:var(--dark-green);font-size:1rem;line-height:1.55}
@media(max-width:1000px){.home-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 24px}.home-guide img{height:clamp(280px,43vw,430px)}}
@media(max-width:640px){.home-guides{padding:60px var(--gutter) 80px}.home-guides h2{font-size:clamp(2.25rem,9.8vw,3.25rem);line-height:1.08;margin-bottom:26px}.home-guides-grid{grid-template-columns:minmax(0,1fr);gap:34px;padding-top:24px}.home-guide{display:block}.home-guide img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;margin:0 0 18px}.home-guide h3{font-size:2rem;margin-bottom:8px}.home-guide p{font-size:1rem;line-height:1.55}}
