:root{
  --cream:#FAF7F2;
  --warm-white:#FFFEF9;
  --linen:#F3E7D3;
  --sand:#C9A97A;
  --sage:#7A9A7E;
  --moss:#4A6741;
  --charcoal:#2C2C2C;
  --soft-gray:#8A8A8A;
  --brown:#1c1509;
  --ink:#241c13;
  --line:rgba(92,74,48,.16);
  --serif:'Noto Serif TC','Cormorant Garamond',serif;
  --sans:'Noto Sans TC',sans-serif;
  --accent:#b9784c;
  --accent-soft:rgba(185,120,76,.15);
  --panel:#fffbf4;
  --shadow:0 26px 80px rgba(74,54,28,.15);
  --soft-shadow:0 12px 34px rgba(74,54,28,.08)
}
.bib-hibou-bib360{--accent:#c96f54;--accent-soft:rgba(201,111,84,.16)}
.bib-hibou-bib-round{--accent:#c68376;--accent-soft:rgba(198,131,118,.16)}
.bib-hibou-bib-towel{--accent:#8d8d6b;--accent-soft:rgba(141,141,107,.17)}
.bib-hibou-bib-imabari{--accent:#7f9f9d;--accent-soft:rgba(127,159,157,.17)}

.bib-hibou-bib-towel .waffle-hero{grid-template-columns:minmax(390px,.92fr) minmax(0,1fr);gap:64px;padding-top:44px;background:linear-gradient(90deg,rgba(238,247,238,.62),rgba(255,254,249,.14));border-radius:0 0 48px 48px}
.bib-hibou-bib-towel .waffle-hero:before{left:24px;right:auto;width:46%;background:linear-gradient(180deg,rgba(238,247,238,.65),rgba(255,246,232,.44))}
.bib-hibou-bib-towel .waffle-hero-photo{max-width:520px;justify-self:end;transform:none;border-radius:36px;padding:16px;background:#fffdf8}
.bib-hibou-bib-towel .waffle-hero-photo img{aspect-ratio:4/3;object-fit:cover;padding:0;border-radius:26px}
.bib-hibou-bib-towel .section-center{text-align:center;max-width:780px;margin:0 auto 34px}
.bib-hibou-bib-towel .section-center .section-title{margin-left:auto;margin-right:auto}
.bib-hibou-bib-towel .style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.bib-hibou-bib-towel .style-card{background:linear-gradient(145deg,#fffef9,#f7ead7);border:1px solid rgba(201,169,122,.28);border-radius:32px;padding:18px;box-shadow:0 14px 38px rgba(74,54,28,.08);display:grid;grid-template-columns:.88fr 1fr;gap:20px;align-items:center}
.bib-hibou-bib-towel .style-card picture{display:block;border-radius:24px;overflow:hidden;background:#fff;border:1px solid rgba(201,169,122,.2)}
.bib-hibou-bib-towel .style-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover}
.bib-hibou-bib-towel .style-card span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:800}
.bib-hibou-bib-towel .style-card h3{font-family:var(--serif);font-size:1.55rem;line-height:1.28;margin:.3rem 0 .5rem;color:#241c13}
.bib-hibou-bib-towel .style-card p{margin:0;color:#5C4A30;line-height:1.9;font-size:.94rem}
.bib-hibou-bib-towel .waffle-feature-soft{background:linear-gradient(180deg,rgba(255,247,235,.76),rgba(250,247,242,.08));border-top:1px solid rgba(201,169,122,.2);border-bottom:1px solid rgba(201,169,122,.2)}
.bib-hibou-bib-towel .waffle-feature-soft .feature{background:transparent;border:0;box-shadow:none;padding:0;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr)}
.bib-hibou-bib-towel .waffle-feature-soft .feature-media{border-radius:34px;background:#fffdf8;padding:12px}
.bib-hibou-bib-towel .waffle-feature-soft .feature-media img{aspect-ratio:1/1;object-fit:cover;border-radius:24px}
.bib-hibou-bib-towel .texture-tags{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.3rem}
.bib-hibou-bib-towel .texture-tags span{border:1px solid rgba(92,74,48,.14);background:rgba(255,254,249,.72);border-radius:999px;padding:.38rem .82rem;font-size:.78rem;color:#665845}
@media(max-width:980px){.bib-hibou-bib-towel .waffle-hero{grid-template-columns:1fr}.bib-hibou-bib-towel .waffle-hero-photo{justify-self:center}.bib-hibou-bib-towel .style-grid,.bib-hibou-bib-towel .style-card,.bib-hibou-bib-towel .waffle-feature-soft .feature{grid-template-columns:1fr}}
@media(max-width:560px){.bib-hibou-bib-towel .style-card{padding:14px;border-radius:26px}.bib-hibou-bib-towel .waffle-hero{border-radius:0 0 32px 32px}.bib-hibou-bib-towel .section-center{text-align:left}.bib-hibou-bib-towel .waffle-hero-photo img{aspect-ratio:1/1}}
.bib-hibou-organic-bib{--accent:#a9826d;--accent-soft:rgba(169,130,109,.16)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(circle at 8% 8%,rgba(201,169,122,.18),transparent 30rem),
    radial-gradient(circle at 92% 12%,rgba(122,154,126,.14),transparent 28rem),
    linear-gradient(180deg,#fffef9 0%,#faf7f2 58%,#f2e4cf 100%);
  color:var(--charcoal);
  font-family:var(--sans);
  line-height:1.85;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font-family:inherit}
header{position:sticky;top:0;z-index:1000;background:rgba(255,254,249,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(122,154,126,.14)}
.hibou-header-inner{margin:auto;height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.logo{display:flex;align-items:center;gap:.7rem;font-family:var(--serif);font-weight:700;color:var(--moss);letter-spacing:.03em}
.logo img{width:54px;height:auto}
.nav-links{display:flex;align-items:center;gap:.25rem}
.nav-links>a,.nav-item-dropdown>a{font-size:.86rem;padding:.48rem .76rem;border-radius:999px;color:#4f4437;white-space:nowrap}
.nav-links>a:hover,.nav-links>a.cur,.nav-item-dropdown:hover>a,.nav-item-dropdown>a.cur{background:rgba(122,154,126,.12);color:var(--moss)}
.nav-item-dropdown{position:relative}
.dropdown-menu{position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%) translateY(8px);min-width:190px;background:rgba(255,254,249,.98);border:1px solid rgba(201,169,122,.28);box-shadow:var(--soft-shadow);border-radius:18px;padding:.55rem;opacity:0;pointer-events:none;transition:.2s ease}
.nav-item-dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.dropdown-menu a{display:block;padding:.58rem .75rem;border-radius:12px;font-size:.84rem;color:#5f5140;text-align:center}
.dropdown-menu a:hover{background:rgba(122,154,126,.1);color:var(--moss)}
.dropdown-divider{height:1px;background:rgba(201,169,122,.28);margin:.4rem .2rem}
.nav-actions{display:flex;align-items:center;gap:.7rem}
.cart-link{border:1px solid rgba(122,154,126,.18);background:rgba(122,154,126,.1);color:var(--moss);border-radius:999px;padding:.55rem .95rem;font-size:.85rem}
.hamb{display:none;border:0;background:transparent;font-size:1.5rem;color:var(--moss);cursor:pointer}
.mobile-nav{display:none;position:fixed;left:0;right:0;top:72px;background:rgba(255,254,249,.98);border-bottom:1px solid rgba(122,154,126,.14);box-shadow:var(--soft-shadow);padding:14px 22px;z-index:999}
.mobile-nav.open{display:grid;gap:4px}
.mobile-nav a{padding:.74rem .8rem;border-radius:12px;border-bottom:1px solid rgba(122,154,126,.08)}
.hibou-breadcrumb{max-width:1180px;margin:0 auto;padding:24px 24px 0;font-size:.8rem;color:#867c70}
.hibou-breadcrumb a{color:var(--moss)}
main{position:relative}
.hero{max-width:1180px;margin:0 auto;padding:52px 24px 76px;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);gap:58px;align-items:center;position:relative}
.hero:before{content:'';position:absolute;inset:32px 24px auto auto;width:42%;height:78%;border-radius:40px;background:linear-gradient(180deg,rgba(255,254,249,.7),rgba(243,231,211,.44));border:1px solid rgba(201,169,122,.18);z-index:-1}
.eyebrow{display:inline-flex;align-items:center;gap:.48rem;padding:.32rem .95rem;border:1px solid rgba(122,154,126,.24);border-radius:999px;background:rgba(255,254,249,.72);color:var(--moss);font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;font-weight:700}
.eyebrow:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--sage)}
h1{font-family:var(--serif);font-size:clamp(2.35rem,3.7vw,3.22rem);line-height:1.18;max-width:660px;letter-spacing:.015em;margin:1.18rem 0 1rem;color:#1f1a13;text-wrap:balance}
.lead{font-size:1.03rem;color:#5C4A30;max-width:660px;line-height:2.05;margin:0}
.pills{display:flex;flex-wrap:wrap;gap:.55rem;margin:1.45rem 0 1.85rem}
.pill{border:1px solid rgba(92,74,48,.14);background:rgba(255,254,249,.72);border-radius:999px;padding:.38rem .86rem;font-size:.8rem;color:#665845}
.price-row{display:flex;align-items:end;gap:1rem;margin:1.35rem 0 1.6rem}
.price{font-family:var(--serif);font-size:2.05rem;line-height:1;color:var(--moss);font-weight:700;letter-spacing:.02em}
.price.inquiry{font-size:1.35rem;color:#5C4A30;line-height:1.35}
.price-note{font-size:.84rem;color:#83786d;max-width:390px;line-height:1.8}
.btns{display:flex;flex-wrap:wrap;gap:.85rem}
.btn-primary,.btn-secondary{border-radius:999px;padding:.9rem 1.65rem;font-weight:700;letter-spacing:.04em;transition:.22s ease;display:inline-flex;align-items:center;justify-content:center}
.btn-primary{border:0;background:var(--moss);color:#fff;box-shadow:0 16px 34px rgba(74,103,65,.22)}
.btn-primary:hover{transform:translateY(-2px);background:var(--sage)}
.btn-secondary{border:1px solid rgba(92,74,48,.18);background:rgba(255,254,249,.7);color:#5C4A30}
.hero-card{position:relative;border-radius:34px;padding:14px;background:rgba(255,254,249,.78);box-shadow:var(--shadow);border:1px solid rgba(201,169,122,.3);transform:rotate(.6deg)}
.hero-card picture{display:block;height:auto}.feature-media picture,.gallery-card picture{display:block;height:100%}
.hero-card img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:24px;background:#fffdf8;box-shadow:inset 0 0 0 1px rgba(201,169,122,.12)}
.hero-card--poster{transform:rotate(-.45deg);padding:18px;background:linear-gradient(145deg,#fffdf8,#f5ead8)}
.hero-card--poster img{aspect-ratio:1.08/1;object-fit:contain;padding:12px;background:#fffdf8}
.hero-tag{position:absolute;left:30px;bottom:30px;z-index:2;background:rgba(255,254,249,.94);border:1px solid rgba(201,169,122,.3);border-radius:18px;padding:.72rem 1rem;box-shadow:var(--soft-shadow);font-family:var(--serif);color:var(--moss);font-weight:700}
.trust{max-width:1180px;margin:-32px auto 0;padding:0 24px;position:relative;z-index:2}
.trust-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.trust-item{background:rgba(255,254,249,.86);border:1px solid rgba(201,169,122,.24);border-radius:22px;padding:1.1rem 1.15rem;display:flex;gap:.8rem;align-items:flex-start;box-shadow:0 14px 34px rgba(74,54,28,.07);color:#6b5c48}
.trust-item b{display:block;color:var(--moss);font-family:var(--serif);font-size:1.08rem;margin-bottom:.18rem}
.trust-item span:last-child{font-size:.9rem;line-height:1.75}
.dot{width:8px;height:8px;border-radius:50%;background:var(--accent);margin-top:.68rem;flex:0 0 auto}
.section{padding:92px 24px}
.wrap{max-width:1180px;margin:auto}
.feature{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:54px;align-items:center;background:rgba(255,254,249,.46);border:1px solid rgba(201,169,122,.2);border-radius:36px;padding:28px;box-shadow:0 12px 38px rgba(74,54,28,.05)}
.feature-section.flip .feature{grid-template-columns:minmax(0,1fr) minmax(0,.92fr)}
.feature-section.flip .feature-media{order:2}
.feature-media{border-radius:28px;overflow:hidden;box-shadow:var(--soft-shadow);background:linear-gradient(145deg,#fffdf8,#f4e6d0);border:1px solid rgba(201,169,122,.25)}
.feature-media img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:0}
.feature-copy{padding:14px 16px 14px 4px}
.section-kicker{font-size:.73rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);font-weight:800}
.section-title{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.72rem);line-height:1.34;margin:.55rem 0 1rem;color:#241c13;text-wrap:balance}
.section-body{color:#5C4A30;font-size:.98rem;line-height:2.05;margin:0}
.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}
.scene-card,.related-card{background:rgba(255,254,249,.78);border:1px solid rgba(201,169,122,.28);border-radius:22px;padding:1.25rem 1.25rem 1.35rem;box-shadow:0 6px 22px rgba(74,54,28,.05)}
.scene-card b,.related-card b{display:block;color:var(--moss);font-family:var(--serif);font-size:1.12rem;margin-bottom:.35rem}
.scene-card span,.related-card small{color:#6b5c48;font-size:.9rem;line-height:1.75}
.gallery{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:230px;gap:16px;margin-top:30px}
.gallery-card{border-radius:26px;overflow:hidden;background:#fff;border:1px solid rgba(201,169,122,.25);box-shadow:0 10px 28px rgba(74,54,28,.07);position:relative;margin:0}
.gallery-card:first-child{grid-row:span 2}
.gallery-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .5s ease}
.bib-hibou-bib-towel .gallery-card img,.bib-hibou-bib-imabari .gallery-card img{object-fit:contain;background:#fff9ef;padding:8px}
.bib-hibou-bib-towel .gallery-card:first-child img,.bib-hibou-bib-imabari .gallery-card:first-child img{object-fit:cover;padding:0}
.bib-hibou-organic-bib .hero-card img,.bib-hibou-organic-bib .feature-media img,.bib-hibou-organic-bib .gallery-card img{object-fit:contain;background:#fffdf8;padding:8px}
.bib-hibou-organic-bib .hero-card img{padding:12px}
.bib-hibou-organic-bib .gallery-note{max-width:660px;margin:-.25rem 0 0;color:#6b5c48;line-height:1.9}
.bib-hibou-organic-bib .gallery{grid-template-columns:minmax(0,1.18fr) repeat(2,minmax(0,.92fr));grid-auto-rows:236px;gap:18px;margin-top:24px}
.bib-hibou-organic-bib .gallery-card:first-child{grid-row:span 2}
.bib-hibou-organic-bib .gallery-card{background:linear-gradient(145deg,#fffdf8,#fbf3e8);border-radius:24px;padding:12px;display:flex;align-items:center;justify-content:center}
.bib-hibou-organic-bib .gallery-card picture{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
.bib-hibou-organic-bib .gallery-card img{max-width:none;max-height:none;width:100%;height:100%;object-fit:cover;padding:0;border-radius:14px;box-shadow:none}
.bib-hibou-organic-bib .gallery-card figcaption{position:absolute;left:18px;bottom:18px;z-index:2;padding:.34rem .72rem;border-radius:999px;background:rgba(255,254,249,.94);border:1px solid rgba(201,169,122,.34);box-shadow:0 8px 20px rgba(74,54,28,.08);color:#5C4A30;font-size:.78rem;font-weight:700;letter-spacing:.04em}
.bib-hibou-organic-bib .gallery-card:nth-child(5) img{object-fit:contain;background:#fffdf8;padding:8px}

.bib-hibou-bib-towel .waffle-detail-gallery{grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:230px}
.bib-hibou-bib-towel .waffle-detail-gallery .gallery-card:nth-child(3){grid-column:2;grid-row:2}
.bib-hibou-bib-towel .waffle-detail-gallery .gallery-card:nth-child(4){grid-column:3;grid-row:1}
.bib-hibou-bib-towel .waffle-detail-gallery .gallery-card:nth-child(5){grid-column:3;grid-row:2}
.bib-hibou-bib-towel .waffle-detail-gallery .gallery-card:nth-child(5) img{object-fit:contain;background:#fffdf8;padding:12px}
@media(max-width:980px){.bib-hibou-bib-towel .waffle-detail-gallery .gallery-card:nth-child(n){grid-column:auto;grid-row:auto}}
@media(max-width:560px){
  .bib-hibou-bib-towel .waffle-detail-gallery{grid-template-columns:1fr;grid-auto-rows:auto;gap:14px}
  .bib-hibou-bib-towel .waffle-detail-gallery .gallery-card{width:100%}
  .bib-hibou-bib-towel .waffle-detail-gallery .gallery-card picture{height:auto}
  .bib-hibou-bib-towel .waffle-detail-gallery .gallery-card img{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#fff9ef;padding:8px}
}
.gallery-card:hover img{transform:scale(1.035)}
.spec-panel{background:linear-gradient(145deg,#1c1509,#2a1f12);color:#faf7f2;border-radius:34px;padding:42px;display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:start;box-shadow:var(--shadow);position:relative;overflow:hidden}
.spec-panel:before{content:'';position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(201,169,122,.11)}
.spec-panel>*{position:relative}
.spec-panel .section-title{color:#faf7f2;margin-top:.3rem}
.spec-panel .section-body{color:rgba(250,247,242,.72)}
.spec-list{display:grid;gap:12px}
.spec-item{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:15px 0;border-bottom:1px solid rgba(250,247,242,.14)}
.spec-item dt{color:rgba(250,247,242,.55);font-size:.86rem}
.spec-item dd{margin:0;color:#faf7f2}
.related-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}
.related-card{transition:transform .22s ease,border-color .22s ease}
.related-card:hover{transform:translateY(-3px);border-color:rgba(122,154,126,.34)}
.related-card span{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#9a7b50;margin-bottom:.35rem}
.cta{background:linear-gradient(135deg,rgba(122,154,126,.16),rgba(201,169,122,.22));border:1px solid rgba(201,169,122,.32);border-radius:34px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;box-shadow:0 10px 30px rgba(74,54,28,.06)}
.cta h2{font-family:var(--serif);font-size:2rem;margin:0 0 .4rem;color:#241c13}
.cta p{margin:0;color:#665845;line-height:1.9}
.hibou-scroll-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border-radius:50%;border:1px solid rgba(201,169,122,.4);background:#fff;color:var(--moss);box-shadow:var(--soft-shadow);cursor:pointer;opacity:0;pointer-events:none;transition:.25s;z-index:995}
.hibou-scroll-top.show{opacity:1;pointer-events:auto}
.reveal{opacity:1;transform:none;transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){
  .nav-links{display:none}.hamb{display:block}.logo span{display:none}.hero{grid-template-columns:1fr;gap:30px;padding:36px 20px 64px}.hero:before{display:none}
  .hero-card{max-width:560px;margin:auto;transform:none}.hero-card img{aspect-ratio:1/1}.hero-card--poster img{aspect-ratio:1.05/1}
  .trust{margin:-22px auto 0}.trust-inner,.feature,.feature-section.flip .feature,.scene-grid,.spec-panel,.related-grid{grid-template-columns:1fr}.feature-section.flip .feature-media{order:0}
  .gallery{grid-template-columns:repeat(2,1fr);grid-auto-rows:210px}.gallery-card:first-child{grid-column:1/-1;grid-row:auto}.spec-panel{padding:32px}.hibou-header-inner{padding:0 18px}
}
@media(max-width:560px){
  .hibou-breadcrumb{padding:20px 18px 0}.hero{padding-inline:18px;padding-bottom:58px}.section{padding:66px 18px}h1{font-size:clamp(1.75rem,7.5vw,1.95rem);line-height:1.2;max-width:100%}.lead{font-size:.98rem;line-height:1.95}.price-row{display:block}.price-note{margin-top:.55rem}.btns{display:grid;grid-template-columns:1fr;gap:.7rem}.hero-card{border-radius:26px;padding:10px}.hero-card img{border-radius:19px}.hero-tag{left:22px;bottom:22px}.trust{padding:0 18px}.trust-inner{gap:12px}.feature{padding:14px;border-radius:28px;gap:24px}.feature-copy{padding:8px 8px 12px}.gallery{grid-template-columns:1fr;gap:14px;grid-auto-rows:auto}.gallery-card:first-child{grid-column:auto;grid-row:auto}.gallery-card picture{height:auto}.gallery-card img{height:auto;aspect-ratio:auto}.spec-item{grid-template-columns:1fr;gap:4px}.cta{display:block;padding:28px}.cta .btn-primary{margin-top:1.2rem;width:100%}.cart-link{display:none}
}
.bib-hibou-organic-bib .gallery-card{min-height:0}
@media(max-width:980px){
  .bib-hibou-organic-bib .gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:230px}
  .bib-hibou-organic-bib .gallery-card:first-child{grid-column:1/-1;grid-row:auto}
}
@media(max-width:560px){
  .bib-hibou-organic-bib .gallery{grid-template-columns:1fr;grid-auto-rows:260px;gap:14px}
  .bib-hibou-organic-bib .gallery-card{padding:14px}
  .bib-hibou-organic-bib .gallery-card figcaption{left:14px;bottom:14px;font-size:.74rem}
}


.bib-hibou-bib-towel .style-card--buy{cursor:pointer;position:relative;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.bib-hibou-bib-towel .style-card--buy:hover,.bib-hibou-bib-towel .style-card--buy:focus-visible{transform:translateY(-4px);border-color:rgba(74,103,65,.34);box-shadow:0 18px 44px rgba(74,54,28,.12);outline:none}
.bib-hibou-bib-towel .style-buy-hint{display:inline-flex;margin-top:.9rem;padding:.44rem .88rem;border-radius:999px;background:var(--moss);color:#fff;font-size:.78rem;letter-spacing:.04em;font-weight:700}
.waffle-buy-modal{position:fixed;inset:0;z-index:10020;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(42,33,24,.56);backdrop-filter:blur(7px)}
.waffle-buy-modal.open{display:flex}
.waffle-buy-dialog{width:min(1040px,100%);max-height:90vh;overflow:hidden;display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);background:var(--warm-white);border-radius:42px;box-shadow:0 34px 90px rgba(32,24,15,.28);position:relative;border:1px solid rgba(255,254,249,.62)}
.waffle-buy-close{position:absolute;right:18px;top:18px;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:rgba(92,74,48,.08);color:#241c13;font-size:1.8rem;line-height:1;cursor:pointer}
.waffle-buy-photo-wrap{min-height:520px;background:#f3e7d3;display:flex;align-items:center;justify-content:center;padding:48px 36px}
.waffle-buy-photo-wrap img{width:100%;max-height:500px;object-fit:contain;border-radius:18px;background:#fffdf8}
.waffle-buy-info{max-height:90vh;overflow:auto;padding:58px 54px 46px;display:flex;flex-direction:column;gap:18px;color:#5C4A30}
.waffle-buy-cat{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sage);font-weight:800}
.waffle-buy-info h2{font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.35rem);line-height:1.32;margin:0;color:#241c13}
.waffle-buy-info p{margin:0;line-height:1.9}.waffle-buy-picked{font-size:.92rem;color:#7b6b57}.waffle-buy-picked b{color:var(--moss);font-size:1.08rem;margin-left:.35rem}
.waffle-opt-label{display:block;margin-bottom:.55rem;color:#9a7b50;font-size:.86rem;font-weight:700;letter-spacing:.08em}.waffle-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.waffle-choice{border:2px solid transparent;border-radius:16px;background:#fffaf0;padding:8px;cursor:pointer;color:#6b5c48}.waffle-choice.on{border-color:var(--sage)}.waffle-choice.sold{opacity:.45;cursor:not-allowed}.waffle-choice img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.waffle-choice small{display:block;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.waffle-size-row{display:flex;flex-wrap:wrap;gap:10px}.waffle-size{border:1px solid rgba(92,74,48,.16);border-radius:14px;background:#fffaf0;padding:.78rem 1.1rem;color:#5C4A30;font-weight:800;cursor:pointer}.waffle-size.on{background:var(--moss);border-color:var(--moss);color:#fff}.waffle-size:disabled{opacity:.45;cursor:not-allowed}
.waffle-buy-qty{display:flex;align-items:center;gap:14px;color:#9a7b50;font-weight:700}.waffle-buy-qty button{width:40px;height:40px;border:1px solid rgba(201,169,122,.5);border-radius:50%;background:#fffaf0;color:#5C4A30;font-size:1.25rem;cursor:pointer}.waffle-buy-total{border-top:1px solid rgba(201,169,122,.38);padding-top:18px;display:flex;align-items:center;justify-content:space-between;color:#8a7660;font-weight:700}.waffle-buy-total b{font-family:var(--serif);font-size:1.75rem;color:var(--moss);letter-spacing:.04em}.waffle-buy-submit,.waffle-buy-checkout{width:100%;border:0;border-radius:999px;padding:1rem 1.25rem;font-size:1rem;font-weight:800;text-align:center;cursor:pointer}.waffle-buy-submit{background:var(--moss);color:#fff}.waffle-buy-submit:disabled{background:#ad9a81;cursor:not-allowed}.waffle-buy-checkout{background:#fffaf0;border:1px solid rgba(201,169,122,.42);color:#5C4A30}.waffle-buy-note{font-size:.8rem;color:#8a7c6d;line-height:1.8!important}
.bib-hibou-organic-bib .organic-buy-trigger{cursor:pointer}
.bib-hibou-organic-bib .organic-buy-dialog{border:1px solid rgba(169,130,109,.24)}
.bib-hibou-organic-bib .organic-buy-photo-wrap{background:linear-gradient(145deg,#f6eadc,#fffdf8)}
.bib-hibou-organic-bib .organic-buy-photo-wrap img{background:#fffdf8;box-shadow:0 12px 34px rgba(74,54,28,.08)}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice img{object-fit:cover;background:#fffdf8;padding:0}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice small{font-weight:800;text-align:center;color:#5C4A30}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice.on{border-color:var(--accent);box-shadow:0 8px 20px rgba(169,130,109,.15)}
.bib-hibou-organic-bib .organic-buy-info{gap:7px;padding:24px 34px 22px;max-height:none;overflow:visible}
.bib-hibou-organic-bib .organic-buy-dialog{max-height:none;overflow:visible}
.bib-hibou-organic-bib .organic-buy-photo-wrap{padding:24px 22px}
.bib-hibou-organic-bib .organic-buy-photo-wrap img{width:min(100%,360px);height:auto;aspect-ratio:1/1;object-fit:contain;max-height:360px}
.bib-hibou-organic-bib .organic-buy-info h2{font-size:clamp(1.45rem,2.2vw,1.9rem)}
.bib-hibou-organic-bib .organic-buy-info p{line-height:1.65;font-size:.92rem}
.bib-hibou-organic-bib .organic-color-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice{
  display:grid;
  grid-template-rows:auto 42px;
  padding:0;
  overflow:hidden;
  border:2px solid #8b633f;
  border-radius:22px;
  background:#fffdf8;
  box-shadow:0 8px 18px rgba(74,54,28,.16);
}
.bib-hibou-organic-bib .organic-color-grid .organic-color-photo{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#fffdf8;
}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice img{
  display:block;
  width:100%;
  height:100%;
  max-height:none;
  min-height:0;
  aspect-ratio:1/1;
  object-fit:cover;
  object-position:center center;
  transform:none;
  border-radius:0;
}
.bib-hibou-organic-bib .organic-color-grid .waffle-choice small{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
  background:#fffaf0;
  border-top:1px solid rgba(139,99,63,.18);
  font-size:.76rem;
  line-height:1;
}
.bib-hibou-organic-bib .organic-buy-dialog .waffle-size{padding:.58rem .9rem}
.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-qty button{width:34px;height:34px}
.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-total{padding-top:8px}
.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-total b{font-size:1.5rem}
.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-submit,.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-checkout{padding:.74rem 1rem}
@media(min-width:861px){.bib-hibou-organic-bib .organic-buy-dialog{transform:scale(.68)}}
@media(max-width:860px){.waffle-buy-dialog{grid-template-columns:1fr;max-height:92vh;overflow:auto;border-radius:30px}.waffle-buy-photo-wrap{min-height:260px;padding:28px}.waffle-buy-info{max-height:none;padding:34px 26px}.waffle-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.waffle-buy-modal{padding:12px}.waffle-buy-photo-wrap{min-height:220px}.waffle-buy-info{padding:30px 20px}.waffle-buy-close{right:12px;top:12px}.waffle-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* Fit the waffle purchase modal into common laptop screenshots so CTA buttons remain visible. */
.waffle-buy-dialog{max-height:86vh}
.waffle-buy-photo-wrap{min-height:0;padding:34px 30px}
.waffle-buy-photo-wrap img{max-height:390px}
.waffle-buy-info{max-height:86vh;padding:42px 44px 34px;gap:12px}
.waffle-buy-info h2{font-size:clamp(1.55rem,2.55vw,2.05rem)}
.waffle-buy-note{display:none}
.waffle-buy-total{padding-top:12px}
.waffle-buy-submit,.waffle-buy-checkout{padding:.86rem 1.15rem}
@media(max-width:860px){.waffle-buy-dialog{max-height:92vh}.waffle-buy-info{max-height:none;padding:30px 24px}.waffle-buy-photo-wrap img{max-height:300px}}

/* Desktop preview: scale modal slightly so complete purchase controls fit into screenshot height. */
@media(min-width:861px){.waffle-buy-dialog{transform:scale(.86);transform-origin:center center}.waffle-buy-modal.open{overflow:hidden}}
@media(min-width:861px){.bib-hibou-organic-bib .organic-buy-dialog{transform:scale(.56);transform-origin:center center}}
@media(max-width:560px){
  .bib-hibou-organic-bib .waffle-buy-modal{padding:8px;align-items:flex-start;overflow:auto}
  .bib-hibou-organic-bib .organic-buy-dialog{width:min(100%,420px);max-height:calc(100dvh - 16px);border-radius:24px;overflow:auto}
  .bib-hibou-organic-bib .organic-buy-photo-wrap{min-height:0;padding:14px 16px 8px}
  .bib-hibou-organic-bib .organic-buy-photo-wrap img{width:min(100%,180px);max-height:180px;border-radius:14px}
  .bib-hibou-organic-bib .organic-buy-info{padding:12px 16px 14px;gap:6px}
  .bib-hibou-organic-bib .organic-buy-info h2{font-size:1.28rem;line-height:1.25}
  .bib-hibou-organic-bib .organic-buy-info p{font-size:.82rem;line-height:1.45}
  .bib-hibou-organic-bib .waffle-buy-cat{font-size:.68rem;letter-spacing:.12em}
  .bib-hibou-organic-bib .waffle-opt-label{margin-bottom:.34rem;font-size:.78rem}
  .bib-hibou-organic-bib .organic-color-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
  .bib-hibou-organic-bib .organic-color-grid .waffle-choice{grid-template-rows:auto 24px;border-width:1.5px;border-radius:13px;box-shadow:0 5px 12px rgba(74,54,28,.12)}
  .bib-hibou-organic-bib .organic-color-grid .waffle-choice img{width:100%;height:100%;max-height:none}
  .bib-hibou-organic-bib .organic-color-grid .waffle-choice small{font-size:.64rem;letter-spacing:-.02em}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-size{padding:.5rem .72rem;font-size:.78rem;border-radius:12px}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-qty{gap:10px;font-size:.86rem}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-qty button{width:30px;height:30px;font-size:1rem}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-total{padding-top:6px}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-total b{font-size:1.32rem}
  .bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-submit,.bib-hibou-organic-bib .organic-buy-dialog .waffle-buy-checkout{padding:.62rem .9rem;font-size:.88rem}
}
