:root{--ink:#263c34;--muted:#6d7971;--sage:#eaf0e8;--rose:#f3e4da;--cream:#faf9f5;--paper:#fffefa;--line:#dce2d8;--accent:#496652;--clay:#a2644d;--radius:12px}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Noto Sans",sans-serif}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-underline-offset:5px}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}img{display:block;max-width:100%;height:auto}h1,h2,h3,p,figure{margin:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;line-height:1.15;letter-spacing:-.035em}h1{font-size:clamp(36px,4.5vw,66px)}h2{font-size:clamp(28px,2.9vw,42px)}h3{font-size:20px;line-height:1.4;font-weight:550}p{overflow-wrap:anywhere}button,.button{transition:background .16s ease,box-shadow .16s ease}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #bd886c;outline-offset:4px}.button{display:inline-flex;justify-content:center;align-items:center;gap:12px;min-height:48px;padding:12px 22px;border:1px solid var(--accent);background:var(--accent);border-radius:7px;color:#fff;white-space:normal;line-height:1.4;font-weight:550;text-align:center}.button:hover{background:#36533f;text-decoration:none}.button.outline{background:transparent;color:var(--ink);border-color:#aebdaf}.button.outline:hover{background:var(--sage)}.button.small{min-height:40px;padding:9px 16px;font-size:14px}.text-button{background:none;border:0;color:var(--clay);padding:8px}.actions,.form-actions,.worksheet-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.eyebrow{display:block;font-size:11px;letter-spacing:.17em;font-weight:650;line-height:1.8;color:var(--accent)}.tiny-flower{font-size:20px;vertical-align:middle;margin-right:8px}.muted,.byline{color:var(--muted);font-size:14px}.skip{position:absolute;left:20px;top:-100px;background:#fff;padding:15px;z-index:100}.skip:focus{top:10px}.site-header{background:var(--cream);border-bottom:1px solid var(--line)}.logo{font:600 35px/1 Georgia,serif;letter-spacing:-2px;white-space:nowrap}.logo span{color:var(--clay)}.logo img{max-width:170px;max-height:55px;object-fit:contain}.site-main{max-width:1380px;margin:auto;padding:0 36px 70px}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.95fr);gap:clamp(32px,5vw,80px);padding:54px 0 50px;align-items:center}.hero-copy{min-width:0;padding:22px 0}.hero-copy h1{margin:22px 0;max-width:640px}.hero-copy>p{font-size:18px;max-width:470px;color:var(--muted);line-height:1.8}.hero .actions{margin-top:30px}.hero-notes{display:flex;gap:22px;flex-wrap:wrap;margin-top:27px;color:var(--muted);font-size:12px}.hero-photo{position:relative;min-width:0;background:var(--rose);border-radius:120px 12px 12px 12px;overflow:hidden;aspect-ratio:1/1.03;align-self:stretch;min-height:380px}.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:center;min-height:380px}.hero-photo figcaption{position:absolute;bottom:0;left:0;right:0;padding:22px 25px;background:linear-gradient(transparent,#16291ed6);color:white;display:flex;flex-wrap:wrap;align-items:end;gap:15px;justify-content:space-between;font:italic 22px/1.35 Georgia,serif}.hero-photo figcaption a{font:10px/1.4 Arial,sans-serif;opacity:.85}.section{margin-top:65px}.section-heading{display:flex;gap:25px;align-items:end;justify-content:space-between;margin-bottom:27px}.section-heading .eyebrow{margin-bottom:10px}.section-heading>a,.text-link{font-size:14px;font-weight:600;color:var(--accent)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.tool-card{height:100%;display:flex;align-items:center;gap:16px;border:1px solid var(--line);border-radius:var(--radius);padding:21px;background:var(--paper)}.tool-card:hover{text-decoration:none;background:#f0f4ed;border-color:#a8bba9}.tool-card div{flex:1;min-width:0}.tool-card strong{display:block;font-size:15px;font-weight:600;margin-bottom:5px}.tool-card div>span{display:block;font-size:12px;color:var(--muted);line-height:1.65}.tool-card b{font-size:20px;font-weight:400}.tool-symbol{flex-shrink:0;width:34px;height:34px;display:grid;place-items:center;background:var(--sage);border-radius:50%;font-size:23px;color:var(--accent)}.chapter-banner{background:var(--sage);padding:42px;border-radius:var(--radius);display:flex;gap:40px;justify-content:space-between;align-items:center;margin-top:60px}.chapter-banner>div{max-width:740px}.chapter-banner h2{font-size:36px;margin:12px 0 16px}.chapter-banner p{color:var(--muted);max-width:620px}.chapter-banner .button{flex-shrink:0}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0}.card-photo{display:block;aspect-ratio:1.5;background:var(--rose)}.card-photo img{width:100%;height:100%;object-fit:cover}.card-body{padding:24px}.card-body h3{margin:10px 0}.card-body p{font-size:14px;color:var(--muted);margin-bottom:20px}.page-heading{padding:55px 0 34px}.page-heading .eyebrow{margin-bottom:14px}.page-heading p{max-width:680px;color:var(--muted);font-size:18px;margin-top:18px}.page-heading>.button{margin-top:24px}.narrow{max-width:780px;margin-left:auto;margin-right:auto}.page-heading.narrow{text-align:center}.filter-bar{display:flex;align-items:flex-end;gap:18px;border:1px solid var(--line);padding:20px;background:var(--paper);border-radius:10px;margin:0 0 32px;flex-wrap:wrap}.filter-bar label{min-width:170px;flex:1}.filter-bar label.grow{flex:2}.filter-actions{display:flex;align-items:center;gap:18px;min-height:48px}.filter-actions button{min-height:48px}.form label,.field-grid label,.filter-bar label,.tool-workbench>label,.tool-form label{display:flex;flex-direction:column;gap:8px;font-size:14px}.form>label{margin:16px 0}label>span{line-height:1.4}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),select,textarea{width:100%;border:1px solid #cbd4c9;background:var(--paper);border-radius:6px;min-height:48px;padding:11px 13px;color:var(--ink);line-height:1.5;max-width:100%}textarea{resize:vertical}select{padding-right:30px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.full{grid-column:1/-1}.panel,.tool-workbench{padding:30px;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius)}.panel h2{font-size:30px;margin-bottom:22px}.panel h3{margin:14px 0}.panel>p{margin:16px 0}.tool-workbench{max-width:960px;margin:0 auto 35px}.workbench-heading{border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:24px}.workbench-heading p{font-size:13px;color:var(--muted);margin-top:7px}.form-actions{margin-top:23px}.result{font-size:14px;color:var(--accent);max-width:600px}.result.error{color:#9c392a}.tool-result:not(:empty){padding:22px;background:var(--sage);border-radius:8px;margin-top:24px}.result-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px}.result-grid strong{display:block;font:32px/1.3 Georgia,serif;overflow-wrap:anywhere}.result-grid span{font-size:13px;color:var(--muted)}.worksheet-actions{border-top:1px solid var(--line);padding-top:22px;margin-top:26px;gap:12px}.worksheet-actions .button{font-size:13px;padding:10px 14px}.tool-note{font-size:13px;color:var(--muted);margin-top:24px}.tool-filter{margin-bottom:26px}.tool-filter>input{max-width:450px}.chips,.planner-tabs{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.chips button,.planner-tabs button{border:1px solid var(--line);background:var(--paper);padding:10px 18px;border-radius:7px;color:var(--ink)}.chips button.active,.planner-tabs button[aria-selected=true]{background:var(--accent);color:white}.planner-tabs{margin:30px 0 24px;padding-bottom:16px;border-bottom:1px solid var(--line)}.sheet-scroll{overflow:auto;max-width:100%;margin-top:18px}.sheet{width:100%;border-collapse:collapse;min-width:550px;font-size:13px}.sheet th{padding:10px 8px;text-align:left;font-weight:500;color:var(--muted)}.sheet td{padding:8px 6px;border-top:1px solid var(--line);vertical-align:top}.sheet input:not([type=checkbox]),.sheet select{font-size:13px;min-width:90px;padding:8px;min-height:40px}.sheet input[type=checkbox]{width:20px;height:20px;margin-top:10px}.sheet textarea{min-width:120px;font-size:13px}.row-remove{border:0;background:var(--rose);border-radius:5px;padding:8px 12px;font-size:17px}.add-row{margin-top:14px}.inline-add{display:flex;gap:14px;margin-top:20px}.checklist-row{display:flex;gap:13px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.checklist-row input{width:19px;height:19px;accent-color:var(--accent)}.checklist-row label{flex:1}.checklist-row.done label{text-decoration:line-through;color:var(--muted)}.planner-summary{margin-top:24px;display:flex;flex-wrap:wrap;gap:20px;padding:20px;background:var(--sage);border-radius:8px}.planner-summary span{font-size:14px}.upload-backup{cursor:pointer}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.account-actions{margin-bottom:40px}.account-actions form{margin:0}.account-actions .form-actions{margin:0}.compact{margin:0}.compact .form-actions{margin:0}.compact .button{padding:7px 10px;min-height:36px;background:transparent;border-color:var(--line);color:var(--clay);font-size:12px}.plan-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.journal-row{display:flex;justify-content:space-between;gap:25px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.journal-row small{color:var(--muted)}.compose-panel{max-width:1000px;margin:auto}.photo-field{margin:24px 0}.dropzone{width:100%;border:1px dashed #99ad9b;border-radius:10px;background:#f4f6ef;display:flex;flex-direction:column;align-items:center;gap:6px;padding:30px 15px;color:var(--ink);font-size:25px}.dropzone strong{font-size:16px;font-weight:500}.dropzone span{font-size:12px;color:var(--muted)}.dropzone.dragover{background:#e0ebde;border-color:var(--accent)}.photo-previews{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.photo-previews figure{position:relative;width:110px}.photo-previews img{width:110px;height:110px;object-fit:cover;border-radius:7px}.photo-previews button{position:absolute;top:4px;right:4px;background:#fff;border:0;border-radius:50%;width:25px;height:25px}.upload-result{font-size:13px}.check{display:flex!important;flex-direction:row!important;gap:12px;align-items:flex-start}.check input{margin-top:5px;accent-color:var(--accent);width:18px;height:18px;flex-shrink:0}.check span{font-size:13px}.check a{color:var(--accent);text-decoration:underline}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.detail{padding-top:40px}.back-link{display:inline-block;font-size:13px;color:var(--muted);margin-bottom:26px}.detail-intro{display:grid;grid-template-columns:1.05fr 1fr;gap:46px;align-items:center}.detail-intro:has(.gallery:empty){grid-template-columns:1fr}.gallery:empty{display:none}.main-photo{width:100%;max-height:570px;object-fit:cover;border-radius:12px;background:var(--rose)}.product-detail .main-photo{object-fit:contain}.thumbnails{display:flex;gap:10px;margin-top:14px;overflow:auto}.thumbnails button{padding:3px;border:1px solid var(--line);border-radius:5px;background:var(--paper);flex:0 0 65px}.thumbnails img{height:60px;width:60px;object-fit:cover}.detail-summary h1{font-size:clamp(32px,3.7vw,51px);margin:13px 0 20px}.detail-summary p{margin-bottom:20px}.detail-summary .lead{font-size:18px;color:var(--muted)}.detail-summary>.button{margin-bottom:18px}.detail-summary .text-link{display:block}.detail-columns{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:65px;margin-top:45px;max-width:1100px}.prose{line-height:1.9;font-size:17px}.prose p,.prose ul,.prose ol{margin:18px 0}.prose h2{margin:34px 0 20px;font-size:30px}.prose h3{margin:28px 0 16px}.prose a{text-decoration:underline;color:var(--accent)}.prose img{border-radius:10px;margin:25px auto;max-height:700px;object-fit:contain}.prose table{display:block;overflow:auto;max-width:100%}.notes-panel{padding:24px;background:var(--sage);border-radius:10px;margin-bottom:24px}.notes-panel h2{font-size:27px;margin:0 0 12px}.notes-panel h3{margin-bottom:12px}.notes-panel a{display:inline-block;margin-top:16px}.notes-panel p{font-size:14px;color:#5e6c60}.sources{font-size:12px;line-height:1.9;word-break:break-word}.partner{padding:22px;background:#efe8de;border-radius:9px;margin:25px 0}.partner>small{display:block;color:#7c7166;text-transform:uppercase;font-size:10px;letter-spacing:.15em;margin-bottom:14px}.partner img{max-height:180px;object-fit:contain;margin-bottom:14px}.partner p{font-size:13px;margin-top:10px}.discussion{margin-top:40px;padding-top:25px;border-top:1px solid var(--line)}.discussion h2{margin-bottom:24px}.comment{padding:20px 0;border-bottom:1px solid var(--line)}.comment small{color:var(--muted)}.comment p{margin-top:12px;white-space:pre-wrap}.comment-photos{display:flex;gap:8px;margin:14px 0}.comment-photos img{width:100px;height:100px;object-fit:cover;border-radius:5px}.comment-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.comment-actions button{border:0;background:var(--sage);padding:7px 12px;border-radius:5px}.report-panel{margin-top:30px;font-size:13px}.price{font-size:24px}.price small{display:block;color:var(--muted);font-size:12px}.notice{padding:18px 22px;background:var(--rose);border-radius:8px;margin:22px 0;font-size:14px}.empty{padding:70px 20px;text-align:center}.empty h1,.empty h2{margin-bottom:20px}.empty p{color:var(--muted);margin-bottom:25px}.empty .actions{justify-content:center}.pages{display:flex;justify-content:center;gap:10px;margin:35px 0}.pages a{border:1px solid var(--line);padding:7px 14px;border-radius:5px}.pages a[aria-current]{background:var(--sage)}details>summary{cursor:pointer;padding:12px 0;font-size:14px}.site-footer{border-top:1px solid var(--line);max-width:1308px;margin:0 auto;padding:45px 0;display:flex;gap:30px;justify-content:space-between;align-items:center}.site-footer p{font-size:13px;color:var(--muted);margin-top:18px;max-width:330px}.site-footer nav{display:flex;flex-wrap:wrap;max-width:430px;gap:12px 20px;font-size:12px}.site-footer>small{font-size:11px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:14px;background:var(--paper);color:var(--ink);padding:38px;max-width:530px;width:calc(100% - 36px)}dialog::backdrop{background:#203a2d55}dialog h2{font-size:34px;margin:15px 0}dialog p{color:var(--muted);font-size:14px}.dialog-close{position:absolute;right:12px;top:10px;background:none;border:0;font-size:25px}.challenge{margin:18px 0;padding:18px;background:var(--rose);border-radius:7px}.tox-tinymce{border-color:var(--line)!important;border-radius:8px!important}[hidden]{display:none!important}
@media(min-width:1500px){.hero-copy h1{font-size:69px}}
@media(max-width:1100px){.site-main{padding:0 24px 55px}.hero{gap:34px}.hero-photo{min-height:420px}.hero-copy h1{font-size:48px}.hero-notes{gap:12px}.tool-card{padding:17px;gap:10px}.site-footer{margin:0 24px}.detail-columns{gap:35px}.card-body{padding:20px}.chapter-banner{padding:30px}}
@media(max-width:850px){.hero{grid-template-columns:1fr 1fr;gap:25px;padding-top:30px}.hero-copy h1{font-size:40px}.hero-copy>p{font-size:16px}.hero .actions .button{width:100%}.hero-photo{min-height:390px;border-top-left-radius:90px}.hero-photo figcaption{font-size:18px}.hero-notes{font-size:11px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.chapter-banner{align-items:flex-start;flex-direction:column;gap:25px}.chapter-banner h2{font-size:32px}.detail-columns{grid-template-columns:1fr}.detail-aside{display:grid;grid-template-columns:1fr 1fr;gap:20px}.detail-intro{gap:28px}.detail-summary h1{font-size:33px}.plan-cards{grid-template-columns:1fr 1fr}.site-footer{flex-wrap:wrap;align-items:flex-start}.site-footer>small{flex-basis:100%}.panel{padding:24px}}
@media(max-width:600px){body{font-size:15px}.logo{font-size:31px}.site-main{padding:0 18px 42px}.hero{grid-template-columns:1fr;gap:24px;padding:24px 0 20px}.hero-copy{padding:8px 0}.hero-copy h1{font-size:46px;max-width:450px;margin:16px 0}.hero-copy>p{max-width:470px}.hero .actions{gap:11px;margin-top:23px}.hero .actions .button{width:auto;flex:1;font-size:13px;padding:12px}.hero-notes{margin-top:20px;font-size:11px}.hero-photo{min-height:0;aspect-ratio:1.32;border-top-left-radius:80px}.hero-photo>img{min-height:0;height:100%;object-fit:cover}.hero-photo figcaption{padding:24px 20px 16px}.section{margin-top:40px}.section-heading{display:block;margin-bottom:20px}.section-heading>a{display:inline-block;margin-top:15px}.section-heading h2{font-size:31px}.tool-grid{grid-template-columns:1fr}.tool-card{padding:17px}.tool-card strong{font-size:15px}.tool-card div>span{font-size:12px}.card-grid{grid-template-columns:1fr}.card-photo{aspect-ratio:1.6}.card-body{padding:22px}.chapter-banner{margin-top:35px;padding:25px}.chapter-banner h2{font-size:30px}.page-heading{padding:35px 0 25px}.page-heading h1{font-size:39px}.page-heading p{font-size:16px}.filter-bar{gap:14px;padding:16px}.filter-bar label,.filter-bar label.grow{min-width:0;flex-basis:100%}.filter-actions{width:100%;justify-content:space-between}.filter-actions .button{flex:1;max-width:220px}.field-grid{grid-template-columns:1fr;gap:17px}.tool-workbench,.panel{padding:21px 17px}.tool-workbench .button{font-size:13px}.worksheet-actions{gap:10px}.worksheet-actions .button{flex:1}.account-grid,.plan-cards{grid-template-columns:1fr}.journal-row{align-items:flex-start;flex-direction:column;gap:17px}.planner-tabs{gap:7px}.planner-tabs button{font-size:12px;padding:8px 11px}.planner-summary{padding:16px;gap:12px}.detail{padding-top:28px}.detail-intro{grid-template-columns:1fr;gap:25px}.detail-summary h1{font-size:39px}.detail-summary .lead{font-size:16px}.detail-aside{display:block}.detail-columns{margin-top:30px}.prose{font-size:16px}.prose h2{font-size:28px}.site-footer{margin:0 18px;display:block;padding:32px 0}.site-footer nav{margin:25px 0}.eyebrow{font-size:10px;letter-spacing:.13em}.empty{padding:48px 10px}.inline-add .button{flex-shrink:0}.photo-previews figure,.photo-previews img{width:85px}.photo-previews img{height:85px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.card-photo{position:relative}.photo-label{position:absolute;left:12px;bottom:12px;background:#fffefae8;border-radius:5px;padding:5px 8px;font-size:10px;color:var(--ink);max-width:calc(100% - 24px)}


/* Remembrance 1.1 — account collections and discussion controls */
.account-shortcuts{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px}.account-shortcuts a{padding:10px 16px;border:1px solid var(--line);border-radius:7px;background:var(--paper);font-size:14px}
#private-plans,#your-journal,#saved-items{scroll-margin-top:30px}.saved-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:24px 0 32px}.saved-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;background:var(--paper);min-width:0}.saved-photo{display:block;aspect-ratio:1.65;overflow:hidden}.saved-photo img{width:100%;height:100%;object-fit:cover}.saved-copy{padding:22px;overflow-wrap:anywhere}.saved-copy h3{margin:12px 0;font-size:24px}.saved-copy p{font-size:14px;line-height:1.7;color:var(--muted)}.saved-remove{margin:auto 0 0;padding:0 22px 22px}.saved-remove .form-actions{margin-top:0;gap:10px}.saved-remove .button{padding:10px 14px;font-size:13px}.save-tool{display:flex;flex-wrap:wrap;align-items:center;gap:20px;margin:25px auto}.save-tool .form-actions{margin:0}
.compose-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:24px}.compose-actions .result{flex-basis:100%;margin:0}.reply-context{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:18px 0;padding:16px;background:var(--sage);border-radius:8px}.comment-photos{flex-wrap:wrap}.comment-status:empty,.comment-load-status:empty{display:none}.comment-status,.comment-load-status{font-size:13px;color:var(--muted)}.comments>[data-more-comments]{margin-top:24px}.inline-report{display:grid;gap:12px;margin-top:16px}.inline-report .button{justify-self:start}
@media(max-width:900px){.saved-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.saved-grid{grid-template-columns:1fr}.compose-actions .button{width:100%}.account-shortcuts a{flex:1;text-align:center}.saved-copy h3{font-size:24px}}.register-panel{max-width:620px}.service-heading{display:flex;align-items:center;justify-content:space-between;gap:28px}.service-heading p{max-width:640px}.service-filter{display:flex;flex-wrap:wrap;align-items:end;gap:16px;padding:22px;background:#f0f3ec;border:1px solid #dfe5d9;border-radius:18px;margin:0 0 32px}.service-filter label{display:grid;gap:8px;flex:1 1 160px;min-width:0;font-size:13px;font-weight:600}.service-filter .search-field{flex:2 1 230px}.service-filter .capacity-field{flex:0 1 120px}.service-filter input,.service-filter select{width:100%;height:48px;min-height:48px;box-sizing:border-box;background:white;border:1px solid #d6ded2;border-radius:8px;font:inherit;padding:10px 12px;min-width:0}.service-filter-actions{display:flex;align-items:center;gap:10px}.service-filter-actions .button{height:48px;min-height:48px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;margin:0;white-space:nowrap}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.service-card{border:1px solid #e0e5db;border-radius:18px;overflow:hidden;background:#fff}.service-cover{display:block;aspect-ratio:4/3;position:relative;background:#edf1e7}.service-cover img{width:100%;height:100%;object-fit:cover}.service-cover small,.service-hero-photo figcaption{position:absolute;left:16px;bottom:16px;padding:7px 11px;background:#ffffffec;color:#374d3f;border-radius:6px;font-size:11px}.service-card-body{padding:24px}.service-card h2{font-size:26px;line-height:1.2;margin:12px 0}.service-card h2 a{text-decoration:none;color:inherit}.service-card p{font-size:15px;line-height:1.7}.service-location{color:#617365}.service-card .text-link{display:inline-flex;margin-top:10px}.service-intro{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:48px;align-items:center;margin:24px 0 56px}.service-hero-photo{margin:0;position:relative}.service-hero-photo img{width:100%;aspect-ratio:5/4;object-fit:cover;border-radius:22px}.service-summary{min-width:0}.service-summary h1{font-size:clamp(32px,4vw,54px);line-height:1.08;margin:16px 0 20px;overflow-wrap:anywhere}.service-summary .actions{margin:26px 0 16px;flex-wrap:wrap}.service-facts{display:grid;gap:12px;margin:24px 0}.service-facts>div{display:grid;grid-template-columns:140px 1fr;gap:16px;border-bottom:1px solid #e2e8dd;padding-bottom:12px}.service-facts dt{color:#68776b;font-size:13px}.service-facts dd{margin:0}.service-album{margin:40px 0}.portfolio-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.portfolio-grid img{width:100%;height:300px;object-fit:cover;border-radius:14px}.portfolio-video{margin:24px 0}.portfolio-video video{width:100%;max-height:650px;background:#1b2821;border-radius:14px}.service-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.service-channel{display:grid;grid-template-columns:42% 1fr;min-height:250px;border:1px solid #dee4d8;border-radius:18px;overflow:hidden;background:#f1f3eb;text-decoration:none;color:inherit}.service-channel img{width:100%;height:100%;object-fit:cover}.service-channel>div{padding:28px}.service-channel h3{font-size:30px;margin:0 0 14px}.service-channel p{font-size:15px;line-height:1.7}.service-channel span{font-weight:600;font-size:14px}.business-heading{margin-top:40px}.business-list{display:grid;gap:16px}.business-row{display:grid;grid-template-columns:110px minmax(180px,1fr) auto;gap:24px;align-items:center;padding:22px;background:#fff;border:1px solid #e1e6dc;border-radius:16px}.business-row>img{width:110px;height:95px;object-fit:cover;border-radius:10px}.business-row h3{margin:8px 0}.business-row .actions{flex-wrap:wrap;gap:12px}.business-row .form-actions{margin:0}.service-media{padding:26px 0;margin:16px 0;border-top:1px solid #dfe5d9;border-bottom:1px solid #dfe5d9}.media-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px}.media-section-heading h2{font-size:26px;margin:0}.album-editor{background:#f7f8f3;border:1px solid #dfe5d9;border-radius:12px;padding:20px;margin:20px 0}.album-editor-heading{display:flex;align-items:end;gap:20px;margin-bottom:20px}.album-editor-heading label{display:grid;gap:8px;flex:1}.album-editor-heading input{width:100%;box-sizing:border-box}.album-previews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.album-previews figure{margin:0;min-width:0}.album-previews img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px}.album-photo-actions{display:flex;flex-wrap:wrap;gap:7px;padding-top:8px;align-items:center;font-size:11px}.media-text-button{background:none;border:0;padding:0;text-decoration:underline;color:#46684e;cursor:pointer;font:inherit}.service-media .dropzone{width:100%;box-sizing:border-box;display:grid;gap:8px;text-align:center;padding:24px;border:1px dashed #8fa58c;border-radius:10px;background:white;cursor:pointer;color:#2b4635;min-height:100px}.service-media .dropzone span{font-size:12px;color:#687c6a}.service-media .dropzone.dragover{background:#e5efdf;border-color:#355b3d}.service-video-list{display:grid;gap:16px;margin-top:20px}.video-editor-row{padding:16px;border:1px solid #dde5d6;border-radius:10px;display:flex;gap:18px;align-items:center}.video-editor-row>div{flex:1}.video-editor-row p{margin:8px 0}.video-editor-row video{width:160px;max-height:130px;border-radius:8px}.service-detail .detail-aside>form{padding:20px 0}#service-claim{width:min(570px,calc(100vw - 48px));box-sizing:border-box;padding:34px;border:1px solid #d8e2d1;border-radius:20px;max-height:88vh;overflow:auto}#service-claim::backdrop{background:#1d352566}#service-claim h2{margin-top:10px}
@media(max-width:1180px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-channel{grid-template-columns:1fr}.service-channel img{height:220px}.service-intro{gap:30px}}
@media(max-width:760px){.service-heading{display:block}.service-heading>.button{margin-top:12px}.service-grid,.service-intro,.service-channel-grid{grid-template-columns:1fr}.service-filter{padding:16px;gap:14px}.service-filter .search-field{flex-basis:100%}.service-filter-actions{flex-basis:100%}.service-filter-actions>*{flex:1}.service-intro{gap:24px;margin-bottom:30px}.service-hero-photo img{aspect-ratio:4/3}.service-summary h1{font-size:36px}.portfolio-grid img{height:200px}.service-channel{grid-template-columns:40% 1fr;min-height:200px}.service-channel img{height:100%}.service-channel>div{padding:20px}.service-channel h3{font-size:25px}.business-row{grid-template-columns:80px minmax(0,1fr);gap:16px;padding:16px}.business-row>img{width:80px;height:80px}.business-row>.actions{grid-column:1/-1}.album-previews{grid-template-columns:repeat(2,minmax(0,1fr))}.album-editor-heading{display:grid;grid-template-columns:1fr}.video-editor-row{flex-wrap:wrap}.video-editor-row video{width:100%;max-height:250px}.service-media .media-section-heading h2{font-size:22px}}
