:root { --ink:#1c1a17; --cream:#f4f0e8; --gold:#b89b72; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; color:var(--ink); background:var(--cream); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
.topbar { position:absolute; z-index:10; width:100%; display:flex; justify-content:space-between; align-items:center; padding:28px 4vw; color:white; }
.brand { font-size:19px; letter-spacing:.19em; font-weight:700; }
.brand span { font-size:9px; letter-spacing:.24em; display:block; margin-top:3px; }
.brandLogo { width:96px; line-height:0; }
.brandLogo img { display:block; width:100%; height:auto; filter:drop-shadow(0 3px 12px rgba(0,0,0,.32)); }
nav { display:flex; gap:28px; font-size:12px; text-transform:uppercase; letter-spacing:.16em; }
.hero { min-height:96vh; position:relative; display:flex; align-items:center; overflow:hidden; color:white; }
.hero>img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 48%; }
.heroShade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(18,15,12,.72),rgba(18,15,12,.1) 70%),linear-gradient(0deg,rgba(0,0,0,.28),transparent 40%); }
.heroCopy { position:relative; z-index:1; max-width:760px; margin-left:9vw; padding-top:60px; }
.eyebrow { margin:0 0 22px; text-transform:uppercase; letter-spacing:.28em; font-size:11px; font-weight:700; }
.hero h1,.intro h2 { font-family:Georgia,'Times New Roman',serif; font-weight:400; }
.hero h1 { margin:0; font-size:clamp(55px,7vw,104px); line-height:.88; letter-spacing:-.04em; }
.hero h1 em { color:#eadbc6; font-weight:400; }
.heroCopy>p:not(.eyebrow) { max-width:510px; font-family:Georgia,serif; font-size:18px; line-height:1.55; margin:28px 0; }
.button { display:inline-block; border:1px solid rgba(255,255,255,.65); padding:15px 23px; text-transform:uppercase; letter-spacing:.17em; font-size:10px; transition:.25s; }
.button:hover { background:white; color:var(--ink); }
.scrollNote { position:absolute; z-index:2; right:4vw; bottom:30px; font-size:10px; letter-spacing:.16em; text-transform:uppercase; }
.scrollNote span { margin-left:9px; }
.intro { padding:110px 4vw 90px; text-align:center; }
.eyebrow.dark { color:#82715c; }
.intro h2 { font-size:clamp(40px,5vw,72px); line-height:1.04; margin:0 auto 64px; }
.previewGrid { display:grid; grid-template-columns:1.2fr .9fr 1.1fr; gap:18px; align-items:end; }
.previewGrid figure { margin:0; position:relative; overflow:hidden; }
.previewGrid figure:nth-child(2) { margin-bottom:52px; }
.previewGrid img { width:100%; height:520px; object-fit:cover; display:block; transition:transform .8s ease; }
.previewGrid figure:nth-child(2) img { height:430px; }
.previewGrid figure:hover img { transform:scale(1.025); }
.previewGrid figcaption { position:absolute; left:20px; bottom:18px; color:white; font-family:Georgia,serif; font-size:30px; }
.manifesto { display:grid; grid-template-columns:1.05fr .95fr; min-height:760px; background:#e8e0d3; }
.manifestoImage img { width:100%; height:100%; min-height:760px; object-fit:cover; }
.manifestoCopy { display:flex; flex-direction:column; justify-content:center; padding:8vw; }
.manifesto h2,.services h2,.contact h2 { font:400 clamp(43px,5vw,72px)/1 Georgia,serif; margin:0 0 30px; }
.manifesto h2 em,.contact h2 em { color:#8b6844; font-weight:400; }
.manifestoCopy>p:not(.eyebrow),.contactLead>p:not(.eyebrow) { font:17px/1.7 Georgia,serif; max-width:550px; color:#4d4740; }
.textLink { margin-top:28px; width:max-content; text-transform:uppercase; font-size:10px; letter-spacing:.18em; border-bottom:1px solid #8b6844; padding-bottom:8px; }
.textLink span { margin-left:15px; }
.services { padding:120px 7vw; background:#f7f4ee; }
.sectionHead { display:flex; justify-content:space-between; align-items:end; border-bottom:1px solid #bdb4a8; padding-bottom:54px; }
.sectionHead h2 { margin-bottom:0; }
.sectionHead>p { max-width:380px; font:16px/1.6 Georgia,serif; color:#625d55; }
.serviceList article { display:grid; grid-template-columns:70px 1fr 1.2fr; align-items:center; gap:28px; padding:34px 0; border-bottom:1px solid #d4ccc1; }
.serviceList span { font:italic 17px Georgia,serif; color:#9b8264; }
.serviceList h3 { margin:0; font:400 42px Georgia,serif; }
.serviceList p { margin:0; color:#625d55; line-height:1.6; }
.wideStory { height:78vh; min-height:620px; position:relative; color:white; overflow:hidden; }
.wideStory img { width:100%; height:100%; object-fit:cover; filter:saturate(.75); }
.wideStory:after { content:""; position:absolute; inset:0; background:rgba(25,20,14,.25); }
.wideStory div { position:absolute; z-index:1; inset:0; display:flex; align-items:center; justify-content:center; text-align:center; }
.wideStory p { font:italic clamp(37px,5vw,70px)/1.12 Georgia,serif; }
.proof { padding:130px 10vw; text-align:center; background:var(--cream); }
.proof blockquote { max-width:1050px; margin:36px auto 24px; font:400 clamp(32px,4vw,58px)/1.18 Georgia,serif; }
.couple { letter-spacing:.18em; text-transform:uppercase; font-size:10px; color:#806f58; }
.contact { display:grid; grid-template-columns:1fr 1fr; gap:8vw; padding:110px 8vw; background:#25221e; color:white; }
.contactLead { align-self:center; }
.contactLead>p:not(.eyebrow) { color:#d7cec1; }
.contactDetails { display:flex; flex-direction:column; gap:10px; margin-top:28px; font:15px Georgia,serif; color:#eadbc6; }
.contactForm { display:flex; flex-direction:column; gap:24px; }
.contactForm label { display:flex; flex-direction:column; gap:8px; text-transform:uppercase; letter-spacing:.15em; font-size:9px; color:#cfc4b6; }
.contactForm input,.contactForm textarea { background:transparent; border:0; border-bottom:1px solid #655e55; color:white; padding:10px 0; outline:none; font:15px Arial,sans-serif; }
.contactForm input:focus,.contactForm textarea:focus { border-color:#cbb18f; }
.formRow { display:grid; grid-template-columns:1fr 1fr; gap:28px; }
.contactForm button { margin-top:8px; padding:16px; border:1px solid #cbb18f; background:#cbb18f; color:#211e1a; text-transform:uppercase; letter-spacing:.18em; font-size:10px; cursor:pointer; }
.contactForm small { color:#918a81; line-height:1.5; }
.hp-field { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.formNotice { margin:0; padding:13px 15px; border:1px solid #82796e; font:14px/1.5 Arial,sans-serif!important; }
.formNotice.success { border-color:#77947a; color:#d7ead9!important; }
.formNotice.error { border-color:#a67d72; color:#f0d6cf!important; }
footer { padding:70px 6vw 28px; background:#141310; color:white; text-align:center; }
footer>.brand { display:inline-block; }
.footerLogo { width:150px; }
.footerLogo img { filter:drop-shadow(0 4px 18px rgba(0,0,0,.28)); }
footer>p { color:#a9a39a; font:15px Georgia,serif; }
footer>div { display:flex; justify-content:center; gap:32px; margin:35px 0 55px; text-transform:uppercase; letter-spacing:.16em; font-size:9px; }
footer .copyright { font:9px Arial,sans-serif; letter-spacing:.08em; }
.whatsappButton { position:fixed; right:24px; bottom:24px; z-index:40; display:flex; align-items:center; gap:10px; padding:13px 18px; border-radius:999px; background:#25d366; color:#102f1b; box-shadow:0 10px 28px rgba(0,0,0,.25); font-size:12px; font-weight:700; letter-spacing:.04em; transition:transform .2s,box-shadow .2s; }
.whatsappButton:hover { transform:translateY(-2px); box-shadow:0 14px 34px rgba(0,0,0,.3); }
.whatsappButton svg { width:24px; height:24px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.editorPage { min-height:100vh; padding:48px 6vw 130px; background:#f4f0e8; }
.editorHeader { display:flex; justify-content:space-between; align-items:flex-end; gap:32px; border-bottom:1px solid #c9c0b4; padding-bottom:30px; margin-bottom:32px; }
.editorHeader h1 { margin:0; font:400 clamp(38px,5vw,64px)/1 Georgia,serif; }
.editorHeaderActions { display:flex; align-items:center; gap:18px; font-size:12px; }
.editorHeaderActions a { border-bottom:1px solid #8b6844; padding-bottom:5px; }
.editorCard { max-width:1100px; margin:0 auto 24px; padding:34px; background:#fffdf9; border:1px solid #ded6ca; }
.editorCard h2 { margin:0 0 24px; font:400 32px Georgia,serif; }
.editorCard>label,.editorGrid label { display:flex; flex-direction:column; gap:8px; margin-bottom:18px; color:#6f6252; text-transform:uppercase; letter-spacing:.12em; font-size:10px; }
.editorGrid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 22px; }
.editorCard input:not([type=file]),.editorCard textarea { width:100%; border:1px solid #cec4b8; background:white; padding:12px; color:#29241e; font:15px/1.5 Arial,sans-serif; text-transform:none; letter-spacing:0; }
.editorHint { color:#756c62; line-height:1.5; }
.imageEditorGrid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.imageEditor { display:flex; flex-direction:column; gap:10px; color:#6f6252; text-transform:uppercase; letter-spacing:.1em; font-size:9px; }
.imageEditor img { width:100%; height:190px; object-fit:cover; background:#e3ddd4; }
.imageEditor input { font-size:11px; }
.editorSaveBar { position:fixed; left:0; right:0; bottom:0; z-index:20; display:flex; justify-content:space-between; align-items:center; gap:24px; padding:18px 6vw; background:#25221e; color:white; box-shadow:0 -8px 30px rgba(0,0,0,.14); }
.editorSaveBar p { margin:0; font-size:13px; }
.editorSaveBar button { border:0; background:#cbb18f; color:#211e1a; padding:15px 24px; text-transform:uppercase; letter-spacing:.15em; font-size:10px; cursor:pointer; }
.editorDenied { min-height:100vh; display:grid; place-content:center; text-align:center; background:#f4f0e8; }
.editorLogin { width:min(460px,calc(100vw - 36px)); padding:36px; background:#fffdf9; border:1px solid #ded6ca; }
.editorLogin h1 { margin:0 0 14px; font:400 44px/1 Georgia,serif; }
.editorLogin p { color:#6f6252; line-height:1.6; }
.editorLogin label { display:flex; flex-direction:column; gap:8px; text-transform:uppercase; letter-spacing:.12em; font-size:10px; color:#6f6252; }
.editorLogin input { width:100%; border:1px solid #cec4b8; background:white; padding:13px; font-size:16px; }
.editorLogin button,.editorButton { border:0; background:#25221e; color:white; padding:15px 22px; margin-top:18px; text-transform:uppercase; letter-spacing:.14em; font-size:10px; cursor:pointer; }
.editorError { color:#9a3d30!important; }
.editorSuccess { color:#3c7350!important; }
.editorTopNotice { max-width:1100px; margin:0 auto 24px; padding:15px 18px; background:#fffdf9; border:1px solid #c9c0b4; }
.editorCard input[type=file] { width:100%; padding:8px 0; }
.editorCard small { color:#7b7166; line-height:1.5; }
.passwordCard { max-width:620px; }
.logoutButton { border:0; background:none; color:#6f6252; padding:0 0 5px; border-bottom:1px solid #8b6844; cursor:pointer; }
@media(max-width:760px){ nav a:not(:last-child){display:none}.topbar{padding:18px 22px}.brandLogo{width:76px}.heroCopy{margin:0 24px}.hero h1{font-size:55px}.previewGrid{grid-template-columns:1fr}.previewGrid figure:nth-child(2){margin:0}.previewGrid img,.previewGrid figure:nth-child(2) img{height:430px}.intro{padding:80px 20px}.scrollNote{display:none}.manifesto{grid-template-columns:1fr}.manifestoImage img{min-height:520px}.manifestoCopy{padding:80px 24px}.services{padding:80px 24px}.sectionHead{display:block}.sectionHead>p{margin-top:25px}.serviceList article{grid-template-columns:45px 1fr}.serviceList article p{grid-column:2}.serviceList h3{font-size:34px}.wideStory{height:65vh}.contact{grid-template-columns:1fr;padding:80px 24px}.formRow{grid-template-columns:1fr}.proof{padding:90px 24px}.editorPage{padding:28px 18px 130px}.editorHeader{display:block}.editorHeaderActions{margin-top:20px;flex-wrap:wrap}.editorCard{padding:24px 18px}.editorGrid,.imageEditorGrid{grid-template-columns:1fr}.editorSaveBar{padding:14px 18px}.editorSaveBar p{font-size:11px}.whatsappButton{right:16px;bottom:16px;padding:13px}.whatsappButton span{display:none}.footerLogo{width:130px} }
