
:root{
  --navy:#152238;
  --navy-2:#20334f;
  --gold:#b7924d;
  --link-accent:var(--gold);
  --cream:#f6f1e8;
  --white:#ffffff;
  --ink:#20252c;
  --muted:#69717d;
  --muted-on-cream:#666e79;
  --line:#e6ded1;
  --shadow:0 18px 55px rgba(21,34,56,.14);
}
*{box-sizing:border-box}
html{max-width:100%;overflow-x:clip;scroll-behavior:smooth}
body{max-width:100%;margin:0;overflow-x:clip;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.text-link,.inline-link,.form-card a:not(.btn),.confirmation-card a:not(.btn),.contact-card a:not(.btn),.financial-table a:not(.btn){color:var(--link-accent);font-weight:700;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}
.text-link:visited,.inline-link:visited,.form-card a:not(.btn):visited,.confirmation-card a:not(.btn):visited,.contact-card a:not(.btn):visited,.financial-table a:not(.btn):visited{color:var(--link-accent)}
.text-link:hover,.inline-link:hover,.form-card a:not(.btn):hover,.confirmation-card a:not(.btn):hover,.contact-card a:not(.btn):hover,.financial-table a:not(.btn):hover{color:var(--navy);text-decoration-thickness:.14em}
.text-link:focus-visible,.inline-link:focus-visible,.form-card a:not(.btn):focus-visible,.confirmation-card a:not(.btn):focus-visible,.contact-card a:not(.btn):focus-visible,.financial-table a:not(.btn):focus-visible{outline:3px solid var(--gold);outline-offset:3px;border-radius:3px}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}
.nav-wrap{height:114px;display:flex;align-items:center;justify-content:space-between}
.brand{font-family:Georgia,serif;font-size:1.65rem;font-weight:700;color:var(--navy);letter-spacing:.2px}
.brand span{color:var(--gold)}
.header-brand{display:flex;align-items:center;justify-content:flex-start;width:clamp(260px,23.4375vw,300px);height:114px;flex:0 0 clamp(260px,23.4375vw,300px)}
.header-logo{display:block;width:100%;height:auto;transform:translateY(6%)}
.nav-links{display:flex;align-items:center;gap:27px;font-size:.96rem}
.nav-links a:hover{color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:700;transition:.25s;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--gold);color:#fff;box-shadow:0 10px 24px rgba(183,146,77,.24)}
.btn-primary:hover{transform:translateY(-2px);background:#a58243}
.btn-secondary{border-color:var(--navy);color:var(--navy);background:transparent}
.btn-secondary:hover{background:var(--navy);color:#fff}
.hero{padding:78px 0 60px;background:var(--cream)}
.hero-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:54px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:2.3px;color:var(--gold);font-size:.78rem;font-weight:800}
h1,h2,h3{font-family:Georgia,serif;color:var(--navy);line-height:1.12}
h1{font-size:clamp(3.1rem,6vw,5.2rem);margin:18px 0 22px}
.hero p{font-size:1.14rem;color:var(--muted);max-width:630px}
.hero .hero-promise{font-family:Georgia,serif;color:var(--navy);font-size:clamp(1.35rem,2.4vw,2rem);font-weight:700;line-height:1.2;margin:0 0 14px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}
.trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 20px;color:var(--navy);font-weight:700;font-size:.94rem}
.compare{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow);background:#ddd;aspect-ratio:4/3}
.compare img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.compare .after{clip-path:inset(0 0 0 50%)}
.compare input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:ew-resize;z-index:4}
.divider{position:absolute;top:0;bottom:0;left:50%;width:3px;background:#fff;z-index:3;box-shadow:0 0 0 1px rgba(0,0,0,.12)}
.handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;color:var(--navy);display:grid;place-items:center;font-weight:900;z-index:3;box-shadow:0 8px 24px rgba(0,0,0,.22)}
.label{position:absolute;top:18px;z-index:2;background:rgba(21,34,56,.86);color:#fff;padding:8px 13px;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:1px}
.label.before{left:18px}.label.after-label{right:18px}
section{padding:92px 0}
.section-head{text-align:center;max-width:760px;margin:0 auto 48px}
.section-head h2{font-size:clamp(2.4rem,4vw,3.8rem);margin:10px 0 16px}
.section-head p{color:var(--muted);font-size:1.08rem}
.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.project{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 34px rgba(21,34,56,.08)}
.project .compare{border-radius:0;box-shadow:none}
.project-copy{padding:22px 24px 26px}
.project-copy h2,.project-copy h3{margin:0 0 8px;font-size:1.45rem}
.project-copy p{margin:0;color:var(--muted)}
.services{background:var(--cream)}
.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.service-card{background:#fff;padding:28px;border-radius:18px;border:1px solid var(--line)}
.service-card .num{color:var(--gold);font-weight:800;letter-spacing:1px}
.service-card h3{font-size:1.4rem;margin:10px 0}
.service-card p{color:var(--muted);margin:0}
.why{background:var(--navy);color:#fff}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.why h2{color:#fff;font-size:clamp(2.5rem,4vw,4rem);margin:12px 0 20px}
.why p{color:#dbe2eb}
.checks{display:grid;gap:14px}
.check{display:flex;gap:14px;align-items:flex-start;background:rgba(255,255,255,.06);padding:16px;border-radius:14px}
.check b{color:#fff}.check span{color:#dbe2eb}
.cta-band{text-align:center;background:#fff}
.cta-band h2{font-size:clamp(2.4rem,4vw,3.8rem);margin-bottom:16px}
footer{background:#0f1828;color:#cdd5df;padding:46px 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}
footer .brand{color:#fff}.small{font-size:.9rem;color:#99a6b7}
.footer-logo{display:flex;align-items:center;justify-content:center;width:292px;height:106px;padding:14px 16px;margin:0 0 16px;background:var(--cream);border-radius:12px}
.footer-logo img{width:260px;height:auto;flex:0 0 auto;transform:translate(-1.3%,6%)}
.form-page{background:var(--cream);min-height:calc(100vh - 76px);padding:70px 0}
.form-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:start}
.form-card{background:#fff;border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form-field{display:flex;flex-direction:column;gap:7px}
.form-field.full{grid-column:1/-1}
.required-note{margin:0 0 18px;color:var(--muted)}
.required-label{color:#a12620;font-size:.86em;font-weight:800;margin-left:.28rem}
.validation-summary{margin:0 0 20px;padding:14px 16px;border-left:4px solid #a94442;background:#fff3f1;color:#5f1d1a}.validation-summary ul{margin:8px 0 0;padding-left:20px}.validation-summary a{color:inherit;text-decoration:underline}
.field-error{margin:0;color:#9b2720;font-size:.9rem;font-weight:700}.form-field input[aria-invalid="true"],.form-field textarea[aria-invalid="true"],.form-field select[aria-invalid="true"]{border-color:#9b2720}
.property-address-group{margin:0;padding:0;border:0;min-width:0}.property-address-group>legend{margin-bottom:10px;font-weight:700;color:var(--navy)}.property-address-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(120px,1fr) minmax(120px,1fr);gap:14px;min-width:0}.property-address-grid .full{grid-column:1/-1}.property-address-grid .form-field{min-width:0}.address-mapbox-disclosure,.address-autocomplete-status{margin:8px 0 0}.address-autocomplete-status{font-weight:600}@media(max-width:700px){.property-address-grid{grid-template-columns:1fr}.property-address-grid .full{grid-column:auto}}
.confirmation-field{display:grid;grid-template-columns:28px minmax(0,1fr);column-gap:10px;align-items:start}.confirmation-field input{width:22px;height:22px;margin:2px 0 0;accent-color:var(--navy)}.confirmation-field label{cursor:pointer;line-height:1.45}.confirmation-field .field-error{grid-column:2}.confirmation-field input:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.promotion-code-actions{display:flex;gap:10px;align-items:stretch;flex-wrap:wrap}.promotion-code-actions input{flex:1 1 220px;min-width:0}.promotion-code-actions .btn{flex:0 0 auto}.promotion-code-actions [hidden]{display:none!important}.promotion-code-field .field-error{margin-top:7px}@media(max-width:480px){.promotion-code-actions .btn{flex:1 1 auto}}
label{font-weight:700;color:var(--navy)}
input,select,textarea{width:100%;padding:14px;border:1px solid #d7dce3;border-radius:10px;font:inherit}
textarea{min-height:130px;resize:vertical}
.upload{border:2px dashed #c8b895;border-radius:14px;padding:26px;text-align:center;background:#fcfaf6}
.file-picker{border:2px dashed #c8b895;border-radius:14px;padding:18px;text-align:center;background:#fcfaf6;transition:border-color .15s ease,background .15s ease}.file-picker.is-dragging{border-color:var(--gold);background:#fff8e7}.file-picker input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.file-picker .btn{margin:2px auto}.file-picker-selection{display:block;margin-top:8px;color:var(--muted);overflow-wrap:anywhere}.file-picker .note{margin-bottom:0}
.note{font-size:.88rem;color:var(--muted)}
.staged-file-picker{text-align:left}.staged-upload-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.staged-upload-actions [hidden]{display:none!important}.staged-photo-count-status{margin:12px 0 0;text-align:center;color:var(--navy);font-weight:800}.staged-photo-count-status[hidden],.staged-photo-count-alert[hidden]{display:none}.staged-photo-count-alert{margin:12px 0 0;padding:12px 14px;border:2px solid #a12620;border-radius:9px;background:#fff1ef;color:#6e1713;font-weight:800;line-height:1.45;text-align:left}.staged-upload-progress{display:flex;align-items:center;gap:12px;margin:14px 0;font-weight:700;color:var(--navy)}.staged-upload-progress progress{flex:1;min-width:0;height:14px;margin:0;accent-color:var(--navy)}.staged-upload-progress[hidden]{display:none}.staged-file-list{display:grid;gap:12px;margin-top:14px}.staged-file-card{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:start;gap:14px;padding:14px 54px 14px 14px;background:#fff;border:1px solid var(--line);border-radius:12px}.staged-file-card[data-upload-state="failed"]{border-color:#a12620}.staged-file-card[data-upload-state="uploaded"]{border-color:#738b73;background:#fbfdf9}.staged-file-card img{width:92px;height:72px;object-fit:cover;border-radius:8px}.staged-file-card strong,.staged-file-card span{display:block;overflow-wrap:anywhere}.staged-file-card span{color:var(--muted);font-size:.85rem}.staged-photo-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(186px,.7fr);gap:7px 14px;min-width:0}.staged-photo-details>strong,.staged-photo-details>span,.staged-area-description{grid-column:1/-1}.staged-photo-state{font-weight:800}.staged-file-card[data-upload-state="failed"] .staged-photo-state{color:#9b2720}.staged-file-card[data-upload-state="uploaded"] .staged-photo-state{color:#3b623f}.staged-room-combobox{grid-column:2;grid-row:1/4;align-self:start;display:grid;gap:4px;font-size:.8rem;font-weight:800;color:var(--navy)}.staged-room-control{position:relative;display:block}.staged-room-combobox input{padding:8px 34px 8px 10px;font-size:.88rem;min-width:0}.staged-room-toggle{position:absolute;right:4px;top:4px;width:30px;height:30px;padding:0;border:0;border-radius:7px;background:transparent;color:var(--navy);font:inherit;font-size:1.2rem;cursor:pointer}.staged-room-toggle:focus-visible,.staged-room-option:focus-visible{outline:3px solid var(--gold);outline-offset:2px}.staged-room-options{position:absolute;z-index:25;top:calc(100% + 4px);left:0;right:0;max-height:200px;overflow-y:auto;padding:4px;background:#fff;border:1px solid #a8b8ca;border-radius:9px;box-shadow:0 8px 20px rgba(11,38,62,.18)}.staged-room-options[hidden]{display:none}.staged-room-option{display:block;width:100%;padding:8px 9px;border:0;border-radius:6px;background:#fff;color:var(--ink);font:inherit;font-size:.88rem;text-align:left;cursor:pointer}.staged-room-option:hover,.staged-room-option.is-active{background:#e8f0f7;color:var(--navy)}.staged-area-description{display:grid;gap:4px;font-weight:800}.staged-area-description[hidden]{display:none}.staged-area-description input{padding:9px 10px}.staged-photo-remove{position:absolute;right:12px;bottom:12px;width:38px;height:38px;padding:0;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);font-size:1.05rem;cursor:pointer}.staged-photo-remove:hover{border-color:#9b2720;color:#9b2720}.photo-guide-notice{grid-column:1/-1;justify-self:stretch;box-sizing:border-box;width:100%;max-width:none;margin:28px auto 12px;padding:10px 0;text-align:center;background:transparent;border:0;border-radius:0}.photo-guide-notice a,.form-card .photo-guide-notice a,.form-card .photo-guide-notice a:visited{display:inline-block;color:#234f82;font-weight:900;text-decoration:underline;text-underline-offset:3px}.form-card .photo-guide-notice a:hover{color:#163e69}.photo-guide-notice p{max-width:780px;margin:12px auto 0;color:#405368;font-size:.94rem;line-height:1.6}@media(max-width:620px){.staged-file-card{grid-template-columns:66px minmax(0,1fr);padding:12px 50px 12px 12px}.staged-file-card img{width:66px;height:54px}.staged-photo-details{grid-template-columns:1fr}.staged-room-combobox{grid-column:1;grid-row:auto}.staged-file-card .staged-area-description{grid-column:1}.staged-upload-actions .btn{flex:1 1 150px}.staged-upload-progress{align-items:stretch;flex-direction:column;gap:5px}}
.staged-photo-room-alert[hidden]{display:none}.staged-photo-room-alert{margin:12px 0 0;padding:12px 14px;border:2px solid #a12620;border-radius:9px;background:#fff1ef;color:#6e1713;font-weight:800;line-height:1.45;text-align:left}.staged-file-card.is-assignment-invalid{border:2px solid #a12620;background:#fffafa}.staged-file-card.is-assignment-invalid [data-room-assignment],.staged-file-card.is-assignment-invalid .staged-area-description input{border-color:#a12620;box-shadow:0 0 0 2px rgba(161,38,32,.16)}
.mobile-toggle{display:none;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px;background:none;border:0;font-size:1.6rem;line-height:1}
.admin-back-to-top{position:fixed;right:max(16px,env(safe-area-inset-right));bottom:max(16px,env(safe-area-inset-bottom));z-index:30;max-width:calc(100vw - 32px);border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;box-shadow:var(--shadow);padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.admin-back-to-top:hover{background:var(--gold);color:var(--navy)}.admin-back-to-top:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
.public-back-to-top{position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:40;max-width:calc(100vw - 36px);border:1px solid var(--navy);border-radius:999px;background:var(--navy);color:#fff;box-shadow:var(--shadow);padding:10px 14px;font:inherit;font-weight:700;cursor:pointer}.public-back-to-top:hover{background:var(--gold);color:var(--navy)}.public-back-to-top:focus-visible{outline:3px solid var(--gold);outline-offset:3px}
@media(min-width:901px) and (max-width:975px){
  .nav-links{gap:18px;font-size:.92rem}
}
@media(max-width:900px){
  .nav-wrap{height:76px}
  .mobile-toggle{display:inline-flex}
  .header-brand{width:160px;flex-basis:160px}
  .header-logo{width:160px}
  .nav-links{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:20px;flex-direction:column;box-shadow:0 16px 30px rgba(0,0,0,.08)}
  .nav-links.open{display:flex}
  .hero-grid,.why-grid,.form-shell{grid-template-columns:1fr}
  .gallery,.service-grid{grid-template-columns:1fr}
  .hero{padding-top:45px}
  .footer-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .container{width:min(100% - 24px,1180px)}
  h1{font-size:3rem}
  .trust-strip,.form-grid{grid-template-columns:1fr}
  section{padding:70px 0}
  .footer-logo{width:248px;height:92px;padding:12px 14px}
  .footer-logo img{width:220px}
  .footer-grid .small a{display:inline-flex;align-items:center;min-height:44px}
  .public-back-to-top{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));max-width:calc(100vw - 24px);padding:10px 12px}
  .admin-back-to-top{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));max-width:calc(100vw - 24px);padding:10px 12px}
}


/* Version 5 additions */
.page-hero{padding:74px 0 50px;background:linear-gradient(135deg,#fff 0%,var(--cream) 100%);text-align:center}
.page-hero h1{font-size:clamp(3rem,6vw,5rem);margin:14px auto 18px;max-width:940px}
.page-hero p{max-width:760px;margin:0 auto;color:var(--muted);font-size:1.1rem}
.portfolio-filter{display:flex;align-items:center;gap:12px;width:100%;min-width:0;margin:0 0 38px}
.portfolio-filter__button{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:14px 28px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);font:700 18px/1.2 Inter,Arial,sans-serif;white-space:nowrap;flex:0 0 auto;flex-shrink:0;cursor:pointer}
.portfolio-filter__all{flex:0 0 auto}
.portfolio-filter__viewport{flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth}
.portfolio-filter__viewport::-webkit-scrollbar{display:none}
.portfolio-filter__strip{display:flex;align-items:center;gap:12px;width:max-content;min-width:100%;padding:2px 0}
.portfolio-filter__strip .portfolio-filter__button{min-inline-size:184px}
.portfolio-filter__arrow{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;flex:0 0 52px;width:52px;min-width:52px;height:56px;min-height:56px;padding:0;border:1px solid var(--navy);border-radius:50%;background:#fff;color:var(--navy);font:800 22px/1 Inter,Arial,sans-serif;cursor:pointer}
.portfolio-filter__button.active,.portfolio-filter__button:hover{background:var(--navy);color:#fff;border-color:var(--navy)}
.portfolio-filter__button:focus-visible,.portfolio-filter__arrow:focus-visible,.portfolio-filter__viewport:focus-visible{outline:3px solid rgba(183,146,77,.7);outline-offset:3px}
.portfolio-filter__arrow:hover:not(:disabled){background:var(--navy);color:#fff}
.portfolio-filter__arrow:disabled{opacity:.38;cursor:not-allowed}
.portfolio-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.portfolio-item.is-hidden{display:none}
.portfolio-empty-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--cream);border:1px solid var(--line);border-radius:20px;padding:36px 24px}
.portfolio-empty-state[hidden]{display:none}
.portfolio-empty-state h2{font-size:clamp(2rem,4vw,3rem);margin:0 0 10px}
.portfolio-empty-state p{color:var(--muted-on-cream);font-size:1.05rem;margin:0}
.portfolio-note{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:24px;margin-top:30px;color:var(--muted)}
.exterior-feature{margin-top:32px}
.exterior-feature .project{display:grid;grid-template-columns:1.25fr .75fr;align-items:center}
.exterior-feature .project-copy{padding:40px}
.static-project-image{aspect-ratio:4/3;object-fit:cover;width:100%;height:100%}
.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-weight:800;margin-top:12px}
@media(max-width:900px){
  .portfolio-gallery{grid-template-columns:1fr}
  .exterior-feature .project{grid-template-columns:1fr}
}
@media(max-width:768px){
  .portfolio-filter{gap:8px}
  .portfolio-filter__button{min-height:52px;padding:13px 22px;font-size:16px}
  .portfolio-filter__strip{gap:8px}
  .portfolio-filter__strip .portfolio-filter__button{min-inline-size:164px}
  .portfolio-filter__arrow{flex-basis:48px;width:48px;min-width:48px;height:52px;min-height:52px;font-size:20px}
}


/* Version 6 — full customer-facing website */
.active-page{color:var(--gold)!important;font-weight:800}
.nav-links .btn{color:#fff!important}
.footer-links a:hover,footer a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#8e9bad;font-size:.86rem}
.page-hero{padding:76px 0 56px;background:linear-gradient(135deg,#fff 0%,var(--cream) 100%);text-align:center}
.page-hero h1{font-size:clamp(3rem,6vw,5rem);margin:14px auto 18px;max-width:960px}
.page-hero p{max-width:780px;margin:0 auto;color:var(--muted);font-size:1.12rem}
.split-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.split-section.reverse .split-media{order:2}
.split-media{border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}
.split-media img{width:100%;height:100%;object-fit:cover}
.content-block h2{font-size:clamp(2.3rem,4vw,3.8rem);margin:10px 0 18px}
.content-block p{color:var(--muted);font-size:1.06rem}
.icon-list{display:grid;gap:14px;margin:26px 0}
.icon-row{display:flex;gap:13px;align-items:flex-start}
.icon-row .icon{width:36px;height:36px;flex:0 0 36px;border-radius:50%;background:var(--cream);display:grid;place-items:center;color:var(--gold);font-weight:900}
.icon-row b{color:var(--navy)}
.service-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.service-detail{border:1px solid var(--line);border-radius:20px;padding:30px;background:#fff;box-shadow:0 10px 28px rgba(21,34,56,.06)}
.service-detail h2,.service-detail h3{font-size:1.55rem;margin:10px 0}
.service-detail p{color:var(--muted)}
.service-detail ul{padding-left:20px;color:var(--muted)}
.service-detail li{margin:6px 0}
.service-number{color:var(--gold);font-size:.8rem;letter-spacing:2px;font-weight:900}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;counter-reset:process}
.process-step{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;position:relative}
.process-step:before{counter-increment:process;content:counter(process);width:40px;height:40px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900;margin-bottom:18px}
.process-step h3{font-size:1.25rem;margin:0 0 8px}
.process-step p{color:var(--muted);margin:0;font-size:.95rem}
.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;position:relative;box-shadow:0 10px 28px rgba(21,34,56,.06)}
.price-card.featured{border:2px solid var(--gold);transform:translateY(-8px)}
.price-ribbon{position:absolute;right:18px;top:18px;background:var(--gold);color:#fff;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:900;letter-spacing:.7px}
.price-card h3{font-size:1.55rem;margin:10px 0}
.price-placeholder{font-size:2.2rem;color:var(--navy);font-family:Georgia,serif;font-weight:700;line-height:1.1;margin:12px 0}
.price-note{font-size:.88rem;color:var(--muted)}
.price-card ul{padding-left:20px;color:var(--muted)}
.pricing-alert{background:#fff8e7;border:1px solid #e3c986;color:#594516;border-radius:18px;padding:20px 24px;margin:0 auto 36px;max-width:900px}
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;background:#fff}
.rate-table{width:100%;border-collapse:collapse;min-width:720px}
.rate-table th,.rate-table td{padding:17px 20px;border-bottom:1px solid var(--line);text-align:left}
.rate-table th{background:var(--navy);color:#fff}
.rate-table tr:last-child td{border-bottom:0}
.rate-table td:last-child{font-weight:800;color:var(--navy)}
.rate-pending{color:var(--gold)!important}
.faq-list{display:grid;gap:14px;max-width:900px;margin:auto}
.faq-item{border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}
.faq-question{width:100%;border:0;background:#fff;padding:20px 22px;text-align:left;font:inherit;font-weight:800;color:var(--navy);cursor:pointer;display:flex;justify-content:space-between;gap:18px}
.faq-answer{display:none;padding:0 22px 20px;color:var(--muted)}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-question span:last-child{transform:rotate(45deg)}
.about-quote{font-family:Georgia,serif;font-size:clamp(1.7rem,3vw,2.6rem);color:var(--navy);line-height:1.35;border-left:4px solid var(--gold);padding-left:24px}
.credential-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.credential{background:var(--cream);border-radius:18px;padding:26px;text-align:center}
.credential strong{display:block;font-family:Georgia,serif;color:var(--navy);font-size:1.35rem;margin-bottom:5px}
.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:40px;align-items:start}
.contact-card{background:var(--navy);color:#fff;border-radius:22px;padding:34px;position:sticky;top:110px}
.contact-card h2{color:#fff;font-size:2.25rem;margin:8px 0 20px}
.contact-card p{color:#d5dde8}
.contact-method{display:block;background:rgba(255,255,255,.07);border-radius:14px;padding:16px;margin:12px 0;color:#fff}
.contact-method small{display:block;color:#aeb9c8;margin-bottom:3px}
.contact-form{background:#fff;border-radius:22px;padding:34px;box-shadow:var(--shadow)}
.form-status{display:none;margin-top:16px;padding:14px;border-radius:10px;background:#edf7ed;color:#235b2c}
.disclosure{background:var(--cream);border-left:4px solid var(--gold);padding:18px 20px;border-radius:0 12px 12px 0;color:var(--muted)}
.order-progress{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:25px 0}
.order-progress span{background:#fff;border:1px solid var(--line);padding:10px;border-radius:10px;text-align:center;font-size:.83rem;color:var(--navy);font-weight:800}
.order-progress span:first-child{background:var(--navy);color:#fff}
@media(max-width:900px){
  .split-section,.service-detail-grid,.pricing-grid,.credential-grid,.contact-grid{grid-template-columns:1fr}
  .split-section.reverse .split-media{order:0}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .price-card.featured{transform:none}
  .contact-card{position:static}
}
@media(max-width:620px){
  .process-grid,.order-progress{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column}
}

/* Version 7 verified pricing */
.package-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.package-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;position:relative;box-shadow:0 10px 28px rgba(21,34,56,.06)}.package-card.featured{border:2px solid var(--gold);transform:translateY(-7px)}.package-card h3{font-size:1.25rem;margin:8px 0 2px}.package-card .count{color:var(--muted);font-size:.92rem}.package-price{font-family:Georgia,serif;font-size:2.35rem;color:var(--navy);font-weight:700;margin:13px 0 0}.per-photo{color:var(--gold);font-weight:800;font-size:.9rem}.service-rate-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.service-rate{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;text-align:center}.service-rate h3{font-size:1.17rem;margin:8px 0}.service-rate .rate{font-family:Georgia,serif;color:var(--navy);font-size:2rem;font-weight:700}.service-rate .rate small{font-family:Inter,Arial,sans-serif;font-size:.82rem;color:var(--muted);font-weight:600}.flyer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.flyer-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 12px 34px rgba(21,34,56,.08)}.flyer-card img{width:100%;border-radius:12px}.pricing-flyer{width:min(100%,860px);margin:0 auto;padding:18px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 34px rgba(21,34,56,.08)}.pricing-flyer a{display:block}.pricing-flyer img{display:block;width:100%;height:auto;border-radius:12px;object-fit:contain}.pricing-summary{background:var(--navy);color:#fff;border-radius:18px;padding:24px;margin:26px 0}.pricing-summary h3{color:#fff;margin:0 0 12px}.pricing-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px}.pricing-summary-grid span{color:#dbe2eb}.pricing-summary-grid strong{color:#fff}@media(max-width:1050px){.package-grid,.service-rate-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.package-grid,.service-rate-grid,.flyer-grid,.pricing-summary-grid{grid-template-columns:1fr}.package-card.featured{transform:none}.pricing-flyer{padding:10px}}


/* Version 8 — live order calculator */
.calculator-card{
  background:#fff;
  border-radius:22px;
  padding:32px;
  box-shadow:var(--shadow);
  margin-top:24px;
}
.calculator-card h2{font-size:2rem;margin:0 0 8px}
.calculator-card > p{color:var(--muted);margin-top:0}
.service-calculator-grid{
  display:grid;
  grid-template-columns:minmax(210px,1.5fr) minmax(120px,.55fr) minmax(130px,.65fr);
  gap:12px;
  align-items:center;
}
.calc-head{
  color:var(--muted);
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:900;
  padding:0 4px;
}
.calc-row{display:contents}
.calc-label{
  background:var(--cream);
  border:1px solid var(--line);
  border-radius:12px;
  padding:14px 16px;
}
.calc-label strong{display:block;color:var(--navy)}
.calc-label small{color:var(--muted)}
.service-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.service-unit-price{color:var(--navy);font-size:.88rem;font-weight:900;text-align:right;white-space:nowrap}
.calc-qty input{
  text-align:center;
  font-weight:800;
}
.calc-amount{
  background:#fff;
  border:1px solid var(--line);
  border-radius:12px;
  padding:14px 16px;
  text-align:right;
  font-weight:900;
  color:var(--navy);
}
.order-total{
  margin-top:22px;
  background:var(--navy);
  color:#fff;
  border-radius:18px;
  padding:22px;
}
.total-line{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:18px;
  margin:8px 0;
  font-size:1rem;
  font-weight:700;
}
#promotion-total-line[hidden]{display:none!important}
.total-line.grand{
  border-top:1px solid rgba(255,255,255,.18);
  padding-top:15px;
  margin-top:15px;
  font-size:1rem;
}
.total-line strong{color:#fff}
.password-field-control{position:relative}.password-field-control input{padding-right:52px}.password-toggle{position:absolute;right:6px;top:50%;transform:translateY(-50%);display:inline-grid;place-items:center;width:40px;height:40px;min-height:40px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--navy)}.password-toggle:hover{background:var(--cream)}.password-toggle:focus-visible{outline:3px solid var(--gold);outline-offset:1px}.password-toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.calculator-note{
  background:var(--cream);
  color:#3f3213;
  border:1px solid var(--gold);
  border-radius:12px;
  padding:14px 16px;
  margin-top:16px;
  font-size:.9rem;
}
.package-status{
  color:#d9c18e;
  font-size:.88rem;
  margin-top:10px;
}
.package-status-link-blue{color:#234f82}
.hidden-field{display:none!important}
.confirmation-page{
  min-height:calc(100vh - 76px);
  display:grid;
  place-items:center;
  padding:60px 20px;
  background:linear-gradient(135deg,#fff 0%,var(--cream) 100%);
}
.confirmation-card{
  width:min(720px,100%);
  background:#fff;
  border-radius:24px;
  padding:42px;
  box-shadow:var(--shadow);
  text-align:center;
}
.confirmation-icon{
  width:72px;height:72px;border-radius:50%;
  margin:0 auto 20px;
  display:grid;place-items:center;
  background:var(--navy);color:#fff;
  font-size:2rem;font-weight:900;
}
.confirmation-card h1{font-size:clamp(2.5rem,5vw,4rem);margin:0 0 12px}
.confirmation-card p{color:var(--muted)}
.admin-auth-card{min-width:0}
.admin-auth-card .btn{max-width:100%;white-space:normal}
@media(max-width:480px){
  .admin-auth-card{padding:30px 22px}
  .admin-auth-card h1{font-size:clamp(2rem,11vw,2.6rem)}
}
.payment-send-instruction{margin:18px 0;padding:18px 20px;border:1px solid #a44949;border-left:5px solid #7a2424;border-radius:12px;background:#fff1f1;color:#692020;font-size:1.15rem;line-height:1.55;overflow-wrap:anywhere}
.summary-box{
  background:var(--cream);
  border-radius:16px;
  padding:20px;
  text-align:left;
  margin:22px 0;
}
.summary-box div{
  display:flex;justify-content:space-between;gap:14px;
  padding:7px 0;
  border-bottom:1px solid var(--line);
}
.summary-box div:last-child{border-bottom:0}
@media(max-width:720px){
  .service-calculator-grid{grid-template-columns:1fr 110px}
  .calc-head.amount-head{display:none}
  .calc-amount{grid-column:1/-1;margin-top:-6px}
  .service-title-row{align-items:flex-start;flex-direction:column;gap:3px}.service-unit-price{text-align:left;white-space:normal}
}

/* Approved muted text contrast on solid cream backgrounds only */
.hero p,
.services .section-head p,
.services .content-block p:not(.about-quote),
.portfolio-note,
.disclosure,
.calc-label small,
.form-page .page-hero p{color:var(--muted-on-cream)}

/* Private administrator delivery workflow and customer delivery page */
.delivery-admin{margin:38px 0 12px;padding-top:8px;border-top:1px solid var(--line);scroll-margin-top:120px}
.delivery-admin>h2{font-size:clamp(2rem,4vw,3rem);margin:4px 0 8px}
.delivery-panel{border:1px solid var(--line);border-radius:16px;padding:22px;margin:18px 0;background:#fff}
.delivery-panel h3{margin:0 0 14px;color:var(--navy)}
.delivery-panel form{margin:0}.delivery-panel .form-field{margin-bottom:14px}
.delivery-panel input[type=file],.delivery-panel input[type=date],.delivery-panel input[readonly],.delivery-panel textarea{width:100%}
.delivery-panel textarea{margin:7px 0 12px;resize:vertical}
.delivery-notice,.delivery-error{padding:14px 16px;border-radius:10px;margin:14px 0;font-weight:700}
.delivery-notice{background:#edf7ef;color:#245c31;border:1px solid #b8d9bf}
.delivery-error{background:#fff0f0;color:#7a2424;border:1px solid #e7b5b5}
.delivery-file-list,.customer-file-list{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.delivery-file-list li{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--line)}
.delivery-file-list li:last-child{border-bottom:0}.delivery-file-list span{display:block;color:var(--muted);font-size:.88rem}
.delivery-small-button{min-height:44px;padding:9px 16px}
.delivery-empty,.delivery-help{padding:14px;background:var(--cream);border-radius:10px}
.delivery-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:14px 0}
.delivery-status-grid>div{background:var(--cream);padding:13px;border-radius:10px}.delivery-status-grid span{display:block;color:var(--muted);font-size:.82rem}.delivery-status-grid strong{display:block;margin-top:3px}
.activity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.delivery-expiration-form{display:grid;grid-template-columns:minmax(180px,1fr) auto auto;align-items:end;gap:14px}
.delivery-checkbox{min-height:44px;display:flex;align-items:center;gap:8px;padding-bottom:2px}.delivery-checkbox input{width:auto}
.delivery-link-box{margin:18px 0}.delivery-link-box>div{display:grid;grid-template-columns:1fr auto;gap:10px}.delivery-link-box input{min-width:0}
.copy-status{min-height:1.5em;color:var(--muted);font-weight:700;margin:8px 0 0}
.delivery-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.delivery-actions form{display:inline-flex}
.delivery-page-body{min-height:100vh;background:var(--cream)}
.delivery-public-header{display:contents}
.delivery-public-main{width:min(900px,calc(100% - 32px));margin:36px auto 60px}
.delivery-customer-card{background:#fff;border-radius:22px;padding:clamp(24px,5vw,48px);box-shadow:var(--shadow)}
.delivery-customer-card h1{font-size:clamp(2.3rem,5vw,4.2rem);margin:5px 0 12px;overflow-wrap:anywhere}.delivery-project{font-size:1.1rem;color:var(--navy);font-weight:700}.delivery-expiry{background:var(--cream);padding:13px 15px;border-radius:10px}
.customer-file-list{margin:24px 0}.customer-file-list li{display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;padding:14px}.customer-file-summary{display:flex;align-items:center;gap:12px;min-width:0}.customer-file-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.customer-file-list strong,.customer-file-list small{display:block;overflow-wrap:anywhere}.customer-file-list small{color:var(--muted);margin-top:3px}.customer-file-icon{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background:var(--navy);color:#fff;font-weight:900}
.delivery-download-all{min-height:48px}.delivery-assistance{margin:28px 0 0;padding-top:20px;border-top:1px solid var(--line)}
.delivery-unavailable{text-align:center;max-width:700px;margin:8vh auto}
@media(max-width:700px){.delivery-panel{padding:17px}.delivery-expiration-form{grid-template-columns:1fr}.delivery-status-grid,.activity-grid{grid-template-columns:1fr}.delivery-link-box>div{grid-template-columns:1fr}.delivery-actions,.delivery-actions form,.delivery-actions .btn{width:100%}.delivery-file-list li,.customer-file-list li{align-items:flex-start}.customer-file-list li{flex-direction:column}.customer-file-actions{width:100%;display:grid;grid-template-columns:1fr}.customer-file-list .btn{width:100%;min-height:44px}.delivery-public-main{margin-top:22px}.delivery-public-header img{width:200px}.delivery-customer-card{border-radius:16px}.delivery-file-list li{flex-direction:column}.delivery-file-list form,.delivery-file-list .btn{width:100%}}

/* Secure public customer order status */
.order-status-page{background:var(--cream)}
.order-status-main{width:min(860px,calc(100% - 32px));min-height:62vh;margin:40px auto 64px}
.order-status-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(24px,5vw,46px);box-shadow:var(--shadow);overflow-wrap:anywhere}
.order-status-card h1{font-size:clamp(2.3rem,6vw,4rem);margin:4px 0 12px}
.order-status-address{font-size:1.1rem;font-weight:800;color:var(--navy);margin:0 0 24px}.order-status-address span{display:block;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:3px}
.order-status-form{display:grid;gap:18px;margin-top:28px}.order-status-form .form-field{margin:0}.order-status-form small{display:block;margin-top:6px;color:var(--muted)}
.order-status-form .field-error{color:#7a2424;font-weight:800}.order-status-error{display:block;margin:18px 0 0;background:#fff0f0;color:#7a2424;border:1px solid #e7b5b5}
.order-status-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:24px 0 30px}
.order-status-summary div{background:var(--cream);border:1px solid var(--line);border-radius:12px;padding:15px}.order-status-summary dt{color:var(--muted-on-cream);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.order-status-summary dd{margin:4px 0 0;color:var(--navy);font-weight:900}
.order-status-section{border-top:1px solid var(--line);padding-top:23px;margin-top:23px}.order-status-section h2{font-size:1.55rem;margin:0 0 12px}.order-status-section p{margin:0;line-height:1.7}
.order-status-services{list-style:none;margin:0;padding:0;display:grid;gap:8px}.order-status-services li{display:flex;justify-content:space-between;gap:18px;padding:12px 14px;background:var(--cream);border-radius:10px}.order-status-services strong{white-space:nowrap;color:var(--navy)}
.order-status-update{border:1px solid #e3c986;border-left:5px solid var(--gold);border-radius:12px;background:#fff8e7;padding:20px;margin-top:24px}.order-status-update h2{color:var(--navy)}.order-status-update span{color:var(--muted-on-cream)}
.order-status-help{margin:28px 0 0;padding-top:20px;border-top:1px solid var(--line)}.order-status-failure{text-align:center;max-width:700px;margin:8vh auto}
@media(max-width:620px){.order-status-main{margin-top:22px}.order-status-summary{grid-template-columns:1fr}.order-status-services li{align-items:flex-start;flex-direction:column;gap:4px}.order-status-services strong{white-space:normal}.order-status-form .btn{width:100%}}

/* Keep long public page headings inside narrow phone viewports. */
@media(max-width:620px){.page-hero h1{font-size:clamp(2.5rem,12vw,3rem);overflow-wrap:anywhere}}
.order-file-card {
  border: 1px solid #ded8cc;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 16px;
}

.photo-metadata {
  display: grid;
  gap: 4px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 10px 0 0;
}

.photo-metadata div {
  min-width: 0;
}

.photo-metadata dt {
  color: #625d54;
  font-size: 0.78rem;
  font-weight: 700;
}

.photo-metadata dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.paired-finished-upload {
  border-top: 1px solid #ded8cc;
  margin-top: 14px;
  padding-top: 14px;
}

@media (max-width: 640px) {
  .photo-metadata {
    grid-template-columns: 1fr;
  }
}

.staged-room-options-heading{
  padding:7px 9px 4px;
  color:#596579;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.staged-room-options-heading:not(:first-child){
  margin-top:4px;
  border-top:1px solid var(--line);
}
.staged-room-options{max-height:240px}
