/*
Theme Name: Skylook
Theme URI: https://example.com/skylook
Author: Skylook
Author URI: https://example.com
Description: A bright, modern sky-blue ecommerce theme for Skylook, built for WooCommerce. Includes home, about, shop, blog and contact page designs.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: skylook
Tags: e-commerce, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready
*/

/* =========================================================
   1. Reset & base
========================================================= */
:root{
  --sky-50:#f0f9ff;
  --sky-100:#e0f2fe;
  --sky-200:#bae6fd;
  --sky-300:#7dd3fc;
  --sky-400:#38bdf8;
  --sky-500:#0ea5e9;
  --sky-600:#0284c7;
  --sky-700:#0369a1;
  --sky-800:#075985;
  --sky-900:#0c4a6e;
  --ink:#1e293b;
  --ink-soft:#475569;
  --line:#e2e8f0;
  --white:#ffffff;
  --amber:#f59e0b;
  --radius:14px;
  --radius-sm:8px;
  --shadow:0 10px 30px -12px rgba(14,165,233,.25);
  --shadow-sm:0 4px 14px -6px rgba(14,165,233,.2);
  --maxw:1240px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

*,*::before,*::after{ box-sizing:border-box; min-width:0; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:var(--font);
  color:var(--ink);
  background:var(--white);
  line-height:1.65;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:var(--sky-600); text-decoration:none; transition:color .2s ease; }
a:hover{ color:var(--sky-800); }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4,h5,h6{ margin:0 0 .5em; line-height:1.25; font-weight:700; color:var(--ink); }
p{ margin:0 0 1em; }
button, input, textarea, select{ font-family:inherit; font-size:inherit; }
.screen-reader-text{ position:absolute!important; clip:rect(1px,1px,1px,1px); width:1px; height:1px; overflow:hidden; }
.container{ max-width:var(--maxw); margin:0 auto; padding:0 24px; }
.section{ padding:72px 0; }
.section--soft{ background:linear-gradient(180deg,var(--sky-50),#fff); }
.section--dark{ background:var(--sky-900); color:#e0f2fe; }
.section--dark h2, .section--dark h3{ color:#fff; }
.eyebrow{
  display:inline-block; font-size:.78rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:var(--sky-600); background:var(--sky-100);
  padding:6px 14px; border-radius:999px; margin-bottom:14px;
}
.section--dark .eyebrow{ background:rgba(255,255,255,.1); color:var(--sky-200); }
.section-head{ max-width:640px; margin:0 auto 48px; text-align:center; }
.section-head h2{ font-size:clamp(1.6rem,3vw,2.3rem); }
.section-head p{ color:var(--ink-soft); margin:0; }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:13px 28px; border-radius:999px; font-weight:600; font-size:.95rem;
  border:2px solid transparent; cursor:pointer; transition:all .2s ease;
}
.btn-primary{ background:var(--sky-500); color:#fff; box-shadow:var(--shadow-sm); }
.btn-primary:hover{ background:var(--sky-600); color:#fff; transform:translateY(-2px); }
.btn-outline{ background:transparent; border-color:rgba(255,255,255,.6); color:inherit; }
.btn-outline:hover{ background:rgba(255,255,255,.12); color:inherit; }
.btn-dark{ background:var(--sky-900); color:#fff; }
.btn-dark:hover{ background:var(--sky-800); color:#fff; }
.btn-block{ width:100%; }

/* =========================================================
   2. Top bar & header
========================================================= */
.topbar{
  background:var(--sky-900); color:#e0f2fe; font-size:.82rem;
}
.topbar .container{ display:flex; align-items:center; justify-content:flex-end; padding-top:8px; padding-bottom:8px; }
.topbar-right{ display:flex; gap:16px; }
.topbar-right a{ color:#e0f2fe; }
.topbar-right a:hover{ color:#fff; }

.site-header{
  position:sticky; top:0; z-index:100; background:rgba(255,255,255,.96);
  backdrop-filter:saturate(180%) blur(8px);
  border-bottom:1px solid var(--line);
}
/* Offset the sticky header below the WP admin toolbar (visible only when logged in). */
.admin-bar .site-header{ top:32px; }
@media screen and (max-width:782px){
  .admin-bar .site-header{ top:46px; }
}
.site-header .container{ display:flex; align-items:center; justify-content:space-between; gap:24px; padding-top:14px; padding-bottom:14px; }
.site-branding{ display:flex; align-items:center; gap:10px; }
.site-branding img{ max-height:44px; width:auto; }
.site-title{ font-size:1.5rem; font-weight:800; color:var(--sky-800); margin:0; letter-spacing:-.02em; }
.site-title a{ color:var(--sky-800); }
.site-title a:hover{ color:var(--sky-600); }
.site-tagline{ font-size:.72rem; color:var(--ink-soft); margin:0; letter-spacing:.05em; text-transform:uppercase; }

.main-navigation{ flex:1; display:flex; justify-content:center; }
.main-navigation ul{ display:flex; gap:6px; align-items:center; }
.main-navigation li{ position:relative; }
.main-navigation a{
  display:block; padding:10px 16px; color:var(--ink); font-weight:600; font-size:.95rem; border-radius:999px;
}
.main-navigation a:hover, .main-navigation .current-menu-item > a{ background:var(--sky-100); color:var(--sky-700); }

.header-actions{ display:flex; align-items:center; gap:8px; }
.header-icon-link{
  position:relative; display:inline-flex; align-items:center; justify-content:center;
  width:42px; height:42px; border-radius:999px; color:var(--sky-800); background:var(--sky-50);
}
.header-icon-link:hover{ background:var(--sky-100); color:var(--sky-800); }
.cart-count{
  position:absolute; top:-4px; right:-4px; background:var(--amber); color:#fff;
  font-size:.65rem; font-weight:700; min-width:18px; height:18px; border-radius:999px;
  display:flex; align-items:center; justify-content:center; padding:0 4px;
}
.menu-toggle{
  display:none; width:42px; height:42px; border-radius:999px; border:1px solid var(--line);
  background:#fff; align-items:center; justify-content:center; cursor:pointer;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after{
  content:""; display:block; width:18px; height:2px; background:var(--ink); position:relative; transition:.2s;
}
.menu-toggle span::before{ position:absolute; top:-6px; }
.menu-toggle span::after{ position:absolute; top:6px; }

/* =========================================================
   3. Hero
========================================================= */
.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(135deg,var(--sky-800) 0%, var(--sky-600) 55%, var(--sky-400) 100%);
  color:#fff;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(600px 300px at 85% 15%, rgba(255,255,255,.18), transparent 60%);
}
.hero .container{
  position:relative; display:grid; grid-template-columns:1.1fr .9fr; gap:48px; align-items:center;
  padding-top:88px; padding-bottom:88px;
}
.hero-eyebrow{
  display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.16);
  padding:7px 16px; border-radius:999px; font-size:.8rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  margin-bottom:20px;
}
.hero h1{ font-size:clamp(2.1rem,4.2vw,3.4rem); color:#fff; margin-bottom:18px; letter-spacing:-.02em; }
.hero p.lead{ font-size:1.1rem; color:#e0f2fe; max-width:480px; margin-bottom:32px; }
.hero-cta{ display:flex; gap:14px; flex-wrap:wrap; }
.hero-visual{ position:relative; }
.hero-visual .card{
  background:#fff; border-radius:var(--radius); padding:20px; box-shadow:0 24px 60px -20px rgba(0,0,0,.35);
  transform:rotate(-2deg);
}
.hero-visual .card img{ border-radius:var(--radius-sm); }
.hero-badge{
  position:absolute; bottom:-18px; left:-18px; background:#fff; color:var(--sky-800);
  padding:14px 18px; border-radius:var(--radius-sm); box-shadow:var(--shadow); font-weight:700; font-size:.85rem;
  display:flex; align-items:center; gap:10px;
}
.hero-badge .dot{ width:10px; height:10px; border-radius:50%; background:#22c55e; }

/* =========================================================
   5. Category & product cards
========================================================= */
.cat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.cat-card{
  position:relative; border-radius:var(--radius); overflow:hidden; aspect-ratio:1/1;
  background:linear-gradient(160deg,var(--sky-600),var(--sky-800)); color:#fff; display:flex; align-items:flex-end;
  box-shadow:var(--shadow-sm);
}
.cat-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; opacity:.55; transition:transform .35s ease; }
.cat-card:hover img{ transform:scale(1.06); }
.cat-card .cat-card-inner{ position:relative; padding:20px; width:100%; }
.cat-card h3{ color:#fff; margin-bottom:4px; font-size:1.05rem; }
.cat-card span{ font-size:.8rem; color:var(--sky-100); }

.product-grid, .woocommerce ul.products{
  display:grid !important; grid-template-columns:repeat(4,1fr); gap:26px; list-style:none !important; margin:0 !important; padding:0 !important;
}
/* Neutralize WooCommerce's legacy float clearfix — in a grid container these
   pseudo-elements otherwise become real (invisible) grid items and knock the
   whole layout out of alignment. */
.woocommerce ul.products::before, .woocommerce ul.products::after{ content:none !important; display:none !important; }
.woocommerce ul.products li.product, .product-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
  transition:box-shadow .2s ease, transform .2s ease; width:auto !important; margin:0 !important;
}
.woocommerce ul.products li.product:hover, .product-card:hover{ box-shadow:var(--shadow); transform:translateY(-4px); }
.woocommerce ul.products li.product a img, .product-card img{ aspect-ratio:1/1; object-fit:cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title, .product-card h3{
  font-size:.98rem; padding:14px 16px 0; color:var(--ink);
}
.woocommerce ul.products li.product .price{ padding:4px 16px 16px; color:var(--sky-700); font-weight:700; }
.woocommerce ul.products li.product .button{
  margin:0 16px 16px; display:inline-flex; background:var(--sky-500); color:#fff; padding:9px 18px;
  border-radius:999px; font-size:.85rem; font-weight:600;
}
.woocommerce ul.products li.product .button:hover{ background:var(--sky-700); color:#fff; }
.woocommerce span.onsale{
  background:var(--amber) !important; border-radius:999px !important; font-weight:700; font-size:.72rem !important;
  min-height:0 !important; min-width:0 !important; width:auto !important; padding:5px 12px !important;
  top:12px !important; left:12px !important; right:auto !important; margin:0 !important;
}

/* =========================================================
   6. About / split sections
========================================================= */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
.split img{ border-radius:var(--radius); box-shadow:var(--shadow); }
.value-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:20px; }
.value-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px 22px; text-align:left; }
.value-card .icon{
  width:48px; height:48px; border-radius:12px; background:var(--sky-100); color:var(--sky-700);
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}
.value-card h3{ font-size:1.02rem; }
.value-card p{ color:var(--ink-soft); font-size:.92rem; margin:0; }

.team-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.team-card{ text-align:center; }
.team-card .avatar{
  width:96px; height:96px; border-radius:50%; margin:0 auto 14px; background:var(--sky-100);
  display:flex; align-items:center; justify-content:center; color:var(--sky-700); font-weight:700; font-size:1.4rem;
  border:3px solid var(--sky-200);
}
.team-card h4{ margin-bottom:2px; font-size:.98rem; }
.team-card span{ font-size:.82rem; color:var(--sky-600); }

/* =========================================================
   7. Testimonials
========================================================= */
.testi-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.testi-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; }
.testi-stars{ color:var(--amber); font-size:.9rem; margin-bottom:12px; letter-spacing:2px; }
.testi-card p{ color:var(--ink-soft); font-size:.95rem; }
.testi-who{ display:flex; align-items:center; gap:12px; margin-top:16px; }
.testi-who .avatar{
  width:40px; height:40px; border-radius:50%; background:var(--sky-100); color:var(--sky-700);
  display:flex; align-items:center; justify-content:center; font-weight:700; font-size:.85rem;
}
.testi-who strong{ display:block; font-size:.88rem; }
.testi-who span{ font-size:.78rem; color:var(--ink-soft); }

/* =========================================================
   8. Newsletter / CTA banner
========================================================= */
.newsletter{
  background:linear-gradient(135deg,var(--sky-500),var(--sky-700)); color:#fff; border-radius:var(--radius);
  padding:48px; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap;
}
.newsletter h3{ color:#fff; margin-bottom:6px; font-size:1.4rem; }
.newsletter p{ color:var(--sky-100); margin:0; }

/* =========================================================
   9. Blog
========================================================= */
.post-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.post-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; transition:box-shadow .2s,transform .2s; }
.post-card:hover{ box-shadow:var(--shadow); transform:translateY(-4px); }
.post-card .thumb{ display:block; aspect-ratio:16/10; background:linear-gradient(160deg,var(--sky-200),var(--sky-400)); overflow:hidden; }
.post-card .thumb img{ width:100%; height:100%; object-fit:cover; }
.post-card-body{ padding:20px; }
.post-meta{ font-size:.76rem; color:var(--sky-600); text-transform:uppercase; letter-spacing:.06em; font-weight:700; margin-bottom:8px; }
.post-card h3{ font-size:1.05rem; margin-bottom:8px; }
.post-card h3 a{ color:var(--ink); }
.post-card h3 a:hover{ color:var(--sky-700); }
.post-card p{ color:var(--ink-soft); font-size:.9rem; margin-bottom:0; }
.post-card .readmore{ display:inline-block; margin-top:12px; font-weight:700; font-size:.85rem; }

.single-post-header{ max-width:760px; margin:0 auto 32px; text-align:center; }
.single-post-header .post-meta{ justify-content:center; display:flex; gap:10px; }
.entry-content{ max-width:760px; margin:0 auto; }
.entry-content img{ border-radius:var(--radius); margin:24px 0; }
.entry-content h2{ margin-top:1.6em; }
.entry-content blockquote{
  border-left:4px solid var(--sky-400); background:var(--sky-50); padding:16px 22px; border-radius:0 8px 8px 0;
  color:var(--sky-800); font-style:italic; margin:24px 0;
}
/* Restore real bullets inside actual written content (blog posts, product
   descriptions, category intros) — the global `ul{list-style:none}` reset
   above is meant for nav/component lists, not prose. */
.entry-content ul, .entry-content ol,
.woocommerce-product-details__short-description ul, .woocommerce-product-details__short-description ol,
.term-description ul, .term-description ol{
  list-style:disc; padding-left:1.4em; margin:0 0 1em;
}
.entry-content ol, .woocommerce-product-details__short-description ol, .term-description ol{ list-style:decimal; }
.entry-content li, .woocommerce-product-details__short-description li, .term-description li{ margin-bottom:6px; }

/* =========================================================
   10. Page banner / breadcrumb
========================================================= */
.page-banner{
  background:linear-gradient(135deg,var(--sky-800),var(--sky-600)); color:#fff; padding:64px 0 56px; text-align:center;
}
.page-banner h1{ color:#fff; font-size:clamp(1.8rem,3.4vw,2.6rem); margin-bottom:10px; }
.page-banner p{ color:var(--sky-100); max-width:560px; margin:0 auto; }
.breadcrumb{ font-size:.82rem; color:var(--sky-100); margin-top:14px; }
.breadcrumb a{ color:#fff; }
.breadcrumb span{ opacity:.7; }

/* =========================================================
   11. Contact page
========================================================= */
.contact-cards-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:24px; max-width:680px; margin:0 auto; }
.contact-info-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; display:flex; gap:16px; }
.contact-info-card--link{ transition:box-shadow .2s ease, transform .2s ease, border-color .2s ease; }
.contact-info-card--link:hover{ box-shadow:var(--shadow); transform:translateY(-3px); border-color:var(--sky-300); }
.contact-info-card .icon{
  flex:none; width:46px; height:46px; border-radius:12px; background:var(--sky-100); color:var(--sky-700);
  display:flex; align-items:center; justify-content:center;
}
.contact-info-card h4{ margin-bottom:4px; font-size:.95rem; color:var(--ink); }
.contact-info-card p{ margin:0; color:var(--ink-soft); font-size:.9rem; }

/* =========================================================
   12. FAQ
========================================================= */
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); margin-bottom:12px; overflow:hidden; }
.faq-item summary{ padding:18px 22px; font-weight:700; cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; font-size:1.3rem; color:var(--sky-500); }
.faq-item[open] summary::after{ content:"\2212"; }
.faq-item p{ padding:0 22px 20px; color:var(--ink-soft); margin:0; }

/* =========================================================
   13. Footer
========================================================= */
.site-footer{ background:var(--sky-900); color:#bae6fd; padding-top:64px; }
.footer-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:40px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.1); }
.footer-logo{ display:inline-flex; background:#fff; padding:10px 16px; border-radius:12px; margin-bottom:16px; }
.footer-logo img{ display:block; height:32px; width:auto; }
.footer-brand .site-title{ color:var(--sky-800); font-weight:800; font-size:1.2rem; }
.footer-brand p{ color:#93c5fd; font-size:.88rem; max-width:280px; }
.footer-col h4{ color:#fff; font-size:.9rem; text-transform:uppercase; letter-spacing:.06em; margin-bottom:18px; }
.footer-col ul li{ margin-bottom:10px; }
.footer-col a{ color:#bae6fd; font-size:.9rem; }
.footer-col a:hover{ color:#fff; }
.footer-bottom{ display:flex; justify-content:center; align-items:center; padding:22px 0; font-size:.82rem; color:#7dd3fc; flex-wrap:wrap; gap:10px; }

/* =========================================================
   14. Misc utility
========================================================= */
.text-center{ text-align:center; }
.mt-0{ margin-top:0; }
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews{
  border-top-color:var(--sky-500) !important; background:var(--sky-50) !important;
}
.woocommerce-message::before{ color:var(--sky-600) !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  background:var(--sky-500) !important; color:#fff !important; border-radius:999px !important; font-weight:600 !important;
  border:none !important; padding:12px 26px !important;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background:var(--sky-700) !important; }
.woocommerce nav.woocommerce-pagination ul{ border:none !important; }
.woocommerce nav.woocommerce-pagination ul li{ border:none !important; margin:0 4px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
  border-radius:8px !important; border:1px solid var(--line) !important;
}
.woocommerce .star-rating span::before, .woocommerce .star-rating::before{ color:var(--amber) !important; }
.woocommerce div.product form.cart .button, .single_add_to_cart_button{
  background:var(--sky-500) !important; border-radius:999px !important; padding:14px 34px !important; font-weight:700 !important;
}
.woocommerce-breadcrumb{ font-size:.85rem; color:var(--ink-soft); margin-bottom:24px; }
.woocommerce-breadcrumb a{ color:var(--sky-600); }

.woocommerce form .form-row label{ font-size:.85rem; font-weight:600; margin-bottom:6px; }
.woocommerce form .input-text, .woocommerce form textarea, .woocommerce form select,
.woocommerce table.shop_table td select, .woocommerce #payment input.input-text,
.woocommerce-page input.input-text{
  padding:12px 14px !important; border:1px solid var(--line) !important; border-radius:var(--radius-sm) !important;
  background:var(--sky-50) !important; width:100%;
}
.woocommerce form .input-text:focus, .woocommerce form textarea:focus, .woocommerce form select:focus{
  outline:2px solid var(--sky-400); background:#fff !important;
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2,
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-cart table.cart, .woocommerce-checkout form.checkout{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:28px;
}
.woocommerce-MyAccount-navigation ul{ border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; }
.woocommerce-MyAccount-navigation li{ border-bottom:1px solid var(--line); }
.woocommerce-MyAccount-navigation li:last-child{ border-bottom:0; }
.woocommerce-MyAccount-navigation li a{ display:block; padding:14px 18px; font-weight:600; font-size:.9rem; }
.woocommerce-MyAccount-navigation li.is-active a{ background:var(--sky-100); color:var(--sky-700); }
.woocommerce table.shop_table{ border:1px solid var(--line); border-radius:var(--radius); border-collapse:separate; overflow:hidden; }
.woocommerce table.shop_table th{ background:var(--sky-50); }

.pagination{ display:flex; justify-content:center; gap:8px; margin-top:40px; }
.pagination a, .pagination span{ padding:10px 16px; border:1px solid var(--line); border-radius:8px; font-size:.85rem; }
.pagination .current{ background:var(--sky-500); color:#fff; border-color:var(--sky-500); }

.error-404{ text-align:center; padding:80px 0; }
.error-404 .code{ font-size:5rem; font-weight:800; color:var(--sky-200); line-height:1; }

/* =========================================================
   15. Responsive
========================================================= */
@media (max-width: 1024px){
  .hero .container{ grid-template-columns:1fr; }
  .hero-visual{ order:-1; }
  .cat-grid, .value-grid, .team-grid{ grid-template-columns:repeat(2,1fr); }
  .product-grid, .woocommerce ul.products{ grid-template-columns:repeat(3,1fr) !important; }
  .post-grid, .testi-grid{ grid-template-columns:repeat(2,1fr); }
  .split{ grid-template-columns:1fr; }
  .contact-cards-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 782px){
  .topbar{ display:none; }
  .main-navigation{
    position:fixed; inset:70px 16px auto 16px; background:#fff; border-radius:var(--radius);
    box-shadow:var(--shadow); padding:10px; display:none; z-index:99;
  }
  .main-navigation.is-open{ display:block; }
  .main-navigation ul{ flex-direction:column; align-items:stretch; }
  .main-navigation a{ padding:12px 16px; }
  .menu-toggle{ display:flex; }
  .site-tagline{ display:none; }
  .product-grid, .woocommerce ul.products{ grid-template-columns:repeat(2,1fr) !important; }
  .cat-grid, .value-grid, .team-grid, .post-grid, .testi-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr; }
  .newsletter{ flex-direction:column; text-align:center; }
}
@media (max-width: 480px){
  .cat-grid, .value-grid, .team-grid, .post-grid, .testi-grid, .product-grid, .woocommerce ul.products, .contact-cards-grid{ grid-template-columns:1fr !important; }
  .hero .container{ padding-top:56px; padding-bottom:56px; }
  .section{ padding:52px 0; }
}

/* =========================================================
   16. Motion
========================================================= */
@keyframes skylookFadeInUp{
  from{ opacity:0; transform:translateY(26px); }
  to{ opacity:1; transform:translateY(0); }
}
@keyframes skylookFadeIn{
  from{ opacity:0; }
  to{ opacity:1; }
}
@keyframes skylookFloat{
  0%, 100%{ transform:translateY(0) rotate(-2deg); }
  50%{ transform:translateY(-10px) rotate(-2deg); }
}

.reveal{ opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1); }
.reveal.is-visible{ opacity:1; transform:translateY(0); }
.reveal-stagger.is-visible > *{ animation:skylookFadeInUp .6s cubic-bezier(.22,.61,.36,1) backwards; }
.reveal-stagger.is-visible > *:nth-child(1){ animation-delay:.03s; }
.reveal-stagger.is-visible > *:nth-child(2){ animation-delay:.10s; }
.reveal-stagger.is-visible > *:nth-child(3){ animation-delay:.17s; }
.reveal-stagger.is-visible > *:nth-child(4){ animation-delay:.24s; }
.reveal-stagger.is-visible > *:nth-child(5){ animation-delay:.31s; }
.reveal-stagger.is-visible > *:nth-child(6){ animation-delay:.38s; }
.reveal-stagger.is-visible > *:nth-child(n+7){ animation-delay:.44s; }

.hero-eyebrow, .hero h1, .hero p.lead, .hero-cta{
  opacity:0; animation:skylookFadeInUp .8s cubic-bezier(.22,.61,.36,1) forwards;
}
.hero h1{ animation-delay:.08s; }
.hero p.lead{ animation-delay:.16s; }
.hero-cta{ animation-delay:.24s; }
.hero-visual{ opacity:0; animation:skylookFadeIn 1s ease .2s forwards; }
.hero-visual .card{ animation:skylookFloat 6s ease-in-out infinite; animation-delay:1.2s; }

.cat-card img{ transition:transform .45s ease; }
.woocommerce ul.products li.product a img, .product-card img{ transition:transform .45s ease; }
.woocommerce ul.products li.product:hover a img, .product-card:hover img{ transform:scale(1.05); }
.post-card .thumb img{ transition:transform .45s ease; }
.post-card:hover .thumb img{ transform:scale(1.06); }
.value-card, .team-card, .testi-card, .contact-info-card{ transition:transform .3s ease, box-shadow .3s ease; }
.value-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.team-card:hover .avatar{ transform:scale(1.08); border-color:var(--sky-400); }
.team-card .avatar{ transition:transform .3s ease, border-color .3s ease; }
.testi-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow-sm); }
.faq-item{ transition:box-shadow .25s ease; }
.faq-item[open]{ box-shadow:var(--shadow-sm); }
.faq-item summary::after{ transition:transform .25s ease; display:inline-block; }
.cart-count{ animation:skylookFadeIn .3s ease; }
.fade-in-page{ animation:skylookFadeInUp .5s cubic-bezier(.22,.61,.36,1) both; }

@media (prefers-reduced-motion: reduce){
  .reveal, .reveal-stagger > *, .hero-eyebrow, .hero h1, .hero p.lead, .hero-cta, .hero-visual, .hero-visual .card{
    animation:none !important; transition:none !important; opacity:1 !important; transform:none !important;
  }
}
