@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&family=Noto+Sans+Thai:wght@300;400;500;600;700;800&display=swap');

:root{font-family:'Kanit','Noto Sans Thai',sans-serif;color:#191919;background:#fbfaf6;font-synthesis:none;text-rendering:optimizeLegibility;--gold:#b77a12;--gold-dark:#93600b;--gold-bright:#dba52d;--cream:#fbf7ed;--line:#06aa50;--ink:#191919;--muted:#686868;--border:#eee9df;--shadow:0 5px 16px rgba(67,49,19,.075)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:1rem}body{margin:0;min-width:320px;font-size:16px;line-height:1.45}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-header{height:76px;background:rgba(255,255,255,.97);display:flex;align-items:center;gap:20px;padding:6px clamp(18px,4.1vw,56px);border-bottom:1px solid #eee9df;position:relative;z-index:5}.brand{display:flex;align-items:center;gap:14px;flex:0 0 30%;min-width:250px}.brand>img{width:66px;height:66px;object-fit:contain}.brand-copy{display:flex;flex-direction:column;line-height:1.25}.brand-copy strong{font-size:18px;color:#98660e;font-weight:600}.brand-copy small{font-size:12px;color:#555;white-space:nowrap}.primary-nav{display:flex;justify-content:center;align-items:center;gap:clamp(12px,2vw,28px);flex:1;white-space:nowrap}.primary-nav a{font-size:13px;padding:7px 0}.primary-nav a.active{color:var(--gold);border-bottom:1px solid var(--gold)}.button{min-height:42px;padding:9px 14px;display:inline-flex;justify-content:center;align-items:center;gap:9px;border-radius:9px;border:1px solid transparent;font-size:14px;font-weight:500;white-space:nowrap;transition:filter .15s ease,transform .15s ease}.button:hover{filter:brightness(.97);transform:translateY(-1px)}.button-line{background:var(--line);color:#fff;box-shadow:0 5px 12px rgba(6,170,80,.14)}.header-cta{min-width:158px}.line-mark{display:inline-grid;place-items:center;width:22px;height:22px;background:#fff;color:var(--line);border-radius:7px;font:700 8px/1 Arial,sans-serif;letter-spacing:-.5px}.button-phone{background:#fff;border-color:#e7e3dc;color:#222;box-shadow:var(--shadow)}.phone-icon{width:30px;height:30px;display:grid;place-items:center;background:#a97614;color:white;border-radius:7px;font-size:17px}

.hero{position:relative;isolation:isolate;min-height:clamp(328px,32vw,430px);display:flex;align-items:center;overflow:hidden;background:#f6efe1}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:-2}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,252,246,.98) 0%,rgba(255,252,246,.94) 31%,rgba(255,252,246,.48) 49%,rgba(255,252,246,0) 69%);pointer-events:none}.hero-copy{width:min(56%,700px);padding:25px clamp(28px,4.1vw,56px) 21px;z-index:1}.eyebrow{margin:0;color:#a76d0d;font-size:28px;font-weight:500;line-height:1.1}.hero h1{margin:0 0 5px;font-size:clamp(38px,4.1vw,58px);line-height:1.02;letter-spacing:-.025em;font-weight:800}.hero h1 span,.hero h1 em{display:block;font-style:normal}.hero h1 em{color:#a66d0e}.hero-subtitle{font-size:19px;margin:7px 0 9px;color:#252525}.trust-row{display:flex;gap:10px;flex-wrap:wrap}.trust-row span{display:flex;align-items:center;gap:6px;font-size:13px}.trust-row span:first-letter{color:#fff}.trust-row span{color:#fff;background:#c89a36;border-radius:4px;padding:2px 7px}.trust-row b{font-weight:400;color:#252525;background:none}.hero-actions{display:flex;gap:10px;margin-top:14px}.hero-actions .button{min-height:47px;font-size:15px}.hero-actions .button-line{min-width:220px}.hero-benefits{display:flex;gap:17px;flex-wrap:wrap;margin-top:11px;color:#9b6c15}.hero-benefits span{font-size:12px}.hero-benefits b{color:#414141;font-weight:400}.price-card{position:absolute;right:2.5%;top:8%;width:min(23%,290px);padding:12px 15px 13px;background:#fff;border:1px solid #efe8da;border-radius:9px;box-shadow:0 8px 24px rgba(32,25,12,.18);z-index:2}.price-card h2{font-size:18px;margin:0;line-height:1.25}.price-date{font-size:11px;color:#878787;margin:1px 0 6px}.price-card dl{margin:0}.price-card dl div{display:flex;align-items:center;justify-content:space-between;gap:9px;border-bottom:1px solid #f1eee8;padding:5px 0;font-size:13px}.price-card dd{margin:0;color:#8e5d11;font-weight:600;white-space:nowrap}.price-card .store-price dt{font-weight:600}.button-outline{border-color:#e5ca91;color:#9a680f;background:#fff}.price-card .button{margin-top:8px;width:100%;min-height:34px;padding:5px;font-size:12px}

.content-shell{max-width:1500px;margin:0 auto;padding:14px clamp(20px,4.1vw,56px) 20px}.services-layout{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(230px,1fr);gap:14px;align-items:start}.section-heading{display:flex;align-items:baseline;gap:14px;margin-bottom:8px}.section-heading h2{font-size:25px;line-height:1.2;margin:0;font-weight:700}.section-heading p{font-size:14px;color:#535353;margin:0}.compact-heading{margin-bottom:8px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.service-card{background:#fff;border:1px solid var(--border);border-radius:9px;overflow:hidden;box-shadow:var(--shadow);display:block;min-width:0}.service-card>img{width:100%;height:75px;object-fit:cover;object-position:center}.service-card-copy{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:81px;padding:5px 14px 8px}.service-card-copy strong{font-size:16px;line-height:1.25;font-weight:600}.service-card-copy>span{font-size:12px;color:#555;line-height:1.35}.service-card-copy i{position:absolute;right:8px;bottom:6px;font-style:normal;font-size:20px;color:#c78b20}.line-card{position:relative;display:grid;grid-template-columns:1fr 88px;column-gap:8px;align-items:start;min-height:208px;padding:13px 13px 12px;background:#fffdf8;border:1px solid #f0e8d8;border-radius:11px;box-shadow:var(--shadow)}.line-card h2{font-size:16px;line-height:1.35;margin:0 0 6px}.line-card h2 span{color:var(--line);font-size:19px}.line-card ul{list-style:none;padding:0;margin:0;display:grid;gap:3px}.line-card li{font-size:12px;line-height:1.4}.line-card li:before{content:"✓";display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--line);color:#fff;margin-right:6px;font-size:10px}.line-qr{width:82px;height:82px;object-fit:contain}.line-id{grid-column:2;text-align:center;font-size:11px;color:#16934b;margin:0 0 5px}.line-card-cta{grid-column:1/-1;width:100%;min-height:38px;font-size:13px;padding:6px}.line-card-cta .line-mark{width:20px;height:20px}

.process-section{margin-top:14px}.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.process-card{position:relative;min-height:124px;background:#fff;border:1px solid #f0ece4;border-radius:11px;box-shadow:var(--shadow);text-align:center;padding:6px 6px 9px}.step-icon{display:block;height:42px;color:#ae760e;font:400 42px/1 Arial,sans-serif}.icon-phone{font-size:42px}.icon-handshake{font-size:42px}.icon-cash{font-size:39px}.step-number{position:absolute;left:12px;top:44px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(140deg,#dcb249,#a66c0c);font-size:17px}.process-card h3{margin:6px 0 2px;font-size:15px;line-height:1.2}.process-card p{margin:0;font-size:12px;color:#5d5d5d;line-height:1.35}.why-section{margin-top:15px}.why-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;text-align:center}.why-item{padding:1px 5px}.why-item>span{display:block;height:39px;color:#b27a12;font:400 36px/1 Arial,sans-serif}.why-item h3{font-size:14px;line-height:1.3;margin:0;font-weight:600}.why-item p{font-size:12px;color:#5e5e5e;margin:0;line-height:1.35}.gallery-section{margin-top:15px}.section-heading-action{justify-content:space-between;align-items:center}.section-heading-action>div{display:flex;align-items:baseline;gap:12px}.section-heading-action>.button{min-height:30px;padding:4px 12px;font-size:12px}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.gallery-placeholder{min-height:105px;border-radius:8px;border:1px dashed #d8c69f;background:linear-gradient(135deg,#f7f4ed,#fffcf5);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#967024}.gallery-placeholder span{font-size:14px}.gallery-placeholder small{font-size:11px;color:#807c72}.reviews-section{margin-top:15px}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.review-placeholder{min-height:78px;padding:8px 11px;display:flex;align-items:center;gap:11px;background:#fff;border:1px solid #f0ece4;border-radius:9px;box-shadow:var(--shadow)}.review-avatar{flex:0 0 48px;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f5eddc;color:#bd8a2e;font-size:24px}.review-placeholder strong{font-size:12px;font-weight:500}.review-stars{display:block;color:#dfa714;letter-spacing:1px;font-size:13px;line-height:1.15}.review-placeholder p{margin:2px 0 0;color:#666;font-size:11px;line-height:1.3}

.site-footer{border-top:1px solid #eee8dd;background:#fffdf9}.footer-main{max-width:1500px;margin:0 auto;min-height:118px;padding:15px clamp(20px,4.1vw,56px);display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:17px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:86px;height:86px;object-fit:contain}.footer-brand h2{font-size:16px;line-height:1.25;margin:0 0 3px}.footer-brand p{font-size:12px;line-height:1.4;color:#555;margin:0}.footer-contact,.footer-facts{border-left:1px solid #e9e3d8;padding-left:15px;display:grid;gap:6px}.footer-contact a,.footer-facts p{display:flex;align-items:center;gap:9px;margin:0;font-size:12px;line-height:1.35}.footer-contact a>span:first-child:not(.line-mark),.footer-facts p>span{color:#b17b19;font-size:18px;min-width:22px;text-align:center}.facebook-mark{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#1684e8;color:white;font:700 18px Arial}.footer-quote{text-align:center;margin:0;color:#b77b14;font-size:16px;font-style:italic;line-height:1.45}.footer-quote span{display:inline-block;margin-top:4px;font-size:13px}.footer-bar{min-height:39px;background:#96620a;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px clamp(20px,4.1vw,56px)}.footer-bar p{font-size:11px;margin:0;white-space:nowrap}.footer-bar p span{padding:0 8px}.footer-bar nav{display:flex;gap:17px}.footer-bar nav a{font-size:11px;white-space:nowrap}.social-icons{display:flex;gap:6px}.social-icons a{display:grid;place-items:center;width:23px;height:23px;background:#1784e7;color:#fff;border-radius:50%;font:700 15px Arial}.social-icons a:nth-child(2){background:#06aa50;font-size:9px}.mobile-contact-bar{display:none}

@media(min-width:1500px){.hero{min-height:clamp(430px,30vw,500px)}.hero-copy{padding-left:max(56px,calc((100vw - 1400px)/2))}.hero h1{font-size:62px}.hero-subtitle{font-size:22px}.service-card>img{height:105px}.service-card-copy{min-height:92px}.line-card{min-height:236px}.line-qr{width:100px;height:100px}.process-card{min-height:143px}.gallery-placeholder{min-height:145px}}
@media(max-width:1100px){.site-header{gap:13px;padding-inline:20px}.brand{flex-basis:27%;min-width:210px;gap:9px}.brand>img{width:58px;height:58px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:11px}.primary-nav{gap:12px}.primary-nav a{font-size:12px}.header-cta{min-width:136px;font-size:12px;padding-inline:10px}.hero-copy{width:62%}.hero h1{font-size:clamp(38px,5vw,51px)}.price-card{width:25%;right:2%;padding:10px 12px}.content-shell{padding-inline:28px}.services-layout{grid-template-columns:minmax(0,2.3fr) minmax(220px,1fr)}.service-card>img{height:65px}.service-card-copy{padding-inline:8px}.footer-bar nav{gap:10px}.footer-bar p{font-size:10px}}
@media(max-width:820px){.site-header{height:68px;justify-content:space-between;padding-inline:18px}.brand{flex:0 1 auto;min-width:0}.brand>img{width:54px;height:54px}.brand-copy strong{font-size:15px}.brand-copy small{font-size:10px}.primary-nav{order:3;position:absolute;left:0;right:0;top:68px;height:36px;justify-content:flex-start;overflow-x:auto;padding:0 18px;background:#fff;border-bottom:1px solid #eee9df;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{font-size:12px}.header-cta{min-height:38px}.hero{margin-top:36px;min-height:350px}.hero-art{object-position:58% center}.hero-copy{width:67%;padding-left:28px}.hero h1{font-size:clamp(37px,6vw,48px)}.hero-subtitle{font-size:17px}.price-card{right:2%;top:6%;width:29%}.content-shell{padding-inline:22px}.services-layout{grid-template-columns:1fr}.line-card{grid-template-columns:1fr 98px;min-height:unset}.line-qr{width:92px;height:92px}.line-card-cta{max-width:320px}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-quote{display:none}.footer-bar{flex-wrap:wrap}.footer-bar nav{order:3;width:100%;justify-content:center}.footer-bar p{white-space:normal}}
@media(max-width:600px){body{padding-bottom:58px}.site-header{height:62px;padding-inline:13px}.brand>img{width:48px;height:48px}.brand-copy strong{font-size:14px}.brand-copy small{font-size:9px}.header-cta{min-width:unset;min-height:36px;padding:5px 9px;font-size:11px}.header-cta .line-mark{width:19px;height:19px;font-size:7px}.primary-nav{top:62px;height:34px;padding-inline:13px;gap:17px}.hero{margin-top:34px;display:flex;flex-direction:column;align-items:stretch;overflow:visible;background:#fbf7ef;min-height:0}.hero:after{display:none}.hero-copy{width:100%;padding:18px 18px 12px}.eyebrow{font-size:22px}.hero h1{font-size:clamp(35px,10vw,46px);line-height:1.06}.hero-subtitle{font-size:16px;margin:5px 0 8px}.trust-row{gap:5px}.trust-row span{font-size:11px;padding:2px 5px}.hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.hero-actions .button{min-width:0;min-height:44px;padding:7px 8px;font-size:12px}.hero-actions .button-line{min-width:0}.hero-benefits{gap:7px 12px;margin-top:9px}.hero-benefits span{font-size:11px}.hero-art{position:relative;inset:auto;width:100%;height:auto;object-fit:initial;object-position:initial;z-index:auto;order:2}.price-card{position:relative;top:auto;right:auto;width:auto;margin:-5px 14px 14px;z-index:2;order:3;padding:12px 14px}.price-card h2{font-size:18px}.price-date{font-size:12px}.price-card dl div{font-size:14px;padding:7px 0}.price-card .button{font-size:13px;min-height:40px}.content-shell{padding:8px 14px 18px}.section-heading{gap:8px;margin-bottom:8px;flex-wrap:wrap}.section-heading h2{font-size:22px}.section-heading p{font-size:12px}.services-layout{gap:10px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.service-card>img{height:100px}.service-card-copy{min-height:82px;padding:6px 10px 10px}.service-card-copy strong{font-size:16px}.service-card-copy>span{font-size:12px}.service-card-copy i{right:8px}.line-card{grid-template-columns:1fr 96px;padding:12px;min-height:0}.line-card h2{font-size:17px}.line-card li{font-size:13px}.line-qr{width:90px;height:90px}.line-id{font-size:12px}.line-card-cta{max-width:none;min-height:43px;font-size:14px}.process-section,.why-section,.gallery-section,.reviews-section{margin-top:17px}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.process-card{min-height:122px}.step-number{left:10px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 7px}.why-item:last-child{grid-column:1/-1}.why-item h3{font-size:14px}.section-heading-action>div{display:block}.section-heading-action>div p{margin-top:2px}.section-heading-action>.button{min-height:30px;padding:4px 8px;font-size:11px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gallery-placeholder{min-height:92px}.review-grid{grid-template-columns:1fr;gap:7px}.review-placeholder{min-height:72px}.footer-main{grid-template-columns:1fr 1fr;gap:14px;padding:15px 16px}.footer-brand{grid-column:1/-1}.footer-brand img{width:70px;height:70px}.footer-brand h2{font-size:15px}.footer-contact,.footer-facts{padding-left:8px;gap:8px}.footer-contact a,.footer-facts p{font-size:11px}.footer-bar{padding:8px 12px;justify-content:center;text-align:center}.footer-bar p{font-size:10px}.footer-bar nav{gap:12px;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}.footer-bar nav a{font-size:10px}.social-icons{display:none}.mobile-contact-bar{position:fixed;z-index:20;bottom:0;left:0;right:0;display:grid;grid-template-columns:1fr 1fr;height:56px;background:#fff;border-top:1px solid #e9e1d3;box-shadow:0 -4px 15px rgba(41,32,17,.09);padding:6px 10px;gap:8px}.mobile-contact-bar a{display:flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;background:var(--line);color:#fff;font-size:13px;font-weight:500}.mobile-contact-bar a+ a{background:#a87517}.mobile-contact-bar .line-mark{width:20px;height:20px;font-size:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

/* The approved hero artwork keeps its original ratio, aligned right without cropping. */
.hero{aspect-ratio:auto;height:clamp(328px,32vw,430px);min-height:0}
.hero-art{inset:auto 0 0 auto;width:auto;height:100%;max-width:none;object-fit:initial}
.hero:after{display:none}
.process-row{display:grid;grid-template-columns:minmax(0,4fr) minmax(150px,1fr);gap:12px}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.step-icon{display:grid;place-items:center;height:42px;color:#ae760e}
.step-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.process-quote{min-height:124px;border:1px solid #f0e7d5;border-radius:11px;background:linear-gradient(140deg,#f9edcb,#fffbf1);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#946308}
.process-quote>span{font-size:24px;color:#b77a12;line-height:1}
.process-quote strong{font-size:15px;line-height:1.4}
.process-quote em{margin-top:4px;font-size:13px}
.review-note{display:block;margin-top:2px;color:#666;font-size:11px;line-height:1.3}
.review-stars,.review-placeholder p{display:none}
.hero{align-items:flex-start}
.hero-benefits{display:inline-flex;padding:4px 8px;background:rgba(255,252,246,.92);border-radius:4px}
.service-card-copy{min-height:101px}
.gallery-placeholder{min-height:160px}
.gallery-image{margin:0;min-height:160px;border-radius:8px;overflow:hidden}
.gallery-image img{width:100%;height:100%;min-height:160px;object-fit:cover}
.review-placeholder{min-height:90px}
.footer-main{min-height:135px}
.why-grid{padding-bottom:20px}
@media(min-width:821px) and (max-width:1100px){.line-card{height:210px;padding-block:10px}.line-card ul{gap:2px}.line-card li{font-size:12px;line-height:1.2}.line-id{font-size:10px;white-space:nowrap}}
@media(min-width:821px){.footer-bar{min-height:70px;padding-block:10px}}
@media(max-width:600px){.why-grid{padding-bottom:0}}
@media(max-width:600px){.gallery-image,.gallery-image img{min-height:92px}}
@media(max-width:820px){.process-row{grid-template-columns:1fr}.process-quote{display:none}}
@media(max-width:600px){.hero{aspect-ratio:auto;height:auto}.hero-art{inset:auto;width:100%;height:auto;max-width:100%;object-fit:initial}}
.service-card>img{object-fit:contain;background:#f8f6f0;padding:4px 8px}
@media(min-width:601px) and (max-width:1100px){.service-card>img{height:76px}}
@media(max-width:600px){.service-card>img{height:90px}}
.service-card>img.service-pawn-ticket-image{background:#f8f6f0}
@media(min-width:821px){.hero{background-image:url('assets/hero-pawn-gold.png');background-size:contain;background-position:right center;background-repeat:no-repeat}.hero:after{display:block;background:linear-gradient(90deg,rgba(255,252,246,.97) 0%,rgba(255,252,246,.91) 23%,rgba(255,252,246,.72) 40%,rgba(255,252,246,.36) 57%,rgba(255,252,246,0) 76%)}.hero-art{opacity:0}}
.trust-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.trust-row span{display:inline-flex;align-items:center;gap:7px;padding:0;border:0;border-radius:0;background:transparent;color:#252525;font-size:13px;white-space:nowrap}.trust-row span i{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;background:#c89a36;color:#fff;font-size:14px;font-style:normal;font-weight:700;line-height:1}.trust-row span b{background:transparent;color:#252525;font-weight:400}
.service-card>img{height:110px;padding:4px;object-fit:contain;object-position:center}
@media(max-width:600px){.service-card>img{height:100px}}
.process-section>.section-heading .process-hand-note{margin-left:auto;padding-left:12px;color:#b27a12;font-family:"Segoe Script","Bradley Hand","Comic Sans MS",cursive;font-size:16px;font-style:italic;font-weight:500;white-space:nowrap}
@media(max-width:820px){.process-section>.section-heading .process-hand-note{display:none}}

/* Final Home polish: shared alignment, rhythm, and icon treatment. */
:root{--page-max:1500px;--page-gutter:clamp(14px,4.1vw,56px);--card-border:#eee9df;--card-shadow:0 3px 12px rgba(67,49,19,.06)}
.content-shell,.footer-main{max-width:var(--page-max);padding-inline:var(--page-gutter)}
.content-shell{padding-top:20px;padding-bottom:26px}
.section-heading{align-items:baseline;gap:12px;margin-bottom:14px}
.section-heading h2{font-size:25px;font-weight:700;line-height:1.2}
.section-heading p{font-size:14px;color:var(--muted)}
.compact-heading{margin-bottom:14px}
.process-section,.why-section,.gallery-section,.reviews-section{margin-top:24px}
.service-grid,.process-grid,.gallery-grid,.review-grid{gap:12px}
.services-layout{align-items:stretch}
.service-card,.process-card,.process-quote,.line-card{border:1px solid var(--card-border);border-radius:10px;box-shadow:var(--card-shadow)}
.service-card{display:flex;flex-direction:column}
.service-card>img{height:110px;padding:4px;object-fit:contain;object-position:center}
.service-card-copy{flex:1;min-height:110px}
.line-card{grid-template-columns:minmax(0,1fr) 100px;grid-template-rows:1fr auto auto;column-gap:10px;align-self:stretch}
.line-qr{width:92px;height:92px;justify-self:center}
.line-card-cta{align-self:end}
.line-card{row-gap:8px}
.line-card h2{margin-bottom:8px}
.line-card ul{gap:6px}
.process-row,.process-grid{align-items:stretch}
.process-card,.process-quote{min-height:124px}
.process-quote>span{display:grid;place-items:center;width:36px;height:36px;margin-bottom:4px}
.process-quote>span svg,.why-item>span svg,.footer-facts p>svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.process-quote>span svg{width:30px;height:30px}
.why-grid{gap:12px;text-align:center}
.why-item{display:flex;flex-direction:column;align-items:center;padding:1px 5px}
.why-item>span{display:grid;place-items:center;width:40px;height:42px;margin:0 auto 5px;color:var(--gold);font-size:0}
.why-item>span svg{width:36px;height:36px}
.why-item h3{display:flex;align-items:center;justify-content:center;min-height:36px;font-size:14px;line-height:1.3}
.why-item p{font-size:12px;color:var(--muted);line-height:1.35}
.service-card-copy strong,.process-card h3{font-size:16px;line-height:1.25;font-weight:600}
.footer-contact a>span svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.gallery-placeholder,.gallery-image{border-radius:10px}
.reviews-section{display:none}
.footer-main{min-height:150px;padding-block:20px}
.footer-contact,.footer-facts{border-left-color:#f0ece4}
.footer-facts p>svg{width:22px;height:22px;flex:0 0 22px;color:var(--gold);stroke-width:2.1}
.footer-quote{font-family:"Segoe Script","Bradley Hand","Comic Sans MS",cursive;font-size:17px;font-weight:500;letter-spacing:.01em}
.footer-bar{padding-inline:var(--page-gutter);gap:10px}
.footer-bar nav{gap:clamp(8px,1.2vw,16px)}
@media(min-width:1500px){.line-card{grid-template-columns:minmax(0,1fr) 110px}.line-qr{width:112px;height:112px}.service-card>img{height:110px}}
@media(max-width:820px){.content-shell{padding-top:14px;padding-bottom:20px}.section-heading h2{font-size:22px}.section-heading p{font-size:12px}.process-section,.why-section,.gallery-section,.reviews-section{margin-top:18px}.line-card{grid-template-columns:minmax(0,1fr) 104px;grid-template-rows:auto auto auto}.line-qr{width:102px;height:102px}.footer-main{padding-block:18px}}
@media(max-width:600px){.content-shell{padding:10px var(--page-gutter) 18px}.section-heading{gap:8px;margin-bottom:10px}.service-grid,.process-grid,.gallery-grid,.review-grid{gap:9px}.service-card>img{height:100px}.line-card{grid-template-columns:minmax(0,1fr) 102px;grid-template-rows:auto auto auto}.line-qr{width:100px;height:100px}.footer-main{padding:18px var(--page-gutter)}.footer-bar{padding-inline:12px}}
.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.gallery-image{aspect-ratio:1/1;min-height:0}
.gallery-image img{width:100%;height:100%;min-height:0;object-fit:cover}
@media(max-width:820px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Mobile-only final polish; desktop composition remains unchanged. */
.phone-icon svg,.mobile-phone-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){
  body{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px))}
  .primary-nav{flex-wrap:nowrap;white-space:nowrap;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none}
  .primary-nav::-webkit-scrollbar{display:none}
  .primary-nav a{flex:0 0 auto}
  .price-card{width:calc(100% - 28px);max-width:none;align-self:stretch;margin: -5px 14px 14px;padding:10px 12px}
  .trust-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:10px;row-gap:7px;width:100%}
  .trust-row span{min-width:0;white-space:nowrap;gap:6px;font-size:12px}
  .trust-row span i{width:19px;height:19px;flex-basis:19px}
  .button-phone .phone-icon{width:22px;height:22px;background:transparent;color:var(--gold)}
  .button-phone .phone-icon svg{width:20px;height:20px}
  .services-main>.section-heading,.process-section>.section-heading,.why-section>.section-heading{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
  .section-heading h2,.section-heading p{width:100%;text-align:left}
  .section-heading p{margin:0;line-height:1.4}
  .section-heading-action{flex-direction:row;align-items:flex-start}
  .section-heading-action>div{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}
  .section-heading-action>.button{flex:0 0 auto;margin-top:1px}
  .process-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
  .process-card{min-height:132px;padding:8px 8px 10px}
  .step-number{left:8px;top:8px;width:26px;height:26px;font-size:14px}
  .step-icon{height:42px}
  .mobile-contact-bar{height:calc(56px + env(safe-area-inset-bottom,0px));padding:6px 10px env(safe-area-inset-bottom,0px);gap:8px}
  .mobile-contact-bar a{min-height:44px}
  .mobile-phone-icon{display:inline-grid;place-items:center;width:20px;height:20px;flex:0 0 20px;color:#fff}
}
