@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap');
@import url('lifestyle-header.css');
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Kanit",sans-serif;color:#171717;background:#fff;line-height:1.65}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid #eee}.nav{min-height:74px;display:flex;align-items:center;gap:28px}.logo{font-weight:800;letter-spacing:.16em;color:#111;text-decoration:none}.nav nav{display:flex;gap:24px;flex:1}.nav nav a,.nav-cta{color:#222;text-decoration:none;font-size:14px}.nav-cta{border:1px solid #111;padding:9px 15px}.hero{min-height:650px;position:relative;display:flex;align-items:end;background:#eee;overflow:hidden}.hero-image{position:absolute;inset:0}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.12) 68%,transparent)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-copy{position:relative;z-index:2;color:#fff;padding:160px 0 82px}.kicker{font-size:12px;letter-spacing:.18em;font-weight:700;margin-bottom:13px}.hero h1{font-size:clamp(40px,6vw,76px);line-height:1.05;letter-spacing:-.045em;margin:0 0 22px;max-width:850px}.hero p{max-width:620px;font-size:18px;margin:0 0 30px}.btn{display:inline-block;text-decoration:none;border:1px solid #111;color:#111;background:#fff;padding:11px 19px;font-size:14px}.btn.dark{background:#111;color:#fff;border-color:#111}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:105px 0}.intro h2,.section-head h2,.content-copy h2{font-size:clamp(34px,4vw,56px);line-height:1.08;letter-spacing:-.04em;margin:0}.intro p{font-size:18px;margin:8px 0}.section{padding:100px 0}.section.alt{background:#f4f3f0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head p{max-width:500px;margin:0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{display:block;color:#111;text-decoration:none}.product-img{aspect-ratio:1;background:#f1f1ef;overflow:hidden}.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.04)}.product-info{padding:12px 2px}.product-name{font-weight:700}.product-meta{font-size:13px;color:#777}.content{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center;padding:100px 0}.content-image{aspect-ratio:4/3;overflow:hidden;background:#eee}.content-image img{width:100%;height:100%;object-fit:cover}.content-copy p{font-size:17px;margin:22px 0 28px}.footer{background:#111;color:#fff;padding:42px 0}.footer .container{display:flex;justify-content:space-between;gap:20px}.footer a{color:#fff}.next{padding:70px 0;border-top:1px solid #eee}.next-grid{display:flex;justify-content:space-between;gap:20px}.next a{color:#111;text-decoration:none;font-weight:700}@media(max-width:800px){.nav nav{display:none}.nav{justify-content:space-between}.hero{min-height:590px}.hero-copy{padding:130px 0 55px}.hero-image:after{background:linear-gradient(0deg,rgba(0,0,0,.65),rgba(0,0,0,.08) 70%)}.intro,.content{grid-template-columns:1fr;gap:35px;padding:75px 0}.section{padding:75px 0}.section-head{align-items:start;flex-direction:column}.product-grid{grid-template-columns:repeat(2,1fr)}.footer .container,.next-grid{flex-direction:column}}

/* =========================================================
   PARADOX — EASY PAGE SETTINGS
   ปรับตัวเลขตรงนี้ได้เลย โดยไม่ต้องไล่หา CSS ด้านล่าง
   ========================================================= */
body.lifestyle-page{
  --page-hero-height:650px;
  --page-hero-top:160px;
  --page-hero-bottom:82px;
  --page-hero-title-weight:300;
  --page-hero-title-size:clamp(40px,6vw,76px);
  --page-section-space:100px;
  --page-intro-space:105px;
  --page-section-title-size:clamp(34px,4vw,56px);
}
body.page-dinner-at-home{--page-hero-height:650px;--page-hero-top:160px;--page-hero-bottom:82px;--page-hero-title-weight:300;--page-hero-title-size:clamp(40px,6vw,76px);--page-section-space:100px;--page-intro-space:105px;--page-section-title-size:clamp(34px,4vw,56px)}
body.page-gift-ideas{--page-hero-height:650px;--page-hero-top:160px;--page-hero-bottom:82px;--page-hero-title-weight:300;--page-hero-title-size:clamp(40px,6vw,76px);--page-section-space:100px;--page-intro-space:105px;--page-section-title-size:clamp(34px,4vw,56px)}

/* =========================================================
   SHARED HEADER ALIGNMENT — LIFESTYLE FAMILY
   Match HOME: 1280px container, 72px header, space-between layout.
   ========================================================= */
.site-header .container.nav{width:min(1280px,calc(100% - 56px));min-height:72px;height:72px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:0}
.site-header .nav nav{display:flex;align-items:center;justify-content:flex-start;flex:0 0 auto;gap:28px}
.site-header .nav nav a{font-size:13px;font-weight:400;letter-spacing:.12em;line-height:1.2}
.site-header .nav .logo{font-size:22px;font-weight:500;letter-spacing:.22em}
.site-header .nav .nav-cta{font-size:9px;font-weight:500;letter-spacing:.12em}
@media(max-width:800px){.site-header .container.nav{width:calc(100% - 40px);height:70px;min-height:70px}.site-header .nav nav{display:none}}
@media(max-width:420px){.site-header .container.nav{width:calc(100% - 32px)}}
