/* Unsortedclothes.ie — Archtol Ltd, Cork. Original CSS. */

@font-face {
  font-family: "Big Shoulders Display";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("fonts/big-shoulders-latin-ext.woff2") format("woff2");
  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: "Big Shoulders Display";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("fonts/big-shoulders-latin.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/source-sans-latin-ext.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/source-sans-latin.woff2") format("woff2");
  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: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/source-sans-italic-latin.woff2") format("woff2");
}

:root {
  --ink: #ffffff;
  --char: #f7f5f1;
  --panel: #f3f0ea;
  --raised: #ffffff;
  --line: #ddd8ce;
  --line-2: #cfc9bc;
  --paper: #141210;
  --paper-2: #2a2722;
  --mute: #6f685c;
  --mute-2: #8a8376;
  --rust: #e34812;
  --rust-2: #ff6a32;
  --rust-dim: #8a2c0c;
  --green: #169b62;
  --green-2: #2ecf86;
  --max: 72rem;
  --gutter: 1.25rem;
  --header: 3.6rem;
  --sans: "Source Sans 3", "Liberation Sans", "Nimbus Sans", system-ui, sans-serif;
  --display: "Big Shoulders Display", "Nimbus Sans Narrow", "Liberation Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
  color: var(--paper);
}

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.55;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(227, 72, 18, 0.08), transparent 50%),
    var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img, svg { display: block; max-width: 100%; }
a { color: inherit; }

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--rust);
  color: #fff;
  padding: 0.5rem 0.85rem;
  font-weight: 700;
  z-index: 100;
}
.skip:focus { top: 0.75rem; }

/* Atmosphere: warehouse hatch, not a photo */
.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M0 80L80 0' stroke='%23141210' stroke-width='0.4' opacity='0.15'/%3E%3Cpath d='M-20 80L80 -20' stroke='%23141210' stroke-width='0.4' opacity='0.08'/%3E%3C/svg%3E");
}

.wrap {
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: var(--header);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(var(--max), calc(100% - 2 * var(--gutter)));
  margin-inline: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  min-height: 44px;
}

.logo-mark {
  width: 2.35rem;
  height: 2.35rem;
  color: var(--paper);
  flex: 0 0 auto;
}

.brand-name {
  font-family: var(--display);
  font-weight: 800;
  font-size: 0.98rem;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1;
}

.brand-name span {
  display: block;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  color: var(--mute);
  text-transform: uppercase;
  margin-top: 0.18rem;
}

.nav {
  display: none;
  align-items: center;
  gap: 1.25rem;
}

.nav a {
  text-decoration: none;
  color: var(--paper-2);
  font-size: 0.92rem;
  font-weight: 500;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.nav a:hover { color: var(--paper); }

.btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  background: var(--rust);
  color: #fff7f2;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.btn:hover { background: var(--rust-2); color: #fff; }

.btn-ghost {
  background: transparent;
  color: var(--paper);
  border-color: var(--line-2);
}

.btn-ghost:hover {
  border-color: var(--paper);
  background: transparent;
  color: var(--paper);
}

.header-end {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
}

.lang {
  display: flex;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lang a {
  color: var(--mute);
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
}

.lang a[aria-current="page"] {
  color: var(--paper);
}

.lang a:hover { color: var(--paper); }

.lang .sep {
  color: var(--mute-2);
  user-select: none;
  pointer-events: none;
}

@media (max-width: 479px) {
  .header-inner { gap: 0.35rem; }
  .brand-name { font-size: 0.82rem; }
  .header-end .btn { padding-inline: 0.55rem; font-size: 0.78rem; }
  .lang { font-size: 0.68rem; letter-spacing: 0.06em; }
  .lang a { padding: 0 0.18rem; }
}


/* Hero */
.hero {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0 1.75rem;
  align-content: start;
}

.kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.7rem;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mute);
}

.kicker i {
  width: 1.5rem;
  height: 1px;
  background: var(--green);
  display: inline-block;
  font-style: normal;
}

.hero h1 {
  margin: 0.85rem 0 0;
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(1.85rem, 8.4vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: none;
  color: var(--paper);
  max-width: 100%;
  overflow-wrap: anywhere;
}

.hero h1 .tld {
  color: var(--rust);
}

.strap {
  width: min(12rem, 50%);
  height: 0.42rem;
  background: linear-gradient(90deg, var(--green) 0 50%, var(--rust) 50% 100%);
  margin: 1rem 0 1.15rem;
}

.lede {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.05rem, 3.4vw, 1.4rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--paper);
  overflow-wrap: break-word;
}

.sublede {
  margin: 0.7rem 0 0;
  max-width: 28rem;
  color: var(--mute);
  font-size: 1rem;
}

.ireland-map {
  display: block;
  width: 8.5rem;
  max-width: 70%;
  height: auto;
  margin: 0 0 0.7rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.4rem;
}

.hero-art {
  display: none;
}

.hero-foot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.stat dt {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  font-weight: 600;
}

.stat dd {
  margin: 0.2rem 0 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.05;
}


/* Sections */
.section {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0;
  border-bottom: 1px solid var(--line);
}

.section-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 0.65rem;
}

.section h2 {
  margin: 0 0 1.1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.4rem, 8vw, 4.4rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.prose {
  max-width: 38rem;
  color: var(--paper-2);
}

.prose p { margin: 0 0 1rem; }
.prose p:last-child { margin-bottom: 0; }

.strong-line {
  color: var(--paper);
  font-weight: 600;
}

/* Supply */
.supply-list {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.supply-list li {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.75rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
}

.idx {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.4rem;
  color: var(--rust);
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.supply-list h3 {
  margin: 0 0 0.35rem;
  font-family: var(--display);
  font-size: 1.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1;
}

.supply-list p {
  margin: 0;
  color: var(--mute);
  max-width: 36rem;
}

.note {
  margin: 1.25rem 0 0;
  color: var(--mute-2);
  font-size: 0.92rem;
  font-style: italic;
}

/* Cork */
.split {
  display: grid;
  gap: 1.75rem;
}

.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 1.25rem 1.2rem;
}

.panel h3 {
  margin: 0 0 0.6rem;
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.addr {
  margin: 0;
  font-style: normal;
  color: var(--paper-2);
  line-height: 1.5;
}

.addr a {
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid var(--rust);
}

.addr a:hover { color: var(--rust-2); }

/* Markets */
.eu-line {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-top: 1.35rem;
  max-width: 38rem;
}
.eu-line img {
  width: 3.4rem;
  height: auto;
  flex-shrink: 0;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.eu-line p {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.35;
  font-weight: 600;
}

.markets {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  border-top: 1px solid var(--line);
}

.markets article {
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.markets h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 10vw, 4.8rem);
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: -0.02em;
}

.markets p {
  margin: 0.45rem 0 0;
  color: var(--mute);
  max-width: 32rem;
}

/* Photos */
.shots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}
.shot {
  display: block;
  width: 14rem;
  max-width: calc(50% - 0.25rem);
  line-height: 0;
}
.shot img {
  width: 100%;
  height: auto;
  display: block;
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(20, 18, 16, 0.94);
  padding: 1rem;
}
.lightbox:target { display: flex; }
.lightbox img {
  max-width: 94vw;
  max-height: 92vh;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.lb-close {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.supply-more {
  margin: 1.15rem 0 0;
}
.supply-more a {
  color: var(--rust);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.95rem;
}
.supply-more a:hover { color: var(--rust-2); }

/* Enquire */
.enquire-grid {
  display: grid;
  gap: 1.5rem;
}

.contact-rows {
  display: grid;
  gap: 0.85rem;
}

a.wa-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  background: #25d366;
  color: #ffffff;
  padding: 0.95rem 1.4rem;
  min-height: 3.6rem;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(37, 211, 102, 0.28);
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}
a.wa-cta:hover,
a.wa-cta:visited {
  background: #1ebe5d;
  color: #ffffff;
}
a.wa-cta .wa-logo {
  width: 1.85rem;
  height: 1.85rem;
  flex: 0 0 auto;
  color: #ffffff;
  fill: #ffffff;
}
a.wa-cta .wa-logo path { fill: #ffffff; }

/* Footer */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 2.25rem 0 2.5rem;
  color: var(--mute);
  font-size: 0.92rem;
}

.foot-grid {
  display: grid;
  gap: 1.5rem;
}

.foot-grid strong {
  display: block;
  color: var(--paper);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.legal {
  margin: 0;
  line-height: 1.55;
}

.legal a { color: var(--paper-2); }

.fineprint {
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--mute-2);
}

/* Focus */
:focus-visible {
  outline: 2px solid var(--rust);
  outline-offset: 3px;
}

@media (min-width: 640px) {
  :root { --gutter: 1.75rem; }
  .nav { display: flex; }
  .hero-foot { grid-template-columns: repeat(4, 1fr); }
  .supply-list li { grid-template-columns: 4rem 1fr; }
  .markets { grid-template-columns: 1fr; }
}

@media (min-width: 900px) {
  :root { --gutter: 2rem; }
  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
    align-items: center;
    padding: 2.5rem 0 2.25rem;
  }
  .hero-copy { padding-bottom: 0.5rem; }
  .hero-foot {
    grid-column: 1 / -1;
  }
  .split {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
    gap: 3rem;
  }
  .enquire-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  .foot-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  .markets {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .markets article {
    padding: 1.4rem 1.25rem 1.4rem 0;
    border-bottom: 0;
    border-right: 1px solid var(--line);
  }
  .markets article:first-child { padding-left: 0; }
  .markets article:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .section { padding: 4.75rem 0; }
}

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