@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&display=swap");

:root {
  color-scheme: light;
  font-family: "DM Sans", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: .75rem;
  left: .75rem;
  transform: translateY(-180%);
  padding: .7rem 1rem;
  background: #fff;
  color: #111;
}
.skip-link:focus { transform: translateY(0); }

.lab-switcher {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .35rem;
  padding: .45rem 1rem;
  border-bottom: 1px solid rgba(20, 20, 20, .14);
  background: rgba(255, 255, 255, .96);
  color: #18202b;
  font-family: "DM Sans", Arial, sans-serif;
  font-size: .8rem;
  backdrop-filter: blur(14px);
}
.lab-switcher > span { margin-right: .4rem; color: #617080; font-weight: 700; }
.lab-switcher a {
  padding: .35rem .65rem;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}
.lab-switcher a:hover,
.lab-switcher a[aria-current="page"] { background: #14233b; color: #fff; }
.lab-switcher,
.lab-nav,
.clarity-finder { scrollbar-width: none; }
.lab-switcher::-webkit-scrollbar,
.lab-nav::-webkit-scrollbar,
.clarity-finder::-webkit-scrollbar { display: none; }

.lab-wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo-image { display: block; width: clamp(10.75rem, 15vw, 13rem); height: auto; }
.lab-nav { display: flex; align-items: center; gap: 1rem; }
.lab-nav a, .lab-nav span { text-decoration: none; white-space: nowrap; }
.lab-nav small { display: block; font-size: .58rem; text-transform: uppercase; }
.flag-language { display: flex; align-items: center; gap: .3rem; }
.flag-language a {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 1.05rem;
  line-height: 1;
  text-decoration: none;
}
.flag-language a:hover, .flag-language a[aria-current="page"] { border-color: currentColor; }
.flag-language img { display: block; width: 1.35rem; height: 1.35rem; object-fit: contain; }
.lab-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  text-decoration: none;
}
.quick-links { display: flex; flex-wrap: wrap; gap: .5rem; }
.quick-links a { text-decoration: none; }
.dynamic-status { min-height: 1.3rem; }

/* Comparison index */
.lab-index {
  min-height: 100vh;
  background: #eef1f5;
  color: #14233b;
  font-family: "Manrope", Arial, sans-serif;
}
.lab-index main { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; padding: 4rem 0 6rem; }
.index-kicker { margin: 0 0 .8rem; color: #d6452f; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.lab-index h1 { max-width: 13ch; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(3.2rem, 8vw, 7rem); line-height: .9; letter-spacing: -.055em; }
.index-intro { max-width: 720px; margin: 1.5rem 0 3rem; color: #526274; font-size: 1.1rem; }
.name-decision { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; margin-bottom: 3rem; }
.name-lead, .name-list { padding: clamp(1.25rem, 3vw, 2.2rem); border-radius: 20px; background: #fff; }
.name-lead { background: #14233b; color: #fff; }
.name-lead .index-kicker { color: #ff8d78; }
.name-lead h2 { margin: .15rem 0 .75rem; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.2rem, 5vw, 4rem); line-height: .95; }
.name-lead p, .name-list p { margin: 0; line-height: 1.6; }
.name-list ol { margin: 0; padding-left: 1.35rem; }
.name-list li { padding: .65rem 0; border-bottom: 1px solid #dce2e8; }
.name-list li:last-child { border-bottom: 0; }
.name-list strong { display: block; }
.name-list span { color: #68788a; font-size: .88rem; }
.concept-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.concept-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.4rem;
  border-radius: 20px;
  text-decoration: none;
  transition: transform 180ms ease;
}
.concept-card:hover { transform: translateY(-5px); }
.concept-card::before { width: 72px; height: 72px; border-radius: 50%; content: ""; }
.concept-card small { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.concept-card h2 { max-width: 8ch; margin: 1rem 0 .5rem; font-size: 2.2rem; line-height: .95; }
.concept-card p { margin: 0; font-size: .9rem; line-height: 1.5; }
.concept-card span { margin-top: 1.5rem; font-weight: 700; }
.concept-editorial { background: #f4ead7; color: #153b8d; }
.concept-editorial::before { background: #ef5039; box-shadow: 42px 32px 0 #efbe37; }
.concept-editorial h2 { font-family: "Newsreader", Georgia, serif; }
.concept-urban { background: #121514; color: #f3f5ef; }
.concept-urban::before { border-radius: 0; background: #c9ff38; box-shadow: 34px 34px 0 #7956ff; }
.concept-urban h2 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.concept-concierge { background: #123d32; color: #f7f3e8; }
.concept-concierge::before { width: 42px; height: 88px; border: 2px solid #dcb087; border-radius: 999px; }
.concept-concierge h2 { font-family: "Newsreader", Georgia, serif; font-weight: 500; }
.index-note { margin: 1.5rem 0 0; color: #68788a; font-size: .82rem; }
.round-brief { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 2.2rem; border: 1px solid #cad3dd; border-radius: 16px; background: #fff; }
.round-brief div { padding: 1.1rem 1.25rem; border-right: 1px solid #dce2e8; }
.round-brief div:last-child { border-right: 0; }
.round-brief strong, .round-brief span { display: block; }
.round-brief span { margin-top: .25rem; color: #68788a; font-size: .82rem; }
.concept-showcase { background: #f36f4d; color: #102f5c; }
.concept-showcase::before { border-radius: 8px 40px 8px 8px; background: #fff4d5; box-shadow: 40px 24px 0 #123d73; }
.concept-showcase h2 { font-family: "Newsreader", Georgia, serif; }
.concept-clarity { background: #d7f3ef; color: #082f49; }
.concept-clarity::before { width: 88px; height: 42px; border-radius: 999px; background: #ff704f; box-shadow: 34px 34px 0 #087f75; }
.concept-clarity h2 { font-family: "DM Sans", Arial, sans-serif; letter-spacing: -.05em; }

/* Shared commercial cards */
.commerce-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.commerce-loading { grid-column: 1 / -1; margin: 0; padding: 1.2rem; border: 1px solid currentColor; }
.commerce-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; color: inherit; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.commerce-card:hover { transform: translateY(-4px); }
.commerce-media { position: relative; display: block; aspect-ratio: 4 / 2.65; overflow: hidden; background: #d9e2e8; }
.commerce-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.commerce-card:hover .commerce-media img { transform: scale(1.025); }
.commerce-category { position: absolute; top: .75rem; left: .75rem; padding: .38rem .55rem; background: #fff; color: #122c48; font-size: .7rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.commerce-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 1rem; }
.commerce-rating { display: flex; min-height: 1.2rem; align-items: baseline; gap: .4rem; color: #95640a; font-size: .78rem; font-weight: 800; }
.commerce-rating small { color: inherit; font-size: .7rem; font-weight: 500; }
.commerce-copy h3 { display: -webkit-box; min-height: 2.65em; overflow: hidden; margin: .5rem 0 .75rem; font-size: 1.05rem; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.commerce-facts { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: 1rem; }
.commerce-facts span { padding: .3rem .45rem; border: 1px solid currentColor; font-size: .68rem; }
.commerce-footer { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: auto; padding-top: .85rem; border-top: 1px solid currentColor; }
.commerce-footer strong { font-size: 1rem; }
.commerce-footer > span { font-size: .75rem; font-weight: 800; }
.commerce-footer b { margin-left: .2rem; }
.commerce-disclosure { margin: 1rem 0 0; font-size: .72rem; line-height: 1.5; }
.commerce-disclosure strong { text-transform: uppercase; }

/* Photographic agenda highlights */
.event-highlights > header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.35rem; }
.event-highlights > header p { margin: 0 0 .45rem; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.event-highlights > header h2 { max-width: 15ch; margin: 0; line-height: .95; }
.event-highlights > header > a { flex: 0 0 auto; padding: .65rem 0; border-bottom: 1px solid currentColor; font-size: .8rem; font-weight: 800; text-decoration: none; }
.event-highlight-grid { display: grid; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.event-highlight-loading, .event-highlight-empty { grid-column: 1 / -1; margin: 0; padding: 1.25rem; border: 1px solid currentColor; }
.event-highlight-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: #fff; color: #123d73; text-decoration: none; }
.event-highlight-media { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #d9e2e8; }
.event-highlight-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.event-highlight-card:hover .event-highlight-media img { transform: scale(1.035); }
.event-highlight-date { position: absolute; top: .75rem; left: .75rem; display: grid; min-width: 3.1rem; padding: .45rem; place-items: center; background: #fff7e8; color: #123d73; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.event-highlight-date strong { display: block; font-size: 1.45rem; line-height: .9; }
.event-highlight-type { position: absolute; right: .75rem; bottom: .75rem; padding: .4rem .55rem; background: #123d73; color: #fff; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.event-highlight-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 1rem; }
.event-highlight-copy h3 { display: -webkit-box; overflow: hidden; margin: 0 0 .55rem; font-size: 1.05rem; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.event-highlight-copy > span { color: #62758a; font-size: .76rem; line-height: 1.4; }
.event-highlight-copy > strong { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: .85rem; color: #ef6242; font-size: .78rem; }

/* Concept 1 — Mediterranean storefront */
.showcase-page { background: #fff7e8; color: #123d73; font-family: "Manrope", Arial, sans-serif; }
.showcase-header, .showcase-page main { width: min(1360px, calc(100% - 2rem)); margin-inline: auto; }
.showcase-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1.1rem 0; border-bottom: 1px solid #9cb1c8; }
.showcase-page .lab-wordmark { font-family: "Newsreader", Georgia, serif; font-size: 1.55rem; font-weight: 700; letter-spacing: -.04em; }
.showcase-page .lab-wordmark i { color: #ef6242; font-style: normal; }
.showcase-page .lab-nav { justify-content: center; font-size: .86rem; font-weight: 700; }
.showcase-page .lab-nav span { color: #71849b; }
.showcase-page .flag-language a { background: #fff; }
.showcase-page .flag-language a[aria-current="page"] { border-color: #123d73; background: #123d73; }
.showcase-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(390px, .75fr); min-height: 620px; gap: clamp(1rem, 3vw, 2.5rem); align-items: stretch; padding: 2rem 0; }
.showcase-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; overflow: hidden; padding: clamp(2rem, 5vw, 5.5rem); border-radius: 12px 80px 12px 12px; background: #123d73; color: #fff7e8; }
.showcase-copy::after { position: absolute; right: -5rem; bottom: -7rem; width: 16rem; height: 16rem; border: 2.2rem solid #ef6242; border-radius: 50%; content: ""; opacity: .9; }
.showcase-copy > * { position: relative; z-index: 1; }
.showcase-kicker { margin: 0 0 1rem; color: #ffd363; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.showcase-copy h1 { max-width: 10ch; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(3.8rem, 6.5vw, 7rem); line-height: .84; letter-spacing: -.065em; }
.showcase-copy h1 em { color: #ff876d; font-style: normal; }
.showcase-copy > p:not(.showcase-kicker) { max-width: 35rem; margin: 1.5rem 0; color: #d9e6f3; font-size: 1rem; line-height: 1.65; }
.showcase-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.showcase-actions a { min-height: 46px; padding: .75rem 1rem; border: 1px solid #fff7e8; font-size: .82rem; font-weight: 800; text-decoration: none; }
.showcase-actions .showcase-primary { border-color: #ffd363; background: #ffd363; color: #123d73; }
.showcase-proof { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin: 1.5rem 0 0; padding: 0; color: #d9e6f3; font-size: .75rem; list-style: none; }
.showcase-proof li::before { color: #ffd363; content: "✓ "; font-weight: 800; }
.showcase-feature { display: flex; flex-direction: column; overflow: hidden; border: 1px solid #123d73; border-radius: 12px 12px 70px 12px; background: #fff; }
.showcase-feature-media { position: relative; display: block; min-height: 335px; flex: 1; overflow: hidden; color: inherit; text-decoration: none; }
.showcase-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 240ms ease; }
.showcase-feature-media:hover img { transform: scale(1.025); }
.showcase-feature-media > span { position: absolute; top: 1rem; left: 1rem; padding: .55rem .7rem; background: #ef6242; color: #fff; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.showcase-feature-copy { padding: 1.35rem 1.5rem 1.6rem; }
.showcase-feature-copy > p { margin: 0; color: #ef6242; font-size: .73rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.showcase-feature-copy h2 { display: -webkit-box; overflow: hidden; margin: .55rem 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(1.7rem, 2.5vw, 2.35rem); line-height: 1; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.showcase-feature-copy strong { display: block; color: #5d7189; font-size: .82rem; }
.showcase-feature-copy a { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #cbd5df; color: #123d73; font-size: .84rem; font-weight: 800; text-decoration: none; }
.showcase-highlights { margin: .5rem 0 1rem; padding: clamp(1.4rem, 3vw, 2.5rem); border-radius: 12px 54px 12px 12px; background: #ef6242; color: #fff7e8; }
.showcase-highlights > header p { color: #ffd363; }
.showcase-highlights > header h2 { font-family: "Newsreader", Georgia, serif; font-size: clamp(2.2rem, 4vw, 4.2rem); letter-spacing: -.05em; }
.showcase-highlights .event-highlight-card { border-radius: 7px 26px 7px 7px; }
.showcase-highlights .event-highlight-type { background: #ffd363; color: #123d73; }
.showcase-categories { display: flex; justify-content: space-between; gap: .5rem; overflow-x: auto; padding: .9rem 0; border-block: 1px solid #9cb1c8; }
.showcase-categories a { padding: .55rem .8rem; color: #123d73; font-size: .78rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.showcase-categories a::after { margin-left: .5rem; color: #ef6242; content: "↗"; }
.showcase-commerce { padding: clamp(3rem, 6vw, 6rem) 0; }
.commerce-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem; margin-bottom: 1.7rem; }
.commerce-heading p, .agenda-heading > p { grid-column: 1 / -1; margin: 0; color: #ef6242; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.commerce-heading h2 { max-width: 15ch; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .88; letter-spacing: -.055em; }
.commerce-heading > a { padding: .7rem 0; border-bottom: 1px solid #123d73; font-size: .8rem; font-weight: 800; text-decoration: none; }
.showcase-page .commerce-card { border: 1px solid #9cb1c8; border-radius: 8px 36px 8px 8px; background: #fff; box-shadow: 0 12px 30px rgba(18,61,115,.07); }
.showcase-page .commerce-card:hover { box-shadow: 0 20px 42px rgba(18,61,115,.14); }
.showcase-page .commerce-facts span { border-color: #c9d5df; color: #526b85; }
.showcase-page .commerce-footer { border-color: #c9d5df; }
.showcase-page .commerce-footer > span { color: #ef6242; }
.showcase-agenda { display: grid; grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr); gap: clamp(2rem, 5vw, 5rem); padding: clamp(2.5rem, 5vw, 5rem); border-radius: 70px 12px 12px 12px; background: #ffd363; }
.agenda-heading h2 { max-width: 9ch; margin: .65rem 0 1.2rem; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.7rem, 4.5vw, 4.8rem); line-height: .88; letter-spacing: -.055em; }
.showcase-agenda .quick-links a { padding: .55rem .7rem; border: 1px solid #123d73; font-size: .72rem; font-weight: 800; }
.showcase-agenda .dynamic-status { color: #5c6270; font-size: .75rem; }
.showcase-page .event-tile { display: grid; grid-template-columns: 68px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(18,61,115,.35); text-decoration: none; }
.showcase-page .event-date strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 2rem; line-height: .8; }
.showcase-page .event-date span, .showcase-page .event-meta { color: #63708a; font-size: .7rem; }
.showcase-page .event-type { color: #d7462b; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.showcase-page .event-tile h3 { margin: .25rem 0; font-size: .94rem; line-height: 1.25; }
.showcase-page .event-arrow { color: #ef6242; }

/* Concept 3 — Clear decision */
.clarity-page { background: #f3faf9; color: #082f49; font-family: "DM Sans", Arial, sans-serif; }
.clarity-header, .clarity-page main { width: calc(100% - 2rem); max-width: 1320px; min-width: 0; margin-inline: auto; }
.clarity-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1rem 0; }
.clarity-page .lab-wordmark { font-size: 1.35rem; font-weight: 800; letter-spacing: -.04em; }
.clarity-page .lab-wordmark i { color: #087f75; font-style: normal; }
.clarity-page .lab-nav { justify-content: center; font-size: .84rem; font-weight: 700; }
.clarity-page .lab-nav span { color: #76949e; }
.clarity-page .flag-language a { background: #fff; }
.clarity-page .flag-language a[aria-current="page"] { border-color: #087f75; background: #c8f4ed; }
.clarity-hero { display: grid; min-width: 0; grid-template-columns: minmax(0, 1.08fr) minmax(390px, .72fr); min-height: 590px; border: 1px solid #a9c8c8; background: #fff; }
.clarity-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 5rem); border-right: 1px solid #a9c8c8; }
.clarity-kicker { margin: 0 0 1rem; color: #087f75; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.clarity-copy h1 { max-width: 11ch; margin: 0; font-size: clamp(3.8rem, 6.6vw, 7rem); line-height: .88; letter-spacing: -.075em; }
.clarity-copy > p:not(.clarity-kicker) { max-width: 39rem; margin: 1.4rem 0; color: #476b77; font-size: 1rem; line-height: 1.65; }
.clarity-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .85rem 1rem; }
.clarity-primary { display: inline-flex; min-height: 48px; align-items: center; gap: 2rem; padding: .75rem 1rem; background: #ff704f; color: #082f49; font-size: .82rem; font-weight: 800; text-decoration: none; }
.clarity-secondary { padding: .65rem 0; border-bottom: 1px solid #087f75; color: #087f75; font-size: .8rem; font-weight: 800; text-decoration: none; }
.clarity-trust { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem; padding-top: 1.2rem; border-top: 1px solid #c9dada; color: #5a7882; font-size: .72rem; }
.clarity-trust strong { display: block; color: #082f49; font-size: 1.5rem; }
.clarity-feature { display: grid; grid-template-rows: minmax(300px, 1fr) auto; background: #082f49; color: #fff; }
.clarity-feature > img { width: 100%; height: 100%; object-fit: cover; }
.clarity-feature-copy { padding: 1.4rem; }
.clarity-feature-copy > span { color: #77ddd1; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.clarity-feature-copy h2 { display: -webkit-box; overflow: hidden; margin: .45rem 0; font-size: 1.45rem; line-height: 1.15; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.clarity-feature-copy p { margin: 0; color: #bdd0d5; font-size: .78rem; }
.clarity-feature-copy a { display: inline-block; margin-top: .9rem; color: #ff9177; font-size: .8rem; font-weight: 800; text-decoration: none; }
.clarity-finder { display: grid; grid-template-columns: 1.2fr repeat(4, auto); align-items: center; gap: .6rem; padding: 1rem 1.2rem; background: #082f49; color: #fff; }
.clarity-finder div span, .clarity-finder div strong { display: block; }
.clarity-finder div span { color: #77ddd1; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.clarity-finder div strong { margin-top: .2rem; font-size: .9rem; }
.clarity-finder a { padding: .65rem .75rem; border: 1px solid #456779; font-size: .73rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.clarity-finder a:hover { border-color: #77ddd1; color: #77ddd1; }
.clarity-highlights { padding: clamp(2.5rem, 5vw, 4.5rem) 0 1rem; }
.clarity-highlights > header { padding-bottom: 1.25rem; border-bottom: 1px solid #a9c8c8; }
.clarity-highlights > header p { color: #087f75; }
.clarity-highlights > header h2 { font-size: clamp(2.1rem, 3.4vw, 3.6rem); letter-spacing: -.055em; }
.clarity-highlights > header > a { border-bottom: 2px solid #ff704f; }
.clarity-highlights .event-highlight-card { border: 1px solid #a9c8c8; }
.clarity-highlights .event-highlight-date { background: #d7f3ef; color: #087f75; }
.clarity-highlights .event-highlight-type { background: #ff704f; color: #082f49; }
.clarity-highlights .event-highlight-copy > strong { color: #087f75; }
.clarity-commerce { padding: clamp(3rem, 6vw, 6rem) 0; }
.clarity-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.6rem; }
.clarity-section-heading p, .clarity-agenda header > p:first-child { margin: 0 0 .5rem; color: #087f75; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.clarity-section-heading h2, .clarity-agenda h2 { max-width: 17ch; margin: 0; font-size: clamp(2.5rem, 4vw, 4.3rem); line-height: .95; letter-spacing: -.06em; }
.clarity-section-heading > a { padding: .7rem 0; border-bottom: 2px solid #ff704f; color: #082f49; font-size: .8rem; font-weight: 800; text-decoration: none; }
.clarity-page .commerce-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.clarity-page .commerce-card { display: grid; min-height: 230px; grid-template-columns: 180px minmax(0, 1fr); border: 1px solid #a9c8c8; background: #fff; }
.clarity-page .commerce-media { height: 100%; aspect-ratio: auto; }
.clarity-page .commerce-facts span { border-color: #bdd3d3; color: #426972; }
.clarity-page .commerce-footer { border-color: #c9dada; }
.clarity-page .commerce-footer > span { color: #087f75; }
.clarity-agenda { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 5vw, 5rem); padding: clamp(2.2rem, 4vw, 4rem); border-top: 6px solid #ff704f; background: #d7f3ef; }
.clarity-agenda header > p:not(:first-child) { color: #587780; font-size: .75rem; }
.clarity-agenda .quick-links { margin-top: 1.2rem; }
.clarity-agenda .quick-links a { padding: .55rem .7rem; border: 1px solid #6aa8a4; font-size: .72rem; font-weight: 800; }
.clarity-page .event-tile { display: grid; grid-template-columns: 66px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem; border-bottom: 1px solid #a9c8c8; background: rgba(255,255,255,.5); text-decoration: none; }
.clarity-page .event-tile:first-child { border-top: 1px solid #a9c8c8; }
.clarity-page .event-date strong { display: block; color: #087f75; font-size: 1.5rem; line-height: 1; }
.clarity-page .event-date span, .clarity-page .event-meta { color: #5d7b83; font-size: .7rem; }
.clarity-page .event-type { color: #d7492a; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.clarity-page .event-tile h3 { margin: .25rem 0; font-size: .95rem; line-height: 1.25; }
.clarity-page .event-arrow { color: #087f75; }

/* Six-card block retained in the urban concept */
.urban-commerce { margin-top: clamp(4rem, 8vw, 8rem); padding-top: 2rem; border-top: 1px solid #4b5550; }
.urban-commerce-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem; margin-bottom: 1.5rem; }
.urban-commerce-heading p { grid-column: 1 / -1; margin: 0; color: #ad9cff; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.urban-commerce-heading h2 { max-width: 14ch; margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(2.3rem, 5vw, 5.2rem); line-height: .9; text-transform: uppercase; }
.urban-commerce-heading > a { padding: .6rem 0; border-bottom: 1px solid #c9ff38; color: #c9ff38; font-size: .75rem; font-weight: 800; text-decoration: none; }
.urban-page .commerce-card { border: 1px solid #4b5550; background: #1b211e; color: #f4f6ef; }
.urban-page .commerce-category { border: 1px solid #111412; background: #c9ff38; color: #111412; }
.urban-page .commerce-rating { color: #c9ff38; }
.urban-page .commerce-facts span { border-color: #56615b; color: #aab5ae; }
.urban-page .commerce-footer { border-color: #3f4944; }
.urban-page .commerce-footer > span { color: #ad9cff; }
.urban-page .commerce-disclosure { color: #8f9992; }

/* Concept 1 — Editorial Mediterranean */
.editorial-page { background: #f4ead7; color: #153b8d; font-family: "Manrope", Arial, sans-serif; }
.editorial-page .site-shell { width: min(1360px, calc(100% - 2rem)); margin: 0 auto; }
.editorial-page .concept-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1.1rem 0; border-bottom: 2px solid currentColor; }
.editorial-page .lab-wordmark { font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; font-weight: 700; letter-spacing: -.04em; }
.editorial-page .lab-wordmark i { color: #ef5039; font-style: normal; }
.editorial-page .lab-nav { justify-content: center; font-size: .85rem; font-weight: 700; }
.editorial-page .lab-nav span { color: #6e7890; }
.editorial-page .flag-language a { background: rgba(255, 255, 255, .35); }
.editorial-page .flag-language a[aria-current="page"] { background: #153b8d; border-color: #153b8d; }
.editorial-hero { display: grid; min-height: 570px; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); border-bottom: 2px solid currentColor; }
.editorial-hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2.5rem, 7vw, 7rem) clamp(1rem, 5vw, 5rem) clamp(2.5rem, 5vw, 5rem) 0; }
.editorial-page .eyebrow { margin: 0 0 1.25rem; color: #ef5039; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.editorial-hero h1 { max-width: 9ch; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(4rem, 8vw, 8rem); font-weight: 600; line-height: .79; letter-spacing: -.07em; }
.editorial-hero h1 em { color: #ef5039; font-style: normal; }
.editorial-hero-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.5rem 0; color: #455c8e; font-size: 1.05rem; line-height: 1.65; }
.editorial-page .quick-links a { padding: .6rem .8rem; border: 1px solid #153b8d; border-radius: 999px; font-size: .78rem; font-weight: 700; }
.editorial-page .quick-links a:last-child { background: #153b8d; color: #fff; }
.editorial-hero-art { position: relative; min-height: 420px; overflow: hidden; background: #efbe37 url("./assets/barcelona-editorial.png") center/cover; }
.editorial-hero-art::after { position: absolute; right: -8%; bottom: -13%; width: 48%; aspect-ratio: 1; border: 25px solid #ef5039; border-radius: 50%; content: ""; }
.editorial-date { position: absolute; z-index: 2; top: 1.3rem; left: 1.3rem; width: 110px; padding: 1rem; background: #f4ead7; color: #153b8d; text-align: center; }
.editorial-date strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 3.2rem; line-height: .8; }
.editorial-date span { display: block; margin-top: .5rem; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.editorial-main { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: clamp(2rem, 5vw, 5rem); padding: 4rem 0 6rem; }
.section-number { margin: 0 0 .5rem; color: #ef5039; font-size: .75rem; font-weight: 700; letter-spacing: .14em; }
.editorial-main h2 { margin: 0 0 1.3rem; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.7rem, 5vw, 5rem); line-height: .88; letter-spacing: -.055em; }
.editorial-page .event-tile { display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 1.25rem; padding: 1.25rem 0; border-top: 1px solid #7a89a5; text-decoration: none; }
.editorial-page .event-tile:last-child { border-bottom: 1px solid #7a89a5; }
.editorial-page .event-date strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 2.2rem; line-height: .9; }
.editorial-page .event-date span, .editorial-page .event-meta { color: #667597; font-size: .75rem; }
.editorial-page .event-type { color: #ef5039; font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.editorial-page .event-tile h3 { margin: .3rem 0; font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; line-height: 1.05; }
.editorial-page .event-arrow { font-size: 1.5rem; }
.editorial-pick { align-self: start; border: 2px solid #153b8d; background: #fff8e9; }
.editorial-pick img { width: 100%; aspect-ratio: 4/3; object-fit: cover; filter: saturate(.82); }
.editorial-pick-copy { padding: 1.4rem; }
.editorial-pick-copy h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-size: 2rem; line-height: 1; }
.editorial-pick-copy p { color: #5b6c90; font-size: .9rem; }
.editorial-page .lab-button { border: 1px solid #153b8d; background: #153b8d; color: #fff; font-size: .82rem; font-weight: 700; }

/* Concept 2 — Urban agenda */
.urban-page { overflow-x: hidden; background: #111412; color: #f4f6ef; font-family: "DM Sans", Arial, sans-serif; }
.urban-page .concept-header { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 1.1rem clamp(1rem, 3vw, 3rem); border-bottom: 1px solid #3b443f; }
.urban-page .lab-wordmark { font-family: "Archivo Black", sans-serif; font-size: clamp(1rem, 2vw, 1.5rem); text-transform: uppercase; }
.urban-page .lab-wordmark b { color: #c9ff38; }
.urban-page .lab-nav { font-size: .8rem; font-weight: 700; text-transform: uppercase; }
.urban-page .lab-nav span { color: #758079; }
.urban-page .flag-language { padding: .25rem; border: 1px solid #56615b; }
.urban-page .flag-language a { border-radius: 0; }
.urban-page .flag-language a[aria-current="page"] { border-color: #c9ff38; background: #c9ff38; }
.urban-ticker { overflow: hidden; padding: .55rem 0; background: #c9ff38; color: #111412; font-family: "Archivo Black", sans-serif; font-size: .74rem; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.urban-ticker span { display: inline-block; padding-left: 2rem; }
.urban-main { width: min(1440px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(2rem, 4vw, 4rem) 0 6rem; }
.urban-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 1rem; }
.urban-lead { display: flex; min-height: 430px; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 4vw, 3.5rem); background: #7857ff; color: #fff; }
.urban-lead .eyebrow { margin: 0; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.urban-lead h1 { max-width: 10ch; margin: 1rem 0; font-family: "Archivo Black", sans-serif; font-size: clamp(3.6rem, 8vw, 8rem); line-height: .8; letter-spacing: -.06em; text-transform: uppercase; }
.urban-lead h1 em { color: #c9ff38; font-style: normal; }
.urban-search { display: flex; gap: .5rem; }
.urban-search input { width: 100%; min-height: 50px; padding: .8rem 1rem; border: 0; background: #fff; color: #111; }
.urban-search a { display: grid; min-width: 54px; place-items: center; background: #c9ff38; color: #111; font-size: 1.3rem; text-decoration: none; }
.urban-feature { position: relative; min-height: 430px; overflow: hidden; background: #282f2b; }
.urban-feature img { width: 100%; height: 100%; object-fit: cover; opacity: .72; }
.urban-feature-copy { position: absolute; inset: auto 0 0; padding: 1.5rem; background: linear-gradient(transparent, rgba(0,0,0,.92) 38%); }
.urban-feature-copy span { color: #c9ff38; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.urban-feature-copy h2 { max-width: 15ch; margin: .5rem 0; font-family: "Archivo Black", sans-serif; font-size: clamp(1.8rem, 3.5vw, 3.2rem); line-height: .95; text-transform: uppercase; }
.urban-page .quick-links { margin: 1rem 0 2rem; }
.urban-page .quick-links a { padding: .65rem .9rem; border: 1px solid #4b5550; font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.urban-page .quick-links a:hover { border-color: #c9ff38; color: #c9ff38; }
.urban-board { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 1rem; }
.urban-schedule { border-top: 1px solid #4b5550; }
.urban-section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.urban-section-title h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(2rem, 4vw, 4rem); text-transform: uppercase; }
.urban-section-title span { color: #96a098; font-size: .75rem; }
.urban-page .event-tile { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 1rem; padding: 1rem .25rem; border-bottom: 1px solid #3b443f; text-decoration: none; }
.urban-page .event-tile:hover { background: #1b211e; }
.urban-page .event-date strong { display: block; color: #c9ff38; font-family: "Archivo Black", sans-serif; font-size: 1.8rem; line-height: 1; }
.urban-page .event-date span, .urban-page .event-meta { color: #8f9992; font-size: .72rem; }
.urban-page .event-type { color: #ad9cff; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.urban-page .event-tile h3 { margin: .25rem 0; font-size: 1rem; line-height: 1.2; }
.urban-page .event-arrow { color: #c9ff38; }
.urban-affiliates { position: sticky; top: 4rem; align-self: start; padding: 1rem; background: #c9ff38; color: #111412; }
.urban-affiliate-heading { padding: .35rem .35rem 1rem; }
.urban-affiliate-heading small { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.urban-affiliate-heading h2 { margin: .35rem 0; font-family: "Archivo Black", sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: .92; text-transform: uppercase; }
.urban-affiliate-heading p { margin: .65rem 0 0; font-size: .82rem; line-height: 1.45; }
.urban-affiliate-grid { display: grid; gap: .55rem; }
.affiliate-loading { margin: 0; padding: 1rem; background: #f4f6ef; font-size: .82rem; }
.urban-affiliate-card { display: grid; min-height: 112px; grid-template-columns: 104px minmax(0, 1fr); overflow: hidden; background: #f4f6ef; color: #111412; text-decoration: none; }
.urban-affiliate-card:hover { background: #fff; }
.urban-affiliate-card img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.04) saturate(.88); }
.urban-affiliate-copy { position: relative; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: .75rem 2.2rem .75rem .8rem; }
.urban-affiliate-copy small { color: #6247dc; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.urban-affiliate-copy h3 { display: -webkit-box; overflow: hidden; margin: .3rem 0; font-size: .86rem; line-height: 1.2; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.urban-affiliate-copy p { margin: 0; font-size: .69rem; font-weight: 700; }
.urban-affiliate-arrow { position: absolute; right: .7rem; bottom: .65rem; color: #6247dc; font-size: 1rem; }
.affiliate-disclosure { margin: .9rem .35rem .2rem; font-size: .66rem; line-height: 1.45; }
.affiliate-disclosure strong { text-transform: uppercase; }

/* Concept 3 — Contemporary concierge */
.concierge-page { background: #f6f3ea; color: #173e33; font-family: "Manrope", Arial, sans-serif; }
.concierge-page .site-shell { width: min(1280px, calc(100% - 2rem)); margin: 0 auto; }
.concierge-page .concept-header { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1.3rem 0; }
.concierge-page .lab-wordmark { font-family: "Newsreader", Georgia, serif; font-size: 1.6rem; font-weight: 600; letter-spacing: -.03em; }
.concierge-page .lab-wordmark i { color: #b5683f; font-style: normal; }
.concierge-page .lab-nav { justify-content: center; color: #4b695f; font-size: .82rem; }
.concierge-page .lab-nav span { color: #95a59f; }
.concierge-page .flag-language a { background: rgba(255, 255, 255, .55); }
.concierge-page .flag-language a[aria-current="page"] { background: #173e33; border-color: #173e33; }
.concierge-hero { display: grid; min-height: 560px; grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: 4rem 0; }
.concierge-copy .eyebrow { margin: 0 0 1.1rem; color: #b5683f; font-size: .74rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.concierge-copy h1 { max-width: 10ch; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(4rem, 7vw, 7rem); font-weight: 500; line-height: .86; letter-spacing: -.06em; }
.concierge-copy > p:not(.eyebrow) { max-width: 38rem; margin: 1.5rem 0; color: #577268; font-size: 1.03rem; line-height: 1.7; }
.concierge-page .quick-links a { padding: .6rem .9rem; border-bottom: 1px solid #b9c7c1; color: #385b50; font-size: .8rem; }
.concierge-page .quick-links a:last-child { border: 0; border-radius: 999px; background: #173e33; color: #fff; }
.concierge-plan { position: relative; padding: 1.5rem; border-radius: 34px 34px 10px 34px; background: #173e33; color: #fff; box-shadow: 0 28px 70px rgba(23,62,51,.2); }
.concierge-plan::before { position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 27px 27px 7px 27px; content: ""; pointer-events: none; }
.concierge-plan > * { position: relative; }
.plan-date { display: flex; align-items: center; justify-content: space-between; padding: .6rem .7rem 1.2rem; }
.plan-date strong { font-family: "Newsreader", Georgia, serif; font-size: 1.5rem; font-weight: 500; }
.plan-date span { color: #e1c29f; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.plan-stop { display: grid; grid-template-columns: 52px 1fr; gap: 1rem; padding: 1rem .7rem; border-top: 1px solid rgba(255,255,255,.15); }
.plan-stop time { color: #e1c29f; font-size: .78rem; font-weight: 700; }
.plan-stop strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 1.25rem; font-weight: 500; line-height: 1.05; }
.plan-stop small { color: #b9cec7; }
.concierge-main { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: clamp(2rem, 5vw, 5rem); padding: 2rem 0 6rem; }
.concierge-main h2 { margin: 0 0 1.5rem; font-family: "Newsreader", Georgia, serif; font-size: clamp(2.8rem, 5vw, 4.8rem); font-weight: 500; line-height: .92; letter-spacing: -.05em; }
.concierge-page .event-tile { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 1.25rem; padding: 1.35rem 0; border-top: 1px solid #c6d0cc; text-decoration: none; }
.concierge-page .event-tile:last-child { border-bottom: 1px solid #c6d0cc; }
.concierge-page .event-date { display: grid; width: 64px; height: 64px; place-content: center; border: 1px solid #b5683f; border-radius: 50%; color: #b5683f; text-align: center; }
.concierge-page .event-date strong { display: block; font-family: "Newsreader", Georgia, serif; font-size: 1.7rem; line-height: .7; }
.concierge-page .event-date span { margin-top: .35rem; font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.concierge-page .event-type { color: #b5683f; font-size: .67rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.concierge-page .event-tile h3 { margin: .3rem 0; font-family: "Newsreader", Georgia, serif; font-size: 1.45rem; font-weight: 600; line-height: 1.05; }
.concierge-page .event-meta { color: #6e837c; font-size: .75rem; }
.concierge-page .event-arrow { display: none; }
.concierge-pick { align-self: start; overflow: hidden; border-radius: 4px 38px 4px 4px; background: #e7dfce; }
.concierge-pick img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.concierge-pick-copy { padding: 1.5rem; }
.concierge-pick-copy small { color: #b5683f; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.concierge-pick-copy h3 { margin: .55rem 0; font-family: "Newsreader", Georgia, serif; font-size: 2rem; font-weight: 500; line-height: 1; }
.concierge-pick-copy p { color: #577268; font-size: .88rem; }
.concierge-page .lab-button { border-radius: 999px; background: #173e33; color: #fff; font-size: .8rem; font-weight: 700; }

@media (max-width: 900px) {
  .name-decision, .concept-grid, .editorial-hero, .editorial-main, .urban-hero, .urban-board, .concierge-hero, .concierge-main { grid-template-columns: 1fr; }
  .round-brief, .showcase-hero, .showcase-agenda, .clarity-hero, .clarity-agenda { grid-template-columns: minmax(0, 1fr); }
  .round-brief div { border-right: 0; border-bottom: 1px solid #dce2e8; }
  .round-brief div:last-child { border-bottom: 0; }
  .showcase-header, .clarity-header { grid-template-columns: 1fr auto; }
  .showcase-page .lab-nav, .clarity-page .lab-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: .3rem; }
  .showcase-hero, .clarity-hero { min-height: 0; }
  .showcase-copy { min-height: 520px; }
  .showcase-feature { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); border-radius: 12px 12px 54px 12px; }
  .showcase-feature-media { min-height: 320px; }
  .clarity-copy { min-width: 0; min-height: 520px; border-right: 0; border-bottom: 1px solid #a9c8c8; }
  .clarity-feature { min-width: 0; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); grid-template-rows: 330px; }
  .clarity-finder { grid-template-columns: 1fr repeat(4, auto); overflow-x: auto; }
  .commerce-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clarity-page .commerce-card { grid-template-columns: 150px minmax(0, 1fr); }
  .concept-card { min-height: 280px; }
  .editorial-page .concept-header, .concierge-page .concept-header { grid-template-columns: 1fr auto; }
  .editorial-page .lab-nav, .concierge-page .lab-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-bottom: .3rem; }
  .editorial-hero-copy { padding-right: 0; }
  .editorial-hero-art { min-height: 500px; }
  .urban-feature { min-height: 360px; }
  .urban-affiliates { position: static; order: -1; }
  .urban-schedule { order: 1; }
  .concierge-hero { padding-top: 2.5rem; }
}

@media (max-width: 620px) {
  .lab-switcher { max-width: 100vw; justify-content: flex-start; overflow-x: auto; }
  .lab-switcher > span { display: none; }
  .lab-index main { padding-top: 2.5rem; }
  .lab-index h1 { font-size: clamp(3.2rem, 18vw, 5.5rem); }
  .showcase-header, .clarity-header { align-items: start; }
  .showcase-page .brand-logo-image { width: 9.25rem; }
  .showcase-page .flag-language, .clarity-page .flag-language { grid-column: 2; grid-row: 1; }
  .showcase-copy { min-height: 470px; padding: 2rem 1.4rem; border-radius: 8px 46px 8px 8px; }
  .showcase-copy h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .clarity-copy h1 { width: 100%; max-width: 100%; font-size: clamp(2.75rem, 12vw, 4.6rem); }
  .showcase-feature { display: flex; border-radius: 8px 8px 42px 8px; }
  .showcase-feature-media { min-height: 300px; }
  .event-highlights > header { align-items: flex-start; flex-direction: column; gap: .75rem; }
  .event-highlight-grid { grid-template-columns: minmax(0, 1fr); }
  .showcase-highlights { border-radius: 8px 42px 8px 8px; }
  .showcase-categories { justify-content: flex-start; }
  .commerce-heading, .urban-commerce-heading { min-width: 0; grid-template-columns: minmax(0, 1fr); }
  .commerce-heading > *, .urban-commerce-heading > * { min-width: 0; max-width: 100%; }
  .commerce-heading p, .urban-commerce-heading p { grid-column: auto; }
  .commerce-heading h2, .clarity-section-heading h2, .urban-commerce-heading h2 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .commerce-grid, .clarity-page .commerce-grid { grid-template-columns: 1fr; }
  .clarity-page .commerce-card { display: flex; min-height: 0; }
  .clarity-page .commerce-media { aspect-ratio: 4 / 2.65; }
  .showcase-agenda, .clarity-agenda { padding: 2rem 1.2rem; border-radius: 42px 8px 8px 8px; }
  .showcase-page .event-tile, .clarity-page .event-tile { grid-template-columns: 58px minmax(0, 1fr); }
  .showcase-page .event-arrow, .clarity-page .event-arrow { display: none; }
  .clarity-copy { min-height: 480px; padding: 2rem 1.35rem; }
  .clarity-primary { justify-content: space-between; width: 100%; }
  .clarity-trust { gap: .6rem; }
  .clarity-trust strong { font-size: 1.25rem; }
  .clarity-feature { display: grid; grid-template-columns: 1fr; grid-template-rows: 300px auto; }
  .clarity-finder { display: flex; width: 100%; max-width: 100%; min-width: 0; margin-inline: 0; overflow-x: auto; }
  .clarity-finder div { min-width: 190px; }
  .clarity-finder a { flex: 0 0 auto; }
  .clarity-section-heading { align-items: flex-start; flex-direction: column; }
  .urban-page .concept-header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; }
  .urban-page .lab-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; max-width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: .25rem; }
  .urban-page .flag-language { grid-column: 2; grid-row: 1; }
  .editorial-hero h1, .urban-lead h1, .concierge-copy h1 { font-size: clamp(3.3rem, 18vw, 5.5rem); }
  .urban-lead h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .editorial-hero-art { min-height: 360px; }
  .editorial-main, .urban-main, .concierge-main { padding-bottom: 4rem; }
  .editorial-page .event-tile, .urban-page .event-tile { grid-template-columns: 66px minmax(0, 1fr); }
  .editorial-page .event-arrow, .urban-page .event-arrow { display: none; }
  .urban-lead { min-height: 390px; }
  .urban-search input { min-width: 0; }
  .concierge-plan { border-radius: 28px 28px 8px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .concept-card { transition: none; }
}
