/*
Theme Name: Tahiya's Kitchen Accessories
Theme URI: https://www.facebook.com/profile.php?id=61589762807825
Author: Tahiya's Kitchen Accessories
Author URI: https://www.facebook.com/profile.php?id=61589762807825
Description: A warm, modern storefront theme for Tahiya's Kitchen Accessories, featuring the brand's plum, peach, cream, and olive palette.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: tahiyas-kitchen
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --plum: #7d0754;
  --plum-dark: #4e123e;
  --peach: #f7b49b;
  --cream: #fff8ed;
  --paper: #fffdf9;
  --olive: #718a2d;
  --ink: #24252b;
  --muted: #6f6870;
  --line: #f0dcd0;
  --shadow: 0 18px 50px rgba(91, 31, 69, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: "Trebuchet MS", Arial, sans-serif; line-height: 1.7; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.site-shell { overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,248,237,.93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-lockup { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 700; color: var(--plum); }
.brand-lockup img { width: 48px; height: 48px; object-fit: cover; border-radius: 50%; border: 2px solid var(--peach); }
.main-nav ul { display: flex; gap: 26px; align-items: center; list-style: none; padding: 0; margin: 0; }
.main-nav a { color: var(--plum-dark); text-decoration: none; font-weight: 700; font-size: .95rem; }
.main-nav a:hover, .main-nav a:focus { color: var(--plum); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--plum); font-size: 1.4rem; }

.hero { position: relative; padding: 78px 0 68px; background: radial-gradient(circle at 82% 24%, rgba(247,180,155,.35), transparent 22%), linear-gradient(135deg, #fffaf1 0%, #fff2e8 100%); }
.hero:before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -170px; top: -180px; border: 32px solid rgba(125,7,84,.08); }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.eyebrow { color: var(--olive); text-transform: uppercase; letter-spacing: .16em; font-size: .76rem; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.2; color: var(--plum-dark); }
h1 { font-size: clamp(2.9rem, 6vw, 5.6rem); margin: 0 0 20px; letter-spacing: -.045em; }
h1 em { color: var(--plum); font-style: normal; }
.hero-copy { max-width: 650px; font-size: 1.15rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(125,7,84,.18); }
.button-primary { background: var(--plum); color: #fff; }
.button-secondary { background: #fff; color: var(--plum); border: 1px solid var(--peach); }
.hero-card { position: relative; background: var(--paper); border: 12px solid #fff; border-radius: 34px; box-shadow: var(--shadow); transform: rotate(2deg); overflow: hidden; }
.hero-card img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.hero-badge { position: absolute; bottom: 18px; left: 18px; background: var(--peach); color: var(--plum-dark); padding: 10px 16px; border-radius: 12px; font-weight: 800; box-shadow: 0 8px 22px rgba(0,0,0,.12); }

.section { padding: 82px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.2rem); margin: 0; }
.section-heading p { max-width: 460px; margin: 0; color: var(--muted); }
.products-section { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 18px; min-height: 206px; display: flex; flex-direction: column; justify-content: space-between; box-shadow: 0 8px 24px rgba(91,31,69,.05); transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-icon { width: 58px; height: 58px; border-radius: 18px; background: linear-gradient(145deg, var(--peach), #ffe4d7); display: grid; place-items: center; font-size: 2rem; }
.product-card h3 { font-size: 1.15rem; margin: 14px 0 4px; }
.product-card p { color: var(--muted); font-size: .88rem; margin: 0; }
.product-number { color: var(--olive); font-weight: 900; font-size: .78rem; letter-spacing: .1em; }

.story { background: #f7eadf; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.story-art { position: relative; }
.story-art img { display: block; border-radius: 28px; box-shadow: var(--shadow); }
.story-copy h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); margin: 0 0 18px; }
.story-copy p { color: var(--muted); font-size: 1.06rem; }
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; font-weight: 700; }
.check-list li:before { content: "✓"; color: var(--plum); font-weight: 900; background: var(--peach); border-radius: 50%; width: 23px; height: 23px; display: inline-grid; place-items: center; flex: 0 0 23px; }

.cta { padding: 66px 0; background: var(--plum); color: #fff; position: relative; }
.cta:after { content: ""; position: absolute; width: 340px; height: 340px; border: 26px solid rgba(247,180,155,.18); border-radius: 50%; right: -110px; top: -130px; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; position: relative; z-index: 1; }
.cta h2 { color: #fff; margin: 0 0 8px; font-size: clamp(2rem, 4vw, 3.1rem); }
.cta p { margin: 0; color: #fbece7; max-width: 620px; }
.cta .button-primary { background: var(--peach); color: var(--plum-dark); }

.site-footer { background: var(--plum-dark); color: #f7e9e4; padding: 28px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer-inner p { margin: 0; font-size: .9rem; }
.footer-inner a { color: var(--peach); text-decoration: none; font-weight: 700; }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .hero-grid, .story-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-card { max-width: 560px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 68px; }
  .brand-lockup { font-size: 1.05rem; }
  .brand-lockup img { width: 40px; height: 40px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 14px; right: 14px; top: 66px; background: var(--paper); padding: 16px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 13px; }
  .hero { padding: 56px 0 50px; }
  h1 { font-size: 3.25rem; }
  .section { padding: 60px 0; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 12px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-card { padding: 14px; min-height: 190px; }
  .product-icon { width: 50px; height: 50px; font-size: 1.7rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 390px) { .product-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
