:root{--font-sans: 'Noto Sans JP', 'Hiragino Sans', 'Meiryo', sans-serif;--font-serif: 'Noto Serif', 'Hiragino Mincho Pro', 'Yu Mincho', serif;--background: hsl(0, 0%, 100%);--foreground: hsl(0, 0%, 3.9%);--card: hsl(0, 0%, 100%);--card-foreground: hsl(0, 0%, 3.9%);--popover: hsl(0, 0%, 100%);--popover-foreground: hsl(0, 0%, 3.9%);--primary: #f9cb15;--primary-foreground: hsl(0, 0%, 9%);--brand: hsl(0, 0%, 9%);--secondary: hsl(0, 0%, 96.1%);--secondary-foreground: hsl(0, 0%, 9%);--muted: hsl(0, 0%, 96.1%);--muted-foreground: hsl(0, 0%, 45.1%);--accent: hsl(0, 0%, 96.1%);--accent-foreground: hsl(0, 0%, 9%);--destructive: hsl(0, 84.2%, 60.2%);--destructive-foreground: hsl(0, 0%, 98%);--border: hsl(0, 0%, 89.8%);--input: hsl(0, 0%, 89.8%);--ring: hsl(0, 0%, 3.9%);--cta-accent: #8bc34a;--cta-accent-foreground: hsl(0, 0%, 9%);--radius: 0.5rem;--container-max: 1280px;--header-height: 4rem}*,*::before,*::after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);line-height:1.6;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased}.container{max-width:var(--container-max);margin:0 auto;padding:0 1rem}.site-main{min-height:100vh}.entry-content{margin-top:1.5rem}.entry-content p{margin:0 0 1rem}.entry-content h2,.entry-content h3,.entry-content h4{margin:1.5rem 0 .75rem;font-weight:600}.entry-content img{max-width:100%;height:auto;display:block}.entry-content ul,.entry-content ol{padding-left:1.5rem;margin-bottom:1rem}.pagination{margin-top:2rem;display:flex;justify-content:center;gap:.5rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;color:var(--foreground);text-decoration:none;transition:background-color .2s}.pagination a:hover,.pagination span:hover{background-color:var(--muted)}.pagination a.current,.pagination span.current{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.site-header{position:sticky;top:0;left:0;right:0;z-index:1000;background:hsla(0,0%,100%,.95);border-bottom:1px solid var(--border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header-inner{max-width:var(--container-max);margin:0 auto;padding:0 1rem;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--foreground);flex-shrink:0}.site-logo img{width:48px;height:48px;object-fit:contain;display:block}.site-logo-name{font-size:1.25rem;font-weight:600;letter-spacing:.02em}.site-nav{display:none}@media(min-width: 1024px){.site-nav{display:block;flex:1}}.site-nav .nav-menu{display:flex;align-items:center;justify-content:center;gap:.25rem;list-style:none;margin:0;padding:0}.site-nav li a{display:block;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-decoration:none;border-radius:var(--radius);transition:color .2s,background-color .2s}.site-nav li a:hover,.site-nav li a:focus-visible{color:var(--foreground);background-color:var(--muted)}.site-nav li.current-menu-item>a,.site-nav li.current-page-ancestor>a{color:var(--foreground);font-weight:600}.site-nav li.nav-cta{margin-left:.5rem}.site-nav li.nav-cta a{background-color:var(--primary);color:var(--primary-foreground);font-weight:600;padding:.5rem 1.125rem;border-radius:var(--radius)}.site-nav li.nav-cta a:hover{background-color:#e6b800;color:var(--primary-foreground)}.header-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.lang-switcher{position:relative;display:none}@media(min-width: 1024px){.lang-switcher{display:block}}.lang-switcher-toggle{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;background:rgba(0,0,0,0);color:var(--muted-foreground);border-radius:var(--radius);cursor:pointer;transition:color .2s,background-color .2s}.lang-switcher-toggle:hover{color:var(--foreground);background-color:var(--muted)}.lang-switcher-toggle svg{display:block}.lang-switcher-toggle img{display:block;width:20px;height:auto;border-radius:2px}.lang-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:10rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 12px rgba(0,0,0,.08);list-style:none;display:flex;flex-direction:column;gap:.25rem;margin:0;padding:.375rem;z-index:100}.lang-menu[hidden]{display:none}.lang-menu li a{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;color:var(--foreground);text-decoration:none;border-radius:calc(var(--radius) - 2px);transition:background-color .15s}.lang-menu li a img{width:18px;height:auto;border-radius:2px}.lang-menu li a:hover{background-color:var(--muted)}.lang-menu li.current-lang a{background-color:var(--accent);font-weight:600}.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}.nav-toggle{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;width:2.75rem;height:2.75rem;border:none;background:rgba(0,0,0,0);cursor:pointer;padding:.5rem;border-radius:var(--radius);transition:background-color .2s}.nav-toggle:hover{background-color:var(--muted)}@media(min-width: 1024px){.nav-toggle{display:none}}.nav-toggle-bar{display:block;width:22px;height:2px;background:var(--foreground);border-radius:1px;transition:transform .3s,opacity .3s}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{border-top:1px solid var(--border);background:var(--background)}@media(min-width: 1024px){.mobile-menu{display:none !important}}.mobile-menu .mobile-nav-menu{list-style:none;margin:0;padding:.5rem 0}.mobile-menu .mobile-nav-menu li a{display:block;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);text-decoration:none;transition:color .2s}.mobile-menu .mobile-nav-menu li a:hover{color:var(--foreground)}.mobile-menu .mobile-nav-menu li.current-menu-item>a{color:var(--foreground);font-weight:600}.mobile-menu .mobile-nav-menu li.nav-cta{padding:.5rem 1rem .75rem}.mobile-menu .mobile-nav-menu li.nav-cta a{display:block;text-align:center;padding:.75rem 1.5rem;background-color:var(--primary);color:var(--primary-foreground);font-weight:600;border-radius:var(--radius)}.mobile-menu .mobile-nav-menu li.nav-cta a:hover{background-color:#e6b800}.mobile-lang-switcher{padding:.75rem 1.5rem 1rem;border-top:1px solid var(--border);list-style:none;gap:.75rem}.mobile-lang-switcher ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:.75rem;margin:0;padding:0}.mobile-lang-switcher li{min-width:0;margin-bottom:.75rem}.mobile-lang-switcher li a{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem .5rem;font-size:.8125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:var(--foreground);transition:background-color .2s}.mobile-lang-switcher li a img{flex-shrink:0;width:16px;height:auto;border-radius:2px}.mobile-lang-switcher li a:hover{background-color:var(--muted)}.mobile-lang-switcher li.current-lang a{background-color:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.site-footer{border-top:1px solid var(--border);background:var(--muted)}.footer-inner{max-width:var(--container-max);margin:0 auto;padding:3rem 1rem}.footer-grid{display:grid;gap:2rem}@media(min-width: 768px){.footer-grid{grid-template-columns:1.5fr repeat(3, 1fr)}}.footer-brand .footer-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--foreground);margin-bottom:1rem}.footer-brand .footer-logo img{width:40px;height:40px;object-fit:contain}.footer-brand .footer-logo-name{font-size:1.125rem;font-weight:600}.footer-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.65;max-width:20rem;margin:0}.footer-links-title{font-size:.875rem;font-weight:600;color:var(--foreground);margin:0 0 .75rem}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--foreground)}.footer-contact-info{font-size:.875rem;color:var(--muted-foreground);margin-bottom:1rem}.footer-contact-info p{margin:0 0 .25rem}.footer-contact-info a{color:var(--muted-foreground);text-decoration:none}.footer-contact-info a:hover{color:var(--foreground)}.footer-messenger-label{font-size:.875rem;font-weight:600;color:var(--foreground);margin:0 0 .5rem}.footer-messenger-links{display:flex;flex-direction:column;gap:.5rem}.footer-messenger-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .2s}.footer-messenger-item:hover{color:var(--foreground)}.footer-messenger-icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;border-radius:50%}.footer-messenger-icon-wrap svg{display:block;width:16px;height:16px}.footer-messenger-icon-wrap img{display:block;width:16px;height:16px;object-fit:contain;border-radius:3px}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);text-align:center;font-size:.875rem;color:var(--muted-foreground)}.footer-bottom p{margin:0}.btn-outline-inverse{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border:1px solid hsla(0,0%,100%,.6);color:#fff;background:rgba(0,0,0,0);border-radius:var(--radius);font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s}.btn-outline-inverse:hover{background:hsla(0,0%,100%,.15);border-color:#fff}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.card-img-wrap{aspect-ratio:16/9;overflow:hidden}.card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.card-img-wrap:hover img{transform:scale(1.04)}.card-body{padding:1.25rem}.card-title{font-size:1rem;font-weight:600;margin:0 0 .5rem;line-height:1.4}.card-meta{font-size:.8125rem;color:var(--muted-foreground);margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.card-excerpt{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0}.card-badge{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:600;border-radius:calc(var(--radius) - 2px);background:var(--muted);color:var(--muted-foreground)}.badge{display:inline-flex;align-items:center;padding:.2rem .65rem;font-size:.75rem;font-weight:500;line-height:1.4;border-radius:calc(var(--radius) - 2px);border:1px solid var(--border);background:var(--secondary);color:var(--secondary-foreground);white-space:nowrap}.card-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.card-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.card-grid{grid-template-columns:repeat(3, 1fr)}}.archive-header{padding:4rem 0 3rem;background:var(--primary);margin-bottom:0}@media(min-width: 768px){.archive-header{padding:6rem 0 4rem}}.archive-header .container{text-align:center;max-width:48rem}.archive-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;font-family:var(--font-serif);margin:0 0 .75rem;color:var(--primary-foreground)}.archive-desc{font-size:1rem;color:var(--primary-foreground);margin:0 auto;line-height:1.7;max-width:36rem;opacity:.85}.archive-empty{text-align:center;color:var(--muted-foreground);padding:3rem 1rem}.page-hero{padding:3rem 0;background:var(--muted);border-bottom:1px solid var(--border);margin-bottom:3rem}@media(min-width: 768px){.page-hero{padding:4rem 0}}.page-hero-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;font-family:var(--font-serif);margin:0 0 .75rem}.page-hero-desc{font-size:.9375rem;color:var(--muted-foreground);margin:0;line-height:1.65;max-width:42rem}.tenjoy-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.9);padding:1rem}.tenjoy-lightbox[hidden]{display:none}.tenjoy-lightbox-img{max-width:100%;max-height:85vh;object-fit:contain;border-radius:var(--radius)}.tenjoy-lightbox-close,.tenjoy-lightbox-prev,.tenjoy-lightbox-next{position:absolute;display:flex;align-items:center;justify-content:center;border:none;background:hsla(0,0%,100%,.12);color:#fff;border-radius:50%;cursor:pointer;transition:background-color .2s}.tenjoy-lightbox-close:hover,.tenjoy-lightbox-prev:hover,.tenjoy-lightbox-next:hover{background:hsla(0,0%,100%,.25)}.tenjoy-lightbox-close[hidden],.tenjoy-lightbox-prev[hidden],.tenjoy-lightbox-next[hidden]{display:none}.tenjoy-lightbox-close{top:1rem;right:1rem;width:2.75rem;height:2.75rem;font-size:1.75rem;line-height:1}.tenjoy-lightbox-prev,.tenjoy-lightbox-next{top:50%;transform:translateY(-50%);width:3rem;height:3rem;font-size:2rem;line-height:1}@media(max-width: 640px){.tenjoy-lightbox-prev,.tenjoy-lightbox-next{width:2.5rem;height:2.5rem;font-size:1.5rem}}.tenjoy-lightbox-prev{left:1rem}.tenjoy-lightbox-next{right:1rem}.tenjoy-lightbox-counter{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);color:#fff;font-size:.9375rem;background:rgba(0,0,0,.5);padding:.25rem .875rem;border-radius:999px}.tenjoy-lightbox-counter[hidden]{display:none}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;font-family:var(--font-serif);margin:0 0 1rem;line-height:1.3}.subsection-title{font-size:1.5rem;font-weight:600;font-family:var(--font-serif);margin:0 0 1.5rem}.section-subtitle{max-width:42rem;margin:0 auto;color:var(--muted-foreground);font-size:1rem;line-height:1.7}.section-cta{text-align:center;margin-top:2.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;cursor:pointer;border:1px solid rgba(0,0,0,0)}.btn-lg{padding:.875rem 2rem;font-size:1rem}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#e6b800}.btn-outline{background-color:rgba(0,0,0,0);border-color:var(--border);color:var(--foreground)}.btn-outline:hover{background-color:var(--muted)}.hero-section{position:relative;height:80vh;min-height:500px;overflow:hidden}.hero-bg{position:absolute;inset:0}.hero-img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.25)}.hero-content{position:relative;z-index:10;display:flex;align-items:center;height:100%}.hero-text{max-width:48rem;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:clamp(2rem,5vw,3.75rem);font-weight:600;color:#fff;line-height:1.2;font-family:var(--font-serif);margin:0}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:hsla(0,0%,100%,.9);line-height:1.6;margin:0}.hero-cta{display:flex;gap:1rem}.services-section{padding:4rem 0}@media(min-width: 768px){.services-section{padding:6rem 0}}.services-grid{display:grid;gap:1.5rem}@media(min-width: 768px){.services-grid{grid-template-columns:repeat(3, 1fr)}}.service-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.service-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius);background:var(--muted);color:var(--brand);margin-bottom:1rem}.service-icon svg{display:block}.service-title{font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.service-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.65;margin:0}.staff-section{padding:4rem 0;background:var(--muted)}@media(min-width: 768px){.staff-section{padding:6rem 0}}.staff-swiper{overflow:hidden;padding-bottom:3rem}.staff-swiper .swiper-button-prev,.staff-swiper .swiper-button-next{color:var(--foreground)}.staff-swiper .swiper-button-prev::after,.staff-swiper .swiper-button-next::after{font-size:1.25rem}.staff-card{text-align:center}.staff-img-wrap{aspect-ratio:3/4;overflow:hidden;border-radius:var(--radius);margin-bottom:1rem}.staff-img{width:100%;height:100%;object-fit:cover}.staff-name{font-size:1rem;font-weight:600;margin:0 0 .25rem}.staff-desc{font-size:.875rem;color:var(--muted-foreground);margin:0}.vehicles-section{padding:4rem 0}@media(min-width: 768px){.vehicles-section{padding:6rem 0}}.vehicles-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 640px){.vehicles-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.vehicles-grid{grid-template-columns:repeat(4, 1fr)}}.vehicle-card{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--card)}.vehicle-img-wrap{aspect-ratio:16/9;overflow:hidden;position:relative}.vehicle-swiper{--swiper-navigation-size: 16px}.vehicle-swiper .swiper-button-prev,.vehicle-swiper .swiper-button-next{width:1.75rem;height:1.75rem;background:rgba(0,0,0,.45);border-radius:50%;color:#fff;opacity:0;transition:opacity .2s,background-color .2s}.vehicle-swiper .swiper-button-prev::after,.vehicle-swiper .swiper-button-next::after{font-weight:700}.vehicle-swiper .swiper-button-prev:hover,.vehicle-swiper .swiper-button-next:hover{background:rgba(0,0,0,.7)}.vehicle-swiper:hover .swiper-button-prev,.vehicle-swiper:hover .swiper-button-next{opacity:1}.vehicle-swiper .swiper-button-prev{left:.5rem}.vehicle-swiper .swiper-button-next{right:.5rem}.vehicle-swiper .swiper-pagination{bottom:.5rem}.vehicle-swiper .swiper-pagination-bullet{background:#fff;opacity:.6}.vehicle-swiper .swiper-pagination-bullet-active{opacity:1;background:#fff}.vehicle-img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.vehicle-card:hover .vehicle-img{transform:scale(1.03)}.vehicle-name{font-size:.9375rem;font-weight:600;line-height:1.3;margin:.625rem .75rem .125rem}.vehicle-desc{font-size:.8125rem;line-height:1.4;color:var(--muted-foreground);margin:0 .75rem .625rem}.company-section{padding:4rem 0;background:var(--muted)}@media(min-width: 768px){.company-section{padding:6rem 0}}.company-grid{display:grid;gap:3rem;max-width:72rem;margin:0 auto}.company-grid>*{min-width:0}@media(min-width: 768px){.company-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.company-grid{grid-template-columns:repeat(3, 1fr)}}.info-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);overflow-wrap:break-word}.info-list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0}.info-item dt{font-size:.875rem;font-weight:600;margin:0 0 .25rem}.info-item dd{font-size:.875rem;color:var(--muted-foreground);margin:0}.info-item dd a{color:var(--muted-foreground);text-decoration:none}.info-item dd a:hover{color:var(--foreground)}.price-list-desc{font-size:.875rem;line-height:1.65;color:var(--muted-foreground);margin:0 0 .875rem}.price-list-link{display:inline-block;font-size:.875rem;font-weight:600;color:var(--foreground);text-decoration:underline}.price-list-link:hover{color:var(--primary)}.service-area-card{font-size:.875rem;line-height:1.65}.service-area-card p{color:var(--muted-foreground);margin:0 0 .875rem}.service-area-card .service-area-ref-title{font-weight:600;color:var(--foreground);margin:0 0 .5rem}.service-area-card .service-area-ref-list{margin:0 0 .875rem;padding-left:1.125rem;color:var(--muted-foreground)}.service-area-card .service-area-ref-list li{margin-bottom:.25rem}.service-area-card .service-area-ref-list a{color:var(--foreground);text-decoration:underline}.service-area-card .service-area-ref-list a:hover{color:var(--primary)}.service-area-card .service-area-note{font-size:.8125rem;margin:0}.contact-qr-section{padding:4rem 0;background:rgba(249,203,21,.08)}@media(min-width: 768px){.contact-qr-section{padding:6rem 0}}.messenger-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2, 1fr);max-width:56rem;margin:0 auto}@media(min-width: 640px){.messenger-grid{grid-template-columns:repeat(6, 1fr)}.messenger-grid .messenger-card:nth-child(1),.messenger-grid .messenger-card:nth-child(2),.messenger-grid .messenger-card:nth-child(3){grid-column:span 2}.messenger-grid .messenger-card:nth-child(4){grid-column:2/4}.messenger-grid .messenger-card:nth-child(5){grid-column:4/6}}.messenger-card{display:flex;flex-direction:column;align-items:center;min-width:0;padding:1.25rem 1rem;background:#fff;border:1px solid var(--border);border-radius:var(--radius);text-align:center;transition:border-color .2s}.messenger-card:hover{border-color:var(--primary)}.messenger-icon-wrap{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;margin-bottom:.75rem}.messenger-icon-wrap svg{display:block;width:28px;height:28px}.messenger-icon-wrap img{display:block;width:28px;height:28px;object-fit:contain;border-radius:6px}.messenger-name{font-size:1rem;font-weight:600;margin:0 0 .25rem}.messenger-desc{font-size:.75rem;color:var(--muted-foreground);margin:0 0 .75rem}.messenger-qr{width:100%;max-width:160px;aspect-ratio:1;margin-bottom:.75rem}.messenger-qr img{width:100%;height:100%;object-fit:contain;border-radius:4px}.messenger-cta{font-size:.75rem;color:var(--muted-foreground);margin:0}.contact-note{max-width:40rem;margin:2rem auto 0;padding:1.5rem;border-radius:var(--radius);background:var(--muted);text-align:center}.contact-note-title{font-size:.875rem;font-weight:600;margin:0 0 .5rem}.contact-note-text{font-size:.8125rem;color:var(--muted-foreground);margin:0;line-height:1.6}.reviews-section{padding:4rem 0}@media(min-width: 768px){.reviews-section{padding:6rem 0}}.reviews-grid{display:grid;gap:1.5rem;max-width:56rem;margin:0 auto}@media(min-width: 768px){.reviews-grid{grid-template-columns:repeat(3, 1fr)}}.reviews-more-link{display:flex;justify-content:center;margin:2rem auto 0}.review-card{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background)}.review-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.review-avatar{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;flex-shrink:0;background:var(--muted);display:flex;align-items:center;justify-content:center}.review-avatar-img{width:100%;height:100%;object-fit:cover}.review-avatar-fallback{font-size:1rem;font-weight:600;color:var(--muted-foreground)}.review-author{font-size:.9375rem;font-weight:600;margin:0}.review-date{font-size:.8125rem;color:var(--muted-foreground);margin:0}.review-stars{display:flex;gap:2px;margin-bottom:.75rem;color:#f59e0b}.star-icon{display:inline-flex;align-items:center}.star-icon svg{display:block}.review-content{font-size:.875rem;color:var(--muted-foreground);line-height:1.65;margin:0}.star-empty{color:var(--border)}.review-form-wrap{max-width:42rem;margin:3rem auto 0;padding:2rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius)}.review-form-title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.review-form{display:flex;flex-direction:column;gap:1.25rem}.review-form-row{display:grid;gap:1rem}@media(min-width: 640px){.review-form-row{grid-template-columns:repeat(2, 1fr)}}.review-form-field{display:flex;flex-direction:column;gap:.375rem}.review-form-field label{font-size:.875rem;font-weight:500}.review-form-field label span{color:var(--destructive, #ef4444);margin-left:2px}.review-form-field input[type=text],.review-form-field textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--background);font-size:.875rem;color:var(--foreground);font-family:inherit;line-height:1.5;transition:border-color .15s;box-sizing:border-box}.review-form-field input[type=text]:focus,.review-form-field textarea:focus{outline:none;border-color:var(--primary)}.review-form-field textarea{resize:vertical;min-height:6rem}.review-star-input{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:2px}.review-star-input input[type=radio]{position:absolute;opacity:0;width:0;height:0}.review-star-input label{font-size:1.75rem;color:var(--border);cursor:pointer;line-height:1;transition:color .1s}.review-star-input input[type=radio]:checked~label,.review-star-input label:hover,.review-star-input label:hover~label{color:#f59e0b}.review-form-msg{padding:.75rem 1rem;border-radius:var(--radius);font-size:.875rem}.review-form-msg--success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.review-form-msg--error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.page-content-wrap{padding:3rem 0 5rem}@media(min-width: 768px){.page-content-wrap{padding:4rem 0 6rem}}.single-post{max-width:48rem;margin:0 auto;padding:3rem 1rem 5rem}.single-post-header{margin-bottom:2rem}.single-post-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 .75rem;line-height:1.3}.single-post-meta{font-size:.875rem;color:var(--muted-foreground);display:flex;gap:1rem;flex-wrap:wrap}.single-post-thumbnail{margin-bottom:2rem;border-radius:var(--radius);overflow:hidden}.single-post-thumbnail img{width:100%;height:auto;display:block}.archive-news-section{padding:3rem 0 5rem}@media(min-width: 768px){.archive-news-section{padding:4rem 0 6rem}}.news-list{display:flex;flex-direction:column;gap:0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;max-width:48rem;margin:0 auto}.news-item{margin:0;border:none}.news-item-link{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;color:inherit;transition:background .2s}.news-item-link:hover{background:var(--muted)}.news-item+.news-item .news-item-link{border-top:1px solid var(--border)}.news-item-date{font-size:.875rem;color:var(--muted-foreground);white-space:nowrap;flex-shrink:0}.news-item-category{font-size:.75rem;background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);padding:.125rem .5rem;border-radius:4px;flex-shrink:0}.news-item-title{font-size:1rem;font-weight:500;margin:0;flex:1;min-width:0}.news-item-link:hover .news-item-title{color:var(--primary)}.news-empty-wrap{text-align:center;padding:3rem 1rem}.news-empty{color:var(--muted-foreground);margin:0 0 1.5rem}.single-news-wrap{padding:3rem 0 5rem;max-width:48rem;margin:0 auto}@media(min-width: 768px){.single-news-wrap{padding:4rem 0 6rem}}.single-news-breadcrumb{font-size:.875rem;color:var(--muted-foreground);margin-bottom:2rem}.single-news-breadcrumb a{color:var(--muted-foreground);text-decoration:none}.single-news-breadcrumb a:hover{color:var(--foreground)}.single-news-breadcrumb-sep{margin:0 .35rem}.single-news-meta{font-size:.875rem;color:var(--muted-foreground);display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.single-news-category{font-size:.75rem;background:var(--muted);border:1px solid var(--border);color:var(--muted-foreground);padding:.125rem .5rem;border-radius:4px}.single-news-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;font-family:var(--font-serif);margin:0 0 2rem;line-height:1.3}.single-news-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.contact-page{padding-bottom:0}.contact-hero{padding:4rem 0;background:var(--primary);color:var(--primary-foreground);text-align:center}@media(min-width: 768px){.contact-hero{padding:6rem 0}}.contact-hero-inner{max-width:48rem;margin:0 auto}.contact-hero-title{font-size:clamp(2rem,4vw,3rem);font-weight:600;font-family:var(--font-serif);margin:0 0 1rem}.contact-hero-desc{font-size:1.0625rem;opacity:.9;margin:0;line-height:1.65}.contact-info-section{padding:3rem 0}@media(min-width: 768px){.contact-info-section{padding:4rem 0}}.contact-info-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.contact-info-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.contact-info-grid{grid-template-columns:repeat(4, 1fr)}}.contact-info-card{text-align:center;padding:1.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.contact-info-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--muted);color:var(--brand);margin:0 auto 1rem}.contact-info-icon svg{display:block;width:24px;height:24px}.contact-info-title{font-size:.9375rem;font-weight:600;margin:0 0 .5rem}.contact-info-value{display:block;font-size:.9375rem;font-weight:600;color:var(--foreground);text-decoration:none;margin-bottom:.25rem}.contact-info-value:hover{color:var(--primary)}.contact-info-note{font-size:.8125rem;color:var(--muted-foreground);margin:0}.contact-form-section{padding:3rem 0;background:var(--muted)}@media(min-width: 768px){.contact-form-section{padding:4rem 0}}.contact-form-wrap{max-width:48rem;margin:0 auto}.contact-form-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.contact-form-message{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:var(--radius);font-size:.9375rem;line-height:1.65}.contact-form-message--success{background:#ecfdf3;border:1px solid #abefc6;color:#067647}.contact-form-message--error{background:#fef3f2;border:1px solid #fecdca;color:#b42318}.contact-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form-row{display:grid;gap:1rem}@media(min-width: 640px){.contact-form-row{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-label .required{color:var(--destructive);margin-left:.25rem}.form-hint{font-size:.8125rem;color:var(--muted-foreground);margin:.375rem 0 0}.form-control{display:block;width:100%;padding:.625rem .875rem;font-size:.9375rem;line-height:1.5;color:var(--foreground);background:var(--background);border:1px solid var(--input);border-radius:var(--radius);transition:border-color .15s,box-shadow .15s;appearance:none;box-sizing:border-box;font-family:inherit}.form-control:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px rgba(0,0,0,.06)}textarea.form-control{resize:vertical;min-height:8rem}.form-submit{margin-top:1.5rem}.form-submit .btn{width:100%;justify-content:center;padding:.875rem;font-size:1rem}.contact-form-note{margin-top:.75rem;font-size:.8125rem;color:var(--muted-foreground);text-align:center}.contact-faq-section{padding:3rem 0 5rem}@media(min-width: 768px){.contact-faq-section{padding:4rem 0 6rem}}.contact-faq-wrap{max-width:48rem;margin:0 auto}.contact-faq-list{display:flex;flex-direction:column;gap:1rem}.contact-faq-item{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--card)}.contact-faq-q{font-size:1rem;font-weight:600;margin:0 0 .75rem}.contact-faq-a{font-size:.875rem;color:var(--muted-foreground);line-height:1.65;margin:0}.contact-faq-a p{margin:0}.contact-faq-a p+p{margin-top:.75rem}.contact-faq-more{display:flex;justify-content:center;margin-top:1.5rem}.faq-page{padding:3rem 0 5rem}@media(min-width: 768px){.faq-page{padding:4rem 0 6rem}}.faq-list{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;text-align:left;font-size:1rem;font-weight:500;color:var(--foreground);background:none;border:none;cursor:pointer;transition:background .2s}.faq-question:hover{background:var(--muted)}.faq-question-text{flex:1;min-width:0;padding-right:1rem}.faq-question-icon{flex-shrink:0;width:1.25rem;height:1.25rem;position:relative}.faq-question-icon::before,.faq-question-icon::after{content:"";position:absolute;background:var(--muted-foreground);transition:transform .2s}.faq-question-icon::before{width:10px;height:2px;top:50%;left:50%;margin:-1px 0 0 -5px}.faq-question-icon::after{width:2px;height:10px;top:50%;left:50%;margin:-5px 0 0 -1px;transition:transform .2s}.faq-item [aria-expanded=true] .faq-question-icon::after{transform:scaleY(0)}.faq-answer{border-top:1px solid var(--border)}.faq-answer-inner{padding:1rem 1.25rem 1.25rem;background:var(--muted);font-size:.9375rem;line-height:1.8;color:var(--foreground)}.faq-answer-inner p{margin:0 0 .5rem}.faq-answer-inner p:last-child{margin-bottom:0}.faq-cta{max-width:48rem;margin:2rem auto 0;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;text-align:center}.faq-cta-title{font-size:1rem;font-weight:700;margin:0 0 .5rem}.faq-cta-desc{font-size:.9375rem;color:var(--muted-foreground);margin:0 0 1.25rem;line-height:1.6}.staff-page{padding:3rem 0 5rem}@media(min-width: 768px){.staff-page{padding:4rem 0 6rem}}.staff-list{display:grid;gap:2rem}@media(min-width: 640px){.staff-list{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.staff-list{grid-template-columns:repeat(3, 1fr)}}.staff-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-align:center}.staff-item-img-wrap{aspect-ratio:4/3;overflow:hidden;background:var(--muted)}.staff-item-img-wrap img{width:100%;height:100%;object-fit:cover}.staff-item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--muted-foreground)}.staff-item-body{padding:1.25rem}.staff-item-name{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.staff-item-role{font-size:.875rem;color:var(--muted-foreground);margin:0 0 .75rem}.staff-item-bio{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0 0 1rem}.staff-item-languages{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.875rem}.staff-item-contact{display:flex;flex-direction:column;gap:.375rem;border-top:1px solid var(--border);padding-top:.875rem;margin-top:auto}.staff-item-contact-link{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s}.staff-item-contact-link svg{flex-shrink:0;width:14px;height:14px}.staff-item-contact-link:hover{color:var(--foreground)}.courses-archive{padding:4rem 0 5rem}@media(min-width: 768px){.courses-archive{padding:5rem 0 7rem}}.courses-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.courses-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.courses-grid{grid-template-columns:repeat(3, 1fr)}}.course-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;color:var(--foreground);transition:box-shadow .2s}.course-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.course-card-img-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--muted);flex-shrink:0}.course-card-img-wrap .course-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.course-card:hover .course-card-img-wrap .course-card-img{transform:scale(1.04)}.course-card-img-placeholder{width:100%;height:100%;background:var(--muted)}.course-card-map{width:100%;height:100%;border:0;display:block}.course-badge-overlay{position:absolute;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;border-radius:calc(var(--radius) - 2px)}.course-badge-rating{top:.625rem;left:.625rem;background:rgba(0,0,0,.65);color:#fff}.course-badge-rating .star-inline{color:#f59e0b}.course-badge-visits{top:.625rem;right:.625rem;background:var(--primary);color:var(--primary-foreground)}.course-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.course-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.course-card-name{font-size:1rem;font-weight:600;margin:0;line-height:1.4}.course-card-name a{color:var(--foreground);text-decoration:none}.course-card-name a:hover{color:var(--primary)}.course-region-badge{display:inline-block;padding:.2rem .6rem;font-size:.75rem;font-weight:500;border-radius:999px;background:var(--muted);color:var(--muted-foreground);white-space:nowrap;flex-shrink:0}.course-card-excerpt{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-tags{display:flex;flex-wrap:wrap;gap:.375rem}.course-tag{display:inline-block;padding:.2rem .6rem;font-size:.6875rem;font-weight:500;border:1px solid var(--border);border-radius:999px;color:var(--muted-foreground)}.course-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--border)}.course-meta-item{font-size:.8125rem;color:var(--muted-foreground)}.courses-cta-section{background:var(--cta-accent);color:var(--cta-accent-foreground);padding:4rem 0;margin-top:4rem}@media(min-width: 768px){.courses-cta-section{padding:5rem 0}}.courses-cta-inner{max-width:42rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.courses-cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0;font-family:var(--font-serif)}.courses-cta-desc{font-size:1rem;color:rgba(0,0,0,.65);margin:0;line-height:1.7}.courses-cta-buttons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem}.courses-cta-buttons .btn-outline{border-color:rgba(0,0,0,.3);color:var(--cta-accent-foreground)}.courses-cta-buttons .btn-outline:hover{background:rgba(0,0,0,.08)}.course-single{padding:3rem 0 5rem;max-width:64rem;margin:0 auto}.course-single-layout{display:grid;gap:2rem}@media(min-width: 1024px){.course-single-layout{grid-template-columns:1fr 320px;align-items:start}}.course-single-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1rem}.course-single-thumbnail{border-radius:var(--radius);overflow:hidden;margin-bottom:2rem}.course-single-thumbnail img{width:100%;height:auto;display:block}.course-map-section{margin-top:2rem}.course-map-title{font-size:1.125rem;font-weight:600;margin:0 0 1rem}.course-map-wrap{position:relative;aspect-ratio:16/9;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.course-map-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.course-sidebar{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;position:sticky;top:calc(var(--header-height) + 1rem)}.course-sidebar-title{font-size:1rem;font-weight:600;margin:0 0 1rem}.course-specs{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem}.course-spec-item{display:flex;justify-content:space-between;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.course-spec-item:last-child{border-bottom:none;padding-bottom:0}.course-spec-item dt{font-weight:500;color:var(--muted-foreground)}.course-spec-item dd{margin:0;text-align:right}.activities-archive{padding:4rem 0 5rem}@media(min-width: 768px){.activities-archive{padding:5rem 0 7rem}}.activities-grid{display:grid;gap:1.5rem}@media(min-width: 640px){.activities-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.activities-grid{grid-template-columns:repeat(3, 1fr)}}.activity-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:var(--foreground);display:flex;flex-direction:column;transition:box-shadow .2s}.activity-card:hover{box-shadow:0 4px 20px rgba(0,0,0,.1)}.activity-card-img-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--muted);flex-shrink:0}.activity-card-img-wrap .activity-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.activity-card:hover .activity-card-img-wrap .activity-card-img{transform:scale(1.04)}.activity-card-img-placeholder{width:100%;height:100%;background:var(--muted)}.activity-card-badges{position:absolute;top:.625rem;left:.625rem;display:flex;flex-wrap:wrap;gap:.375rem}.activity-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.6875rem;font-weight:600;border-radius:999px}.activity-badge svg{display:block;width:12px;height:12px}.activity-badge--golf{background:var(--primary);color:var(--primary-foreground)}.activity-badge--category{background:rgba(0,0,0,.6);color:#fff}.activity-badge--date,.activity-badge--customer{background:rgba(0,0,0,.6);color:#fff}.activity-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.625rem;flex:1}.activity-card-title{font-size:1rem;font-weight:600;margin:0;line-height:1.4}.activity-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.8125rem;color:var(--muted-foreground)}.activity-meta-customer,.activity-meta-date,.activity-meta-location{display:inline-flex;align-items:center;gap:.25rem}.activity-meta-customer svg,.activity-meta-date svg,.activity-meta-location svg{display:block;width:14px;height:14px;flex-shrink:0}.activity-card-excerpt{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-card-course{font-size:.8125rem;color:var(--muted-foreground);margin:0;margin-top:auto;padding-top:.5rem;border-top:1px solid var(--border)}.activity-single{padding:2rem 0 5rem;max-width:56rem;margin:0 auto}.activity-back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;margin-bottom:1.5rem;transition:color .15s}.activity-back-link svg{display:block;width:16px;height:16px}.activity-back-link:hover{color:var(--foreground)}.activity-single-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.activity-single-badges .activity-badge{font-size:.8125rem;padding:.3rem .75rem}.activity-single-badges .activity-badge--golf,.activity-single-badges .activity-badge--category{background:var(--primary);color:var(--primary-foreground)}.activity-single-badges .activity-badge--date,.activity-single-badges .activity-badge--customer{background:var(--muted);color:var(--muted-foreground)}.activity-single-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;margin:0 0 1.5rem;font-family:var(--font-serif)}.activity-single-thumbnail{border-radius:var(--radius);overflow:hidden;margin-bottom:2rem;aspect-ratio:16/9}.activity-single-thumbnail .activity-single-img{width:100%;height:100%;object-fit:cover;display:block}.activity-single-meta{display:grid;gap:.75rem;padding:1.5rem;background:var(--muted);border-radius:var(--radius);margin-bottom:2rem}@media(min-width: 640px){.activity-single-meta{grid-template-columns:repeat(2, 1fr)}}.activity-meta-item{font-size:.875rem}.activity-meta-item dt{font-weight:600;margin:0 0 .25rem}.activity-meta-item dd{color:var(--muted-foreground);margin:0}.activity-single-content{margin-bottom:3rem}.activity-gallery{margin-bottom:3rem}.activity-gallery-title{font-size:1.25rem;font-weight:600;margin:0 0 1.25rem}.activity-gallery-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2, 1fr)}@media(min-width: 640px){.activity-gallery-grid{grid-template-columns:repeat(3, 1fr)}}.activity-gallery-item{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius);background:var(--muted)}.activity-gallery-img{width:100%;height:100%;object-fit:cover;display:block;cursor:pointer;transition:transform .3s}.activity-gallery-item:hover .activity-gallery-img{transform:scale(1.04)}.testimonials-page{padding:3rem 0 5rem}@media(min-width: 768px){.testimonials-page{padding:4rem 0 6rem}}.testimonials-page .reviews-grid{margin-bottom:2.5rem}.company-page{padding:3rem 0 5rem}@media(min-width: 768px){.company-page{padding:4rem 0 6rem}}.company-page-layout{display:flex;flex-direction:column;gap:3rem;max-width:56rem;margin:0 auto}.company-section-title{font-size:1.25rem;font-weight:600;font-family:var(--font-serif);margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--border)}.company-info-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.company-info-table{margin:0;display:flex;flex-direction:column;gap:0}.company-info-row{display:grid;gap:.5rem;padding:.875rem 0;border-bottom:1px solid var(--border);font-size:.9375rem}.company-info-row:last-child{border-bottom:none;padding-bottom:0}@media(min-width: 640px){.company-info-row{grid-template-columns:10rem 1fr;gap:1.5rem}}.company-info-row dt{font-weight:600;color:var(--foreground);flex-shrink:0}.company-info-row dd{margin:0;color:var(--muted-foreground);line-height:1.65}.company-info-row dd a{color:var(--foreground);text-decoration:none}.company-info-row dd a:hover{text-decoration:underline}.company-info-section>p{font-size:.9375rem;line-height:1.65;color:var(--muted-foreground);margin:0 0 1rem}.service-area-ref-title{font-weight:600;color:var(--foreground);margin:1rem 0 .5rem}.service-area-ref-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.9375rem;color:var(--muted-foreground)}.service-area-ref-list li{margin-bottom:.375rem}.service-area-ref-list a{color:var(--foreground);text-decoration:underline}.service-area-ref-list a:hover{color:var(--primary)}.service-area-note{font-size:.8125rem;color:var(--muted-foreground);margin:0}.company-greeting{position:relative;background:var(--card);border:1px solid var(--border);border-left:5px solid var(--primary);border-radius:var(--radius);padding:2.5rem 2rem 2.5rem 2.5rem;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.05)}@media(min-width: 640px){.company-greeting{padding:3rem 3rem 3rem 3.5rem}}.company-greeting-deco{position:absolute;top:-0.5rem;right:1.5rem;font-size:8rem;line-height:1;color:var(--primary);opacity:.18;font-family:Georgia,serif;pointer-events:none;user-select:none}.company-greeting-inner{position:relative}.company-greeting-lead{display:inline-block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;color:var(--muted-foreground);margin:0 0 .875rem}.company-greeting-title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;font-family:var(--font-serif);margin:0 0 1.25rem;color:var(--foreground)}.company-greeting-body{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.5rem}.company-greeting-body p{font-size:.9375rem;color:var(--muted-foreground);line-height:1.85;margin:0}.company-greeting-sign{font-size:.9375rem;font-weight:600;color:var(--foreground);margin:0;padding-top:1.25rem;border-top:1px solid var(--border)}.company-services-grid{display:grid;gap:1rem}@media(min-width: 640px){.company-services-grid{grid-template-columns:repeat(2, 1fr)}}.company-service-card{padding:1.25rem;background:var(--muted);border-radius:var(--radius);display:flex;flex-direction:column;gap:.5rem}.company-service-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius);background:var(--primary);color:var(--primary-foreground);margin-bottom:.25rem}.company-service-icon svg{display:block;width:18px;height:18px}.company-service-name{font-size:1rem;font-weight:600;margin:0}.company-service-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.65;margin:0}.company-cta{text-align:center;padding:2.5rem 2rem;background:var(--muted);border-radius:var(--radius)}.company-cta-title{font-size:1.25rem;font-weight:700;font-family:var(--font-serif);margin:0 0 .5rem}.company-cta-text{font-size:.9375rem;color:var(--muted-foreground);margin:0 0 1.5rem}.company-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.sitemap-page{padding:3rem 0 5rem}@media(min-width: 768px){.sitemap-page{padding:4rem 0 6rem}}.sitemap-grid{display:grid;gap:2rem;max-width:56rem;margin:0 auto}@media(min-width: 640px){.sitemap-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.sitemap-grid{grid-template-columns:repeat(3, 1fr)}}.sitemap-section-title{font-size:.9375rem;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.sitemap-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.sitemap-links a{font-size:.875rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s}.sitemap-links a:hover{color:var(--foreground);text-decoration:underline}
