:root{--color-bg: #fdf7ef;--color-bg-soft: #f9f0e3;--color-saffron: #e79a2f;--color-saffron-soft: #f4b860;--color-text: #3f3426;--color-text-muted: #7a6a55;--color-border-subtle: #e3d2b9;--shadow-soft: 0 14px 30px rgba(122, 85, 40, .08);--font-heading: "Noto Serif", ui-serif, Georgia, "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-body);line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(231,154,47,.12),transparent 55%),radial-gradient(circle at bottom right,rgba(190,140,70,.14),transparent 55%),var(--color-bg);color:var(--color-text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.page{display:flex;flex-direction:column;min-height:100vh}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(to bottom,#fdf7eff5,#fdf7efe6);border-bottom:1px solid rgba(227,210,185,.8)}.site-header-inner{max-width:1040px;margin:0 auto;padding:.85rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.6rem}.brand-logo{height:52px;width:auto}.brand-text{display:flex;flex-direction:column;gap:.1rem}.brand-primary{font-family:var(--font-heading);font-size:1.1rem;letter-spacing:.03em}.brand-tagline{font-size:.75rem;color:var(--color-text-muted)}.nav{display:flex;align-items:center;gap:1rem;font-size:.9rem}.nav-toggle{display:none;border:none;background:transparent;padding:.25rem;cursor:pointer}.nav-toggle-bar{display:block;width:20px;height:2px;border-radius:999px;background:var(--color-text);margin:3px 0}.nav-link{padding:.2rem 0;color:var(--color-text-muted)}.nav-link:hover{color:var(--color-text);text-decoration:none}.nav-cta{padding:.5rem 1.15rem;border-radius:999px;border:1px solid rgba(231,154,47,.5);font-size:.9rem;font-weight:500;background:#ffffffe6}.nav-cta:hover{background:#fff;text-decoration:none}@media(max-width:720px){.site-header-inner{flex-direction:row;align-items:center;flex-wrap:wrap}.brand-text{display:none}.nav-toggle{display:inline-block;margin-left:auto}.nav{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:.35rem;margin-top:.4rem}.nav.nav-open{display:flex}}.page-main{flex:1}.section{padding:4rem 1.5rem}@media(min-width:768px){.section{padding:5rem 1.5rem}}.section-inner{max-width:1040px;margin:0 auto}.about-layout{display:grid;gap:2rem}@media(min-width:900px){.about-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:center}}.section-label{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--color-text-muted);margin-bottom:.5rem}.section-title{font-family:var(--font-heading);font-weight:600;font-size:1.9rem;margin:0 0 .75rem;color:var(--color-text)}.section-subtitle{margin:0;color:var(--color-text-muted);max-width:40rem}.section-header{margin-bottom:2.5rem}.hero{position:relative;padding-top:5.5rem;padding-bottom:4.5rem;min-height:85vh;display:flex;align-items:center}.hero-bg{background-image:url(/hero_section.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,#2d2016c7,#2d20168c,#1e160e73 70%,#140e0a59);pointer-events:none}@media(min-width:768px){.hero{padding-top:6rem;padding-bottom:6rem;min-height:88vh}}.hero-inner{position:relative;z-index:1;max-width:1120px;margin:0 auto;width:100%;padding:0 1.5rem}.hero-content{max-width:36rem}.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .8rem;border-radius:999px;background:#ffffff1f;color:#fff8f0f2;font-size:.8rem;margin-bottom:1rem}.hero-kicker-dot{width:7px;height:7px;border-radius:999px;background:var(--color-saffron)}.hero-title{font-family:var(--font-heading);font-size:clamp(2.1rem,3vw + 1.4rem,3rem);line-height:1.1;margin:0 0 1rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-subtitle{margin:0 0 1.25rem;color:#fff8f0e6;max-width:32rem;text-shadow:0 1px 2px rgba(0,0,0,.15)}.hero-price-line{font-size:.95rem;color:#fff8f0d9;margin-bottom:1.75rem}.hero-price-line strong{color:#fff}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.3rem;border-radius:999px;border:1px solid transparent;font-size:.95rem;font-weight:500;cursor:pointer;background:transparent;color:var(--color-text);transition:background-color .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease,transform .12s ease}.btn-primary{background:linear-gradient(135deg,var(--color-saffron),var(--color-saffron-soft));color:#fff;box-shadow:var(--shadow-soft)}.btn-primary:hover{background:linear-gradient(135deg,#e08812,#f2aa44);text-decoration:none;transform:translateY(-1px)}.btn-outline{border-color:#7a6a5547;background:#ffffffb3}.btn-outline:hover{background:#fffffff2;text-decoration:none}.btn-icon{width:1.1rem;height:1.1rem}.hero-footnote{font-size:.8rem;color:#fff8f0cc}.btn-hero{border-color:#ffffff80;background:#ffffff26;color:#fff}.btn-hero:hover{background:#ffffff47;color:#fff;text-decoration:none}.about-image-card{border-radius:1.6rem;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(227,210,185,.9);background:radial-gradient(circle at top,rgba(231,154,47,.15),transparent 55%);max-width:340px;justify-self:center}.about-image{display:block;width:100%;height:auto;object-fit:cover}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.card{border-radius:1.2rem;padding:1.5rem 1.6rem;background:#ffffffe6;border:1px solid var(--color-border-subtle);box-shadow:0 8px 18px #7a55280d}.card-header{margin-bottom:.75rem}.card-title{font-family:var(--font-heading);font-size:1.15rem;margin:0 0 .25rem}.card-subtitle{font-size:.9rem;color:var(--color-text-muted);margin:0}.card-price{font-family:var(--font-heading);font-size:1.4rem;margin:.75rem 0 .25rem}.card-price-note{font-size:.8rem;color:var(--color-text-muted)}.list{list-style:none;padding:0;margin:.75rem 0 0}.list-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--color-text)}.list-item+.list-item{margin-top:.45rem}.list-bullet{margin-top:.3rem;width:.55rem;height:.55rem;border-radius:999px;background:#e79a2fe6}.pricing-layout{display:grid;gap:2.25rem}@media(min-width:900px){.pricing-layout{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:center}}.pricing-image-card{border-radius:1.6rem;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(227,210,185,.9);background:radial-gradient(circle at top,rgba(231,154,47,.18),transparent 55%)}.pricing-image{display:block;width:100%;height:100%;max-height:380px;object-fit:cover}.steps{display:grid;gap:1.25rem}@media(min-width:768px){.steps{grid-template-columns:repeat(3,minmax(0,1fr))}}.step{display:flex;gap:.9rem;padding:1rem 1.1rem;border-radius:1rem;background:#ffffffd9;border:1px dashed rgba(198,158,106,.7)}.step-icon{width:2.2rem;height:2.2rem;border-radius:50%;background:#f7e8d1e6;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:600;color:var(--color-text)}.step-icon-number{display:inline-flex;align-items:center;justify-content:center}.step-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.step-title{font-weight:600;margin:.1rem 0 .15rem}.step-text{font-size:.9rem;color:var(--color-text-muted);margin:0}.why-list{display:grid;gap:.8rem}@media(min-width:640px){.why-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.why-item{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--color-text)}.why-icon{width:1.1rem;height:1.1rem;border-radius:999px;border:1px solid rgba(231,154,47,.7);display:flex;align-items:center;justify-content:center;font-size:.7rem;color:var(--color-saffron);background:#fcf4e8e6}.contact-layout{display:grid;gap:2rem}@media(min-width:768px){.contact-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:flex-start}}.contact-form-card{padding:1.5rem 1.6rem 1.6rem;border-radius:1.2rem;background:#fffffff0;border:1px solid var(--color-border-subtle);box-shadow:0 8px 20px #7a55280f}.form-grid{display:grid;gap:1rem}@media(min-width:640px){.form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.field{display:flex;flex-direction:column;gap:.35rem}.field-label{font-size:.85rem;color:var(--color-text)}.field-label span{color:#b8562d}.field-input,.field-textarea{padding:.6rem .75rem;border-radius:.7rem;border:1px solid rgba(198,158,106,.8);font:inherit;background:#fffffff5;color:inherit}.field-input[type=date]{position:relative;color-scheme:light;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='3.5' width='14' height='12' rx='2' stroke='%23C68C4A' stroke-width='1.1'/%3E%3Cpath d='M5 2.5V5.5' stroke='%23C68C4A' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M13 2.5V5.5' stroke='%23C68C4A' stroke-width='1.1' stroke-linecap='round'/%3E%3Cpath d='M4 8H14' stroke='%23C68C4A' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center;background-size:18px 18px;padding-right:2.2rem;cursor:pointer}.field-input[type=date]::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.field-input:focus,.field-textarea:focus{outline:2px solid rgba(231,154,47,.4);outline-offset:1px;border-color:#e79a2fe6}.field-textarea{min-height:96px;resize:vertical}.field-hint{font-size:.78rem;color:var(--color-text-muted)}.field-error{font-size:.78rem;color:#b8562d}.form-footer{display:flex;flex-direction:column;gap:.8rem;margin-top:1.25rem}.status-text{font-size:.8rem;color:var(--color-text-muted)}.status-text.success{color:#2f7d4e}.status-text.error{color:#b8562d}.contact-meta{font-size:.9rem;color:var(--color-text-muted)}.contact-meta strong{color:var(--color-text)}.contact-meta-list{list-style:none;padding:0;margin:.75rem 0 0}.contact-meta-item{display:flex;align-items:center;gap:.45rem;margin-bottom:.4rem}.contact-meta-dot{width:.4rem;height:.4rem;border-radius:999px;background:#e79a2fe6}.footer{padding:1.8rem 1.5rem 2.2rem;border-top:1px solid rgba(227,210,185,.8);font-size:.8rem;color:var(--color-text-muted)}.footer-inner{max-width:1040px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center;gap:.7rem}.footer-logo{height:40px;width:auto}.footer-brand-name{font-family:var(--font-heading);font-size:.95rem;color:var(--color-text)}.footer-brand-tagline{font-size:.75rem}.footer-meta{display:flex;flex-direction:column;gap:.25rem}.footer-city{display:inline-flex;align-items:center;gap:.3rem}.footer-dot{width:.35rem;height:.35rem;border-radius:999px;background:var(--color-saffron)}
