:root{
  --ink:#18333a;--muted:#5a6b70;--green:#BEDCBC;--accent:#F7D3C1;--accent-dark:#efbea5;--cream:#fff8f4;--paper:#ffffff;--line:#eaded6;--soft:#f7eee8;--shadow:0 18px 55px rgba(24,51,58,.10);--radius:24px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:linear-gradient(180deg,#fffdfb 0,#fff8f4 42%,#fff 100%);line-height:1.55}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:10px;background:#fff;color:#000;padding:10px 14px;z-index:99}.skip-link:focus{left:10px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,253,251,.88);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid rgba(234,222,214,.75)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 0}.logo{display:flex;align-items:center;gap:12px}.logo img{width:220px}.nav{display:flex;align-items:center;gap:28px;font-weight:700;font-size:.94rem}.nav a{position:relative}.nav a:not(.btn):after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--accent);transition:.2s}.nav a:hover:after,.nav a:focus-visible:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:12px;padding:13px 20px;font-weight:800;line-height:1.1;transition:.18s;cursor:pointer}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 10px 20px rgba(242,122,87,.22)}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-outline{background:#fff;color:var(--ink);border-color:#a8b7ad}.btn-outline:hover{border-color:var(--accent);box-shadow:var(--shadow)}.mobile-toggle{display:none;border:0;background:transparent;font-size:1.75rem;color:var(--ink)}.hero{padding:34px 0 44px;position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.18fr;gap:34px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-weight:800;margin-bottom:16px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,7vw,5.65rem);line-height:.98;margin:0 0 18px;letter-spacing:-.05em}.lead{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem,3vw,2.1rem);line-height:1.18;color:var(--green);margin:0 0 20px}.hero p{font-size:1.05rem;max-width:590px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px}.hero-media{position:relative}.hero-media:before{content:"";position:absolute;inset:0 0 0 4%;background:var(--soft);border-radius:48% 0 0 48%;z-index:-1}.hero-media img{border-radius:48% 0 0 48%;box-shadow:var(--shadow);object-fit:cover}.section{padding:46px 0}.section-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,2.8rem);text-align:center;margin:0 0 28px}.section-title:after{content:"";display:block;width:44px;height:3px;background:var(--accent);margin:10px auto 0}.cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.card{background:rgba(255,255,255,.84);border:1px solid var(--line);border-radius:16px;padding:24px 18px;text-align:center;box-shadow:0 8px 28px rgba(24,51,58,.045);transition:.18s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.icon{width:70px;height:70px;margin:0 auto 16px;color:var(--green)}.card h3{font-size:1.05rem;line-height:1.25;margin:0 0 10px}.card p{font-size:.92rem;color:var(--muted);margin:0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.step{text-align:center;position:relative;padding:6px 10px}.badge{width:34px;height:34px;border-radius:99px;background:var(--accent);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:12px}.step h3{margin:6px 0}.step p{color:var(--muted);font-size:.95rem}.book-row{display:grid;grid-template-columns:1.05fr 1fr 1fr;gap:22px;align-items:stretch}.booking-box{border-radius:22px;background:linear-gradient(135deg,#f8dacb,#fff7f2);padding:34px;display:flex;flex-direction:column;justify-content:center}.booking-box h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;line-height:1.15;margin:0 0 10px}.photo-card img{height:100%;width:100%;object-fit:cover;border-radius:20px;border:1px solid var(--line)}.three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 8px 28px rgba(24,51,58,.04)}.panel h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem;margin:0 0 18px}.about-grid{display:grid;grid-template-columns:150px 1fr;gap:20px}.about-grid img{border-radius:18px}.review{border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:14px}.stars{color:var(--accent);letter-spacing:2px;font-size:1.1rem}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;background:none;border:0;text-align:left;padding:16px 0;color:var(--ink);font-weight:800;display:flex;justify-content:space-between;gap:16px;cursor:pointer}.faq-answer{display:none;color:var(--muted);padding:0 0 16px}.faq-item.open .faq-answer{display:block}.contact-strip{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:34px;padding:38px 0;border-top:1px solid var(--line)}.contact-list{display:grid;gap:14px}.contact-list a,.contact-list div{display:flex;align-items:center;gap:12px;color:var(--ink)}.map-card{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:#e5f0e7;min-height:190px;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px}.footer{background:#456b52;color:#fff;padding:18px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.92rem}.footer a{text-decoration:underline;text-underline-offset:3px}.service-hero{padding:54px 0;background:linear-gradient(135deg,#fff8f4,#fff)}.service-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,5vw,4.4rem);line-height:1;margin:0 0 16px}.content-grid{display:grid;grid-template-columns:2fr .9fr;gap:36px}.prose{font-size:1.05rem}.prose h2{font-family:Georgia,"Times New Roman",serif;font-size:2.1rem;margin-top:34px}.prose ul{padding-left:22px}.aside-card{position:sticky;top:110px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}.breadcrumbs{font-size:.9rem;color:var(--muted);margin-bottom:20px}.breadcrumbs a{text-decoration:underline}.legal{max-width:880px;margin:auto}.legal h1{font-family:Georgia,"Times New Roman",serif;font-size:3rem}.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}@media(max-width:1050px){.cards{grid-template-columns:repeat(3,1fr)}.hero-grid,.book-row,.three-col,.contact-strip,.content-grid{grid-template-columns:1fr}.hero-media:before,.hero-media img{border-radius:28px}.aside-card{position:static}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;padding:18px 20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav.is-open{display:flex}.mobile-toggle{display:block}}@media(max-width:680px){.container{width:min(var(--max),calc(100% - 28px))}.header-inner{padding:12px 0}.logo img{width:185px}.hero{padding-top:22px}.hero-actions{flex-direction:column}.btn{width:100%}.cards,.steps{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}.section{padding:34px 0}.panel{padding:20px}.hero h1{font-size:3.05rem}}


/* Final production polish: stable photo crops, sharper logo and clickable map preview. */
.logo img{max-height:76px;object-fit:contain}
.hero-media{min-height:420px;display:flex;align-items:stretch}
.hero-media img{width:100%;height:100%;min-height:420px;aspect-ratio:1.32/1;object-fit:cover;object-position:58% center}
.photo-card img{min-height:260px;filter:brightness(1.04) contrast(1.03) saturate(.96)}
.about-grid img{width:150px;height:190px;object-fit:cover;object-position:center top}
.map-card{position:relative;align-items:flex-end;justify-content:flex-start;text-align:left;padding:0;color:#fff;box-shadow:var(--shadow);isolation:isolate}
.map-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.map-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,51,58,.02),rgba(24,51,58,.72));z-index:0}
.map-card span{position:relative;z-index:1;display:block;padding:20px;text-shadow:0 1px 6px rgba(0,0,0,.28)}
@media(max-width:1050px){.hero-media{min-height:360px}.hero-media img{min-height:360px;object-position:56% center}}
@media(max-width:680px){.hero-media{min-height:auto}.hero-media img{min-height:0;aspect-ratio:4/3}.about-grid img{width:100%;height:auto;max-height:360px}.map-card{min-height:220px}}

/* Final requested adjustments - 2026-06-10 */
:root{--logo-green:#8fa27b;--logo-peach:#f2b8a3;--hero-ink:#20383a}
.logo{gap:10px;min-width:max-content}
.logo img{width:54px;height:64px;max-height:64px;object-fit:contain}
.logo-title{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.14rem;line-height:1.05;font-weight:700;color:var(--ink);letter-spacing:-.01em}
.hero h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.028em;color:var(--hero-ink);text-wrap:balance}
.lead{font-weight:500;color:#6f895e}
.hero-actions .btn-outline[href^="tel:"]{background:linear-gradient(180deg,#f9fbf7,#eef5eb);border-color:#8fa27b;color:var(--ink);box-shadow:0 12px 26px rgba(143,162,123,.16)}
.hero-actions .btn-outline[href^="tel:"]:hover{background:#e8f1e4;border-color:#6f895e;box-shadow:0 14px 32px rgba(143,162,123,.24)}
.about-grid{display:block;text-align:left}
.about-grid img{display:block;margin:0 auto 20px;width:168px;height:190px;object-fit:cover;object-position:center top;border-radius:18px}
.about-grid p{margin:0;max-width:34rem}
.contact-list .btn-primary{color:#fff !important}
.facebook-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#1877f2;color:#fff;font-weight:900;font-family:Arial,sans-serif;font-size:13px;line-height:1;flex:0 0 auto}
@media(max-width:1050px){.logo img{width:50px;height:60px}.logo-title{font-size:1.04rem}.hero h1{letter-spacing:-.02em}}
@media(max-width:680px){.logo{gap:8px}.logo img{width:42px;height:50px}.logo-title{font-size:.95rem}.hero h1{font-size:2.85rem}.about-grid img{width:172px;height:198px}.about-grid p{max-width:none}}

.footer-links{font-size:.78rem;opacity:.88;display:inline-flex;gap:8px;align-items:center;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline;text-underline-offset:3px}
@media(max-width:680px){.footer-links{justify-content:center;font-size:.76rem}}

/* Final brand color and map fixes - 2026-06-10 */
:root{--accent:#F7D3C1;--accent-dark:#efbea5;--green:#BEDCBC;--logo-green:#BEDCBC;--logo-peach:#F7D3C1}
.btn-primary{background:#F7D3C1;color:var(--ink);box-shadow:0 10px 20px rgba(247,211,193,.38)}
.btn-primary:hover{background:#efbea5;color:var(--ink);transform:translateY(-1px)}
.nav .btn-primary{color:var(--ink)}
.eyebrow,.stars{color:#d87358}
.badge,.section-title:after,.nav a:not(.btn):after{background:#F7D3C1;color:var(--ink)}
.hero-actions .btn-outline[href^="tel:"]{background:#BEDCBC;border-color:#9fc7a0;color:var(--ink);box-shadow:0 12px 26px rgba(190,220,188,.32)}
.hero-actions .btn-outline[href^="tel:"]:hover{background:#a8cfa7;border-color:#8fba8d;color:var(--ink)}
.booking-box{background:linear-gradient(135deg,#BEDCBC,#f7fbf5)}
.contact-strip .contact-list .btn-primary{color:#fff !important;text-shadow:0 1px 1px rgba(24,51,58,.25)}
.map-card{background:#eef4ec;min-height:190px;position:relative;align-items:flex-end;justify-content:flex-start;text-align:left;padding:0;color:#fff;box-shadow:var(--shadow);isolation:isolate}
.map-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;filter:none;transform:none}
.map-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(24,51,58,0),rgba(24,51,58,.58));z-index:1}
.map-card span{position:relative;z-index:2;display:block;padding:20px;text-shadow:0 1px 6px rgba(0,0,0,.28)}
.map-card:hover img{transform:scale(1.02)}
/* Final delicate buttons and FAQ polish - 2026-06-10 */
.btn,
.nav .btn,
.hero-actions .btn,
.booking-box .btn,
.aside-card .btn,
.contact-list .btn,
.panel .btn{font-weight:400;color:var(--ink) !important;letter-spacing:0;text-shadow:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.btn-primary{color:var(--ink) !important;background:#F7D3C1;box-shadow:0 10px 20px rgba(247,211,193,.32)}
.btn-primary:hover{color:var(--ink) !important;background:#efbea5}
.btn-outline{font-weight:400;color:var(--ink) !important}
.contact-strip .contact-list .btn-primary{color:var(--ink) !important;text-shadow:none}
.booking-box .btn-primary{background:#F7D3C1;color:var(--ink) !important}
.hero-actions .btn-outline[href^="tel:"]{background:#BEDCBC;color:var(--ink) !important;font-weight:400}
/* Final visual refinements - services and visit cards - 2026-06-10 */
.eyebrow{font-weight:400;color:#6f895e;text-transform:uppercase;letter-spacing:.18em;font-size:.88rem;gap:10px;margin-bottom:18px}
.eyebrow-icon{width:22px;height:22px;flex:0 0 auto;color:#6f895e}
.services-section{padding-top:50px}
.service-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:stretch}
.service-cards .card{min-height:440px;padding:38px 22px 30px;border-radius:14px;background:rgba(255,255,255,.78);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-shadow:0 18px 45px rgba(24,51,58,.055)}
.service-cards .icon{width:112px;height:112px;margin:0 auto 28px;color:#9aad91;stroke-linecap:round;stroke-linejoin:round}
.service-cards .card h3{font-size:1.13rem;line-height:1.28;margin:0 0 22px;color:var(--ink)}
.service-cards .card p{font-size:1rem;line-height:1.62;color:#65747a}
.first-visit{position:relative;padding:62px 0;background:linear-gradient(180deg,rgba(255,248,244,.54),rgba(255,255,255,.92))}
.first-visit .section-title{font-size:clamp(2.55rem,5vw,4.3rem);margin-bottom:8px;color:var(--hero-ink);font-weight:500;letter-spacing:-.018em}
.first-visit .section-title:after{display:none}
.visit-divider{display:flex;align-items:center;justify-content:center;gap:18px;color:#F7D3C1;margin:0 auto 34px}
.visit-divider span{display:block;width:72px;height:2px;background:#F7D3C1}
.visit-divider svg{width:38px;height:24px}
.visit-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.visit-steps .step{min-height:330px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:18px;padding:28px 28px 34px;box-shadow:0 18px 45px rgba(24,51,58,.07);display:flex;flex-direction:column;align-items:center;text-align:center}
.visit-steps .badge{width:48px;height:48px;background:#F7D3C1;color:var(--ink);font-weight:400;font-size:1.25rem;margin-bottom:22px}
.step-icon{width:82px;height:82px;color:#7f9279;margin-bottom:14px}
.visit-steps h3{font-size:1.18rem;margin:4px 0 14px;color:var(--ink)}
.visit-steps h3:after{content:"";display:block;width:54px;height:2px;background:#F7D3C1;margin:14px auto 0}
.visit-steps p{font-size:1rem;line-height:1.6;color:#66767c;margin:0;max-width:13rem}
.faq-item button{font-weight:400;color:var(--ink)}
.contact-strip .contact-list .btn-primary{max-width:330px;width:100%;justify-content:center;padding-inline:18px}
@media(max-width:1180px){.service-cards{grid-template-columns:repeat(3,1fr)}.service-cards .card{min-height:360px}.visit-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.eyebrow{font-size:.78rem;letter-spacing:.1em;align-items:flex-start}.service-cards,.visit-steps{grid-template-columns:1fr}.service-cards .card,.visit-steps .step{min-height:auto}.service-cards .icon{width:96px;height:96px}.first-visit .section-title{font-size:2.45rem}.visit-divider span{width:48px}.contact-strip .contact-list .btn-primary{max-width:none}}
/* Final reference-matched service icon cards - 2026-06-10 */
.services-section{padding:58px 0 54px;background:linear-gradient(180deg,rgba(255,253,251,.92),rgba(255,248,244,.42))}
.services-section .section-title{margin-bottom:34px}
.service-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px;align-items:stretch}
.service-cards .card{min-height:500px;padding:48px 24px 36px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid #eaded6;box-shadow:0 22px 48px rgba(24,51,58,.07);transform:none}
.service-cards .card:hover{transform:translateY(-4px);box-shadow:0 26px 58px rgba(24,51,58,.105)}
.service-cards .icon-img{width:158px;height:158px;object-fit:contain;margin:0 auto 34px;filter:none}
.service-cards .card h3{font-size:1.24rem;line-height:1.32;margin:0 0 26px;font-weight:700;color:var(--ink);letter-spacing:-.01em}
.service-cards .card p{font-size:1.04rem;line-height:1.66;color:#62727a;margin:0;max-width:13.2rem}
@media(max-width:1180px){.service-cards{grid-template-columns:repeat(3,1fr)}.service-cards .card{min-height:430px}.service-cards .icon-img{width:145px;height:145px}}
@media(max-width:680px){.service-cards{grid-template-columns:1fr}.service-cards .card{min-height:auto;padding:34px 24px}.service-cards .icon-img{width:140px;height:140px;margin-bottom:24px}.service-cards .card p{max-width:17rem}}
/* Final service section redesign - horizontal premium cards - 2026-06-10 */
.services-section{padding:58px 0 48px;background:linear-gradient(180deg,#fffdfb 0%,#fff8f4 58%,#fffdfb 100%)}
.services-section .section-title{font-size:clamp(2.45rem,4.9vw,4.25rem);margin:0;color:var(--hero-ink);font-weight:500;letter-spacing:-.018em}
.services-section .section-title:after{width:42px;height:3px;background:#F7D3C1;margin-top:12px}
.section-subtitle{max-width:760px;margin:16px auto 34px;text-align:center;color:#6f895e;font-size:1.08rem;line-height:1.55}
.service-cards-horizontal{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 22px;align-items:stretch}
.service-cards-horizontal .service-card{min-height:178px;padding:26px 26px 24px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(234,222,214,.92);box-shadow:0 18px 44px rgba(24,51,58,.055);display:grid;grid-template-columns:112px 1fr;gap:22px;align-items:center;text-align:left;position:relative;overflow:hidden}
.service-cards-horizontal .service-card:before{content:"";position:absolute;inset:auto -44px -64px auto;width:140px;height:140px;border-radius:999px;background:rgba(190,220,188,.18);pointer-events:none}
.service-cards-horizontal .service-card:hover{transform:translateY(-3px);border-color:#e8d5c9;box-shadow:0 24px 58px rgba(24,51,58,.095)}
.service-icon-wrap{width:112px;height:112px;border-radius:999px;background:linear-gradient(145deg,rgba(190,220,188,.22),rgba(255,248,244,.92));display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.85)}
.service-cards-horizontal .icon-img{width:86px;height:86px;object-fit:contain;margin:0;filter:none}
.service-copy{display:block;position:relative;z-index:1}
.service-title{display:block;font-family:Georgia,"Times New Roman",serif;font-size:1.28rem;line-height:1.15;font-weight:700;color:var(--ink);letter-spacing:-.012em;margin:0 0 10px}
.service-accent{display:block;width:34px;height:2px;background:#F27A57;margin:0 0 14px;opacity:.62}
.service-text{display:block;color:#5d6e75;font-size:.96rem;line-height:1.52;margin:0;max-width:20rem}
.service-note{max-width:780px;margin:26px auto 0;border-radius:12px;background:linear-gradient(90deg,rgba(190,220,188,.28),rgba(255,255,255,.74));color:#6f7d72;display:flex;align-items:center;justify-content:center;gap:14px;padding:15px 22px;font-size:.98rem;line-height:1.4;box-shadow:0 10px 30px rgba(24,51,58,.045)}
.service-note strong{color:var(--ink)}
.service-note-icon{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;color:#6f895e;flex:0 0 auto}
.service-note-icon svg{width:30px;height:30px;display:block}
@media(max-width:1050px){.service-cards-horizontal{grid-template-columns:repeat(2,minmax(0,1fr))}.service-cards-horizontal .service-card{min-height:166px}}
@media(max-width:680px){.services-section{padding:42px 0}.section-subtitle{font-size:1rem;margin-bottom:24px}.service-cards-horizontal{grid-template-columns:1fr;gap:16px}.service-cards-horizontal .service-card{grid-template-columns:94px 1fr;gap:18px;padding:22px 20px;min-height:148px}.service-icon-wrap{width:94px;height:94px}.service-cards-horizontal .icon-img{width:74px;height:74px}.service-title{font-size:1.13rem}.service-text{font-size:.92rem}.service-note{align-items:flex-start;text-align:left;padding:14px 16px}}
/* Final first visit redesign - premium visual match - 2026-06-10 */
.first-visit{padding:66px 0 58px;background:radial-gradient(circle at 50% 8%,rgba(247,211,193,.22),transparent 30%),linear-gradient(180deg,#fffdfb 0%,#fff8f4 52%,#fffdfb 100%)}
.first-visit .visit-title{font-size:clamp(2.75rem,5.7vw,5.25rem);line-height:1.02;margin:0;color:var(--hero-ink);font-weight:500;letter-spacing:-.022em}
.first-visit .visit-title:after{display:none}
.visit-divider{display:flex;align-items:center;justify-content:center;gap:18px;color:#F7D3C1;margin:16px auto 18px}
.visit-divider span{display:block;width:58px;height:2px;background:#F7D3C1}
.visit-divider svg{width:38px;height:24px}
.visit-subtitle{margin:0 auto 42px;text-align:center;color:#6f895e;font-size:1.18rem;line-height:1.55;max-width:760px}
.visit-steps-premium{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;align-items:stretch}
.visit-steps-premium .visit-step{min-height:360px;padding:30px 28px 34px;border-radius:18px;border:1px solid rgba(234,210,196,.95);background:rgba(255,255,255,.82);box-shadow:0 22px 52px rgba(24,51,58,.065);display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}
.visit-steps-premium .visit-step:before{content:"";position:absolute;inset:auto -54px -70px auto;width:150px;height:150px;border-radius:999px;background:rgba(190,220,188,.16);pointer-events:none}
.visit-steps-premium .badge{width:54px;height:54px;border-radius:999px;background:#F7D3C1;color:var(--ink);font-size:1.35rem;font-weight:400;margin:0 0 18px;box-shadow:none;position:relative;z-index:1}
.visit-icon-wrap{width:130px;height:130px;border-radius:999px;background:linear-gradient(145deg,rgba(190,220,188,.30),rgba(255,253,251,.92));display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:inset 0 1px 0 rgba(255,255,255,.85);position:relative;z-index:1}
.visit-icon-img{width:96px;height:96px;object-fit:contain;display:block}
.visit-steps-premium h3{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;line-height:1.15;font-weight:700;color:var(--ink);margin:0 0 12px;position:relative;z-index:1}
.visit-steps-premium h3:after{display:none}
.visit-accent{width:54px;height:2px;background:#F27A57;opacity:.62;margin:0 auto 18px;display:block;position:relative;z-index:1}
.visit-steps-premium p{font-size:1.04rem;line-height:1.55;color:#62727a;margin:0;max-width:15.2rem;position:relative;z-index:1}
.visit-note{max-width:860px;margin:34px auto 0;border-radius:12px;border:1px solid rgba(190,220,188,.42);background:linear-gradient(90deg,rgba(190,220,188,.22),rgba(255,255,255,.78));color:#6f7d72;display:flex;align-items:center;justify-content:center;gap:18px;padding:18px 26px;font-size:1.08rem;line-height:1.42;box-shadow:0 16px 38px rgba(24,51,58,.055)}
.visit-note strong{color:var(--ink)}
.visit-note-icon{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;color:#6f895e;flex:0 0 auto}
.visit-note-icon svg{width:38px;height:38px;display:block}
@media(max-width:1050px){.visit-steps-premium{grid-template-columns:repeat(2,minmax(0,1fr))}.visit-steps-premium .visit-step{min-height:330px}.first-visit .visit-title{font-size:clamp(2.5rem,7vw,4.2rem)}}
@media(max-width:680px){.first-visit{padding:46px 0}.visit-subtitle{font-size:1rem;margin-bottom:26px}.visit-divider span{width:44px}.visit-steps-premium{grid-template-columns:1fr;gap:18px}.visit-steps-premium .visit-step{min-height:auto;padding:26px 22px}.visit-icon-wrap{width:112px;height:112px}.visit-icon-img{width:86px;height:86px}.visit-note{align-items:flex-start;text-align:left;padding:16px 18px;font-size:.98rem}}

/* Final compact first visit cards without numbering - 2026-06-10 */
.visit-steps-premium .visit-step{min-height:305px;padding:28px 26px 30px;justify-content:flex-start}
.visit-steps-premium .badge{display:none}
.visit-icon-wrap{width:118px;height:118px;margin:0 auto 16px}
.visit-icon-img{width:90px;height:90px}
.visit-steps-premium h3{font-size:1.42rem;margin-bottom:10px}
.visit-accent{margin-bottom:16px}
.visit-steps-premium p{font-size:1rem;line-height:1.52}
@media(max-width:1050px){.visit-steps-premium .visit-step{min-height:292px}}
@media(max-width:680px){.visit-steps-premium .visit-step{min-height:auto;padding:24px 20px}.visit-icon-wrap{width:108px;height:108px}.visit-icon-img{width:82px;height:82px}}
