:root{color-scheme:light;--shell: 1180px;--gutter: clamp(1rem, 3vw, 2rem);--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--space-6: clamp(4rem, 8vw, 7rem);--radius: 2px;--surface: #ffffff;--surface-alt: #f2f4f3;--ink: #172326;--muted: #5d686a;--line: #ccd3d2;--brand: #075765;--brand-strong: #063b45;--accent: #d59618;--on-brand: #ffffff;--display: "Avenir Next Condensed", "Arial Narrow", sans-serif;--body: "Avenir Next", Avenir, Arial, sans-serif;--shadow: none}html.concept-1{--surface: #f7f2e7;--surface-alt: #e9e7da;--ink: #252724;--muted: #62665e;--line: #c8c7b8;--brand: #174a36;--brand-strong: #0e3325;--accent: #9d7c37;--on-brand: #fffdf7;--display: Baskerville, "Iowan Old Style", Georgia, serif;--body: "Avenir Next", Avenir, Arial, sans-serif;--radius: 0}html.concept-2{--surface: #f8f0e3;--surface-alt: #efe0cf;--ink: #211f1d;--muted: #685f58;--line: #d5c2ae;--brand: #8d4634;--brand-strong: #603025;--accent: #bb654c;--on-brand: #fffaf3;--display: Didot, "Bodoni 72", "Times New Roman", serif;--body: "Avenir Next", Avenir, Arial, sans-serif;--radius: 18px;--shadow: 0 20px 50px rgb(70 45 28 / .08)}html.concept-final{--surface: #f7f2e7;--surface-alt: #eae6d9;--ink: #252724;--muted: #5f645d;--line: #c8c6b7;--brand: #174a36;--brand-strong: #0e3325;--accent: #9d7c37;--terracotta: #9a503b;--on-brand: #fffdf7;--display: Baskerville, "Iowan Old Style", Georgia, serif;--body: "Avenir Next", Avenir, Arial, sans-serif;--radius: 0;--shadow: none}*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;background:var(--surface)}body{margin:0;background:var(--surface);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{touch-action:manipulation}svg{width:1.1rem;fill:none;stroke:currentColor;stroke-width:1.7}.shell{width:min(var(--shell),calc(100% - (2 * var(--gutter))));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:1000;background:var(--ink);color:var(--surface);padding:.75rem 1rem}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.site-header{border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 95%,transparent);position:relative;z-index:20}.utility-bar{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:flex;align-items:center;gap:1rem;min-height:48px}.brand-mark{display:grid;place-items:center;width:54px;height:54px;color:var(--on-brand);background:var(--brand);font-family:var(--display);font-size:1rem;letter-spacing:.08em}.concept-2 .brand-mark{border-radius:50%}.concept-3 .brand-mark{position:relative;box-shadow:7px 7px 0 var(--accent)}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-family:var(--display);font-size:clamp(1.3rem,2vw,1.75rem);line-height:1}.brand-copy small{color:var(--muted);font-size:.76rem;margin-top:.45rem;max-width:530px}.header-actions{display:flex;align-items:center;gap:.75rem}.search-form{display:flex;align-items:center;border-bottom:1px solid var(--line);min-width:180px}.search-form input{background:transparent;border:0;color:var(--ink);min-height:44px;width:150px;padding:.5rem}.search-form button{width:44px;height:44px;display:grid;place-items:center;background:transparent;border:0;color:var(--ink);cursor:pointer}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.15rem;background:var(--brand);color:var(--on-brand);border:1px solid var(--brand);border-radius:var(--radius);font-weight:700;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.button:hover{background:var(--brand-strong)}.button-small{min-height:44px;padding:.55rem .95rem;font-size:.84rem}.primary-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.1rem 1.35rem;min-height:52px}.primary-nav a{display:flex;align-items:center;min-height:44px;font-size:.79rem;font-weight:700;letter-spacing:.035em;position:relative}.primary-nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:4px;background:var(--accent);transition:right .2s ease}.primary-nav a:hover:after,.primary-nav a.active:after{right:0}.concept-note{min-height:54px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.concept-note nav{display:flex;gap:.45rem}.concept-note nav a{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line)}.concept-note nav a:hover{background:var(--brand);color:var(--on-brand)}.hero-section{padding-top:clamp(2rem,5vw,4.5rem)}.hero-kicker{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted)}.hero-kicker span:first-child{color:var(--brand);font-weight:800}.article-card{min-width:0}.article-card .card-visual{display:block}.article-card .card-content{padding-top:1rem}.article-card h3{font-family:var(--display);font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.08;margin:.75rem 0;text-wrap:balance}.article-card h3 a:hover{color:var(--brand)}.article-card p{color:var(--muted);margin:0 0 1rem}.article-card.featured{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr);gap:clamp(1.5rem,4vw,4rem);align-items:center}.article-card.featured .card-content{padding:0}.article-card.featured h3{font-size:clamp(2.2rem,5.4vw,5rem);letter-spacing:-.03em}.article-card.featured p{font-size:clamp(1rem,1.4vw,1.18rem);max-width:52ch}.meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.rubric{font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--brand)}.demo-label{display:inline-flex;align-items:center;min-height:26px;padding:.15rem .5rem;border:1px solid var(--accent);color:var(--ink);background:color-mix(in srgb,var(--accent) 13%,var(--surface));font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;border-radius:99px}.card-footer{border-top:1px solid var(--line);padding-top:.7rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted);font-size:.76rem}.read-link{color:var(--ink);font-weight:750;min-height:44px;display:inline-flex;align-items:center;gap:.35rem}.editorial-visual{min-height:390px;background:var(--brand-strong);color:var(--on-brand);position:relative;overflow:hidden;padding:clamp(1.4rem,4vw,3rem);display:flex;flex-direction:column;justify-content:space-between;border-radius:var(--radius);isolation:isolate}.editorial-visual.compact{min-height:230px}.visual-shape{position:absolute;z-index:-1;opacity:.85}.shape-a{width:62%;aspect-ratio:1;border:1px solid color-mix(in srgb,var(--accent) 85%,white);border-radius:50%;right:-21%;top:-32%}.shape-b{width:45%;height:27%;background:var(--accent);left:-12%;bottom:12%;transform:rotate(-8deg);opacity:.82}.visual-copy{display:flex;flex-direction:column;gap:1rem;max-width:82%}.visual-copy span{font-size:.68rem;font-weight:800;letter-spacing:.18em}.visual-copy strong{font-family:var(--display);font-size:clamp(2rem,4.6vw,4.4rem);line-height:.98;text-wrap:balance}.editorial-visual.compact .visual-copy strong{font-size:clamp(1.5rem,3vw,2.5rem)}.visual-copy small{font-size:.8rem;max-width:38ch}.editorial-visual em{align-self:flex-end;font-size:.65rem;font-style:normal;max-width:30ch;text-align:right;opacity:.8}.visual-hotel{background:color-mix(in srgb,var(--brand-strong) 88%,#544739)}.visual-restaurant{background:color-mix(in srgb,var(--brand-strong) 82%,#743925)}.visual-emploi{background:color-mix(in srgb,var(--brand-strong) 84%,#263f58)}.visual-gestion{background:color-mix(in srgb,var(--brand-strong) 88%,#4e5126)}.visual-interview{background:color-mix(in srgb,var(--brand-strong) 86%,#5e354d)}.concept-1 .editorial-visual{border:1px solid var(--brand)}.concept-1 .shape-b{height:1px;width:70%;transform:rotate(-18deg);background:var(--accent)}.concept-2 .shape-a{border-width:40px;opacity:.28}.concept-2 .shape-b{border-radius:50% 50% 4px;transform:rotate(12deg)}.concept-3 .editorial-visual:before{content:"";position:absolute;top:0;left:0;width:12px;height:100%;background:var(--accent)}.market-line{margin-top:var(--space-5);background:var(--brand);color:var(--on-brand)}.market-track{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.market-track span+span:before{content:"•";margin-right:clamp(1rem,3vw,3rem);color:var(--accent)}.concept-2 .market-line{width:min(var(--shell),calc(100% - (2 * var(--gutter))));margin-inline:auto;border-radius:99px}.home-section{padding-block:var(--space-6)}.section-tinted{background:var(--surface-alt)}.section-header{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.section-header span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:800}.section-header h2{font-family:var(--display);font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:.4rem 0 0}.section-header>a{font-size:.78rem;font-weight:700;min-height:44px;display:flex;align-items:center}.cards-grid{display:grid;gap:clamp(1.5rem,3vw,2.5rem)}.cards-three{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-feature{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,6vw,6rem)}.compact-header h2{font-size:clamp(1.9rem,3vw,2.8rem)}.interview-section{background:var(--brand-strong);color:var(--on-brand)}.interview-section .section-header,.interview-section .card-footer{border-color:color-mix(in srgb,var(--on-brand) 25%,transparent)}.interview-section .section-header span,.interview-section .rubric{color:color-mix(in srgb,var(--accent) 82%,white)}.interview-section .article-card p,.interview-section .card-footer{color:color-mix(in srgb,var(--on-brand) 72%,transparent)}.interview-section .article-card h3 a:hover{color:var(--accent)}.newsletter-section{margin-block:var(--space-6);padding:clamp(1.5rem,5vw,4rem);background:var(--surface-alt);display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;border-radius:var(--radius)}.newsletter-section>div>span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800}.newsletter-section h2{font-family:var(--display);font-size:clamp(2rem,4vw,3.5rem);line-height:1;margin:.7rem 0}.newsletter-section p{color:var(--muted)}.newsletter-form label{display:block;font-size:.78rem;font-weight:700;margin-bottom:.5rem}.newsletter-form>div{display:flex;gap:.5rem}.newsletter-form input,.proposal-form input,.proposal-form textarea{min-height:48px;width:100%;background:var(--surface);color:var(--ink);border:1px solid var(--line);border-radius:var(--radius);padding:.75rem .9rem}.newsletter-form output,.proposal-form output{display:block;min-height:1.5rem;margin-top:.7rem;color:var(--brand);font-size:.78rem;font-weight:700}.site-footer{border-top:1px solid var(--line);background:var(--ink);color:var(--surface);padding-block:3.5rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:3rem}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.footer-grid strong{font-family:var(--display);font-size:1.6rem}.footer-grid p,.footer-grid a,.footer-grid span{color:color-mix(in srgb,var(--surface) 75%,transparent);font-size:.8rem}.footer-label{text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--surface)!important}.listing-page,.form-page,.about-page,.article-page{padding-block:clamp(3rem,8vw,7rem);min-height:70dvh}.listing-header{max-width:850px;margin-bottom:3.5rem}.listing-header>span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:800}.listing-header h1,.article-header h1{font-family:var(--display);font-size:clamp(2.8rem,7vw,6.5rem);line-height:.95;letter-spacing:-.035em;text-wrap:balance;margin:.75rem 0 1rem}.listing-header p{color:var(--muted);font-size:1.1rem}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.65rem;font-size:.76rem;color:var(--muted);margin-bottom:2.5rem}.article-header{max-width:980px;margin:0 auto 3rem;text-align:center}.article-header .meta-line{justify-content:center}.article-deck{max-width:750px;margin:1.5rem auto;color:var(--muted);font-size:clamp(1.05rem,2vw,1.3rem)}.article-byline{display:flex;justify-content:center;gap:1.5rem;font-size:.75rem;color:var(--muted)}.article-page>.editorial-visual{max-width:980px;margin-inline:auto;min-height:500px}.article-source-summary{max-width:750px;margin:2rem auto 0;padding:1rem 0;border-block:1px solid var(--line);display:flex;justify-content:space-between;gap:1.5rem;font-size:.82rem}.article-source-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.68rem;font-weight:800}.article-source-summary a{color:var(--brand);font-weight:700;overflow-wrap:anywhere}.prose{max-width:750px;margin:4rem auto 0;font-family:Georgia,serif;font-size:1.06rem;line-height:1.78}.prose h2{font-family:var(--display);font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.1;margin-top:3rem}.prose a{color:var(--brand);text-decoration:underline;overflow-wrap:anywhere}.prose li+li{margin-top:.6rem}.demo-notice{max-width:750px;margin:2rem auto 0;border-left:4px solid var(--accent);background:var(--surface-alt);padding:1rem 1.25rem}.demo-notice p{margin:.25rem 0 0;color:var(--muted)}.proposal-form{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem 2rem;max-width:850px}.proposal-form label{font-weight:700;padding-top:.75rem}.proposal-form .button,.proposal-form output{grid-column:2}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about-grid section{border-top:4px solid var(--brand);padding-top:1rem}.about-grid h2{font-family:var(--display);font-size:2rem;line-height:1.1}.about-grid p{color:var(--muted)}.empty-state{padding:2rem;background:var(--surface-alt)}[hidden]{display:none!important}.concept-1 .section-header h2,.concept-1 .article-card h3{font-weight:400}.concept-1 .cards-grid .article-card{border-top:3px solid var(--brand);padding-top:1rem}.concept-1 .newsletter-section{border:1px solid var(--line)}.concept-2 .article-card:not(.featured){background:color-mix(in srgb,var(--surface) 82%,white);padding:1rem;border-radius:var(--radius);box-shadow:var(--shadow)}.concept-2 .section-header{border-bottom-style:double;border-bottom-width:3px}.concept-2 .hero-kicker,.concept-2 .rubric{letter-spacing:.18em}.concept-2 .newsletter-section{box-shadow:var(--shadow)}.concept-3 .section-header{border-bottom:4px solid var(--ink)}.concept-3 .section-header>div{border-left:8px solid var(--accent);padding-left:1rem}.concept-3 .cards-grid .article-card{border-bottom:1px solid var(--line);padding-bottom:1.5rem}.concept-3 .newsletter-section{border-top:12px solid var(--accent)}.concept-final .utility-bar{min-height:82px}.concept-final .brand-mark{width:48px;height:48px}.concept-final .brand-copy strong{font-size:clamp(1.25rem,1.8vw,1.6rem);font-weight:400}.concept-final .brand-copy small{margin-top:.3rem}.concept-final .primary-nav{min-height:46px}.concept-final .site-header{background:var(--surface)}.final-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(1.75rem,4vw,3.75rem);align-items:start;padding-block:clamp(1.5rem,3vw,2.5rem);border-bottom:1px solid var(--line)}.final-hero-visual{display:block;min-width:0}.final-hero .editorial-visual{min-height:350px;border:1px solid var(--brand);padding:clamp(1.5rem,3vw,2.5rem)}.final-hero .visual-copy{gap:.8rem}.final-hero .visual-copy strong{font-size:clamp(2.8rem,5vw,4.6rem);letter-spacing:.02em}.final-hero .visual-copy small{font-family:var(--display);font-size:clamp(1.15rem,2vw,1.65rem);line-height:1.15;max-width:30ch}.final-hero .visual-copy small{text-wrap:balance}.final-hero .shape-b{height:1px;width:74%;transform:rotate(-18deg);background:var(--accent)}.final-hero-copy{padding-top:.1rem;min-width:0}.final-hero-meta{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid var(--line);color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.1em}.final-hero-meta span{color:var(--brand);font-weight:800}.final-hero-copy h2{margin:1rem 0 .85rem;font-family:var(--display);font-size:clamp(2.35rem,4vw,3.55rem);font-weight:400;line-height:.98;letter-spacing:-.025em;text-wrap:balance}.final-hero-copy p{max-width:48ch;margin:0 0 1.25rem;color:var(--muted);font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.55}.final-read-button{gap:.6rem;min-width:148px}.final-latest{padding-block:clamp(2rem,4vw,3.5rem)}.final-section-header{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:1.4rem;padding-bottom:.75rem;border-bottom:1px solid var(--line)}.final-section-header span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.66rem;font-weight:800}.final-section-header h2{margin:.25rem 0 0;font-family:var(--display);font-size:clamp(1.9rem,3vw,2.8rem);font-weight:400;line-height:1}.final-section-header>a{display:inline-flex;align-items:center;min-height:44px;font-size:.76rem;font-weight:700}.final-news-grid .article-card{border-top:3px solid var(--brand);padding-top:.8rem}.final-news-grid .article-card:first-child{border-top-color:var(--terracotta)}.final-news-grid .article-card h3{font-size:clamp(1.35rem,2vw,1.8rem);font-weight:400}.final-news-grid .editorial-visual.compact{min-height:190px}.final-news-grid .article-card p{font-size:.91rem;line-height:1.5}.final-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.5rem,5vw,5rem) clamp(2rem,6vw,6rem);padding-block:clamp(2.5rem,5vw,5rem);border-top:1px solid var(--line)}.final-topic{min-width:0}.final-topic .final-section-header{min-height:86px}.final-topic .article-card{display:grid;grid-template-columns:minmax(150px,.75fr) minmax(0,1.25fr);gap:1.25rem;align-items:start}.final-topic .card-content{padding-top:0}.final-topic .editorial-visual.compact{min-height:220px;padding:1.1rem}.final-topic .editorial-visual.compact .visual-copy strong{font-size:clamp(1.35rem,2vw,1.9rem)}.final-topic .article-card h3{font-size:clamp(1.35rem,2.1vw,1.85rem);font-weight:400}.final-topic .article-card p{font-size:.9rem;line-height:1.5}.final-topic-restaurant .final-section-header{border-bottom-color:var(--terracotta)}.final-topic-restaurant .final-section-header span,.final-topic-restaurant .rubric{color:var(--terracotta)}.final-topic-interview{grid-column:1 / -1}.final-topic-interview .article-card{grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr)}.final-newsletter{border:1px solid var(--line);margin-top:0}.category-page,.search-page,.proposal-page,.about-page{padding-block:clamp(2.5rem,6vw,5.5rem);min-height:70dvh}.category-masthead{max-width:900px;margin-bottom:clamp(2.5rem,5vw,4.5rem)}.category-masthead>span,.support-label,.linkedin-share>div>span,.about-demonstration>div>span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:800}.category-masthead h1{max-width:850px;margin:.5rem 0 1rem;font-family:var(--display);font-size:clamp(3rem,7vw,6rem);font-weight:400;line-height:.94;letter-spacing:-.035em;text-wrap:balance}.category-masthead p{max-width:710px;margin:0;color:var(--muted);font-size:clamp(1.05rem,1.7vw,1.25rem);line-height:1.6}.category-filters{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.5rem}.category-filters span{display:inline-flex;align-items:center;min-height:36px;padding:.35rem .75rem;border:1px solid var(--line);color:var(--muted);font-size:.72rem;font-weight:700}.category-lead{padding-bottom:clamp(3rem,6vw,5.5rem)}.category-lead .article-card.featured{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start}.category-lead .article-card.featured h3{font-size:clamp(2.25rem,4vw,3.65rem);font-weight:400}.category-lead .editorial-visual{min-height:350px}.category-recent{padding-block:clamp(3rem,6vw,5.5rem);border-top:1px solid var(--line)}.category-recent .article-card{border-top:3px solid var(--brand);padding-top:.8rem}.category-recent .article-card h3{font-weight:400}.restaurant-page{--section-accent: var(--terracotta)}.restaurant-page .category-masthead>span,.restaurant-page .rubric,.restaurant-page .support-label,.restaurant-page .final-section-header span{color:var(--terracotta)}.restaurant-page .category-filters span,.restaurant-page .category-recent .article-card,.restaurant-page .final-section-header{border-color:var(--terracotta)}.article-page{padding-block:clamp(2rem,5vw,4.5rem)}.editorial-article-header{max-width:1000px;margin-bottom:clamp(2rem,4vw,3.5rem)}.editorial-article-header h1{font-size:clamp(3rem,6.5vw,5.75rem);font-weight:400}.editorial-article-header .article-deck{max-width:780px}.article-layout{max-width:1040px;margin:clamp(3rem,6vw,5rem) auto 0;display:grid;grid-template-columns:minmax(0,1fr) minmax(270px,.42fr);gap:clamp(2.5rem,6vw,6rem);align-items:start}.editorial-prose{max-width:710px;margin:0}.editorial-prose>p:first-child{font-size:1.18rem;color:var(--ink)}.takeaway-box{position:sticky;top:1.5rem;border-top:4px solid var(--brand);background:var(--surface-alt);padding:1.5rem}.takeaway-box>span{color:var(--brand);text-transform:uppercase;letter-spacing:.14em;font-size:.68rem;font-weight:800}.takeaway-box ul{margin:1rem 0 0;padding-left:1.1rem}.takeaway-box li{font-size:.88rem;line-height:1.55}.takeaway-box li+li{margin-top:.85rem}.restaurant-page .takeaway-box{border-color:var(--terracotta)}.restaurant-page .takeaway-box>span{color:var(--terracotta)}.article-support-grid{max-width:1040px;margin:clamp(3rem,6vw,5rem) auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}.article-support-card{background:var(--surface);padding:clamp(1.5rem,3vw,2.5rem)}.article-support-card h2{margin:.4rem 0 1.2rem;font-family:var(--display);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:400;line-height:1}.article-support-card ul{margin:0;padding-left:1.1rem}.article-support-card li{overflow-wrap:anywhere}.article-support-card li+li{margin-top:.75rem}.article-support-card a{color:var(--brand);text-decoration:underline}.article-support-card p{color:var(--muted);font-size:.86rem}.linkedin-share{max-width:1040px;margin:clamp(3rem,6vw,5rem) auto 0;padding:clamp(1.5rem,4vw,3rem);border-block:1px solid var(--line);display:grid;grid-template-columns:.65fr 1.35fr auto;gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.linkedin-share h2{margin:.35rem 0 0;font-family:var(--display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:400;line-height:1}.linkedin-share p{margin:0;color:var(--muted)}.linkedin-share output{grid-column:2 / -1;color:var(--brand);font-size:.8rem;font-weight:700}.related-articles{max-width:1040px;margin:clamp(3.5rem,7vw,6rem) auto 0}.related-articles .article-card{border-top:3px solid var(--brand);padding-top:.8rem}.related-articles .article-card h3{font-weight:400}.search-masthead{max-width:950px}.page-search-form{margin-top:2rem;max-width:760px}.page-search-form label{display:block;margin-bottom:.45rem;font-size:.78rem;font-weight:700}.page-search-form>div{display:grid;grid-template-columns:1fr auto;gap:.6rem}.page-search-form input{width:100%;min-height:52px;padding:.75rem 1rem;border:1px solid var(--line);background:var(--surface-alt);color:var(--ink)}.search-results{padding-bottom:clamp(3rem,6vw,5.5rem)}.search-results [data-search-item]{border-top:3px solid var(--brand);padding-top:.8rem}.search-results .article-card h3{font-weight:400}.mockup-notice{max-width:960px;margin:-1.5rem 0 2rem;padding:1rem 1.25rem;border-left:4px solid var(--brand);background:var(--surface-alt)}.mockup-notice p{margin:.25rem 0 0;color:var(--muted)}.professional-form{max-width:960px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--line);background:color-mix(in srgb,var(--surface-alt) 52%,var(--surface))}.field-group{min-width:0}.field-wide{grid-column:1 / -1}.professional-form label{display:block;padding:0;margin-bottom:.4rem;font-size:.78rem;font-weight:750}.professional-form input,.professional-form textarea,.professional-form select{width:100%;min-height:48px;padding:.75rem .9rem;border:1px solid var(--line);border-radius:0;background:var(--surface);color:var(--ink);font:inherit}.professional-form textarea{resize:vertical}.professional-form small{display:block;margin-top:.4rem;color:var(--muted)}.checkbox-field{display:flex!important;align-items:flex-start;gap:.8rem;min-height:48px;padding:1rem!important;border:1px solid var(--line);background:var(--surface)}.checkbox-field input{flex:0 0 auto;width:20px;min-height:20px;margin-top:.15rem}.checkbox-field span{font-size:.88rem;line-height:1.5}.form-actions{display:flex;align-items:center;gap:1.25rem}.form-actions output{margin:0;color:var(--brand)}.about-masthead{max-width:1000px}.about-intro{max-width:850px;margin-bottom:clamp(2.5rem,5vw,4.5rem);border-left:4px solid var(--brand);padding-left:clamp(1.25rem,3vw,2rem)}.about-intro p{margin:0;font-family:var(--display);font-size:clamp(1.7rem,3.2vw,2.7rem);line-height:1.15}.editorial-about-grid{margin-bottom:clamp(3rem,6vw,5rem)}.editorial-about-grid section{border-top-width:1px}.editorial-about-grid section>span{color:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.12em}.editorial-about-grid h2{font-weight:400}.about-demonstration{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:start;padding:clamp(2rem,5vw,4rem);background:var(--brand-strong);color:var(--on-brand)}.about-demonstration>div>span{color:color-mix(in srgb,var(--accent) 82%,white)}.about-demonstration h2{margin:.5rem 0 0;font-family:var(--display);font-size:clamp(2rem,4vw,3.4rem);font-weight:400;line-height:1}.about-demonstration p{margin:0;color:color-mix(in srgb,var(--on-brand) 78%,transparent);font-size:1.05rem}@media(max-width:1024px){.final-hero{gap:2rem}.final-hero .editorial-visual{min-height:320px}.final-hero-copy h2{font-size:clamp(2.2rem,4.8vw,3.1rem)}.final-topic .article-card{grid-template-columns:1fr}.final-topic .editorial-visual.compact{min-height:190px}.linkedin-share{grid-template-columns:1fr 1.4fr}.linkedin-share .button{grid-column:2;justify-self:start}}@media(max-width:900px){.utility-bar{align-items:flex-start;padding-block:1rem}.brand-copy small{max-width:340px}.header-actions{flex-direction:column-reverse;align-items:stretch}.primary-nav{gap:.1rem 1rem}.article-card.featured{grid-template-columns:1fr}.article-card.featured h3{font-size:clamp(2.5rem,8vw,4.5rem)}.cards-three{grid-template-columns:repeat(2,minmax(0,1fr))}.split-section,.newsletter-section{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.final-hero{grid-template-columns:1fr}.final-hero .editorial-visual{min-height:330px}.final-sections{gap:3rem 2rem}.category-lead .article-card.featured,.article-layout{grid-template-columns:1fr}.takeaway-box{position:static}.article-support-grid,.linkedin-share{grid-template-columns:1fr}.linkedin-share .button,.linkedin-share output{grid-column:1;justify-self:start}}@media(max-width:640px){:root{--gutter: 1rem}.utility-bar{display:block;min-height:0}.brand{margin-bottom:1rem}.brand-copy small{max-width:240px;line-height:1.3}.brand-mark{width:48px;height:48px}.header-actions{display:grid;grid-template-columns:1fr auto}.search-form{min-width:0}.search-form input{width:100%}.primary-nav{padding-block:.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 .8rem}.primary-nav a{border-bottom:1px solid var(--line)}.concept-note{align-items:flex-start;gap:1rem;padding-block:.75rem}.concept-note span{max-width:230px;line-height:1.4}.hero-section{padding-top:2rem}.hero-kicker{align-items:flex-start;gap:1rem}.editorial-visual,.article-page>.editorial-visual{min-height:340px}.editorial-visual.compact{min-height:210px}.market-track{padding-block:.8rem;flex-wrap:wrap;justify-content:flex-start}.market-track span+span:before{margin-right:.75rem}.cards-three,.cards-feature,.split-section,.footer-grid,.about-grid{grid-template-columns:1fr}.section-header{display:block}.section-header>a{margin-top:.75rem}.newsletter-form>div{display:grid}.listing-header h1,.article-header h1{font-size:clamp(2.6rem,14vw,4.5rem)}.article-header{text-align:left}.article-header .meta-line,.article-byline{justify-content:flex-start}.article-byline{flex-wrap:wrap;gap:.4rem 1rem}.article-source-summary{display:grid;gap:.35rem}.proposal-form{grid-template-columns:1fr}.proposal-form label,.proposal-form input,.proposal-form textarea,.proposal-form .button,.proposal-form output{grid-column:1}.proposal-form label{padding-top:.25rem}.concept-final .utility-bar{padding-block:.75rem}.concept-final .brand{margin-bottom:.75rem}.concept-final .primary-nav{grid-template-columns:repeat(4,minmax(0,1fr));gap:0 .45rem}.concept-final .primary-nav a{min-height:48px;font-size:.67rem;line-height:1.2;letter-spacing:0}.final-hero{padding-top:1rem;gap:1.25rem}.final-hero .editorial-visual{min-height:300px;padding:1.35rem}.final-hero .visual-copy strong{font-size:clamp(2.45rem,13vw,3.3rem)}.final-hero .visual-copy small{font-size:1.15rem;max-width:24ch}.final-hero-copy h2{font-size:clamp(2rem,8.7vw,2.35rem);line-height:1.04}.final-hero-copy p{font-size:1rem}.final-section-header{display:flex;align-items:end;gap:1rem}.final-section-header>a{text-align:right}.final-news-grid{grid-template-columns:1fr}.final-sections{grid-template-columns:1fr;gap:3rem}.final-topic-interview{grid-column:auto}.final-topic-interview .article-card{grid-template-columns:1fr}.final-topic .final-section-header{min-height:0}.category-masthead h1{font-size:clamp(2.8rem,14vw,4.5rem)}.category-filters{gap:.4rem}.category-lead .editorial-visual{min-height:300px}.category-lead .article-card.featured h3{font-size:clamp(2rem,10vw,2.7rem)}.editorial-article-header h1{font-size:clamp(2.65rem,13vw,4rem)}.article-page>.editorial-visual{min-height:340px}.article-layout{margin-top:3rem;gap:2.5rem}.article-support-card{padding:1.25rem}.linkedin-share{padding-inline:0}.professional-form{grid-template-columns:1fr;padding:1.25rem}.professional-form .field-wide{grid-column:1}.form-actions{align-items:flex-start;flex-direction:column}.page-search-form>div{grid-template-columns:1fr}.about-demonstration{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
