@font-face {
  font-family: "Bricolage";
  src: url("assets/BricolageGrotesque-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bricolage";
  src: url("assets/BricolageGrotesque-700.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson";
  src: url("assets/Atkinson-400.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Atkinson";
  src: url("assets/Atkinson-600.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

:root {
  --paper: #fffef9;
  --cream: #f7f2de;
  --mist: #e8f1db;
  --leaf: #3d7d49;
  --leaf-dark: #21452c;
  --lime: #b9dc45;
  --sun: #f2d979;
  --peach: #f5c99f;
  --ink: #24352a;
  --soft: #607064;
  --display: "Bricolage", Arial, sans-serif;
  --body: "Atkinson", Arial, sans-serif;
  --shell: min(1280px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 18px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 18px; top: -80px; padding: 12px 18px; background: var(--leaf-dark); color: white; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid var(--leaf-dark); outline-offset: 4px; }

.site-header { position: sticky; z-index: 100; top: 0; display: grid; grid-template-columns: minmax(280px, .85fr) 1.4fr minmax(220px, .65fr); min-height: 94px; align-items: stretch; background: rgba(255,254,249,.94); backdrop-filter: blur(18px); box-shadow: 0 1px 0 rgba(33,69,44,.12); }
.brand { display: flex; align-items: center; gap: 15px; padding: 15px 34px; }
.brand-mark { width: 47px; fill: none; stroke: var(--leaf); stroke-width: 5; stroke-linecap: round; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: var(--display); font-size: 20px; letter-spacing: -.03em; }
.brand-copy span { color: var(--soft); font-size: 14px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 3vw, 54px); }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 15px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 5px; border-radius: 10px; background: var(--lime); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { display: grid; align-content: center; justify-content: center; padding: 14px 28px; background: var(--leaf-dark); color: white; text-align: center; }
.header-contact span { color: rgba(255,255,255,.68); font-size: 12px; }
.header-contact strong { font-family: var(--display); font-size: 18px; }
.menu-toggle { display: none; border: 0; background: transparent; }
.mobile-menu { display: none; }

.hero { position: relative; padding-top: 78px; background: var(--cream); }
.hero-copy { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: end; min-height: 475px; padding-bottom: 150px; }
.hero-place { grid-column: 1 / -1; margin: 0 0 28px; color: var(--leaf); font-weight: 600; }
.hero h1 { margin: 0; max-width: 850px; font-family: var(--display); font-size: clamp(74px, 7.35vw, 112px); font-weight: 700; line-height: .82; letter-spacing: -.07em; }
.hero h1 span { color: var(--leaf); font-weight: 400; }
.hero-intro { align-self: end; max-width: 340px; padding: 0 0 7px 30px; }
.hero-intro p { margin: 0 0 24px; color: var(--soft); font-size: 19px; }
.text-link { display: inline-flex; gap: 11px; align-items: center; padding-bottom: 5px; font-weight: 600; box-shadow: inset 0 -6px var(--lime); transition: box-shadow .2s ease; }
.text-link:hover { box-shadow: inset 0 -1.2em var(--lime); }
.hero-photo { position: relative; z-index: 1; height: 530px; margin: 0; overflow: visible; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,45,26,.03), rgba(20,45,26,.2)); }
.hero-photo img { height: 100%; object-fit: cover; object-position: center 56%; }
.hero-photo figcaption { position: absolute; z-index: 4; right: 0; bottom: 0; display: grid; min-width: 285px; padding: 21px 28px; background: rgba(255,254,249,.91); backdrop-filter: blur(12px); color: var(--soft); font-size: 14px; }
.movement-band { position: absolute; z-index: 3; left: 0; right: 0; top: -112px; width: 100%; height: 210px; pointer-events: none; }
.movement-band path { fill: none; stroke-linecap: round; }
.movement-band__back { stroke: var(--leaf); stroke-width: 88; opacity: .95; }
.movement-band__front { stroke: var(--lime); stroke-width: 44; }

.welcome { padding: 150px 0 180px; background: var(--paper); }
.welcome-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px 120px; }
.welcome h2 { margin: 0; font-family: var(--display); font-size: clamp(60px, 6vw, 91px); line-height: .92; letter-spacing: -.06em; }
.welcome-copy { max-width: 600px; color: var(--soft); font-size: 20px; }
.welcome-copy p:first-child { margin-top: 10px; }
.welcome-note { grid-column: 2; display: grid; gap: 7px; max-width: 470px; padding: 28px 35px; border-radius: 5px 46px 46px 46px; background: var(--mist); }
.welcome-note strong { font-family: var(--display); font-size: 24px; }
.welcome-note span { color: var(--soft); }

.services { padding: 130px 0 0; background: var(--cream); }
.services-heading { display: grid; grid-template-columns: 1fr 400px; align-items: end; gap: 80px; padding-bottom: 90px; }
.services-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(64px, 6.7vw, 102px); line-height: .88; letter-spacing: -.065em; }
.services-heading p { margin: 0 0 8px; color: var(--soft); font-size: 19px; }
.service-folds { width: 100%; }
.service-fold { overflow: hidden; }
.service-fold--leaf { background: var(--leaf); color: white; }
.service-fold--sun { background: var(--sun); }
.service-fold--peach { background: var(--peach); }
.service-fold__trigger { width: min(1380px, calc(100vw - 56px)); min-height: 150px; margin-inline: auto; padding: 30px 18px; border: 0; display: grid; grid-template-columns: 1fr auto; align-items: center; background: transparent; text-align: left; cursor: pointer; }
.service-fold__trigger > span:first-child { font-family: var(--display); font-size: clamp(44px, 5.4vw, 82px); font-weight: 700; line-height: .9; letter-spacing: -.055em; }
.service-fold__hint { align-self: center; font-size: 15px; opacity: .72; }
.service-fold__hint::after { content: "+"; display: inline-grid; place-items: center; width: 31px; height: 31px; margin-left: 15px; border: 1px solid currentColor; border-radius: 50%; font-size: 21px; transition: transform .25s ease; }
.service-fold.is-open .service-fold__hint::after { transform: rotate(45deg); }
.service-fold__content { width: min(1380px, calc(100vw - 56px)); margin-inline: auto; padding: 0 18px 56px; }
.service-fold__content ul { display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; list-style: none; }
.service-fold__content li { padding: 10px 16px; border-radius: 9px 22px 22px 22px; background: rgba(255,255,255,.68); color: var(--ink); font-size: 16px; }
.service-fold--leaf .service-fold__content li { background: rgba(255,255,255,.14); color: white; }

.approach { padding: 170px 0; background: var(--paper); }
.approach-stage { position: relative; min-height: 820px; }
.approach-copy { position: relative; z-index: 3; width: min(670px, 62%); margin: 0 auto; padding: 95px 80px; border-radius: 110px 12px 110px 12px; background: var(--cream); }
.approach-copy > p:first-child { margin: 0 0 38px; color: var(--leaf); font-weight: 600; }
.approach-copy h2 { margin: 0 0 35px; font-family: var(--display); font-size: clamp(55px, 5.6vw, 83px); line-height: .9; letter-spacing: -.06em; }
.approach-copy h2 + p { max-width: 510px; margin-bottom: 35px; color: var(--soft); font-size: 19px; }
.soft-button { display: inline-flex; padding: 14px 22px; border-radius: 7px 24px 24px 24px; background: var(--leaf-dark); color: white; font-weight: 600; }
.approach-photo { position: absolute; z-index: 2; margin: 0; overflow: hidden; box-shadow: 0 20px 70px rgba(33,69,44,.16); }
.approach-photo img { height: 100%; object-fit: cover; }
.approach-photo--detail { left: 0; top: 20px; width: 31%; height: 570px; border-radius: 10px 110px 10px 10px; }
.approach-photo--ball { right: 0; bottom: 0; width: 29%; height: 525px; border-radius: 10px 10px 10px 110px; }

.team { padding: 140px 0 0; background: var(--mist); }
.team-intro { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: end; padding-bottom: 95px; }
.team-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(65px, 6.6vw, 101px); line-height: .87; letter-spacing: -.065em; }
.team-intro p { margin: 0 0 10px; color: var(--soft); font-size: 19px; }
.team-ribbon { height: 465px; overflow: hidden; }
.team-ribbon__track { display: grid; grid-template-columns: 1.45fr repeat(4, 1fr); align-items: start; width: min(1540px, calc(100vw - 48px)); height: 100%; margin-inline: auto; padding-top: 35px; }
.person { position: relative; min-height: 430px; display: flex; flex-direction: column; gap: 12px; padding: 38px 28px; background: var(--paper); transform: translateY(250px); transition: transform .42s cubic-bezier(.2,.75,.25,1); cursor: default; }
.person:nth-child(2) { background: var(--sun); }
.person:nth-child(3) { background: var(--paper); }
.person:nth-child(4) { background: var(--peach); }
.person:nth-child(5) { background: var(--cream); }
.person:hover, .person:focus-visible { z-index: 3; transform: translateY(0); outline-offset: -6px; }
.person strong { font-family: var(--display); font-size: clamp(23px, 2.1vw, 34px); line-height: 1; letter-spacing: -.04em; }
.person span { color: var(--soft); font-size: 14px; line-height: 1.4; }
.person p { margin: 22px 0 0; padding-top: 22px; color: var(--soft); font-size: 15px; line-height: 1.45; opacity: 0; transform: translateY(12px); transition: opacity .24s ease .08s, transform .3s ease .05s; }
.person:hover p, .person:focus-visible p { opacity: 1; transform: translateY(0); }
.person--owner { background: var(--leaf); color: white; border-radius: 0 90px 0 0; }
.person--owner span { color: rgba(255,255,255,.74); }
.person--owner p { color: rgba(255,255,255,.82); }

.direct-access { position: relative; overflow: hidden; padding: 170px 0; background: var(--mist); }
.direct-access__shape { position: absolute; top: 92px; left: 6%; right: 6%; bottom: 88px; border-radius: 140px 18px 140px 18px; background: var(--paper); transform: rotate(-1.2deg); }
.direct-access__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(410px, .82fr); gap: 76px; align-items: center; padding: 95px 100px; }
.direct-access__title { min-width: 0; }
.direct-access__title span { color: var(--leaf); font-weight: 600; }
.direct-access__title h2 { margin: 24px 0 0; max-width: 650px; font-family: var(--display); font-size: clamp(50px, 4.3vw, 66px); line-height: .92; letter-spacing: -.055em; hyphens: auto; }
.direct-access__copy { color: var(--soft); font-size: 19px; }
.direct-access__note { margin-top: 34px; padding: 20px 24px; border-radius: 6px 28px 28px 28px; background: var(--cream); color: var(--ink); font-size: 16px; }

.visit { padding: 155px 0 170px; background: var(--cream); }
.visit-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 75px; }
.visit-heading h2 { max-width: 860px; margin: 0; font-family: var(--display); font-size: clamp(64px, 6.5vw, 98px); line-height: .88; letter-spacing: -.065em; }
.visit-heading .text-link { flex: 0 0 auto; margin-bottom: 10px; }
.visit-board { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 470px; overflow: hidden; border-radius: 10px 120px 10px 10px; background: var(--leaf); color: white; }
.visit-board::before { content: ""; position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(27deg, transparent 47%, white 48%, white 50%, transparent 51%), linear-gradient(153deg, transparent 45%, white 46%, white 48%, transparent 49%); background-size: 230px 160px, 270px 190px; }
.visit-board__address, .opening-hours { position: relative; z-index: 2; padding: 75px 80px; }
.visit-board__address { display: flex; flex-direction: column; justify-content: center; }
.visit-board__address span { color: rgba(255,255,255,.66); }
.visit-board__address strong { margin: 6px 0 25px; font-family: var(--display); font-size: clamp(38px, 4vw, 59px); line-height: .9; }
.visit-board__address p { margin: 0; font-size: 21px; }
.opening-hours { background: rgba(255,255,255,.92); color: var(--ink); }
.opening-hours h3 { margin: 0 0 30px; font-family: var(--display); font-size: 36px; }
.opening-hours dl { margin: 0; }
.opening-hours dl > div { display: flex; justify-content: space-between; padding: 7px 0; }
.opening-hours dd { margin: 0; font-weight: 600; }
.opening-hours > p { margin: 25px 0 0; color: var(--leaf); font-weight: 600; }
.visit-board__marker { position: absolute; z-index: 4; left: 50%; top: 50%; width: 100px; height: 100px; display: grid; place-items: center; border-radius: 14px 45px 45px 45px; background: var(--lime); transform: translate(-50%,-50%) rotate(-6deg); box-shadow: 0 15px 35px rgba(33,69,44,.25); }
.visit-board__marker svg { width: 56px; fill: none; stroke: var(--leaf-dark); stroke-width: 5; stroke-linecap: round; }

.contact { padding: 145px 0; background: var(--peach); }
.contact-inner { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .65fr); gap: clamp(70px, 9vw, 150px); align-items: center; }
.contact-logo { width: 72px; height: 60px; margin: 0 0 30px; }
.contact-logo svg { fill: none; stroke: var(--leaf-dark); stroke-width: 4; stroke-linecap: round; }
.contact-heading > p { margin: 0 0 20px; color: var(--leaf); font-weight: 600; }
.contact h2 { max-width: 800px; margin: 0; font-family: var(--display); font-size: clamp(58px, 6vw, 90px); line-height: .87; letter-spacing: -.065em; }
.contact-card { position: relative; padding: 58px 48px 50px; border-radius: 8px 75px 8px 8px; background: var(--paper); box-shadow: 18px 18px 0 var(--sun); transform: rotate(1.2deg); }
.contact-card > span { display: block; margin-bottom: 25px; color: var(--leaf); font-weight: 600; }
.contact-phone { display: block; font-family: var(--display); font-size: clamp(57px, 5.5vw, 82px); font-weight: 700; line-height: .8; letter-spacing: -.055em; }
.contact-card p { margin: 30px 0; color: var(--soft); font-size: 16px; }
.contact-mail { display: inline-flex; gap: 10px; padding-bottom: 4px; font-weight: 600; box-shadow: inset 0 -5px var(--lime); }

.site-footer { padding: 70px 0 30px; background: var(--cream); color: var(--ink); }
.footer-head { display: flex; justify-content: space-between; gap: 60px; align-items: center; padding-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 17px; }
.footer-brand svg { width: 58px; fill: none; stroke: var(--leaf); stroke-width: 5; stroke-linecap: round; }
.footer-brand strong { font-family: var(--display); font-size: 23px; line-height: 1.05; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 17px 36px; color: var(--soft); }
.footer-nav a:hover { color: var(--leaf); }
.footer-facts { display: grid; grid-template-columns: .8fr 1.3fr .8fr; gap: 55px; padding: 40px 0 55px; border-top: 6px solid var(--lime); }
.footer-facts p { margin: 0; color: var(--soft); }
.footer-facts span { display: block; margin-bottom: 9px; color: var(--leaf); font-weight: 600; }
.footer-facts a { overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 25px; border-top: 1px solid rgba(33,69,44,.14); color: var(--soft); font-size: 13px; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 48px, 760px); }
  .site-header { grid-template-columns: 1fr auto; min-height: 78px; }
  .brand { padding: 11px 24px; }
  .desktop-nav, .header-contact { display: none; }
  .menu-toggle { display: flex; align-items: center; gap: 14px; padding: 0 24px; cursor: pointer; }
  .menu-toggle__bars, .menu-toggle__bars::before { display: block; width: 27px; height: 2px; background: var(--ink); content: ""; transition: transform .2s ease; }
  .menu-toggle__bars::before { transform: translateY(7px); }
  .menu-open .menu-toggle__bars { transform: rotate(45deg); }
  .menu-open .menu-toggle__bars::before { transform: rotate(-90deg); }
  .mobile-menu { position: fixed; z-index: 90; inset: 78px 0 0; display: flex; flex-direction: column; padding: 45px 30px; background: var(--cream); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 12px 0; font-family: var(--display); font-size: 42px; line-height: 1; }
  .mobile-menu a:last-child { margin-top: auto; color: var(--leaf); font-size: 28px; }
  .hero { padding-top: 70px; }
  .hero-copy { grid-template-columns: 1fr; min-height: 0; padding-bottom: 125px; }
  .hero h1 { font-size: clamp(70px, 12vw, 105px); }
  .hero-intro { padding: 35px 0 0; }
  .hero-photo { height: 420px; }
  .movement-band { top: -92px; }
  .welcome-layout, .services-heading, .team-intro, .direct-access__inner { grid-template-columns: 1fr; gap: 45px; }
  .welcome-note { grid-column: 1; }
  .approach-stage { min-height: 980px; }
  .approach-copy { width: 76%; padding: 75px 60px; }
  .approach-photo--detail { width: 33%; height: 480px; }
  .approach-photo--ball { width: 34%; height: 440px; }
  .team-ribbon { height: auto; }
  .team-ribbon__track { grid-template-columns: repeat(2, 1fr); height: auto; padding-top: 0; }
  .person:nth-child(n) { min-height: 330px; transform: none; }
  .person p { opacity: 1; transform: none; }
  .person--owner { grid-column: 1 / -1; }
  .direct-access__inner { padding: 75px 55px; }
  .visit-heading { align-items: flex-start; flex-direction: column; }
  .visit-board__address, .opening-hours { padding: 65px 45px; }
  .contact-inner { grid-template-columns: 1fr; }
  .contact-card { width: min(520px, 92%); margin-left: auto; }
  .footer-head { align-items: flex-start; flex-direction: column; gap: 35px; }
  .footer-nav { justify-content: flex-start; }
  .footer-facts { grid-template-columns: 1fr 1fr; }
  .footer-facts p:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100vw - 36px); }
  body { font-size: 17px; }
  .brand-mark { width: 39px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy span { font-size: 12px; }
  .menu-toggle__label { display: none; }
  .hero { padding-top: 54px; }
  .hero-copy { padding-bottom: 105px; }
  .hero-place { margin-bottom: 19px; font-size: 14px; }
  .hero h1 { font-size: clamp(58px, 18vw, 84px); line-height: .87; }
  .hero-intro { padding-top: 25px; }
  .hero-intro p { font-size: 17px; }
  .hero-photo { height: 330px; }
  .hero-photo figcaption { min-width: 0; padding: 12px 16px; font-size: 11px; }
  .movement-band { top: -70px; height: 150px; }
  .movement-band__back { stroke-width: 82; }
  .movement-band__front { stroke-width: 38; }
  .welcome, .approach, .visit { padding: 95px 0; }
  .welcome h2, .services-heading h2, .team-intro h2, .visit-heading h2 { font-size: 56px; }
  .welcome-layout { gap: 35px; }
  .welcome-copy { font-size: 17px; }
  .welcome-note { padding: 24px; border-radius: 5px 35px 35px 35px; }
  .services { padding-top: 90px; }
  .services-heading { padding-bottom: 58px; }
  .service-fold__trigger { width: 100%; min-height: 112px; padding: 25px 18px; grid-template-columns: 1fr; gap: 14px; }
  .service-fold__trigger > span:first-child { font-size: 42px; }
  .service-fold__hint { align-self: auto; }
  .service-fold__content { width: 100%; padding: 0 18px 35px; }
  .service-fold__content ul { gap: 8px; }
  .service-fold__content li { padding: 8px 11px; font-size: 14px; }
  .approach-stage { min-height: 1030px; }
  .approach-copy { width: calc(100% - 28px); margin-left: 28px; padding: 64px 28px 58px; border-radius: 65px 8px 65px 8px; }
  .approach-copy h2 { font-size: 52px; }
  .approach-photo--detail { z-index: 4; top: auto; bottom: 0; width: 58%; height: 350px; border-radius: 8px 65px 8px 8px; }
  .approach-photo--ball { width: 47%; height: 320px; bottom: 85px; border-radius: 8px 8px 8px 65px; }
  .team { padding-top: 95px; }
  .team-intro { padding-bottom: 55px; }
  .team-ribbon__track { width: 100%; grid-template-columns: 1fr; }
  .person:nth-child(n), .person--owner { min-height: 270px; padding: 32px 22px; border-radius: 0; }
  .person--owner { border-radius: 0 60px 0 0; }
  .person strong { font-size: 30px; }
  .person p { margin-top: 14px; padding-top: 14px; }
  .direct-access { padding: 100px 0; }
  .direct-access__shape { inset: 55px 10px; border-radius: 70px 10px 70px 10px; }
  .direct-access__inner { padding: 55px 25px; gap: 35px; }
  .direct-access__title h2 { font-size: 51px; }
  .visit-heading { gap: 28px; margin-bottom: 45px; }
  .visit-board { grid-template-columns: 1fr; border-radius: 8px 70px 8px 8px; }
  .visit-board__address, .opening-hours { padding: 52px 28px; }
  .visit-board__marker { display: none; }
  .contact { padding: 95px 0; }
  .contact h2 { font-size: 57px; }
  .contact-inner { gap: 58px; }
  .contact-card { width: calc(100% - 12px); padding: 44px 27px 40px; box-shadow: 12px 12px 0 var(--sun); }
  .contact-phone { font-size: 58px; }
  .footer-nav { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .footer-facts { grid-template-columns: 1fr; gap: 30px; }
  .footer-facts p:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
