@font-face {
  font-family: "Funnel Display";
  src: url("fonts/funnel-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Funnel Display";
  src: url("fonts/funnel-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Afacad";
  src: url("fonts/afacad-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Afacad";
  src: url("fonts/afacad-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #171517;
  --ink-soft: #4e494c;
  --paper: #f2efe8;
  --paper-deep: #ded9cf;
  --white: #fffdf8;
  --wine: #8e0b50;
  --wine-deep: #55052f;
  --rose: #e6a3c4;
  --copper: #d29a7d;
  --line: rgba(23, 21, 23, 0.19);
  --line-light: rgba(255, 253, 248, 0.22);
  --display: "Funnel Display", "Arial Narrow", sans-serif;
  --body: "Afacad", "Trebuchet MS", sans-serif;
  --page: min(1240px, calc(100% - 32px));
  --shadow: 0 30px 90px rgba(22, 16, 20, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.26;
  background-image: repeating-linear-gradient(118deg, rgba(23, 21, 23, 0.04) 0, rgba(23, 21, 23, 0.04) 1px, transparent 1px, transparent 7px);
}

::selection {
  background: var(--wine);
  color: var(--white);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  hyphens: auto;
  line-height: 0.98;
  letter-spacing: -0.04em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

p {
  max-width: 65ch;
}

.wrap {
  width: var(--page);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--ink);
  font-weight: 700;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--copper);
  outline-offset: 4px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: currentColor;
  content: "";
}

.on-dark {
  color: var(--rose);
}

.site-header {
  position: relative;
  z-index: 30;
  border-bottom: 1px solid var(--line);
  background: rgba(242, 239, 232, 0.95);
  backdrop-filter: blur(15px);
}

.home .site-header {
  position: absolute;
  inset: 0 0 auto;
  border-color: var(--line-light);
  background: rgba(23, 21, 23, 0.95);
  color: var(--white);
  backdrop-filter: blur(15px);
}

.myhammer-trust {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.myhammer-trust-link {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.myhammer-trust-link strong {
  color: var(--wine);
  font-family: var(--display);
  font-size: 1.08em;
  letter-spacing: 0;
}

.myhammer-trust-link > span + span::before {
  margin-right: 7px;
  color: var(--wine);
  content: "·";
}

.myhammer-trust-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--wine);
  text-underline-offset: 4px;
}

.home .myhammer-trust {
  position: absolute;
  z-index: 25;
  top: 76px;
  right: 0;
  left: 0;
  border-color: var(--line-light);
  background: var(--wine-deep);
  color: var(--white);
}

.home .myhammer-trust-link strong,
.home .myhammer-trust-link > span + span::before {
  color: var(--white);
}

.header-inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  width: 48px;
  height: 34px;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-name {
  display: grid;
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand-name small {
  margin-top: 4px;
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.menu-toggle {
  display: inline-grid;
  width: 46px;
  height: 46px;
  padding: 0;
  place-items: center;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before {
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease;
}

.menu-toggle span::before {
  display: block;
  transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::before {
  transform: rotate(90deg);
}

.site-nav {
  position: absolute;
  top: 76px;
  right: 0;
  left: 0;
  display: none;
  padding: 24px 16px 30px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.site-nav[data-open="true"] {
  display: grid;
  gap: 2px;
}

.site-nav a {
  padding: 12px 10px;
  border-bottom: 1px solid var(--line-light);
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  color: var(--rose);
}

.site-nav .nav-cta {
  margin-top: 10px;
  border: 0;
  background: var(--wine);
  color: var(--white);
  text-align: center;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid var(--wine);
  background: var(--wine);
  color: var(--white);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  background: var(--wine-deep);
  transform: translateY(-2px);
}

.button.light {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.button.light:hover {
  background: var(--paper-deep);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wine);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.text-link::after {
  content: "→";
}

.review-source-cta {
  margin: 30px 0 0;
}

.myhammer-reviews-link {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  border: 1px solid var(--wine);
  color: var(--wine);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.myhammer-reviews-link::after {
  content: "↗";
}

.myhammer-reviews-link:hover {
  background: var(--wine);
  color: var(--white);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 122px 0 48px;
  background: var(--ink);
  color: var(--white);
}

.home-hero::after {
  position: absolute;
  right: -22vw;
  bottom: -28vw;
  width: 72vw;
  aspect-ratio: 1;
  border: 1px solid rgba(230, 163, 196, 0.22);
  border-radius: 50%;
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-copy h1 {
  max-width: 8ch;
  margin-bottom: 24px;
  font-size: clamp(3.75rem, 16vw, 6.5rem);
  font-weight: 560;
}

.hero-copy h1 span {
  display: block;
  color: var(--rose);
}

.hero-lead {
  margin-bottom: 28px;
  color: #f3ecef;
  font-size: 1.12rem;
}

.hero-actions {
  display: grid;
  gap: 12px;
}

.hero-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: var(--white);
  font-weight: 700;
  text-underline-offset: 5px;
}

.hero-visual {
  position: relative;
  min-height: 470px;
  margin-right: -16px;
}

.hero-visual-main {
  position: absolute;
  inset: 0 0 60px;
  width: 100%;
  height: calc(100% - 60px);
  object-fit: cover;
  object-position: 48% center;
  filter: saturate(0.82) contrast(1.04);
}

.hero-visual::after {
  position: absolute;
  inset: 0 0 60px;
  background: linear-gradient(180deg, rgba(23, 21, 23, 0.02), rgba(23, 21, 23, 0.48));
  content: "";
}

.hero-inset {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 0;
  width: min(48%, 240px);
  border: 8px solid var(--ink);
  box-shadow: var(--shadow);
}

.hero-inset img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hero-inset span {
  display: block;
  padding: 10px 12px;
  background: var(--wine);
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-ticket {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: -8px;
  max-width: 190px;
  padding: 16px;
  background: var(--white);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.proof-ticket strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.proof-ticket span {
  font-size: 0.78rem;
  line-height: 1.25;
}

.proof-rail {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-rail-grid {
  display: grid;
}

.proof-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.proof-item:last-child {
  border-bottom: 0;
}

.proof-item strong {
  display: block;
  margin-bottom: 5px;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1.05;
}

.proof-item span {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.section {
  padding: 78px 0;
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-wine {
  background: var(--wine-deep);
  color: var(--white);
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 38px;
}

.section-head h2,
.split-title h2 {
  max-width: 11ch;
  margin-bottom: 0;
  font-size: clamp(2.75rem, 11vw, 5.4rem);
  font-weight: 520;
}

.section-head p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.section-dark .section-head p,
.section-wine .section-head p {
  color: #ded7db;
}

.service-list {
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  gap: 10px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.service-row h3 {
  margin: 0;
  font-size: clamp(1.75rem, 7vw, 3rem);
  font-weight: 550;
}

.service-row p {
  margin: 0;
  color: var(--ink-soft);
}

.service-row .row-action {
  color: var(--wine);
  font-weight: 700;
}

.service-row:hover h3 {
  color: var(--wine);
}

.compact-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: var(--line);
}

.compact-service {
  min-height: 132px;
  padding: 20px;
  background: var(--paper);
}

.compact-service strong {
  display: block;
  font-family: var(--display);
  font-size: 1.25rem;
  line-height: 1.05;
}

.compact-service span {
  display: block;
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 0.86rem;
}

.work-grid {
  display: grid;
  gap: 16px;
}

.work-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #292529;
}

.work-figure img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.work-figure:hover img {
  transform: scale(1.035);
}

.work-figure figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 12px 14px;
  background: rgba(23, 21, 23, 0.88);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.registry-grid,
.story-grid,
.contact-teaser,
.contact-page-grid,
.legal-grid {
  display: grid;
  gap: 36px;
}

.registry-seal {
  position: relative;
  padding: 30px;
  border: 1px solid var(--line-light);
  background: rgba(255, 255, 255, 0.04);
}

.registry-seal::before {
  display: block;
  width: 76px;
  height: 5px;
  margin-bottom: 26px;
  background: var(--rose);
  content: "";
}

.registry-seal strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--display);
  font-size: clamp(3rem, 16vw, 6.7rem);
  font-weight: 520;
  line-height: 0.82;
}

.registry-seal p {
  margin-bottom: 0;
  color: #ded7db;
}

.registry-copy h2 {
  margin-bottom: 30px;
  font-size: clamp(2.8rem, 7vw, 5.8rem);
}

.craft-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.craft-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--line-light);
  font-size: 1.05rem;
}

.craft-list li::before {
  margin-right: 12px;
  color: var(--rose);
  content: "+";
  font-weight: 700;
}

.contact-teaser {
  align-items: end;
}

.contact-teaser h2 {
  margin-bottom: 18px;
  font-size: clamp(3.1rem, 12vw, 7rem);
  font-weight: 520;
}

.contact-direct {
  display: grid;
  gap: 10px;
}

.contact-direct a {
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.4rem, 6vw, 2.3rem);
  font-weight: 600;
  line-height: 1.1;
  text-decoration-color: var(--rose);
  text-underline-offset: 6px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 62px 0 0;
  background: var(--ink);
  color: var(--white);
}

.page-hero-grid {
  display: grid;
  gap: 34px;
}

.page-hero-copy {
  padding-bottom: 10px;
}

.page-hero-copy h1 {
  max-width: 9ch;
  margin-bottom: 22px;
  font-size: clamp(4rem, 16vw, 7.5rem);
  font-weight: 540;
}

.page-hero-copy p {
  color: #eee8eb;
  font-size: 1.12rem;
}

.page-hero-media {
  position: relative;
  margin-right: -16px;
}

.page-hero-media img {
  width: 100%;
  min-height: 420px;
  max-height: 680px;
  object-fit: cover;
}

.page-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(23, 21, 23, 0.55));
  content: "";
}

.page-proof {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  max-width: 230px;
  padding: 17px;
  background: var(--wine);
  color: var(--white);
}

.page-proof strong,
.page-proof span {
  display: block;
}

.page-proof strong {
  margin-bottom: 4px;
  font-family: var(--display);
  font-size: 1.45rem;
  line-height: 1.05;
}

.page-proof span {
  font-size: 0.78rem;
  line-height: 1.3;
}

.detail-grid {
  display: grid;
  gap: 16px;
}

.detail-card {
  padding: 26px;
  border: 1px solid var(--line);
  background: var(--white);
}

.detail-card h3 {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.detail-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.story-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.75rem, 11vw, 5.6rem);
  font-weight: 520;
}

.story-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.story-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
}

.story-list .marker {
  color: var(--rose);
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 700;
}

.story-list h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.story-list p {
  margin-bottom: 0;
  color: #ddd6da;
}

.photo-pair {
  display: grid;
  gap: 16px;
}

.photo-pair figure {
  margin: 0;
}

.photo-pair img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
}

.photo-pair figcaption {
  padding: 11px 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.cta-slab {
  padding: 60px 0;
  background: var(--wine);
  color: var(--white);
}

.cta-slab-inner {
  display: grid;
  gap: 24px;
  align-items: center;
}

.cta-slab h2 {
  margin-bottom: 0;
  font-size: clamp(2.6rem, 11vw, 5.4rem);
  font-weight: 520;
}

.contact-page {
  padding: 66px 0 86px;
}

.contact-intro h1,
.legal-head h1 {
  margin-bottom: 22px;
  font-size: clamp(4rem, 14vw, 7rem);
  font-weight: 540;
}

.contact-intro p {
  color: var(--ink-soft);
  font-size: 1.1rem;
}

.contact-cards {
  display: grid;
  gap: 1px;
  margin-top: 30px;
  background: var(--line);
}

.contact-card {
  display: block;
  padding: 19px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}

.contact-card span,
.contact-card strong {
  display: block;
}

.contact-card span {
  margin-bottom: 4px;
  color: var(--wine);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-card strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: 1.2rem;
}

.contact-form {
  padding: 24px;
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-image {
  margin-top: 24px;
}

.form-row {
  display: grid;
  gap: 16px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.82rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  border: 1px solid #7a7277;
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--rose);
  outline: 3px solid rgba(230, 163, 196, 0.35);
}

.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  margin: 4px 0 22px;
  align-items: start;
  font-size: 0.86rem;
}

.consent input {
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  accent-color: var(--wine);
}

.consent a {
  color: var(--rose);
}

.trap-wrap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  min-height: 1.5em;
  margin: 16px 0 0;
  color: var(--white);
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #bde6c6;
}

.form-status[data-state="error"] {
  color: #ffc0b7;
}

.legal-page {
  padding: 66px 0 90px;
}

.legal-head {
  max-width: 800px;
  margin-bottom: 52px;
}

.legal-head p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.legal-grid {
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-grid:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-grid h2 {
  margin: 0;
  font-size: 1.55rem;
}

.legal-content p:last-child,
.legal-content ul:last-child {
  margin-bottom: 0;
}

.legal-content a {
  color: var(--wine);
  text-underline-offset: 4px;
}

.site-footer {
  padding: 54px 0 24px;
  background: #100f10;
  color: var(--white);
}

.footer-grid {
  display: grid;
  gap: 34px;
}

.footer-brand p {
  margin: 22px 0 0;
  color: #cfc7cb;
}

.footer-col h2 {
  margin-bottom: 14px;
  color: var(--rose);
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col address {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-style: normal;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-bottom {
  display: flex;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid var(--line-light);
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 24px;
  color: #bdb5b9;
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.mobile-call {
  position: fixed;
  z-index: 25;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--white);
  background: var(--wine);
  color: var(--white);
  box-shadow: 0 15px 45px rgba(23, 21, 23, 0.32);
  font-weight: 700;
  text-decoration: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js .reveal.in-view {
  opacity: 1;
  transform: none;
}

@keyframes hero-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes hero-image-in {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.hero-copy > *,
.page-hero-copy > * {
  animation: hero-copy-in 700ms both;
}

.hero-copy > :nth-child(2),
.page-hero-copy > :nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy > :nth-child(3),
.page-hero-copy > :nth-child(3) {
  animation-delay: 170ms;
}

.hero-copy > :nth-child(4),
.page-hero-copy > :nth-child(4) {
  animation-delay: 240ms;
}

.hero-visual-main,
.page-hero-media > img {
  animation: hero-image-in 950ms 100ms both;
}

@media (min-width: 620px) {
  :root {
    --page: min(1240px, calc(100% - 48px));
  }

  .hero-actions,
  .proof-rail-grid,
  .form-row,
  .detail-grid,
  .photo-pair,
  .contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-rail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .proof-item {
    padding: 24px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .proof-item:first-child {
    padding-left: 0;
  }

  .proof-item:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .hero-call {
    justify-content: flex-start;
  }

  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-figure:first-child {
    grid-row: span 2;
  }

  .work-figure:first-child img {
    min-height: 636px;
  }

  .photo-pair img {
    min-height: 420px;
  }

  .contact-form {
    padding: 34px;
  }
}

@media (min-width: 900px) {
  body {
    font-size: 19px;
  }

  .header-inner {
    min-height: 90px;
  }

  .home .myhammer-trust {
    top: 90px;
  }

  .brand-mark {
    width: 62px;
    height: 42px;
  }

  .brand-name {
    font-size: 1.08rem;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav,
  .site-nav[data-open="true"] {
    position: static;
    display: flex;
    padding: 0;
    align-items: center;
    gap: clamp(14px, 1.8vw, 25px);
    background: transparent;
    box-shadow: none;
    color: inherit;
  }

  .site-nav a {
    padding: 9px 0;
    border: 0;
    font-size: clamp(0.78rem, 1.3vw, 0.88rem);
  }

  .site-nav .nav-cta {
    margin: 0;
    padding: 11px 17px;
    border: 1px solid var(--wine);
  }

  .site-nav a[aria-current="page"] {
    color: var(--wine);
  }

  .home .site-nav a[aria-current="page"] {
    color: var(--rose);
  }

  .home .site-nav .nav-cta {
    border-color: var(--white);
    background: transparent;
  }

  .home .site-nav .nav-cta:hover {
    background: var(--white);
    color: var(--ink);
  }

  .home-hero {
    min-height: 820px;
    padding: 145px 0 70px;
  }

  .home-hero-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: 36px;
  }

  .hero-copy h1 {
    font-size: clamp(5rem, 7.8vw, 8rem);
  }

  .hero-lead {
    max-width: 54ch;
  }

  .hero-actions {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .hero-visual {
    min-height: 610px;
    margin-right: calc((100vw - min(1240px, calc(100vw - 48px))) / -2);
  }

  .hero-visual-main {
    object-position: 42% center;
  }

  .hero-inset {
    right: 9%;
    width: 220px;
  }

  .proof-ticket {
    left: -34px;
    max-width: 220px;
  }

  .section {
    padding: 122px 0;
  }

  .section-head {
    grid-template-columns: minmax(0, 1.3fr) minmax(290px, 0.7fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 62px;
  }

  .section-head h2,
  .split-title h2 {
    font-size: clamp(4.4rem, 6.6vw, 6.8rem);
  }

  .service-row {
    grid-template-columns: minmax(300px, 1fr) minmax(280px, 0.8fr) 110px;
    align-items: center;
    gap: 34px;
    padding: 30px 0;
  }

  .service-row h3 {
    font-size: clamp(2.5rem, 3.7vw, 4.3rem);
  }

  .service-row .row-action {
    text-align: right;
  }

  .compact-services {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .compact-service {
    min-height: 170px;
    padding: 28px;
  }

  .compact-service strong {
    font-size: 1.6rem;
  }

  .work-grid {
    grid-template-columns: 1.25fr 0.75fr 0.75fr;
    grid-template-rows: 310px 310px;
  }

  .work-figure:first-child {
    grid-row: 1 / span 2;
  }

  .work-figure:nth-child(2) {
    grid-column: 2 / span 2;
  }

  .work-figure img,
  .work-figure:first-child img {
    min-height: 100%;
  }

  .registry-grid,
  .story-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: start;
    gap: 90px;
  }

  .contact-teaser {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 80px;
  }

  .contact-teaser h2 {
    font-size: clamp(5rem, 7.2vw, 8rem);
  }

  .page-hero {
    padding: 0;
  }

  .page-hero-grid {
    min-height: 700px;
    grid-template-columns: minmax(400px, 0.82fr) minmax(520px, 1.18fr);
    align-items: center;
    gap: 56px;
  }

  .page-hero-copy {
    padding: 80px 0;
  }

  .page-hero-copy h1 {
    font-size: clamp(5.5rem, 7.2vw, 8.2rem);
  }

  .page-hero-media {
    align-self: stretch;
    margin-right: calc((100vw - min(1240px, calc(100vw - 48px))) / -2);
  }

  .page-hero-media img {
    height: 100%;
    max-height: none;
  }

  .detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .detail-card {
    min-height: 250px;
    padding: 34px;
  }

  .photo-pair {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .photo-pair figure:first-child {
    padding-top: 80px;
  }

  .photo-pair img {
    min-height: 560px;
  }

  .cta-slab {
    padding: 85px 0;
  }

  .cta-slab-inner {
    grid-template-columns: 1fr auto;
    gap: 60px;
  }

  .contact-page-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
    gap: 70px;
  }

  .legal-grid {
    grid-template-columns: 0.38fr 0.62fr;
    gap: 80px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 0.6fr;
    gap: 70px;
  }

  .mobile-call {
    display: none;
  }
}

@media (max-width: 430px) {
  .myhammer-trust-link {
    min-height: 40px;
    gap: 4px;
    font-size: 0.7rem;
    letter-spacing: -0.01em;
  }

  .myhammer-trust-link > span + span::before {
    margin-right: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

/* TELEFON: WYMUSZONE PROPORCJE ZDJEC.
   Adwersarz 28.08: przy 390 px trzy zdjecia bralo wysokosc z atrybutu HTML
   (164x832, 358x832, 358x768 przy proporcji natywnej 1.5 i 1.75), czyli z poziomego
   kadru robil sie pionowy pasek. Sama regula bazowa `height:auto` tego nie zdjela,
   bo reguly szczegolowe wygrywaja. Tu ustawiamy proporcje wprost. */
@media (max-width: 619px) {
  .hero-inset img,
  .photo-pair img,
  .work-figure img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }
  .hero-visual { min-height: 0; margin-right: 0; }
  .hero-visual-main {
    position: static;
    height: auto !important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }
}

/* `.service-row` byl projektowany na jasnym tle: opis w --ink-soft, akcja w --wine.
   Na `.section-dark` (tlo #171517) daje to kontrast 2,06 i 2,00 przy progu 4,5,
   czyli tekst praktycznie niewidoczny. Zmierzone przez kontrast-wyliczony.py 30.08.
   Na ciemnym tle te same elementy dostaja jasne odpowiedniki. */
.section-dark .service-row p {
  color: var(--paper-deep);
}

.section-dark .service-row .row-action {
  color: var(--rose);
}

.section-dark .service-row:hover h3 {
  color: var(--rose);
}

/* Keep the expanded city navigation usable on medium-width screens. */
@media (min-width: 900px) and (max-width: 1120px) {
  .menu-toggle {
    display: inline-grid;
  }

  .site-nav,
  .site-nav[data-open="true"] {
    position: absolute;
    top: 90px;
    right: 0;
    left: 0;
    padding: 24px 16px 30px;
    background: var(--ink);
    color: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav {
    display: none;
  }

  .site-nav[data-open="true"] {
    display: grid;
    gap: 2px;
  }

  .site-nav a {
    padding: 12px 10px;
    border-bottom: 1px solid var(--line-light);
    font-size: 0.88rem;
  }

  .site-nav .nav-cta {
    margin-top: 10px;
    padding: 12px 10px;
    border: 0;
    background: var(--wine);
    color: var(--white);
  }

  .site-nav a[aria-current="page"],
  .home .site-nav a[aria-current="page"] {
    color: var(--rose);
  }
}
