:root{
      --bg:#ead6c5;
      --paper:#f8f1ea;
      --ink:#1c1a18;
      --muted:#6c625a;
      --line:rgba(28,26,24,.16);
      --dark:#23201e;
      --white:#fffaf5;
      --shadow:0 18px 45px rgba(44,30,22,.12);
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:Tahoma,"Noto Sans Thai",Arial,sans-serif;
      color:var(--ink);
      background:var(--bg);
      line-height:1.65;
    }
    .page{
      width:min(980px, calc(100% - 28px));
      margin:0 auto;
      padding:28px 0 54px;
    }
    .demo-note{
      display:flex;align-items:center;justify-content:space-between;gap:14px;
      border:1px solid var(--line);
      padding:12px 16px;
      margin-bottom:18px;
      font-size:13px;
      background:rgba(255,250,245,.45);
      border-radius:999px;
    }
    .demo-note strong{font-weight:700}
    .demo-note a{color:inherit;text-decoration:none;border-bottom:1px solid var(--ink)}
    .hero-card{
      background:var(--paper);
      border-radius:34px;
      box-shadow:var(--shadow);
      overflow:hidden;
      padding:34px 38px 38px;
    }
    .mini-brand{
      display:flex;align-items:center;justify-content:space-between;gap:16px;
      padding-bottom:24px;
      border-bottom:1px solid var(--line);
      margin-bottom:34px;
    }
    .brand-name{
      font-family:Georgia,"Times New Roman",serif;
      font-weight:700;font-size:24px;letter-spacing:-.3px;
    }
    .brand-sub{font-size:12px;color:var(--muted);margin-top:2px}
    .pill{
      background:var(--dark);color:var(--white);
      padding:8px 13px;border-radius:999px;
      font-size:11px;font-weight:700;letter-spacing:.4px;
      white-space:nowrap;
    }
    .hero-grid{
      display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:38px;
    }
    .eyebrow{
      font-size:12px;letter-spacing:1.5px;text-transform:uppercase;
      color:var(--muted);margin-bottom:14px;font-weight:700;
    }
    h1{
      font-family:Georgia,"Times New Roman",serif;
      font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-2.5px;
      margin:0 0 20px;font-weight:500;
    }
    h1 em{font-style:italic;font-weight:400}
    .hero-copy{font-size:16px;max-width:470px;color:#423b36;margin:0 0 24px}
    .hero-actions{display:flex;gap:10px;flex-wrap:wrap}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;
      min-height:46px;padding:0 18px;border-radius:999px;
      text-decoration:none;font-weight:700;font-size:14px;
      border:1px solid var(--ink);transition:.2s ease;
    }
    .btn.primary{background:var(--ink);color:var(--white)}
    .btn.secondary{color:var(--ink);background:transparent}
    .btn:hover{transform:translateY(-1px)}
    .hero-photo{
      position:relative;min-height:410px;border-radius:28px;overflow:hidden;background:#c9b6a6;
    }
    .hero-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover}
    .hero-photo:after{
      content:"";position:absolute;inset:0;
      background:linear-gradient(to top,rgba(24,17,13,.34),transparent 45%);
    }
    .photo-caption{
      position:absolute;left:18px;bottom:16px;z-index:2;color:#fff;
      font-size:12px;background:rgba(20,16,13,.58);backdrop-filter:blur(5px);
      padding:8px 11px;border-radius:999px;
    }

    .section{padding:64px 10px 0}
    .section-head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:24px}
    .section h2{
      font-family:Georgia,"Times New Roman",serif;
      font-size:clamp(34px,4.2vw,54px);line-height:1.04;letter-spacing:-1.3px;
      margin:0;font-weight:500;
    }
    .section h2 em{font-style:italic;font-weight:400}
    .section-lead{max-width:420px;color:#534a43;margin:0;font-size:14px}
    .food-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:14px}
    .food-card{min-height:260px;border-radius:24px;overflow:hidden;position:relative;background:#c9b6a6}
    .food-card img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
    .food-card:after{
      content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.54),rgba(0,0,0,0) 58%);
    }
    .food-label{
      position:absolute;left:16px;bottom:14px;z-index:2;color:white;
      font-weight:700;font-size:14px;text-shadow:0 1px 6px rgba(0,0,0,.4);
    }

    .story-card{
      background:var(--dark);color:var(--white);
      border-radius:34px;display:grid;grid-template-columns:.9fr 1.1fr;
      overflow:hidden;min-height:420px;
    }
    .story-card img{width:100%;height:100%;object-fit:cover;min-height:420px}
    .story-copy{padding:44px 44px 40px}
    .story-copy .eyebrow{color:#ccb8a8}
    .story-copy h3{
      font-family:Georgia,"Times New Roman",serif;
      font-weight:500;font-size:42px;line-height:1.08;margin:0 0 18px;letter-spacing:-1px;
    }
    .story-copy p{color:#e2d8d0;margin:0 0 18px}
    .facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
    .fact{border-top:1px solid rgba(255,255,255,.22);padding-top:12px}
    .fact strong{display:block;font-size:18px}
    .fact span{font-size:12px;color:#bfb2a8}

    .info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
    .info-card{
      background:rgba(255,250,245,.55);border:1px solid var(--line);
      border-radius:22px;padding:22px;
    }
    .info-card b{display:block;margin-bottom:5px}
    .info-card p{margin:0;color:#574e47;font-size:14px}
    .info-card a{color:inherit}

    .cta{
      margin-top:64px;background:var(--paper);border-radius:34px;padding:42px 38px;
      box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:30px;
    }
    .cta h2{
      font-family:Georgia,"Times New Roman",serif;font-size:40px;line-height:1.05;margin:0 0 8px;font-weight:500;
    }
    .cta p{margin:0;color:var(--muted)}
    .cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
    footer{
      padding:28px 8px 0;font-size:11px;color:#70665e;
      display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap;
    }
    .source-note{max-width:680px}

    @media(max-width:760px){
      .page{width:min(100% - 18px,980px);padding-top:10px}
      .demo-note{border-radius:18px;align-items:flex-start}
      .hero-card{padding:22px 20px 24px;border-radius:26px}
      .mini-brand{margin-bottom:24px}
      .hero-grid{grid-template-columns:1fr;gap:22px}
      h1{font-size:54px}
      .hero-photo{min-height:330px}
      .section{padding-top:48px}
      .section-head{display:block}
      .section-lead{margin-top:14px}
      .food-grid{grid-template-columns:1fr 1fr}
      .food-card:first-child{grid-column:1 / -1}
      .food-card{min-height:220px}
      .story-card{grid-template-columns:1fr;border-radius:26px}
      .story-card img{min-height:300px}
      .story-copy{padding:28px 24px 30px}
      .story-copy h3{font-size:36px}
      .info-grid{grid-template-columns:1fr}
      .cta{display:block;padding:30px 24px;border-radius:26px}
      .cta-actions{justify-content:flex-start;margin-top:20px}
    }
    .editorial-feed{padding-top:54px}
    .brand-lockup{display:flex;align-items:center;gap:14px;min-width:0}
    .site-logo{width:84px;height:64px;object-fit:cover;object-position:center;border-radius:14px;border:1px solid var(--line);box-shadow:0 8px 18px rgba(44,30,22,.14);flex:0 0 auto}
    .editorial-chapter{padding:58px 0}
    .mag-cta{background:var(--paper);border-radius:28px;padding:28px 30px;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:var(--shadow)}
    .mag-cta.dark{background:var(--dark);color:var(--white);box-shadow:none}
    .mag-cta h3{font-family:Georgia,"Times New Roman",serif;font-size:30px;line-height:1.1;font-weight:500;margin:0 0 5px}
    .mag-cta p{margin:0;color:var(--muted);font-size:13px}.mag-cta.dark p{color:#cbbfb5}
    .mag-quote{text-align:center;padding:80px 8%;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
    .mag-quote .eyebrow{margin-bottom:18px}
    .mag-quote h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5.2vw,66px);line-height:1.12;letter-spacing:-1.5px;font-weight:500;margin:0}
    .mag-quote p{max-width:690px;margin:24px auto 0;color:#574e47}
    .photo-row{display:grid;gap:14px}.photo-row.three{grid-template-columns:1.15fr .85fr .85fr}.photo-row.two{grid-template-columns:1fr 1fr}
    .mag-photo{position:relative;margin:0;overflow:hidden;border-radius:24px;background:#c9b6a6}
    .mag-photo img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.mag-photo:hover img{transform:scale(1.025)}
    .mag-photo.tall{min-height:530px}.mag-photo.medium{min-height:360px}.mag-photo.wide{min-height:470px}
    .mag-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(16,10,7,.58),transparent 48%)}
    .mag-photo figcaption{position:absolute;z-index:2;left:18px;right:16px;bottom:16px;color:#fff;font-size:13px;font-weight:700;text-shadow:0 1px 7px rgba(0,0,0,.5)}
    .chapter-copy{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px;align-items:start;padding:64px 7%}
    .chapter-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,4.8vw,60px);line-height:1.08;letter-spacing:-1.3px;font-weight:500;margin:0}
    .chapter-copy p{font-size:16px;color:#554c45;margin:0 0 16px}
    .text-image{display:grid;grid-template-columns:.78fr 1.22fr;gap:16px;align-items:stretch}
    .text-panel{background:var(--dark);color:var(--white);border-radius:28px;padding:42px;display:flex;flex-direction:column;justify-content:center}
    .text-panel h3{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1.08;font-weight:500;margin:0 0 18px}.text-panel p{color:#d9cec5;margin:0}
    .image-pair{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .image-pair .mag-photo{min-height:460px}
    .full-frame{position:relative;min-height:590px;border-radius:30px;overflow:hidden;background:#c9b6a6}
    .full-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
    .full-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,14,10,.78),rgba(20,14,10,.08) 70%)}
    .frame-copy{position:absolute;z-index:2;left:44px;bottom:42px;max-width:460px;color:#fff}
    .frame-copy h3{font-family:Georgia,"Times New Roman",serif;font-size:44px;line-height:1.08;font-weight:500;margin:0 0 12px}.frame-copy p{margin:0;color:#eee4db}
    .caption-band{text-align:center;padding:72px 12%;background:rgba(255,250,245,.5);border-radius:30px}
    .caption-band h3{font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,4.5vw,54px);line-height:1.12;font-weight:500;margin:0 0 18px}.caption-band p{max-width:680px;margin:auto;color:#584f48}
    .single-river{position:relative;min-height:520px;border-radius:30px;overflow:hidden}.single-river img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.single-river:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(18,14,10,.66),transparent 58%)}
    .single-river .frame-copy{left:36px;bottom:32px}

    @media(max-width:760px){
      .editorial-chapter{padding:40px 0}.mag-cta{display:block;padding:25px 22px}.mag-cta .btn{margin-top:17px}
      .mag-quote{padding:58px 5%}.photo-row.three{grid-template-columns:1fr 1fr}.photo-row.three .mag-photo:first-child{grid-column:1/-1}
      .photo-row.two,.chapter-copy,.text-image{grid-template-columns:1fr}.chapter-copy{gap:22px;padding:48px 2%}
      .mag-photo.tall{min-height:390px}.mag-photo.medium{min-height:300px}.mag-photo.wide{min-height:360px}
      .text-panel{padding:32px 25px}.text-panel h3{font-size:36px}.image-pair .mag-photo{min-height:330px}
      .full-frame{min-height:500px}.frame-copy{left:24px;right:22px;bottom:26px}.frame-copy h3{font-size:36px}
      .caption-band{padding:54px 7%}.single-river{min-height:430px}
    }
    @media(max-width:520px){
      .mini-brand .pill{display:none}.site-logo{width:76px;height:58px}.brand-name{font-size:21px}
      .photo-row.three,.image-pair{grid-template-columns:1fr}.photo-row.three .mag-photo:first-child{grid-column:auto}
      .mag-photo.tall,.mag-photo.medium,.image-pair .mag-photo{min-height:360px}.full-frame{min-height:520px}
    }
