/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.hidden{display:none}.inline{display:inline}.table{display:table}}:root{--cream:#f7f3e9;--paper:#fffdf8;--green:#5f7d5d;--green-dark:#294f45;--navy:#173f68;--gold:#ca7b18;--ink:#263039;--line:#d9dfd2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.site-header{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8f0;border-bottom:1px solid #e6e7df;align-items:center;gap:34px;height:92px;padding:14px clamp(22px,5vw,78px);display:flex;position:sticky;top:0}.brand{width:230px;margin-right:auto;display:block}.brand img{width:100%;height:auto;display:block}nav{color:#34493e;gap:26px;font-size:14px;display:flex}nav a:hover,.text-link:hover{color:var(--gold)}.button{background:var(--green);color:#fff;border-radius:4px 20px;justify-content:center;align-items:center;gap:16px;padding:16px 23px;font-size:15px;font-weight:700;transition:all .2s;display:inline-flex}.button:hover{background:var(--green-dark);transform:translateY(-2px)}.button-small{white-space:nowrap;border-radius:4px 16px;padding:12px 19px}.hero{background:var(--cream);grid-template-columns:45% 55%;min-height:690px;display:grid;overflow:hidden}.hero-copy{z-index:2;padding:clamp(70px,9vw,135px) clamp(35px,7vw,110px);position:relative}.hero-copy:before{content:"";border:22px solid #ca7b1817;border-radius:50%;width:150px;height:150px;position:absolute;bottom:40px;left:-70px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;margin-bottom:22px;font-size:12px;font-weight:800;display:block}h1,h2,h3,p{margin-top:0}h1{color:var(--navy);letter-spacing:-.05em;margin-bottom:30px;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,6.3vw,92px);font-weight:500;line-height:.94}.hero-copy>p{color:#46544d;max-width:560px;font-size:19px;line-height:1.65}.actions{flex-wrap:wrap;align-items:center;gap:26px;margin-top:38px;display:flex}.text-link{color:var(--navy);font-size:15px;font-weight:700}.hero-visual{border-radius:80px 0;min-height:580px;margin:34px 34px 34px 0;position:relative;overflow:hidden;box-shadow:0 24px 50px #2f362d24}.hero-visual>img,.feature-image>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-note{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffdf8eb;border-radius:4px 22px;flex-direction:column;gap:5px;padding:18px 24px;display:flex;position:absolute;bottom:28px;left:28px}.hero-note strong{color:var(--green-dark)}.hero-note span{font-size:12px}.trust-strip{border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin:0 clamp(20px,5vw,78px);display:grid}.trust-strip div{border-right:1px solid var(--line);flex-direction:column;gap:5px;padding:25px 28px;display:flex}.trust-strip div:last-child{border:0}.trust-strip strong{color:var(--navy)}.trust-strip span{color:#647068;font-size:13px}.section{padding:110px clamp(24px,7vw,110px)}.section-heading h2,.contact h2{color:var(--navy);letter-spacing:-.035em;margin-bottom:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(40px,5vw,70px);font-weight:500;line-height:1.03}.intro>.section-heading{max-width:950px}.lead{color:#58635d;max-width:630px;margin:35px 0 60px auto;font-size:20px;line-height:1.7}.feature-card{background:var(--green-dark);color:#fff;border-radius:8px 70px;grid-template-columns:60% 40%;min-height:590px;display:grid;overflow:hidden}.feature-image{min-height:520px;position:relative}.feature-copy{padding:70px 55px}.feature-copy .number{color:#d9aa61;font-weight:800}.feature-copy h3{margin:18px 0 25px;font-family:Georgia,serif;font-size:39px;line-height:1.1}.feature-copy p,.feature-copy li{color:#e2e9e2;line-height:1.65}.feature-copy ul{margin:24px 0 35px;padding-left:20px}.feature-copy .text-link{color:#f0c47e}.furniture{background:#eef2eb}.section-heading.inline{justify-content:space-between;align-items:end;gap:40px;margin-bottom:52px;display:flex}.section-heading.inline p{color:#5c675f;max-width:420px;line-height:1.65}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.category-card{background:var(--paper);border-radius:4px 28px;min-width:0;padding:18px 18px 28px}.category-image{background:#f7f4ed;border-radius:3px 18px;height:235px;margin-bottom:22px;position:relative;overflow:hidden}.category-image img{object-fit:contain;width:100%;height:100%;padding:20px}.category-card>span{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-size:10px;font-weight:800}.category-card h3{color:var(--navy);margin:9px 0;font-family:Georgia,serif;font-size:25px}.category-card p{color:#626d66;margin:0;font-size:14px;line-height:1.55}.process{background:var(--paper)}.process .section-heading{max-width:840px;margin-bottom:55px}.steps{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.steps>div{border-right:1px solid var(--line);padding:36px 30px}.steps>div:last-child{border:0}.steps b{color:var(--gold);font-size:13px}.steps h3{color:var(--navy);margin:25px 0 12px;font-family:Georgia,serif;font-size:27px}.steps p{color:#647068;font-size:14px;line-height:1.6}.service-note{background:#f3eadb;border-radius:4px 28px;grid-template-columns:1fr 2fr auto;align-items:center;gap:28px;margin-top:40px;padding:28px 35px;display:grid}.service-note strong{color:var(--navy)}.service-note span{font-size:14px;line-height:1.5}.service-note a{color:var(--gold);white-space:nowrap;font-weight:800}.about{background:var(--cream)}.about-card{grid-template-columns:1.8fr 1fr;align-items:center;gap:70px;display:grid}.about h2{color:var(--navy);font-family:Georgia,serif;font-size:clamp(42px,5vw,70px);font-weight:500;line-height:1.03}.about p{color:#59665e;max-width:700px;font-size:18px;line-height:1.7}.company{border-left:3px solid var(--gold);margin-top:28px;padding-left:18px;font-size:13px!important}.qr-card{text-align:center;background:#fff;border-radius:50% 50% 18px 18px;flex-direction:column;justify-self:center;align-items:center;padding:22px 22px 28px;display:flex;box-shadow:0 15px 40px #3e4a3a1a}.qr-card img{border-radius:50%;width:min(300px,100%);height:auto}.qr-card strong{color:var(--navy)}.qr-card span{color:#69736c;margin-top:5px;font-size:12px}.faq{background:#fffdf8}.faq .section-heading{max-width:760px;margin-bottom:50px}.faq-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.faq details{background:#f2f0e7;border:1px solid #e1e2d8;border-radius:4px 22px;padding:25px 28px}.faq summary{cursor:pointer;color:var(--navy);margin-left:18px;font-family:Georgia,serif;font-size:22px;font-weight:700;list-style-position:outside}.faq details[open] summary{color:var(--green-dark)}.faq details p{color:#5f6a63;margin:18px 0 0;font-size:14px;line-height:1.65}.enquiry{background:#eef2eb;grid-template-columns:.8fr 1.4fr;align-items:start;gap:70px;display:grid}.enquiry-intro{position:sticky;top:135px}.enquiry-intro h2{color:var(--navy);font-family:Georgia,serif;font-size:clamp(42px,5vw,68px);font-weight:500;line-height:1.03}.enquiry-intro p{color:#5b675f;margin:28px 0;font-size:17px;line-height:1.7}.enquiry-form{background:var(--paper);border-radius:6px 38px;padding:42px;box-shadow:0 18px 45px #30403414}.form-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.enquiry-form label{flex-direction:column;gap:8px;display:flex}.enquiry-form label>span{color:#40544a;font-size:12px;font-weight:800}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;font:inherit;color:var(--ink);background:#fff;border:1px solid #ccd5ca;border-radius:4px;padding:13px 14px;font-size:14px}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--green);outline:2px solid #5f7d5d47}.enquiry-form textarea{resize:vertical}.enquiry-form .wide{grid-column:1/-1}.enquiry-form .consent{flex-direction:row;align-items:flex-start;margin:24px 0;display:flex}.consent input{width:17px;height:17px;margin:0}.consent span{line-height:1.4;font-weight:400!important}.form-submit{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.form-submit button{cursor:pointer;border:0}.form-submit p{color:#6b756e;max-width:260px;margin:0;font-size:12px;line-height:1.5}.form-status{color:var(--green-dark);margin:18px 0 0;font-size:13px;font-weight:700}.website-field{width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important;overflow:hidden!important}.form-submit button:disabled{opacity:.65;cursor:wait;transform:none}.form-fallback{color:#6b756e;margin:16px 0 0;font-size:12px}.form-fallback a{color:var(--gold);font-weight:700}.contact{background:var(--navy);color:#fff;text-align:center;padding:100px clamp(24px,7vw,110px);position:relative;overflow:hidden}.contact:before,.contact:after{content:"";border:28px solid #ffffff0f;border-radius:50%;width:180px;height:180px;position:absolute}.contact:before{top:-50px;left:-60px}.contact:after{bottom:-80px;right:-60px}.contact .eyebrow{color:#e0ad5e}.contact h2{color:#fff}.contact-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:34px;margin-top:42px;display:flex}.button.light{color:var(--navy);background:#f6efe1}.contact-actions>a:not(.button){font-weight:700}footer{color:#56635b;background:#eef2eb;grid-template-columns:1.5fr 1fr 1.2fr 1.5fr;align-items:start;gap:50px;padding:60px clamp(24px,7vw,110px);font-size:13px;display:grid}footer>img{width:190px;height:auto}footer>div{flex-direction:column;gap:11px;display:flex}footer strong{color:var(--navy);margin-bottom:5px}footer p{margin:0;line-height:1.7}.legal-page{background:var(--cream);min-height:100vh}.legal-header{background:var(--paper);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:92px;padding:14px clamp(22px,7vw,110px);display:flex}.legal-header img{width:220px;height:auto}.legal-page article{max-width:850px;margin:auto;padding:90px 24px 120px}.legal-page h1{font-size:clamp(48px,7vw,80px)}.legal-page h2{color:var(--navy);margin:45px 0 12px;font-family:Georgia,serif;font-size:28px}.legal-page p{color:#536159;font-size:16px;line-height:1.75}.legal-page article a{color:var(--gold);font-weight:700}.legal-updated{color:#788078!important;font-size:13px!important}.admin-page{background:#f2f0e7;min-height:100vh;padding:60px clamp(20px,6vw,90px)}.admin-header{justify-content:space-between;align-items:end;gap:30px;max-width:1250px;margin:0 auto 38px;display:flex}.admin-actions{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.admin-header h1,.admin-denied h1{color:var(--navy);margin-bottom:12px;font-family:Georgia,serif;font-size:clamp(44px,6vw,72px);font-weight:500}.admin-header p{color:#637067}.enquiry-list{gap:18px;max-width:1250px;margin:auto;display:grid}.enquiry-record{background:var(--paper);border:1px solid #dde1d7;border-radius:5px 28px;padding:30px}.record-top{border-bottom:1px solid var(--line);justify-content:space-between;gap:30px;padding-bottom:22px;display:flex}.record-top h2{color:var(--navy);margin:8px 0 5px;font-family:Georgia,serif;font-size:28px}.record-top p,.record-top time{color:#68736c;font-size:13px}.record-status{color:var(--green-dark);text-transform:uppercase;letter-spacing:.1em;background:#e8f0e7;border-radius:20px;padding:5px 10px;font-size:9px;font-weight:800;display:inline-block}.record-grid{grid-template-columns:1.3fr 1fr 1.2fr 1.3fr 1fr;gap:25px;padding:24px 0;display:grid}.record-grid>div{flex-direction:column;gap:6px;min-width:0;display:flex}.record-grid b,.record-message b{text-transform:uppercase;letter-spacing:.12em;color:var(--gold);font-size:10px}.record-grid span,.record-grid a{word-break:break-word;font-size:13px;line-height:1.45}.record-grid a{color:var(--navy);font-weight:700}.record-message{background:#f6f3eb;border-radius:4px 16px;padding:18px}.record-message p{white-space:pre-wrap;margin:8px 0 0;font-size:14px;line-height:1.6}.record-actions{border-top:1px solid var(--line);flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding-top:18px;display:flex}.record-actions span{color:#667169;margin-right:4px;font-size:11px;font-weight:800}.record-actions button{color:var(--green-dark);cursor:pointer;background:#f8faf6;border:1px solid #cbd4ca;border-radius:14px;padding:7px 11px;font-size:11px;font-weight:700}.record-actions button:hover{background:#e8f0e7}.record-actions .delete{color:#994e45;background:#fff8f6;border-color:#dec6c1;margin-left:auto}.admin-empty,.admin-denied{background:var(--paper);text-align:center;border-radius:6px 35px;max-width:800px;margin:100px auto;padding:50px}.admin-empty h2{color:var(--navy);font-family:Georgia,serif;font-size:34px}.admin-denied .button{margin-top:20px}.signed-email{word-break:break-word;background:#f2f0e7;border-radius:6px;max-width:520px;margin:20px auto 5px;padding:12px 16px;color:#4b5a51!important;font-size:13px!important}@media (width<=1050px){nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding-bottom:55px}.hero-visual{min-height:520px;margin:0 24px 35px}.category-grid{grid-template-columns:repeat(2,1fr)}.feature-card{grid-template-columns:1fr}.feature-image{min-height:520px}.steps{grid-template-columns:repeat(2,1fr)}.steps>div:nth-child(2){border-right:0}.steps>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-note,.about-card,.enquiry{grid-template-columns:1fr}.enquiry-intro{position:static}.record-grid,footer{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.site-header{height:74px;padding:10px 18px}.brand{width:165px}.button-small{padding:10px 13px;font-size:12px}.hero{min-height:0}.hero-copy{padding:65px 24px 45px}.hero-copy>p{font-size:17px}.hero-visual{border-radius:45px 0;min-height:370px}.hero-note{bottom:14px;left:14px;right:14px}.trust-strip{grid-template-columns:repeat(2,1fr);margin:0}.trust-strip div:nth-child(2){border-right:0}.section{padding:78px 22px}.lead{font-size:17px}.feature-image{min-height:360px}.feature-copy{padding:45px 28px}.section-heading.inline{display:block}.section-heading.inline p{margin-top:22px}.category-grid{gap:10px}.category-image{height:165px}.category-card{padding:10px 10px 20px}.category-card h3{font-size:20px}.steps{grid-template-columns:1fr}.steps>div{border-right:0;border-bottom:1px solid var(--line)!important}.steps>div:last-child{border-bottom:0!important}.service-note{padding:25px}.about-card{gap:35px}.qr-card{width:90%}.faq-grid{grid-template-columns:1fr}.enquiry-form{padding:28px 20px}.form-grid{grid-template-columns:1fr}.enquiry-form .wide{grid-column:auto}.contact{padding:80px 24px}footer{grid-template-columns:1fr;gap:30px}.legal-header{height:74px;padding:10px 18px}.legal-header img{width:165px}.legal-page article{padding-top:65px}.admin-page{padding:35px 15px}.admin-header{flex-direction:column;align-items:flex-start}.record-top{flex-direction:column}.record-grid{grid-template-columns:1fr}.enquiry-record{padding:22px}}
