:root {
    --green-dark: #174f45;
    --green: #34775a;
    --green-soft: #e9f2e7;
    --lime: #96b744;
    --teal: #245f68;
    --ink: #17383a;
    --muted: #617172;
    --paper: #fbfcf8;
    --white: #fff;
    --coral: #ee4355;
    --shadow: 0 18px 50px rgba(20, 62, 54, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 18px/1.65 "Helvetica Neue", Arial, sans-serif; }
body, input, select, textarea, button { font-family: "Helvetica Neue", Arial, sans-serif; }
a { color: var(--teal); }
a:hover, a:focus { color: var(--green-dark); }
img { max-width: 100%; height: auto; }
h1, h2, h3, h4 { margin-top: 0; color: var(--ink); font-weight: 800; letter-spacing: -.025em; line-height: 1.12; }
h1 { margin-bottom: 24px; color: var(--white); font-size: clamp(48px, 6vw, 88px); max-width: 850px; }
h2 { margin-bottom: 24px; font-size: clamp(36px, 4vw, 58px); }
h3 { font-size: 30px; }
h4 { margin-bottom: 12px; font-size: 25px; }
p { margin: 0 0 20px; }

.uk-container { max-width: 1180px; padding-left: 28px; padding-right: 28px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-150%); padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { transform: none; }
.site-header { position: relative; background: var(--green-dark); }
.site-nav { position: relative; z-index: 30; height: 82px; border: 0; background: rgba(17, 67, 58, .94); box-shadow: none; }
.site-nav .uk-container { height: 100%; }
.site-nav .uk-navbar-brand { height: 82px; color: #fff; text-shadow: none; }
.brand { display: inline-flex; align-items: center; gap: 12px; padding: 0; }
.brand:hover { color: #fff; text-decoration: none; }
.brand span:last-child { display: flex; flex-direction: column; font-size: 17px; line-height: 1.05; }
.brand small { color: #fff; font-size: 15px; font-weight: 800; }
.brand-mark { position: relative; display: inline-block; width: 70px; height: 70px; }
.site-nav .uk-navbar-nav > li > a { height: 82px; padding: 0 17px; color: #fff; font: 700 15px/82px "Helvetica Neue", Arial, sans-serif; text-shadow: none; text-transform: none; }
.site-nav .uk-navbar-nav > li > a:hover, .site-nav .uk-navbar-nav > li > a:focus { background: transparent; color: #dbe9aa; }
.site-nav .uk-navbar-nav > li > .nav-cta { height: 46px; margin-top: 18px; margin-left: 10px; padding: 0 22px; border-radius: 999px; background: var(--lime); color: #17383a; line-height: 46px; }
.mobile-contact { float: right; margin-top: 19px; padding: 8px 15px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; color: #fff; font-weight: 700; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: linear-gradient(125deg, #286b51 0%, #34775a 46%, #7b9132 100%); }
.hero::before, .hero::after { content: ""; position: absolute; inset: auto; opacity: .32; clip-path: polygon(0 0, 100% 18%, 72% 100%, 15% 78%); }
.hero::before { top: -50px; right: -110px; width: 62%; height: 510px; background: #133f38; }
.hero::after { bottom: -150px; left: -70px; width: 55%; height: 480px; background: #8ea83d; transform: rotate(10deg); }
.hero-shape { position: absolute; background: rgba(255,255,255,.06); clip-path: polygon(0 10%, 92% 0, 100% 74%, 15% 100%); }
.hero-shape-one { top: 90px; left: -100px; width: 47%; height: 380px; }
.hero-shape-two { right: 10%; bottom: -40px; width: 35%; height: 270px; transform: rotate(-15deg); }
.hero-inner { position: relative; z-index: 2; padding-top: 85px; padding-bottom: 90px; }
.eyebrow { margin-bottom: 15px; color: #e2efa7; font-size: 15px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
.hero-lead { max-width: 690px; color: #fff; font-size: clamp(25px, 3vw, 36px); font-weight: 700; line-height: 1.28; }
.hero-copy { max-width: 650px; color: rgba(255,255,255,.87); font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.uk-button { border: 0; border-radius: 999px; font-weight: 800; text-shadow: none; text-transform: none; transition: transform .2s, box-shadow .2s, background .2s; }
.uk-button:hover, .uk-button:focus { transform: translateY(-2px); text-decoration: none; }
.uk-button-large { min-height: 52px; padding: 0 28px; line-height: 52px; }
.button-primary { background: var(--lime); color: #15383a; box-shadow: 0 10px 30px rgba(17,55,48,.2); }
.button-primary:hover, .button-primary:focus { background: #acce55; color: #102d2e; }
.button-ghost { border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.08); color: #fff; }
.button-ghost:hover, .button-ghost:focus { background: #fff; color: var(--green-dark); }
.hero-image { position: relative; max-width: 430px; margin: 0 0 0 auto; }
.hero-image::before { content: ""; position: absolute; inset: -20px 35px 20px -22px; border: 2px solid rgba(226,239,167,.6); border-radius: 52% 48% 45% 55%; transform: rotate(-6deg); }
.hero-image img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 48% 52% 46% 54%; box-shadow: 0 28px 70px rgba(10,40,34,.35); }
.hero-image figcaption { position: absolute; z-index: 2; right: -18px; bottom: 12px; max-width: 250px; padding: 13px 20px; border-radius: 30px; background: #fff; color: var(--teal); font-size: 15px; font-weight: 800; box-shadow: var(--shadow); }

.section { padding: 105px 0; }
.intro { background: #fff; }
.intro-lead { color: #314f50; font-size: 22px; line-height: 1.55; }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 35px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 15px; line-height: 24px; text-align: center; }
.cafe-card { overflow: hidden; border-radius: 34px; background: var(--teal); color: #fff; box-shadow: var(--shadow); }
.cafe-card > img { width: 100%; height: 300px; object-fit: cover; border-radius: 20px;}
.cafe-content { padding: 34px 38px 38px; }
.cafe-content h3 { color: #fff; }
.card-kicker { margin-bottom: 8px; color: #dceaa0; font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.opening-hours { display: grid; grid-template-columns: 1.3fr 1fr; gap: 5px 18px; margin: 25px 0 0; font-size: 16px; }
.opening-hours dt { font-weight: 800; }
.opening-hours dd { margin: 0; }

.offers { background: var(--green-soft); }
.section-heading { max-width: 780px; margin-bottom: 58px; }
.section-heading > p:last-child { color: var(--muted); font-size: 20px; }
.category { margin-top: 75px; }
.category > h3 { display: flex; align-items: center; gap: 15px; margin-bottom: 28px; font-size: 34px; }
.category > h3 span { display: inline-grid; width: 46px; height: 46px; place-items: center; flex: 0 0 46px; border-radius: 50%; background: var(--teal); color: #fff; font-size: 15px; letter-spacing: .05em; }
.cards-grid { row-gap: 28px; }
.offer-card { height: 100%; min-height: 275px; padding: 32px; border: 1px solid rgba(36,95,104,.09); border-radius: 26px; background: #fff; box-shadow: 0 12px 35px rgba(31,80,69,.08); transition: transform .25s, box-shadow .25s; }
.offer-card:hover { transform: translateY(-5px); box-shadow: 0 22px 42px rgba(31,80,69,.14); }
.offer-card p { color: #516465; font-size: 16px; }
.offer-card .meta { margin-top: 18px; color: var(--teal); font-size: 14px; line-height: 1.55; }
.offer-card-image { display: grid; grid-template-columns: 112px 1fr; gap: 24px; }
.offer-card-image > img { width: 112px; height: 148px; border-radius: 22px; object-fit: cover; }
.offer-card-wide { display: grid; grid-template-columns: 43% 1fr; gap: 28px; align-items: center; }
.offer-card-wide > img { width: 100%; height: 230px; border-radius: 22px; object-fit: cover; }
.icon-bubble { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green-dark); font-size: 22px; font-weight: 900; }

.locations { position: relative; overflow: hidden; background: var(--green-dark); }
.locations::before { content: ""; position: absolute; top: -100px; right: -120px; width: 580px; height: 430px; background: #76922f; opacity: .35; clip-path: polygon(17% 0, 100% 11%, 86% 100%, 0 73%); }
.locations .uk-container { position: relative; z-index: 1; }
.section-heading-light h2, .section-heading-light p { color: #fff; }
.locations-pair { position: relative; }
.location-card { position: relative; height: 100%; min-height: 430px; overflow: hidden; padding: 42px; border-radius: 28px; box-shadow: 0 18px 50px rgba(5,30,25,.2); }
.location-card h3 { position: relative; margin-bottom: 24px; font-size: 27px; }
.location-label { position: relative; margin-bottom: 6px; font-size: 14px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.location-description { position: relative; max-width: 390px; margin-bottom: 30px; font-size: 17px; font-weight: 700; }
.location-icon { position: absolute; top: 26px; right: 30px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; font-size: 27px; font-weight: 300; line-height: 1; }
.location-card-cafe { background: linear-gradient(145deg, #8b6042 0%, #65412e 100%); color: #fff7ed; }
.location-card-cafe::after { content: ""; position: absolute; right: -80px; bottom: -105px; width: 280px; height: 280px; border: 45px solid rgba(255,245,228,.07); border-radius: 50%; }
.location-card-cafe h3, .location-card-cafe a { color: #fff; }
.location-card-cafe .location-label { color: #f3d3ad; }
.location-card-cafe .location-description { color: #f8e6d1; }
.location-card-cafe .location-icon { background: rgba(255,255,255,.12); color: #f3d3ad; }
.location-card-church { background: #fff; color: var(--ink); }
.location-card-church::after { content: ""; position: absolute; right: -85px; bottom: -105px; width: 290px; height: 290px; background: rgba(150,183,68,.10); clip-path: polygon(50% 0, 100% 100%, 0 78%); }
.location-card-church .location-label { color: var(--green); }
.location-card-church .location-description { color: var(--muted); }
.location-card-church .location-icon { background: var(--green-soft); color: var(--green-dark); font-size: 35px; }
.location-divider { position: absolute; z-index: 4; top: 50%; left: 50%; display: grid; width: 58px; height: 58px; place-items: center; transform: translate(-50%, -50%); border: 6px solid var(--green-dark); border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(8,38,32,.24); }
.location-card a { font-weight: 700; }
.text-link { display: inline-block; margin-top: 10px; }

.contact { background: #fff; }
.contact-person { display: flex; align-items: center; gap: 18px; margin-top: 36px; }
.contact-person p { margin: 0; }
.person-initials { display: grid; width: 64px; height: 64px; place-items: center; flex: 0 0 64px; border-radius: 50%; background: var(--teal); color: #fff; font-weight: 900; }
.form-card { padding: 44px; border-radius: 30px; background: #f2f6ef; box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 28px; }
.uk-form-label { margin-bottom: 7px; color: var(--ink); font-size: 15px; font-weight: 800; }
.uk-form input:not([type=checkbox]), .uk-form select, .uk-form textarea { min-height: 50px; border: 1px solid #c7d3cd; border-radius: 10px; background: #fff; color: var(--ink); font-size: 16px; }
.uk-form textarea { min-height: 145px; padding-top: 12px; resize: vertical; }
.uk-form input:focus, .uk-form select:focus, .uk-form textarea:focus { border-color: var(--teal); outline: 3px solid rgba(36,95,104,.14); background: #fff; }
.privacy-row { margin: 23px 0; font-size: 14px; line-height: 1.55; }
.privacy-row input { margin-right: 8px; }
.form-note { margin: 16px 0 0; color: var(--muted); font-size: 13px; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.uk-alert { border-radius: 12px; }

.site-footer { padding: 34px 0; background: #103d36; color: rgba(255,255,255,.78); font-size: 14px; }
.site-footer b { color: #fff; }
.footer-links { display: flex; justify-content: flex-end; align-items: center; gap: 24px; text-align: right; }
.footer-links a { color: #fff; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/*Scroll to up Button */
#scroll-up-down {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 20px;
    background-color: var(--green);
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    border: 3px solid white;
    z-index: 999;
}
#scroll-up-down > * {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 5px 0;

}
#scroll-up-down > * > svg, #scrolloffer > * > svg {
    height: auto;
    width: 100%;
}
#scroll-up-down > .up {}
#scroll-up-down > .up > svg {}
#scroll-up-down > .down {}
#scroll-up-down > .down > svg {}


/*Header visible - None visible*/
#header.is-visible {
    transform: translateY(0);
}
#header.is-hidden {
    transform: translateY(-100%);
}
#header {
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    position: fixed;
    right: 0;
    -webkit-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
    top: 0;
    width: 100%;
    z-index: 3;
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .offer-card, .uk-button { transition: none; } }

@media (max-width: 959px) {
    .hero { min-height: 0; }
    .hero-inner { padding-top: 60px; }
    .hero-image { margin: 55px auto 0; }
    .section { padding: 82px 0; }
    .offer-card-image { grid-template-columns: 96px 1fr; }
    .offer-card-image > img { width: 96px; }
    .offer-card-wide { grid-template-columns: 1fr; }
    .offer-card-wide > img { height: 240px; }
    .location-divider { display: none; }
}

@media (max-width: 767px) {
    body { font-size: 16px; }
    .uk-container { padding-left: 20px; padding-right: 20px; }
    .site-nav, .site-nav .uk-navbar-brand { height: 70px; }
    .brand span:last-child { font-size: 14px; }
    .brand small { font-size: 12px; }
    .brand-mark { width: 38px; height: 38px; }
    .brand-mark i { width: 11px; height: 11px; }
    .mobile-contact { margin-top: 14px; }
    .hero-inner { padding-top: 52px; padding-bottom: 70px; }
    h1 { font-size: 46px; }
    h2 { font-size: 36px; }
    .hero-lead { font-size: 25px; }
    .hero-image { max-width: 330px; }
    .hero-image figcaption { right: 0; }
    .section { padding: 68px 0; }
    .cafe-card { margin-top: 35px; }
    .cafe-content, .form-card, .location-card { padding: 28px; }
    .cafe-card > img { height: 240px; }
    .category { margin-top: 55px; }
    .category > h3 { align-items: flex-start; font-size: 28px; }
    .offer-card { min-height: 0; padding: 27px; }
    .offer-card-image { grid-template-columns: 82px 1fr; gap: 18px; }
    .offer-card-image > img { width: 82px; height: 112px; border-radius: 17px; }
    .contact .uk-width-medium-3-5 { margin-top: 42px; }
    .footer-links { justify-content: flex-start; margin-top: 18px; text-align: left; }
}

@media (max-width: 479px) {
    .brand span:last-child { display: none; }
    h1 { font-size: 40px; }
    .hero-actions { display: grid; }
    .hero-actions .uk-button { width: 100%; padding-left: 18px; padding-right: 18px; }
    .opening-hours { grid-template-columns: 1fr; }
    .opening-hours dd { margin-bottom: 9px; }
    .offer-card-image { grid-template-columns: 1fr; }
    .offer-card-image > img { width: 100%; height: 190px; }
    .footer-links { flex-wrap: wrap; gap: 14px 20px; }
}
