/* NOOFNO World Flags — homepage + /world-flags/ landing (0.9.73)
   Namespaced wf-* styles; scoped under .noofno-world-flags to avoid Astra clashes. */

.noofno-world-flags { font-family: Arial, Helvetica, sans-serif; color: #21110f; background:#fbfaf7; }
/* 0.9.94: keep horizontal-overflow clipping ONLY on the landing/home content
   wrappers. The site-chrome header wrapper (.wf-shell) also carries the
   .noofno-world-flags class, so a generic rule here turned the shell into a
   clipping/scroll container and cut the Shop Charms mega panel to the header
   height on the homepage + /world-flags/ only (other pages don't load this
   CSS). Scope it to the content wrappers; the body rule below remains the
   outer safety net. */
.noofno-world-flags.wf-landing, .noofno-world-flags.wf-home { overflow-x:hidden; }
.noofno-world-flags * { box-sizing: border-box; }
.noofno-world-flags img { max-width: 100%; height: auto; display: block; }

/* --- tokens --- */
.noofno-world-flags-page .entry-header,
.noofno-world-flags-page .entry-title { display: none !important; }


/* Let the campaign home and world-flags landing own the full browser width. */
body.noofno-world-flags-home .site-content .ast-container,
body.noofno-world-flags-page .site-content .ast-container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	display: block !important;
}
body.noofno-world-flags-home .site-content,
body.noofno-world-flags-page .site-content,
body.noofno-world-flags-home .entry-content,
body.noofno-world-flags-page .entry-content {
	margin: 0 !important;
	padding: 0 !important;
}
body.noofno-world-flags-home .entry-content > .noofno-world-flags,
body.noofno-world-flags-page .entry-content > .noofno-world-flags {
	width: 100vw;
	max-width: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.noofno-world-flags .wf-button {
	display: inline-flex; align-items: center; justify-content: space-between; gap: 30px;
	min-height: 48px; padding: 14px 23px; border: 0; background: #f2520c; color: #fff;
	font-size: 12px; text-decoration: none; line-height: 1; cursor: pointer;
}
.noofno-world-flags .wf-button--dark { background: #292c2a; }
.noofno-world-flags .wf-button:hover { filter: brightness(1.05); }
.noofno-world-flags .wf-eyebrow { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: #69645d; margin: 0 0 12px; }
.noofno-world-flags h1, .noofno-world-flags h2, .noofno-world-flags h3 { font-weight: 400; letter-spacing: -2px; margin: 0 0 12px; }
.noofno-world-flags h1 { font-size: clamp(48px, 5.5vw, 88px); line-height: 1.02; }
.noofno-world-flags h2 { font-size: clamp(32px, 3.5vw, 51px); line-height: 1.06; letter-spacing: -1.5px; }
.noofno-world-flags h3 { font-size: 20px; letter-spacing: -0.5px; }
.noofno-world-flags p { font-size: 14px; line-height: 1.6; color: #6b665f; }
.noofno-world-flags .wf-fine { font-size: 12px; color: #807b73; }
.noofno-world-flags .wf-micro { font-size: 12px; color: #a93e13; margin: 8px 0; }
.noofno-world-flags .wf-text-link { font-size: 12px; color: #272622; text-decoration: underline; }

/* --- hero (full-bleed background carousel with overlaid copy) --- */
.noofno-world-flags .wf-hero { position:relative; min-height:min(88vh, 760px); background:#f3eee6; overflow:hidden; }
.noofno-world-flags .wf-hero::before { content:""; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(90deg, rgba(243,238,230,.90) 0%, rgba(243,238,230,.62) 40%, rgba(243,238,230,0) 70%); }
.noofno-world-flags .wf-hero__media { position:absolute; inset:0; width:100%; height:100%; }
.noofno-world-flags .wf-hero__slide { position:absolute; inset:0; opacity:0; transition:opacity .8s ease; }
.noofno-world-flags .wf-hero__slide.is-active { opacity:1; }
.noofno-world-flags .wf-hero__img { width:100%; height:100%; object-fit:cover; object-position:center; }
.noofno-world-flags .wf-hero__copy { position:relative; z-index:2; max-width:600px; padding:54px clamp(28px,6vw,96px) 54px;
  display:flex; flex-direction:column; justify-content:center; gap:16px; }
.noofno-world-flags .wf-hero__copy > p:not(.wf-eyebrow):not(.wf-micro) { max-width: 430px; font-size:16px; line-height:1.7; }
.noofno-world-flags .wf-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.noofno-world-flags .wf-intent { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid #ece8e1; padding-top: 14px; max-width: 360px; }
.noofno-world-flags .wf-intent a { text-decoration: none; color: #272622; }
.noofno-world-flags .wf-intent strong { display: block; font-size: 14px; margin-bottom: 4px; font-weight: 700; }
.noofno-world-flags .wf-intent span { font-size: 11px; color: #69645d; }

/* --- ribbon --- */
.noofno-world-flags .wf-ribbon { display: flex; justify-content: center; gap: 32px; padding: 18px 14px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #69645d; border-bottom: 1px solid #efeeeb; background:#fbfaf7; }
.noofno-world-flags .wf-ribbon b { color: #f2520c; }

/* --- sections --- */
.noofno-world-flags .wf-section { padding: 72px clamp(28px, 6vw, 96px); }
.noofno-world-flags .wf-section__head { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-bottom: 36px; }
.noofno-world-flags .wf-section__head > div, .noofno-world-flags .wf-section__head > p { max-width: 40%; }
.noofno-world-flags .wf-section__head > p { text-align: right; }
.noofno-world-flags .wf-section__head > a { font-size: 12px; color: #272622; text-decoration: underline; }

/* --- finish tabs --- */
.noofno-world-flags .wf-finish { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; flex-wrap: wrap; }
.noofno-world-flags .wf-finish button { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #ddd; background: #fff; color: #272622; padding: 10px 16px; font-size: 13px; cursor: pointer; }
.noofno-world-flags .wf-finish button[aria-pressed="true"] { border-color: #262822; background: #262822; color: #fff; }
.noofno-world-flags .wf-swatch { width: 14px; height: 14px; border-radius: 2px; display: inline-block; }
.noofno-world-flags .wf-swatch--silver { background: linear-gradient(135deg, #d8d8d8, #8a8a8a); }
.noofno-world-flags .wf-swatch--gold { background: linear-gradient(135deg, #e6c15a, #9a7b1e); }
.noofno-world-flags .wf-group-link { margin-left: auto; font-size: 12px; color: #272622; text-decoration: underline; }

/* --- search --- */
.noofno-world-flags .wf-search { display: flex; align-items: center; gap: 14px; margin: 18px 0; }
.noofno-world-flags .wf-search label { font-size: 13px; color: #69645d; white-space: nowrap; }
.noofno-world-flags .wf-search input { flex: 1; max-width: 340px; border: 1px solid #e9e3dc; border-radius: 0; padding: 12px 14px; font-size: 14px; }
.noofno-world-flags .wf-search span { font-size: 12px; color: #69645d; }

/* Continent grouping (flags grouped by continent, not by colour finish) */
.noofno-world-flags .wf-continents { display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 18px; }
.noofno-world-flags .wf-continents button { border: 1px solid #ddd; background: #fff; color: #272622; padding: 9px 16px; font-size: 13px; cursor: pointer; }
.noofno-world-flags .wf-continents button[aria-pressed="true"] { border-color: #262822; background: #262822; color: #fff; }
.noofno-world-flags .wf-continents .wf-c { opacity: .7; margin-left: 4px; font-size: 11px; }
.noofno-world-flags .wf-continent { margin-bottom: 34px; }
.noofno-world-flags .wf-continent__title { font-size: 21px; letter-spacing: -0.6px; margin: 0 0 16px; }
.noofno-world-flags .wf-continent__title .wf-continent__count { color: #807b73; font-size: 12px; font-weight: 400; letter-spacing: 0; margin-left: 8px; }
.noofno-world-flags .wf-continent__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }

/* --- product grid --- */
.noofno-world-flags .wf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 18px; }
.noofno-world-flags .wf-product { border: 1px solid #ece8e1; background: #fff; padding: 14px; display: flex; flex-direction: column; }
.noofno-world-flags .wf-product__photo { position: relative; aspect-ratio: 1; background: #fffdfb; display: flex; align-items: center; justify-content: center; }
.noofno-world-flags .wf-product__photo img { max-height: 100%; max-width: 100%; object-fit: contain; }
.noofno-world-flags .wf-add { position: absolute; right: 8px; bottom: 8px; width: 30px; height: 30px; border-radius: 50%; background: #f2520c; color: #fff; font-size: 18px; line-height: 1; display: flex; align-items: center; justify-content: center; text-decoration: none; }
.noofno-world-flags .wf-add[disabled] { background: #b9b5ae; cursor: not-allowed; }
.noofno-world-flags .wf-product h3 { font-size: 14px; margin: 10px 0 4px; letter-spacing: -0.3px; }
.noofno-world-flags .wf-product h3 a { color: #272622; text-decoration: none; }
.noofno-world-flags .wf-product p { font-size: 13px; color: #272622; margin: 0; }
.noofno-world-flags .wf-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }
.noofno-world-flags .wf-bottom a { font-size: 12px; color: #272622; text-decoration: underline; }

/* --- stories / scenes / category --- */
.noofno-world-flags .wf-story-grid, .noofno-world-flags .wf-scene-grid, .noofno-world-flags .wf-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.noofno-world-flags .wf-story-grid article, .noofno-world-flags .wf-scene-grid > a { text-decoration: none; color: #272622; }
.noofno-world-flags .wf-scene-grid img, .noofno-world-flags .wf-story-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
/* "WHAT WILL YOUR FLAGS REMEMBER" — 2 story cards fill the row (2 columns). */
.noofno-world-flags .wf-story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.noofno-world-flags .wf-category-card { display: grid; grid-template-rows: auto 1fr; border: 1px solid #ece8e1; background: #fff; min-width: 0; }
.noofno-world-flags .wf-category-card__image { display: grid; place-items: center; aspect-ratio: 1; padding: clamp(18px, 3vw, 42px); background: #f8f7f4; text-decoration: none; overflow: hidden; }
.noofno-world-flags .wf-category-card__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; opacity: 1; visibility: visible; }
.noofno-world-flags .wf-category-card__copy { padding: 18px 18px 20px; }
.noofno-world-flags .wf-category-card__copy h3 { font-size: 18px; line-height: 1.2; letter-spacing: -0.6px; }
.noofno-world-flags .wf-category-card__copy h3 a { color: #272622; text-decoration: none; }
.noofno-world-flags .wf-category-card__copy p:not(.wf-eyebrow) { min-height: 45px; margin: 0 0 14px; font-size: 12px; line-height: 1.55; }
/* Home group grid: 4 columns so cards/images are smaller and sharper (6->8 groups). */
.noofno-world-flags .wf-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }

/* Related "Finish with something personal" grid — one compact row on desktop, self-adapting. */
.noofno-world-flags .wf-related-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1199px) { .noofno-world-flags .wf-related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; } }
.noofno-world-flags .wf-related { display: block; text-decoration: none; color: #272622; border: 1px solid #ece8e1; background: #fff; overflow: hidden; }
.noofno-world-flags .wf-related img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 12px; background: #f8f7f4; mix-blend-mode: multiply; }
.noofno-world-flags .wf-related__copy { padding: 8px 10px 10px; }
.noofno-world-flags .wf-related__copy h3 { font-size: 12px; letter-spacing: -0.3px; margin: 4px 0 4px; }
.noofno-world-flags .wf-related__copy .wf-eyebrow { font-size: 9px; margin: 0 0 4px; letter-spacing: 1px; }
.noofno-world-flags .wf-related__copy .wf-text-link { font-size: 10px; }



/* --- starter --- */
.noofno-world-flags .wf-starter { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); background: #f0ece4; padding: 72px clamp(28px, 6vw, 96px); align-items: center; }
.noofno-world-flags .wf-starter__image img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.noofno-world-flags .wf-price { font-size: 26px; font-weight: 700; color: #272622; display: block; margin: 10px 0; letter-spacing: -1px; }

/* --- guide steps + faq --- */
.noofno-world-flags .wf-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 20px 0 30px; }
.noofno-world-flags .wf-steps span { color: #c44519; font-size: 12px; letter-spacing: 1px; }
.noofno-world-flags .wf-faq { border-top: 1px solid #ece8e1; padding: 10px 0; }
.noofno-world-flags .wf-faq summary { cursor: pointer; font-size: 13px; }
.noofno-world-flags .wf-faq p { font-size: 13px; }

/* --- trust + final cta --- */
.noofno-world-flags .wf-trust { background: #f4f1eb; }
.noofno-world-flags .wf-trust__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.noofno-world-flags .wf-trust__grid a { text-decoration: none; color: #272622; border-top: 1px solid #ddd; padding-top: 12px; }
.noofno-world-flags .wf-trust__grid span { font-size: 10px; letter-spacing: 2px; color: #69645d; }
.noofno-world-flags .wf-final { background: #e8e9e4; text-align: center; padding: 86px clamp(28px,6vw,96px); }
.noofno-world-flags .wf-final .wf-button { margin-top: 16px; }

/* --- responsive --- */
@media (max-width: 760px) {
	.noofno-world-flags .wf-hero { display:flex; flex-direction:column; min-height:0; background:#f3eee6; overflow:hidden; }
	.noofno-world-flags .wf-hero::before { content:none; }
	.noofno-world-flags .wf-hero__media { position:relative; inset:auto; width:100%; height:clamp(250px, 42vh, 380px); flex:0 0 auto; overflow:hidden; }
	.noofno-world-flags .wf-hero__img { object-position:center 55%; }
	.noofno-world-flags .wf-hero__copy { max-width:100%; padding:26px 6% 32px; }
	.noofno-world-flags .wf-hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
	.noofno-world-flags .wf-section { padding: 48px 18px; }
	.noofno-world-flags .wf-section__head { flex-direction: column; }
	.noofno-world-flags .wf-section__head > p, .noofno-world-flags .wf-section__head > div { max-width: 100%; text-align: left; }
	.noofno-world-flags .wf-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
	.noofno-world-flags .wf-continent__grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 12px; }
	.noofno-world-flags .wf-continent { margin-bottom: 26px; }
	.noofno-world-flags .wf-story-grid, .noofno-world-flags .wf-scene-grid, .noofno-world-flags .wf-steps, .noofno-world-flags .wf-trust__grid { grid-template-columns: 1fr; }
	.noofno-world-flags .wf-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
	.noofno-world-flags .wf-category-card__image { padding: 12px; }
	.noofno-world-flags .wf-category-card__copy { padding: 13px; }
	.noofno-world-flags .wf-category-card__copy h3 { font-size: 14px; letter-spacing: -0.3px; }
	.noofno-world-flags .wf-category-card__copy p:not(.wf-eyebrow) { min-height: 0; font-size: 11px; }
	.noofno-world-flags .wf-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.noofno-world-flags .wf-starter { grid-template-columns: 1fr; padding: 48px 18px; }
}



body.noofno-world-flags-home, body.noofno-world-flags-page { overflow-x:hidden; }

