/*
Theme Name: LikeMyChoice Migration
Template: storefront
Version: 1.0.0
Text Domain: likemychoice-migration
*/

:root {
  --lmc-ink: #191919;
  --lmc-muted: #6f6a66;
  --lmc-sand: #f5f1ec;
  --lmc-rose: #a34b46;
  --lmc-line: #e7e1db;
  --lmc-white: #fff;
}

html { scroll-behavior: smooth; }
body { color: var(--lmc-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--lmc-rose); outline-offset: 3px; }
.col-full { max-width: 1440px; padding-left: clamp(20px, 4vw, 64px); padding-right: clamp(20px, 4vw, 64px); }

.lmc-announcement { background: var(--lmc-ink); color: var(--lmc-white); font-size: 13px; letter-spacing: .05em; text-align: center; padding: 9px 20px; }
.site-header { background: var(--lmc-white); border-bottom: 1px solid var(--lmc-line); padding: 24px 0 0; margin-bottom: 0 !important; }
.site-branding .site-title { font-family: Georgia, "Times New Roman", serif; font-size: 30px; letter-spacing: .08em; text-transform: uppercase; }
.site-branding img { max-width: 180px; }
.storefront-primary-navigation { background: var(--lmc-white); border-top: 1px solid var(--lmc-line); }
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { color: var(--lmc-ink); font-size: 13px; font-weight: 600; letter-spacing: .06em; padding: 1.15em 1em; text-transform: uppercase; }
.main-navigation ul li a:hover { color: var(--lmc-rose); }
.site-header-cart .cart-contents { padding: 1.15em 0; }
.site-search .widget_product_search form input[type=search] { border: 1px solid var(--lmc-line); border-radius: 0; background: #faf9f7; }

.site-content .col-full { max-width: none; padding: 0; }
.content-area, .site-main { margin: 0; }
.lmc-home { overflow: hidden; }
.lmc-hero { min-height: clamp(520px, 68vw, 820px); display: grid; align-items: center; background-position: center; background-size: cover; position: relative; }
.lmc-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,15,15,.56), rgba(15,15,15,.05) 70%); }
.lmc-hero__content { position: relative; z-index: 1; color: #fff; width: min(620px, 90%); margin-left: clamp(24px, 8vw, 130px); padding: 70px 0; }
.lmc-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.lmc-hero h1 { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 7vw, 92px); font-weight: 400; letter-spacing: -.03em; line-height: .98; margin: 18px 0 24px; }
.lmc-hero p { font-size: clamp(16px, 2vw, 20px); max-width: 520px; }
.lmc-button, .lmc-home .button { background: var(--lmc-white); border: 1px solid var(--lmc-white); border-radius: 0; color: var(--lmc-ink); display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .12em; margin-top: 14px; padding: 15px 28px; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.lmc-button:hover, .lmc-home .button:hover { background: transparent; color: #fff; transform: translateY(-2px); }

.lmc-section { max-width: 1440px; margin: 0 auto; padding: clamp(70px, 8vw, 120px) clamp(20px, 4vw, 64px); }
.lmc-section--sand { background: var(--lmc-sand); max-width: none; }
.lmc-section__inner { max-width: 1312px; margin: 0 auto; }
.lmc-section__head { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 34px; }
.lmc-section h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4vw, 54px); font-weight: 400; margin: 0; }
.lmc-section__head a { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.lmc-categories { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.lmc-category { aspect-ratio: .78; background: #ddd center/cover; color: #fff; display: flex; align-items: end; min-height: 320px; overflow: hidden; padding: 28px; position: relative; }
.lmc-category::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.58), rgba(0,0,0,0) 58%); transition: opacity .2s ease; }
.lmc-category:hover::after { opacity: .75; }
.lmc-category span { font-family: Georgia, "Times New Roman", serif; font-size: 28px; position: relative; z-index: 1; }

.lmc-home ul.products { display: grid !important; gap: clamp(20px, 2.5vw, 36px); grid-template-columns: repeat(4, minmax(0,1fr)); margin: 0; }
.lmc-home ul.products::before, .lmc-home ul.products::after { display: none; }
.lmc-home ul.products li.product { float: none !important; margin: 0 !important; padding: 0; text-align: left; width: auto !important; }
.lmc-home ul.products li.product img { aspect-ratio: .75; background: #f4f2ef; object-fit: cover; width: 100%; }
.lmc-home ul.products li.product .woocommerce-loop-product__title { font-family: inherit; font-size: 15px; font-weight: 500; line-height: 1.4; padding-top: 14px; }
.lmc-home ul.products li.product .price { color: var(--lmc-ink); font-size: 15px; font-weight: 600; }
.lmc-home ul.products li.product .button { background: transparent; border-color: var(--lmc-ink); color: var(--lmc-ink); margin-top: 8px; padding: 10px 14px; }
.lmc-home ul.products li.product .button:hover { background: var(--lmc-ink); color: #fff; }

.lmc-promise { display: grid; gap: 30px; grid-template-columns: repeat(3, 1fr); text-align: center; }
.lmc-promise article { border-top: 1px solid #cfc6bd; padding-top: 26px; }
.lmc-promise h3 { font-family: Georgia, "Times New Roman", serif; font-size: 24px; margin-bottom: 8px; }
.lmc-promise p { color: var(--lmc-muted); margin: 0 auto; max-width: 330px; }

.site-footer { background: #191919; color: #eee; padding: 0; }
.lmc-footer { display: grid; gap: 50px; grid-template-columns: 1.3fr repeat(3, 1fr); max-width: 1440px; margin: 0 auto; padding: 72px clamp(20px, 4vw, 64px) 50px; }
.lmc-footer h2, .lmc-footer h3 { color: #fff; font-family: Georgia, "Times New Roman", serif; }
.lmc-footer h2 { font-size: 30px; letter-spacing: .05em; }
.lmc-footer h3 { font-size: 18px; }
.lmc-footer p, .site-footer .lmc-footer a { color: #c9c9c9 !important; }
.site-footer .lmc-footer a:hover { color: #fff !important; }
.lmc-footer ul { list-style: none; margin: 0; }
.lmc-footer li { margin-bottom: 8px; }
.lmc-footer__bottom { border-top: 1px solid #333; color: #aaa; font-size: 13px; grid-column: 1 / -1; padding-top: 24px; }

@media (max-width: 900px) {
  .lmc-categories, .lmc-home ul.products { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .lmc-footer { grid-template-columns: repeat(2, 1fr); }
  .site-header { padding-top: 16px; }
}

@media (max-width: 600px) {
  .lmc-hero { min-height: 610px; background-position: 62% center; }
  .lmc-hero__content { margin: 0 24px; }
  .lmc-section__head { align-items: start; flex-direction: column; }
  .lmc-categories { gap: 10px; }
  .lmc-category { min-height: 240px; padding: 18px; }
  .lmc-category span { font-size: 22px; }
  .lmc-home ul.products { gap: 24px 12px; }
  .lmc-promise, .lmc-footer { grid-template-columns: 1fr; }
  .lmc-footer__bottom { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
