/* BERGER homepage: the hero's cut corners, photographs and blue linework. */
.craft-section { padding-block: 104px; }
.craft-kicker { display: flex; align-items: center; gap: 20px; font-size: 11px; line-height: 1.6; margin: 0; color: var(--muted); }
.craft-kicker > span { color: var(--blue); font-variant-numeric: tabular-nums; }
.craft-heading { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 80px; margin-bottom: 50px; }
.craft-heading .craft-kicker { grid-column: 1 / -1; margin-bottom: 24px; }
.craft-heading h2, .craft-people h2, .craft-process h2 { font-size: clamp(34px, 3.5vw, 49px); font-weight: 500; line-height: 1.12; }
.craft-heading h2 em, .craft-people h2 em, .craft-process h2 em { font-size: 1.1em; }
.craft-heading-note { align-self: end; justify-self: end; max-width: 340px; font-size: 15px; line-height: 1.9; color: var(--muted); margin: 0; }
.hero-service-bridge { height: 100px; position: relative; overflow: hidden; }
.hero-service-bridge svg { position: absolute; left: calc(69.23% - 138px); top: 0; width: 180px; height: 110px; stroke: var(--blue); stroke-width: 1; }
.bridge-echo { opacity: .18; }
.craft-introduction { width: min(800px, calc(100% - var(--gutter)*2)); margin-inline: auto; padding-block: 16px 72px; }
.craft-introduction-copy > p { font-size: 18px; line-height: 1.85; color: var(--muted); }
@media (max-width: 1100px) and (min-width: 701px) {
  .hero-service-bridge svg { left: calc(65.5% - 138px); }
}
@media (max-width: 700px) {
  .hero-service-bridge { height: 74px; }
  .hero-service-bridge svg { left: calc(62.96% - 96px); width: 125px; height: 77px; }
  .craft-introduction { padding-block: 12px 48px; }
  .craft-introduction-copy > p { font-size: 16px; }
}
@media (max-width: 600px) {
  .hero-service-bridge svg { left: calc(52.38% - 96px); }
}
/* Keep the hero's overlapping paper cutout while giving services more room. */
.craft-care.craft-section { --care-gutter: calc(var(--gutter) + clamp(8px, 1.2vw, 18px)); background: var(--paper); position: relative; padding-top: 32px; padding-bottom: 62px; }
.craft-care > .shell { max-width: none; padding: 0; }
.craft-legacy-anchor { position: absolute; top: 0; }
.craft-care .craft-heading { position: relative; z-index: 2; display: block; padding-inline: var(--care-gutter); margin-bottom: clamp(24px, 3vw, 40px); }
.craft-care .craft-heading h2 { width: max-content; max-width: 100%; padding: 0; background: var(--paper); font-size: clamp(39px, 4.35vw, 72px); line-height: 1.05; letter-spacing: -.055em; }
.craft-care .craft-heading h2 em { font-size: 1.13em; }
.craft-care-layout { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(18px, 2.6vw, 40px); padding-inline: var(--care-gutter); }
.craft-service-card { min-width: 0; }
.craft-service-photo { position: relative; aspect-ratio: 1.2; overflow: hidden; margin: 0; background: var(--surface); }
.craft-service-photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.craft-service-card:nth-child(1) .craft-service-photo > img { object-position: 58% center; }
.craft-service-card:nth-child(2) .craft-service-photo > img { object-position: center 60%; }
.craft-service-card:nth-child(3) .craft-service-photo > img { object-position: 58% center; }
.craft-service-photo figcaption { position: absolute; z-index: 2; inset: auto 0 0; padding: 55px 25px 22px; color: white; background: linear-gradient(0deg, rgb(18 24 28 / .78), transparent); }
.craft-service-photo h3 { color: inherit; font-size: clamp(27px, 2.5vw, 38px); font-weight: 550; line-height: 1.1; letter-spacing: -.04em; }
.craft-service-scope { list-style: none; padding: 0; margin: 17px 0 0; display: grid; gap: 5px; }
.craft-service-scope li { position: relative; padding-left: 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.craft-service-scope li:before { content: ''; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); }
.craft-care-cta { display: flex; width: max-content; margin: 26px auto 0; font-size: 13px; }
.craft-photo-credit { font-size: 9px; line-height: 1.6; color: var(--muted); margin-top: 35px; }
.craft-photo-credit a { text-decoration: underline; text-underline-offset: 3px; }
.craft-care .craft-photo-credit { padding-inline: var(--care-gutter); margin-top: 20px; }
.craft-care + .craft-people:before { background: var(--paper); }
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .craft-service-card:hover .craft-service-photo > img { transform: scale(1.035); }
}
@media (max-width: 1000px) {
  .craft-care .craft-heading h2 { font-size: 40px; padding-right: 20px; }
  .craft-service-photo figcaption { padding-inline: 19px; }
  .craft-service-photo h3 { font-size: 28px; }
  .craft-service-scope li { font-size: 12px; }
}
@media (max-width: 700px) {
  .craft-care.craft-section { padding-top: 20px; padding-bottom: 44px; }
  .craft-care .craft-heading { margin-bottom: 24px; }
  .craft-care .craft-heading h2 { font-size: clamp(36px, 9vw, 50px); padding: 0 17px 0 0; }
  .craft-care-layout { grid-template-columns: minmax(0, 1fr); gap: 29px; }
  .craft-service-photo { aspect-ratio: 1.4; }
  .craft-service-photo figcaption { padding: 55px 20px 18px; }
  .craft-service-photo h3 { font-size: 31px; }
  .craft-service-scope { margin-top: 13px; gap: 3px; }
  .craft-service-scope li { font-size: 14px; }
  .craft-care-cta { margin-top: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .craft-service-photo > img { transition: none; }
}

/* Light blue-grey surface and a friendly stock portrait. */
.craft-people { background: var(--surface); color: var(--ink); position: relative; padding-block: 78px; }
.craft-people:before { content: ''; position: absolute; top: 0; left: 0; width: 35%; height: 28px; background: var(--paper); }
.craft-people:after { content: ''; position: absolute; bottom: 0; right: 0; width: var(--gutter); height: 32px; background: var(--paper); }
.craft-people-layout { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.craft-portrait { position: relative; margin: 0; order: 2; }
.craft-people-copy { order: 1; }
.craft-portrait img { width: 100%; height: 570px; object-fit: cover; object-position: 68% 35%; filter: brightness(1.08) saturate(.93); }
.craft-portrait:before { content: ''; position: absolute; top: -11px; left: -11px; width: 30px; height: 30px; border-top: 1px solid var(--blue); border-left: 1px solid var(--blue); }
.craft-portrait figcaption { position: absolute; left: 0; bottom: -1px; padding: 23px 30px 0 0; background: var(--surface); color: var(--ink); font-size: 20px; line-height: 1.3; }
.craft-portrait figcaption em { color: var(--blue); font-size: 1.13em; }
.craft-portrait figcaption small { display: block; font-size: 10px; margin-top: 12px; color: var(--muted); }
.craft-people-copy .craft-kicker { color: var(--muted); margin-bottom: 32px; }
.craft-people-copy .craft-kicker > span { color: var(--blue); }
.craft-people h2 em { color: var(--blue); }
.craft-people-copy > p:not(.craft-kicker) { font-size: 15px; line-height: 1.9; color: var(--muted); margin: 26px 0 0; max-width: 390px; }
.craft-listening-note { display: flex; align-items: start; gap: 25px; padding-top: 26px; margin-top: 30px; border-top: 1px solid #6a80cb; }
.craft-listening-note > span { font-size: 40px; line-height: 1; }
.craft-listening-note p { font-size: 14px; line-height: 1.8; }
.craft-listening-note strong { display: block; font-weight: 500; margin-top: 12px; }
.craft-people-copy .inline-link { color: var(--blue); border-color: var(--blue); margin-top: 25px; }
.craft-people-copy .inline-link:hover { color: var(--blue-dark); border-color: var(--blue-dark); }
.craft-advice-facts { margin: 28px 0 0; }
.craft-advice-facts > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 18px; padding-block: 16px; border-top: 1px solid var(--line); }
.craft-advice-facts dt { font-size: 13px; color: var(--ink); font-weight: 600; }
.craft-advice-facts dd { margin: 0; font-size: 15px; line-height: 1.65; color: var(--muted); }
.craft-people-copy > p:not(.craft-kicker) { max-width: 520px; font-size: 16px; line-height: 1.75; }
.craft-people-copy > .craft-advice-conclusion { font-size: 14px; margin-top: 22px; }
.craft-advice-conclusion strong { font-weight: 500; color: var(--ink); }

/* Practical questions replace the repeated process explanation. */
.craft-questions { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.craft-question-intro .craft-kicker { margin-bottom: 28px; }
.craft-question-intro h2 { font-size: clamp(32px, 3.5vw, 49px); line-height: 1.12; }
.craft-question-intro h2 em { font-size: 1.1em; }
.craft-question-intro > p:not(.craft-kicker) { font-size: 16px; line-height: 1.75; color: var(--muted); margin-top: 25px; max-width: 410px; }
.craft-answers { min-width: 0; }
.craft-answers details { border-top: 1px solid var(--line); }
.craft-answers details:first-child { border-color: var(--blue); }
.craft-answers summary { display: grid; grid-template-columns: 26px minmax(0, 1fr) 22px; gap: 18px; align-items: baseline; padding-block: 25px; list-style: none; cursor: pointer; }
.craft-answers summary::-webkit-details-marker { display: none; }
.craft-answers summary:after { content: '+'; color: var(--blue); font-size: 28px; line-height: 1; text-align: center; align-self: start; }
.craft-answers details[open] > summary:after { content: '−'; }
.craft-answers summary h3 { font-size: clamp(19px, 1.7vw, 24px); line-height: 1.35; font-weight: 500; letter-spacing: -.025em; text-wrap: pretty; }
.craft-question-number { color: var(--blue); font-size: 12px; }
.craft-answer { padding: 0 40px 27px 44px; }
.craft-answer p { font-size: 16px; line-height: 1.75; color: var(--muted); margin: 0; }
.craft-answer p + p { margin-top: 14px; }
.craft-answers summary:hover h3 { color: var(--blue); }

/* The process uses a line and open corner numbers rather than another photo grid. */
.craft-process { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(50px, 8vw, 120px); }
.craft-process-intro .craft-kicker { margin-bottom: 28px; }
.craft-process-intro > p:not(.craft-kicker) { font-size: 14px; line-height: 1.9; color: var(--muted); margin-top: 25px; }
.craft-route { width: 70%; max-width: 300px; margin: 38px 0 0 3px; stroke: var(--blue); stroke-width: 1; }
.craft-route-faint { stroke: var(--line); }
.craft-steps { list-style: none; padding: 0; margin: 0; }
.craft-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 28px; position: relative; padding-bottom: 38px; }
.craft-steps li:last-child { padding-bottom: 0; }
.craft-steps li:not(:last-child):after { content: ''; position: absolute; left: 22px; top: 55px; bottom: 10px; width: 1px; background: var(--line); }
.craft-step-number { display: grid; place-items: center; width: 46px; height: 46px; font-size: 12px; color: var(--blue); border-top: 1px solid var(--blue); border-left: 1px solid var(--blue); }
.craft-steps h3 { font-size: 28px; line-height: 1.2; letter-spacing: -.03em; font-weight: 500; margin: 3px 0 14px; }
.craft-steps p { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 430px; }
.craft-step-result { display: block; margin-top: 14px; font-size: 10px; color: var(--blue); }


@media (min-width: 1600px) {
  .craft-portrait img { height: 590px; }
}
@media (max-width: 1000px) {
  .craft-section { padding-block: 80px; }
  .craft-heading { gap: 0 35px; }
  .craft-people-layout, .craft-process { gap: 45px; }
  .craft-portrait img { height: 490px; }
  .craft-people h2 { font-size: 35px; }
  .craft-people-copy > p:not(.craft-kicker) { font-size: 14px; }
  .craft-advice-facts > div { grid-template-columns: 1fr; gap: 6px; }
}
@media (max-width: 700px) {
  .craft-section { padding-block: 66px; }
  .craft-heading { grid-template-columns: 1fr; margin-bottom: 37px; }
  .craft-heading .craft-kicker { margin-bottom: 21px; }
  .craft-heading h2, .craft-process h2 { font-size: clamp(34px, 8vw, 44px); }
  .craft-heading-note { justify-self: start; font-size: 14px; margin-top: 23px; max-width: 370px; }
  .craft-photo-credit { font-size: 8px; }
  .craft-people { padding-block: 58px; }
  .craft-people:before { width: 25%; height: 20px; }
  .craft-people-layout { grid-template-columns: 1fr; gap: 36px; }
  .craft-portrait { width: 90%; justify-self: start; order: 0; }
  .craft-people-copy { order: 0; }
  .craft-portrait img { height: 420px; object-position: 68% 35%; }
  .craft-portrait figcaption { font-size: 20px; padding-right: 20px; }
  .craft-people-copy .craft-kicker { margin-bottom: 25px; }
  .craft-people h2 { font-size: clamp(32px, 7.9vw, 41px); }
  .craft-people-copy > p:not(.craft-kicker) { font-size: 14px; max-width: 100%; }
  .craft-listening-note { margin-top: 26px; padding-top: 25px; }
  .craft-process { grid-template-columns: 1fr; gap: 36px; }
  .craft-route { display: none; }
  .craft-steps li { gap: 20px; padding-bottom: 33px; }
  .craft-steps h3 { font-size: 26px; }
  .craft-people-copy > p:not(.craft-kicker) { font-size: 16px; }
  .craft-people-copy > .craft-advice-conclusion { font-size: 14px; }
  .craft-advice-facts > div { grid-template-columns: 1fr; gap: 6px; }
  .craft-questions { grid-template-columns: 1fr; gap: 34px; }
  .craft-question-intro h2 { font-size: clamp(32px, 8vw, 42px); }
  .craft-answers summary { grid-template-columns: 21px minmax(0, 1fr) 20px; gap: 12px; padding-block: 21px; }
  .craft-answer { padding: 0 0 24px 33px; }
}
@media (max-width: 360px) {
  .craft-kicker { font-size: 10px; gap: 15px; }
  .craft-people h2 { font-size: 31px; }
  .craft-portrait img { height: 350px; }
  .craft-portrait figcaption { font-size: 17px; }
  .craft-steps li { gap: 13px; grid-template-columns: 40px 1fr; }
  .craft-step-number { width: 40px; }
  .craft-steps h3 { font-size: 23px; }
}

/* A single full-width closing chapter: invitation and footer share one surface. */
.craft-footer { --footer-muted: #eeefed; --footer-line: rgb(255 255 255 / .3); position: relative; isolation: isolate; background: #242725; color: var(--paper); }
.craft-footer-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 54%; pointer-events: none; }
/* A blue ink overlay keeps copy readable over the brighter tool photograph. */
.craft-footer:before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgb(22 37 60 / .85), transparent 72%), linear-gradient(90deg, rgb(22 37 60 / .64) 38%, rgb(22 37 60 / .76) 78%); pointer-events: none; }
.craft-contact { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .85fr); gap: clamp(40px, 6vw, 96px); align-items: end; padding-block: clamp(72px, 8vw, 116px); }
.craft-contact .craft-kicker { color: var(--footer-muted); font-size: 12px; margin-bottom: 30px; }
.craft-contact h2 { font-size: clamp(42px, 4.9vw, 74px); line-height: 1.08; letter-spacing: -.045em; }
.craft-contact h2 em { color: var(--paper); font-size: 1.08em; }
.craft-contact-action { padding-bottom: 5px; }
.craft-contact-action > p { color: var(--footer-muted); font-size: 16px; line-height: 1.8; max-width: 410px; margin-bottom: 26px; }
.craft-contact .button { background: var(--paper); color: var(--blue-dark); border-color: var(--paper); min-height: 54px; padding-inline: 24px; gap: 38px; }
.craft-contact .button:hover { background: var(--footer-muted); border-color: var(--footer-muted); }
.craft-contact-action > small { display: block; max-width: 360px; margin-top: 20px; color: var(--footer-muted); font-size: 12px; line-height: 1.8; }
.craft-footer-base { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 35px 40px; border-top: 1px solid var(--footer-line); }
.craft-footer .brand { color: var(--paper); font-size: 31px; }
.craft-footer .brand > span { color: var(--footer-muted); }
.craft-footer .footer-note { text-align: left; }
.craft-footer .footer-note p { font-size: 13px; color: var(--paper); }
.craft-footer .footer-note small { font-size: 11px; color: var(--footer-muted); margin-top: 7px; }
.craft-footer .quiet-link { display: inline-flex; align-items: center; gap: 22px; color: var(--paper); font-size: 12px; }
.craft-footer .quiet-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.craft-footer :focus-visible { outline-color: var(--paper); }
@media (max-width: 1000px) {
  .craft-contact { grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: 36px; }
  .craft-contact h2 { font-size: clamp(38px, 4.8vw, 48px); }
  .craft-footer-base { flex-wrap: wrap; gap: 26px; }
}
@media (max-width: 700px) {
  .craft-footer-image { object-position: 64% center; }
  .craft-footer:before { background: linear-gradient(0deg, rgb(22 37 60 / .9) 8%, rgb(22 37 60 / .74) 65%, rgb(22 37 60 / .64)); }
  .craft-contact { grid-template-columns: minmax(0, 1fr); gap: 30px; padding-block: 60px 48px; }
  .craft-contact .craft-kicker { font-size: 11px; margin-bottom: 24px; }
  .craft-contact h2 { font-size: clamp(35px, 8.8vw, 58px); }
  .craft-contact-action { padding-bottom: 0; }
  .craft-contact-action > p { max-width: 480px; }
  .craft-contact-action > small { max-width: 330px; }
  .craft-footer-base { display: grid; grid-template-columns: minmax(0, 1fr); gap: 26px; padding-block: 32px 38px; }
  .craft-footer .footer-note { width: auto; }
  .craft-footer .quiet-link { justify-self: start; }
}
