:root{
  --bct-ink:#111111;
  --bct-text:#3f3f3f;
  --bct-muted:#77736d;
  --bct-accent:#df3d19;
  --bct-accent-dark:#c93212;
  --bct-line:#ece9e5;
  --bct-soft:#fbfaf7;
  --bct-white:#ffffff;
  --bct-shell:1320px;
  --bct-radius:6px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--bct-ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
svg{display:block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.bct-shell{width:min(calc(100% - 64px),var(--bct-shell));margin-inline:auto}
.screen-reader-text,.bct-skip{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.bct-skip:focus{clip:auto;width:auto;height:auto;left:12px;top:12px;padding:8px 12px;background:#fff;border:1px solid var(--bct-line);z-index:99999}

/* Header exacto de referencia */
.bct-header{height:61px;border-bottom:1px solid #e7e7e7;background:#fff;position:relative;z-index:20}
.admin-bar .bct-header{top:0}
.bct-header__inner{height:60px;display:grid;grid-template-columns:270px 1fr 270px;align-items:center}
.bct-brand{display:inline-flex;align-items:baseline;font-size:31px;font-weight:900;line-height:1;letter-spacing:-.065em;width:max-content}
.bct-brand span{color:#111}
.bct-brand strong{color:var(--bct-accent);font-weight:900}
.bct-main-nav{display:flex;justify-content:center;align-items:center;gap:42px;font-size:13px;font-weight:750}
.bct-main-nav a,.bct-tool-link{transition:color .15s ease}
.bct-main-nav a:hover,.bct-tool-link:hover{color:var(--bct-accent)}
.bct-header-tools{display:flex;justify-content:flex-end;gap:27px;align-items:center}
.bct-tool-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:650;white-space:nowrap}
.bct-tool-link svg{width:20px;height:20px;stroke-width:1.55}
.bct-menu-toggle{display:none;background:none;border:0;font-weight:750}

/* Recipe */
.bct-reference-layout{background:#fff;padding-bottom:18px}
.bct-breadcrumb{height:46px;display:flex;align-items:center;gap:9px;border-bottom:0;color:#63605c;font-size:11.5px;white-space:nowrap;overflow:hidden}
.bct-breadcrumb a:hover{color:var(--bct-accent)}
.bct-breadcrumb strong{color:var(--bct-accent);font-weight:750}
.bct-breadcrumb span{color:#98948e}

.bct-recipe-hero{display:grid;grid-template-columns:39% 61%;min-height:390px;border-bottom:1px solid var(--bct-line);padding:7px 0 13px;align-items:center}
.bct-recipe-hero__copy{padding-right:42px;align-self:center}
.bct-title-row{display:flex;align-items:center;gap:14px;margin-bottom:7px}
.bct-title-row h1{font-size:59px;line-height:.98;letter-spacing:-.055em;margin:0;font-weight:880}
.bct-favorite-icon{width:38px;height:38px;padding:7px;border:0;background:transparent;color:var(--bct-accent);cursor:pointer}
.bct-favorite-icon svg{width:25px;height:25px;stroke-width:1.6}
.bct-favorite-icon.is-favorite svg,.bct-btn--primary.is-favorite svg{fill:currentColor}
.bct-location{margin:13px 0 20px;color:var(--bct-accent);font-size:15.5px;line-height:1;font-weight:700}
.bct-flag{font-size:16px;margin-left:5px}
.bct-deck{font-size:15.5px;line-height:1.5;color:var(--bct-text);max-width:425px;margin:0 0 27px}

.bct-facts{display:flex;align-items:flex-start;gap:30px;margin:0 0 25px}
.bct-fact{display:flex;align-items:center;gap:9px;min-width:88px}
.bct-fact__icon{color:var(--bct-accent);display:grid;place-items:center;flex:0 0 auto}
.bct-fact__icon svg{width:24px;height:24px;stroke-width:1.7}
.bct-fact>span:last-child{display:flex;flex-direction:column;line-height:1.15}
.bct-fact strong{font-size:13.5px;font-weight:800;white-space:nowrap}
.bct-fact small{font-size:10.5px;color:#69655f;margin-top:4px;white-space:nowrap}

.bct-recipe-actions{display:flex;gap:13px;align-items:center}
.bct-btn{height:41px;border:1px solid #ddd9d5;background:#fff;border-radius:5px;padding:0 17px;display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:750;cursor:pointer;box-shadow:none}
.bct-btn svg{width:17px;height:17px;stroke-width:1.7}
.bct-btn--primary{background:var(--bct-accent);border-color:var(--bct-accent);color:#fff;padding-inline:17px}
.bct-btn:hover{border-color:#beb8b1}
.bct-btn--primary:hover{background:var(--bct-accent-dark);border-color:var(--bct-accent-dark)}

.bct-recipe-hero__media{height:377px;display:flex;align-items:center;justify-content:flex-end;overflow:hidden;background:#fff}
.bct-recipe-hero__media img{width:100%;height:100%;object-fit:contain;object-position:center right}
.bct-missing-image{width:100%;height:100%;display:grid;place-items:center;background:#faf8f4;color:#a7a19a;border:1px dashed var(--bct-line)}

/* lower two-column composition */
.bct-recipe-lower{display:grid;grid-template-columns:minmax(0,74%) minmax(280px,26%);align-items:start}
.bct-recipe-main{padding-right:28px}
.bct-recipe-sidebar{border:1px solid var(--bct-line);border-radius:6px;background:#fff;margin:20px 0 13px 0;overflow:hidden}
.bct-ingredients-section,.bct-method-section{padding:19px 0 17px;border-bottom:1px solid var(--bct-line)}
.bct-ingredients-section h2,.bct-method-section h2{margin:0 0 16px;font-size:15px;text-transform:uppercase;letter-spacing:.015em;font-weight:860}

.bct-ingredients-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}
.bct-ingredient-item{text-align:center;min-width:0}
.bct-ingredient-image{height:112px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}
.bct-ingredient-image img{width:100%;height:100%;object-fit:contain}
.bct-ingredient-image>span{display:grid;place-items:center;width:72px;height:72px;border-radius:50%;background:#f5f2ed;color:#aaa;font-size:30px}
.bct-ingredient-item h3{font-size:12.5px;line-height:1.18;margin:5px 2px 3px;font-weight:800}
.bct-ingredient-item p{margin:0;color:#4f4b46;font-size:11.5px;line-height:1.25}
.bct-ingredient-item small{display:block;color:#77736d;font-size:9.8px;line-height:1.2;margin-top:2px}

.bct-method-section{padding-top:17px;padding-bottom:15px;border-bottom:0}
.bct-method-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;counter-reset:none}
.bct-method-grid li{min-width:0;position:relative}
.bct-step-image{height:123px;border-radius:5px;overflow:hidden;background:#f4f1ed;margin-bottom:7px;display:grid;place-items:center}
.bct-step-image img{width:100%;height:100%;object-fit:cover}
.bct-step-image>span{font-size:32px;color:#b6afa6}
.bct-step-number{width:23px;height:23px;border-radius:50%;background:var(--bct-accent);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800;margin:0 0 5px}
.bct-method-grid h3{font-size:13.5px;line-height:1.15;margin:0 0 6px;font-weight:830;letter-spacing:-.01em}
.bct-method-grid p{margin:0;color:#47433e;font-size:11.5px;line-height:1.42}

.bct-side-panel{padding:16px 19px 15px;border-bottom:1px solid var(--bct-line)}
.bct-side-panel:last-child{border-bottom:0}
.bct-side-panel h2{margin:0 0 10px;display:flex;align-items:center;gap:10px;text-transform:uppercase;font-size:12.5px;letter-spacing:.01em;color:#7a2f1e;font-weight:860}
.bct-side-panel h2 span{color:#78675e}
.bct-side-panel h2 svg{width:18px;height:18px;stroke-width:1.55}
.bct-side-panel p,.bct-sidebar-story{font-size:11.5px;line-height:1.55;color:#403c37;margin:0}
.bct-side-panel p{margin:0}
.bct-sidebar-story p{margin:0}
.bct-variation-list{list-style:none;margin:0;padding:0}
.bct-variation-list li{position:relative;padding-left:14px;font-size:11px;line-height:1.5;color:#292725}
.bct-variation-list li::before{content:"";position:absolute;left:1px;top:.64em;width:4px;height:4px;border-radius:50%;background:var(--bct-accent)}
.bct-related-panel h2{color:#111}
.bct-related-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}
.bct-related-mini{min-width:0;text-align:center}
.bct-related-mini__image{height:55px;border-radius:4px;overflow:hidden;background:#f3f0ec;margin-bottom:5px}
.bct-related-mini__image img{width:100%;height:100%;object-fit:cover}
.bct-related-mini strong{display:block;font-size:9.5px;line-height:1.18;font-weight:780}

.bct-technical-bar{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;background:var(--bct-soft);border:1px solid var(--bct-line);border-radius:5px;overflow:hidden;margin-top:0}
.bct-technical-bar>div{min-height:68px;padding:12px 18px;display:flex;align-items:center;gap:12px;border-right:1px solid var(--bct-line);min-width:0}
.bct-technical-bar>div:last-child{border-right:0}
.bct-technical-bar>div>span{color:#9b958e;flex:0 0 auto}
.bct-technical-bar svg{width:19px;height:19px;stroke-width:1.5}
.bct-technical-bar p{margin:0;display:flex;flex-direction:column;min-width:0}
.bct-technical-bar small{text-transform:uppercase;color:#77716a;font-size:9.5px;letter-spacing:.035em;line-height:1.2;margin-bottom:3px}
.bct-technical-bar strong{font-size:11.5px;line-height:1.28;white-space:normal}
.bct-technical-bar .bct-cert-icon{color:#eaa71a}
.bct-technical-bar strong i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#f3aa1a;margin-left:3px}

/* General portal pages */
.bct-footer{margin-top:38px;border-top:1px solid var(--bct-line);background:#fff;padding:24px 0;color:#6c6862}
.bct-footer__inner{display:flex;align-items:center;gap:28px;justify-content:space-between}
.bct-footer .bct-brand{font-size:24px}
.bct-footer p{margin:0;font-size:12px}
.bct-wrap{width:min(calc(100% - 64px),var(--bct-shell));margin-inline:auto}
.bct-hero{padding:64px 0 52px;border-bottom:1px solid var(--bct-line)}
.bct-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.bct-eyebrow{color:var(--bct-accent);font-size:11px;letter-spacing:.13em;font-weight:850;text-transform:uppercase}
.bct-hero h1,.bct-page-hero h1{font-size:clamp(44px,6vw,78px);line-height:.95;letter-spacing:-.055em;margin:14px 0 20px}
.bct-hero__lead,.bct-page-hero p{color:#5d5953;font-size:17px;max-width:620px}
.bct-search{display:flex;max-width:620px;border:1px solid #dedad5;border-radius:8px;padding:5px;background:#fff;margin-top:25px}
.bct-search input{flex:1;border:0;outline:none;padding:10px 13px;min-width:0}
.bct-search button,.bct-button{border:0;background:#111;color:#fff;border-radius:6px;font-weight:750;padding:10px 18px;cursor:pointer}
.bct-hero__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}
.bct-hero__actions a{border:1px solid #e5e0da;border-radius:999px;padding:7px 12px;font-size:11px;font-weight:750;background:#fff}
.bct-hero__actions .bct-action-accent{color:var(--bct-accent);border-color:#f0cec4;background:#fff6f3}
.bct-hero__media img{max-height:430px;object-fit:contain;margin:auto}
.bct-hero-placeholder{min-height:360px;border-radius:12px;background:#f4eee6;display:grid;place-items:center;color:#786d60;text-align:center}
.bct-section{padding:55px 0;border-bottom:1px solid var(--bct-line)}
.bct-section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:26px}
.bct-section-head h2{font-size:38px;line-height:1;margin:7px 0 0;letter-spacing:-.045em}
.bct-section-head>p{color:#6d6861;max-width:520px}
.bct-ingredient-picker{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.bct-ingredient-chip{border:1px solid var(--bct-line);background:#fff;border-radius:7px;padding:8px;cursor:pointer;display:flex;align-items:center;gap:8px;text-align:left}
.bct-ingredient-chip.is-selected{border-color:var(--bct-accent);box-shadow:0 0 0 1px var(--bct-accent)}
.bct-ingredient-chip__media{width:42px;height:42px;display:grid;place-items:center;background:#fff;overflow:hidden}
.bct-ingredient-chip__media img{width:100%;height:100%;object-fit:contain}
.bct-pantry-form>.bct-button{margin-top:16px}
.bct-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bct-card{min-width:0}
.bct-card__media{aspect-ratio:1.55/1;background:#f6f3ee;overflow:hidden;border-radius:6px}
.bct-card__media img{width:100%;height:100%;object-fit:cover}
.bct-card__placeholder{height:100%;display:grid;place-items:center;color:#b2aaa0}
.bct-card h3{font-size:21px;line-height:1.05;letter-spacing:-.03em;margin:11px 0 4px}
.bct-card p{font-size:12px;color:#6b665f;margin:0}
.bct-card small{display:block;margin-top:5px;color:#47433e;font-size:11px;font-weight:700}
.bct-page-hero{padding:55px 0 35px;border-bottom:1px solid var(--bct-line)}
.bct-ingredient-library{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.bct-library-card{text-align:center;border:1px solid var(--bct-line);border-radius:7px;overflow:hidden}
.bct-library-card>div{aspect-ratio:1/1;display:grid;place-items:center}
.bct-library-card img{width:100%;height:100%;object-fit:contain}
.bct-library-card h2{font-size:14px;margin:0;padding:11px}
.bct-empty{border:1px dashed #d7d0c8;padding:25px;border-radius:7px;color:#6c665e}
.bct-pagination{margin-top:30px}
.bct-pagination .nav-links{display:flex;gap:7px}
.bct-pagination a,.bct-pagination span{min-width:38px;height:38px;border:1px solid var(--bct-line);display:grid;place-items:center;border-radius:4px}
.bct-pagination .current{background:#111;color:#fff}
.bct-results-panel{margin-top:35px}

@media (max-width:1100px){
  .bct-shell,.bct-wrap{width:min(calc(100% - 40px),var(--bct-shell))}
  .bct-header__inner{grid-template-columns:210px 1fr 210px}
  .bct-main-nav{gap:24px}
  .bct-header-tools{gap:15px}
  .bct-recipe-hero{grid-template-columns:43% 57%}
  .bct-title-row h1{font-size:52px}
  .bct-facts{gap:18px;flex-wrap:wrap}
  .bct-recipe-lower{grid-template-columns:minmax(0,70%) minmax(280px,30%)}
  .bct-ingredients-row{grid-template-columns:repeat(4,1fr);row-gap:15px}
  .bct-method-grid{grid-template-columns:repeat(3,1fr);row-gap:18px}
  .bct-step-image{height:145px}
}

@media (max-width:820px){
  .bct-header{height:auto}
  .bct-header__inner{height:64px;grid-template-columns:1fr auto;position:relative}
  .bct-brand{font-size:28px}
  .bct-menu-toggle{display:block}
  .bct-main-nav,.bct-header-tools{display:none}
  .bct-main-nav.is-open{display:flex;position:absolute;top:64px;left:0;right:0;background:#fff;border:1px solid var(--bct-line);padding:14px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 10px 30px rgba(0,0,0,.06)}
  .bct-main-nav.is-open a{padding:10px 4px;width:100%}
  .bct-recipe-hero{grid-template-columns:1fr;padding-top:14px}
  .bct-recipe-hero__copy{padding-right:0}
  .bct-recipe-hero__media{height:auto;aspect-ratio:1.65/1;order:2}
  .bct-title-row h1{font-size:48px}
  .bct-location{margin-bottom:14px}
  .bct-deck{max-width:620px}
  .bct-recipe-lower{grid-template-columns:1fr}
  .bct-recipe-main{padding-right:0}
  .bct-recipe-sidebar{margin-top:0}
  .bct-ingredients-row{grid-template-columns:repeat(4,1fr)}
  .bct-method-grid{grid-template-columns:repeat(2,1fr)}
  .bct-technical-bar{grid-template-columns:repeat(2,1fr)}
  .bct-technical-bar>div{border-bottom:1px solid var(--bct-line)}
  .bct-hero__grid{grid-template-columns:1fr}
  .bct-ingredient-picker{grid-template-columns:repeat(3,1fr)}
  .bct-card-grid{grid-template-columns:repeat(2,1fr)}
}

@media (max-width:560px){
  .bct-shell,.bct-wrap{width:min(calc(100% - 26px),var(--bct-shell))}
  .bct-breadcrumb{font-size:10px;gap:6px}
  .bct-title-row h1{font-size:43px}
  .bct-favorite-icon{width:32px;height:32px}
  .bct-location{font-size:13px;line-height:1.35}
  .bct-deck{font-size:14px}
  .bct-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
  .bct-recipe-actions{display:grid;grid-template-columns:1fr 1fr}
  .bct-btn--primary{grid-column:1/-1}
  .bct-btn{justify-content:center}
  .bct-recipe-hero__media{aspect-ratio:1.35/1}
  .bct-ingredients-row{grid-template-columns:repeat(2,1fr)}
  .bct-ingredient-image{height:125px}
  .bct-method-grid{grid-template-columns:1fr}
  .bct-step-image{height:190px}
  .bct-related-mini-grid{grid-template-columns:repeat(2,1fr)}
  .bct-related-mini__image{height:85px}
  .bct-technical-bar{grid-template-columns:1fr}
  .bct-technical-bar>div{border-right:0}
  .bct-footer__inner{display:grid;gap:10px}
  .bct-ingredient-picker{grid-template-columns:repeat(2,1fr)}
  .bct-card-grid{grid-template-columns:1fr}
  .bct-section-head{display:block}
  .bct-section-head>p{margin-top:10px}
}

@media print{
  .bct-header,.bct-footer,.bct-breadcrumb,.bct-recipe-actions,.bct-favorite-icon{display:none!important}
  .bct-shell{width:100%}
  .bct-recipe-hero{grid-template-columns:42% 58%}
  .bct-recipe-sidebar{break-inside:avoid}
  .bct-technical-bar{break-inside:avoid}
}

/* ingredient detail compatibility */
.bct-ingredient-single{padding:55px 0}
.bct-ingredient-single__grid{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.bct-ingredient-single__media{aspect-ratio:1/1;border:1px solid var(--bct-line);border-radius:7px;display:grid;place-items:center;overflow:hidden;background:#fff}
.bct-ingredient-single__media img{width:100%;height:100%;object-fit:contain}
.bct-ingredient-single h1{font-size:clamp(44px,6vw,76px);line-height:.96;letter-spacing:-.055em;margin:10px 0 20px}
.bct-prose{color:#49453f;line-height:1.65}
.bct-ingredient-initial--xl{font-size:92px;color:#aaa39b}
@media(max-width:820px){.bct-ingredient-single__grid{grid-template-columns:1fr}}


/* Bocata.com v0.3 — discovery and reusable visual fallbacks */
.bct-action-primary{background:#111!important;color:#fff!important;border-color:#111!important}
.bct-section--compact{padding-top:42px;padding-bottom:42px}
.bct-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bct-subhead{display:flex;align-items:end;justify-content:space-between;gap:24px;margin:30px 0 15px}
.bct-subhead h3{font-size:26px;letter-spacing:-.035em;margin:0}
.bct-subhead p{color:#736e67;margin:0;font-size:12px}
.bct-pantry-groups{margin-top:38px}
.bct-pantry-group+.bct-pantry-group{margin-top:38px}
.bct-pantry-result .bct-card{height:auto}
.bct-missing-note{margin:7px 0 0!important;font-size:11px!important;color:#6b665f!important}
.bct-missing-note span{color:var(--bct-accent);font-weight:800}
.bct-missing-note.is-complete{color:#2f6d45!important}
.bct-missing-note.is-complete span{color:#2f6d45}
.bct-country-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.bct-country-card{border:1px solid var(--bct-line);border-radius:6px;padding:18px;background:#fff;display:flex;flex-direction:column;gap:4px;min-height:108px;transition:border-color .15s ease,transform .15s ease}
.bct-country-card:hover{border-color:#cfc7bf;transform:translateY(-1px)}
.bct-country-card>span{font-size:24px;line-height:1}
.bct-country-card strong{font-size:16px}
.bct-country-card small{font-size:11px;color:#77716a}
.bct-surprise{background:var(--bct-soft)}
.bct-surprise__inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.bct-surprise__inner h2{font-size:42px;letter-spacing:-.045em;margin:6px 0}
.bct-surprise__inner p{margin:0;color:#67615b}
.bct-surprise__button{display:flex;align-items:center;gap:20px;background:var(--bct-accent);color:#fff;border-radius:6px;padding:16px 21px;font-weight:800}
.bct-surprise__button span{font-size:22px}
.bct-recipe-fallback{width:100%;height:100%;background:#fff;display:grid;overflow:hidden}
.bct-recipe-fallback--card{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:0}
.bct-recipe-fallback--hero{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:100%;min-height:260px}
.bct-recipe-fallback--mini{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);height:100%}
.bct-recipe-fallback>span{display:grid;place-items:center;background:#fff;min-width:0;min-height:0}
.bct-recipe-fallback>span img{width:100%;height:100%;object-fit:contain!important;padding:7%;background:#fff}
.bct-recipe-fallback--hero>span img{padding:5%}
.bct-recipe-fallback--empty{display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:#f7f3ed;color:#958c82;text-align:center}
.bct-recipe-fallback--empty strong{font-size:16px;color:#746a60}
.bct-recipe-fallback--empty span{font-size:11px}
.bct-related-mini .bct-recipe-fallback{height:100%}
.bct-favorites-page .bct-card-grid{min-height:100px}

@media(max-width:1100px){
  .bct-card-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bct-country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:820px){
  .bct-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .bct-surprise__inner{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .bct-card-grid--4{grid-template-columns:1fr}
  .bct-country-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bct-subhead{display:block}
  .bct-subhead p{margin-top:6px}
  .bct-surprise__inner h2{font-size:34px}
}
