@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');:root{--bg-color:#f9f8f6;--text-main:#1a1a1a;--text-muted:#666;--accent:#b24c38;--surface:#fff;--border:#e2dfd8}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.65;overflow-x:hidden}h1,h2,h3,h4,.ed-serif{font-family:'Playfair Display',serif;font-weight:700;line-height:1.2;color:var(--text-main)}a{color:var(--accent);text-decoration:none;transition:color .3s ease}a:hover{color:var(--text-main)}img{max-width:100%;height:auto;display:block}.ed-container{max-width:1280px;margin:0 auto;padding:0 4vw}.ed-grid-article{display:grid;grid-template-columns:1fr min(65ch,100%) 1fr;gap:2.5rem 2rem;padding-bottom:4rem}.ed-grid-article>*{grid-column:2}.ed-grid-article>.full-bleed{grid-column:1/-1}.ed-grid-article>.pull-right{grid-column:2/-1;background:var(--surface);padding:3rem 4vw;border-top:4px solid var(--accent);box-shadow:0 20px 40px rgba(0,0,0,.03)}.ed-grid-article>.pull-left{grid-column:1/3;background:var(--text-main);color:var(--bg-color);padding:3rem 4vw}.ed-grid-article>.pull-left h2,.ed-grid-article>.pull-left p{color:var(--bg-color)}@media (max-width:860px){.ed-grid-article{grid-template-columns:1fr}.ed-grid-article>*,.ed-grid-article>.full-bleed,.ed-grid-article>.pull-right,.ed-grid-article>.pull-left{grid-column:1}}.ed-header{border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:100;padding:1.25rem 0}.ed-header-inner{display:flex;justify-content:space-between;align-items:center}.ed-brand{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700;letter-spacing:-.5px;color:var(--text-main)}.ed-nav{display:flex;gap:2rem}.ed-nav a{font-size:.85rem;text-transform:uppercase;letter-spacing:1.5px;font-weight:500;color:var(--text-main)}.ed-nav a:hover{color:var(--accent)}.ed-title{font-size:clamp(2.5rem,6vw,4.5rem);margin-top:3rem;margin-bottom:1rem;text-align:center}.ed-lead{font-size:1.35rem;color:var(--text-muted);text-align:center;max-width:800px;margin:0 auto 3rem}.ed-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1rem 0;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:3rem}.ed-figure{margin:3rem 0}.ed-figure img{width:100%;object-fit:cover;max-height:70vh}.ed-figcaption{text-align:right;font-size:.8rem;color:var(--text-muted);margin-top:.5rem;font-style:italic}.ed-quote{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.3;text-align:center;color:var(--accent);padding:4rem 2rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.ed-quote cite{display:block;font-family:'Inter',sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-top:1.5rem;font-style:normal}.ed-list{list-style:none;counter-reset:ed-counter;margin:2rem 0}.ed-list li{position:relative;padding-left:3rem;margin-bottom:1.5rem;font-size:1.1rem}.ed-list li:before{counter-increment:ed-counter;content:counter(ed-counter,decimal-leading-zero);position:absolute;left:0;top:0;font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--accent);font-weight:700}mark.ed-highlight{background:rgba(178,76,56,.1);color:var(--text-main);padding:0 .2em}.ed-form{width:100%}.ed-form fieldset{border:none;padding:0;margin-bottom:2rem}.ed-form legend{font-family:'Playfair Display',serif;font-size:2rem;margin-bottom:1.5rem;width:100%;border-bottom:2px solid var(--text-main);padding-bottom:.5rem}.ed-input-group{position:relative;margin-bottom:2.5rem}.ed-input-group input,.ed-input-group textarea{width:100%;border:none;border-bottom:1px solid var(--text-muted);background:0 0;padding:10px 0;font-size:1.1rem;color:var(--text-main);transition:border-color .3s}.ed-input-group input:focus,.ed-input-group textarea:focus{outline:none;border-bottom-color:var(--accent)}.ed-input-group label{position:absolute;top:10px;left:0;color:var(--text-muted);font-size:1.1rem;pointer-events:none;transition:.3s ease all}.ed-input-group input:focus~label,.ed-input-group input:not(:placeholder-shown)~label,.ed-input-group textarea:focus~label,.ed-input-group textarea:not(:placeholder-shown)~label{top:-18px;font-size:.8rem;color:var(--accent);letter-spacing:1px;text-transform:uppercase}.ed-btn{display:inline-block;padding:1rem 3rem;background:var(--text-main);color:var(--surface);font-family:'Inter',sans-serif;font-weight:500;text-transform:uppercase;letter-spacing:2px;font-size:.85rem;border:none;cursor:pointer;transition:.3s}.ed-btn:hover{background:var(--accent)}.ed-btn--outline{background:0 0;color:var(--text-main);border:1px solid var(--text-main)}.ed-btn--outline:hover{background:var(--text-main);color:var(--surface)}.ed-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.ed-card{background:var(--surface);border:1px solid var(--border);padding:2rem;transition:transform .3s;display:flex;flex-direction:column}.ed-card:hover{transform:translateY(-5px)}.ed-card-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:1rem;display:block}.ed-card-title{font-family:'Playfair Display',serif;font-size:1.5rem;margin-bottom:1.5rem;flex-grow:1}.ed-author-bio{display:flex;align-items:center;gap:1.5rem;background:var(--surface);padding:2rem;border:1px solid var(--border);margin-bottom:2rem}.ed-author-initial{width:60px;height:60px;background:var(--accent);color:var(--surface);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.8rem;border-radius:50%;flex-shrink:0}.ed-footer{background:var(--text-main);color:var(--surface);padding:6rem 0 2rem;margin-top:6rem}.ed-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:5rem}@media (max-width:768px){.ed-footer-grid{grid-template-columns:1fr}}.ed-footer-about h3{color:var(--surface);font-size:2rem;margin-bottom:1.5rem}.ed-footer-about p{color:#a0a0a0;max-width:400px;margin-bottom:2rem}.ed-footer-col h4{font-family:'Inter',sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:2rem}.ed-footer-col ul{list-style:none}.ed-footer-col ul li{margin-bottom:1rem}.ed-footer-col ul a{color:#d0d0d0}.ed-footer-col ul a:hover{color:var(--accent)}.ed-footer-bottom{border-top:1px solid #333;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--text-muted)}.ed-reactions{display:flex;gap:1rem}.ed-reactions button{background:0 0;border:1px solid #333;color:#a0a0a0;padding:.5rem 1rem;cursor:pointer;transition:.3s}.ed-reactions button:hover{border-color:var(--accent);color:var(--surface)}.ed-cookie-banner{position:fixed;bottom:2rem;left:2rem;right:2rem;max-width:600px;background:var(--text-main);color:var(--surface);padding:2rem;box-shadow:0 20px 40px rgba(0,0,0,.2);z-index:9999;display:flex;flex-direction:column;gap:1.5rem}.ed-cookie-banner p{font-size:.9rem;color:#d0d0d0}.ed-cookie-actions{display:flex;gap:1rem;flex-wrap:wrap}.ed-cookie-actions button{flex:1;padding:.75rem;border:none;font-size:.8rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:#333;color:var(--surface)}.ed-cookie-actions button.ed-btn-primary{background:var(--accent)}.ed-cookie-modal{position:fixed;inset:0;background:rgba(0,0,0,.8);display:none;align-items:center;justify-content:center;z-index:10000;padding:1rem}.ed-cookie-modal.open{display:flex}.ed-cookie-content{background:var(--surface);color:var(--text-main);padding:3rem;max-width:500px;width:100%}.ed-cookie-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}