:root {
  --navy: #0a3d62;
  --blue: #1e88e5;
  --green: #2e7d32;
  --mint: #a7d7c5;
  --pale: #f5f7fa;
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --navy: #102a43;
  --blue: #256b94;
  --aqua: #58c6d8;
  --ink: #182d3c;
  --muted: #61717b;
  --cream: #f6f7f5;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(5vw, 24px);
  border-bottom: 1px solid #e8edee;
  position: sticky;
  top: 0;
  background: #fffffff2;
  backdrop-filter: blur(12px);
  z-index: 10;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-family: Manrope, sans-serif;
  font-weight: 800;
  letter-spacing: 0.19em;
  font-size: 19px;
  color: var(--navy);
}
.brand img {
  width: 35px;
  height: 35px;
}
.nav nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
  font-weight: 700;
}
.nav nav a:hover {
  color: var(--blue);
}
.langs {
  display: flex;
  align-items: center;
  gap: 7px;
}
.langs button {
  border: 0;
  background: none;
  color: #8b9aa2;
  cursor: pointer;
  font-weight: 800;
  padding: 7px;
}
.langs button.active {
  color: var(--navy);
}
.hero {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  min-height: 610px;
}
.hero-copy {
  padding: 100px 6vw 45px max(6vw, 30px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.21em;
  color: var(--blue);
  margin-bottom: 24px;
}
h1,
h2 {
  font-family: Manrope, sans-serif;
  letter-spacing: -0.065em;
  line-height: 1.1;
  margin: 0;
  color: var(--navy);
}
h1 {
  font-size: clamp(42px, 4.6vw, 76px);
}
h1 em {
  font-style: normal;
  color: var(--blue);
}
h2 {
  font-size: clamp(34px, 4vw, 60px);
}
p {
  line-height: 1.8;
  color: var(--muted);
}
.hero-copy > p {
  max-width: 510px;
  margin: 28px 0 33px;
}
.actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.primary,
.secondary {
  padding: 16px 22px;
  font-size: 13px;
  font-weight: 800;
  border: 1px solid var(--navy);
  cursor: pointer;
}
.primary {
  background: var(--navy);
  color: white;
}
.secondary {
  background: transparent;
  color: var(--navy);
}
.primary:hover {
  background: var(--blue);
}
.hero-foot {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7e8d95;
}
.hero-art {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #e7f2f4, #b9d4df 65%, #8cb1c6);
  min-height: 470px;
}
.cloth {
  position: absolute;
  width: 66%;
  height: 43%;
  border-radius: 10px;
  box-shadow:
    14px 25px 40px #15384c40,
    inset 0 0 30px #ffffff35;
  transform: rotate(-24deg) skew(8deg);
  background: repeating-linear-gradient(
    95deg,
    #315f79,
    #315f79 2px,
    #3e7893 3px,
    #396f8c 5px
  );
}
.cloth-one {
  top: 16%;
  left: 21%;
}
.cloth-two {
  top: 32%;
  left: 9%;
  background: repeating-linear-gradient(
    95deg,
    #7aaab9,
    #7aaab9 2px,
    #8cb9c4 3px,
    #75a8b9 5px
  );
}
.cloth-three {
  top: 47%;
  left: 25%;
  background: repeating-linear-gradient(
    95deg,
    #d8e6e7,
    #d8e6e7 2px,
    #edf3f1 3px,
    #d5e3e4 5px
  );
}
.art-label {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #fff;
}
.section {
  padding: 110px max(6vw, 25px);
}
.section-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 45px;
}
.section-top p {
  max-width: 365px;
}
.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product {
  background: var(--cream);
  padding: 0 0 25px;
}
.product-visual {
  height: 245px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #eaf0ef, #d8e6e7);
}
.fabric {
  width: 55%;
  height: 57%;
  border-radius: 5px;
  transform: rotate(-15deg) skew(7deg);
  box-shadow: 10px 18px 25px #142c3d3b;
  background: repeating-linear-gradient(
    90deg,
    var(--c1),
    var(--c1) 2px,
    var(--c2) 3px,
    var(--c1) 5px
  );
}
.product:nth-child(2) .fabric {
  transform: rotate(13deg) skew(-7deg);
}
.product:nth-child(3) .fabric {
  height: 69%;
  border-radius: 18px;
}
.product:nth-child(4) .fabric {
  transform: rotate(9deg);
  width: 70%;
  height: 47%;
}
.product:nth-child(5) .fabric {
  width: 75%;
  height: 26%;
  border-radius: 22px;
  transform: rotate(-11deg);
}
.product h3 {
  font:
    800 17px Manrope,
    sans-serif;
  color: var(--navy);
  padding: 0 22px;
  margin: 24px 0 9px;
}
.product p {
  font-size: 13px;
  padding: 0 22px;
  margin: 0;
}
.product .tag {
  padding: 0 22px;
  font-size: 10px;
  color: var(--blue);
  letter-spacing: 0.15em;
  font-weight: 800;
}
.about {
  background: #eff4f4;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
}
.about p {
  font-size: 18px;
}
.note {
  font-size: 12px;
  line-height: 1.6;
  color: #71818a;
  border-left: 2px solid var(--aqua);
  padding-left: 17px;
  margin-top: 35px;
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.contact p {
  max-width: 400px;
}
.email {
  font-size: 19px;
  font-weight: 800;
  color: var(--blue);
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-size: 12px;
  font-weight: 800;
}
input,
select,
textarea {
  font: inherit;
  font-size: 14px;
  border: 1px solid #d7e0e4;
  background: #fbfcfc;
  padding: 14px;
  width: 100%;
  border-radius: 0;
}
label:nth-child(4),
label:nth-child(5),
form button,
form small {
  grid-column: 1/-1;
}
form button {
  text-align: center;
}
form small {
  color: #71818a;
  line-height: 1.5;
}
footer {
  border-top: 1px solid #e4ebed;
  padding: 36px max(6vw, 25px);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: center;
  font-size: 12px;
  color: #70818a;
}
footer .brand {
  font-size: 15px;
}
footer .brand img {
  width: 27px;
  height: 27px;
}
@media (max-width: 800px) {
  .nav {
    height: 72px;
    padding: 0 18px;
  }
  .nav nav {
    gap: 12px;
    font-size: 11px;
  }
  .brand {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 70px 25px 35px;
    min-height: 490px;
  }
  .hero-art {
    min-height: 340px;
  }
  .hero-foot {
    margin-top: 55px;
  }
  .section {
    padding: 70px 25px;
  }
  .section-top,
  .about,
  .contact {
    display: block;
  }
  .section-top p {
    margin-top: 25px;
  }
  .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-visual {
    height: 180px;
  }
  .about > div + div,
  .contact form {
    margin-top: 35px;
  }
  footer {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .nav nav a:nth-child(2) {
    display: none;
  }
  .nav nav {
    gap: 10px;
  }
  .products {
    grid-template-columns: 1fr;
  }
  .product-visual {
    height: 235px;
  }
  form {
    grid-template-columns: 1fr;
  }
  label {
    grid-column: 1/-1;
  }
}

/* AYBRITE circular identity v2 */
.hero {
  background: linear-gradient(115deg, #f5f9f9 0%, #edf6f3 48%, #e8f1f8 100%);
}
.hero-copy em,
.sustainability em {
  color: #267b56;
  font-style: normal;
}
.hero-promise {
  font-size: 11px;
  letter-spacing: 0.21em;
  color: #287047;
  font-weight: 700;
  margin: 20px 0 4px;
}
.primary {
  background: #0a3d62 !important;
  color: white !important;
}
.primary:hover {
  background: #22664b !important;
}
.eyebrow {
  color: #287047 !important;
}
.sustainability {
  background: #f0f7f3;
  border-radius: 28px;
  margin: 20px auto 0;
  padding: clamp(28px, 5vw, 72px) !important;
}
.sustainability-heading {
  max-width: 810px;
}
.sustainability h2 {
  line-height: 1.08;
}
.sustainability-heading p {
  max-width: 680px;
  line-height: 1.75;
  color: #3f5b59;
}
.sustain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}
.sustain-grid article {
  background: #fff;
  border: 1px solid #d9e8e0;
  border-radius: 18px;
  padding: 26px;
  min-height: 210px;
}
.sustain-grid h3 {
  margin: 10px 0;
}
.sustain-grid p {
  color: #47615b;
  line-height: 1.65;
}
.sustain-icon {
  font-size: 36px;
  color: #2e7d32;
}
.sustain-disclaimer {
  font-size: 12px;
  color: #52665f;
  line-height: 1.65;
  margin-top: 25px;
  max-width: 900px;
}
@media (max-width: 720px) {
  .sustain-grid {
    grid-template-columns: 1fr;
  }
  .sustainability {
    border-radius: 16px;
  }
  .nav nav {
    gap: 10px;
  }
  .nav nav a {
    font-size: 12px;
  }
}

/* Product navigation and detail pages */
a.product {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
a.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(12, 47, 65, 0.12);
}
a.product:focus-visible {
  outline: 3px solid #1685bd;
  outline-offset: 4px;
}
.product-link {
  display: inline-block;
  margin-top: 12px;
  color: #146b8e;
  font-weight: 700;
  font-size: 0.85rem;
}
.detail-shell {
  max-width: 1200px;
  margin: auto;
  padding: 55px 28px 95px;
}
.breadcrumb {
  margin-bottom: 35px;
  font-size: 0.9rem;
  color: #456478;
}
.breadcrumb a {
  color: inherit;
}
.detail-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(28px, 6vw, 90px);
  align-items: center;
}
.detail-visual {
  min-height: 410px;
  background: #eaf4f5;
  display: grid;
  place-items: center;
  border-radius: 12px;
  overflow: hidden;
}
.detail-visual .fabric {
  width: 64%;
  height: 57%;
  position: relative;
  transform: rotate(-16deg);
  border-radius: 5px;
  background: repeating-linear-gradient(
    90deg,
    var(--c1),
    var(--c1) 2px,
    var(--c2) 3px,
    var(--c2) 5px
  );
  box-shadow: 15px 24px 35px #173b4b2c;
}
.detail-copy h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 12px 0 18px;
}
.detail-copy p {
  line-height: 1.7;
  color: #526575;
}
.detail-kicker {
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #237c85;
  font-size: 0.75rem;
}
.detail-specs {
  margin-top: 30px;
  border-top: 1px solid #d9e6e9;
}
.detail-specs div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 14px;
  border-bottom: 1px solid #d9e6e9;
  padding: 14px 0;
}
.detail-specs dt {
  font-weight: 700;
  color: #19384d;
}
.detail-specs dd {
  margin: 0;
  color: #526575;
}
.detail-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.detail-actions a {
  text-decoration: none;
}
.detail-back {
  display: inline-block;
  margin-top: 35px;
  color: #176f91;
}
.detail-note {
  font-size: 0.83rem;
  margin-top: 20px;
}
.detail-footer {
  padding: 30px;
  text-align: center;
  color: #536b77;
  border-top: 1px solid #e4edef;
}
@media (max-width: 760px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
  .detail-visual {
    min-height: 290px;
  }
  .detail-shell {
    padding: 32px 20px 70px;
  }
  .detail-specs div {
    grid-template-columns: 110px 1fr;
  }
}
