@font-face {
  font-family: Asap;
  src: url('assets/fonts/asap-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url('assets/fonts/dm-sans-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --ink: #202123;
  --subtle: #7c7e84;
  --soft: #f2f4f7;
  --page: #fafbfe;
  --line: #e6e8ed;
  --green: #00b78a;
  --green-dark: #008c6e;
  --white: #fff;
  --display: Asap, Arial, sans-serif;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--page); color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }
[id] { scroll-margin-top: 24px; }
.container { width: min(1232px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; z-index: 10; top: -70px; left: 18px; background: var(--white); padding: 12px 18px; }
.skip-link:focus { top: 12px; }

/* Header */
.site-header { background: var(--ink); color: var(--white); position: relative; z-index: 5; }
.header-inner { width: min(1388px, calc(100% - 56px)); margin: auto; height: 76px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; flex: none; align-items: baseline; white-space: nowrap; font: 800 41px/.95 var(--display); letter-spacing: -.055em; }
.brand-accent { color: var(--green); }
.brand-location { margin-left: 8px; color: #c8c9cc; font: 700 9px/1 var(--body); letter-spacing: .13em; transform: translateY(-1px); }
.desktop-nav { display: flex; align-items: center; justify-content: center; flex: 1; gap: clamp(18px, 2.5vw, 39px); }
.desktop-nav a { position: relative; white-space: nowrap; color: #c7c7cb; font: 700 14px/1.3 var(--display); transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav .nav-active { color: var(--white); }
.desktop-nav .nav-active::after { position: absolute; content: ''; width: 5px; height: 5px; left: 0; bottom: -13px; border-radius: 50%; background: var(--green); }
.header-action { white-space: nowrap; display: inline-flex; align-items: center; gap: 12px; border: 1px solid #515257; border-radius: 6px; padding: 12px 15px; font: 700 13px/1 var(--display); transition: border-color .2s, background .2s; }
.header-action:hover { border-color: var(--green); background: #333539; }
.header-action span { color: var(--green); font: 700 18px/1 var(--body); }
.menu-toggle, .mobile-nav { display: none; }

/* Intro and filmstrip */
.hero { padding: 68px 0 29px; }
.concept-note { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 24px; color: #5b5d62; font: 700 10px/1.2 var(--body); letter-spacing: .14em; text-transform: uppercase; }
.concept-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.note-divider { color: #a9abb0; }
.hero h1 { max-width: 1100px; margin: 0; font: 800 clamp(54px, 5.65vw, 84px)/.98 var(--display); letter-spacing: -.046em; }
.hero h1 span { display: block; color: #82848a; }
.hero-subtitle { margin: 25px 0 32px; font: 700 clamp(17px, 1.55vw, 21px)/1.5 var(--display); color: #424448; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 57px; padding: 0 24px; border-radius: 7px; font: 700 17px/1.2 var(--display); transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { gap: 15px; background: var(--ink); color: var(--white); }
.button-dark:hover { background: #383a3e; }
.button-arrow { color: var(--green); font: 700 22px/1 var(--body); }
.button-light { background: var(--soft); color: var(--ink); }
.button-light:hover { background: #e8ebf0; }
.gallery-carousel { margin-top: 50px; }
.carousel-track { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.carousel-track::-webkit-scrollbar { display: none; }
.gallery-track { padding-bottom: 1px; }
.gallery-card { position: relative; flex: 0 0 clamp(295px, 30%, 370px); height: 278px; border-radius: 12px; overflow: hidden; scroll-snap-align: start; background: #cfd2d6; }
.gallery-card::after { position: absolute; inset: 30% 0 0; content: ''; background: linear-gradient(transparent, rgba(0,0,0,.77)); pointer-events: none; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gallery-card:hover img { transform: scale(1.035); }
.gallery-card:nth-child(3) img { object-position: 50% 42%; }
.gallery-caption { position: absolute; z-index: 1; bottom: 19px; left: 18px; right: 15px; color: var(--white); }
.photo-label { display: inline-block; margin-bottom: 10px; padding: 5px 7px; background: rgba(20, 21, 23, .75); border: 1px solid rgba(255,255,255,.27); border-radius: 4px; font: 700 9px/1 var(--body); letter-spacing: .09em; }
.gallery-caption h2 { margin: 0 0 5px; font: 800 22px/1.1 var(--display); letter-spacing: -.02em; }
.gallery-caption p { margin: 0; font: 600 13px/1.35 var(--body); color: #f2f2f3; }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.carousel-hint { display: flex; align-items: center; gap: 15px; min-width: 0; font: 700 12px/1.3 var(--display); letter-spacing: .01em; color: #484a4f; }
.carousel-progress { width: 66px; height: 6px; background: #dedfe5; border-radius: 20px; position: relative; flex: none; }
.carousel-progress > span { position: absolute; top: 0; left: 0; width: 25%; height: 100%; background: var(--green); border-radius: 20px; transition: left .25s, width .25s; }
.hint-squiggle { margin-left: 5px; color: var(--green); font-size: 23px; line-height: 0; vertical-align: -2px; font-weight: 500; }
.carousel-buttons { display: flex; gap: 8px; }
.arrow-button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #d8dce4; border-radius: 7px; background: var(--white); color: var(--ink); transition: background .2s, border-color .2s; }
.arrow-button svg { width: 17px; height: 17px; }
.arrow-button:hover:not(:disabled) { border-color: var(--green); background: #eefbf7; }
.arrow-button:disabled { color: #bdc1c8; opacity: .55; cursor: not-allowed; }

/* Reassurance and sample listings */
.trust-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 28px; }
.trust-item { padding: 0 30px 0 36px; border-left: 1px solid var(--line); }
.trust-item:first-child { border-left: 0; padding-left: 14px; }
.trust-item svg { width: 21px; height: 21px; margin-bottom: 11px; color: var(--green); }
.trust-item h3 { margin: 0 0 5px; font: 800 19px/1.2 var(--display); letter-spacing: -.025em; }
.trust-item p { margin: 0; color: var(--subtle); font: 600 12px/1.4 var(--body); letter-spacing: .035em; }
.section-pad { padding-block: 92px; }
.shelf-section { background: var(--page); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.eyebrow { margin: 0 0 16px; font: 700 11px/1.2 var(--body); letter-spacing: .16em; color: #7c7f85; }
.section-heading h2, .sell-layout h2, .visit-copy h2 { margin: 0; font: 800 clamp(42px, 4.3vw, 60px)/1.05 var(--display); letter-spacing: -.045em; }
.accent-period { color: var(--green); }
.section-heading p:not(.eyebrow) { margin: 13px 0 0; color: #696c73; font-size: 15px; }
.text-link { flex: none; display: inline-flex; align-items: center; gap: 9px; padding-bottom: 6px; border-bottom: 1px solid var(--green); color: var(--green-dark); font: 800 14px/1.2 var(--display); transition: gap .2s; }
.text-link:hover { gap: 14px; }
.text-link span { font: 700 20px/0 var(--body); }
.filter-tabs { display: flex; gap: 9px; margin: 31px 0 22px; }
.filter-tabs button { padding: 10px 14px; background: var(--white); border: 1px solid #dce0e7; border-radius: 6px; color: #42454a; font: 700 14px/1.2 var(--display); }
.filter-tabs button:hover { border-color: #89908f; }
.filter-tabs button.active { color: var(--white); background: var(--ink); border-color: var(--ink); }
.product-track { gap: 16px; }
.product-card { display: flex; flex-direction: column; flex: 0 0 calc((100% - 48px) / 4); min-width: 248px; min-height: 456px; scroll-snap-align: start; overflow: hidden; background: var(--white); border: 1px solid #e3e5eb; border-radius: 9px; }
.product-card[hidden] { display: none; }
.product-image { position: relative; height: 258px; background: #e9eaed; overflow: hidden; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-card:nth-child(2) .product-image img { object-position: 50% 48%; }
.product-card:nth-child(3) .product-image img { object-position: 50% 51%; }
.product-badge { position: absolute; left: 12px; top: 12px; padding: 7px 8px; background: #108b72; border-radius: 4px; color: var(--white); font: 700 9px/1 var(--body); letter-spacing: .06em; }
.product-info { display: flex; flex-direction: column; flex: 1; padding: 16px; }
.product-kind { margin: 0 0 7px; font: 700 10px/1 var(--body); letter-spacing: .13em; color: var(--green-dark); }
.product-info h3 { margin: 0; font: 800 17px/1.2 var(--display); letter-spacing: -.015em; }
.product-detail { margin: 8px 0 0; font: 600 12px/1.25 var(--body); color: #777a80; }
.product-condition { margin: 17px 0 20px; font: 600 11px/1.35 var(--body); color: #62666d; }
.product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; }
.product-bottom strong { font: 800 16px/1.1 var(--display); }
.product-bottom a { color: var(--green-dark); font: 800 12px/1.1 var(--display); white-space: nowrap; }
.product-bottom a:hover { text-decoration: underline; text-underline-offset: 3px; }
.product-controls { margin-top: 18px; }

/* Repair and sell */
.repair-section { background: var(--ink); color: var(--white); padding-block: 70px; }
.repair-layout { display: grid; grid-template-columns: 1.02fr 1fr; align-items: center; gap: clamp(45px, 6vw, 90px); }
.repair-image { height: 418px; position: relative; border-radius: 12px; overflow: hidden; }
.repair-image img { width: 100%; height: 100%; object-fit: cover; }
.image-chip { position: absolute; bottom: 15px; left: 15px; z-index: 1; padding: 9px 11px; border-radius: 5px; background: rgba(30, 31, 33, .85); color: var(--white); font: 700 10px/1 var(--body); letter-spacing: .06em; }
.eyebrow-green { color: var(--green); }
.repair-copy h2 { max-width: 590px; margin: 0; font: 800 clamp(40px, 3.7vw, 58px)/1.06 var(--display); letter-spacing: -.04em; }
.repair-copy > p:not(.eyebrow) { max-width: 470px; margin: 23px 0 27px; color: #c8c9ce; font-size: 16px; line-height: 1.6; }
.button-white { gap: 12px; color: var(--ink); background: var(--white); }
.button-white:hover { background: #e9f8f3; }
.repair-footnote { max-width: 320px; margin-top: 35px; padding-top: 14px; border-top: 1px solid #515257; color: #aaaeb3; font-size: 12px; line-height: 1.4; }
.sell-section { background: var(--white); border-bottom: 1px solid var(--line); }
.sell-layout { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: center; }
.sell-layout h2 { max-width: 610px; }
.sell-copy p { max-width: 450px; margin: 0 0 25px; font-size: 17px; line-height: 1.55; color: #5f6268; }
.quiet-note { display: block; margin-top: 17px; font-size: 12px; color: #878a91; }

/* Reviews: static, attributed excerpts from the linked Google Maps listing */
.reviews-section { background: #f0f2f5; }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 42px; }
.reviews-heading h2 { max-width: 790px; margin: 0; font: 800 clamp(40px, 4.15vw, 58px)/1.06 var(--display); letter-spacing: -.045em; }
.reviews-heading p:not(.eyebrow) { margin: 16px 0 0; color: #696c73; font-size: 15px; }
.rating-summary { display: flex; flex-direction: column; flex: 0 0 256px; gap: 7px; padding: 19px 21px; border: 1px solid #e0e2e7; border-radius: 9px; background: var(--white); transition: border-color .2s, transform .2s; }
.rating-summary:hover { border-color: var(--green); transform: translateY(-2px); }
.rating-stars, .review-stars { color: #e58c08; letter-spacing: .08em; }
.rating-stars { font-size: 22px; line-height: 1; }
.half-star { color: transparent; background: linear-gradient(90deg, #e58c08 50%, #d1d4d9 50%); -webkit-background-clip: text; background-clip: text; }
.rating-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.rating-line strong { font: 800 31px/1 var(--display); letter-spacing: -.04em; }
.rating-line strong span { color: #777a81; font-size: 19px; }
.rating-source { font: 800 13px/1.2 var(--display); color: var(--green-dark); white-space: nowrap; }
.rating-count { color: #777b81; font-size: 11px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 33px; }
.review-card { display: flex; flex-direction: column; min-height: 285px; margin: 0; padding: 26px; background: var(--white); border: 1px solid #e2e4e9; border-radius: 10px; }
.review-stars { font-size: 19px; line-height: 1; }
.review-card blockquote { margin: 19px 0 22px; }
.review-card blockquote p { margin: 0; font: 600 18px/1.46 var(--display); letter-spacing: -.015em; }
.review-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 9px; padding-top: 15px; border-top: 1px solid var(--line); margin-top: auto; }
.review-card figcaption strong { font: 800 14px/1.2 var(--display); }
.review-card figcaption span { color: #787b81; font-size: 11px; white-space: nowrap; }
.reviews-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 23px; }
.reviews-bottom > span { max-width: 650px; color: #757981; font-size: 11px; line-height: 1.45; }

/* Visit / contact placeholders */
.visit-section { background: var(--page); }
.visit-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 7vw, 105px); align-items: center; }
.visit-copy h2 { max-width: 550px; }
.visit-intro { max-width: 540px; margin: 22px 0 30px; color: #666970; font-size: 16px; line-height: 1.65; }
.visit-details { display: grid; gap: 15px; max-width: 500px; }
.visit-details > div { display: flex; align-items: baseline; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid #dfe2e8; }
.visit-details span { flex: 0 0 128px; font: 700 10px/1.2 var(--body); letter-spacing: .12em; color: #85888e; }
.visit-details p { margin: 0; font: 700 15px/1.3 var(--display); }
.review-placeholder { display: flex; align-items: center; gap: 10px; margin: 27px 0 0; color: var(--green-dark); font: 700 13px/1.3 var(--body); }
.review-placeholder:hover { text-decoration: underline; text-underline-offset: 3px; }
.review-placeholder svg { width: 20px; height: 20px; color: var(--green); flex: none; }
.visit-visual { position: relative; height: 490px; border-radius: 12px; background: #d3d6da; }
.visit-visual > img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.visit-visual .image-chip { top: 16px; bottom: auto; }
.visit-card { position: absolute; left: -34px; right: 28px; bottom: -26px; display: flex; align-items: center; gap: 15px; padding: 20px; background: var(--white); border-radius: 9px; box-shadow: 0 15px 40px rgba(31,35,40,.12); }
.visit-card-icon { width: 40px; height: 40px; flex: none; display: grid; place-items: center; background: #e6f8f2; border-radius: 8px; color: var(--green-dark); font-size: 23px; }
.visit-card strong { display: block; font: 800 17px/1.2 var(--display); }
.visit-card p { margin: 5px 0 0; color: #797c82; font-size: 12px; line-height: 1.4; }

/* Footer */
.site-footer { background: var(--ink); color: var(--white); padding: 67px 0 24px; }
.footer-top { display: flex; align-items: start; justify-content: space-between; gap: 40px; padding-bottom: 62px; }
.footer-brand { font-size: 48px; }
.footer-top p { margin: 19px 0 0; color: #aaaeb3; font-size: 14px; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 19px 45px; padding-top: 10px; font: 700 14px/1.2 var(--display); }
.footer-top nav a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; border-top: 1px solid #45474b; padding-top: 20px; color: #a9acb1; font-size: 11px; line-height: 1.45; }

@media (max-width: 1020px) {
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 14px; }
  .desktop-nav a { font-size: 12px; }
  .header-action { display: none; }
  .trust-item { padding-inline: 16px; }
  .trust-item:first-child { padding-left: 0; }
  .trust-item h3 { font-size: 16px; }
  .product-card { flex-basis: 30%; }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .review-card:last-child { grid-column: span 2; min-height: 210px; }
}

@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .header-inner { width: calc(100% - 40px); height: 69px; justify-content: space-between; }
  .brand { font-size: 35px; }
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; padding: 9px; background: transparent; border: 1px solid #55575b; border-radius: 6px; }
  .menu-toggle span { width: 100%; height: 2px; background: var(--white); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav:not([hidden]) { display: flex; flex-direction: column; gap: 0; position: absolute; top: 69px; left: 0; right: 0; padding: 8px 20px 17px; background: var(--ink); border-top: 1px solid #3d3e42; box-shadow: 0 12px 20px rgba(0,0,0,.15); }
  .mobile-nav a { padding: 14px 5px; border-bottom: 1px solid #3d3e42; font: 700 16px/1.2 var(--display); }
  .mobile-nav a:last-child { border-bottom: 0; }
  .hero { padding: 52px 0 26px; }
  .concept-note { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: clamp(47px, 8.8vw, 68px); line-height: 1.01; }
  .hero-subtitle { margin: 22px 0 24px; font-size: 17px; }
  .hero-actions { gap: 9px; }
  .button { min-height: 53px; padding: 0 18px; font-size: 15px; }
  .gallery-carousel { margin-top: 33px; }
  .gallery-card { flex-basis: min(78vw, 370px); height: 274px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 24px; padding-block: 27px; }
  .trust-item, .trust-item:first-child { padding: 0 11px 0 18px; }
  .trust-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .trust-item h3 { font-size: 17px; }
  .section-pad { padding-block: 70px; }
  .section-heading { align-items: start; flex-direction: column; gap: 23px; }
  .section-heading h2, .sell-layout h2, .visit-copy h2 { font-size: clamp(39px, 8vw, 53px); }
  .section-heading p:not(.eyebrow) { font-size: 14px; }
  .filter-tabs { margin-top: 28px; overflow-x: auto; }
  .filter-tabs button { white-space: nowrap; }
  .product-card { flex-basis: min(77vw, 315px); }
  .repair-section { padding-block: 60px; }
  .repair-layout { display: flex; flex-direction: column; align-items: stretch; gap: 36px; }
  .repair-image { height: 310px; }
  .repair-copy h2 { font-size: clamp(39px, 8vw, 55px); }
  .sell-layout { grid-template-columns: 1fr; gap: 20px; }
  .sell-copy p { font-size: 16px; }
  .reviews-heading { align-items: start; flex-direction: column; gap: 23px; }
  .reviews-heading h2 { font-size: clamp(39px, 8vw, 53px); }
  .rating-summary { width: 100%; flex-basis: auto; }
  .reviews-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .review-card, .review-card:last-child { grid-column: auto; min-height: 0; padding: 23px; }
  .reviews-bottom { flex-direction: column; align-items: start; gap: 16px; }
  .visit-layout { grid-template-columns: 1fr; gap: 40px; }
  .visit-visual { height: 390px; margin-bottom: 18px; }
  .visit-card { left: 13px; right: 13px; bottom: -22px; }
  .footer-top { flex-direction: column; gap: 27px; padding-bottom: 45px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (max-width: 480px) {
  .concept-note { gap: 6px; font-size: 8px; letter-spacing: .09em; }
  .hero h1 { font-size: clamp(40px, 10.1vw, 49px); letter-spacing: -.05em; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions .button-dark { grid-column: 1 / -1; }
  .hero-actions .button-light { font-size: 13px; padding-inline: 9px; }
  .gallery-card { flex-basis: 81vw; height: 265px; }
  .carousel-hint { gap: 9px; font-size: 11px; }
  .carousel-progress { width: 38px; }
  .hint-squiggle { display: none; }
  .trust-item h3 { font-size: 15px; }
  .trust-item p { font-size: 11px; }
  .trust-item:nth-child(even) { padding-right: 0; }
  .product-image { height: 240px; }
  .visit-details > div { gap: 9px; }
  .visit-details span { flex-basis: 105px; font-size: 9px; }
  .visit-details p { font-size: 13px; }
  .visit-visual { height: 330px; }
  .footer-top nav { gap: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .carousel-track { scroll-behavior: auto; }
}
