body { margin: 0; background: #FAF6F0; color: #2A2622; font-family: 'Karla', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #8C6A46; text-decoration: none; }
a:hover { color: #6B4E31; }
input, textarea, button { font-family: inherit; }
::selection { background: #E7DCCB; }
.checklist-grid { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 700px) { .checklist-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .checklist-grid { grid-template-columns: 1fr; padding-bottom: 56px; } }

.bento-why { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-areas: "img intro intro" "points points points"; gap: clamp(14px, 2vw, 20px); }
.bento-why .bw-img { grid-area: img; min-height: 220px; }
.bento-why .bw-intro { grid-area: intro; }
.bento-why .bw-points { grid-area: points; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 20px); }
@media (max-width: 760px) { .bento-why { grid-template-columns: 1fr; grid-template-areas: "intro" "img" "points"; } .bento-why .bw-img { min-height: 260px; } .bento-why .bw-points { grid-template-columns: 1fr; } }

.twa-menu { position: relative; }
.twa-menu__tab { display: flex; align-items: center; gap: 8px; cursor: pointer; white-space: nowrap; font-size: 14.5px; color: #4A423A; padding: 12px 0 3px; border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; }
.twa-menu__tab:hover { color: #2A2622; }
.twa-menu.is-open .twa-menu__tab, .twa-menu.is-active .twa-menu__tab { border-bottom-color: #8C6A46; color: #2A2622; }
.twa-menu__caret { font-size: 10px; color: #8C6A46; transition: transform .25s; }
.twa-menu.is-open .twa-menu__caret { transform: rotate(180deg); }
.twa-menu__wrap { position: fixed; top: 0; left: 0; transform: translateX(-50%); z-index: 9999; padding-top: 10px; width: min(520px, calc(100vw - 24px)); max-width: 100vw; display: none; }
.twa-menu.is-open .twa-menu__wrap { display: block; }
.twa-menu__panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 2px; padding: 2px; background: #FFFCF7; box-shadow: 0 30px 60px -26px rgba(26,22,18,.55); }
.twa-menu__card { cursor: pointer; background: #FFFCF7; transition: background .3s; min-width: 0; }
.twa-menu__card:hover { background: #F2E9DC; }
.twa-menu__thumb { height: 126px; background-color: #E4DACA; background-size: cover; background-position: center; }
.twa-menu__body { padding: 16px 18px 20px; }
.twa-menu__title { font-family: 'Cormorant Garamond',serif; font-size: 17px; line-height: 1.25; margin-bottom: 6px; white-space: nowrap; }
.twa-menu__desc { font-size: 12.5px; font-weight: 300; line-height: 1.55; color: #6E655C; }

.twa-fab { width: 46px; height: 46px; }
@media (max-width: 480px) { .twa-fab { width: 40px; height: 40px; } }

.twa-burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: none; background: transparent; cursor: pointer; flex: 0 0 auto; }
.twa-burger span { display: block; width: 22px; height: 1.5px; background: #2A2622; transition: transform .25s, opacity .25s; }
.twa-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.twa-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.twa-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.twa-mobile-panel { display: none; flex-direction: column; padding: 6px clamp(24px,5.5vw,88px) 26px; gap: 2px; border-top: 1px solid rgba(42,38,34,0.10); background: #FAF6F0; }
.twa-mobile-link { display: block; padding: 15px 2px; font-size: 16px; color: #4A423A; border-bottom: 1px solid rgba(42,38,34,0.08); cursor: pointer; }
.twa-mobile-cta { display: block; text-align: center; cursor: pointer; margin-top: 16px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; border: 1px solid #2A2622; color: #2A2622; padding: 16px 18px; }
.twa-mobile-langs { display: flex; align-items: center; gap: 8px; margin-top: 20px; font-size: 13px; color: #9C9188; }
.twa-mobile-langs a { padding: 8px 4px; color: #9C9188; }
.twa-mobile-langs a[aria-current="true"] { color: #2A2622; }

@media (max-width: 780px) {
  header nav { display: none !important; }
  header [role="group"] { display: none !important; }
  .twa-burger { display: flex; }
  .twa-mobile-panel.is-open { display: flex; }
}
