:root {
  --cream: #f4f3f0;
  --paper: #e9e6e1;
  --ink: #101010;
  --muted: #625d58;
  --brown: #8a5738;
  --brown-light: #c29370;
  --brown-dark: #553321;
  --line: #d0cbc5;
  --white: #ffffff;
  --black: #090909;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(9, 9, 9, .96); border-bottom: 1px solid rgba(194, 147, 112, .38); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; color: var(--white); }
.brand-wordmark { display: inline-block; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 23px; font-weight: 900; line-height: .9; letter-spacing: -.035em; white-space: nowrap; }
.wordmark-r { position: relative; display: inline-block; }
.wordmark-scissors { position: absolute; top: 100%; left: 50%; width: 22px; height: auto; overflow: visible; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transform: translateX(-50%) scaleX(-1); }
.wordmark-scissors circle:last-child { fill: currentColor; stroke: none; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a, .site-footer nav a { color: #d8d8d8; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: color .2s ease; }
.site-nav a:hover, .site-footer nav a:hover { color: var(--brown-light); }
.contact-button { display: inline-block; border: 1px solid var(--brown); border-radius: 4px; padding: 11px 18px; background: var(--brown); color: var(--white); font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.header-contact { margin-left: 2px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px 0 8px 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1.5px; margin: 5px 0; background: var(--white); }

.hero { overflow: hidden; padding: 96px 0 88px; background: linear-gradient(117deg, var(--black) 0%, var(--black) 57%, #4a2d20 57%, #4a2d20 100%); color: var(--white); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 52px; }
.eyebrow { margin: 0 0 18px; color: var(--brown); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.hero .eyebrow { color: var(--brown-light); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 900; text-transform: uppercase; }
h1 { margin-bottom: 40px; font-size: clamp(43px, 5.4vw, 74px); line-height: .9; letter-spacing: -.055em; white-space: nowrap; }
h1 > span { display: inline-block; width: max-content; max-width: 100%; }
h1 .wordmark-scissors { top: 100%; left: 50%; width: 26px; stroke-width: 2; }
.occupation { display: inline-block; margin-bottom: 21px; padding-bottom: 6px; border-bottom: 2px solid var(--brown-light); color: var(--brown-light); font-size: 20px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.intro { max-width: 330px; margin-bottom: 0; color: #d2d2d2; font-size: 18px; }

/* BUSSI_ILLUSTRATION_CSS_START */
.tailor-illustration { position: relative; width: min(100%, 520px); justify-self: end; color: var(--white); }
.tailor-illustration svg { display: block; width: 100%; height: auto; overflow: visible; }
.cloth-shape { fill: #a36c49; }
.cloth-weave { fill: url(#fabric-weave); }
.seam-line { fill: none; stroke: #ffffff; stroke-width: 2; stroke-dasharray: 3 10; stroke-linecap: round; opacity: .78; }
.thread { fill: none; stroke: #15100d; stroke-width: 3; stroke-linecap: round; }
.needle-eye { fill: #ffffff; stroke: #15100d; stroke-width: 2.5; }
.needle { stroke: #15100d; stroke-width: 3; stroke-linecap: round; }
.needle-point { fill: #15100d; }
.stitch { fill: #ffffff; }
.illustration-caption { position: absolute; right: 7%; bottom: 5%; padding: 7px 10px; background: rgba(9, 9, 9, .84); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
/* BUSSI_ILLUSTRATION_CSS_END */

.practical { padding: 100px 0; background: var(--white); }
.practical-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 74px; align-items: start; }
.practical-head { padding-top: 7px; }
h2 { margin-bottom: 18px; font-size: clamp(44px, 5vw, 66px); line-height: .9; letter-spacing: -.045em; }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.service-list li { position: relative; padding: 9px 0 9px 18px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 15px; }
.service-list li::before { content: ''; position: absolute; top: 17px; left: 1px; width: 6px; height: 6px; border-radius: 50%; background: var(--brown); }

.entrance-photo { position: relative; overflow: hidden; aspect-ratio: 2 / 1; margin: 0 0 14px; border: 1px solid var(--line); border-radius: 5px; background: var(--cream); box-shadow: 0 12px 28px rgba(0, 0, 0, .12); }
.entrance-photo::after { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(255, 255, 255, .62); border-radius: 2px; pointer-events: none; }
.entrance-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.entrance-photo figcaption { position: absolute; left: 20px; bottom: 18px; z-index: 1; margin: 0; padding: 8px 11px; background: rgba(9, 9, 9, .9); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.visit-details { margin-bottom: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: var(--white); }
.visit-details-heading { padding: 24px 25px 20px; border-bottom: 1px solid var(--line); background: var(--black); }
.visit-details-heading .eyebrow { margin-bottom: 8px; color: var(--brown-light); }
.visit-details-heading h3 { margin: 0; color: var(--white); font-size: 28px; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.visit-detail-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.visit-detail-item { min-width: 0; display: flex; align-items: flex-start; gap: 13px; padding: 23px 20px 25px; }
.visit-detail-item + .visit-detail-item { border-left: 1px solid var(--line); }
.visit-detail-item h4 { margin-bottom: 9px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visit-detail-item p, .visit-detail-item address { margin: 0; color: var(--ink); font-size: 14px; font-style: normal; line-height: 1.5; }
.detail-icon { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: var(--brown); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.contact-number { margin-bottom: 9px !important; color: var(--ink) !important; font-size: 14px !important; }
.contact-options { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.contact-options a { display: inline-flex; align-items: center; gap: 6px; color: var(--brown); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.contact-options svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.map-heading { display: flex; align-items: center; gap: 14px; margin: 0 0 12px; }
.map-heading span { width: 34px; height: 2px; background: var(--brown); }
.map-heading h3 { margin: 0; color: var(--ink); font-size: 26px; font-weight: 900; letter-spacing: -.025em; text-transform: uppercase; }
.map-card { overflow: hidden; aspect-ratio: 700 / 270; border: 1px solid var(--line); border-radius: 5px; background: var(--white); box-shadow: 0 8px 20px rgba(0, 0, 0, .08); }
.map-card iframe { display: block; width: 100%; height: 100%; border: 0; filter: none; }

.testimonials { padding: 90px 0; background: var(--cream); border-top: 1px solid var(--line); }
.testimonials-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.testimonials-head h2 { margin-bottom: 0; }
.testimonial-carousel { position: relative; max-width: 850px; margin: 0 auto; }
.testimonial-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-x: contain; }
.testimonial-track::-webkit-scrollbar { display: none; }
.testimonial-track:focus-visible { outline: 2px solid var(--brown); outline-offset: 8px; }
.testimonial-card { flex: 0 0 100%; min-height: 220px; display: flex; flex-direction: column; justify-content: center; padding: 25px clamp(10px, 6vw, 70px); scroll-snap-align: start; text-align: center; }
.testimonial-message { max-width: 690px; margin: 0 auto 27px; color: var(--ink); font-size: clamp(21px, 3vw, 29px); font-weight: 600; line-height: 1.5; }
.testimonial-card h3 { margin: 0; color: var(--brown-dark); font-size: 12px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.testimonial-indicators { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 14px; }
.testimonial-indicators button { width: 8px; height: 8px; padding: 0; border: 1px solid var(--brown); border-radius: 50%; background: transparent; cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.testimonial-indicators button.is-active { width: 24px; border-radius: 8px; background: var(--brown); }
.testimonial-indicators button:focus-visible { outline: 2px solid var(--brown-dark); outline-offset: 3px; }

.site-footer { border-top: 1px solid #2b2b2b; background: var(--black); }
.footer-inner { min-height: 92px; display: flex; align-items: center; gap: 25px; }
.footer-inner p { margin: 0; color: #b8b8b8; font-size: 13px; }
.site-footer nav { display: flex; gap: 20px; margin-left: auto; }
.socials { display: flex; gap: 10px; }
.social-placeholder { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid #49433f; border-radius: 50%; color: var(--brown-light); opacity: .82; }
a.social-placeholder { transition: opacity .2s ease, border-color .2s ease; }
a.social-placeholder:hover { opacity: 1; border-color: var(--brown-light); }
.social-placeholder svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-placeholder:first-child svg { fill: currentColor; stroke: none; }

@media (max-width: 900px) and (min-width: 761px) {
  .visit-detail-list { grid-template-columns: 1fr; }
  .visit-detail-item + .visit-detail-item { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 620px); }
  .header-inner { min-height: 72px; gap: 16px; }
  .brand-wordmark { font-size: 20px; }
  .brand .wordmark-scissors { top: 100%; width: 20px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 16px; background: var(--black); border-bottom: 1px solid #3a302b; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .header-contact { margin-left: 0; padding: 9px 13px; font-size: 12px; }
  .hero { padding: 64px 0 56px; background: linear-gradient(145deg, var(--black) 0%, var(--black) 51%, #4a2d20 51%, #4a2d20 100%); }
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  h1 { font-size: clamp(34px, 11vw, 52px); letter-spacing: -.06em; }
  h1 .wordmark-scissors { top: 100%; width: 24px; }
  .tailor-illustration { width: min(100%, 430px); justify-self: center; }
  .practical { padding: 68px 0; }
  .practical-layout { grid-template-columns: 1fr; gap: 35px; }
  .entrance-photo { aspect-ratio: 3 / 2; }
  .visit-detail-list { grid-template-columns: 1fr; }
  .visit-detail-item + .visit-detail-item { border-left: 0; border-top: 1px solid var(--line); }
  .testimonials { padding: 68px 0; }
  .testimonials-head { align-items: flex-start; }
  .testimonial-card { min-height: 250px; padding-inline: 14px; }
  .testimonial-message { font-size: 21px; }
  .footer-inner { min-height: 0; flex-wrap: wrap; padding: 25px 0; gap: 17px; }
  .site-footer nav { order: 3; width: 100%; margin-left: 0; }
  .socials { margin-left: auto; }
}

@media (max-width: 400px) {
  .header-contact { padding: 8px 10px; }
  .brand-wordmark { font-size: 17px; }
  .brand .wordmark-scissors { width: 18px; }
  h1 { font-size: clamp(31px, 10.5vw, 42px); }
  .entrance-photo figcaption { left: 15px; bottom: 14px; }
  .visit-details-heading { padding: 21px 20px 18px; }
  .visit-detail-item { padding: 21px 18px; }
}