/* Shared by all pages. Site copy lives directly in each HTML file. */
:root {
  --lime: #b7ef55;
  --green: #224433;
  --pale: #f4fcea;
  --card: #f7f8fb;
  --ink: #000;
  --footer: #404040;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Plus Jakarta Sans", Arial, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.6; }
img, video, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
.site-footer a:focus-visible { outline-color: var(--lime); }
p { margin: 0 0 1.2em; }
h1, h2, h3 { font-weight: 500; line-height: 1.25; letter-spacing: -.04em; margin: 0; }
h1 { font-size: clamp(2.5rem, 5.6vw, 5rem); font-weight: 600; }
h2 { font-size: clamp(2rem, 3.6vw, 3.125rem); }
h3 { font-size: 1.55rem; }
em { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.wrap { width: min(980px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); background: var(--lime); padding: 12px 20px; z-index: 100; }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); }
.header-inner { max-width: 1260px; margin: auto; min-height: 106px; padding: 18px 40px; display: flex; align-items: center; gap: 30px; }
.brand { flex: 0 0 160px; }
.brand img { width: 160px; height: auto; }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; flex: 1; }
.site-header nav > a:not(.button) { font-size: 15px; font-weight: 500; white-space: nowrap; }
.site-header nav > a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.site-header nav > a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 13px 24px; min-height: 49px; border-radius: 50px; background: var(--lime); color: #111; font-family: "Poppins", Arial, sans-serif; font-size: 15px; font-weight: 500; line-height: 1.4; transition: background .2s; }
.button:hover { background: #a6df43; }
.button span { font-size: 22px; line-height: 1; }
.languages { display: flex; gap: 10px; font-size: 14px; }
.languages a[aria-current] { font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--green); }
.social-links { display: flex; gap: 16px; }
.social-links a { display: flex; align-items: center; justify-content: center; width: 32px; height: 36px; }
.social-links svg { width: 23px; height: 23px; fill: currentColor; }
.social-rail { position: fixed; z-index: 10; top: 43%; left: 15px; flex-direction: column; gap: 4px; }
.hero { text-align: center; padding-block: 105px 115px; }
.hero h1 { max-width: 926px; margin-inline: auto; line-height: 1; }
.hero > p { font-size: 21px; font-weight: 200; margin: 30px 0 25px; }
.intro { text-align: center; padding-block: 22px 90px; }
.intro h2 { font-size: clamp(1.9rem, 3.5vw, 2.5rem); margin-bottom: 30px; }
.intro > p { max-width: 840px; margin-inline: auto; text-align: justify; font-size: 21px; font-weight: 200; letter-spacing: -.04em; line-height: 1.4; }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 50px; margin-top: 65px; }
.stats strong { font-size: clamp(3.8rem, 6vw, 5.4rem); line-height: 1.2; letter-spacing: -.06em; font-weight: 500; }
.stats p { font-size: 17px; line-height: 1.45; max-width: 230px; margin: 12px auto 0; }
.work { padding-block: 40px 95px; }
.work > h2 { text-align: center; margin-bottom: 42px; }
.carousel { display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--green) var(--card); padding-block: 5px 15px; }
figure { margin: 0; background: var(--card); min-width: 0; overflow: hidden; }
.carousel figure { flex: 0 0 calc((100% - 20px) / 3); aspect-ratio: 320 / 530; scroll-snap-align: start; }
figure img, figure video { width: 100%; height: 100%; object-fit: cover; }
figure video { background: #18221c; }
.carousel-actions { display: flex; justify-content: center; align-items: center; gap: 25px; margin-top: 25px; }
.carousel-actions button { display: none; border: 1px solid #d9ddd7; border-radius: 50%; background: white; width: 45px; height: 45px; font-size: 24px; }
.js .carousel-actions button { display: block; }
.carousel-actions button:hover { background: var(--pale); }
.services { background: var(--pale); padding-block: 70px 80px; }
.services h2 { text-align: center; margin-bottom: 50px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-grid article { background: var(--card); border-radius: 20px; padding: 30px 25px; }
.round-icon { display: flex; width: 76px; height: 76px; flex-shrink: 0; align-items: center; justify-content: center; background: var(--green); color: white; border-radius: 50%; }
.round-icon svg { width: 43px; height: 43px; }
.service-grid h3 { margin: 28px 0 20px; font-size: 23px; }
.service-grid p { font-size: 16px; font-weight: 200; line-height: 1.55; margin: 0; }
.benefits { padding-block: 90px 60px; }
.benefits > h2 { text-align: center; max-width: 850px; margin: 0 auto 55px; }
.benefits article { display: flex; align-items: flex-start; gap: 30px; margin: 35px auto; max-width: 860px; }
.benefits h3 { margin-bottom: 16px; }
.benefits p { font-weight: 200; font-size: 18px; line-height: 1.5; margin: 0; }
.faq { padding-block: 35px 90px; }
.faq > h2 { text-align: center; margin-bottom: 40px; font-size: 36px; }
.faq-tabs { display: flex; justify-content: center; gap: 25px; border-bottom: 1px solid #d4ddd5; margin-bottom: 28px; }
.faq-tabs a { text-align: center; padding: 14px 0; font-size: 15px; border-bottom: 3px solid transparent; }
.faq-tabs a[aria-selected="true"] { color: var(--green); border-color: var(--green); }
.faq-panel > h3 { margin: 30px 0 20px; }
.js .faq-panel > h3 { display: none; }
[hidden] { display: none !important; }
.faq details { background: var(--card); margin-bottom: 12px; padding: 0 25px; border-radius: 5px; }
.faq summary { position: relative; cursor: pointer; padding: 21px 32px 21px 0; font-weight: 500; list-style: none; font-size: 17px; line-height: 1.5; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 0; top: 16px; font-size: 28px; font-weight: 200; }
.faq details[open] summary::after { content: '−'; }
.faq-answer { padding: 0 0 24px; font-size: 16px; }
.faq-answer p:last-child { margin-bottom: 0; }
.cta { background: var(--card); text-align: center; padding: 55px 55px 50px; border-radius: 25px; margin-block: 25px 70px; }
.cta h2 { max-width: 750px; margin: 0 auto 28px; font-size: clamp(2rem, 3.5vw, 3rem); }
.site-footer { background: var(--footer); color: white; padding: 60px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr 1fr; gap: 45px; }
.footer-logo { width: 210px; height: auto; margin-bottom: 20px; }
.footer-grid p { font-weight: 200; max-width: 270px; font-size: 15px; }
.footer-grid h2 { font-size: 20px; letter-spacing: -.03em; margin: 10px 0 25px; }
.footer-grid > div > a:not(:has(img)) { display: block; font-size: 15px; margin-bottom: 12px; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--lime); }
.copyright { border-top: 1px solid #41483f; margin-top: 45px; padding-top: 18px; font-size: 12px; color: #c9d0c7; }
.page-hero { text-align: center; padding-block: 100px 80px; }
.page-hero h1 { font-size: clamp(2.3rem, 4.5vw, 3.8rem); }
.portfolio-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding-block: 20px 75px; }
.portfolio-intro h2 { font-size: 36px; }
.portfolio-intro p { font-size: 18px; font-weight: 200; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.gallery-grid figure { aspect-ratio: 3 / 4; }
.contact-card { max-width: 760px; background: var(--pale); border-radius: 25px; padding: 50px; margin-bottom: 95px; }
.contact-card h2 { font-size: 26px; margin-bottom: 25px; }
.contact-card > a { display: block; width: fit-content; overflow-wrap: anywhere; }
.contact-card .contact-phone { font-size: 32px; letter-spacing: -.04em; margin-bottom: 15px; }
.contact-card address { font-style: normal; margin: 30px 0; max-width: 420px; }
.policy { max-width: 840px; padding-block: 80px; }
.policy h1 { margin-bottom: 40px; font-size: 54px; }
.policy h2 { font-size: 29px; margin: 40px 0 20px; }
.policy p { white-space: normal; }
.policy ul, .policy ol { padding-left: 26px; margin-bottom: 24px; }
.policy li { margin-bottom: 8px; }
.policy li p { margin: 0; }
.policy a { text-decoration: underline; overflow-wrap: anywhere; }
.error-page { min-height: 70vh; display: grid; align-content: center; justify-items: center; text-align: center; gap: 25px; padding-block: 80px; }
@media (max-width: 1000px) {
  .header-inner { gap: 18px; padding-inline: 25px; }
  .brand { flex-basis: 130px; }
  .site-header nav { gap: 18px; }
  .site-header nav .button { padding-inline: 18px; gap: 10px; }
  .wrap { width: calc(100% - 100px); }
  .service-grid { gap: 14px; }
  .service-grid article { padding: 25px 20px; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 85px; flex-wrap: wrap; gap: 16px; padding: 16px 24px; }
  .brand { flex: 1; }
  .brand img { width: 140px; }
  .site-header nav { order: 4; width: 100%; flex-basis: 100%; justify-content: center; flex-wrap: wrap; padding-block: 10px; }
  .js .menu-toggle { display: block; }
  .js .site-header nav { display: none; }
  .js .site-header nav.is-open { display: flex; }
  .wrap { width: calc(100% - 64px); }
  .social-rail { left: 2px; }
  .social-rail a { width: 27px; }
  .social-rail svg { width: 19px; }
  .hero { padding-block: 80px; }
  .service-grid { grid-template-columns: 1fr; gap: 20px; }
  .service-grid article { padding: 30px; }
  .service-grid h3 { margin-block: 20px 15px; }
  .service-grid p { font-size: 18px; }
  .carousel figure { flex-basis: calc((100% - 10px) / 2); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .portfolio-intro { grid-template-columns: 1fr; gap: 30px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { padding-inline: 20px; gap: 10px; }
  .brand img { width: 122px; }
  .languages { gap: 9px; }
  .site-header nav { flex-direction: column; gap: 18px; padding-block: 16px; }
  .social-rail { display: none; }
  .hero { padding-block: 65px 70px; }
  .hero h1 { font-size: clamp(2.5rem, 9.3vw, 3.3rem); line-height: 1.08; }
  .hero > p { font-size: 20px; margin-top: 25px; }
  .intro { padding-bottom: 50px; }
  .intro > p { text-align: left; font-size: 18px; letter-spacing: -.02em; line-height: 1.6; }
  .stats { grid-template-columns: 1fr; gap: 35px; margin-top: 40px; }
  .stats strong { font-size: 68px; }
  .stats p { max-width: 245px; margin-top: 5px; }
  .work { padding-block: 30px 55px; }
  .work > h2 { margin-bottom: 30px; }
  .carousel figure { flex-basis: 85%; }
  .services { padding-block: 50px; }
  .services h2 { margin-bottom: 30px; }
  .service-grid article { padding: 28px; }
  .benefits { padding-block: 55px 30px; }
  .benefits > h2 { margin-bottom: 35px; }
  .benefits article { gap: 18px; }
  .benefits .round-icon { width: 52px; height: 52px; }
  .benefits .round-icon svg { width: 31px; height: 31px; }
  .benefits h3 { font-size: 22px; }
  .benefits p { font-size: 16px; }
  .faq { padding-block: 30px 45px; }
  .faq > h2 { font-size: 30px; }
  .faq-tabs { gap: 12px; align-items: flex-end; }
  .faq-tabs a { font-size: 14px; flex: 1; overflow-wrap: anywhere; }
  .faq details { padding-inline: 18px; }
  .faq summary { font-size: 16px; }
  .cta { padding: 35px 22px; margin-bottom: 45px; }
  .cta h2 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .site-footer { padding-top: 40px; }
  .footer-grid h2 { margin-bottom: 18px; }
  .page-hero { padding-block: 60px 45px; }
  .portfolio-intro { padding-bottom: 35px; }
  .portfolio-intro h2 { font-size: 30px; }
  .gallery-grid { gap: 8px; }
  .gallery-grid figure:has(video) { grid-column: 1 / -1; aspect-ratio: 3 / 4; }
  .contact-card { padding: 30px 24px; margin-bottom: 55px; }
  .contact-card .contact-phone { font-size: 29px; }
  .policy { padding-block: 50px; }
  .policy h1 { font-size: 38px; }
  .policy h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
