@import 'https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,700;1,9..144,300;1,9..144,400&display=swap';:root{--blue:#4F778B;--blue-dark:#2A414B;--blue-mid:#5E7078;--blue-light:rgba(79,119,139,0.1);--cream:#F2F4EB;--cream-light:#F3F8F0;--white:#ffffff;--text:#2A414B;--text-muted:#5E7078;--border:rgba(79,119,139,0.2);--radius:4px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--cream);line-height:1.65;font-size:16px}.container{max-width:1200px;margin:0 auto;padding:0 40px}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-dark)}h1,h2,h3,h4{font-family:fraunces,Georgia,serif;font-weight:400;line-height:1.2}.site-header{background:var(--cream);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.site-header .container{display:flex;align-items:center;justify-content:space-between;height:82px}.logo{text-decoration:none;display:block}.logo-img{height:60px;width:auto;display:block}.main-nav ul{display:flex;list-style:none;gap:0;align-items:center}.main-nav a{font-family:Arial,Helvetica,sans-serif;font-size:18px;color:var(--blue);padding:6px 16px;transition:color .15s;white-space:nowrap;text-decoration:none}.main-nav a:hover,.main-nav a.active{color:var(--blue-mid)}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:8px;color:var(--text);font-size:1.4rem}.hero{background:var(--cream);display:grid;grid-template-columns:1fr 1fr;min-height:635px;overflow:hidden}.hero-text{background:var(--blue);padding:70px 60px 70px 80px;display:flex;flex-direction:column;justify-content:center}.hero-text h1{font-family:fraunces,Georgia,serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;color:var(--white);margin-bottom:28px;line-height:1.15}.hero-text p{font-size:clamp(1.1rem,1.5vw,1.5rem);line-height:1.65;color:rgba(255,255,255,.9)}.hero-image{overflow:hidden;position:relative}.hero-image::after{content:'';position:absolute;inset:0;background:rgba(79,119,139,.8)}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.features-section{background:var(--cream);padding:100px 0}.features-section .container{display:grid;grid-template-columns:2fr 3fr;gap:80px;align-items:start}.features-heading{font-family:fraunces,Georgia,serif;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:400;color:var(--blue);line-height:1.2;position:sticky;top:102px}.features-list{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;gap:32px;align-items:flex-start;padding:40px 36px;background:var(--cream-light);border-radius:10px}.feature-icon{flex:0 0 84px;width:84px;height:84px}.feature-icon img{width:84px;height:84px;object-fit:contain}.feature-text h3{font-family:fraunces,Georgia,serif;font-size:1.6rem;font-weight:400;color:var(--blue);margin-bottom:12px}.feature-text p{font-size:1.1rem;color:var(--text-muted);line-height:1.65}.featured-section{background:var(--cream);padding:100px 0;border-top:1px dashed var(--border)}.featured-section h2{font-family:fraunces,Georgia,serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;color:var(--blue);margin-bottom:40px}.featured-list{display:flex;flex-direction:column;gap:0}.featured-item{display:grid;grid-template-columns:320px 1fr;gap:48px;align-items:center;padding:40px 0;border-bottom:1px solid var(--border)}.featured-item:first-child{border-top:1px solid var(--border)}.featured-image{aspect-ratio:4/3;overflow:hidden;border-radius:var(--radius)}.featured-image img{width:100%;height:100%;object-fit:cover}.featured-content h3{font-family:fraunces,Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--blue);margin-bottom:14px;line-height:1.3}.featured-content h3 a{color:var(--blue)}.featured-content h3 a:hover{color:var(--blue-dark)}.featured-content p{font-size:1.05rem;color:var(--blue);margin-bottom:24px;line-height:1.65}.btn-read{display:inline-block;background:var(--blue);color:#000;font-size:1rem;padding:12px 32px;border-radius:8px;transition:background .15s}.btn-read:hover{background:var(--blue-mid);color:#000}.list-page{padding:80px 0;background:var(--cream)}.list-page-heading{font-family:fraunces,Georgia,serif;font-size:1rem;font-weight:400;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:40px}.list-item-meta{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--text-muted);margin-bottom:14px}.list-item-date{color:var(--text-muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.blog-card{background:var(--white);border-radius:var(--radius);overflow:hidden;transition:box-shadow .2s}.blog-card:hover{box-shadow:0 4px 20px rgba(79,119,139,.15)}.blog-card-image{aspect-ratio:4/3;overflow:hidden}.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.blog-card:hover .blog-card-image img{transform:scale(1.02)}.blog-card-body{padding:28px}.blog-card-meta{display:flex;align-items:center;gap:10px;margin-bottom:12px}.blog-card-author{display:flex;align-items:center;gap:8px;font-size:.92rem;color:var(--text-muted)}.author-avatar{width:28px;height:28px;border-radius:50%;background:#c17f5a;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700;flex-shrink:0;font-family:Arial,sans-serif}.blog-card-date{font-size:.82rem;color:var(--text-muted)}.blog-card h2{font-family:fraunces,Georgia,serif;font-size:1.375rem;font-weight:400;color:var(--blue);margin-bottom:12px;line-height:1.3}.blog-card h2 a{color:var(--blue)}.blog-card h2 a:hover{color:var(--blue-dark)}.blog-card p{font-size:1rem;color:var(--text-muted);line-height:1.6}.podcast-list-page{padding:60px 0;background:var(--cream)}.podcast-list-header{margin-bottom:40px}.podcast-list-header h1{font-family:fraunces,Georgia,serif;font-size:1rem;font-weight:400;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.podcast-grid{display:flex;flex-direction:column;gap:0}.podcast-item{display:grid;grid-template-columns:140px 1fr;gap:28px;align-items:center;padding:28px 0;border-bottom:1px solid var(--border);background:var(--cream)}.podcast-item:first-child{border-top:1px solid var(--border)}.podcast-thumbnail{aspect-ratio:1;overflow:hidden;border-radius:var(--radius);background:var(--blue-light)}.podcast-thumbnail img{width:100%;height:100%;object-fit:cover}.podcast-ep-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:6px;font-weight:600}.podcast-item h2{font-family:fraunces,Georgia,serif;font-size:1.1rem;font-weight:400;color:var(--text);margin-bottom:8px;line-height:1.3}.podcast-item h2 a{color:var(--text)}.podcast-item h2 a:hover{color:var(--blue)}.podcast-item p{font-size:.88rem;color:var(--text-muted);line-height:1.55}.article-single{padding:60px 0 80px;background:var(--cream)}.article-single .container{max-width:760px}.article-float-image{float:right;width:52%;max-width:340px;margin:6px -80px 28px 36px;border-radius:var(--radius);display:block;shape-outside:margin-box}.article-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:16px;display:flex;gap:16px}.article-single h1{font-family:fraunces,Georgia,serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;color:var(--text);line-height:1.2;margin-bottom:32px}.audio-player{background:var(--white);border-radius:var(--radius);padding:24px;margin-bottom:40px;border:1px solid var(--border)}.audio-player p{font-size:.85rem;color:var(--text-muted);margin-bottom:12px;text-transform:uppercase;letter-spacing:.06em}.audio-player audio{width:100%}.article-body{font-size:1rem;line-height:1.8;color:var(--text)}.article-body p{margin-bottom:1.3em}.article-body h2{font-family:fraunces,Georgia,serif;font-size:1.4rem;font-weight:400;margin:2em 0 .75em;color:var(--text)}.page-content{padding:60px 0 80px;background:var(--cream)}.page-content .container{max-width:760px}.page-content h1{font-family:fraunces,Georgia,serif;font-size:2rem;font-weight:400;margin-bottom:28px;color:var(--text)}.page-content .article-body p{margin-bottom:1.2em}.site-footer{background:var(--blue-dark);color:rgba(255,255,255,.7);padding:60px 0 32px}.footer-grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:60px;margin-bottom:48px}.footer-logo img{height:40px;width:auto;display:block;margin-bottom:20px;filter:brightness(0)invert(1);opacity:.85}.footer-logo p{font-size:.88rem;line-height:1.6}.footer-nav h4,.footer-about h4{color:var(--white);font-family:fraunces,Georgia,serif;font-size:.95rem;font-weight:400;margin-bottom:16px}.footer-nav ul{list-style:none;line-height:1}.footer-nav li{margin-bottom:0}.footer-nav a{color:rgba(255,255,255,.6);font-size:.88rem;display:block;padding:3px 0}.footer-nav a:hover{color:var(--white)}.footer-about p{font-size:.88rem;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;font-size:.82rem;text-align:center}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}.features-section .container{grid-template-columns:1fr;gap:40px}.features-heading{position:static}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.featured-item{grid-template-columns:240px 1fr;gap:28px}}@media(max-width:760px){.article-float-image{float:none;width:100%;max-width:100%;margin:0 0 28px}}@media(max-width:680px){.container{padding:0 20px}.nav-toggle{display:block}.main-nav ul{display:none;flex-direction:column;position:absolute;top:82px;left:0;right:0;background:var(--cream);border-bottom:1px solid var(--border);padding:12px 0;gap:0;align-items:stretch}.main-nav ul.open{display:flex}.main-nav a{padding:12px 24px;border-radius:0}.site-header{position:relative}.hero .container{flex-direction:column;gap:32px;padding-top:40px}.hero-image{min-height:240px;width:100%}.blog-grid{grid-template-columns:1fr}.featured-item{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:24px}.podcast-item{grid-template-columns:100px 1fr}}