/* 豊漁 線上訂位 —— 沿用佈景主題的 token，維持同一套和風語彙 */
.fyb{max-width:56rem}
.fyb__notice{
  border:1px solid var(--rule-strong,rgba(184,152,90,.42));
  padding:1.4rem 1.6rem;margin-bottom:2.4rem;background:var(--bg-elev,#fff);
}
.fyb__notice h3{margin:0 0 .6rem;font-size:var(--t-base,1rem);letter-spacing:.18em}
.fyb__notice p{margin:.4rem 0;font-size:var(--t-sm,.85rem);color:var(--fg-mute,#5B5245)}

.fyb__row{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));margin-bottom:1.4rem}
.fyb__f{display:block}
.fyb__f--wide{margin-bottom:1.4rem}
.fyb__f>span{
  display:block;margin-bottom:.5rem;
  font-size:var(--t-xs,.75rem);letter-spacing:.18em;color:var(--fg-mute,#5B5245);
}
.fyb__f input,.fyb__f select,.fyb__f textarea{
  width:100%;padding:.85rem 1rem;
  border:1px solid var(--rule,rgba(20,16,13,.14));border-radius:0;
  background:var(--bg-elev,#fff);color:var(--fg,#14100D);
  font:inherit;font-size:var(--t-base,1rem);
}
.fyb__f input:focus,.fyb__f select:focus,.fyb__f textarea:focus{
  outline:none;border-color:var(--ember,#B8985A);box-shadow:0 0 0 1px var(--ember-wash,rgba(184,152,90,.12));
}

.fyb__slots{margin:0 0 1.6rem;padding:1.4rem 0;border-top:1px solid var(--rule,rgba(20,16,13,.14));border-bottom:1px solid var(--rule,rgba(20,16,13,.14))}
.fyb__hint{margin:0;font-size:var(--t-sm,.85rem);color:var(--fg-mute,#5B5245)}
.fyb__grid{display:flex;flex-wrap:wrap;gap:.6rem}
.fyb__slot{
  appearance:none;cursor:pointer;
  border:1px solid var(--rule,rgba(20,16,13,.14));border-radius:0;background:transparent;
  padding:.7rem 1.1rem;font:inherit;font-size:var(--t-sm,.85rem);letter-spacing:.08em;
  display:flex;flex-direction:column;align-items:center;gap:.15rem;min-width:5.4rem;
  transition:border-color .2s,background-color .2s,color .2s;
}
.fyb__slot b{font-weight:500;font-size:var(--t-base,1rem);letter-spacing:.04em}
.fyb__slot i{font-style:normal;font-size:10px;letter-spacing:.1em;color:var(--fg-mute,#5B5245)}
.fyb__slot:hover:not(:disabled){border-color:var(--ember,#B8985A)}
.fyb__slot[aria-pressed="true"]{background:var(--ink,#14100D);color:#F5F1E9;border-color:var(--ink,#14100D)}
.fyb__slot[aria-pressed="true"] i{color:var(--ember-lt,#D9C08B)}
.fyb__slot:disabled{opacity:.38;cursor:not-allowed}

.fyb__agree{display:flex;gap:.6rem;align-items:flex-start;margin:0 0 1.6rem;font-size:var(--t-sm,.85rem);color:var(--fg-mute,#5B5245)}
.fyb__agree input{margin-top:.25rem}
.fyb__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.fyb__err{margin:0 0 1rem;padding:.8rem 1rem;border-left:2px solid #C0341A;background:rgba(192,52,26,.06);font-size:var(--t-sm,.85rem);color:#8E2513}
.fyb__done{border:1px solid var(--rule-strong,rgba(184,152,90,.42));padding:2.4rem;text-align:center}
.fyb__done h3{margin:0 0 .8rem;font-family:var(--f-display,serif);font-size:var(--t-2xl,1.6rem);font-weight:400}
.fyb__done p{margin:0;color:var(--fg-mute,#5B5245);line-height:1.9}
.fyb__empty{color:var(--fg-mute,#5B5245)}
.fyb button[disabled]{opacity:.5;cursor:progress}
