:root {
  --ink: #1a1631;
  --purple: #6e3df2;
  --lilac: #a56bff;
  --gold: #ffb800;
  --paper: #f7f7fa;
  --white: #ffffff;
  --muted: #6f6982;
  --line: rgba(26, 22, 49, 0.12);
  --radius: 24px;
  font-family: "Nunito", "Arial Rounded MT Bold", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--gold); padding: .8rem 1rem; border-radius: 12px; font-weight: 900; }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 0 5vw; background: rgba(247,247,250,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-size: 1.15rem; font-weight: 900; letter-spacing: -.04em; }
.brand b { color: var(--purple); }
.brand-avatar { width: 42px; height: 42px; flex: none; object-fit: contain; filter: drop-shadow(0 4px 7px rgba(74, 30, 160, .2)); }
.brand-crown { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; color: var(--ink); background: var(--gold); transform: rotate(-5deg); }
nav { display: flex; align-items: center; gap: 1.5rem; font-weight: 800; font-size: .9rem; }
nav a:hover { color: var(--purple); }
.nav-cta { padding: .7rem 1rem; color: var(--white) !important; background: var(--ink); border-radius: 99px; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr); gap: 5vw; align-items: center; padding: 5rem 5vw; overflow: hidden; background: radial-gradient(circle at 12% 22%, rgba(165,107,255,.19), transparent 28%), var(--paper); }
.hero-copy { max-width: 720px; }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.15rem; color: var(--lilac); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: "✦"; color: var(--gold); font-size: 1rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.45rem; font-size: clamp(3.4rem, 6.6vw, 7.5rem); line-height: .9; letter-spacing: -.075em; font-weight: 900; }
h1 em { color: var(--purple); font-style: normal; }
.hero-copy > p { max-width: 620px; margin-bottom: 2rem; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .85rem 1.25rem; border: 0; border-radius: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .filter:focus-visible, input:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button-primary { background: var(--purple); color: var(--white); box-shadow: 0 12px 30px rgba(110,61,242,.25); }
.button-ghost { border: 1px solid var(--line); background: var(--white); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.8rem; color: var(--muted); font-size: .84rem; font-weight: 700; }
.hero-proof span { padding-right: 1.5rem; border-right: 1px solid var(--line); }
.hero-proof span:last-child { border-right: 0; }
.hero-proof b { display: block; color: var(--ink); font-size: 1.35rem; }
.hero-visual { position: relative; padding: .8rem .8rem 1rem; border: 1px solid rgba(26,22,49,.1); border-radius: 34px; background: var(--white); transform: rotate(1.2deg); box-shadow: 0 34px 80px rgba(26,22,49,.18); }
.hero-visual::before { content: ""; position: absolute; z-index: -1; inset: 18px -14px -16px 14px; border-radius: 34px; background: var(--lilac); opacity: .28; transform: rotate(-3deg); }
.hero-visual img { display: block; width: 100%; aspect-ratio: 2.7 / 1; object-fit: cover; border-radius: 24px; }
.hero-visual-tags { display: flex; flex-wrap: wrap; gap: .5rem; padding: .8rem .25rem 0; }
.hero-visual-tags span { padding: .45rem .72rem; border-radius: 99px; background: rgba(110,61,242,.1); color: var(--purple); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.seal { position: absolute; right: -20px; bottom: -24px; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border: 5px solid var(--paper); border-radius: 50%; background: var(--gold); color: var(--ink); font-size: .9rem; font-weight: 800; line-height: 1.05; transform: rotate(-8deg); box-shadow: 0 14px 36px rgba(26,22,49,.22); }
.seal b { font-size: 1.25rem; }
.spark { position: absolute; z-index: 2; color: var(--gold); font-size: 2rem; animation: float 3s ease-in-out infinite; }
.spark-one { left: -22px; top: 10%; }
.spark-two { right: 12%; top: -24px; animation-delay: .8s; }
@keyframes float { 50% { transform: translateY(-8px) rotate(12deg); } }

.catalog-section { padding: 7rem 5vw; background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; max-width: 1400px; margin: 0 auto 2.3rem; }
.section-heading h2, .criteria-intro h2, .design-copy h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.section-heading > p { max-width: 410px; margin-bottom: .4rem; color: var(--muted); font-size: 1.05rem; line-height: 1.55; }
.eyebrow-dark { color: var(--purple); }
.catalog-tools { max-width: 1400px; margin: 0 auto 1.2rem; display: grid; gap: 1rem; }
.search-box { min-height: 62px; display: flex; align-items: center; gap: .8rem; padding: 0 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.search-box span { font-size: 1.8rem; line-height: 1; }
.search-box input { width: 100%; height: 60px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.filters { display: flex; gap: .6rem; overflow-x: auto; padding: .1rem 0 .4rem; scrollbar-width: thin; }
.filter { white-space: nowrap; border: 1px solid var(--line); border-radius: 99px; background: var(--white); padding: .7rem 1rem; font-size: .88rem; font-weight: 800; cursor: pointer; }
.filter:hover, .filter.active { border-color: var(--purple); background: var(--purple); color: var(--white); }
.result-count { max-width: 1400px; margin: 1.4rem auto; color: var(--muted); font-size: .86rem; font-weight: 800; }
.product-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.product-card { min-height: 420px; display: flex; flex-direction: column; position: relative; overflow: hidden; padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(110,61,242,.45); box-shadow: 0 18px 50px rgba(26,22,49,.1); }
.card-top { display: flex; flex-direction: column; gap: 1rem; align-items: start; }
.product-illustration { display: block; width: 180px; max-width: 100%; aspect-ratio: 1; align-self: center; border-radius: 18px; background-image: url("assets/product-illustrations.png"); background-size: 400% 400%; background-repeat: no-repeat; }
.confidence { padding: .45rem .65rem; border-radius: 99px; background: rgba(110,61,242,.1); color: var(--purple); font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.product-card h3 { margin: 1.25rem 0 .6rem; font-size: 1.35rem; line-height: 1.15; letter-spacing: -.02em; }
.product-card .category { margin-bottom: .9rem; color: var(--purple); font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.product-card .note { margin-bottom: 1rem; color: var(--muted); font-size: .9rem; line-height: 1.45; }
.product-details { margin: -.25rem 0 .8rem; color: var(--ink); font-size: .82rem; line-height: 1.45; }
.product-attention { margin: 0 0 .8rem; padding: .6rem .7rem; border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; background: rgba(255,184,0,.12); color: var(--ink); font-size: .78rem; line-height: 1.4; }
.card-link { margin-top: auto; display: flex; justify-content: space-between; align-items: center; min-height: 46px; padding: .7rem .9rem; border-radius: 12px; background: var(--white); font-size: .88rem; font-weight: 900; }
.card-link:hover { background: var(--gold); }
.empty-state { max-width: 560px; margin: 3rem auto 0; text-align: center; padding: 3rem 1.5rem; border: 1px dashed rgba(110,61,242,.45); border-radius: var(--radius); background: var(--paper); }
.empty-state > span { color: var(--gold); font-size: 2.4rem; }
.empty-state h3 { margin: .8rem 0 .5rem; font-size: 1.5rem; }
.empty-state p { color: var(--muted); }

.criteria-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; padding: 7rem 7vw; background: var(--ink); color: var(--white); }
.criteria-intro { align-self: start; position: static; min-width: 0; }
.criteria-intro h2 { max-width: 600px; margin-bottom: 1.5rem; }
.criteria-intro > p { max-width: 560px; color: #c9c4d8; font-size: 1.05rem; line-height: 1.65; }
.criteria-list { border-top: 1px solid rgba(255,255,255,.16); }
.criteria-list article { display: grid; grid-template-columns: 64px 1fr; gap: 1.2rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.criteria-list article > span { color: var(--gold); font-size: .78rem; font-weight: 900; }
.criteria-list h3 { margin-bottom: .35rem; font-size: 1.35rem; }
.criteria-list p { margin-bottom: 0; color: #c9c4d8; line-height: 1.5; }
.transparency { grid-column: 1 / -1; margin: 1rem 0 0; padding: 1rem 1.2rem; border-left: 4px solid var(--gold); background: rgba(255,255,255,.07); color: #d8d3e4; font-size: .88rem; line-height: 1.55; }
.transparency b { color: var(--white); }

.design-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 6vw; align-items: center; padding: 7rem 7vw; background: var(--purple); color: var(--white); }
.eyebrow-gold { color: var(--gold); }
.design-copy h2 { max-width: 790px; margin-bottom: 1.5rem; }
.design-copy p { max-width: 680px; margin-bottom: 2rem; color: #e7ddff; font-size: 1.05rem; line-height: 1.65; }
.button-gold { background: var(--gold); color: var(--ink); box-shadow: 0 14px 32px rgba(26,22,49,.2); }
.services-panel { padding: 1.5rem; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; background: rgba(26,22,49,.3); box-shadow: 0 30px 70px rgba(26,22,49,.22); }
.panel-label { margin-bottom: 1rem; color: var(--gold); font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.services-panel ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin: 0; padding: 0; }
.services-panel li { min-height: 68px; display: flex; align-items: center; gap: .65rem; padding: .9rem; border-radius: 15px; background: rgba(255,255,255,.09); font-weight: 800; }
.services-panel li span { color: var(--gold); }
.signature { display: flex; align-items: center; gap: .8rem; margin-top: 1rem; padding: 1rem; border-radius: 18px; background: var(--white); color: var(--ink); }
.designer-portrait { margin: 0 0 1.5rem; overflow: hidden; border-radius: 20px; background: var(--paper); color: var(--ink); }
.designer-portrait img { display: block; width: 100%; height: clamp(320px, 32vw, 460px); object-fit: cover; object-position: center 28%; }
.designer-portrait figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .3rem 1rem; padding: 1rem; }
.designer-portrait figcaption span { color: var(--muted); font-size: .9rem; }
.signature-logo { width: 64px; height: 64px; flex: none; object-fit: contain; border-radius: 14px; }
.signature > div { min-width: 0; overflow-wrap: anywhere; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-actions .button { white-space: normal; text-align: center; }
.contact-instagram { border: 1px solid rgba(255,255,255,.65); background: transparent; color: var(--white); }
.contact-instagram:hover { background: rgba(255,255,255,.12); }
.footer-avatar { width: 56px; height: 56px; flex: none; display: grid; place-items: center; background: var(--paper); border-radius: 50%; }
.footer-avatar img { width: 42px; height: 48px; object-fit: contain; }
.signature b, .signature small { display: block; }
.signature small { margin-top: .1rem; color: var(--muted); }

footer { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 3rem 5vw; background: #100d21; color: var(--white); }
.footer-brand { color: #24133e; }
footer { background: #f9f4f3; color: #24133e; }
footer .brand-logo { border-radius: 0; mix-blend-mode: darken; }
footer > p { margin-bottom: 0; color: #594769; }
footer > div { display: flex; flex-direction: column; gap: .25rem; text-align: right; font-size: .86rem; }
footer > div a { color: #6930a8; font-weight: 900; }
footer > div a:hover { color: #35134f; text-decoration: underline; }
footer a:focus-visible { outline: 3px solid #6930a8; outline-offset: 5px; }
footer > div span { color: #594769; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 4rem; }
  .hero-copy { max-width: 800px; }
  .hero-visual { max-width: 720px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .criteria-section, .design-section { grid-template-columns: 1fr; }
  .criteria-intro { position: static; }
  footer { align-items: flex-start; flex-wrap: wrap; }
}

@media (max-width: 680px) {
  .site-header { min-height: 66px; padding: 0 1rem; }
  .brand { font-size: 1rem; }
  .brand-avatar { width: 36px; height: 36px; }
  .brand-crown { width: 30px; height: 30px; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: .62rem .78rem; font-size: .78rem; }
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr); padding: 4rem 1rem 5rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-proof { gap: .8rem; }
  .hero-proof span { padding-right: .8rem; }
  .hero-visual { padding: .55rem .55rem .85rem; border-radius: 26px; }
  .hero-visual img { border-radius: 19px; aspect-ratio: 2.7 / 1; }
  .seal { width: 88px; height: 88px; right: -6px; bottom: -30px; font-size: .75rem; }
  .seal b { font-size: 1rem; }
  .catalog-section { padding: 5rem 1rem; }
  .section-heading { align-items: start; flex-direction: column; gap: 1rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 330px; }
  .criteria-section, .design-section { padding: 5rem 1rem; }
  .services-panel ul { grid-template-columns: 1fr; }
  footer { padding: 3rem 1rem; flex-direction: column; }
  footer > div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.store-filters { display:flex; flex-wrap:wrap; gap:.65rem; margin:0 0 1.25rem; }
.store-filter { font:inherit; font-weight:800; padding:.85rem 1.25rem; border:2px solid var(--purple); border-radius:14px; background:white; color:var(--purple); cursor:pointer; }
.store-filter.active { background:var(--purple); color:white; }
.load-more { display: block; margin: 2rem auto 0; }
.load-more[hidden] { display: none; }
.product-photo { display: block; width: 100%; height: 220px; object-fit: contain; background: white; border-radius: 18px; }
.card-top { width: 100%; }
.store-filter:focus-visible { outline:3px solid var(--gold); outline-offset:3px; }
.services-panel li { padding:0; }
.service-link { display:flex; align-items:center; gap:.65rem; width:100%; min-height:76px; padding:1rem; border:0; border-radius:15px; background:transparent; color:white; text-align:left; font:inherit; cursor:pointer; transition:background .2s,transform .2s; }
.services-panel .service-link span:nth-child(2) { color:white; }
.service-arrow { margin-left:auto; }
.service-link:hover { background:#ffffff15; transform:translateY(-2px); }
.service-link:focus-visible,.signature:focus-visible { outline:3px solid var(--gold); outline-offset:4px; }
.signature { text-decoration:none; }
.signature > span { margin-left:auto; font-size:24px; color:var(--purple); }
.portfolio-dialog { width:min(960px,calc(100% - 32px)); max-height:calc(100dvh - 32px); padding:0; border:1px solid #e8def4; border-radius:28px; background:#fcfaff; color:var(--ink); overscroll-behavior:contain; }
.portfolio-dialog::backdrop { background:#130b2bd9; }
.portfolio-topbar { display:flex; align-items:center; justify-content:space-between; gap:12px; position:sticky; top:0; z-index:2; padding:16px 24px; background:#fcfaff; border-bottom:1px solid #e8def4; font-weight:800; }
.portfolio-close,.gallery-button { font:inherit; font-weight:800; background:white; color:var(--purple); border:1px solid #d7c8eb; border-radius:12px; min-width:44px; min-height:44px; cursor:pointer; padding:8px 14px; }
.portfolio-body { padding:clamp(18px,4vw,42px); }
.portfolio-intro { display:flex; align-items:center; gap:22px; margin-bottom:32px; }
.portfolio-intro > img { width:90px; height:120px; object-fit:contain; flex:none; }
.portfolio-intro > div { background:#eee6fa; border-radius:24px 24px 24px 4px; padding:24px; }
.portfolio-intro h2 { margin:0 0 12px; font-size:clamp(25px,4vw,38px); line-height:1.15; }
.portfolio-intro p,.project-description,.portfolio-contact p { line-height:1.65; margin:0; color:#625874; }
.portfolio-project { margin:0 0 36px; }
.portfolio-project h3 { font-size:21px; margin:0 0 8px; }
.project-description { margin-bottom:18px; }
.project-stage { display:flex; justify-content:center; align-items:center; background:#eeeaf3; border:1px solid #e2dbea; border-radius:18px; overflow:hidden; min-height:160px; touch-action:pan-y pinch-zoom; }
.project-stage img { display:block; width:auto; max-width:100%; height:auto; max-height:65dvh; object-fit:contain; }
.project-controls { display:flex; gap:12px; align-items:center; justify-content:center; flex-wrap:wrap; margin-top:14px; }
.gallery-count { min-width:48px; text-align:center; font-weight:700; }
.gallery-button:disabled { opacity:.35; cursor:default; }
.gallery-enlarge { color:var(--purple); font-weight:700; padding:10px; }
.portfolio-contact { padding:26px; background:#eee6fa; border-radius:22px; }
.portfolio-contact h3 { margin:0 0 8px; font-size:23px; }
.portfolio-contact .button { margin-top:20px; white-space:normal; text-align:center; }
.portfolio-dialog :focus-visible { outline:3px solid var(--purple); outline-offset:3px; }
@media(max-width:680px) {
 .portfolio-dialog { width:calc(100% - 16px); max-height:calc(100dvh - 16px); border-radius:20px; }
 .portfolio-topbar { padding:12px 16px; font-size:13px; }
 .portfolio-intro { align-items:flex-start; gap:10px; }
 .portfolio-intro > img { width:48px; height:66px; }
 .portfolio-intro > div { padding:17px; }
 .portfolio-intro p { font-size:14px; }
 .portfolio-contact { padding:20px; }
 .project-stage img { max-height:60dvh; }
}

.welcome-stage { display:grid; grid-template-columns:minmax(230px,.85fr) minmax(0,1.15fr); align-items:center; gap:clamp(24px,5vw,72px); padding:clamp(24px,4vw,56px); margin:24px 0 36px; border-radius:36px; background:radial-gradient(ellipse at 22% 40%,#ede1ff 0%,#f5efff 40%,#fffaf0 100%); border:1px solid #e8ddf5; overflow:hidden; }
.welcome-character { position:relative; width:min(100%,310px); aspect-ratio:1086/1448; justify-self:center; transform-origin:50% 90%; }
.expression { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.expression-open { opacity:0; }
.welcome-copy { max-width:540px; }
.welcome-bubble { position:relative; background:white; padding:clamp(22px,3vw,36px); border-radius:28px 28px 28px 6px; box-shadow:0 12px 36px #5933960d; margin:16px 0 24px; }
.welcome-bubble h2 { color:var(--ink); font-size:clamp(26px,3.3vw,44px); line-height:1.12; margin:0 0 16px; }
.welcome-bubble p { font-size:17px; line-height:1.65; margin:0; color:#615776; }
.welcome-hint { font-size:13px; color:#756985; margin:16px 0 0; }
@media(prefers-reduced-motion:no-preference) {
 .is-ready .welcome-character { animation:character-hello 2.5s ease-in-out both; }
 .is-ready .expression-open { animation:eyes-open 2.5s linear both; }
 .is-ready .expression-wink { animation:eyes-wink 2.5s linear both; }
 .is-ready .welcome-bubble { animation:welcome-message .55s 2.2s ease-out both; }
 @keyframes character-hello { 0% { transform:translateY(22px) scale(.94); } 30% { transform:translateY(-8px) rotate(-3deg); } 50% { transform:translateY(0) rotate(0); } 75% { transform:rotate(4deg) scale(1.025,.98); } 100% { transform:none; } }
 @keyframes eyes-open { 0%,60% {opacity:1;} 67%,100% {opacity:0;} }
 @keyframes eyes-wink { 0%,60% {opacity:0;} 67%,100% {opacity:1;} }
 @keyframes welcome-message { from {opacity:0;transform:translateY(10px) scale(.98);} to {opacity:1;transform:none;} }
}
@media(max-width:680px) {
 .welcome-stage { grid-template-columns:1fr; gap:8px; padding:24px 20px; border-radius:26px; margin-top:16px; text-align:center; }
 .welcome-character { width:180px; }
 .welcome-copy { min-width:0; }
 .welcome-copy .eyebrow { font-size:10px; }
 .welcome-bubble { margin:12px 0 20px; padding:20px; border-radius:24px; }
 .welcome-bubble h2 { font-size:27px; }
 .welcome-bubble p { font-size:15px; }
}

/* Complete supplied brand composition, with its original proportions. */
.brand-logo { display:block; width:250px; height:auto; border-radius:0; }
.site-header { background:#f9f4f3; }
.site-header .brand-logo { mix-blend-mode:darken; }
.footer-brand .brand-logo { width:280px; }
@media(max-width:680px) {
 .site-header { gap:10px; }
 .site-header .brand { flex-shrink:1; min-width:0; }
 .site-header .brand-logo { width:180px; max-width:100%; }
 .site-header nav { flex-shrink:0; }
 .site-header .nav-cta { padding:12px 14px; font-size:12px; white-space:nowrap; }
 .footer-brand .brand-logo { width:min(280px,100%); }
}
