
:root{
  --black:#050505;--near:#0d0d0d;--green:#2d9e5e;--green2:#33b46b;--body:#f6f6f6;--text:#686868;--heading:#050505;--white:#fff;--border:#e7e7e7;--muted:#999;
  --wrap:1180px;--shadow:0 16px 45px rgba(0,0,0,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--body);color:var(--text);font:16px/1.62 Karla,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}img{max-width:100%;display:block}.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:99;background:#fff;color:#000;padding:10px 14px}.promo{background:#111;color:#fff;text-align:center;padding:11px 16px;font-size:13px;letter-spacing:.05em}.promo strong{color:var(--green2)}.site-header{background:#030303;color:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 18px rgba(0,0,0,.25)}.header-inner{max-width:var(--wrap);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 28px}.logo img{height:70px;width:auto;max-width:330px;object-fit:contain}.nav{display:flex;gap:28px;align-items:center}.nav a{text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:14px;color:#fff;position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--green);transition:right .2s}.nav a:hover,.nav a[aria-current="page"]{color:#fff}.nav a:hover:after,.nav a[aria-current="page"]:after{right:0}.menu-btn{display:none;background:#111;border:1px solid #333;color:#fff;padding:10px 14px;text-transform:uppercase;letter-spacing:.12em}.hero{position:relative;background:#0a0e15;overflow:hidden}.slides{display:flex;transition:transform .55s ease}.slide{min-width:100%;height:454px;background-size:cover;background-position:center;display:flex;align-items:end;justify-content:center;text-align:center;position:relative}.slide:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.05),rgba(0,0,0,.38))}.slide-content{position:relative;z-index:1;color:#fff;padding:0 20px 56px;max-width:820px;text-shadow:0 2px 10px #000}.slide-content h1{font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:56px;margin:0 0 10px}.slide-content p{font-size:18px;margin:0 0 22px;color:#fff}.btn{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;padding:12px 24px;border:0;font-weight:700;font-size:13px;cursor:pointer}.btn:hover{background:var(--green2)}.btn.outline{background:transparent;border:1px solid #fff}.btn.dark{background:#111}.dots{position:absolute;bottom:15px;left:0;right:0;text-align:center}.dots button{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background:transparent;margin:0 5px;padding:0}.dots button.active{background:#fff}.section{max-width:var(--wrap);margin:0 auto;padding:58px 28px}.section.white{background:#fff;max-width:none}.section.white .inner{max-width:900px;margin:auto;text-align:center}.section-title{font-family:'Unica One',Impact,sans-serif;letter-spacing:.08em;text-transform:uppercase;font-size:36px;color:var(--heading);text-align:center;margin:0 0 22px}.intro p{font-size:18px}.trust-strip{background:#fff;border-bottom:1px solid #eee}.trust-inner{max-width:var(--wrap);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0 28px}.trust-item{padding:24px;text-align:center;border-left:1px solid #eee}.trust-item:last-child{border-right:1px solid #eee}.trust-item strong{display:block;color:#111;text-transform:uppercase;letter-spacing:.11em;font-size:13px}.reviews-section{background:#fff;padding:54px 0 46px;overflow:hidden}.google-note{text-align:center;margin-top:-10px;margin-bottom:22px;color:#777;font-size:13px;text-transform:uppercase;letter-spacing:.1em}.google-note .g{font-weight:700;font-size:20px;color:#4285f4;margin-right:8px;text-transform:none}.review-marquee{overflow:hidden;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fafafa}.review-track{display:flex;gap:18px;width:max-content;animation:scrollReviews 48s linear infinite;padding:22px 18px}.review-marquee:hover .review-track{animation-play-state:paused}.review-card{width:292px;background:#fff;border:1px solid #e9e9e9;box-shadow:0 2px 8px rgba(0,0,0,.04);padding:20px}.review-card p{margin:8px 0 14px;color:#444}.review-card strong{display:block;color:#030303}.review-card span{font-size:12px;color:#999}.stars{color:#fbbc04;letter-spacing:.08em}@keyframes scrollReviews{from{transform:translateX(0)}to{transform:translateX(-50%)}}.feature{display:grid;grid-template-columns:1.08fr .92fr;background:#fff;box-shadow:var(--shadow)}.feature.reverse{grid-template-columns:.92fr 1.08fr}.feature-img{min-height:380px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-decoration:none;position:relative}.feature-img:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.22)}.feature-img span{position:relative;z-index:1;font-family:'Unica One',Impact,sans-serif;color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:38px;text-align:center;text-shadow:0 2px 12px #000}.feature-text{padding:56px;display:flex;flex-direction:column;justify-content:center}.feature-text h2{font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#030303;font-size:35px;margin:0 0 14px}.feature-text p{margin-top:0}.cta-band{background:#111;color:#fff;text-align:center;padding:54px 20px}.cta-band h2{font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:32px;margin:0 0 10px}.cta-band p{color:#ddd}.link-blocks{display:grid;grid-template-columns:1fr 1fr;gap:28px}.link-tile{height:310px;background-size:cover;background-position:center;display:flex;align-items:end;justify-content:center;text-decoration:none;position:relative;overflow:hidden;box-shadow:var(--shadow)}.link-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.72))}.link-tile span{position:relative;z-index:1;background:#fff;color:#030303;text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding:12px 22px;margin-bottom:28px}.page-hero{background:#111;color:#fff;text-align:center;padding:72px 20px;background-size:cover;background-position:center;position:relative}.page-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.page-hero>*{position:relative}.page-hero h1{font-family:'Unica One',Impact,sans-serif;letter-spacing:.08em;text-transform:uppercase;font-size:48px;margin:0 0 8px}.faq-wrap{max-width:890px}.faq-list details{background:#fff;border:1px solid #e5e5e5;margin-bottom:12px;box-shadow:0 2px 9px rgba(0,0,0,.025)}.faq-list summary{cursor:pointer;padding:18px 22px;font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#030303;font-size:22px;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';float:right;color:#2d9e5e}.faq-list details[open] summary:after{content:'–'}.faq-list p{margin:0;padding:0 22px 22px;color:#666}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.card{background:#fff;border:1px solid #ececec;padding:28px;box-shadow:0 6px 18px rgba(0,0,0,.035)}.card h2,.card h3{font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#111;margin-top:0}.map{width:100%;height:360px;border:0;filter:grayscale(.25)}.form-grid{display:grid;gap:12px}.form-grid input,.form-grid textarea{width:100%;border:1px solid #d8d8d8;padding:13px 14px;font:inherit}.form-grid textarea{min-height:130px}.notice{background:#f0fbf5;border:1px solid #cfeedd;color:#21633e;padding:14px 16px}.footer{background:#030303;color:#fff}.footer-inner{max-width:var(--wrap);margin:auto;padding:52px 28px;display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:34px}.footer h3{font-family:'Unica One',Impact,sans-serif;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}.footer a{color:#fff}.smallprint{border-top:1px solid #222;max-width:var(--wrap);margin:auto;padding:22px 28px;color:#bbb;font-size:12px}@media(max-width:820px){.header-inner{padding:10px 18px;flex-wrap:wrap}.logo img{height:54px;max-width:210px}.menu-btn{display:block}.nav{display:none;width:100%;flex-direction:column;align-items:flex-start;margin-top:18px}.nav.open{display:flex}.slide{height:340px}.slide-content h1{font-size:37px}.trust-inner,.feature,.feature.reverse,.link-blocks,.footer-inner,.contact-grid{grid-template-columns:1fr}.trust-item{border-right:1px solid #eee}.feature-text{padding:34px 24px}.section{padding:40px 18px}.link-tile{height:250px}.feature-img span{font-size:28px}.review-card{width:260px}.page-hero h1{font-size:38px}}

.live-reviews{max-width:1180px;margin:0 auto;padding:0 18px 18px}
.live-reviews .reputon-google-reviews-widget{min-height:180px}
.reviews-fallback{max-width:760px;margin:12px auto 0;text-align:center;color:#777;font-size:.95rem}



/* Final tile fix: use actual img elements, not background images. */
.fixed-photo-tiles{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.fixed-photo-tiles .link-tile{height:310px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111;box-shadow:var(--shadow);text-decoration:none;}
.fixed-photo-tiles .link-tile .tile-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;max-width:none;z-index:0;}
.fixed-photo-tiles .link-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(255,255,255,.08),rgba(0,0,0,.68));z-index:1;pointer-events:none;}
.fixed-photo-tiles .link-tile span{position:relative;z-index:2;display:inline-block;background:#fff;color:#030303;text-transform:uppercase;letter-spacing:.1em;font-weight:700;padding:12px 22px;margin:0;white-space:nowrap;line-height:1.2;text-align:center;}
@media(max-width:820px){.fixed-photo-tiles{grid-template-columns:1fr}.fixed-photo-tiles .link-tile{height:250px}.fixed-photo-tiles .link-tile span{white-space:normal}}


/* Premium SEO/design polish */
.logo img{image-rendering:auto}
.section-title{line-height:1.08}.intro .inner{max-width:940px}.intro p{max-width:820px;margin-left:auto;margin-right:auto;color:#444}
.image-contain{background-size:contain!important;background-repeat:no-repeat!important;background-position:center!important;background-color:#080808;}
.image-contain:after{background:linear-gradient(to bottom,rgba(0,0,0,.12),rgba(0,0,0,.28));}
.fixed-photo-tiles .link-tile{background:#090909;}
.fixed-photo-tiles .link-tile .tile-photo{object-fit:contain!important;background:#090909;}
.fixed-photo-tiles .link-tile:after{background:linear-gradient(to bottom,rgba(0,0,0,.08),rgba(0,0,0,.42));}
.page-hero-premium{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-size:cover!important;background-repeat:no-repeat!important;background-color:#030303;background-position:center!important;padding:88px 20px 82px;overflow:hidden;}
.page-hero-premium:before{background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.62),rgba(0,0,0,.78));}
.page-hero-premium:after{content:"";position:absolute;left:0;right:0;bottom:0;height:42px;background:linear-gradient(to bottom,rgba(245,245,245,0),#f5f5f5);z-index:0;}
.page-hero-premium h1{font-size:54px;letter-spacing:.14em;text-shadow:0 3px 18px rgba(0,0,0,.85);}
.page-hero-premium p{display:inline-block;margin:4px 0 0;padding:8px 15px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.38);backdrop-filter:blur(2px);font-weight:700;letter-spacing:.03em;text-shadow:0 2px 10px #000;}
@media(max-width:820px){.page-hero-premium{min-height:220px;padding:64px 18px 60px}.page-hero-premium h1{font-size:38px}.page-hero-premium p{font-size:14px}.image-contain{min-height:290px}}


/* Revision: centered feature copy + uncropped photo panels */
.premium-feature{align-items:stretch;grid-template-columns:1fr 1fr;min-height:430px;}
.feature-text.centered-copy{justify-content:center;align-items:flex-start;min-height:430px;padding:62px 56px;}
.feature-text.centered-copy h2{line-height:1.12;margin-bottom:22px;}
.feature-text.centered-copy p{max-width:520px;color:#555;font-size:17px;line-height:1.68;margin-bottom:18px;}
.photo-frame{min-height:430px;background:#101010;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:22px;}
.photo-frame img{position:relative;z-index:0;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;display:block;}
.photo-frame:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,158,94,.22),rgba(45,158,94,.04));z-index:1;pointer-events:none;}
.photo-frame:after{display:none!important;}
.photo-frame span{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;text-shadow:0 3px 18px rgba(0,0,0,.8);}
.storefront-feature{background:#f7f7f7;}
.storefront-feature:before{background:linear-gradient(90deg,rgba(0,0,0,.12),rgba(45,158,94,.12));}
.arrivals-tile{background:#0a0a0a;}
.arrivals-tile:before{background:linear-gradient(90deg,rgba(45,158,94,.35),rgba(45,158,94,.08));}
.fixed-photo-tiles .link-tile .tile-photo{object-fit:contain!important;object-position:center!important;padding:0;background:#090909;}
.fixed-photo-tiles .link-tile::after{background:linear-gradient(to bottom,rgba(0,0,0,.05),rgba(0,0,0,.38));}
@media(max-width:820px){.premium-feature{grid-template-columns:1fr;min-height:0}.photo-frame{min-height:300px;padding:14px}.feature-text.centered-copy{min-height:0;padding:38px 26px}.feature-text.centered-copy p{font-size:16px}.photo-frame span{font-size:30px}}

/* v4 refinement: clean photo/text feature sections and center contact cards */
.premium-feature{
  grid-template-columns:1fr 1fr;
  align-items:stretch;
  background:#fff;
  overflow:hidden;
}
.feature-text.centered-copy{
  justify-content:center !important;
  align-items:center !important;
  text-align:left;
  min-height:430px;
  padding:56px 62px;
}
.feature-text.centered-copy > *{
  width:100%;
  max-width:520px;
}
.feature-text.centered-copy h2{
  margin:0 0 22px;
  line-height:1.15;
}
.feature-text.centered-copy p{
  margin:0 0 18px;
  color:#555;
  font-size:17px;
  line-height:1.68;
}
.photo-frame{
  min-height:430px;
  background:linear-gradient(135deg,#111 0%,#1b1b1b 55%,#26352c 100%) !important;
  padding:28px !important;
  overflow:hidden;
}
.photo-frame img{
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  box-shadow:0 18px 34px rgba(0,0,0,.24);
}
.photo-frame:before{
  background:linear-gradient(90deg,rgba(45,158,94,.32),rgba(45,158,94,.06)) !important;
}
.photo-frame span{
  max-width:82%;
  text-align:center;
  line-height:1.18;
  white-space:normal;
  font-size:34px;
  text-shadow:0 3px 18px rgba(0,0,0,.9);
}
.storefront-feature{
  background:linear-gradient(135deg,#111 0%,#1b1b1b 55%,#26352c 100%) !important;
}
.storefront-feature:before{
  background:linear-gradient(90deg,rgba(0,0,0,.10),rgba(45,158,94,.14)) !important;
}
.arrivals-tile{
  background:linear-gradient(135deg,#111 0%,#1b1b1b 55%,#26352c 100%) !important;
}
.arrivals-tile:before{
  background:linear-gradient(90deg,rgba(45,158,94,.30),rgba(45,158,94,.06)) !important;
}
.contact-grid .card{
  min-height:360px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.contact-grid .card:first-child{
  text-align:center;
  align-items:center;
}
.contact-grid .card:first-child > *{
  max-width:470px;
}
.contact-grid .card .btn{
  align-self:center;
}
@media(max-width:820px){
  .feature-text.centered-copy{min-height:0;padding:38px 26px;align-items:flex-start!important;}
  .photo-frame{min-height:280px;padding:18px!important;}
  .photo-frame span{font-size:28px;max-width:88%;}
  .contact-grid .card{min-height:0;}
}


/* v6 final fix: Curated Collection feature section */
.feature.premium-feature{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  align-items:stretch !important;
  background:#fff !important;
  box-shadow:var(--shadow) !important;
  overflow:hidden !important;
  min-height:430px !important;
}
.feature.premium-feature .photo-frame{
  position:relative !important;
  min-height:430px !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  background:linear-gradient(135deg,#080808 0%,#111 52%,#193523 100%) !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.feature.premium-feature .photo-frame img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center !important;
  padding:0 !important;
  margin:0 !important;
  background:linear-gradient(135deg,#080808 0%,#111 52%,#193523 100%) !important;
  box-shadow:none !important;
  z-index:0 !important;
}
.feature.premium-feature .photo-frame:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(90deg,rgba(45,158,94,.34) 0%,rgba(45,158,94,.18) 42%,rgba(0,0,0,.12) 100%) !important;
  pointer-events:none !important;
}
.feature.premium-feature .photo-frame:after{display:none !important;}
.feature.premium-feature .photo-frame span{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  z-index:2 !important;
  width:auto !important;
  max-width:88% !important;
  white-space:normal !important;
  text-align:center !important;
  font-family:'Unica One',Impact,sans-serif !important;
  font-size:32px !important;
  line-height:1.18 !important;
  letter-spacing:.12em !important;
  color:#fff !important;
  text-shadow:0 3px 16px rgba(0,0,0,.95),0 0 2px rgba(0,0,0,.7) !important;
}
.feature.premium-feature .feature-text.centered-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  min-height:430px !important;
  padding:58px 62px !important;
  text-align:left !important;
}
.feature.premium-feature .feature-text.centered-copy>*{
  width:100% !important;
  max-width:520px !important;
}
.feature.premium-feature .feature-text.centered-copy h2{
  margin:0 0 22px !important;
  line-height:1.13 !important;
}
.feature.premium-feature .feature-text.centered-copy p{
  margin:0 0 20px !important;
  color:#555 !important;
  font-size:17px !important;
  line-height:1.68 !important;
}
.feature.premium-feature .feature-text.centered-copy .btn{
  justify-content:center !important;
  min-height:46px !important;
}
@media(max-width:820px){
  .feature.premium-feature{grid-template-columns:1fr !important;min-height:0 !important;}
  .feature.premium-feature .photo-frame{min-height:320px !important;}
  .feature.premium-feature .photo-frame span{font-size:28px !important;max-width:92% !important;}
  .feature.premium-feature .feature-text.centered-copy{min-height:0 !important;padding:38px 26px !important;align-items:center !important;}
}

/* v7 homepage flow + curated collection cleanup */
.reviews-section{
  background:#fff;
  padding:68px 20px 64px;
  margin-top:0;
  border-top:1px solid #ededed;
}
.reviews-widget-wrap{
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}
.reviews-intro{
  max-width:660px;
  margin:-8px auto 28px;
  color:#666;
  font-size:17px;
}
.feature.premium-feature{
  grid-template-columns:1fr 1fr !important;
  min-height:440px !important;
  border:0 !important;
  background:#fff !important;
}
.feature.premium-feature .photo-frame{
  min-height:440px !important;
  background:linear-gradient(135deg,#070707 0%,#121212 58%,#173921 100%) !important;
  padding:34px !important;
}
.feature.premium-feature .photo-frame img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:330px !important;
  object-fit:contain !important;
  object-position:center !important;
  background:transparent !important;
  box-shadow:0 18px 38px rgba(0,0,0,.28) !important;
}
.feature.premium-feature .photo-frame:before{
  background:linear-gradient(90deg,rgba(45,158,94,.24),rgba(45,158,94,.04)) !important;
}
.feature.premium-feature .photo-frame span{
  left:34px !important;
  right:34px !important;
  bottom:30px !important;
  top:auto !important;
  transform:none !important;
  width:auto !important;
  max-width:none !important;
  background:rgba(0,0,0,.72) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  padding:10px 18px !important;
  font-size:25px !important;
  line-height:1.15 !important;
  letter-spacing:.14em !important;
  backdrop-filter:blur(2px);
}
.feature.premium-feature .feature-text.centered-copy{
  min-height:440px !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:left !important;
  padding:64px 64px !important;
}
.feature.premium-feature .feature-text.centered-copy .btn{
  width:100% !important;
  max-width:520px !important;
}
@media(max-width:820px){
  .feature.premium-feature{grid-template-columns:1fr !important;min-height:0 !important;}
  .feature.premium-feature .photo-frame{min-height:330px !important;padding:22px !important;}
  .feature.premium-feature .photo-frame img{max-height:260px !important;}
  .feature.premium-feature .photo-frame span{left:22px !important;right:22px !important;bottom:22px !important;font-size:22px !important;}
  .feature.premium-feature .feature-text.centered-copy{min-height:0 !important;padding:38px 26px !important;}
  .reviews-section{padding:48px 18px;}
}


/* v8: image tiles fill the boxes edge-to-edge, no letterbox borders */
.feature.premium-feature .photo-frame{
  padding:0 !important;
  background:#070707 !important;
}
.feature.premium-feature .photo-frame img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
}
.feature.premium-feature .photo-frame:before{
  background:linear-gradient(90deg,rgba(45,158,94,.38) 0%,rgba(45,158,94,.16) 42%,rgba(0,0,0,.18) 100%) !important;
}
.feature.premium-feature .photo-frame span{
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  border:0 !important;
  background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.62)) !important;
  padding:14px 22px !important;
}
.fixed-photo-tiles .link-tile{
  background:#111 !important;
}
.fixed-photo-tiles .link-tile .tile-photo{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  background:transparent !important;
}
.fixed-photo-tiles .link-tile:first-child .tile-photo{object-position:center center !important;}
.fixed-photo-tiles .link-tile:nth-child(2) .tile-photo{object-position:center center !important;}
@media(max-width:820px){
  .feature.premium-feature .photo-frame{min-height:320px !important;padding:0 !important;}
  .feature.premium-feature .photo-frame span{left:0 !important;right:0 !important;bottom:0 !important;font-size:22px !important;}
}

/* v9 hard override: fill all homepage image boxes edge-to-edge */
.feature.premium-feature{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  background:#fff !important;
  box-shadow:var(--shadow) !important;
  overflow:hidden !important;
}
.feature.premium-feature .photo-frame{
  min-height:430px !important;
  height:430px !important;
  padding:0 !important;
  margin:0 !important;
  background:#050505 !important;
  position:relative !important;
  overflow:hidden !important;
}
.feature.premium-feature .photo-frame img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.feature.premium-feature .photo-frame::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(90deg,rgba(45,158,94,.34) 0%,rgba(45,158,94,.16) 42%,rgba(0,0,0,.12) 100%) !important;
  pointer-events:none !important;
}
.feature.premium-feature .photo-frame::after{display:none !important;}
.feature.premium-feature .photo-frame span{
  position:absolute !important;
  z-index:2 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  top:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  border:0 !important;
  background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.58),rgba(0,0,0,.82)) !important;
  padding:15px 22px !important;
  font-family:'Unica One',Impact,sans-serif !important;
  font-size:26px !important;
  line-height:1.15 !important;
  letter-spacing:.14em !important;
  color:#fff !important;
  text-align:center !important;
  white-space:normal !important;
  text-shadow:0 2px 12px rgba(0,0,0,.95) !important;
}
.feature.premium-feature .feature-text.centered-copy{
  min-height:430px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:center !important;
  padding:58px 64px !important;
}
.feature.premium-feature .feature-text.centered-copy > *{width:100% !important;max-width:520px !important;}
.fixed-photo-tiles .link-tile{
  height:310px !important;
  background:#111 !important;
  overflow:hidden !important;
  position:relative !important;
}
.fixed-photo-tiles .link-tile .tile-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  min-width:100% !important;
  min-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
}
.fixed-photo-tiles .link-tile:first-child .tile-photo{object-position:center 52% !important;}
.fixed-photo-tiles .link-tile:nth-child(2) .tile-photo{object-position:center center !important;}
.fixed-photo-tiles .link-tile::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:1 !important;
  background:linear-gradient(to bottom,rgba(0,0,0,.06),rgba(0,0,0,.38)) !important;
  pointer-events:none !important;
}
.fixed-photo-tiles .link-tile span{z-index:2 !important;}
@media(max-width:820px){
  .feature.premium-feature{grid-template-columns:1fr !important;}
  .feature.premium-feature .photo-frame{height:320px !important;min-height:320px !important;}
  .feature.premium-feature .photo-frame span{font-size:22px !important;}
  .feature.premium-feature .feature-text.centered-copy{min-height:0 !important;padding:38px 26px !important;}
  .fixed-photo-tiles .link-tile{height:250px !important;}
}

/* v11 fixes: show full Curated Collection image and clean centered contact info */
.feature.premium-feature .photo-frame{
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  display:block !important;
  overflow:hidden !important;
  background:#07170e !important;
}
.feature.premium-feature .photo-frame img{
  position:relative !important;
  inset:auto !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  display:block !important;
}
.feature.premium-feature .photo-frame::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  pointer-events:none !important;
  background:linear-gradient(90deg, rgba(45,158,94,.70) 0%, rgba(45,158,94,.45) 38%, rgba(0,0,0,.08) 100%) !important;
}
.feature.premium-feature .photo-frame span{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:3 !important;
  margin:0 !important;
  padding:16px 18px !important;
  background:linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.62)) !important;
  border:0 !important;
}
.feature.premium-feature .feature-text.centered-copy{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}
.contact-grid .card:first-child{
  text-align:center !important;
}
.contact-grid .card:first-child p,
.contact-grid .card:first-child .store-hours,
.contact-grid .card:first-child .notice{
  margin-left:auto !important;
  margin-right:auto !important;
}
.store-hours table{
  margin-left:auto !important;
  margin-right:auto !important;
}
.store-hours th,
.store-hours td{
  text-align:center !important;
  padding:3px 8px !important;
}
.notice{
  text-align:center !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
@media(max-width:820px){
  .feature.premium-feature .photo-frame{height:auto !important;min-height:0 !important;}
  .feature.premium-feature .photo-frame img{height:auto !important;}
}
