/* ASLAN: restrained movement, strong typography, generous negative space. */
:root {
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --header-height: 98px;
}
html { scroll-padding-top: calc(var(--header-height) + 28px); }
.site-header {
  position: sticky;
  top: 0;
  height: var(--header-height);
  isolation: isolate;
  background: rgba(23, 28, 27, .96);
  transition: background .35s, box-shadow .35s;
}
.site-header.is-scrolled {
  background: rgba(19, 25, 22, .95);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.site-header::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--copper);
  transform: scaleX(var(--reading-progress, 0));
  transform-origin: left;
  pointer-events: none;
}
.brand-monogram { transition: background .3s, transform .55s var(--ease-out); }
.brand:hover .brand-monogram { background: #e1b784; transform: scale(1.06); }
.desktop-nav { gap: clamp(16px, 2vw, 28px); }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: var(--copper);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease-out);
}
.desktop-nav a:hover::after,
.desktop-nav a[aria-current="location"]::after,
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.desktop-nav a[aria-current="location"],
.desktop-nav a[aria-current="page"],
.mobile-nav a[aria-current="page"] { color: #f0d4b3; }
.header-contact { border-color: #717a6c; transition: background .3s, border-color .3s; }
.header-contact[aria-current="location"] { border-color: var(--copper); }
.languages button { min-width: 32px; min-height: 44px; }

.hero { min-height: 780px; }
.hero-visual {
  left: 41%;
  background: #51402e;
  overflow: hidden;
  isolation: isolate;
}
.hero-media {
  position: absolute;
  left: 0;
  top: -9%;
  width: 100%;
  height: 118%;
  max-width: none;
  object-fit: cover;
  object-position: 55% center;
  transform: translate3d(0, var(--hero-shift, 0px), 0);
}
.hero-visual::before {
  content: '';
  position: absolute;
  inset: 25px 26px 101px 26px;
  border: 1px solid rgba(245, 218, 181, .2);
  border-left: 0;
  z-index: 2;
  pointer-events: none;
}
.hero-visual::after {
  background: linear-gradient(90deg, rgba(23, 28, 27, .56), transparent 32%),
    linear-gradient(0deg, rgba(13, 19, 16, .67), transparent 47%);
}
.hero-copy { padding-top: 91px; padding-bottom: 152px; }
.hero-line { display: block; }
.hero-line > span, .hero-line > em { display: inline-block; }
.hero-copy h1 { margin-top: 33px; margin-bottom: 29px; }
.hero-copy > p { max-width: 342px; }
.hero-actions { margin-top: 35px; }
.image-caption { bottom: 133px; right: 55px; left: auto; }
.hero-bottom { min-height: 82px; }
.down-arrow { width: 40px; height: 40px; transition: background .3s, border-color .3s; }
.hero-bottom a:hover .down-arrow { background: rgba(200, 151, 101, .15); border-color: var(--copper); }
.section-label { align-items: center; }
.section-label::after { content: ''; width: 42px; height: 1px; background: currentColor; opacity: .3; }

.about { padding-top: 120px; padding-bottom: 112px; }
.about > .section-label { align-self: start; }
.about-content h2 { max-width: 650px; }
.about-content p { max-width: 680px; }
.about-facts { margin-top: 38px; }
.section-heading { padding-top: 68px; }
.product-grid { gap: 32px; margin-top: 58px; padding-bottom: 42px; }
.product { min-height: 525px; padding: 40px; }
.product-fabric { margin-top: 42px; margin-bottom: -42px; }
.product::before { transition: transform 1s var(--ease-out); }
.product::after {
  background: linear-gradient(0deg, rgba(12, 19, 15, .97) 4%, rgba(12, 19, 15, .78) 42%, rgba(12, 19, 15, .05));
}
.product-number {
  top: 30px;
  left: 30px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 222, 195, .42);
  border-radius: 50%;
  background: rgba(16, 22, 17, .2);
}
.product h3 { font-size: 54px; margin-bottom: 18px; }
.product-link { padding-top: 22px; border-color: rgba(213, 223, 206, .5); }
.product-link > span:last-child,
.button > span:last-child,
.header-contact > span:last-child,
.external-link > span:last-child { transition: transform .35s var(--ease-out); }
.product:focus-within::before { transform: scale(1.06); }
.product:focus-within .product-link > span:last-child { transform: translate(3px, -3px); }
.offer-note { margin-top: 29px; }
.offer-guide-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
  padding: 32px 35px;
  background: #e9e5da;
  border-left: 2px solid #a8764a;
}
.offer-guide-link .material-kicker { color: #7b5535; font-size: 12px; letter-spacing: .1em; }
.offer-guide-link p { font: 400 clamp(23px, 2.1vw, 32px)/1.35 var(--serif); margin: 8px 0 0; }
.offer-guide-link .text-link { flex-shrink: 0; }
@media (max-width: 650px) {
  .offer-guide-link { align-items: flex-start; flex-direction: column; gap: 18px; padding: 27px; }
}

.cooperation { position: relative; isolation: isolate; overflow: hidden; padding-top: 114px; padding-bottom: 114px; }
.cooperation::before {
  content: '';
  position: absolute;
  right: -40px;
  top: 20px;
  width: min(48vw, 570px);
  height: calc(100% - 40px);
  z-index: -1;
  pointer-events: none;
  background: #c89765;
  opacity: .055;
  mask: url('/assets/lion.png') center / contain no-repeat;
  -webkit-mask: url('/assets/lion.png') center / contain no-repeat;
}
.country-connection { padding-left: 32px; border-left: 1px solid rgba(200, 151, 101, .21); }
.country-code { color: #dfb98f; }
.connection-line { border-color: #91734f; }
.contact { padding-top: 112px; padding-bottom: 108px; }
.contact-grid { margin-top: 67px; }
.phone { transition: color .25s; }
.phone:hover { color: #896443; }
.company-details summary:focus-visible { outline: 2px solid var(--copper); outline-offset: 5px; }
.details-plus { transition: transform .3s var(--ease-out); }
.footer-signature {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 32px;
  padding: 28px 0 38px;
  color: #c3a07a;
  font: 400 clamp(100px, 18.3vw, 280px)/1.04 Manrope, var(--sans);
  letter-spacing: -.075em;
}
.footer-signature > span { font-size: clamp(16px, 2.35vw, 36px); letter-spacing: .24em; color: #9ea992; }
.footer-top { padding-bottom: 20px; }
.footer-bottom { padding-top: 29px; }

/* Content is visible by default; JS opts eligible offscreen elements into reveals. */
.reveal-pending {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .85s var(--ease-out), transform .85s var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal-pending.is-revealed,
.reveal-pending:focus-within { opacity: 1; transform: none; }
.product-fabric { --reveal-delay: 110ms; }
.contact-grid > :nth-child(2) { --reveal-delay: 75ms; }
.contact-grid > :nth-child(3) { --reveal-delay: 150ms; }

@keyframes aslan-rise { from { opacity: 0; transform: translate3d(0, 24px, 0); } to { opacity: 1; transform: none; } }
@keyframes aslan-image { from { opacity: .2; clip-path: inset(0 0 0 9%); } to { opacity: 1; clip-path: inset(0); } }
@keyframes aslan-menu { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: no-preference) {
  .motion-intro .hero-copy .eyebrow { animation: aslan-rise .75s var(--ease-out) both; }
  .motion-intro .hero-line > * { animation: aslan-rise .95s var(--ease-out) both; }
  .motion-intro .hero-line:nth-child(1) > * { animation-delay: 70ms; }
  .motion-intro .hero-line:nth-child(2) > * { animation-delay: 170ms; }
  .motion-intro .hero-line:nth-child(3) > * { animation-delay: 270ms; }
  .motion-intro .hero-copy > p { animation: aslan-rise .85s var(--ease-out) 330ms both; }
  .motion-intro .hero-actions { animation: aslan-rise .85s var(--ease-out) 410ms both; }
  .motion-intro .hero-visual { animation: aslan-image 1.3s var(--ease-out) both; }
  .motion-intro .hero-bottom { animation: aslan-rise .8s var(--ease-out) 450ms both; }
}
@media (hover: hover) and (pointer: fine) {
  .product:hover::before { transform: scale(1.06); }
  .product:hover .product-link > span:last-child,
  .button:hover > span:last-child,
  .header-contact:hover > span:last-child,
  .external-link:hover > span:last-child { transform: translate(3px, -3px); }
  .button { transition: background .3s, transform .35s var(--ease-out), box-shadow .35s; }
  .button:hover { transform: translateY(-3px); box-shadow: 0 9px 22px rgba(10, 18, 12, .09); }
}
@media (min-width: 1200px) {
  .hero-copy h1 { font-size: clamp(80px, 6.5vw, 104px); }
}
@media (min-width: 1700px) {
  .hero { min-height: 860px; }
  .hero-copy { padding-top: 108px; }
  .hero-copy h1 { font-size: 118px; }
}
@media (max-width: 1100px) {
  .hero-visual { left: 43%; }
  .hero-copy { padding-top: 78px; }
  .product { padding: 32px; min-height: 510px; }
  .cooperation { padding-top: 90px; padding-bottom: 90px; }
  .country-connection { padding-left: 23px; }
  .about, .contact { padding-top: 90px; padding-bottom: 90px; }
}
@media (max-width: 1000px) {
  :root { --header-height: 88px; }
  .site-header { gap: 16px; }
  .desktop-nav, .header-contact { display: none; }
  .header-actions { margin-left: auto; }
  .mobile-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 19;
    display: flex;
    flex-direction: column;
    background: var(--ink);
    max-height: calc(100svh - var(--header-height));
    overflow-y: auto;
    padding: 22px 6% 28px;
    gap: 0;
    box-shadow: 0 24px 36px rgba(0, 0, 0, .15);
  }
  .mobile-nav:not([hidden]) { animation: aslan-menu .3s var(--ease-out); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .mobile-nav a[aria-current="location"] { color: #e0b88a; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; align-items: center; padding: 4px; border: 0; background: none; cursor: pointer; }
  .menu-toggle span { width: 24px; height: 1px; background: var(--paper); transition: transform .3s var(--ease-out); }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
}
@media (max-width: 800px) {
  .hero { min-height: 755px; }
  .hero-visual { inset: 0; opacity: 1; }
  .hero-media { top: 0; height: 100%; object-position: 62% center; transform: none; }
  .hero-visual::before { display: none; }
  .hero-visual::after { background: linear-gradient(90deg, rgba(17, 25, 20, .92), rgba(17, 25, 20, .5)), linear-gradient(0deg, rgba(17, 25, 20, .7), transparent 60%); }
  .hero-copy { padding-top: 73px; padding-bottom: 135px; }
  .hero-copy > p { max-width: 355px; }
  .image-caption { display: none; }
  .about, .contact { padding-top: 75px; padding-bottom: 75px; }
  .section-heading { padding-top: 49px; }
  .product-grid { gap: 22px; padding-bottom: 0; margin-top: 39px; }
  .product { min-height: 480px; padding: 26px; }
  .product-fabric { margin: 0; }
  .product h3 { font-size: 43px; }
  .product-number { top: 24px; left: 24px; }
  .cooperation { padding-top: 75px; padding-bottom: 75px; }
  .cooperation::before { width: 63vw; height: 60%; top: auto; bottom: 10px; opacity: .04; }
  .country-connection { padding: 26px 0 0; border-left: 0; border-top: 1px solid rgba(200, 151, 101, .23); }
  .contact-grid { margin-top: 40px; }
  .footer-signature { padding: 22px 0 32px; gap: 22px; }
  .footer-signature > span { font-size: 16px; letter-spacing: .15em; }
  .product-fabric, .contact-grid > * { --reveal-delay: 0ms; }
}
@media (max-width: 540px) {
  .site-header { padding-left: 5%; padding-right: 4%; gap: 10px; }
  .header-actions { gap: 7px; }
  .languages { gap: 2px; }
  .languages button { min-width: 30px; padding-left: 0; padding-right: 0; }
  .brand { gap: 10px; }
  .hero { min-height: 730px; }
  .hero-copy { padding-top: 62px; }
  .hero-copy h1 { margin-top: 32px; }
  .hero-copy > p { max-width: 310px; }
  .hero-actions { column-gap: 21px; row-gap: 25px; }
  .product { min-height: 455px; padding: 30px; }
  .product-number { left: 27px; top: 27px; }
  .about-content h2 { line-height: 1.23; }
  .footer-signature { gap: 16px; }
  .footer-signature { font-size: clamp(73px, 22vw, 115px); }
  .footer-signature > span { font-size: 12px; letter-spacing: .07em; }
}
@media (max-width: 360px) {
  .brand { gap: 7px; }
  .brand-monogram { width: 38px; }
  .brand-name { font-size: 17px; }
  .brand-name > span { font-size: 12px; letter-spacing: .18em; }
  .header-actions { gap: 7px; }
  .languages button { min-width: 28px; }
  .hero-copy { padding-top: 49px; }
  .hero-copy h1 { font-size: 43px; }
  .hero-copy .eyebrow { gap: 9px; letter-spacing: 0; }
  .product { padding: 26px; }
  .section-label { gap: 12px; letter-spacing: .05em; }
  .section-label::after { width: 24px; flex-shrink: 0; }
  .footer-signature { gap: 10px; font-size: 70px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
  .hero-media { transform: none; }
  .button:hover, .brand:hover .brand-monogram, .product:hover::before, .product:focus-within::before { transform: none; }
}
@media print {
  .site-header { position: static; }
  .reveal-pending { opacity: 1; transform: none; }
  .hero-media { transform: none; }
  .mobile-nav { display: none; }
}

/* Material stories: clear photography beside readable editorial copy. */
.material-stories {
  grid-template-columns: minmax(0, 1fr);
  gap: 76px;
  padding-bottom: 0;
  margin-top: 64px;
}
.product--editorial {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(32px, 6vw, 92px);
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  overflow: visible;
}
.product--editorial::before, .product--editorial::after { content: none; }
.material-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #252822;
}
.material-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
  transition: transform 1.1s var(--ease-out);
}
.product-yarn .material-photo img { object-position: center 25%; }
.material-photo::after {
  content: '';
  position: absolute;
  inset: 16px;
  pointer-events: none;
  border: 1px solid rgba(240, 221, 197, .2);
}
.product--editorial .product-number { color: var(--paper); z-index: 1; }
.product--editorial .product-text { padding: 26px 0; }
.product--editorial .product-kicker {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #866041;
  font-size: .75rem;
  letter-spacing: .16em;
}
.product--editorial .product-kicker::after { content: ''; width: 43px; height: 1px; background: #b4895e; }
.product--editorial h3 {
  font-size: clamp(3rem, 5.2vw, 4.6rem);
  line-height: 1.13;
  font-weight: 400;
  letter-spacing: -.04em;
  margin: 21px 0 24px;
}
.product--editorial p {
  color: #596151;
  max-width: 385px;
  font-size: 1.0625rem;
  line-height: 1.85;
  margin-bottom: 31px;
}
.product--editorial .product-link {
  max-width: 385px;
  color: var(--ink);
  border-top-color: #bdc3b5;
  padding: 20px 0 5px;
  font-size: .9375rem;
}
.product--editorial .product-link > span:last-child { color: #8b6543; }
.product--editorial.product-fabric .material-photo { grid-column: 2; grid-row: 1; }
.product--editorial.product-fabric .product-text { grid-column: 1; grid-row: 1; padding-left: 30px; }
.material-stories + .offer-note {
  border-top: 1px solid #c9cec1;
  padding-top: 22px;
  margin-top: 51px;
  max-width: none;
  line-height: 1.7;
}
.person-profile { display: flex; align-items: center; gap: 17px; margin-bottom: 24px; }
.person-initials {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 58px;
  height: 66px;
  border: 1px solid #b1ad99;
  color: #8b6543;
  font: 400 26px var(--serif);
  letter-spacing: -.04em;
}
.person-profile h3 { font-size: clamp(24px, 2vw, 30px); }
.person-profile p { margin-bottom: 0; }
h1, h2, h3 { font-optical-sizing: auto; }
.about-content h2, .section-heading h2, .contact-heading h2 { text-wrap: balance; }
@media (hover: hover) and (pointer: fine) {
  .product--editorial:hover .material-photo img { transform: scale(1.045); }
}
@media (max-width: 1100px) {
  .product--editorial { column-gap: 36px; }
  .product--editorial.product-fabric .product-text { padding-left: 0; }
  .person-profile { gap: 12px; }
  .person-initials { width: 44px; height: 56px; font-size: 22px; }
}
@media (max-width: 800px) {
  .material-stories { gap: 52px; margin-top: 40px; }
  .product--editorial { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .material-photo { aspect-ratio: 5 / 4; }
  .product--editorial.product-fabric .material-photo,
  .product--editorial.product-fabric .product-text { grid-column: auto; grid-row: auto; }
  .product--editorial .product-text { padding: 30px 0 0; }
  .product--editorial h3 { font-size: 3.25rem; margin: 15px 0 20px; }
  .product--editorial p, .product--editorial .product-link { max-width: none; }
  .product--editorial p { font-size: 1rem; margin-bottom: 24px; }
  .material-stories + .offer-note { margin-top: 35px; }
  .person-initials { width: 58px; height: 66px; font-size: 26px; }
}
@media (max-width: 540px) {
  .material-photo { aspect-ratio: 1 / 1; }
  .material-photo::after { inset: 13px; }
  .material-photo .product-number { left: 24px; top: 24px; }
  .product--editorial h3 { font-size: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  .product--editorial .material-photo img { transition: none; }
  .product--editorial:hover .material-photo img { transform: none; }
}

.desktop-nav .nav-experience{color:#dab080}.desktop-nav a{white-space:nowrap}
@media(min-width:1001px) and (max-width:1260px){.desktop-nav{gap:17px}.site-header{gap:18px}.header-contact{display:none}.header-actions{gap:18px}}
