@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0e0c0a;--surface:#1a1714;--surface2:#221f1b;--border:#2e2a25;--gold:#c9a96e;--gold-light:#e8cc9a;--text:#f0ece6;--text-muted:#8a8070;--red:#c0392b;--red-light:#e74c3c;--green:#5a9e78;--radius:12px;--radius-sm:8px;--max-width:560px;--admin-width:900px}body{background:var(--bg);color:var(--text);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}.font-display,h1,h2,h3{font-family:Cormorant Garamond,serif}h1,h2,h3{font-weight:600;line-height:1.2}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:rgba(10,8,6,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:600;color:var(--text);text-decoration:none;letter-spacing:.01em}.nav-logo em{color:var(--gold);font-style:italic}.nav-links{display:flex;align-items:center;gap:2rem}.nav-link{font-size:.85rem;color:var(--text-muted);text-decoration:none;letter-spacing:.05em;transition:color .2s}.nav-link.active,.nav-link:hover{color:var(--text)}.nav-cta{padding:.5rem 1.25rem;font-size:.85rem;width:auto}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger-bar{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-drawer{position:fixed;top:0;right:-100%;width:min(280px,80vw);height:100vh;background:var(--surface);border-left:1px solid var(--border);z-index:200;display:flex;flex-direction:column;gap:.5rem;padding:5rem 1.5rem 2rem;transition:right .3s ease}.nav-drawer-open{right:0}.nav-drawer-link{font-size:1.1rem;color:var(--text-muted);text-decoration:none;padding:.75rem 0;border-bottom:1px solid var(--border);transition:color .2s}.nav-drawer-link:hover{color:var(--gold)}.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.page-shell{min-height:100vh;background:var(--bg);background-image:radial-gradient(ellipse at 20% 0,rgba(201,169,110,.06) 0,transparent 60%),radial-gradient(ellipse at 80% 100%,rgba(139,94,60,.08) 0,transparent 60%);display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 4rem}.page-shell.centered{justify-content:center}.card{width:100%;max-width:var(--max-width);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;animation:fadeUp .35s ease forwards}.card.wide{max-width:var(--admin-width)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.booking-top-nav{width:100%;max-width:var(--max-width);display:flex;justify-content:center;gap:.35rem;margin-bottom:1rem;flex-wrap:wrap}.booking-top-nav-link{text-decoration:none;color:var(--text-muted);border:1px solid var(--border);border-radius:999px;padding:.35rem .75rem;font-size:.76rem;letter-spacing:.06em;text-transform:uppercase;transition:border-color .2s ease,color .2s ease,background-color .2s ease}.booking-top-nav-link:hover{border-color:var(--gold);color:var(--text)}.booking-top-nav-link.active{border-color:var(--gold);color:var(--gold-light);background:rgba(201,169,110,.08)}.salon-header{text-align:center;margin-bottom:2.5rem;width:100%;max-width:var(--max-width)}.salon-name{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,5vw,3rem);font-weight:600;color:var(--gold);letter-spacing:.02em;line-height:1}.salon-tagline{font-size:.8rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase;margin-top:.4rem}.progress-bar{display:flex;gap:.5rem;width:100%;max-width:var(--max-width);margin-bottom:.6rem}.progress-seg{flex:1 1;height:2px;background:var(--border);border-radius:2px;transition:background .4s ease}.progress-seg.active{background:var(--gold)}.progress-labels{display:flex;gap:.5rem;width:100%;max-width:var(--max-width);margin-bottom:2rem}.progress-lbl{flex:1 1;text-align:center;font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);transition:color .3s}.progress-lbl.active{color:var(--gold-light)}.step-content{display:flex;flex-direction:column;gap:1.25rem}.step-title{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;line-height:1.2;color:var(--text)}.step-subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-top:-.5rem}.section-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold);border-bottom:1px solid var(--border);padding-bottom:.4rem}.category-group{gap:.6rem}.category-group,.services-grid{display:flex;flex-direction:column}.services-grid{gap:.5rem}.service-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;text-align:left;cursor:pointer;transition:border-color .2s,background .2s;position:relative;overflow:hidden;width:100%}.service-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--gold);transform:scaleY(0);transition:transform .2s ease;transform-origin:center}.service-card.selected,.service-card:hover{border-color:var(--gold);background:#261f18}.service-card.selected:before,.service-card:hover:before{transform:scaleY(1)}.popular-badge{display:inline-block;font-size:.58rem;text-transform:uppercase;letter-spacing:.1em;background:var(--gold);color:var(--bg);padding:.15rem .5rem;border-radius:20px;margin-bottom:.4rem;font-weight:500}service-featured-image{width:100%;height:120px;object-fit:cover;border-radius:10px;margin-bottom:.65rem;border:1px solid var(--border)}.service-name{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text)}.service-desc{font-size:.8rem;color:var(--text-muted);line-height:1.5;margin-bottom:.75rem}.service-footer{display:flex;justify-content:space-between;align-items:center}.service-price{font-size:.875rem;color:var(--gold-light);font-weight:500}.select-arrow{color:var(--text-muted);transition:transform .2s,color .2s}.service-card:hover .select-arrow{transform:translateX(4px);color:var(--gold)}.calendar-wrapper{display:flex;flex-direction:column;gap:.4rem}.calendar-row{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:.4rem;gap:.4rem}.day-btn{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.6rem .25rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer;transition:all .2s}.day-btn:hover{border-color:var(--gold);background:#261f18}.day-btn.selected{background:var(--gold);border-color:var(--gold)}.day-btn.selected .day-label,.day-btn.selected .day-weekday{color:var(--bg)}.day-weekday{font-size:.58rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.day-label{font-size:.72rem;font-weight:500;color:var(--text)}.slots-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(78px,1fr));grid-gap:.5rem;gap:.5rem}.slot-btn{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.7rem .5rem;font-size:.875rem;color:var(--text);cursor:pointer;font-family:DM Sans,sans-serif;transition:all .2s}.slot-btn:hover{border-color:var(--gold);color:var(--gold)}.slot-btn.selected{background:var(--gold);border-color:var(--gold);color:var(--bg);font-weight:500}.booking-summary{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.6rem}.summary-row{display:flex;justify-content:space-between;font-size:.85rem}.summary-row span{color:var(--text-muted)}.summary-row strong{color:var(--text)}.form-fields{gap:.85rem}.field,.form-fields{display:flex;flex-direction:column}.field{gap:.35rem}.field label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.field input,.field select,.field textarea{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;color:var(--text);font-family:DM Sans,sans-serif;font-size:.9rem;outline:none;transition:border-color .2s;resize:vertical;width:100%}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--gold)}.field input::placeholder,.field textarea::placeholder{color:var(--text-muted);opacity:.6}.btn{border:none;border-radius:var(--radius-sm);padding:.9rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.02em;width:100%;text-align:center;text-decoration:none;display:block}.btn-primary{background:var(--gold);color:var(--bg)}.btn-primary:hover:not(:disabled){background:var(--gold-light);transform:translateY(-1px)}.btn-danger{background:var(--red)}.btn-danger:hover:not(:disabled){background:var(--red-light)}.btn-ghost{background:none;border:1px solid var(--border);color:var(--text-muted)}.btn-ghost:hover{border-color:var(--gold);color:var(--text)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-sm{padding:.4rem .75rem;font-size:.8rem;width:auto}.back-btn{background:none;border:none;color:var(--text-muted);font-size:.8rem;cursor:pointer;padding:0;display:flex;align-items:center;gap:.3rem;margin-bottom:1.5rem;font-family:DM Sans,sans-serif;transition:color .2s}.back-btn:hover{color:var(--text)}.alert{border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.alert-error{background:rgba(180,60,60,.12);border:1px solid rgba(180,60,60,.3);color:#e08080}.alert-success{background:rgba(90,158,120,.12);border:1px solid rgba(90,158,120,.3);color:#7ecfa0}.alert-warning{background:rgba(201,169,110,.08);border:1px solid rgba(201,169,110,.2);color:var(--text-muted)}.no-slots{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:.75rem;font-size:.875rem}.no-slots .emoji{font-size:2rem}.confirmation{text-align:center;align-items:center}.confirm-icon{font-size:2.5rem;color:var(--gold);animation:pulse 2s ease infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.confirm-note{font-size:.85rem;line-height:1.6;max-width:380px}.confirm-note,.loader{color:var(--text-muted)}.loader{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;font-size:.875rem}.spinner{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.admin-shell{min-height:100vh;background:var(--bg);font-family:DM Sans,sans-serif;color:var(--text);padding:2rem 1.5rem;max-width:var(--admin-width);margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.admin-title{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;color:var(--gold)}.admin-sub{font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin-top:.2rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.stat-num{font-family:Cormorant Garamond,serif;font-size:2.5rem;font-weight:600;color:var(--gold);line-height:1}.stat-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.4rem}.bookings-list{display:flex;flex-direction:column;gap:.75rem}.booking-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;display:grid;grid-template-columns:1fr auto;grid-gap:1rem;gap:1rem;align-items:start}.booking-service{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;margin-bottom:.35rem}.booking-time{font-size:.85rem;color:var(--gold-light);margin-bottom:.5rem}.booking-meta{display:flex;gap:1.5rem;font-size:.8rem;color:var(--text-muted);flex-wrap:wrap}.booking-notes{font-size:.78rem;color:var(--text-muted);margin-top:.4rem;font-style:italic}.booking-actions{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end}.size-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1rem}.size-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem;cursor:pointer;display:flex;flex-direction:column;gap:.25rem;text-align:center;transition:border-color .2s,background .2s}.size-card.selected,.size-card:hover{border-color:var(--gold)}.size-card.selected{background:rgba(201,169,110,.08)}.size-label{font-size:1rem;font-weight:600;color:var(--text)}.size-price{font-size:.95rem;color:var(--gold);font-weight:500}.size-hours{font-size:.75rem;color:var(--text-muted)}.cal-link{font-size:.75rem;color:var(--gold);text-decoration:none;white-space:nowrap}.cal-link:hover{text-decoration:underline}.empty-state{text-align:center;padding:4rem 2rem;color:var(--text-muted)}.empty-state .emoji{font-size:2.5rem;display:block;margin-bottom:1rem}.hero-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.5rem;position:relative;background:radial-gradient(ellipse at 30% 20%,rgba(201,169,110,.12) 0,transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(139,94,60,.1) 0,transparent 55%)}.hero-line{width:1px;background:linear-gradient(to bottom,transparent,var(--gold));opacity:.6}.hero-line-top{height:80px;margin-bottom:2rem}.hero-eyebrow{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;opacity:.8}.hero-title{font-family:Cormorant Garamond,serif;font-size:clamp(3rem,10vw,6.5rem);font-weight:600;line-height:.95;color:var(--text);margin-bottom:0}.hero-description{max-width:420px;font-size:1rem;line-height:1.7;color:var(--text-muted);margin-bottom:1rem}.hero-scroll-hint{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.4;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted)}.hero-line-bottom{width:1px;height:40px;background:var(--text-muted)}.contact-banner{background:var(--gold);padding:1.25rem 2rem;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.contact-banner-item{display:flex;align-items:center;gap:.5rem;color:var(--bg);font-size:.85rem;font-weight:500}.info-grid{max-width:var(--admin-width);margin:0 auto;padding:5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem;width:100%}.info-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.info-card-icon{color:var(--gold);font-size:1.1rem}.info-card-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.85rem}.info-card-item{font-size:.85rem;line-height:1.6;color:var(--text-muted);padding-left:1rem;border-left:2px solid var(--border)}.cta-section{text-align:center;padding:5rem 1.5rem 6rem;border-top:1px solid var(--surface);background:radial-gradient(ellipse at 50% 0,rgba(201,169,110,.08) 0,transparent 60%);display:flex;flex-direction:column;align-items:center;gap:0;width:100%}.cta-footer{margin-top:3rem;font-size:.75rem;color:#4a4540;letter-spacing:.1em}:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:4px}.badge,.policy-text,.progress-label,.step-label{font-size:.75rem}.month-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.month-nav-label{font-size:.9rem;font-weight:500;color:var(--text);text-transform:capitalize}.btn-ghost-small{background:none;border:1px solid var(--border);color:var(--text-muted);padding:.3rem .75rem;border-radius:4px;font-size:.8rem;cursor:pointer}.btn-ghost-small:hover{border-color:var(--gold);color:var(--gold)}.btn-ghost-small:disabled{opacity:.3;cursor:default}.btn-danger{background:#c0392b;color:#fff}.btn-danger:hover{background:#e74c3c}.booking-notice{margin-top:1.25rem;padding:.75rem 1rem;background:var(--surface);border-radius:6px;font-size:.8rem;color:var(--text-muted);line-height:1.6;display:flex;flex-direction:column;gap:.25rem}.booking-flow-head{width:100%;max-width:var(--max-width);margin-top:0;margin-bottom:.75rem}.booking-reset-btn{background:none;border:none;padding:0;margin-top:.25rem;color:var(--gold-light);font-size:.78rem}.booking-progress-summary{margin-bottom:1rem}@media (max-width:600px){.stats-row{grid-template-columns:repeat(2,1fr)}.booking-card{grid-template-columns:1fr}.page-shell{padding:1.25rem .75rem 2.5rem}.nav-links{display:none}.nav-hamburger{display:flex}.salon-header{margin-bottom:1.2rem}.progress-labels{margin-bottom:1.1rem;gap:.35rem}.progress-lbl{font-size:.54rem;letter-spacing:.05em}.card{padding:1.1rem}.summary-row{flex-direction:column;gap:.15rem;align-items:flex-start}.booking-flow-head{padding:.6rem .75rem}.booking-reset-btn{font-size:.75rem}}.gallery-section{padding:5rem 1.5rem;text-align:center;background:radial-gradient(ellipse at 50% 0,rgba(201,169,110,.06) 0,transparent 60%)}.gallery-eyebrow{font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;opacity:.8}.gallery-heading{font-family:Cormorant Garamond,serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:600;color:var(--text);margin-bottom:2.5rem}.gallery-heading em{color:var(--gold);font-style:italic}.gallery-card{max-width:700px;margin:0 auto;border-radius:16px;border:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;min-height:300px;transition:opacity .3s ease}.gallery-card-exit{opacity:0;transform:scale(.98)}.gallery-card-enter{opacity:1;transform:scale(1)}.gallery-visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:240px}.gallery-img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0}.gallery-img-overlay{position:absolute;inset:0;opacity:.3;pointer-events:none}.gallery-content{padding:2rem;display:flex;flex-direction:column;justify-content:center;text-align:left}.gallery-counter{font-size:.7rem;letter-spacing:.15em;color:var(--text-muted);margin-bottom:.75rem}.gallery-style-name{font-family:Cormorant Garamond,serif;font-size:1.75rem;font-weight:600;margin-bottom:.75rem}.gallery-style-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.gallery-controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem}.gallery-arrow{background:none;border:1px solid var(--border);color:var(--text-muted);width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:1rem;transition:border-color .2s,color .2s}.gallery-arrow:hover{border-color:var(--gold);color:var(--gold)}.gallery-dots{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;max-width:min(70vw,420px)}.gallery-dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:background .2s,transform .2s}.gallery-dot.active{background:var(--gold);transform:scale(1.3)}.blog-card{display:grid;grid-template-columns:200px 1fr;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;text-decoration:none;transition:border-color .2s}.blog-card:hover{border-color:var(--gold)}.blog-card-img{overflow:hidden}.blog-card-img img{width:100%;height:100%;object-fit:cover}.blog-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.blog-card-date{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.blog-card-title{font-family:Cormorant Garamond,serif;font-size:1.3rem;font-weight:600;color:var(--text);line-height:1.3}.blog-card-excerpt{font-size:.85rem;color:var(--text-muted);line-height:1.6}.blog-card-read{font-size:.8rem;color:var(--gold);margin-top:auto}.blog-hero-img{position:relative;height:220px;max-width:160px;margin:2rem auto 0;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.4)}.blog-hero-img img{width:100%;height:100%;object-fit:cover}.blog-hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,var(--bg) 100%)}.blog-back{font-size:.8rem;color:var(--text-muted);text-decoration:none;letter-spacing:.05em}.blog-back:hover{color:var(--gold)}.blog-content{line-height:1.85;color:var(--text-muted)}.blog-content h2{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--text);margin:2rem 0 .75rem}.blog-content h3{font-size:1.1rem;color:var(--text);margin:1.5rem 0 .5rem}.blog-content p{margin-bottom:1.25rem}.blog-content ol,.blog-content ul{padding-left:1.5rem;margin-bottom:1.25rem}.blog-content li{margin-bottom:.5rem}.blog-content a{color:var(--gold);text-decoration:underline}.blog-content img{width:100%;border-radius:8px;margin:0;object-fit:contain;max-height:60vh;display:block}.blog-content figure,.blog-content figure.wp-block-image{margin:1.5rem 0}.blog-content figcaption{font-size:.75rem;color:var(--text-muted);text-align:center;margin-top:.5rem}.blog-content strong{color:var(--text)}.service-hero{min-height:50vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 1.5rem 3rem;background:radial-gradient(ellipse at 30% 20%,rgba(201,169,110,.1) 0,transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(139,94,60,.08) 0,transparent 55%)}.service-hero-price{font-family:Cormorant Garamond,serif;font-size:1.5rem;color:var(--gold);margin-top:.5rem}.service-table{width:100%;border-collapse:collapse;font-size:.9rem}.service-table th{text-align:left;padding:.5rem .75rem;color:var(--text-muted);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border)}.service-table td{padding:.75rem;border-bottom:1px solid var(--surface);color:var(--text)}.service-table tr:last-child td{border-bottom:none}.service-table tr:hover td{background:rgba(201,169,110,.04)}.service-content{line-height:1.8}.service-content h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--text);margin:1.5rem 0 .75rem}.service-content p{color:var(--text-muted);margin-bottom:1rem}.service-content ul{color:var(--text-muted);padding-left:1.25rem}.service-content li{margin-bottom:.5rem}@media (max-width:560px){.blog-card,.gallery-card{grid-template-columns:1fr}.gallery-visual{min-height:220px;aspect-ratio:4/3}.gallery-content{padding:1.25rem}.gallery-controls{gap:.75rem;margin-top:1rem}.gallery-dots{max-width:60vw}.blog-card-img{height:180px;max-width:130px}.blog-content figure{margin:1rem 0}.blog-content img{max-height:40vh;border-radius:6px}}@media (max-width:480px){.card{padding:1.25rem}.calendar-row{grid-template-columns:repeat(3,1fr)}}.hero-convert{min-height:auto;padding:6rem 1.5rem 3rem}.hero-description-wide{max-width:760px}.hero-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.hero-support-copy{margin-top:1rem;font-size:.9rem;color:var(--text-muted)}.hero-support-copy a{color:var(--gold-light)}.trust-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:.75rem;gap:.75rem;width:100%;max-width:var(--admin-width);margin:0 auto;padding:0 1.5rem 2rem}.trust-strip p{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:.86rem;color:var(--text-muted)}.home-section{width:100%;max-width:var(--admin-width);margin:0 auto;padding:1.25rem 1.5rem}.home-section-header{margin-bottom:1.1rem}.home-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.8rem;gap:.8rem}.home-service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem 1.1rem;text-decoration:none;transition:border-color .2s,transform .2s}.home-service-card:hover{border-color:var(--gold);transform:translateY(-1px)}.home-service-card h3{color:var(--text);font-size:1.1rem;margin-bottom:.4rem}.home-service-card span{color:var(--gold-light);font-size:.84rem}.home-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.home-ordered-list{margin-left:1.15rem;margin-top:.85rem;color:var(--text-muted);line-height:1.7;font-size:.94rem}.home-points{display:flex;flex-direction:column;gap:1rem;margin-top:.9rem}.home-points h3{font-size:1rem;margin-bottom:.35rem;color:var(--gold-light)}.home-points p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.faq-grid{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;background:var(--surface2)}.faq-item summary{cursor:pointer;font-weight:500;color:var(--text)}.faq-item p{margin-top:.65rem;color:var(--text-muted);line-height:1.65;font-size:.9rem}@media (max-width:720px){.home-two-col{grid-template-columns:1fr}}