/*
Theme Name: Siam Essence
Theme URI: https://example.com/siam-essence
Author: Pawaris SEO
Description: Premium Thai botanical export WordPress theme converted from the supplied Siam Essence HTML design. Includes About, Blog and Contact layouts with shared navigation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: siam-essence
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
img { max-width: 100%; height: auto; }
.admin-bar .site-sticky-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-sticky-header { top: 46px; } }

/* WordPress content helpers */
.wp-content-area > * { max-width: 820px; margin-left: auto; margin-right: auto; }
.wp-content-area > .alignwide { max-width: 1100px; }
.wp-content-area > .alignfull { max-width: none; }
.wp-content-area p { margin: 0 0 1.25rem; }
.wp-content-area h2, .wp-content-area h3 { font-family: "Libre Caslon Text", serif; color:#061b0e; margin:2rem 0 1rem; }
.wp-content-area h2 { font-size: 2rem; line-height:1.25; }
.wp-content-area h3 { font-size: 1.5rem; line-height:1.3; }
.wp-content-area a { color:#1b3022; text-decoration:underline; text-underline-offset:3px; }
.wp-content-area ul, .wp-content-area ol { margin: 0 0 1.25rem 1.4rem; }

/* Mobile nav */
.mobile-nav-panel { display:none; }
.mobile-nav-panel.is-open { display:block; }
@media (min-width: 768px) { .mobile-nav-panel { display:none !important; } }

/* Blog */
.blog-card img { transition: transform .5s ease; }
.blog-card:hover img { transform: scale(1.035); }

/* Form */
.se-form input, .se-form textarea { width:100%; box-sizing:border-box; }
.se-notice { border:1px solid #b4cdb8; background:#f4f4f0; padding:14px 18px; margin-bottom:28px; }
.se-notice.error { border-color:#ba1a1a; }
