:root {
  --canvas: #f6f8fc;
  --surface: #fff;
  --text: #202124;
  --secondary: #5f6368;
  --line: #e3e6eb;
  --accent: #0b57d0;
  --accent-soft: #d3e3fd;
  --hover: #eaf1fb;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--text); background: var(--canvas); font: 400 16px/1.75 'Noto Sans Thai', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; object-fit: cover; }
a,button { -webkit-tap-highlight-color: transparent; transition: background .15s, box-shadow .15s; }
a:focus-visible,button:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px; background: white; }
.skip-link:focus { top: 10px; }
.header { max-width: 1240px; margin: auto; padding: 18px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 13px; flex-shrink: 0; line-height: 1.3; }
.brand-logo { object-fit: contain; width: 48px; height: 48px; }
.brand > span { font-size: 21px; font-weight: 500; }
.brand small { display: block; font: 400 11px/1.5 Arial,sans-serif; letter-spacing: 1.2px; color: var(--secondary); margin-top: 3px; }
.header nav { display: flex; gap: 6px; align-items: center; font-size: 14px; }
.header nav a { padding: 10px 17px; border-radius: 24px; }
.header nav a:hover { background: #e8edf5; }
.header nav .nav-contact { background: var(--accent-soft); color: #001d35; margin-left: 10px; }
.nav-contact span { margin-left: 15px; }
.menu-toggle { display: none; }
main { max-width: 1184px; margin: 0 auto; background: var(--surface); border-radius: 24px; overflow: clip; }
.hero { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; padding: 44px; }
h1 { font-size: clamp(36px,3.8vw,50px); line-height: 1.5; font-weight: 400; letter-spacing: -.6px; margin: 0; }
.love { color: inherit; }
.hero-description { color: var(--secondary); font-size: 16px; margin: 20px 0 25px; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 13px 22px; border-radius: 16px; background: var(--accent-soft); color: #001d35; font-size: 14px; font-weight: 500; }
.button:hover { background: #c2d7f8; box-shadow: 0 1px 3px #20212425; }
.button span { font-size: 21px; }
.hero-visual { height: 310px; border-radius: 18px; overflow: hidden; background: var(--canvas); }
.hero-image { width: 100%; height: 100%; filter: saturate(.75); }
.section { padding: 36px 44px; border-top: 1px solid var(--line); }
h2 { font-size: 26px; line-height: 1.5; font-weight: 400; margin: 0; }
h3 { font-size: 18px; line-height: 1.6; font-weight: 500; margin: 0; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.section-heading p { color: var(--secondary); font-size: 14px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.product-card { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.product-image { display: block; aspect-ratio: 1.65; overflow: hidden; }
.product-image img { height: 100%; width: 100%; filter: saturate(.7); }
.product-card:hover { background: #f8fafd; }
.product-info { padding: 17px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-info p { color: var(--secondary); font-size: 14px; margin: 5px 0 0; }
.product-info > a { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 21px; color: var(--secondary); flex-shrink: 0; }
.product-info > a:hover { background: var(--accent-soft); color: var(--accent); }
.photo-note { color: var(--secondary); font-size: 12px; margin: 20px 0 0; }
.about { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; }
.about-copy > p { margin: 0; color: var(--secondary); }
.owner { margin-top: 20px; }
.owner strong { font-size: 16px; font-weight: 500; }
.owner span { display: block; font-size: 14px; color: var(--secondary); margin-top: 2px; }
.order-section { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.steps { padding: 0; margin: 22px 0 0; list-style: none; display: grid; gap: 22px; }
.steps li { display: flex; gap: 16px; }
.steps li > span { width: 32px; height: 32px; margin-top: 2px; border-radius: 50%; background: #edf2fa; color: #44546d; font: 400 13px Arial,sans-serif; display: grid; place-items: center; flex-shrink: 0; }
.steps h3 { font-size: 16px; }
.steps p { font-size: 14px; color: var(--secondary); margin: 3px 0 0; }
.bank-card { border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
.bank-heading { display: flex; gap: 12px; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 500; }
.bank-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; background: #f0f4f9; color: var(--secondary); font-size: 22px; }
.bank-detail { padding-top: 18px; }
.bank-detail > p { margin: 0 0 18px; font-weight: 500; }
.field-label { display: block; color: var(--secondary); font-size: 13px; margin-bottom: 5px; }
.account { display: block; font: 400 32px/1.4 Arial,sans-serif; letter-spacing: 1.5px; }
.copy-button { display: flex; gap: 20px; align-items: center; background: white; color: var(--accent); border: 1px solid #dadce0; border-radius: 22px; padding: 8px 16px; margin: 15px 0 20px; font-size: 14px; }
.copy-button:hover { background: var(--hover); }
.bank-detail > strong:not(.account) { font-size: 16px; font-weight: 400; }
.bank-note { color: var(--secondary); font-size: 12px; margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.copy-status { color: var(--accent); font-size: 13px; min-height: 22px; margin: 5px 0 0; }
.contact { display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; background: #f8fafd; }
.contact > div > p { color: var(--secondary); margin: 12px 0 0; }
.contact-panel h3 { font-weight: 500; }
.contact-panel > p { color: var(--secondary); margin: 5px 0 0; font-size: 14px; }
#contact-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
#contact-links a { display: inline-flex; align-items: center; gap: 25px; padding: 11px 20px; border-radius: 24px; color: var(--accent); background: #e8f0fe; font-size: 14px; overflow-wrap: anywhere; }
#contact-links a:hover { background: var(--accent-soft); }
#contact-links small { display: block; font-size: 12px; color: var(--secondary); }
.contact-domain { display: block; color: var(--secondary); margin-top: 17px; font: 400 14px Arial,sans-serif; }
#address { overflow-wrap: anywhere; }
footer { max-width: 1240px; margin: auto; padding: 25px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
footer .brand-logo { width: 36px; height: 36px; }
footer .brand > span { font-size: 16px; }
footer .brand small { font-size: 9px; }
footer p,.back-top { color: var(--secondary); font-size: 12px; }
.back-top { border-radius: 20px; padding: 8px 12px; }
.back-top:hover { background: #e8edf5; }
@media(max-width:1240px) { main { margin: 0 28px; } }
@media(max-width:1000px) {
  .header nav a { padding: 9px 12px; }
  .header nav { gap: 0; }
  .hero { gap: 28px; padding: 32px; }
  .hero-visual { height: 290px; }
  .section { padding: 32px; }
  .product-grid { gap: 14px; }
  .product-info { padding: 14px; }
  .about,.contact,.order-section { gap: 30px; }
  .product-info h3 { font-size: 17px; }
}
@media(max-width:720px) {
  html { scroll-padding-top: 24px; }
  .header { padding: 14px 18px; position: relative; }
  .brand-logo { width: 42px; height: 42px; }
  .brand > span { font-size: 19px; }
  .brand small { font-size: 10px; }
  .menu-toggle { display: flex; flex-direction: column; gap: 5px; border: 0; background: transparent; padding: 14px; border-radius: 50%; }
  .menu-toggle:hover { background: #e8edf5; }
  .menu-toggle span { width: 20px; height: 2px; background: var(--secondary); }
  .header nav { display: none; position: absolute; top: 100%; left: 16px; right: 16px; z-index: 10; padding: 14px; border-radius: 18px; background: white; border: 1px solid var(--line); box-shadow: 0 4px 12px #20212418; }
  .header nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 5px; }
  .header nav a { padding: 11px 16px; }
  .header nav .nav-contact { margin-left: 0; }
  main { margin: 0 12px; border-radius: 20px; }
  .hero { padding: 27px 22px; grid-template-columns: 1fr; gap: 25px; }
  h1 { font-size: clamp(32px,8.5vw,44px); line-height: 1.5; }
  .hero-description { font-size: 15px; margin: 16px 0 22px; }
  .button { padding: 12px 18px; gap: 20px; }
  .hero-visual { height: 220px; border-radius: 14px; }
  .section { padding: 28px 22px; }
  h2 { font-size: 24px; }
  .section-heading { display: block; margin-bottom: 20px; }
  .section-heading p { margin-top: 10px; }
  .product-grid { grid-template-columns: 1fr; gap: 17px; }
  .product-info { padding: 16px; }
  .product-info h3 { font-size: 19px; }
  .about,.contact,.order-section { grid-template-columns: 1fr; gap: 23px; }
  .bank-card { padding: 18px; }
  .account { font-size: clamp(23px,7vw,32px); letter-spacing: 1px; }
  .steps { gap: 20px; }
  footer { padding: 22px 22px; flex-wrap: wrap; gap: 15px; }
  footer p { width: 100%; order: 3; margin: 0; }
  .back-top { margin-left: auto; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *,*:before,*:after { transition: none!important; } }
/* Ordering: a short sequence followed by one compact payment panel. */
.order-section { display: block; }
.order-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.order-heading p { margin: 8px 0 0; color: var(--secondary); font-size: 14px; }
.order-contact { display: inline-flex; align-items: center; gap: 20px; border-radius: 24px; padding: 10px 18px; font-size: 14px; color: var(--accent); background: #e8f0fe; flex-shrink: 0; }
.order-contact:hover { background: var(--accent-soft); }
.steps { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin: 28px 0; }
.steps li { display: block; padding: 0 22px 0 0; border-right: 1px solid var(--line); }
.steps li:last-child { padding-right: 0; border-right: 0; }
.steps li > span { margin: 0 0 12px; background: #e8f0fe; color: var(--accent); width: 30px; height: 30px; }
.steps h3 { margin-bottom: 6px; }
.steps p { line-height: 1.8; }
.bank-card { display: grid; grid-template-columns: 1fr 1.15fr auto; align-items: center; gap: 22px; background: #f8fafd; padding: 23px; }
.bank-heading { padding: 0; border: 0; gap: 12px; }
.bank-heading strong { font-size: 15px; font-weight: 500; }
.bank-heading .field-label { margin: 0 0 3px; font-weight: 400; }
.bank-icon { background: white; border: 1px solid var(--line); flex-shrink: 0; }
.bank-detail { padding: 0; }
.account { font-size: 28px; }
.account-owner { font-size: 12px; color: var(--secondary); margin-top: 6px; }
.account-owner > span { margin-right: 8px; }
.account-owner strong { font-size: 13px; font-weight: 400; color: var(--text); }
.bank-action { position: relative; }
.copy-button { margin: 0; white-space: nowrap; gap: 12px; }
.copy-status { position: absolute; left: 0; top: 100%; font-size: 12px; margin-top: 5px; }
.copy-status:empty { display: none; }
.bank-note { margin: 12px 0 0; padding: 0; border: 0; }
@media(max-width:1000px) {
  .bank-card { grid-template-columns: 1fr 1fr; }
  .bank-action { grid-column: 2; padding-bottom: 12px; }
  .copy-status { position: static; min-height: 0; }
  .steps { gap: 18px; }
  .steps li { padding-right: 16px; }
}
@media(max-width:720px) {
  .order-heading { display: block; }
  .order-contact { margin-top: 16px; }
  .steps { grid-template-columns: 1fr; gap: 20px; margin: 24px 0; }
  .steps li { display: flex; gap: 14px; padding: 0; border: 0; }
  .steps li > span { margin-top: 2px; }
  .steps h3 { margin-bottom: 3px; }
  .bank-card { grid-template-columns: 1fr; gap: 18px; padding: 19px; }
  .bank-heading { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .bank-action { grid-column: auto; padding: 0; }
  .account { font-size: 28px; }
  .account-owner > span { display: block; }
  .bank-note { line-height: 1.8; }
}
.bank-heading { flex-direction: column; align-items: flex-start; gap: 10px; }
.krungsri-logo { width: 112px; height: auto; object-fit: contain; flex-shrink: 0; }
/* Show only the bank emblem from the official logo artwork. */
.bank-heading { flex-direction: row; align-items: center; gap: 12px; }
.krungsri-symbol { display: block; position: relative; width: 48px; height: 48px; overflow: hidden; flex-shrink: 0; border-radius: 10px; }
.krungsri-symbol .krungsri-logo { position: absolute; width: 144px; max-width: none; height: auto; left: -4px; top: -4px; }
/* Contact and brand information share one footer. */
.site-footer { display: block; max-width: 1184px; padding: 34px 44px 18px; margin: 16px auto 0; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; padding-bottom: 28px; }
.site-footer .brand-logo { width: 48px; height: 48px; }
.site-footer .brand > span { font-size: 20px; }
.site-footer .brand small { font-size: 10px; }
.footer-brand > p { margin: 16px 0 0; color: var(--secondary); font-size: 14px; }
.footer-brand .contact-domain { margin-top: 10px; }
.footer-contact h2 { font-size: 20px; font-weight: 500; }
.footer-contact > p { font-size: 14px; margin: 8px 0 0; color: var(--secondary); }
.footer-contact #contact-links { margin-top: 15px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #dde3ed; padding-top: 16px; }
.footer-bottom p { margin: 0; }
@media(max-width:1240px) { .site-footer { margin-left: 28px; margin-right: 28px; } }
@media(max-width:1000px) { .site-footer { padding-left: 32px; padding-right: 32px; } }
@media(max-width:720px) {
  .site-footer { margin: 10px 12px 0; padding: 25px 22px 18px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding-bottom: 24px; }
  .footer-bottom { flex-wrap: wrap; gap: 10px; }
  .footer-bottom p { order: 0; width: auto; }
  .footer-bottom .back-top { margin-left: 0; padding-left: 0; }
}
.story-section { grid-template-columns: 1.2fr .8fr; align-items: start; gap: 36px; }
.story-copy > p { margin: 16px 0 0; color: var(--secondary); font-size: 16px; line-height: 1.9; }
.story-copy > .story-lead { color: var(--text); font-size: 18px; margin-top: 18px; }
.story-copy > h3 { margin-top: 24px; }
.story-copy .owner { border-top: 1px solid var(--line); padding-top: 18px; }
.story-photo { margin: 0; }
.story-photo img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 16px; }
.story-photo figcaption { font-size: 12px; color: var(--secondary); margin-top: 10px; line-height: 1.8; }
.story-photo figcaption a { display: block; color: var(--accent); }
.delivery-section .section-heading p { margin-top: 10px; }
.delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; }
.delivery-grid article { padding: 20px 0; border-bottom: 1px solid var(--line); }
.delivery-grid h3 { font-size: 17px; }
.delivery-grid p { font-size: 15px; color: var(--secondary); line-height: 1.85; margin: 8px 0 0; }
.delivery-help { display: flex; align-items: center; justify-content: space-between; gap: 22px; background: #f6f8fc; border-radius: 14px; padding: 20px; margin-top: 24px; }
.delivery-help h3 { font-size: 16px; }
.delivery-help p { font-size: 14px; color: var(--secondary); margin: 5px 0 0; }
@media(min-width:721px) and (max-width:1000px) {
  .header { gap: 12px; padding-left: 20px; padding-right: 20px; }
  .header nav a { padding: 9px 8px; font-size: 13px; }
  .header .brand > span { font-size: 18px; }
  .header .brand { gap: 8px; }
  .header nav .nav-contact { margin-left: 3px; }
}
@media(max-width:720px) {
  .story-section { grid-template-columns: 1fr; gap: 24px; }
  .story-copy > p { font-size: 15px; }
  .story-photo img { max-height: 320px; }
  .delivery-grid { grid-template-columns: 1fr; }
  .delivery-grid article:first-child { padding-top: 0; }
  .delivery-help { flex-direction: column; align-items: flex-start; padding: 18px; }
  .delivery-help .order-contact { margin: 0; }
}
/* Subtle interaction only; retain the approved page layout. */
.hero-visual { position: relative; }
.hero-image { filter: none; object-position: center; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.hero-image-note { position: absolute; bottom: 10px; right: 10px; font-size: 12px; color: #535b56; background: #fffffff0; border-radius: 12px; padding: 3px 9px; pointer-events: none; }
.product-image img { transition: transform .55s cubic-bezier(.2,.7,.2,1),filter .3s; }
.product-card { transition: border-color .2s,box-shadow .2s; }
.button,.copy-button,.order-contact,#contact-links a { transition: background .2s,transform .2s,box-shadow .2s; }
.button:active,.copy-button:active,.order-contact:active,#contact-links a:active { transform: scale(.98); }
@media(hover:hover) and (pointer:fine) {
  .hero-visual:hover .hero-image { transform: scale(1.025); }
  .product-card:hover .product-image img { transform: scale(1.035); }
  .product-card:hover { border-color: #c5d4e8; box-shadow: 0 3px 12px #344a6710; }
  .button:hover,.order-contact:hover,#contact-links a:hover { transform: translateY(-2px); box-shadow: 0 3px 8px #344a6718; }
}
@media(prefers-reduced-motion:reduce) {
  .hero-image,.product-image img,.product-card,.button,.copy-button,.order-contact,#contact-links a { transition: none!important; transform: none!important; }
}
.equipment-section .section-heading p { margin-top: 9px; }
.equipment-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.equipment-item { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: white; transition: border-color .2s,box-shadow .2s; }
.equipment-item > a { display: block; height: 100%; }
.equipment-photo { position: relative; aspect-ratio: 1; background-image: url('equipment-catalog.png'); background-size: 500% 200%; background-repeat: no-repeat; background-color: #f1f2f3; }
.equipment-photo img { position: absolute; right: 9px; bottom: 9px; object-fit: contain; width: 32px; height: 32px; }
.equipment-text { padding: 14px 12px; }
.equipment-text h3 { font-size: 16px; font-weight: 500; }
.equipment-text p { font-size: 13px; color: var(--secondary); margin: 6px 0 12px; line-height: 1.7; }
.equipment-text > span { color: var(--accent); font-size: 13px; }
@media(hover:hover) { .equipment-item:hover { border-color: #b9cdea; box-shadow: 0 3px 12px #344a6710; } }
@media(max-width:1000px) { .equipment-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media(max-width:720px) { .equipment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; } .equipment-text { padding: 12px 10px; } .equipment-text h3 { font-size: 14px; } .equipment-text p { font-size: 13px; } }

/* One catalog, grouped by product category. */
.products .section-heading p { margin-top: 10px; }
.category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 28px; }
.category-nav a { padding: 9px 17px; border: 1px solid var(--line); border-radius: 24px; color: var(--text); font-size: 14px; background: #f8fafd; }
.category-nav a:hover { background: #e8f0fe; border-color: #c5d4e8; }
.fresh-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fresh-category { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; scroll-margin-top: 24px; }
.fresh-category > img { width: 100%; height: 210px; object-fit: cover; display: block; }
.fresh-copy { padding: 22px; }
.category-label { display: block; font-size: 12px; color: var(--secondary); margin-bottom: 6px; }
.fresh-copy h3,.category-heading h3 { font-size: 22px; font-weight: 500; margin: 0; }
.fresh-copy p { font-size: 14px; line-height: 1.85; color: var(--secondary); margin: 10px 0 16px; }
.catalog-contact { font-size: 14px; color: var(--accent); }
.fruit-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 12px 0; }
.fruit-list li { background: #f1f4f8; border-radius: 8px; padding: 4px 12px; font-size: 14px; }
.catalog-equipment { margin-top: 32px; border-top: 1px solid var(--line); padding-top: 28px; scroll-margin-top: 24px; }
.category-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 22px; }
.category-heading p { font-size: 13px; line-height: 1.8; color: var(--secondary); margin: 0; flex-shrink: 0; }
@media(max-width:720px) {
  .fresh-categories { grid-template-columns: 1fr; gap: 18px; }
  .fresh-category > img { height: 180px; }
  .fresh-copy { padding: 18px; }
  .category-nav { gap: 8px; margin-bottom: 22px; }
  .category-nav a { padding: 8px 12px; font-size: 13px; }
  .category-heading { display: block; }
  .category-heading h3 { font-size: 20px; }
  .category-heading p { margin-top: 10px; }
}

/* Individual produce cards match the equipment catalog. */
.catalog-produce { scroll-margin-top: 24px; margin-bottom: 30px; }
.catalog-produce + .catalog-produce { border-top: 1px solid var(--line); padding-top: 28px; }
.fresh-product-photo { position: relative; aspect-ratio: 1; background: #f4f5f6; }
.fresh-product-image { display: block; width: 100%; height: 100%; object-fit: cover; }
.fresh-product-photo .product-logo { position: absolute; width: 32px; height: 32px; right: 9px; bottom: 9px; object-fit: contain; }
.catalog-produce .equipment-text > span { display: block; margin-top: 10px; }
