:root{--bg: #FDF6E3;--surface: #F7EFD9;--parchment: #F0E6CB;--text: #00555A;--text-deep: #003E43;--text-muted: #4E6F73;--body: #3A5559;--label: #8C7A4A;--faded: #B8AE94;--teal-deep: #00555A;--teal: #007777;--gold: #D4AF37;--gold-burnished: #B8860B;--chartreuse: #7FBB00;--chartreuse-dark: #5D8A00;--ruby: #B22222;--border: #E2D5AC;--divider: #E8DCB8;--serif: "Lora", Georgia, "Times New Roman", serif;--sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg)}body{position:relative;font-family:var(--serif);font-weight:400;color:var(--body);line-height:1.7;font-size:19px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}body:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:1000;opacity:.35;mix-blend-mode:multiply;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.0   0 0 0 0 0.30  0 0 0 0 0.32  0 0 0 0.30 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>")}.container{max-width:1120px;margin:0 auto;padding:0 32px;width:100%}a{color:var(--teal);text-decoration:none}.site-head{padding:28px 0 8px;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.brand{display:inline-flex;align-items:center;line-height:0}.brand img{display:block;height:224px;width:auto}.nav{list-style:none;display:flex;gap:28px}.nav a{font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border-bottom:1.5px solid transparent;padding-bottom:3px;transition:color .2s ease,border-color .2s ease}.nav a:hover,.nav a[aria-current=page]{color:var(--teal-deep);border-bottom-color:var(--gold)}main{flex:1;padding:0 0 40px}.hero{position:relative;padding:0 0 56px;margin-top:-50px;max-width:820px}.hero-mark{position:absolute;top:24px;right:-40px;width:280px;opacity:.16;pointer-events:none;transform:rotate(8deg);z-index:0}.hero>*{position:relative;z-index:1}.eyebrow{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-burnished);margin-bottom:28px;display:inline-flex;align-items:center;gap:14px}.eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--gold)}h1.hero-headline{font-family:var(--serif);font-weight:600;font-size:clamp(38px,5.5vw,56px);line-height:1.12;letter-spacing:-.015em;color:var(--text-deep);margin-bottom:28px}.hero-headline em{font-style:italic;font-weight:600;color:var(--gold-burnished)}.hero-body{margin-bottom:40px;max-width:660px}.hero-body p{font-family:var(--serif);font-size:20px;line-height:1.65;color:var(--body)}.hero-body p+p{margin-top:1em}.hero-lede{font-size:22px!important;font-weight:500!important;color:var(--text-deep)!important;letter-spacing:-.005em}.hero-refrain{margin-top:1.6em!important;font-style:italic;color:var(--text-deep)!important}.cta{display:inline-flex;align-items:center;gap:12px;font-family:var(--sans);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:15px 28px;background:var(--teal-deep);color:var(--bg);border-radius:4px;border:1.5px solid var(--teal-deep);transition:background .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease;box-shadow:0 1px 2px #003e431a,0 8px 18px -6px #003e4338}.cta:hover{background:var(--teal);border-color:var(--teal);transform:translateY(-1px);box-shadow:0 1px 2px #003e4324,0 12px 26px -8px #003e434d}.cta-arrow{transition:transform .2s ease;font-family:var(--serif);font-size:16px}.cta:hover .cta-arrow{transform:translate(3px)}.page{padding:28px 0 32px;max-width:none}main>.page:first-child{margin-top:-50px;padding-top:0}@media(max-width:720px){main>.page:first-child{margin-top:0;padding-top:8px}}.page-eyebrow{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-burnished);margin-bottom:22px;display:inline-flex;align-items:center;gap:14px}.page-eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:var(--gold)}.page .page-eyebrow{color:var(--gold-burnished);font-size:12px}h2.page-title{font-family:var(--serif);font-weight:600;font-size:clamp(32px,4.5vw,44px);line-height:1.15;letter-spacing:-.01em;color:var(--text-deep);margin-bottom:32px}.page p{font-size:19px;line-height:1.7;color:var(--body)}.page p+p{margin-top:1em}.page-note{margin-top:32px;padding:20px 22px;background:var(--surface);border-left:3px solid var(--gold);border-radius:0 6px 6px 0;font-size:16px;line-height:1.6;color:var(--text-muted)}.about-intro{max-width:none}.about-portrait{float:right;width:400px;height:auto;margin:6px 0 24px 56px;border-radius:12px;object-fit:cover;border:.5px solid var(--border);box-shadow:0 1px 2px #003e4312,0 6px 14px -4px #003e431f,0 22px 40px -16px #003e4333}@media(max-width:860px){.about-portrait{float:none;display:block;width:100%;max-width:320px;margin:0 auto 28px}}.founder{padding:36px 0 44px;border-top:1px solid var(--divider);max-width:1080px;display:flex;align-items:center;gap:56px}.founder-body{flex:1;min-width:0;max-width:660px}.founder-body p{font-size:19px;line-height:1.7;color:var(--body)}.founder-body p+p{margin-top:1em}.founder-name{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3vw,32px);line-height:1.2;letter-spacing:-.01em;color:var(--text-deep);margin-bottom:22px}.founder-meta{margin-top:1.4em!important;font-size:16px!important;color:var(--text-muted)!important}.founder-meta a{color:var(--teal-deep);font-weight:500;border-bottom:1px solid var(--gold);transition:color .2s ease,border-color .2s ease}.founder-meta a:hover{color:var(--gold-burnished);border-bottom-color:var(--gold-burnished)}.founder-portrait{flex-shrink:0;width:320px;height:auto;border-radius:12px;object-fit:cover;object-position:center top;border:.5px solid var(--border);box-shadow:0 1px 2px #003e4312,0 6px 14px -4px #003e431f,0 22px 40px -16px #003e4333}@media(max-width:860px){.founder{flex-direction:column-reverse;align-items:flex-start;gap:32px;padding:32px 0 40px}.founder-portrait{width:100%;max-width:280px;align-self:center}}.team{border-top:1px solid var(--divider);padding-top:32px;max-width:none}.team-title{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3vw,32px);line-height:1.2;letter-spacing:-.01em;color:var(--text-deep);margin-bottom:24px}.service-section{border-top:1px solid var(--divider);padding-top:32px}.service-section-title{font-family:var(--serif);font-weight:600;font-size:clamp(26px,3vw,32px);line-height:1.2;letter-spacing:-.01em;color:var(--text-deep);margin-top:8px;margin-bottom:8px}.service-intro{max-width:820px;margin-bottom:40px}.service-label{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-burnished)}p.service-label{margin-top:1.3em;margin-bottom:.5em}.service-typical{margin-top:1.3em}.service-typical .service-label{margin-right:.5em}.additional{border-top:1px solid var(--divider);padding-top:32px;max-width:820px}.additional-title{font-family:var(--serif);font-weight:600;font-size:20px;letter-spacing:-.005em;color:var(--text-muted);margin-bottom:12px}.additional p{font-size:17px;color:var(--text-muted)}.service-list{list-style:none;margin:.5em 0 1.4em;padding-left:0}.service-list li{position:relative;padding-left:26px;margin-bottom:.45em;font-size:19px;line-height:1.55;color:var(--body)}.service-list li:before{content:"";position:absolute;left:0;top:.7em;width:14px;height:2px;background:var(--gold)}.service-cta{margin-top:1.6em!important}.record-role{font-family:var(--serif);font-weight:700;font-size:20px;line-height:1.3;color:var(--text-deep);margin-top:1.4em;margin-bottom:.4em}.record-entry{display:flex;gap:44px;align-items:center;margin-top:1.4em}.record-entry-text{flex:1;min-width:0}.record-entry .record-role{margin-top:0}.record-role a{color:inherit;border-bottom:1.5px solid var(--gold);transition:color .2s ease,border-color .2s ease}.record-role a:hover{color:var(--gold-burnished);border-bottom-color:var(--gold-burnished)}.record-img{flex-shrink:0;width:420px;height:auto;border-radius:12px;object-fit:cover;border:.5px solid var(--border);box-shadow:0 1px 2px #003e4312,0 6px 14px -4px #003e431f,0 22px 40px -16px #003e4333}@media(max-width:860px){.record-entry{flex-direction:column;align-items:flex-start;gap:18px}.record-img{width:100%;max-width:480px}}.contact-form{margin-top:36px;max-width:580px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}.field{margin-bottom:22px}.field label{display:block;font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:8px}.field .optional{margin-left:4px;font-weight:500;font-size:11px;letter-spacing:.04em;text-transform:none;color:var(--faded)}.field input,.field textarea{width:100%;font-family:var(--serif);font-size:17px;line-height:1.5;color:var(--text-deep);background:var(--surface);border:1px solid var(--border);border-radius:4px;padding:12px 14px;appearance:none;-webkit-appearance:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.field textarea{resize:vertical;min-height:150px}.field input:focus,.field textarea:focus{outline:none;border-color:var(--teal);background:var(--bg);box-shadow:0 0 0 3px #0077772e}.budget-field{margin-bottom:22px;border:none;padding:0}.budget-field legend{font-family:var(--sans);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;padding:0}.radio-list{display:flex;flex-direction:column;gap:11px}.radio-option{display:flex;align-items:center;gap:11px;font-family:var(--serif);font-size:17px;line-height:1.4;color:var(--text-deep);cursor:pointer}.radio-option input{width:auto;flex-shrink:0;margin:0;accent-color:var(--teal)}.contact-form button.cta{cursor:pointer;appearance:none;-webkit-appearance:none;margin-top:8px}.contact-fallback{margin-top:36px;padding-top:24px;border-top:1px solid var(--divider);font-size:16px;color:var(--text-muted)}.contact-fallback a{border-bottom:1px solid var(--gold);transition:color .2s ease,border-color .2s ease}.contact-fallback a:hover{color:var(--gold-burnished);border-bottom-color:var(--gold-burnished)}.thanks-back{margin-top:2em}.site-foot{padding:32px 0;border-top:1px solid var(--divider);display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.foot-mark{font-family:var(--serif);font-size:14px;color:var(--text-muted)}.foot-contact{list-style:none;display:flex;gap:22px}.foot-contact a{font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.04em;color:var(--teal-deep);border-bottom:1.5px solid transparent;transition:border-color .2s ease}.foot-contact a:hover{border-bottom-color:var(--gold)}@media(max-width:720px){.site-head{flex-direction:column;align-items:flex-start;gap:18px}.brand img{height:140px}.nav{gap:18px;flex-wrap:wrap}.hero{padding:8px 0 56px}.hero-mark{display:none}}
