:root {
  --msp-ink: #18201d;
  --msp-paper: #f6f3ec;
  --msp-white: #fff;
  --msp-coral: #ff5c3a;
  --msp-sage: #bfd0b4;
  --msp-blue: #315df5;
  --msp-line: rgba(24, 32, 29, .14);
  --msp-shadow: 0 24px 64px rgba(24, 32, 29, .12);
  --msp-radius: 20px;
  --msp-content: 1320px;
  --msp-gutter: clamp(20px, 3.4vw, 48px);
  --msp-section-space: clamp(76px, 8vw, 112px);
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: .18em; }
.msp-site-header { position: sticky; top: var(--wp-admin--admin-bar--height, 0px); z-index: 50; padding: 12px 24px; background: color-mix(in srgb, var(--msp-paper) 92%, transparent); border-bottom: 1px solid var(--msp-line); backdrop-filter: blur(18px); }
.msp-site-header .wp-block-site-title a { text-decoration: none; }
.msp-site-footer { padding: 72px 24px 28px; background: var(--msp-ink); color: var(--msp-paper); }
.msp-site-footer a { color: var(--msp-paper); }
.msp-language { display: inline-flex; align-items: center; gap: 6px; }
.msp-language select { max-width: 132px; padding: 8px 32px 8px 12px; border: 1px solid var(--msp-line); border-radius: 999px; background: var(--msp-white); color: var(--msp-ink); font: inherit; font-size: .8rem; font-weight: 700; }
.msp-header-actions { gap: 8px; }
.msp-site-header > .wp-block-group { display: grid !important; grid-template-columns: auto auto minmax(360px,1fr) auto; grid-template-rows: auto; gap: clamp(14px,1.7vw,28px); align-items: center; }
.msp-site-header > .wp-block-group > .wp-block-site-title { grid-column: 1; grid-row: 1; white-space: nowrap; }
.msp-site-header > .wp-block-group > .msp-main-navigation { grid-column: 2; grid-row: 1; }
.msp-site-header > .wp-block-group > .msp-header-actions { display: grid !important; grid-column: 3; grid-row: 1; grid-template-columns: minmax(280px,1fr) auto auto; width: 100%; }
.msp-site-header > .wp-block-group > p:last-child { grid-column: 4; grid-row: 1; margin: 0; }
.msp-site-header .msp-language { grid-column: auto; }
.msp-header-search { position: relative; width: 100%; }
.msp-header-search input { width: 100%; height: 44px; box-sizing: border-box; padding: 0 48px 0 18px; border: 1px solid rgba(24,32,29,.24); border-radius: 999px; background: #fff; color: var(--msp-ink); font: inherit; font-size: .86rem; box-shadow: 0 8px 24px rgba(24,32,29,.07); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.msp-header-search input:focus { outline: 0; border-color: rgba(24,32,29,.5); background: #fff; box-shadow: 0 0 0 3px rgba(255,92,58,.15); }
.msp-header-search button { position: absolute; top: 0; right: 0; display: grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--msp-ink); cursor: pointer; }
.msp-header-icon { position: relative; display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid transparent; border-radius: 999px; color: var(--msp-ink); text-decoration: none; transition: border-color .18s ease, background-color .18s ease; }
.msp-header-icon:hover, .msp-header-icon:focus-visible { border-color: var(--msp-line); background: var(--msp-white); }
.msp-header-cart__count { position: absolute; top: -3px; right: -3px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: var(--msp-coral); color: #fff; font-size: .66rem; font-weight: 850; line-height: 1; }

.msp-section { padding: var(--msp-section-space) max(var(--msp-gutter), calc((100vw - var(--msp-content)) / 2)); }
.msp-section__head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(28px, 5vw, 72px); align-items: end; margin-bottom: clamp(32px, 4vw, 48px); }
.msp-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.msp-kicker::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--msp-coral); box-shadow: 0 0 0 5px rgba(255,92,58,.14); }
.msp-section h2 { max-width: 820px; margin: 0; font-size: clamp(2.4rem, 4.5vw, 4.75rem); line-height: .96; }
.msp-section__lead { max-width: 520px; margin: 0; color: rgba(24,32,29,.72); font-size: clamp(1rem, 1.35vw, 1.22rem); }

.msp-hero { position: relative; overflow: clip; padding: clamp(52px, 5.5vw, 78px) var(--msp-gutter) 30px; background: radial-gradient(circle at 86% 7%, rgba(191,208,180,.34), transparent 28rem), var(--msp-paper); }
.msp-hero::before { content: ''; position: absolute; top: 54px; right: -70px; width: 210px; height: 210px; border: 1px solid rgba(24,32,29,.12); border-radius: 50%; pointer-events: none; }
.msp-hero__inner { width: min(var(--msp-content), 100%); margin: 0 auto; }
.msp-hero__top { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 390px); gap: clamp(34px, 6vw, 92px); align-items: center; margin-bottom: clamp(34px, 4vw, 52px); }
.msp-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(3.8rem, 7.1vw, 6.8rem); font-weight: 500; line-height: .89; letter-spacing: -.06em; text-wrap: balance; }
.msp-hero h1 em { color: var(--msp-coral); font-weight: inherit; }
.msp-hero__intro { max-width: 390px; padding: 26px 0 0; }
.msp-hero__intro p { margin: 0 0 28px; color: rgba(24,32,29,.72); font-size: clamp(1rem, 1.4vw, 1.24rem); line-height: 1.55; }
.msp-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.msp-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 19px; border: 1px solid var(--msp-ink); border-radius: 999px; background: var(--msp-ink); color: var(--msp-white) !important; font-size: .88rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.msp-button:hover { transform: translateY(-2px); }
.msp-button--ghost { background: transparent; color: var(--msp-ink) !important; }
.msp-button--coral { border-color: var(--msp-coral); background: var(--msp-coral); }
.msp-hero__stage { display: grid; grid-template-columns: minmax(0,1.62fr) minmax(270px,.68fr); gap: 16px; min-height: clamp(500px,45vw,650px); }
.msp-hero__side { display: grid; grid-template-rows: minmax(0,1fr) auto minmax(0,.78fr); gap: 16px; }
.msp-hero-shot { position: relative; overflow: hidden; margin: 0; border-radius: 30px; background: #d7d3c8; box-shadow: 0 18px 48px rgba(24,32,29,.1); isolation: isolate; }
.msp-hero-shot::before { content: ''; position: absolute; inset: 0; z-index: 1; opacity: .11; pointer-events: none; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E"); }
.msp-hero-shot a { display: block; width: 100%; height: 100%; }
.msp-hero-shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.8,.2,1); }
.msp-hero-shot:hover img { transform: scale(1.025); }
.msp-hero-shot figcaption { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 16px; background: rgba(13,20,17,.56); color: #fff; backdrop-filter: blur(12px); }
.msp-hero-shot figcaption strong { font-size: .9rem; letter-spacing: -.02em; }
.msp-hero-shot figcaption span { color: rgba(255,255,255,.72); font-size: .68rem; text-align: right; }
.msp-hero__badge { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; padding: 22px; border: 1px solid var(--msp-line); border-radius: 24px; background: var(--msp-coral); color: var(--msp-ink); box-shadow: 0 16px 38px rgba(24,32,29,.08); }
.msp-hero__badge-mark { grid-row: span 2; display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(24,32,29,.32); border-radius: 50%; font-size: 1.05rem; }
.msp-hero__badge strong { align-self: end; font-size: 1.05rem; letter-spacing: -.025em; }
.msp-hero__badge > span:last-child { color: rgba(24,32,29,.7); font-size: .78rem; line-height: 1.4; }
.msp-hero__categories { display: flex; align-items: center; gap: 8px; overflow-x: auto; margin-top: 16px; padding: 4px 0; scrollbar-width: thin; }
.msp-hero__categories, .msp-filters { scrollbar-width: none; }
.msp-hero__categories::-webkit-scrollbar, .msp-filters::-webkit-scrollbar { display: none; }
.msp-hero__categories > span { margin-right: auto; padding-right: 18px; color: rgba(24,32,29,.54); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.msp-hero__categories a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--msp-line); border-radius: 999px; color: var(--msp-ink); font-size: .76rem; font-weight: 800; text-decoration: none; transition: border-color .2s ease, background .2s ease; }
.msp-hero__categories a:hover { border-color: var(--msp-ink); background: rgba(255,255,255,.68); }

.msp-gallery-tools { display: grid; grid-template-columns: minmax(240px,.42fr) minmax(0,1fr); gap: 16px; align-items: center; margin-bottom: 28px; }
.msp-search { width: 100%; min-height: 44px; box-sizing: border-box; padding: 10px 16px; border: 1px solid var(--msp-line); border-radius: 999px; background: rgba(255,255,255,.68); color: var(--msp-ink); font: inherit; }
.msp-search:focus { outline: 2px solid var(--msp-coral); outline-offset: 2px; }
.msp-filters { display: flex; gap: 8px; overflow-x: auto; padding: 3px 2px 6px; scrollbar-width: thin; }
.msp-filter { padding: 9px 14px; border: 1px solid var(--msp-line); border-radius: 999px; background: transparent; color: var(--msp-ink); font: inherit; font-size: .78rem; font-weight: 750; cursor: pointer; }
.msp-filters .msp-filter { flex: 0 0 auto; white-space: nowrap; }
.msp-filter[aria-pressed="true"] { border-color: var(--msp-ink); background: var(--msp-ink); color: #fff; }
.msp-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.msp-photo-card { grid-column: span 4; position: relative; overflow: hidden; min-height: 470px; border-radius: var(--msp-radius); background: #ded9cd; isolation: isolate; }
.msp-photo-card:nth-child(4n+1), .msp-photo-card:nth-child(4n+4) { grid-column: span 7; }
.msp-photo-card:nth-child(4n+2), .msp-photo-card:nth-child(4n+3) { grid-column: span 5; }
.msp-photo-card:only-child { grid-column: 3 / span 8; min-height: 660px; }
.msp-photo-card[hidden] { display: none; }
.msp-photo-card img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.msp-photo-card__link { display: block; height: 100%; min-height: inherit; }
.msp-photo-card::before { content: ''; position: absolute; inset: 0; z-index: 1; opacity: .13; pointer-events: none; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.72'/%3E%3C/svg%3E"); }
.msp-photo-card:hover img { transform: scale(1.025); }
.msp-photo-card::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg,transparent 48%,rgba(8,15,12,.84) 100%); pointer-events: none; }
.msp-photo-card__meta { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; }
.msp-photo-card__meta h3 { margin: 0 0 4px; font-family: inherit; font-size: 1.08rem; font-weight: 800; letter-spacing: -.02em; }
.msp-photo-card__meta p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.msp-photo-card__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.msp-photo-card__actions form { margin: 0; }
.msp-photo-card__actions a, .msp-photo-card__actions button { min-height: 32px; box-sizing: border-box; padding: 8px 11px; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--msp-ink); font: inherit; font-size: .72rem; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; cursor: pointer; }
.msp-photo-card__actions a:hover, .msp-photo-card__actions button:hover { background: #fff; }
.msp-photo-card__actions .msp-download-form--purchase button { background: var(--msp-coral); color: var(--msp-ink); }
.msp-photo-card__actions .msp-download-form--owned button { background: var(--msp-sage); color: var(--msp-ink); }

/* Archive: use the viewport like an image library, never an editorial column. */
.post-type-archive-msp_image main.wp-block-group { width: 100%; max-width: none !important; margin: 0 !important; padding: 0 !important; }
.post-type-archive-msp_image main > .wp-block-query-title { display: none; }
.post-type-archive-msp_image .msp-section { box-sizing: border-box; width: 100%; max-width: none !important; margin: 0 !important; padding: clamp(38px,4.2vw,62px) max(var(--msp-gutter),calc((100vw - var(--msp-content))/2)) clamp(82px,9vw,132px); }
.post-type-archive-msp_image .msp-section__head { grid-template-columns: minmax(0,1.35fr) minmax(320px,.65fr); gap: clamp(36px,6vw,92px); margin-bottom: 28px; }
.post-type-archive-msp_image .msp-section__head h2 { max-width: 850px; font-size: clamp(3rem,5vw,5rem); text-wrap: balance; }
.post-type-archive-msp_image .msp-section__lead { justify-self: end; }

/* Desktop image-bank viewer */
.msp-modal-open { overflow: hidden; }
.msp-image-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: clamp(12px,1.7vw,28px); background: rgba(7,10,9,.88); opacity: 0; visibility: hidden; backdrop-filter: blur(14px); transition: opacity .18s ease, visibility .18s ease; }
.msp-image-modal.is-open { opacity: 1; visibility: visible; }
.msp-image-modal__shell { position: relative; width: min(1760px,calc(100vw - clamp(30px,3.4vw,64px))); height: calc(100vh - clamp(24px,3.4vw,54px)); overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: #f4f2ec; box-shadow: 0 36px 120px rgba(0,0,0,.62); transform: translateY(12px) scale(.988); transition: transform .24s cubic-bezier(.2,.8,.2,1); }
.msp-image-modal.is-open .msp-image-modal__shell { transform: none; }
.msp-image-modal iframe { display: block; width: 100%; height: 100%; border: 0; opacity: 0; background: #f4f2ec; transition: opacity .2s ease; }
.msp-image-modal.is-loaded iframe { opacity: 1; }
.msp-image-modal__loading { position: absolute; inset: 0; display: grid; place-items: center; }
.msp-image-modal__loading span { width: 38px; height: 38px; border: 3px solid rgba(255,255,255,.18); border-top-color: #fff; border-radius: 50%; animation: msp-spin .8s linear infinite; }
.msp-image-modal.is-loaded .msp-image-modal__loading { display: none; }
.msp-image-modal__close { position: fixed; top: clamp(16px,2vw,30px); right: clamp(16px,2vw,30px); z-index: 2; display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(17,21,18,.8); color: #fff; font: inherit; cursor: pointer; backdrop-filter: blur(10px); transition: transform .18s ease, background .18s ease; }
.msp-image-modal__close:hover { transform: rotate(5deg) scale(1.06); background: #fff; color: #111512; }
.msp-image-modal__close span { font-size: 2rem; font-weight: 300; line-height: .8; }
@keyframes msp-spin { to { transform: rotate(360deg); } }

.msp-steps { background: var(--msp-sage); }
.msp-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(24,32,29,.18); }
.msp-step { padding: 34px 32px 8px 0; }
.msp-step + .msp-step { padding-left: 32px; border-left: 1px solid rgba(24,32,29,.18); }
.msp-step__number { display: block; margin-bottom: 70px; font-family: Georgia, serif; font-size: 1.05rem; }
.msp-step h3 { margin: 0 0 12px; font-family: inherit; font-size: 1.4rem; font-weight: 800; letter-spacing: -.035em; }
.msp-step p { margin: 0; color: rgba(24,32,29,.7); }

.msp-pricing { background: var(--msp-ink); color: var(--msp-white); }
.msp-pricing .msp-kicker::before { background: var(--msp-coral); }
.msp-pricing .msp-section__lead { color: rgba(255,255,255,.66); }
.msp-price-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.msp-price-card { grid-column: span 3; display: flex; flex-direction: column; min-height: 340px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.055); }
.msp-price-card--feature { grid-column: span 6; background: var(--msp-coral); color: var(--msp-ink); }
.msp-price-card:nth-child(4), .msp-price-card:nth-child(5) { grid-column: span 6; }
.msp-price-card__tag { align-self: flex-start; padding: 6px 9px; border: 1px solid currentColor; border-radius: 999px; font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; opacity: .78; }
.msp-price-card h3 { margin: 42px 0 10px; font-family: inherit; font-size: 1.35rem; font-weight: 800; letter-spacing: -.03em; }
.msp-price-card__price { margin: 0; font-family: Georgia, serif; font-size: clamp(3rem, 5vw, 5.4rem); line-height: .9; letter-spacing: -.06em; }
.msp-price-card__price small { font-family: inherit; font-size: .8rem; letter-spacing: 0; opacity: .7; }
.msp-price-card__note { margin: 14px 0 28px; opacity: .68; }
.msp-price-card .msp-button { margin-top: auto; border-color: #fff; background: #fff; color: var(--msp-ink) !important; }
.msp-price-card--feature .msp-button { border-color: var(--msp-ink); background: var(--msp-ink); color: #fff !important; }
.msp-legal-note { margin: 24px 0 0; color: rgba(255,255,255,.54); font-size: .78rem; }

.msp-faq-list { border-top: 1px solid var(--msp-line); }
.msp-faq-item { border-bottom: 1px solid var(--msp-line); }
.msp-faq-item summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-size: 1.1rem; font-weight: 800; cursor: pointer; list-style: none; }
.msp-faq-item summary::after { content: '+'; font-size: 1.5rem; font-weight: 400; }
.msp-faq-item[open] summary::after { content: '−'; }
.msp-faq-item p { max-width: 780px; margin: -6px 0 28px; color: rgba(24,32,29,.7); }

.msp-network { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; }
.msp-network__brand { max-width: 460px; }
.msp-network__brand strong { display: block; margin-bottom: 16px; font-size: 1.35rem; }
.msp-network__brand p { color: rgba(255,255,255,.6); }
.msp-network__links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.msp-network__links a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.msp-network__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.48); font-size: .74rem; }
.msp-card { overflow: hidden; padding: 18px; border: 1px solid var(--msp-line); border-radius: var(--msp-radius); background: #fff; }
.msp-empty { min-height: 62vh; display: grid; place-content: center; text-align: center; }

/* Real navigation destinations */
.msp-content-page-view main.wp-block-group { max-width: none; padding: 0 !important; }
.msp-content-page-view main > .wp-block-post-title { width: min(var(--msp-content), calc(100% - (2 * var(--msp-gutter)))); margin: 0 auto; padding: clamp(66px,8vw,118px) 0 0; font-family: Georgia,serif; font-size: clamp(4rem,9vw,8.4rem); font-weight: 500; line-height: .84; letter-spacing: -.07em; }
.msp-content-page-view main > .wp-block-post-content { max-width: none; margin: 0; }
.msp-page-intro { display: grid; grid-template-columns: minmax(200px,.55fr) minmax(300px,1fr); gap: clamp(30px,7vw,110px); width: min(var(--msp-content), calc(100% - (2 * var(--msp-gutter)))); margin: 0 auto; padding: clamp(36px,5vw,72px) 0 clamp(48px,6vw,88px); align-items: start; }
.msp-page-intro > p:last-child { max-width: 820px; margin: 0; color: rgba(24,32,29,.76); font-size: clamp(1.25rem,2vw,1.9rem); line-height: 1.42; letter-spacing: -.025em; }
.msp-content-page > .msp-section:first-of-type { border-top: 1px solid var(--msp-line); }

/* Complete FAQ — a browsable help centre rather than a wall of text */
.msp-content-page-view--faq main > .wp-block-post-title { padding-bottom: 0; }
.msp-content-page--faq .msp-page-intro { padding-bottom: clamp(54px,7vw,96px); }
.msp-faq-complete { width: min(var(--msp-content), calc(100% - (2 * var(--msp-gutter)))); margin: 0 auto; padding: 0 0 clamp(90px,12vw,170px); }
.msp-faq-overview { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: clamp(30px,7vw,110px); padding: clamp(28px,4vw,48px); border-radius: 30px; background: var(--msp-ink); color: #fff; box-shadow: 0 26px 70px rgba(24,32,29,.16); }
.msp-faq-overview > div { display: flex; flex-direction: column; justify-content: space-between; gap: 34px; }
.msp-faq-overview strong { max-width: 250px; font-family: Georgia,serif; font-size: clamp(2.25rem,4vw,4.2rem); font-weight: 500; line-height: .94; letter-spacing: -.055em; }
.msp-faq-overview span { color: rgba(255,255,255,.58); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.msp-faq-overview nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.msp-faq-overview nav a { display: flex; min-height: 82px; box-sizing: border-box; align-items: center; gap: 14px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.17); border-radius: 17px; color: #fff; font-size: .94rem; font-weight: 780; line-height: 1.25; text-decoration: none; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.msp-faq-overview nav a:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.08); }
.msp-faq-overview nav a span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--msp-coral); color: var(--msp-ink); font-size: .68rem; letter-spacing: 0; }
.msp-faq-body { padding-top: clamp(70px,9vw,126px); }
.msp-faq-group { display: grid; grid-template-columns: minmax(70px,.22fr) minmax(230px,.55fr) minmax(0,1.23fr); gap: clamp(22px,4vw,64px); padding: clamp(52px,7vw,92px) 0; border-top: 1px solid var(--msp-line); scroll-margin-top: 110px; }
.msp-faq-group:first-child { padding-top: 0; border-top: 0; }
.msp-faq-group__number { margin: 7px 0 0; color: var(--msp-coral); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.msp-faq-group h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(2.15rem,3.5vw,4rem); font-weight: 500; line-height: .98; letter-spacing: -.05em; }
.msp-faq-group .msp-faq-list { min-width: 0; }
.msp-faq-complete .msp-faq-item summary { align-items: flex-start; justify-content: flex-start; gap: 18px; padding: 22px 44px 22px 0; position: relative; font-size: clamp(1rem,1.25vw,1.18rem); line-height: 1.35; }
.msp-faq-complete .msp-faq-item summary > span { flex: 0 0 30px; padding-top: 2px; color: rgba(24,32,29,.38); font-size: .66rem; letter-spacing: .06em; }
.msp-faq-complete .msp-faq-item summary::after { position: absolute; top: 18px; right: 2px; display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid var(--msp-line); border-radius: 50%; font-size: 1.15rem; line-height: 1; }
.msp-faq-answer { padding: 0 36px 8px 48px; }
.msp-faq-complete .msp-faq-item p { max-width: 720px; margin: -2px 0 22px; color: rgba(24,32,29,.72); font-size: 1rem; line-height: 1.72; }
.msp-faq-note { max-width: 760px; margin: 0 0 0 auto; padding: 24px 28px; border-left: 3px solid var(--msp-coral); background: rgba(191,208,180,.2); color: rgba(24,32,29,.68); font-size: .86rem; line-height: 1.55; }
.msp-faq-preview__more { margin: 34px 0 0; }

@media (max-width: 900px) {
  .msp-faq-overview { grid-template-columns: 1fr; }
  .msp-faq-group { grid-template-columns: 48px minmax(0,1fr); }
  .msp-faq-group .msp-faq-list { grid-column: 2; }
}

@media (max-width: 620px) {
  .msp-faq-overview { padding: 24px; border-radius: 24px; }
  .msp-faq-overview nav { grid-template-columns: 1fr; }
  .msp-faq-overview nav a { min-height: 64px; }
  .msp-faq-group { display: block; padding: 50px 0; }
  .msp-faq-group__number { margin-bottom: 10px; }
  .msp-faq-group h2 { margin-bottom: 26px; }
  .msp-faq-complete .msp-faq-item summary { padding-right: 40px; }
  .msp-faq-answer { padding-left: 0; padding-right: 24px; }
}

/* WooCommerce cart — image-library presentation */
.woocommerce-cart main[data-page="cart"] { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: clamp(54px, 7vw, 104px) 0 clamp(84px, 10vw, 150px); }
.single-product .product_meta { display: none !important; }
.single-product .wp-block-woocommerce-product-meta { display: none !important; }
.single-product .woocommerce-product-details__short-description { max-width: 650px; color: rgba(24,32,29,.78); font-size: clamp(1.08rem,1.55vw,1.34rem); line-height: 1.55; }
.woocommerce-cart main[data-page="cart"] > .wp-block-post-title { width: 100%; margin: 0 0 clamp(42px, 6vw, 76px); font-family: Georgia, serif; font-size: clamp(4rem, 9vw, 8.6rem); font-weight: 500; line-height: .82; letter-spacing: -.07em; }
.woocommerce-cart .wp-block-post-content { width: 100%; }

.woocommerce-cart .wp-block-woocommerce-empty-cart-block { position: relative; padding: clamp(28px, 4vw, 54px); border: 1px solid var(--msp-line); border-radius: 34px; background: radial-gradient(circle at 92% 8%, rgba(191,208,180,.32), transparent 25rem), #fff; box-shadow: var(--msp-shadow); overflow: hidden; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block::before { content: ''; position: absolute; top: -120px; right: -70px; width: 330px; height: 330px; border: 1px solid rgba(24,32,29,.1); border-radius: 50%; pointer-events: none; }
.woocommerce-cart .wc-block-cart__empty-cart__title { position: relative; z-index: 1; max-width: 780px; margin: 0 auto clamp(58px,7vw,94px); padding: clamp(40px,6vw,76px) 22px; border-radius: 28px; background: var(--msp-ink); color: #fff; font-family: Georgia, serif; font-size: clamp(2.25rem,4.8vw,4.8rem) !important; font-weight: 500; line-height: .98; letter-spacing: -.05em; text-wrap: balance; box-shadow: 0 24px 60px rgba(24,32,29,.2); }
.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon::before { width: 78px; height: 78px; margin: 0 auto 30px; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: radial-gradient(circle, var(--msp-coral) 0 8px, transparent 9px), conic-gradient(from 12deg, transparent 0 9%, rgba(255,255,255,.92) 10% 23%, transparent 24% 42%, rgba(255,255,255,.92) 43% 56%, transparent 57% 75%, rgba(255,255,255,.92) 76% 89%, transparent 90%); -webkit-mask-image: none; mask-image: none; box-shadow: inset 0 0 0 12px rgba(255,255,255,.07); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator { display: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2 { margin: 0 0 34px; font-family: inherit; font-size: clamp(1.55rem,3vw,2.6rem); font-weight: 850; letter-spacing: -.04em; text-align: left; }

.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 0; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product { display: flex; flex-direction: column; width: auto !important; max-width: none !important; min-width: 0; margin: 0; padding: 14px 14px 16px; border: 1px solid var(--msp-line); border-radius: 24px; background: var(--msp-paper); text-align: left; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover { transform: translateY(-4px); border-color: rgba(24,32,29,.34); box-shadow: 0 18px 42px rgba(24,32,29,.11); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { position: relative; display: grid; width: 100%; aspect-ratio: 1.18; place-items: center; overflow: hidden; margin: 0 0 18px; border-radius: 17px; background: linear-gradient(145deg, var(--msp-ink), #2b3934); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image::before { content: 'C'; display: grid; width: 84px; height: 84px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; font-family: Georgia, serif; font-size: 2.8rem; box-shadow: 0 0 0 14px rgba(255,255,255,.055), 0 0 0 28px rgba(255,255,255,.035); }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image::after { content: ''; position: absolute; inset: 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; pointer-events: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title { min-height: 2.7em; margin: 0 4px 12px; color: var(--msp-ink); font-size: clamp(.92rem,1.25vw,1.08rem); font-weight: 850; line-height: 1.25; letter-spacing: -.025em; text-decoration: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price { margin: auto 4px 18px; color: rgba(24,32,29,.68); font-family: Georgia, serif; font-size: 1.5rem; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button { width: 100%; margin: 0; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a { display: flex; width: 100%; min-height: 46px; box-sizing: border-box; align-items: center; justify-content: center; padding: 0 14px; border: 1px solid var(--msp-ink); border-radius: 999px; background: var(--msp-ink); color: #fff !important; font-size: .78rem; font-weight: 850; text-decoration: none; transition: background .2s ease, color .2s ease; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover,
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover { background: var(--msp-coral); border-color: var(--msp-coral); color: var(--msp-ink) !important; }

.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart { gap: clamp(24px,4vw,54px); }
.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar { box-sizing: border-box; border: 1px solid var(--msp-line); border-radius: 26px; background: #fff; }
.woocommerce-cart .wc-block-cart__main { padding: clamp(20px,3vw,36px); }
.woocommerce-cart .wc-block-cart__sidebar { height: max-content; padding: clamp(20px,3vw,32px); box-shadow: 0 20px 48px rgba(24,32,29,.09); }
.woocommerce-cart .wc-block-cart__submit-button { border-radius: 999px !important; background: var(--msp-coral) !important; color: var(--msp-ink) !important; font-weight: 850; }

@media (max-width: 980px) {
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .woocommerce-cart main[data-page="cart"] { width: min(100% - 28px, 1440px); padding-top: 42px; }
  .woocommerce-cart main[data-page="cart"] > .wp-block-post-title { margin-bottom: 34px; font-size: clamp(3.4rem,20vw,5.4rem); }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block { padding: 14px; border-radius: 24px; }
  .woocommerce-cart .wc-block-cart__empty-cart__title { margin-bottom: 48px; padding: 42px 18px; border-radius: 20px; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2 { padding: 0 6px; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { grid-template-columns: 1fr; }
  .woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image { aspect-ratio: 1.65; }
}

@media (max-width: 960px) {
	.msp-site-header > .wp-block-group { display: grid !important; grid-template-columns: auto minmax(0,1fr) auto; grid-template-rows: auto auto; gap: 10px 18px; width: 100%; }
	.msp-site-header > .wp-block-group > .wp-block-site-title { grid-column: 1; grid-row: 1; }
	.msp-site-header > .wp-block-group > .msp-main-navigation { grid-column: 2; grid-row: 1; justify-self: center; }
	.msp-site-header > .wp-block-group > .msp-header-actions { display: grid !important; grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0,1fr) auto auto; width: 100%; }
	.msp-site-header > .wp-block-group > p:last-child { grid-column: 3; grid-row: 1; margin: 0; }
	.msp-hero__top, .msp-section__head, .msp-network { grid-template-columns: 1fr; }
  .msp-hero__stage { grid-template-columns: minmax(0,1.35fr) minmax(240px,.65fr); min-height: 670px; }
  .msp-hero-shot figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .msp-hero-shot figcaption span { text-align: left; }
  .msp-photo-card, .msp-photo-card:nth-child(n) { grid-column: span 6; }
  .msp-photo-card:only-child { grid-column: 2 / span 10; min-height: 600px; }
  .msp-price-card, .msp-price-card--feature, .msp-price-card:nth-child(4), .msp-price-card:nth-child(5) { grid-column: span 6; }
  .msp-steps__grid { grid-template-columns: 1fr; }
	.msp-header-search { width: 100%; }
  .msp-step, .msp-step + .msp-step { padding: 26px 0; border-left: 0; border-bottom: 1px solid rgba(24,32,29,.18); }
  .msp-step__number { margin-bottom: 28px; }
}

@media (max-width: 620px) {
  .msp-site-header { padding: 10px 14px 12px; }
  .msp-site-header > .wp-block-group { display: grid !important; grid-template-columns: minmax(0,1fr) auto auto; grid-template-rows: auto auto; width: 100%; gap: 9px 8px; }
  .msp-site-header > .wp-block-group > .wp-block-site-title { grid-column: 1; grid-row: 1; min-width: 0; font-size: .96rem; }
  .msp-site-header > .wp-block-group > .msp-main-navigation { grid-column: 3; grid-row: 1; justify-self: end; }
  .msp-site-header > .wp-block-group > .msp-header-actions { display: grid !important; grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0,1fr) auto auto; width: 100%; gap: 5px; margin: 0; }
  .msp-site-header > .wp-block-group > p:last-child { grid-column: 2; grid-row: 1; margin: 0; }
  .msp-site-header .wp-block-navigation { order: initial; }
	.msp-header-search { width: 100%; min-width: 0; }
	.msp-header-search input { height: 40px; padding: 0 42px 0 15px; color: var(--msp-ink); cursor: text; }
	.msp-header-search input::placeholder { color: rgba(24,32,29,.55); }
	.msp-header-search:focus-within { position: relative; right: auto; left: auto; width: 100%; }
	.msp-header-search:focus-within input { padding: 0 42px 0 15px; }
  .msp-language select { width: 118px; max-width: 118px; padding-top: 7px; padding-bottom: 7px; }
  .msp-header-icon { width: 40px; height: 40px; }
  .msp-hero h1 { font-size: clamp(3.05rem, 15.5vw, 4.45rem); line-height: .91; }
  .msp-hero { padding: 38px 16px 24px; }
  .msp-hero__top { gap: 24px; margin-bottom: 30px; }
  .msp-hero__intro { max-width: none; padding-top: 0; }
  .msp-hero__intro p { margin-bottom: 22px; }
  .msp-hero::before { display: none; }
  .msp-hero__stage { grid-template-columns: 1fr; min-height: auto; }
  .msp-hero-shot--lead { min-height: 92vw; border-radius: 24px; }
  .msp-hero__side { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .msp-hero-shot--small { min-height: 48vw; border-radius: 20px; }
  .msp-hero-shot--last { grid-column: 2; grid-row: 1; }
  .msp-hero__badge { grid-column: 1 / -1; grid-row: 2; }
  .msp-hero-shot--small figcaption { right: 8px; bottom: 8px; left: 8px; padding: 10px; }
  .msp-hero-shot--small figcaption span { display: none; }
  .msp-hero__categories > span { display: none; }
  .msp-photo-card, .msp-photo-card:nth-child(n), .msp-price-card, .msp-price-card--feature, .msp-price-card:nth-child(4), .msp-price-card:nth-child(5) { grid-column: 1 / -1; }
  .msp-photo-card, .msp-photo-card:only-child { min-height: 450px; }
  .msp-photo-card__meta { align-items: flex-start; flex-direction: column; }
  .msp-photo-card__actions { justify-content: flex-start; }
  .msp-gallery-tools { grid-template-columns: 1fr; }
  .msp-network__links { grid-template-columns: 1fr; }
  .msp-network__bottom { flex-direction: column; }
  .msp-section { padding-top: 68px; padding-bottom: 68px; }
  .msp-section h2 { font-size: clamp(2.25rem, 11vw, 3.1rem); }
  .msp-price-card { min-height: 300px; padding: 22px; }
  .msp-price-card h3 { margin-top: 30px; }
	.msp-content-page-view main > .wp-block-post-title { padding-top: 54px; font-size: clamp(3.8rem,20vw,5.6rem); }
	.msp-page-intro { grid-template-columns: 1fr; gap: 8px; padding-top: 28px; }
	.msp-page-intro > p:last-child { font-size: 1.2rem; }
}

@media (max-width: 340px) {
  .msp-hero__side { grid-template-columns: 1fr; }
  .msp-hero-shot--small, .msp-hero-shot--last { grid-column: 1; grid-row: auto; min-height: 76vw; }
  .msp-hero__badge { grid-column: 1; grid-row: auto; }
}
