/* Publisher landing page and scoped homepage invitation. */
.embed-page { --gold: #f0dfa0; --ink: #fffdf4; background: #287027; }
.embed-page a { color: var(--gold); text-underline-offset: 3px; }
.embed-page .site-header { position: relative; background: #1f5723; padding: 16px max(24px, calc((100vw - 1200px)/2)); gap: 20px; }
.embed-page .brand { font-size: 20px; color: #fffdf4; white-space: nowrap; }
.embed-page .site-nav { gap: 20px; }
.embed-page .site-nav a { font-size: 13px; }
.embed-page .nav-cta { color: #254724; font-size: 12px; }
.embed-main { width: min(1200px, calc(100% - 48px)); margin: auto; }
.embed-breadcrumb { margin-top: 24px; font-size: 11px; color: #dce8cf; }
.embed-breadcrumb span { margin: 0 9px; opacity: .55; }
.embed-hero { max-width: 800px; padding: 38px 0 36px; }
.embed-eyebrow { color: #f0dfa0; font-size: 10px; font-weight: 650; letter-spacing: .18em; text-transform: uppercase; }
.embed-hero h1 { font: 400 clamp(40px, 5.2vw, 66px)/1.04 Georgia, serif; letter-spacing: -.045em; margin: 17px 0 20px; }
.embed-hero h1 em { font-style: normal; color: #f0dfa0; }
.embed-hero > p:not(.embed-eyebrow) { max-width: 650px; font-size: 16px; line-height: 1.75; color: #e0ebd6; }
.embed-perks { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 23px; font-size: 11px; color: #f0dfa0; }
.embed-builder { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(320px,1fr); align-items: start; gap: 24px; padding-top: 14px; scroll-margin-top: 20px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; margin: 0 0 12px; }
.preview-heading h2 { font-size: 12px; font-weight: 500; margin: 0; }
.preview-heading > span { font-size: 10px; color: #dce8cf; }
.preview-shell { overflow: hidden; border: 1px solid #d8e2bc55; border-radius: 14px; box-shadow: 0 15px 40px #16371225; background: #1e5721; margin-inline: auto; }
.preview-shell iframe { display: block; width: 100%; height: 640px; border: 0; }
.preview-note { color: #dce8cf; font-size: 11px; line-height: 1.7; margin-top: 13px; }
.embed-config { padding: 25px; border-radius: 14px; background: #fffdf4; color: #233d2c; box-shadow: 0 15px 40px #1637121a; }
.embed-config h2 { font: 26px Georgia, serif; text-align: left; margin: 0 0 8px; }
.embed-config > p { font-size: 12px; line-height: 1.7; color: #546550; }
.config-fields { display: grid; gap: 16px; margin: 22px 0 17px; }
.config-fields label, .embed-code-label { font-size: 11px; font-weight: 700; }
.config-fields select { display: block; width: 100%; margin-top: 6px; font: 13px system-ui, sans-serif; color: #29442e; background: #f5f4e9; border: 1px solid #cbd1bd; border-radius: 6px; min-height: 40px; padding: 7px 10px; }
.config-size { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#embed-code { display: block; width: 100%; height: 180px; resize: vertical; margin: 7px 0 12px; padding: 12px; font: 10px/1.65 ui-monospace, Consolas, monospace; color: #dbe6cc; background: #203d2b; border: 1px solid #193222; border-radius: 7px; }
.copy-embed { display: block; width: 100%; padding: 12px; border: 0; border-radius: 6px; font: 650 13px system-ui,sans-serif; cursor: pointer; color: #fffdf4; background: #287027; }
.copy-embed:hover { background: #1d5620; }
#copy-status { min-height: 18px; margin-top: 8px; font-size: 11px; }
.embed-config .config-footnote { font-size: 10px; line-height: 1.7; margin-top: 8px; color: #60715a; }
.embed-page button:focus-visible,.embed-page select:focus-visible,.embed-page textarea:focus-visible,.embed-page a:focus-visible { outline: 3px solid #bf8c24; outline-offset: 3px; }
.embed-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; padding: 45px 0; margin: 30px 0 0; border-bottom: 1px solid #ffffff26; }
.embed-features h2 { font: 24px Georgia,serif; text-align: left; margin-bottom: 12px; }
.embed-features p { font-size: 13px; line-height: 1.8; color: #e0ebd6; }
.embed-content { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); gap: 70px; padding: 48px 0; }
.embed-content h2 { text-align: left; font: 30px/1.2 Georgia,serif; margin-bottom: 24px; }
.embed-content h3 { font: 20px Georgia,serif; margin: 22px 0 10px; }
.embed-content p,.embed-content li { font-size: 13px; line-height: 1.85; color: #e0ebd6; }
.embed-content ol { padding-left: 22px; }
.embed-content li { padding-left: 7px; margin-bottom: 14px; }
.embed-content code { font-size: 12px; color: #f0dfa0; }
.embed-faq { border-top: 1px solid #ffffff26; padding: 38px 0 48px; }
.embed-faq h2 { text-align: left; font: 32px Georgia,serif; margin-bottom: 23px; }
.embed-faq details { padding: 18px 0; border-bottom: 1px solid #ffffff26; }
.embed-faq summary { cursor: pointer; font-size: 15px; font-weight: 550; }
.embed-faq details p { max-width: 880px; color: #e0ebd6; font-size: 13px; line-height: 1.85; margin: 12px 0 0; }
.embed-footer { background: #1f5723; padding: 28px 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 12px; }
.embed-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
.home-embed { max-width: 1100px; margin: 45px auto; padding: 34px 40px; display: flex; gap: 44px; align-items: center; border: 1px solid #efdea04d; background: #1f57234d; border-radius: 16px; text-align: left; }
.home-embed-copy { flex: 1; }
.home-embed h2 { font: 34px/1.15 Georgia,serif; text-align: left; margin: 12px 0; color: #fffdf4; }
.home-embed p:not(.embed-eyebrow) { font-size: 14px; line-height: 1.8; color: #e0ebd6; max-width: 620px; }
body.homepage .home-embed a.home-embed-cta { display: inline-block; color: #254724; background: #f0dfa0; padding: 11px 18px; margin-top: 20px; border-radius: 7px; text-decoration: none; font-size: 13px; font-weight: 650; }
.home-embed-art { width: 195px; height: 190px; position: relative; flex: none; }
.home-embed-art img { width: 105px; height: auto; position: absolute; top: 15px; filter: drop-shadow(0 5px 8px #123b2055); }
.home-embed-art img:first-child { left: 15px; transform: rotate(-16deg); }
.home-embed-art img:nth-child(2) { left: 70px; top: 27px; transform: rotate(12deg); }
.home-embed-art span { position: absolute; bottom: 0; left: 33px; background: #1e5125; border: 1px solid #d5d59666; border-radius: 7px; color: #f0dfa0; padding: 8px 16px; font: 13px ui-monospace,monospace; }
@media(max-width:900px) { .embed-builder { grid-template-columns: 1fr; } .embed-config { max-width: none; } .config-fields { grid-template-columns: 1fr 1fr; } .config-size { grid-column: span 2; } .embed-page .site-nav { display: none; } .embed-page .nav-cta { margin-left: auto; } .embed-content { gap: 30px; } .home-embed { margin: 30px 20px; } }
@media(max-width:600px) { .embed-main { width: calc(100% - 32px); } .embed-page .site-header { padding: 12px 16px; } .embed-page .brand { font-size: 15px; } .embed-page .brand-logo { height: 30px; margin-right: 6px; } .embed-page .nav-cta { font-size: 10px; padding: 7px 11px; } .embed-hero { padding: 28px 0; } .embed-hero h1 { font-size: 43px; } .embed-hero > p:not(.embed-eyebrow) { font-size: 14px; } .embed-perks { gap: 14px; font-size: 10px; } .embed-features,.embed-content { grid-template-columns: 1fr; gap: 28px; padding: 34px 0; } .embed-features { margin-top: 10px; } .embed-content h2 { margin-bottom: 18px; } .embed-footer { align-items: flex-start; flex-direction: column; } .embed-config { padding: 20px; } .home-embed { padding: 26px; margin: 28px 16px; } .home-embed h2 { font-size: 29px; } .home-embed-art { display: none; } }
