/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --ink: #061728;
  --paper: #f2f4f6;
  --acid: #0068d9;
  --line: #d4d9df;
  --muted: #5f6872;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.header {
  height: 88px;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  border-bottom: 1px solid var(--line);
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  background: rgba(242,244,246,.94);
  backdrop-filter: blur(10px);
}
.brand {
  display: flex;
  align-items: center;
}
.brand-logo {
  display: block;
  width: 230px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  background: var(--ink);
  color: white;
  font-weight: 900;
  font-size: 19px;
  letter-spacing: -4px;
}
.brand-mark span {
  color: var(--acid);
  margin-left: 1px;
}
.brand-name {
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.brand-name small {
  display: block;
  font-size: 8px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 6px;
  color: var(--muted);
}
nav {
  display: flex;
  gap: 34px;
  margin: auto;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
nav a:hover {
  color: #0057b8;
}
.shop-link {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 2px solid var(--acid);
  padding: 8px 0;
}
.shop-link span {
  margin-left: 8px;
}
.hero {
  min-height: 820px;
  padding: 160px 5vw 80px;
  display: grid;
  grid-template-columns: 51% 49%;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  z-index: 2;
  padding-top: 32px;
}
.eyebrow,.section-tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.eyebrow span {
  width: 28px;
  height: 3px;
  background: var(--acid);
}
h1,h2 {
  font-family: Georgia,'Times New Roman',serif;
  font-weight: 400;
  letter-spacing: -.055em;
  margin: 0;
}
h1 {
  font-size: clamp(68px,8.2vw,126px);
  line-height: .8;
  margin: 48px 0 38px;
}
h1 em,h2 em {
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}
.lead {
  max-width: 535px;
  font-size: 18px;
  line-height: 1.6;
  color: #55534e;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 38px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 190px;
  padding: 18px 20px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.primary {
  background: var(--ink);
  color: white;
}
.primary:hover {
  background: #2a2a2a;
}
.primary span {
  color: var(--acid);
  font-size: 20px;
}
.ghost {
  border: 1px solid #aaa59a;
}
.hero-art {
  position: relative;
  background: linear-gradient(135deg,#0a2947 0%,#020b14 68%);
  clip-path: polygon(16% 0,100% 0,100% 92%,0 100%);
  min-height: 585px;
  overflow: hidden;
}
.hero-art:before {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(0,104,217,.18);
  border-radius: 50%;
  top: 22%;
  left: 26%;
  box-shadow: 0 0 0 65px rgba(0,104,217,.035),0 0 0 140px rgba(255,255,255,.018);
}
.hero-art:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 46%;
  background: linear-gradient(var(--acid),rgba(0,104,217,0));
  top: 8%;
  left: 58%;
  box-shadow: 0 0 24px var(--acid);
  transform: rotate(12deg);
  transform-origin: top;
}
.laser-line {
  position: absolute;
  height: 1px;
  background: rgba(255,255,255,.18);
  inset: 57% 5% auto 10%;
  transform: rotate(-8deg);
}
.precision-card {
  position: absolute;
  right: 7%;
  top: 18%;
  color: white;
  border-left: 3px solid var(--acid);
  padding-left: 15px;
}
.precision-card b {
  font: 38px Georgia;
  display: block;
}
.precision-card small {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.material-label {
  position: absolute;
  color: #9d9f9b;
  font-size: 9px;
  letter-spacing: 2px;
  bottom: 12%;
  right: 7%;
  writing-mode: vertical-rl;
}
.scroll-note {
  position: absolute;
  left: 5vw;
  bottom: 45px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.scroll-note span {
  font-size: 18px;
  margin-left: 14px;
}
.intro {
  padding: 125px 5vw;
  display: grid;
  grid-template-columns: 20% 42% 38%;
  border-top: 1px solid var(--line);
}
.section-tag {
  color: #77746c;
}
.intro h2,.section-head h2,.possibility-title h2 {
  font-size: clamp(48px,5.4vw,82px);
  line-height: .95;
}
.intro-text {
  padding-top: 40px;
}
.intro-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #5b5954;
  max-width: 440px;
}
.accent-line {
  border-left: 3px solid var(--acid);
  padding-left: 18px;
  color: var(--ink) !important;
  font-weight: 700;
}
.services {
  background: var(--ink);
  color: white;
  padding: 120px 5vw;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.section-head .section-tag {
  color: var(--acid);
}
.section-head h2 {
  margin-top: 20px;
}
.section-head>p {
  color: #aaa;
  max-width: 390px;
  line-height: 1.65;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  margin-top: 80px;
  border-top: 1px solid #414141;
}
.service-grid article {
  padding: 40px 38px 30px 0;
  border-right: 1px solid #414141;
  position: relative;
}
.service-grid article+article {
  padding-left: 38px;
}
.service-grid article:last-child {
  border-right: 0;
}
.service-number {
  font: 13px monospace;
  color: #777;
}
.service-icon {
  color: var(--acid);
  font-size: 42px;
  margin: 55px 0 30px;
}
.service-grid h3 {
  font: 30px Georgia;
  margin: 0 0 20px;
}
.service-grid p {
  color: #a9a9a9;
  line-height: 1.65;
  min-height: 105px;
}
.service-grid a {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid #414141;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.4px;
}
.service-grid a span {
  color: var(--acid);
}
.possibilities {
  padding: 130px 5vw;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 6vw;
}
.possibility-title h2 {
  margin: 22px 0 28px;
}
.possibility-title p:last-child {
  max-width: 410px;
  color: #66635e;
  line-height: 1.7;
}
.product-list {
  border-top: 1px solid #aaa59a;
}
.product-list div {
  height: 78px;
  display: grid;
  grid-template-columns: 55px 1fr 35px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.product-list span {
  font: 11px monospace;
  color: #888;
}
.product-list b {
  font: 22px Georgia;
  font-weight: 400;
}
.product-list i {
  font-style: normal;
  font-size: 20px;
}
.cta {
  background: var(--acid);
  color: white;
  padding: 105px 5vw;
}
.cta h2 {
  font-size: clamp(58px,7.5vw,112px);
  line-height: .9;
  margin: 28px 0;
}
.cta h2 em {
  -webkit-text-stroke-color: white;
}
.cta>p:not(.section-tag) {
  font-size: 17px;
  max-width: 480px;
  line-height: 1.6;
}
.cta-actions {
  display: flex;
  align-items: center;
  gap: 38px;
  margin-top: 38px;
}
.light {
  background: white;
  color: var(--ink);
  min-width: 260px;
}
.phone-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.phone {
  font: 22px Georgia;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
footer {
  background: #020b14;
  color: white;
  padding: 75px 5vw 25px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 45px;
}
footer>div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer b {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
footer span,footer a {
  font-size: 13px;
  line-height: 1.8;
  color: #999;
}
.footer-brand {
  flex-direction: row !important;
  align-items: center;
}
.footer-brand b {
  font: 26px Georgia;
  text-transform: none;
  letter-spacing: 0;
}
.footer-brand small {
  display: block;
  color: #777;
  margin-top: 8px;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #333;
  margin-top: 45px;
  padding-top: 22px;
  font-size: 10px;
  color: #666;
}
@media (max-width:900px) {
  .header {
    padding: 0 24px;
  }
  .header nav {
    display: none;
  }
  .shop-link {
    margin-left: auto;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 125px 24px 70px;
  }
  .hero-art {
    min-height: 360px;
    margin-top: 50px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: 72px;
  }
  .scroll-note {
    display: none;
  }
  .intro {
    grid-template-columns: 1fr;
    padding: 85px 24px;
    gap: 30px;
  }
  .intro-text {
    padding: 0;
  }
  .services,.possibilities,.cta {
    padding: 85px 24px;
  }
  .section-head {
    display: block;
  }
  .section-head>p {
    margin-top: 30px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
  .service-grid article,.service-grid article+article {
    padding: 35px 0;
    border-right: 0;
    border-bottom: 1px solid #414141;
  }
  .service-icon {
    margin: 25px 0;
  }
  .service-grid p {
    min-height: auto;
  }
  .possibilities {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  footer {
    grid-template-columns: 1fr 1fr;
    padding: 60px 24px 25px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width:520px) {
  .brand-logo {
    width: 170px;
  }
  .hero h1 {
    font-size: 59px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .intro h2,.section-head h2,.possibility-title h2 {
    font-size: 48px;
  }
  .product-list b {
    font-size: 18px;
  }
  .cta h2 {
    font-size: 54px;
  }
  .cta-actions {
    gap: 24px;
  }
  footer {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
}
.hero {
  display: block;
  min-height: auto;
  padding-bottom: 100px;
}
.hero-copy {
  padding-top: 12px;
}
.hero-banner {
  margin: 28px 0 30px;
  background: #020b14;
  overflow: hidden;
}
.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.hero .lead {
  max-width: 720px;
}
.hero .scroll-note {
  bottom: 34px;
}
.cta {
  background: linear-gradient(115deg,#f4f5f6 0%,#aeb4ba 22%,#f7f8f9 47%,#858d95 72%,#d9dde0 100%);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.cta h2 em {
  -webkit-text-stroke-color: var(--ink);
}
.cta .section-tag {
  color: #394550;
}
.cta .light {
  background: var(--ink);
  color: white;
}
.cta .light span {
  color: #5aa7ff;
}
@media (max-width:900px) {
  .hero {
    padding: 125px 24px 85px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero-banner {
    margin: 24px -24px 28px;
  }
  .hero .scroll-note {
    display: none;
  }
}
.engraving-offer {
  padding: 125px 5vw 135px;
  background: #eef1f4;
}
.engraving-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5vw;
  align-items: start;
}
.engraving-intro .section-tag {
  grid-column: 1;
}
.engraving-intro h2 {
  grid-column: 2;
  font-size: clamp(48px,5.4vw,82px);
  line-height: .95;
}
.engraving-intro h2 em {
  font-weight: 400;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}
.engraving-intro>p:last-child {
  grid-column: 2;
  max-width: 690px;
  font-size: 17px;
  line-height: 1.75;
  color: #5b6570;
  margin: 22px 0 0;
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 22px;
  margin-top: 70px;
}
.method-card {
  background: white;
  border: 1px solid #d8dde2;
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 330px;
  overflow: hidden;
}
.method-photo {
  position: relative;
  min-width: 0;
  min-height: 330px;
  background: #061728;
}
.method-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.method-copy {
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
}
.method-copy>span {
  font-size: 10px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--acid);
}
.method-copy h3 {
  font: 30px Georgia;
  margin: 24px 0 18px;
  line-height: 1.05;
}
.method-copy p {
  color: #626b74;
  line-height: 1.65;
  margin: auto 0 0;
}
.engraving-note {
  margin: 24px 0 85px;
  background: #061728;
  color: white;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
}
.engraving-note p {
  max-width: 760px;
  color: #b7c0c8;
  line-height: 1.7;
}
.engraving-note .primary {
  background: #fff;
  color: #061728;
  flex: none;
}
.gallery-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid #cbd1d7;
  padding-bottom: 18px;
}
.gallery-head>p:last-child {
  color: #68717a;
}
.engraving-gallery {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
  margin-top: 28px;
}
.engraving-gallery figure {
  margin: 0;
  background: white;
  overflow: hidden;
  border: 1px solid #d8dde2;
}
.engraving-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 310px;
  object-fit: contain;
  object-position: center;
}
.engraving-gallery figcaption {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.engraving-gallery figcaption span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--acid);
}
.engraving-gallery figcaption b {
  font: 22px Georgia;
  font-weight: 400;
}
@media (max-width:1050px) {
  .method-card {
    grid-template-columns: 1fr;
  }
  .method-photo {
    height: 300px;
  }
  .engraving-gallery img {
    height: 260px;
  }
}
@media (max-width:900px) {
  .engraving-offer {
    padding: 85px 24px;
  }
  .engraving-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .engraving-intro .section-tag,.engraving-intro h2,.engraving-intro>p:last-child {
    grid-column: 1;
  }
  .method-grid {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
  .method-card {
    grid-template-columns: 42% 58%;
  }
  .engraving-note {
    align-items: flex-start;
    flex-direction: column;
  }
  .engraving-gallery {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:600px) {
  .method-card {
    grid-template-columns: 1fr;
  }
  .method-photo {
    height: 270px;
  }
  .method-copy {
    padding: 30px 26px;
  }
  .engraving-gallery {
    grid-template-columns: 1fr;
  }
  .engraving-gallery img {
    height: 300px;
  }
  .gallery-head {
    display: block;
  }
  .gallery-head>p:last-child {
    line-height: 1.5;
  }
}
.method-card:first-child .method-photo img {
  object-position: center;
}
.method-photo img[src="realizacje/pudelko.jpeg"],.engraving-gallery img[src="realizacje/pudelko_1.jpeg"] {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
}
.method-photo-cutout {
  background: transparent;
}
