/* Family Cafè 1.0.14 — standalone, no external framework or font request. */
:root{--fc-accent:#8b5a3b;--fc-ink:#2b241f;--fc-paper:#fbf7f1;--fc-dark:#302922;--fc-muted:#6c635b;--fc-cream:#efe1ce;--fc-line:#e8dfd4;--fc-max:1190px;--fc-serif:Georgia,'Times New Roman',serif;--fc-sans:system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--fc-ink);font:16px/1.65 var(--fc-sans);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.15}h1,h2{font-family:var(--fc-serif);font-weight:500;letter-spacing:-.035em}h1{font-size:clamp(2.9rem,5.3vw,5rem)}h2{font-size:clamp(2rem,3.1vw,3rem)}h3{font-size:1.5rem}p{margin-bottom:1.1em}a:hover{color:var(--fc-accent)}:focus-visible{outline:3px solid #b87843;outline-offset:4px}.fc-container{width:min(var(--fc-max),calc(100% - 48px));margin-inline:auto}.fc-skip{position:absolute;z-index:1000;top:-100px;left:16px;background:#fff;padding:12px 20px}.fc-skip:focus{top:16px}.fc-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:var(--fc-accent);margin-bottom:20px}.fc-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 24px;border:1px solid transparent;border-radius:4px;font-size:.81rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;transition:background .2s,color .2s,border-color .2s}.fc-button-primary{background:#d9b88c;color:#2f241c}.fc-button-primary:hover{background:#c99e68;color:#241b15}.fc-button-outline{border-color:#8f7763;color:#fff}.fc-button-outline:hover{background:#fff;color:#2f241c}.fc-button-light{background:#fff;color:var(--fc-dark)}.fc-button-ghost{border-color:#a68d78;color:#fff}.fc-button-ghost:hover{background:#fff;color:var(--fc-dark)}.fc-actions{display:flex;flex-wrap:wrap;gap:12px}.fc-module-area{padding-block:22px}.fc-module-area:empty{display:none}
/* Header and native Joomla menu */
.fc-topbar{background:#302a24;color:#f4e9dd;font-size:.76rem}.fc-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:32px}.fc-topbar a:hover{color:#e8c99e}.fc-header{position:relative;z-index:50;background:#fff;border-bottom:1px solid #f0ece7;box-shadow:0 8px 24px rgba(43,36,31,.04)}.fc-header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:98px}.fc-brand{flex:0 0 auto;display:block}.fc-brand img{width:220px;max-height:82px;object-fit:contain;object-position:left center}.fc-navigation{margin-left:auto;min-width:0}.fc-navigation ul{list-style:none;padding:0;margin:0}.fc-navigation .fc-menu,.fc-navigation .mod-menu{display:flex;align-items:center;gap:clamp(12px,1.6vw,24px);flex-wrap:wrap}.fc-navigation li{position:relative}.fc-navigation a,.fc-navigation .mod-menu__heading,.fc-navigation .mod-menu__separator{display:block;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;line-height:1.5;padding:12px 0;color:#332d29}.fc-navigation a:hover,.fc-navigation .current>a,.fc-navigation .active>a{color:var(--fc-accent)}.fc-navigation .current>a{box-shadow:inset 0 -2px var(--fc-accent)}.fc-header-cta{white-space:nowrap;border:1px solid var(--fc-line);padding:10px 15px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.fc-menu-toggle{display:none;border:1px solid var(--fc-line);background:#fff;border-radius:4px;width:44px;height:44px;padding:11px;flex-direction:column;justify-content:space-around}.fc-menu-toggle span{display:block;background:var(--fc-ink);width:100%;height:2px}.fc-navigation .mod-menu__sub{display:none;position:absolute;z-index:60;top:100%;left:0;min-width:215px;background:#fff;padding:8px 18px;border:1px solid var(--fc-line);box-shadow:0 10px 30px #332c2420}.fc-navigation .mod-menu__sub .mod-menu__sub{left:100%;top:0}.fc-navigation li:hover>.mod-menu__sub,.fc-navigation li:focus-within>.mod-menu__sub,.fc-navigation .mod-menu__sub[style*="display: block"],.fc-navigation .mod-menu__sub:not([hidden])[aria-expanded="true"]{display:block}.fc-navigation .mod-menu__toggle-sub{border:0;background:transparent;color:var(--fc-accent);padding:5px 10px}.fc-navigation .mod-menu__toggle-sub[aria-expanded="true"]+.mod-menu__sub{display:block}.fc-navigation li{display:flex;align-items:center;flex-wrap:wrap}.fc-navigation .mod-menu__sub li{display:block}.fc-navigation .mod-menu__sub a{padding:9px 0;text-transform:none;font-size:.85rem}.fc-navigation .mod-menu__sub .mod-menu__toggle-sub{float:right}.fc-navigation .mod-menu__sub[hidden]{display:none}.fc-navigation li:hover>.mod-menu__sub[hidden],.fc-navigation li:focus-within>.mod-menu__sub[hidden]{display:block}
/* Hero */
.fc-hero{background:linear-gradient(90deg,#2f2923 0%,#352d27 40%,#45372d 100%);color:#fff;overflow:hidden}.fc-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:center;gap:clamp(24px,5vw,80px);min-height:535px}.fc-hero-copy{padding-block:65px;position:relative;z-index:1}.fc-hero .fc-eyebrow{color:#dfbc92}.fc-hero h1{max-width:650px;margin-bottom:24px}.fc-hero-description{font-family:var(--fc-serif);font-size:clamp(1.15rem,1.8vw,1.5rem);line-height:1.5;max-width:480px;color:#f2e6da;margin-bottom:30px}.fc-hero-note{font-size:.75rem;letter-spacing:.11em;text-transform:uppercase;color:#bca99a;margin:30px 0 0}.fc-hero-visual{height:535px;position:relative;align-self:stretch;background:#604633}.fc-hero-photo{width:100%;height:100%;object-fit:cover;object-position:center}.fc-hero-stamp{position:absolute;right:25px;bottom:25px;width:128px;height:128px;border:1px solid #e7d0ad;border-radius:50%;background:#382c25e6;color:#ead3b1;display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-10deg);text-align:center;backdrop-filter:blur(2px)}.fc-hero-stamp span{font-size:.52rem;letter-spacing:.15em}.fc-hero-stamp strong{font-family:var(--fc-serif);font-style:italic;font-size:1.45rem;font-weight:400}
/* Highlights */
.fc-highlights{background:linear-gradient(180deg,#fbf8f4 0%,#f8f2ea 100%);border-bottom:1px solid var(--fc-line)}.fc-highlights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;padding-block:30px}.fc-highlights-grid>div{display:flex;align-items:center;gap:15px}.fc-highlights-grid span{font-family:var(--fc-serif);font-size:2.1rem;color:#76523c;line-height:1}.fc-highlights-grid p{font-size:.85rem;line-height:1.5;margin:0}.fc-highlights-grid strong{font-weight:700}
/* Home sections */
.fc-section{padding-block:76px}.fc-intro-inner{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:clamp(30px,6vw,90px)}.fc-intro-visual{aspect-ratio:1.45;overflow:hidden;border-radius:4px;background:var(--fc-cream)}.fc-intro-photo{width:100%;height:100%;object-fit:cover}.fc-intro-copy h2{max-width:470px;margin-bottom:23px}.fc-intro-copy>p:not(.fc-eyebrow){color:#5a5149;max-width:510px}.fc-intro-copy .fc-button{margin-top:4px}.fc-experience{padding-top:0}.fc-section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.fc-section-heading h2{margin-bottom:0}.fc-section-heading>p{max-width:270px;font-size:.9rem;color:var(--fc-muted);margin-bottom:5px}.fc-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.fc-feature-card{background:#fbf8f4;border-radius:4px;overflow:hidden}.fc-card-image{height:235px;overflow:hidden;background:var(--fc-cream)}.fc-card-photo{width:100%;height:100%;object-fit:cover;transition:transform .35s}.fc-feature-card:hover .fc-card-photo{transform:scale(1.035)}.fc-card-body{padding:24px 25px 28px}.fc-card-body h3{font-family:var(--fc-serif);font-size:1.65rem;font-weight:500;letter-spacing:-.025em;margin-bottom:7px}.fc-card-body p{font-size:.88rem;color:#60564e;margin:0 0 15px}.fc-text-link{display:inline-flex;gap:8px;font-size:.75rem;text-transform:uppercase;letter-spacing:.045em;font-weight:700;color:#754a34}.fc-visit{background:#5a3e2e;color:#fff;padding:55px 0}.fc-visit-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.fc-visit .fc-eyebrow{color:#e9c99f}.fc-visit h2{font-size:clamp(1.8rem,3vw,2.6rem);margin-bottom:13px}.fc-visit p:last-child{color:#e4d4c4;margin-bottom:0}.fc-visit-actions{display:flex;flex-wrap:wrap;gap:12px}
/* Existing Joomla content */
.fc-content-wrap{padding-top:32px;padding-bottom:52px}.fc-home .fc-content-wrap{padding-top:0;padding-bottom:0}.fc-home .fc-content-wrap:has(>.fc-messages:empty){display:none}.fc-content-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:32px}.fc-content-grid.has-left,.fc-content-grid.has-right{grid-template-columns:minmax(0,1fr) 280px}.fc-content-grid.has-left.has-right{grid-template-columns:230px minmax(0,1fr) 230px}.fc-content-grid.has-left .fc-sidebar:first-child{grid-column:1;grid-row:1}.fc-content-grid.has-left .fc-main{grid-column:2;grid-row:1}.fc-content-grid.has-left.has-right .fc-sidebar:last-child{grid-column:3;grid-row:1}.fc-main{min-width:0;max-width:100%}.fc-inner .fc-main h1,.fc-inner .fc-main .page-header h1{font-size:clamp(2.4rem,4vw,3.8rem)}.fc-main h2{font-size:clamp(1.7rem,2.5vw,2.5rem)}.fc-main a:not(.btn):not(.fc-button){color:var(--fc-accent);text-decoration:underline;text-underline-offset:3px}.fc-main img{border-radius:3px}.fc-main .page-header{margin-bottom:28px}.fc-main .item-image{margin-bottom:20px}.fc-main .item-image img{max-width:100%}.fc-breadcrumb{font-size:.8rem;color:var(--fc-muted);margin-bottom:15px}.fc-breadcrumb ol{display:flex;gap:12px;list-style:none;flex-wrap:wrap;padding:0}.fc-sidebar .moduletable,.fc-module.card{padding:22px;border:1px solid var(--fc-line);border-radius:4px;margin-bottom:20px}.fc-module-title{font-family:var(--fc-serif);font-size:1.4rem;font-weight:500}.fc-main table{border-collapse:collapse;width:100%;display:block;overflow-x:auto}.fc-main th,.fc-main td{padding:12px;border-bottom:1px solid var(--fc-line);text-align:left}.fc-main th{background:#f8f4ee}.fc-main input:not([type=checkbox]):not([type=radio]),.fc-main select,.fc-main textarea{max-width:100%;padding:10px 12px;border:1px solid #cabfb2;border-radius:4px;background:#fff;color:var(--fc-ink)}.fc-main label{display:inline-block;margin-bottom:5px}.fc-main button,.fc-main .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:1px solid var(--fc-accent);border-radius:4px;background:var(--fc-accent);color:#fff;cursor:pointer;text-decoration:none}.fc-main .btn:hover,.fc-main button:hover{background:#75452f;color:#fff}.fc-main .btn-secondary{background:#fff;color:var(--fc-accent)}.fc-main .alert{padding:14px 18px;border-radius:4px;margin-bottom:20px;background:#f2eee7;border:1px solid #e6dacb}.fc-main .alert-danger{background:#fff0ec;border-color:#e9bbb0}.fc-main .alert-success{background:#edf4e9;border-color:#c5d7ba}.fc-main .pagination{display:flex;list-style:none;gap:8px;flex-wrap:wrap;padding:0}.fc-main .pagination a,.fc-main .pagination span{display:block;padding:7px 12px;border:1px solid var(--fc-line)}.fc-main .com-content-article__body{line-height:1.8}.fc-main .blog-items{display:grid;gap:32px}.fc-main hr{border:0;border-top:1px solid var(--fc-line);margin:28px 0}.fc-main blockquote{border-left:3px solid var(--fc-accent);padding-left:20px;color:var(--fc-muted);font-family:var(--fc-serif);font-style:italic}
/* Footer and system modes */
.fc-footer{background:radial-gradient(circle at top left,#45362c 0%,#2e2924 55%);color:#e9e0d6;padding:60px 0 0}.fc-footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:45px;padding-bottom:48px}.fc-footer-brand{display:inline-block;margin-bottom:18px}.fc-footer-brand-logo{display:block;width:240px;max-width:100%;height:auto;filter:drop-shadow(0 4px 10px rgba(0,0,0,.12))}.fc-footer-about p{color:#bfb4a9;max-width:280px;font-size:.88rem}.fc-footer h2{font-family:var(--fc-sans);font-size:.82rem;font-weight:700;letter-spacing:.04em;margin-bottom:20px;color:#fff}.fc-footer a:not(.fc-footer-brand){display:block;font-size:.87rem;margin-bottom:10px;color:#d7cbbf}.fc-footer a:hover{color:#e9c99f}.fc-footer address{font-style:normal;font-size:.87rem;line-height:1.8;color:#d7cbbf;margin-bottom:15px}.fc-opening{font-size:.87rem;white-space:normal;color:#d7cbbf}.fc-footer-bottom{border-top:1px solid #544b42;padding:22px 0;display:flex;justify-content:space-between;gap:20px;color:#a99e93;font-size:.75rem}.fc-legal-links{display:flex;flex-wrap:wrap;gap:18px}.fc-legal-links a{margin:0!important;font-size:.75rem!important}.fc-footer-modules{padding-block:20px;border-top:1px solid #544b42}.fc-demo-notice{font-size:.7rem;color:#a99e93;padding-bottom:12px}.fc-error{min-height:100vh}.fc-error-box{width:min(620px,calc(100% - 40px));margin:10vh auto;padding:40px 0}.fc-error-box h1{font-size:clamp(2.5rem,5vw,4rem)}.fc-component-only .fc-main{padding:30px 0}.fc-component-only .fc-content-wrap{padding:0}
/* Small screens: all navigation is accessible by tap and keyboard. */
@media(max-width:1050px){.fc-header-inner{gap:18px}.fc-brand img{width:165px}.fc-navigation .fc-menu,.fc-navigation .mod-menu{gap:12px}.fc-header-cta{display:none}.fc-hero-inner{gap:25px}.fc-hero-visual{height:490px}.fc-hero-inner{min-height:490px}}
@media(max-width:820px){.fc-container{width:min(var(--fc-max),calc(100% - 36px))}.fc-header-inner{min-height:76px;flex-wrap:wrap}.fc-brand img{width:160px;height:60px}.fc-menu-toggle{display:flex;margin-left:auto}.fc-navigation{display:none;order:3;flex-basis:100%;margin:0;padding-bottom:18px}.fc-menu-open .fc-navigation{display:block}.fc-navigation .fc-menu,.fc-navigation .mod-menu{display:block}.fc-navigation li{display:block;border-bottom:1px solid var(--fc-line)}.fc-navigation a,.fc-navigation .mod-menu__heading,.fc-navigation .mod-menu__separator{padding:13px 0;font-size:.88rem}.fc-navigation .mod-menu__toggle-sub{float:right;margin-top:-44px;position:relative;z-index:1}.fc-navigation .mod-menu__sub{position:static;display:none;min-width:0;box-shadow:none;border:0;border-left:1px solid var(--fc-line);padding:0 0 0 18px;margin:0 0 10px}.fc-navigation li:hover>.mod-menu__sub[hidden],.fc-navigation li:focus-within>.mod-menu__sub[hidden]{display:none}.fc-navigation .mod-menu__toggle-sub[aria-expanded="true"]~.mod-menu__sub,.fc-navigation .mod-menu__sub:not([hidden]):not([style*="display: none"]){display:block}.fc-navigation .mod-menu__sub[hidden]{display:none!important}.fc-hero-inner{grid-template-columns:1fr;gap:0}.fc-hero-copy{padding:52px 0 42px}.fc-hero-visual{height:390px;margin-inline:-18px}.fc-hero-stamp{width:95px;height:95px}.fc-highlights-grid{grid-template-columns:repeat(2,1fr);gap:22px}.fc-section{padding-block:55px}.fc-intro-inner{grid-template-columns:1fr;gap:30px}.fc-intro-visual{aspect-ratio:1.5}.fc-section-heading{display:block}.fc-cards{gap:14px}.fc-card-image{height:175px}.fc-card-body{padding:20px 17px}.fc-card-body h3{font-size:1.35rem}.fc-visit-inner{align-items:flex-start;flex-direction:column}.fc-footer-grid{grid-template-columns:1fr 1fr;gap:35px}.fc-footer-about{grid-column:1/-1}.fc-footer-brand-logo{width:210px}.fc-content-grid,.fc-content-grid.has-left,.fc-content-grid.has-right,.fc-content-grid.has-left.has-right{grid-template-columns:1fr}.fc-content-grid.has-left .fc-sidebar:first-child,.fc-content-grid.has-left .fc-main,.fc-content-grid.has-left.has-right .fc-sidebar:last-child{grid-column:auto;grid-row:auto}}
@media(max-width:560px){.fc-topbar-inner{min-height:30px;font-size:.68rem}.fc-topbar-inner>span{display:none}.fc-container{width:calc(100% - 32px)}.fc-hero-copy{padding:42px 0 36px}.fc-hero h1{font-size:clamp(2.6rem,12vw,3.5rem)}.fc-hero-description{font-size:1.13rem}.fc-hero-visual{height:290px;margin-inline:-16px}.fc-highlights-grid{gap:20px 12px;padding-block:25px}.fc-highlights-grid>div{gap:10px}.fc-highlights-grid span{font-size:1.65rem}.fc-highlights-grid p{font-size:.75rem}.fc-section{padding-block:43px}.fc-intro-visual{aspect-ratio:1.25}.fc-section-heading{margin-bottom:24px}.fc-section-heading>p{margin-top:12px}.fc-cards{grid-template-columns:1fr;gap:20px}.fc-card-image{height:235px}.fc-card-body{padding:21px 23px}.fc-card-body h3{font-size:1.55rem}.fc-visit{padding:43px 0}.fc-footer{padding-top:45px}.fc-footer-grid{grid-template-columns:1fr;gap:27px;padding-bottom:35px}.fc-footer-about{grid-column:auto}.fc-footer-brand-logo{width:190px}.fc-footer h2{margin-bottom:12px}.fc-footer-bottom{flex-direction:column;gap:12px}.fc-legal-links{gap:12px}.fc-content-wrap{padding-top:23px}.fc-main{overflow-wrap:anywhere}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;scroll-behavior:auto!important}}
