.gallery-section{position:relative;padding:100px 0;background:radial-gradient(circle at top left,rgba(245,197,24,.14),transparent 28%),radial-gradient(circle at bottom right,rgba(123,28,28,.08),transparent 24%),linear-gradient(180deg,#fffdf9 0,var(--cream) 100%);overflow:hidden}.gallery-glow{position:absolute;width:360px;height:360px;border-radius:50%;filter:blur(90px);pointer-events:none;opacity:.45}.gallery-glow-left{top:-140px;left:-120px;background:rgba(245,197,24,.25)}.gallery-glow-right{right:-120px;bottom:-160px;background:rgba(123,28,28,.16)}.gallery-header{margin-bottom:42px}.gallery-header .section-subtitle{margin:0}.gallery-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);grid-gap:24px;gap:24px;align-items:stretch}.gallery-mobile{display:none}.gallery-featured,.gallery-tile{position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.6);box-shadow:var(--shadow-md)}.gallery-featured{min-height:520px;border-radius:36px}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px}.gallery-tile{min-height:250px;border-radius:28px}.gallery-card-media{position:absolute;inset:0}.gallery-image{object-fit:cover;transition:transform .5s ease}.gallery-featured:hover .gallery-image,.gallery-tile:hover .gallery-image{transform:scale(1.06)}.gallery-card-overlay,.gallery-tile-overlay{position:absolute;inset:0}.gallery-card-overlay{background:linear-gradient(0deg,rgba(45,27,14,.6) 0,rgba(45,27,14,.1) 45%,transparent)}.gallery-tile-overlay{background:linear-gradient(0deg,rgba(45,27,14,.68) 0,rgba(45,27,14,.08) 55%,transparent)}.gallery-card-content,.gallery-tile-content{position:absolute;left:0;right:0;bottom:0;z-index:1}.gallery-card-content{padding:28px 28px 30px;color:var(--white)}.gallery-card-content h3{color:var(--white);font-size:2rem;margin-bottom:10px}.gallery-card-content p{max-width:36ch;color:hsla(0,0%,100%,.88);font-size:.95rem;line-height:1.7}.gallery-mini-tag,.gallery-tag{display:inline-flex;align-items:center;font-family:var(--font-primary);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gallery-tag{color:var(--white);padding:7px 14px;border-radius:999px;margin-bottom:14px}.gallery-tile-content{padding:18px}.gallery-mini-tag{margin-bottom:6px}.gallery-tile-content h3{color:var(--white);font-size:1.02rem;line-height:1.3}.gallery-footer{margin-top:34px;display:flex;flex-direction:column;align-items:center;gap:18px}.gallery-pill{gap:12px;padding:10px 16px;border-radius:999px;background:hsla(0,0%,100%,.8);border:1px solid rgba(123,28,28,.08);box-shadow:var(--shadow-sm);color:var(--dark-light);font-size:.88rem;text-align:center}.gallery-pill,.gallery-pill-badge{display:inline-flex;align-items:center}.gallery-pill-badge{justify-content:center;min-width:42px;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,var(--gold-light),var(--gold));color:var(--maroon-dark);font-family:var(--font-primary);font-size:.68rem;font-weight:800;letter-spacing:.08em}.gallery-cta{gap:10px;background:hsla(0,0%,100%,.85);border-color:rgba(123,28,28,.22);box-shadow:0 10px 24px rgba(123,28,28,.08)}.gallery-cta:hover{background:var(--maroon)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-left{opacity:0;transform:translateX(-32px);transition:opacity .7s ease,transform .7s ease}.fade-left.visible{opacity:1;transform:translateX(0)}.delay-3{transition-delay:.3s}@media (max-width:900px){.gallery-layout{grid-template-columns:1fr}.gallery-featured{min-height:420px}}@media (max-width:640px){.gallery-section{padding:84px 0}.gallery-layout{display:none}.gallery-mobile{display:block}.gallery-mobile-track{display:grid;grid-auto-flow:column;grid-auto-columns:82%;grid-gap:14px;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 24px 8px 30px;margin:0 -24px;scroll-padding-left:30px;scrollbar-width:none;-ms-overflow-style:none}.gallery-mobile-track::-webkit-scrollbar{display:none}.gallery-mobile-card{position:relative;min-height:340px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-md);scroll-snap-align:start}.gallery-mobile-content{padding:20px 18px 22px}.gallery-mobile-content h3{font-size:1.4rem}.gallery-mobile-content p{font-size:.88rem;line-height:1.6}.gallery-mobile-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:18px}.gallery-mobile-dot{width:8px;height:8px;border-radius:999px;background:rgba(123,28,28,.18);transition:width .25s ease,background .25s ease}.gallery-mobile-dot.active{width:22px;background:var(--maroon)}.gallery-pill{flex-direction:column;border-radius:24px}}@media (max-width:420px){.gallery-mobile-track{grid-auto-columns:84%;gap:12px;padding-left:22px;padding-right:16px;margin:0 -16px;scroll-padding-left:22px}.gallery-mobile-card{min-height:310px}.gallery-mobile-content h3{font-size:1.2rem}}.hero{position:relative;min-height:max(100vh,800px);display:flex;flex-direction:column}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(240,248,255,.95),rgba(250,252,255,.8) 50%,hsla(0,0%,100%,.4))}.hero-content{position:relative;z-index:2;justify-content:center;width:100%;max-width:1200px;margin:0 auto;padding-top:50px;padding-bottom:220px;flex:1 1}.hero-content,.hero-text{display:flex;align-items:center}.hero-text{text-align:center;flex-direction:column;max-width:700px}.hero-top-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,.05);padding:6px 14px;border-radius:50px;margin-bottom:24px;animation:fadeInDown .8s ease forwards}.hero-heading,.hero-top-badge{color:#333;font-size:.72rem;font-family:var(--font-primary);font-weight:800;letter-spacing:1px}.badge-icon{width:14px;height:14px}.hero-title{font-family:Georgia,Times New Roman,Times,serif;font-style:italic;font-size:clamp(2rem,4vw,3.8rem);font-weight:600;color:#1a1a1a;line-height:1.05;margin-bottom:24px;animation:fadeInUp .8s ease .2s both}.hero-title span{color:#a43815;font-style:normal;font-family:var(--font-primary)}.hero-subtitle{font-size:1.05rem;color:#4a4a4a;line-height:1.6;margin-bottom:40px;max-width:520px;animation:fadeInUp .8s ease .35s both}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:fadeInUp .8s ease .5s both}.btn-hero-primary{display:inline-flex;align-items:center;gap:10px;background:#a43815;color:#fff;padding:16px 32px;border-radius:6px;font-size:.95rem;font-weight:700;font-family:var(--font-primary);transition:background .2s ease;text-decoration:none}.btn-hero-primary:hover{background:#8a2d10}.btn-hero-secondary{display:inline-flex;align-items:center;gap:10px;background:rgba(0,0,0,.05);color:#a43815;padding:16px 32px;border-radius:6px;font-size:.95rem;font-weight:700;font-family:var(--font-primary);transition:background .2s ease;text-decoration:none}.btn-hero-secondary:hover{background:rgba(0,0,0,.1)}.hero-stats-dock{position:relative;bottom:0;left:0;right:0;background:#fff;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:0 -4px 40px rgba(0,0,0,.08);z-index:10;padding:36px 0;animation:fadeInUp .9s ease .6s both}.stats-dock-inner{display:flex;justify-content:space-between;align-items:center}.stat-dock-item{text-align:center;position:relative;flex:1 1}.stat-dock-item:not(:last-child):after{content:"";position:absolute;right:0;top:15%;bottom:15%;width:1px;background:#efefef}.stat-dock-value{font-family:var(--font-primary);font-size:2.2rem;font-weight:800;color:#a43815;line-height:1;margin-bottom:8px}.stat-dock-label{font-size:.72rem;font-weight:700;color:#666;letter-spacing:1px;text-transform:uppercase}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:1200px){.hero-content{padding-bottom:100px}.hero-stats-dock{margin-top:-110px;width:100%;margin-left:auto;margin-right:auto;border-radius:var(--radius-lg);box-shadow:0 24px 60px rgba(0,0,0,.12)}}@media (max-width:900px){.hero-content{justify-content:center;text-align:center}.hero-text{display:flex;flex-direction:column;align-items:center;margin-top:0}.hero-actions{justify-content:center}.hero-stats-dock{padding:24px 0}.stat-dock-value{font-size:1.6rem}}@media (max-width:600px){.hero-content{padding-top:80px;padding-bottom:100px}.badge-icon{width:20px;height:20px}.hero-text{margin-top:60px}.hero-title{font-size:2.6rem}.stats-dock-inner{flex-wrap:wrap;gap:24px 0}.stat-dock-item{flex:0 0 50%}.stat-dock-item:not(:last-child):after{display:none}.stat-dock-item:nth-child(odd):after{display:block;right:0;top:0;bottom:0}}@media screen and (max-width:460px){.badge-icon{width:34px;height:34px}.hero-top-badge{font-size:.8rem;padding:8px 16px}.hero-heading{font-size:.8rem}}.location-section{position:relative;padding:100px 0;background:radial-gradient(circle at top left,rgba(245,197,24,.18),transparent 32%),linear-gradient(180deg,var(--white) 0,var(--cream) 100%);overflow:hidden}.location-orb{position:absolute;border-radius:999px;pointer-events:none;filter:blur(14px);opacity:.55}.location-orb-left{width:280px;height:280px;left:-120px;top:40px;background:rgba(232,119,34,.18)}.location-orb-right{width:220px;height:220px;right:-90px;bottom:50px;background:rgba(123,28,28,.14)}.location-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:56px;gap:56px;align-items:center}.location-map-shell{position:relative;min-height:440px;padding:18px;border-radius:32px;background:linear-gradient(135deg,hsla(0,0%,100%,.9),hsla(37,51%,92%,.96));box-shadow:0 28px 70px rgba(123,28,28,.14)}.location-map-shell:before{content:"";position:absolute;inset:18px;border-radius:24px;background:linear-gradient(rgba(123,28,28,.08),rgba(123,28,28,.08)),linear-gradient(135deg,hsla(37,51%,92%,.96),rgba(255,248,242,.92));pointer-events:none}.location-map-frame{position:absolute;inset:18px;width:calc(100% - 36px);height:calc(100% - 36px);border:0;border-radius:24px;filter:sepia(.18) saturate(.9) hue-rotate(-8deg)}.location-card{position:absolute;left:36px;right:36px;bottom:34px;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:20px;background:hsla(0,0%,100%,.94);box-shadow:0 20px 40px rgba(45,27,14,.14);border:1px solid rgba(123,28,28,.08)}.location-card-label{margin-bottom:6px;font-family:var(--font-primary);font-size:1rem;font-weight:800;color:var(--maroon)}.location-card-address{display:flex;flex-direction:column;gap:2px;color:var(--dark-light);font-size:.92rem;line-height:1.5}.location-card-pin{display:grid;place-items:center;width:54px;height:54px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--maroon));color:var(--white);box-shadow:0 14px 28px rgba(123,28,28,.22)}.location-card-pin svg{width:24px;height:24px;fill:currentColor}.location-content{position:relative;z-index:1}.location-subtitle{max-width:540px}.location-hours-card{margin-bottom:28px;padding:24px 26px;border-radius:24px;background:hsla(0,0%,100%,.8);border:1px solid rgba(123,28,28,.1);box-shadow:var(--shadow-sm)}.location-hours-label{margin-bottom:14px;font-family:var(--font-primary);font-size:.78rem;font-weight:800;letter-spacing:1.8px;text-transform:uppercase;color:var(--orange-dark)}.location-hours-list{display:flex;flex-direction:column}.location-hours-row{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 0;border-bottom:1px solid rgba(123,28,28,.08);color:var(--dark)}.location-hours-row:last-child{border-bottom:0;padding-bottom:0}.location-hours-row:first-child{padding-top:0}.location-hours-row span{font-weight:700}.location-hours-row strong{font-family:var(--font-primary);font-size:.95rem;color:var(--dark)}.location-hours-row .is-closed{color:var(--maroon)}.location-directions{gap:10px}.location-directions svg{position:relative;z-index:1;width:18px;height:18px;fill:none;stroke:currentColor}@media (max-width:980px){.location-layout{grid-template-columns:1fr;gap:32px}.location-map-shell{min-height:380px}}@media (max-width:640px){.location-section{padding:72px 0}.location-map-shell{min-height:320px;padding:14px;border-radius:24px}.location-map-frame,.location-map-shell:before{inset:14px;border-radius:18px}.location-map-frame{width:calc(100% - 28px);height:calc(100% - 28px)}.location-card{left:24px;right:24px;bottom:24px;padding:16px 18px}.location-hours-card{padding:20px 18px;border-radius:20px}}@media (max-width:440px){.location-card{align-items:flex-start}.location-card-pin{width:36px;height:36px}.location-hours-row{gap:12px;font-size:.92rem}.location-hours-row strong{font-size:.88rem;text-align:right}.location-card-label{font-size:.8rem;font-weight:600}.location-card-address{font-size:.6rem;line-height:1}}