@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.6}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid #eee}.nav{height:76px;display:flex;align-items:center;gap:30px}.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:10px 16px}.hero{min-height:680px;position:relative;background:#f2f0eb;display:flex;align-items:end;overflow:hidden}.hero-image{position:absolute;inset:0}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.08) 65%,transparent)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-copy{position:relative;z-index:2;color:#fff;padding-top:180px;padding-bottom:90px}.kicker{font-size:12px;letter-spacing:.18em;font-weight:700;margin-bottom:14px}.hero h1{font-size:clamp(38px,6vw,76px);font-weight:300;line-height:1.05;margin:0 0 24px;letter-spacing:-.04em}.hero p{max-width:560px;font-size:18px;margin:0 0 30px}.btn{display:inline-block;text-decoration:none;border:1px solid #111;color:#111;padding:12px 20px;font-size:14px;background:#fff}.btn.dark{background:#111;color:#fff;border-color:#111}.intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:110px 0}.intro h2,.section-head h2,.content-copy h2{font-size:clamp(30px,3.5vw,52px);font-weight:300;line-height:1.1;letter-spacing:-.03em;margin:0}.intro p{font-size:18px;max-width:600px;margin:10px 0}.products-section{padding-bottom:110px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}.section-head p{max-width:430px;margin:0}.text-link{color:#111;text-decoration:none;font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{color:#111;text-decoration:none}.product-image{aspect-ratio:1/1;background:#f1f1ef;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover img{transform:scale(1.04)}.product-info{padding:13px 2px}.product-name{font-weight:700}.product-meta{font-size:13px;color:#777;margin-top:3px}.category-section{padding:100px 0;background:#f4f3f0}.category-section.alt{background:#fff}.content-section{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center;padding:110px 0}.content-image{aspect-ratio:4/3;background:#f1f1ef;overflow:hidden}.content-image img{width:100%;height:100%;object-fit:cover}.content-copy p{font-size:17px;margin:24px 0 30px}.footer{background:#111;color:#fff;padding:45px 0}.footer .container{display:flex;justify-content:space-between;gap:20px}.footer span{opacity:.7;font-size:13px}@media(max-width:800px){.nav nav{display:none}.nav{justify-content:space-between}.hero{min-height:600px}.hero-copy{padding-bottom:55px}.intro,.content-section{grid-template-columns:1fr;gap:35px;padding:75px 0}.product-grid{grid-template-columns:repeat(2,1fr)}.category-section{padding:75px 0}.section-head{align-items:start;flex-direction:column}.footer .container{flex-direction:column}.hero-image:after{background:linear-gradient(0deg,rgba(0,0,0,.65),rgba(0,0,0,.08) 70%)}}

/* =========================================================
   HOME CAFÉ — EASY PAGE SETTINGS
   ปรับตัวเลขตรงนี้ได้เลย
   ========================================================= */
:root{
  --hc-hero-height:680px;
  --hc-hero-top:180px;
  --hc-hero-bottom:90px;
  --hc-hero-title-size:clamp(38px,6vw,76px);
  --hc-hero-title-weight:400;
  --hc-section-space:100px;
  --hc-intro-space:110px;
  --hc-title-size:clamp(30px,3.5vw,52px);
  --hc-title-weight:400;
}
.hero{min-height:var(--hc-hero-height)}
.hero-copy{padding-top:var(--hc-hero-top);padding-bottom:var(--hc-hero-bottom)}
.hero h1{font-size:var(--hc-hero-title-size);font-weight:var(--hc-hero-title-weight)}
.intro{padding-top:var(--hc-intro-space);padding-bottom:var(--hc-intro-space)}
.intro h2,.section-head h2,.content-copy h2{font-size:var(--hc-title-size);font-weight:var(--hc-title-weight)}
.category-section{padding-top:var(--hc-section-space);padding-bottom:var(--hc-section-space)}
@media(max-width:800px){
  :root{--hc-hero-height:600px;--hc-hero-top:130px;--hc-hero-bottom:55px;--hc-section-space:75px;--hc-intro-space:75px;--hc-title-size:34px}
}

/* =========================================================
   SHARED HEADER ALIGNMENT — HOME CAFÉ
   Match HOME: 1280px container, 72px header, space-between layout.
   ========================================================= */
.site-header .container.nav{width:min(1280px,calc(100% - 56px));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}.site-header .nav nav{display:none}}
@media(max-width:420px){.site-header .container.nav{width:calc(100% - 32px)}}
