[hidden] { display: none !important; }
body {
  background:
    radial-gradient(circle at 6% 4%, rgba(237, 200, 91, .11), transparent 24rem),
    radial-gradient(circle at 94% 34%, rgba(33, 78, 59, .08), transparent 30rem),
    var(--paper);
}
.site-header {
  position: sticky; top: 0; z-index: 10;
  width: min(1240px, calc(100% - 40px)); height: 78px;
  background: rgba(244, 240, 232, .88); backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 35, 29, .1);
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy b { font-size: 15px; letter-spacing: .06em; }
.brand-copy small { color: var(--muted); font-size: 10px; font-weight: 500; letter-spacing: .08em; }
.header-nav { gap: 28px; }
.header-nav > a { border: 0; color: var(--muted); font-size: 13px; transition: color .2s; }
.header-nav > a:hover { color: var(--ink); }
.cart-trigger { min-height: 44px; padding: 0 9px 0 15px; display: inline-flex; align-items: center; gap: 8px; border-color: rgba(33,78,59,.2); background: rgba(255,253,248,.72); font-weight: 700; }
.cart-trigger span.cart-icon { min-width: auto; width: 26px; height: 26px; margin: 0; padding: 0; color: var(--green); background: rgba(33,78,59,.09); font-size: 10px; }
.cart-trigger b { display: inline-grid; place-items: center; min-width: 26px; height: 26px; padding: 0 7px; border-radius: 999px; color: #fff; background: var(--green); font-size: 11px; }
.cart-trigger.pulse { animation: cartPulse .42s ease; }
@keyframes cartPulse { 50% { transform: scale(1.08); } }

.hero { min-height: 580px; width: min(1240px, 100%); margin-inline: auto; padding: 72px 7.5%; box-shadow: 0 26px 80px rgba(23,35,29,.06); }
.hero-text { max-width: 610px; }
.promise { width: min(1120px, calc(100% - 8%)); margin: 24px auto 110px; background: rgba(255,253,248,.5); border-radius: 0 0 18px 18px; }

.products-section { position: relative; padding: 14px 0 10px; }
.section-heading { align-items: end; margin-bottom: 42px; }
.section-heading > p { max-width: 230px; padding: 0 0 9px; text-align: right; background: transparent; }
.product-grid { gap: 24px; align-items: stretch; }
.product-card { display: flex; flex-direction: column; min-width: 0; border-color: rgba(23,35,29,.11); box-shadow: 0 12px 34px rgba(23,35,29,.045); }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 28px 70px rgba(23,35,29,.11); }
.product-visual {
  width: 100%; min-height: 300px; padding: 0; border: 0; border-radius: 0;
  color: var(--ink); font: inherit; cursor: pointer; appearance: none;
}
.product-visual:focus-visible { outline: 3px solid var(--yellow); outline-offset: -4px; }
.product-image { transition: transform .55s ease; }
.product-card:hover .product-image { transform: scale(1.035); }
.product-index { z-index: 3; }
.product-badge { z-index: 3; padding: 8px 13px; box-shadow: 0 8px 22px rgba(23,35,29,.08); }
.visual-hint { position: absolute; z-index: 3; right: 18px; bottom: 18px; padding: 9px 12px; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.82); backdrop-filter: blur(8px); font-size: 11px; font-weight: 700; opacity: 0; transform: translateY(5px); transition: .22s ease; }
.visual-hint b { margin-left: 3px; }
.product-card:hover .visual-hint, .product-visual:focus-visible .visual-hint { opacity: 1; transform: translateY(0); }
.product-body { flex: 1; display: flex; flex-direction: column; padding: 27px 26px 25px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 10px; }
.product-category, .product-stock { min-height: auto; margin: 0; }
.product-stock { color: var(--muted); font-size: 11px; }
.product-name { font-size: clamp(24px, 2vw, 30px); }
.product-description { min-height: 50px; margin: 14px 0 24px; }
.product-footer { margin-top: auto; padding-top: 20px; display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 18px; }
.product-price-wrap { display: flex; align-items: end; justify-content: space-between; }
.price-prefix { margin-bottom: 5px; }
.product-price { font-size: 29px; }
.product-actions { display: grid; grid-template-columns: .8fr 1.25fr; gap: 10px; }
.detail-button, .inquiry-button {
  min-height: 46px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(33,78,59,.2); border-radius: 14px; text-decoration: none;
  background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; transition: .2s ease;
}
.detail-button:hover { border-color: var(--green); background: rgba(33,78,59,.05); }
.inquiry-button { color: #fff; border-color: var(--green); background: var(--green); }
.inquiry-button b { margin-left: auto; font-size: 19px; font-weight: 400; }
.inquiry-button:hover { background: #173e2e; transform: translateY(-1px); }
.inquiry-button:disabled { color: var(--muted); border-color: var(--line); background: #eeeae2; }

.guide-intro { max-width: 360px; margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
.how-it-works li { transition: padding-left .2s; }
.how-it-works li:hover { padding-left: 8px; }
.contact-panel { box-shadow: 0 26px 70px rgba(33,78,59,.18); }

.drawer-panel { padding: 36px; background: #fffdf8; }
.cart-item { padding: 16px 0; }
.quantity button { display: grid; place-items: center; transition: background .2s; }
.quantity button:hover { background: var(--paper); }
.checkout-button { min-height: 54px; font-weight: 750; }
.checkout-dialog, .product-dialog { border: 1px solid rgba(255,255,255,.5); }
.checkout-dialog input:focus, .checkout-dialog textarea:focus { outline: 2px solid rgba(33,78,59,.22); border-color: var(--green); }

.toast { position: fixed; left: 50%; bottom: 34px; z-index: 80; min-width: 260px; padding: 13px 18px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #fff; background: rgba(23,35,29,.94); box-shadow: 0 18px 50px rgba(15,25,20,.22); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; }
.toast p { margin: 0; font-size: 13px; font-weight: 700; }

@media (max-width: 1040px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid .product-card:last-child { grid-column: 1 / -1; width: calc(50% - 12px); }
}
@media (max-width: 720px) {
  .site-header { width: min(100% - 24px, 1240px); }
  .header-nav { gap: 8px; }
  .header-nav > a { display: none; }
  .brand-copy small, .cart-icon { display: none !important; }
  .cart-trigger { padding-left: 12px; }
  .hero { min-height: auto; padding-top: 58px; }
  .promise { width: 100%; }
  .section-heading > p { text-align: left; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid .product-card:last-child { grid-column: auto; width: auto; }
  .product-visual { min-height: 270px; }
  .visual-hint { opacity: 1; transform: none; }
  .product-actions { grid-template-columns: 1fr 1.35fr; }
  .drawer-panel { padding: 26px 18px; }
  .toast { width: calc(100% - 32px); min-width: 0; bottom: 18px; }
}
