*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:#faf8f4;min-height:100%}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;background:#faf8f4;font-family:Source Sans Pro,system-ui,sans-serif;font-size:1rem}img{max-width:100%;display:block}a{color:#1a1a1a;text-decoration:none;transition:color .2s}a:hover{color:#8f5700}:where(a,button,[role=button],[tabindex]):focus-visible{outline-offset:4px;outline:3px solid #8f5700}p{color:#1a1a1abf;font-size:1.0625rem;font-weight:400;line-height:1.85}ul,ol{list-style:none}strong{font-weight:600}.ed-heading{color:#1a1a1a;letter-spacing:-.02em;padding-bottom:.5rem;font-family:Lora,Georgia,serif;font-size:2.25rem;font-weight:700;display:inline-block;position:relative}.ed-heading:after{content:"";background:#8f5700;width:100%;height:3px;position:absolute;bottom:-4px;left:0}.ed-cta{color:#1a1a1a;border-bottom:1px solid #1a1a1a;align-items:center;gap:.6rem;padding-bottom:2px;font-family:Lora,Georgia,serif;font-size:1.5rem;transition:color .2s,border-color .2s;display:inline-flex}.ed-cta:hover{color:#8f5700;border-color:#8f5700}.ed-cta svg{transition:transform .2s}.ed-cta:hover svg{transform:translate(4px)}.page-transition{animation:.3s page-enter}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.page-transition{animation:none}}.ed-layout{background:#faf8f4;flex-direction:column;min-height:100vh;display:flex}.ed-main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:3.5rem 1.25rem 6rem}@media (min-width:640px){.ed-main{padding:4rem 2rem 6rem}}@media (min-width:900px){.ed-main{padding:4rem 4rem 6rem}}.ed-header{z-index:300;background:#faf8f4;border-bottom:1px solid #1a1a1a1a;justify-content:space-between;align-items:center;padding:1.2rem 1.25rem;display:flex;position:sticky;top:0}@media (min-width:640px){.ed-header{padding:1.4rem 2rem}}@media (min-width:900px){.ed-header{padding:1.4rem 4rem}}.ed-wordmark{letter-spacing:-.02em;color:#1a1a1a;white-space:nowrap;font-family:Lora,Georgia,serif;font-size:1.25rem;font-weight:700}@media (min-width:640px){.ed-wordmark{font-size:1.4rem}}.ed-wordmark:hover{color:#1a1a1a}.ed-nav--desktop{display:none}@media (min-width:640px){.ed-nav--desktop{align-items:baseline;gap:1.75rem;list-style:none;display:flex}}.ed-nav__item{position:relative}.ed-nav__link{letter-spacing:.04em;color:#1a1a1a;border-bottom:2px solid #0000;align-items:center;gap:.35rem;padding:0 0 2px;font-size:.875rem;font-weight:500;transition:color .2s,border-color .2s;display:inline-flex}.ed-nav__link:hover{color:#8f5700}.ed-nav__link.active{color:#8f5700;border-bottom-color:#8f5700}.ed-nav__dropdown-toggle{cursor:pointer;background:0 0;border:0;font-family:inherit}.ed-nav__chevron{border-bottom:1.5px solid;border-right:1.5px solid;width:.45rem;height:.45rem;transition:transform .2s;transform:translateY(-.1rem)rotate(45deg)}.ed-nav__dropdown--open .ed-nav__chevron,.ed-mobile-nav__dropdown-toggle[aria-expanded=true] .ed-nav__chevron{transform:translateY(.1rem)rotate(225deg)}.ed-nav__dropdown-menu{z-index:500;background:#faf8f4;border:1px solid #1a1a1a1a;min-width:13rem;margin:0;padding:.5rem 0;list-style:none;display:none;position:absolute;top:calc(100% + .8rem);left:50%;transform:translate(-50%);box-shadow:0 12px 30px #1a1a1a1f}.ed-nav__dropdown--open .ed-nav__dropdown-menu{display:block}.ed-nav__dropdown-link{color:#1a1a1a;white-space:nowrap;padding:.7rem 1rem;font-size:.85rem;text-decoration:none;display:block}.ed-nav__dropdown-link:hover{color:#8f5700;background:#1a1a1a08}.ed-nav__dropdown-status{color:#1a1a1abf;white-space:nowrap;padding:.7rem 1rem;font-size:.8rem}.ed-hamburger{cursor:pointer;z-index:400;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:2.25rem;height:2.25rem;padding:.25rem;display:flex}@media (min-width:640px){.ed-hamburger{display:none}}.ed-hamburger span{transform-origin:50%;background:#1a1a1a;border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .2s;display:block}.ed-hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.ed-hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.ed-hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.ed-mobile-backdrop{z-index:350;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1a1a1a59;position:fixed;inset:0}@media (min-width:640px){.ed-mobile-backdrop{display:none}}.ed-mobile-nav{z-index:400;background:#faf8f4;border-left:1px solid #1a1a1a1a;flex-direction:column;width:75vw;max-width:280px;padding:5rem 2rem 3rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%)}@media (min-width:640px){.ed-mobile-nav{display:none}}.ed-mobile-nav--open{transform:translate(0)}.ed-mobile-nav__list{flex-direction:column;gap:0;list-style:none;display:flex}.ed-mobile-nav__link{color:#1a1a1a;border-bottom:1px solid #1a1a1a1a;padding:1rem 0;font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700;transition:color .2s;display:block}.ed-mobile-nav__link:last-child{border-bottom:none}.ed-mobile-nav__link:hover,.ed-mobile-nav__link.active{color:#8f5700}.ed-mobile-nav__dropdown-toggle{cursor:pointer;text-align:left;background:0 0;border:0;border-bottom:1px solid #1a1a1a1a;justify-content:space-between;align-items:center;width:100%;display:flex}.ed-mobile-nav__submenu{border-bottom:1px solid #1a1a1a1a;margin:0;padding:.25rem 0 .75rem 1rem;list-style:none}.ed-mobile-nav__submenu .ed-nav__dropdown-link{white-space:normal;padding:.6rem 0}.ed-mobile-nav__submenu .ed-nav__dropdown-status{padding:.6rem 0}.ed-home .ed-hero{grid-template-columns:1fr;align-items:center;gap:2.5rem;display:grid}@media (min-width:860px){.ed-home .ed-hero{grid-template-columns:7fr 5fr;gap:5rem}}.ed-home .ed-hero__title{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1.5rem;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.75rem,9vw,6rem);font-weight:700;line-height:.95}.ed-home .ed-hero__title--highlight{color:#f6ae1b;font-style:italic;font-weight:400}.ed-home .ed-hero__title--sub{color:#1a1a1abf;margin-top:.2em;font-family:Lora,Georgia,serif;font-size:clamp(1.75rem,6vw,4rem);font-style:italic;font-weight:400;display:block}.ed-home .ed-hero__bio{color:#1a1a1abf;max-width:520px;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.75}@media (min-width:640px){.ed-home .ed-hero__bio{margin-bottom:2.5rem;font-size:1.1rem}}.ed-home .ed-hero__links{flex-wrap:wrap;gap:1rem 1.5rem;margin-bottom:2.5rem;list-style:none;display:flex}@media (min-width:640px){.ed-home .ed-hero__links{gap:1.25rem 2rem}}.ed-home .ed-hero__links a{letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;transition:color .2s;display:flex}@media (min-width:640px){.ed-home .ed-hero__links a{font-size:.8rem}}.ed-home .ed-hero__links a:hover{color:#8f5700}.ed-home .ed-hero__photo-col{order:-1;position:relative}@media (min-width:860px){.ed-home .ed-hero__photo-col{order:0}}.ed-home .ed-hero__glow{filter:blur(70px);opacity:.45;z-index:0;pointer-events:none;background:#f6ae1b;border-radius:50%;width:60%;height:60%;position:absolute;top:-2rem;right:-2rem}.ed-home .ed-hero__photo-frame{z-index:1;max-width:280px;position:relative}@media (min-width:860px){.ed-home .ed-hero__photo-frame{max-width:100%}}.ed-home .ed-hero__photo-frame:after{content:"";z-index:-1;border:1.5px solid #1a1a1a;width:100%;height:100%;position:absolute;bottom:-1rem;right:-1rem}.ed-home .ed-hero__photo-frame img{aspect-ratio:3/4;object-fit:cover;filter:grayscale();width:100%;transition:filter .6s;display:block}.ed-home .ed-hero__photo-frame img:hover{filter:grayscale(0%)}.ed-home .ed-hero__location{letter-spacing:.18em;text-transform:uppercase;color:#1a1a1abf;font-size:.68rem;position:absolute;bottom:-2.5rem;left:0}.ed-cv{padding-top:3rem}.ed-cv .ed-cv__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:4rem;display:flex}.ed-cv .ed-cv__title{color:#1a1a1a;font-family:Playfair Display,Georgia,serif;font-size:2.5rem;font-weight:700;line-height:1.1}.ed-cv .ed-cv__subtitle{color:#1a1a1abf;margin-top:.35rem;font-family:Lora,Georgia,serif;font-size:1.4rem;font-style:italic;font-weight:400;display:block}.ed-cv .ed-cv__download{letter-spacing:.06em;text-transform:uppercase;color:#1a1a1abf;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #1a1a1a1a;border-radius:2px;flex-shrink:0;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.78rem;font-weight:600;transition:color .2s,border-color .2s;display:inline-flex}.ed-cv .ed-cv__download:hover{color:#8f5700;border-color:#8f5700}.ed-cv .ed-cv__download:disabled{opacity:.4;cursor:default}.ed-cv .ed-cv__section{border-bottom:1px solid #1a1a1a1a;margin-bottom:4.5rem;padding-bottom:4.5rem}.ed-cv .ed-cv__section:last-child{border-bottom:none}.ed-cv .ed-cv__section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.ed-cv .ed-cv__section-title{color:#1a1a1a;padding-bottom:.5rem;font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700;position:relative}.ed-cv .ed-cv__section-title:after{content:"";background:#8f5700;width:2rem;height:2px;position:absolute;bottom:0;left:0}.ed-cv .ed-cv__toggle{color:#1a1a1abf;cursor:pointer;background:0 0;border:1px solid #1a1a1a1a;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1.1rem;font-weight:400;transition:color .2s,border-color .2s;display:inline-flex}.ed-cv .ed-cv__toggle:hover{color:#8f5700;border-color:#8f5700}.ed-cv .ed-cv__summary-body{color:#1a1a1abf;max-width:70ch;font-size:1.05rem;line-height:1.8}.ed-cv .ed-cv__entries{flex-direction:column;gap:0;display:flex}.ed-cv .ed-entry{margin-bottom:0;padding-bottom:2.5rem;padding-left:1.5rem;position:relative}.ed-cv .ed-entry:before{content:"";background:#8f5700;width:3px;position:absolute;top:4px;bottom:0;left:0}.ed-cv .ed-entry:last-child{padding-bottom:0}.ed-cv .ed-entry:last-child:before{height:1.2rem;bottom:auto}.ed-cv .ed-entry__header{flex-direction:column;gap:.2rem;margin-bottom:.75rem;display:flex}@media (min-width:600px){.ed-cv .ed-entry__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}}.ed-cv .ed-entry__company{color:#1a1a1a;font-size:1.05rem;font-weight:700}.ed-cv .ed-entry__role{color:#1a1a1ab3;margin-top:.15rem;font-family:Lora,Georgia,serif;font-size:1rem;font-style:italic}.ed-cv .ed-entry__date{letter-spacing:.05em;color:#1a1a1abf;white-space:nowrap;flex-shrink:0;margin-top:.1rem;font-size:.78rem;font-weight:600}.ed-cv .ed-entry__body{color:#1a1a1abf;font-size:.95rem;line-height:1.7}.ed-cv .ed-entry__body p{margin-bottom:.5rem}.ed-cv .ed-entry__body ul{padding-left:1.2rem;list-style:outside}.ed-cv .ed-entry__body li{margin-bottom:.25rem}.ed-cv .ed-edu-entry{border-left:1px solid #1a1a1a1a;margin-bottom:2rem;padding-left:1.5rem}.ed-cv .ed-edu-entry:last-child{margin-bottom:0}.ed-cv .ed-edu-entry h3{color:#1a1a1a;margin-bottom:.2rem;font-size:1rem;font-weight:700}.ed-cv .ed-edu-entry .ed-edu-entry__school{color:#1a1a1ab3;font-family:Lora,Georgia,serif;font-size:.95rem;font-style:italic}.ed-cv .ed-edu-entry .ed-edu-entry__year{letter-spacing:.05em;color:#1a1a1abf;margin-top:.35rem;font-size:.78rem;font-weight:600}.ed-cv .ed-edu-entry .ed-edu-entry__desc{color:#1a1a1ab3;margin-top:.75rem;font-size:.9rem;line-height:1.6}.ed-cv .ed-cv__skill-list{flex-direction:column;gap:1.25rem;display:flex}.ed-cv .ed-skill-row{grid-template-columns:1fr 1fr;align-items:center;gap:1.5rem;display:grid}@media (max-width:500px){.ed-cv .ed-skill-row{grid-template-columns:1fr;gap:.4rem}}.ed-cv .ed-skill-row__label{flex-direction:column;gap:.1rem;display:flex}.ed-cv .ed-skill-row__name{color:#1a1a1a;font-size:.95rem;font-weight:600}.ed-cv .ed-skill-row__desc{color:#1a1a1abf;font-size:.8rem}.ed-cv .ed-skill-bar{background:#1a1a1a1a;border-radius:2px;height:4px;overflow:hidden}.ed-cv .ed-skill-bar__fill{border-radius:2px;height:100%;transition:width .6s}.ed-cv .ed-skill-bar__fill--amber{background:#8f5700}.ed-cv .ed-skill-bar__fill--ink{background:#1a1a1a}.ed-cv .ed-pd-grid{grid-template-columns:1fr 1fr;gap:1rem 2rem;display:grid}@media (max-width:500px){.ed-cv .ed-pd-grid{grid-template-columns:1fr}}.ed-cv .ed-pd-field{flex-direction:column;gap:.15rem;display:flex}.ed-cv .ed-pd-field__label{letter-spacing:.1em;text-transform:uppercase;color:#1a1a1abf;font-size:.72rem;font-weight:700}.ed-cv .ed-pd-field__value{color:#1a1a1a;font-size:.95rem}.ed-portfolio{padding-top:1rem}.ed-project{border-bottom:1px solid #1a1a1a1a;margin-bottom:5rem;padding-bottom:5rem}.ed-project:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.ed-project__name{color:#1a1a1a;margin-bottom:2rem;padding-bottom:.75rem;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;position:relative}.ed-project__name:after{content:"";background:#8f5700;width:2.5rem;height:2px;position:absolute;bottom:0;left:0}.ed-project__grid{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (min-width:768px){.ed-project__grid{grid-template-columns:2fr 1fr}}.ed-project__desc{color:#1a1a1ac7;font-size:.97rem;line-height:1.8}.ed-project__desc p{margin-bottom:.75rem}.ed-project__desc ul{padding-left:1.25rem;list-style:outside}.ed-project__desc li{margin-bottom:.4rem}.ed-project__desc a{color:#8f5700;border-bottom:1px solid #0000}.ed-project__desc a:hover{border-color:#8f5700}.ed-project__aside{flex-direction:column;gap:2rem;display:flex}.ed-project__aside-title{letter-spacing:.1em;text-transform:uppercase;color:#1a1a1abf;margin-bottom:.75rem;font-size:.72rem;font-weight:700}.ed-project__link-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.ed-project__link{color:#1a1a1a;align-items:center;gap:.4rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.ed-project__link svg{opacity:.5;flex-shrink:0;transition:opacity .2s}.ed-project__link:hover{color:#8f5700}.ed-project__link:hover svg{opacity:1}.ed-project__doc-size{color:#1a1a1abf;margin-left:.4rem;font-size:.75rem}.ed-blog-index .ed-blog-index__hero{margin-bottom:4rem}.ed-blog-index .ed-blog-index__hero h1{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:1rem;font-family:Lora,Georgia,serif;font-size:clamp(3rem,7vw,5.5rem);font-weight:700}.ed-blog-index .ed-blog-index__hero p{color:#1a1a1abf;max-width:480px;font-size:1.05rem}.ed-blog-index .ed-blog-index__hero .ed-blog-index__divider{background:#8f5700;width:6rem;height:3px;margin-top:1.75rem}.ed-blog-index .ed-featured{background:#fff;border:1px solid #1a1a1a1a;flex-direction:column;margin-bottom:4rem;transition:box-shadow .25s;display:flex;position:relative}@media (min-width:700px){.ed-blog-index .ed-featured{flex-direction:row}}.ed-blog-index .ed-featured:hover{box-shadow:0 4px 24px #1a1a1a14}.ed-blog-index .ed-featured__bar{background:#8f5700;width:4px;position:absolute;top:0;bottom:0;left:0}.ed-blog-index .ed-featured__body{flex-direction:column;flex:0 0 60%;justify-content:center;padding:2.5rem 3rem;display:flex}@media (max-width:700px){.ed-blog-index .ed-featured__body{padding:2rem}}.ed-blog-index .ed-featured__meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.ed-blog-index .ed-featured__cat{letter-spacing:.12em;text-transform:uppercase;color:#8f5700;font-size:.72rem;font-weight:700}.ed-blog-index .ed-featured__title{color:#1a1a1a;margin-bottom:1.25rem;font-family:Lora,Georgia,serif;font-size:2rem;font-weight:700;line-height:1.2;transition:color .2s}.ed-blog-index .ed-featured__title:hover{color:#8f5700}.ed-blog-index .ed-featured__excerpt{color:#1a1a1abf;margin-bottom:2rem;font-size:1rem;line-height:1.7}.ed-blog-index .ed-featured__read{letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;font-size:.78rem;font-weight:700;transition:color .2s}.ed-blog-index .ed-featured__read:hover{color:#8f5700}.ed-blog-index .ed-featured__aside{background:#1a1a1a0a;border-left:1px solid #1a1a1a1a;flex:1;justify-content:center;align-items:center;display:none}@media (min-width:700px){.ed-blog-index .ed-featured__aside{display:flex}}.ed-blog-index .ed-featured__aside span{color:#1a1a1a14;-webkit-user-select:none;user-select:none;font-family:Lora,Georgia,serif;font-size:8rem;font-style:italic}.ed-blog-index .ed-post-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.ed-blog-index .ed-post-grid{grid-template-columns:1fr 1fr}}@media (min-width:900px){.ed-blog-index .ed-post-grid{grid-template-columns:1fr 1fr 1fr}}.ed-blog-index .ed-post-card{background:#fff;border:1px solid #1a1a1a1a;padding:2rem;transition:box-shadow .25s;position:relative}.ed-blog-index .ed-post-card:before{content:"";background:0 0;height:3px;transition:background .2s;position:absolute;top:0;left:0;right:0}.ed-blog-index .ed-post-card:hover{box-shadow:0 4px 20px #1a1a1a12}.ed-blog-index .ed-post-card:hover:before{background:#8f5700}.ed-blog-index .ed-post-card__meta{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ed-blog-index .ed-post-card__cat{letter-spacing:.1em;text-transform:uppercase;color:#8f5700;font-size:.7rem;font-weight:700}.ed-blog-index .ed-post-card__dot{color:#1a1a1a40;font-size:.6rem}.ed-blog-index .ed-post-card__title{color:#1a1a1a;margin-bottom:.85rem;font-family:Lora,Georgia,serif;font-size:1.3rem;font-weight:700;line-height:1.3;transition:color .2s}.ed-blog-index .ed-post-card__title:hover{color:#8f5700}.ed-blog-index .ed-post-card__excerpt{color:#1a1a1abf;margin-bottom:1.5rem;font-size:.9rem;line-height:1.65}.ed-blog-index .ed-post-card__read{letter-spacing:.08em;text-transform:uppercase;color:#1a1a1a;font-size:.72rem;font-weight:700;transition:color .2s}.ed-blog-index .ed-post-card__read:hover{color:#8f5700}.ed-blog-detail{max-width:740px}.ed-blog-detail__cat{letter-spacing:.1em;text-transform:uppercase;color:#8f5700;margin-bottom:1rem;font-size:.78rem;font-weight:700;display:block}.ed-blog-detail h1{letter-spacing:-.02em;color:#1a1a1a;margin-bottom:2.5rem;font-family:Lora,Georgia,serif;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;line-height:1.15}.ed-blog-detail__body h2{color:#1a1a1a;margin:2.5rem 0 .75rem;font-family:Lora,Georgia,serif;font-size:1.6rem;font-weight:700}.ed-blog-detail__body h3{color:#1a1a1a;margin:2rem 0 .5rem;font-family:Lora,Georgia,serif;font-size:1.2rem;font-weight:700}.ed-blog-detail__body p{color:#1a1a1ad1;margin-bottom:1.25rem;font-size:1.05rem;line-height:1.8}.ed-blog-detail__body ul,.ed-blog-detail__body ol{margin-bottom:1.25rem;padding-left:1.5rem;list-style:outside}.ed-blog-detail__body ul li,.ed-blog-detail__body ol li{color:#1a1a1ad1;margin-bottom:.4rem;font-size:1.05rem;line-height:1.7}.ed-blog-detail__body ol{list-style:decimal}.ed-blog-detail__body blockquote{color:#1a1a1ab3;border-left:3px solid #8f5700;margin:2rem 0;padding-left:1.5rem;font-family:Lora,Georgia,serif;font-size:1.15rem;font-style:italic}.ed-blog-detail__body code{background:#1a1a1a0f;border-radius:3px;padding:.1em .35em;font-size:.9em}.ed-blog-detail__body pre code{padding:1rem;line-height:1.6;display:block;overflow-x:auto}.ed-blog-detail__body a{color:#8f5700;border-bottom:1px solid #0000}.ed-blog-detail__body a:hover{border-bottom-color:#8f5700}.ed-faqs .ed-faqs__tabs{border-bottom:1px solid #1a1a1a1a;gap:2rem;margin-bottom:3.5rem;padding-bottom:1rem;display:flex}.ed-faqs .ed-faqs__tab{color:#1a1a1abf;cursor:pointer;background:0 0;border:none;padding:0;font-family:Lora,Georgia,serif;font-size:clamp(1.8rem,4vw,3rem);font-weight:700;transition:color .2s}.ed-faqs .ed-faqs__tab.active,.ed-faqs .ed-faqs__tab:hover{color:#1a1a1a}.ed-faqs .ed-faqs__panel{animation:.3s fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ed-faqs .ed-faqs__about-grid{grid-template-columns:1fr;gap:3rem;display:grid}@media (min-width:700px){.ed-faqs .ed-faqs__about-grid{grid-template-columns:auto 1fr;gap:4rem}}.ed-faqs .ed-faqs__photo{display:inline-block;position:relative}.ed-faqs .ed-faqs__photo img{object-fit:cover;filter:grayscale();width:11rem;height:11rem;display:block}.ed-faqs .ed-faqs__photo:after{content:"";z-index:-1;border:2px solid #8f5700;width:11rem;height:11rem;position:absolute;bottom:-1rem;right:-1rem}.ed-faqs .ed-faqs__quote-bg{color:#1a1a1a0a;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;font-family:Lora,Georgia,serif;font-size:18rem;line-height:1;position:absolute;top:0;right:4rem}.ed-faqs .ed-faqs__qa-list{z-index:1;position:relative}.ed-faqs .ed-faqs__qa{border-bottom:1px solid #1a1a1a1a;margin-bottom:1.5rem;padding-bottom:1.5rem}.ed-faqs .ed-faqs__qa:last-child{border-bottom:none}.ed-faqs .ed-faqs__qa h3{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:700}.ed-faqs .ed-faqs__qa p{color:#1a1a1ac7;font-size:1rem;line-height:1.7}.ed-faqs .ed-faqs__site-body{max-width:700px}.ed-faqs .ed-faqs__site-body p{color:#1a1a1abf;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.ed-faqs .ed-faqs__site-body h3{color:#1a1a1a;margin-bottom:1.25rem;font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700}.ed-faqs .ed-faqs__stack{flex-wrap:wrap;align-items:center;gap:.5rem 1rem;display:flex}.ed-faqs .ed-faqs__stack span{letter-spacing:.04em;color:#1a1a1a;font-size:.9rem;font-weight:500}.ed-faqs .ed-faqs__stack .dot{color:#8f5700}.ed-resources h1{color:#1a1a1a;margin-bottom:3rem;font-family:Lora,Georgia,serif;font-size:3rem;font-weight:700}.ed-resources section{margin-bottom:3rem}.ed-resources h2{color:#1a1a1a;border-bottom:1px solid #1a1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;font-family:Lora,Georgia,serif;font-size:1.5rem;font-weight:700}.ed-resources .ed-resource-label{color:#1a1a1a;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:inline-block}.ed-resources .ed-resource-list{border-top:1px solid #1a1a1a1a}.ed-resources .ed-resource-list__item{border-bottom:1px solid #1a1a1a1a;padding:.85rem 0}.ed-resources .ed-resource-list__item .name{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.ed-resources .ed-resource-list__item .url{color:#1a1a1a;border-bottom:1px solid #0000}.ed-resources .ed-resource-list__item .url:hover{color:#8f5700;border-bottom-color:#8f5700}.ed-resources .ed-resource-list__item .detail{color:#1a1a1abf;white-space:nowrap;font-size:.85rem}#notification{z-index:9999;position:fixed;top:1.5rem;right:1.5rem}.ed-notification{color:#fff;border-radius:4px;max-width:min(22rem,100vw - 3rem);padding:.85rem 1rem;font-size:.95rem;font-weight:600;line-height:1.4;box-shadow:0 12px 30px #1a1a1a2e}.ed-notification--success{background:#1f7a34}.ed-notification--error{background:#b3261e}.ed-cookie-banner{z-index:50;color:#fff;background:#1a1a1af5;justify-content:center;align-items:center;gap:.75rem;min-height:2.75rem;padding:.55rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -1px 8px #1a1a1a29}.ed-cookie-banner p{color:inherit;margin:0;font-size:.9rem;line-height:1.35}.ed-cookie-banner button{color:#fff;min-width:2.5rem;font:inherit;cursor:pointer;background:0 0;border:1px solid #ffffff8c;border-radius:4px;flex:none;padding:.25rem .55rem;font-size:.85rem;transition:background .2s,border-color .2s}.ed-cookie-banner button:hover{background:#ffffff1f;border-color:#fff}@media (max-width:520px){.ed-cookie-banner{justify-content:space-between;align-items:flex-start;min-height:0}}.ed-loading{color:#1a1a1abf;justify-content:center;align-items:center;min-height:30vh;font-family:Lora,Georgia,serif;font-size:1.25rem;font-style:italic;display:flex}.ed-empty{color:#1a1a1abf;font-family:Lora,Georgia,serif;font-size:1.1rem;font-style:italic}#fourofour{text-align:center;justify-content:center;align-items:center;min-height:70vh;display:flex}#fourofour h1{color:#1a1a1a;margin-bottom:1rem;font-family:Lora,Georgia,serif;font-size:4rem;font-weight:700}#fourofour p{color:#1a1a1abf}#fourofour a{color:#8f5700;border-bottom:1px solid #8f5700}
