.fy-home-v29 {
  --fy29-ink: #241a14;
  --fy29-brown: #4a2f20;
  --fy29-copper: #a76035;
  --fy29-cream: #f7f3ed;
  --fy29-paper: #fffdf9;
  --fy29-line: rgba(60, 39, 27, .16);
  color: var(--fy29-ink);
  background: var(--fy29-cream);
  overflow: clip;
}

.fy-home-v29 *,
.fy-home-v29 *::before,
.fy-home-v29 *::after { box-sizing: border-box; }
.fy-home-v29 img { display: block; width: 100%; max-width: 100%; }
.fy-home-v29 a { color: inherit; }
.fy-home-v29 h1,
.fy-home-v29 h2,
.fy-home-v29 h3,
.fy-home-v29 p { margin-top: 0; }
.fy-home-v29 h1,
.fy-home-v29 h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
}
.fy-home-v29 em { color: var(--fy29-copper); font-weight: 500; }
.fy-v29-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--fy29-copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .19em;
  line-height: 1.4;
  text-transform: uppercase;
}
.fy-v29-kicker > span { width: 34px; height: 1px; background: currentColor; flex: 0 0 auto; }

.fy-v29-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .78fr);
  grid-template-areas: "copy visual" "route route";
  column-gap: clamp(42px, 6vw, 96px);
  row-gap: 46px;
  align-items: center;
  min-height: min(850px, calc(100vh - 116px));
  padding: clamp(64px, 8vw, 116px) max(32px, calc((100vw - 1360px) / 2)) 42px;
  background: radial-gradient(circle at 72% 18%, rgba(167, 96, 53, .12), transparent 34%), linear-gradient(135deg, #fbf8f3 0%, #f2ebe3 100%);
}
.fy-v29-hero::before {
  content: "";
  position: absolute;
  inset: 24px max(18px, calc((100vw - 1440px) / 2));
  border: 1px solid rgba(74, 47, 32, .08);
  pointer-events: none;
}
.fy-v29-hero__copy { position: relative; z-index: 1; grid-area: copy; max-width: 720px; }
.fy-v29-hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(56px, 5.5vw, 84px);
  line-height: .94;
}
.fy-v29-hero h1 > span,
.fy-v29-hero h1 em { display: block; }
.fy-v29-hero h1 em {
  max-width: 720px;
  margin-top: .18em;
  font-size: .64em;
  line-height: 1.07;
  text-wrap: balance;
}
.fy-v29-hero__lead {
  max-width: 690px;
  margin-bottom: 30px;
  color: #66574d;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.72;
}
.fy-v29-hero__promises {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  max-width: 720px;
  margin: 0 0 30px;
  padding: 0;
  color: #66574d;
  list-style: none;
}
.fy-v29-hero__promises li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  line-height: 1.45;
}
.fy-v29-hero__promises i {
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fy29-copper);
  box-shadow: 0 0 0 4px rgba(167, 96, 53, .11);
}
.fy-v29-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.fy-v29-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 1px solid var(--fy29-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.fy-v29-button:hover { transform: translateY(-2px); }
.fy-home-v29 .fy-v29-button--dark { color: #fff; background: var(--fy29-ink); }
.fy-v29-button--light { background: rgba(255, 255, 255, .5); }
.fy-home-v29 .fy-v29-button--copper { color: #fff; border-color: var(--fy29-copper); background: var(--fy29-copper); }
.fy-v29-hero__note { margin: 20px 0 0; color: #89786c; font-size: 13px; }
.fy-v29-hero__visual {
  position: relative;
  z-index: 1;
  grid-area: visual;
  align-self: stretch;
  min-height: 560px;
  margin: 0;
  overflow: hidden;
  border-radius: 220px 220px 18px 18px;
  box-shadow: 0 30px 70px rgba(66, 41, 26, .16);
  background: #ddd3ca;
}
.fy-v29-hero__visual img { height: 100%; object-fit: cover; object-position: center; }
.fy-v29-hero__visual figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 5px;
  padding: 18px 20px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 12px;
  background: rgba(32, 24, 18, .76);
  backdrop-filter: blur(12px);
}
.fy-v29-hero__visual figcaption span { color: #e7c7ad; font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fy-v29-hero__visual figcaption strong { font-size: 13px; line-height: 1.45; }

.fy-v29-route { list-style: none; margin: 0; padding: 0; }
.fy-v29-route--hero {
  position: relative;
  z-index: 1;
  grid-area: route;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--fy29-line);
  border-bottom: 1px solid var(--fy29-line);
}
.fy-v29-route--hero li { display: flex; gap: 15px; min-width: 0; padding: 22px 20px; border-right: 1px solid var(--fy29-line); }
.fy-v29-route--hero li:first-child { padding-left: 0; }
.fy-v29-route--hero li:last-child { padding-right: 0; border-right: 0; }
.fy-v29-route--hero span { color: var(--fy29-copper); font-size: 12px; font-weight: 700; }
.fy-v29-route--hero strong { display: block; margin-bottom: 4px; font-size: 15px; }
.fy-v29-route--hero small { display: block; color: #79695e; font-size: 12px; line-height: 1.45; }

.fy-v29-intro {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr) 210px;
  gap: 40px;
  align-items: end;
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(70px, 8vw, 118px) 32px;
  border-bottom: 1px solid var(--fy29-line);
}
.fy-v29-intro p { margin-bottom: 7px; color: var(--fy29-copper); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.fy-v29-intro h2 { margin: 0; font-size: clamp(38px, 4.2vw, 64px); line-height: 1.02; }
.fy-v29-intro a { justify-self: end; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; text-decoration: none; }

.fy-v29-programs,
.fy-v29-tools { max-width: 1360px; margin: 0 auto; padding: clamp(76px, 9vw, 130px) 32px; }
.fy-v29-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}
.fy-v29-section-head h2 { max-width: 780px; margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: .98; }
.fy-v29-section-head > p { margin-bottom: 5px; color: #716157; font-size: 16px; line-height: 1.72; }
.fy-v29-program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.fy-v29-program { min-width: 0; background: var(--fy29-paper); border: 1px solid var(--fy29-line); }
.fy-v29-program figure { height: 310px; margin: 0; overflow: hidden; background: #ddd3ca; }
.fy-v29-program figure img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.fy-v29-program:nth-child(1) figure img { object-position: center 46%; }
.fy-v29-program:nth-child(2) figure img { object-position: center 30%; }
.fy-v29-program:nth-child(3) figure img { object-position: center; }
.fy-v29-program:hover figure img { transform: scale(1.025); }
.fy-v29-program > div { padding: 30px; }
.fy-v29-program > div > p { margin-bottom: 14px; color: var(--fy29-copper); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.fy-v29-program h3 { min-height: 58px; margin: 0 0 22px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1.04; }
.fy-v29-program ul { display: grid; gap: 10px; margin: 0 0 27px; padding: 0; list-style: none; color: #68584f; font-size: 13px; line-height: 1.45; }
.fy-v29-program li { position: relative; padding-left: 17px; }
.fy-v29-program li::before { content: ""; position: absolute; top: .62em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--fy29-copper); }
.fy-v29-program a { font-size: 13px; font-weight: 700; text-decoration: none; }

.fy-v29-selection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .86fr);
  gap: clamp(60px, 8vw, 118px);
  padding: clamp(80px, 9vw, 132px) max(32px, calc((100vw - 1360px) / 2));
  color: #f9f4ef;
  background: var(--fy29-ink);
}
.fy-v29-selection .fy-v29-kicker { color: #dca77f; }
.fy-v29-selection h2 { margin: 0 0 28px; color: #fff; font-size: clamp(48px, 5.2vw, 75px); line-height: .98; }
.fy-v29-selection__copy > p:not(.fy-v29-kicker) { max-width: 700px; margin-bottom: 34px; color: #cfc2b8; font-size: 16px; line-height: 1.74; }
.fy-v29-selection dl { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0 0 34px; border-top: 1px solid rgba(255,255,255,.14); }
.fy-v29-selection dl > div { min-height: 132px; padding: 24px 24px 24px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.fy-v29-selection dl > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
.fy-v29-selection dl > div:nth-child(even) { padding-left: 24px; }
.fy-v29-selection dt { margin-bottom: 8px; color: #fff; font-size: 14px; font-weight: 700; }
.fy-v29-selection dd { margin: 0; color: #b8aaa0; font-size: 13px; line-height: 1.58; }
.fy-v29-text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #dca77f; color: #f0c7a8 !important; font-size: 13px; font-weight: 700; text-decoration: none; }
.fy-v29-route--stack { align-self: center; border-top: 1px solid rgba(255,255,255,.18); }
.fy-v29-route--stack li { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.fy-v29-route--stack span { color: #dca77f; font-size: 13px; font-weight: 700; }
.fy-v29-route--stack strong { display: block; margin-bottom: 8px; color: #fff; font-size: 18px; }
.fy-v29-route--stack p { margin: 0; color: #b8aaa0; font-size: 13px; line-height: 1.62; }

.fy-v29-tools { background: var(--fy29-cream); }
.fy-v29-tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--fy29-line); }
.fy-v29-tool-grid > a { display: flex; min-height: 260px; flex-direction: column; padding: 28px; border-right: 1px solid var(--fy29-line); background: rgba(255,255,255,.38); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.fy-v29-tool-grid > a:last-child { border-right: 0; }
.fy-v29-tool-grid > a:hover { transform: translateY(-3px); background: #fff; }
.fy-v29-tool-grid span { margin-bottom: 48px; color: var(--fy29-copper); font-size: 12px; font-weight: 700; }
.fy-v29-tool-grid strong { margin-bottom: 14px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 27px; line-height: 1.02; }
.fy-v29-tool-grid small { color: #6f6056; font-size: 13px; line-height: 1.55; }
.fy-v29-tool-grid b { margin-top: auto; padding-top: 24px; font-size: 12px; }
.fy-v29-resource-note { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 20px; padding: 26px 30px; color: #fff; background: var(--fy29-brown); }
.fy-v29-resource-note div { display: grid; gap: 6px; }
.fy-v29-resource-note span { color: #e4b28e; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.fy-v29-resource-note strong { font-size: 14px; line-height: 1.45; }
.fy-v29-resource-note a { flex: 0 0 auto; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }

.fy-v29-faq {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  gap: clamp(60px, 8vw, 116px);
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(78px, 9vw, 128px) 32px;
  border-top: 1px solid var(--fy29-line);
}
.fy-v29-faq__intro h2 {
  max-width: 570px;
  margin: 0 0 26px;
  font-size: clamp(44px, 4.6vw, 68px);
  line-height: .98;
}
.fy-v29-faq__intro > p:not(.fy-v29-kicker) {
  max-width: 570px;
  margin-bottom: 30px;
  color: #716157;
  font-size: 15px;
  line-height: 1.72;
}
.fy-v29-faq__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.fy-v29-faq__list { border-top: 1px solid var(--fy29-line); }
.fy-v29-faq__list details { border-bottom: 1px solid var(--fy29-line); }
.fy-v29-faq__list summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-height: 86px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
}
.fy-v29-faq__list summary::-webkit-details-marker { display: none; }
.fy-v29-faq__list summary > span {
  color: var(--fy29-copper);
  font-size: 12px;
  font-weight: 700;
}
.fy-v29-faq__list summary strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 600;
  line-height: 1.08;
}
.fy-v29-faq__list summary i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--fy29-line);
  border-radius: 50%;
  color: var(--fy29-copper);
  font: normal 500 18px/1 Inter, sans-serif;
  transition: transform .2s ease, background .2s ease;
}
.fy-v29-faq__list details[open] summary i {
  color: #fff;
  background: var(--fy29-copper);
  transform: rotate(45deg);
}
.fy-v29-faq__list details > p {
  max-width: 760px;
  margin: -4px 40px 27px 54px;
  color: #6f6056;
  font-size: 14px;
  line-height: 1.72;
}

.fy-v29-final {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  gap: 80px;
  align-items: end;
  padding: clamp(84px, 10vw, 148px) max(32px, calc((100vw - 1360px) / 2));
  color: #fff;
  background: linear-gradient(90deg, rgba(32, 23, 18, .98) 0%, rgba(32, 23, 18, .92) 54%, rgba(32, 23, 18, .76) 100%), url('/static/img/company/production-equipment.webp') center / cover no-repeat;
}
.fy-v29-final .fy-v29-kicker { color: #dfae89; }
.fy-v29-final h2 { max-width: 900px; margin: 0 0 28px; font-size: clamp(48px, 5.4vw, 76px); line-height: .96; }
.fy-v29-final__copy > p:not(.fy-v29-kicker) { max-width: 760px; margin-bottom: 30px; color: #d0c4bc; font-size: 15px; line-height: 1.72; }
.fy-v29-final__email { padding: 12px 0; color: #e7c4aa !important; font-size: 13px; text-decoration: none; }
.fy-v29-route--final { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.24); }
.fy-v29-route--final li { display: grid; gap: 5px; min-height: 100px; align-content: center; padding: 20px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.fy-v29-route--final li:nth-child(2n) { border-right: 0; }
.fy-v29-route--final li:nth-child(n+3) { border-bottom: 0; }
.fy-v29-route--final span { color: #dfae89; font-size: 11px; font-weight: 700; }
.fy-v29-route--final strong { color: #fff; font-size: 14px; }

@media (max-width: 1080px) {
  .fy-v29-hero { grid-template-columns: minmax(0, 1fr) minmax(330px, .7fr); min-height: auto; }
  .fy-v29-hero h1 { font-size: clamp(50px, 6.2vw, 70px); }
  .fy-v29-hero__visual { min-height: 500px; }
  .fy-v29-intro { grid-template-columns: 170px 1fr; }
  .fy-v29-intro a { grid-column: 2; justify-self: start; }
  .fy-v29-program-grid { grid-template-columns: 1fr 1fr; }
  .fy-v29-program:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .8fr 1.2fr; }
  .fy-v29-program:last-child figure { height: 100%; min-height: 300px; }
  .fy-v29-selection { grid-template-columns: 1fr; }
  .fy-v29-route--stack { display: grid; grid-template-columns: 1fr 1fr; }
  .fy-v29-route--stack li:nth-child(odd) { padding-right: 28px; border-right: 1px solid rgba(255,255,255,.18); }
  .fy-v29-route--stack li:nth-child(even) { padding-left: 28px; }
  .fy-v29-tool-grid { grid-template-columns: 1fr 1fr; }
  .fy-v29-tool-grid > a { border-bottom: 1px solid var(--fy29-line); }
  .fy-v29-tool-grid > a:nth-child(2) { border-right: 0; }
  .fy-v29-tool-grid > a:nth-child(n+3) { border-bottom: 0; }
  .fy-v29-faq { grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 50px; }
  .fy-v29-final { grid-template-columns: 1fr; }
  .fy-v29-route--final { max-width: 620px; }
}

@media (max-width: 760px) {
  .fy-v29-kicker { margin-bottom: 18px; font-size: 10px; letter-spacing: .14em; }
  .fy-v29-hero { grid-template-columns: 1fr; grid-template-areas: "copy" "visual" "route"; gap: 34px; padding: 58px 20px 28px; }
  .fy-v29-hero::before { inset: 12px; }
  .fy-v29-hero h1 { font-size: clamp(42px, 12vw, 56px); line-height: .96; }
  .fy-v29-hero h1 em { margin-top: .22em; font-size: .68em; line-height: 1.1; }
  .fy-v29-hero__lead { font-size: 16px; line-height: 1.62; }
  .fy-v29-hero__promises { display: grid; gap: 10px; margin-bottom: 26px; }
  .fy-v29-hero__promises li { font-size: 13px; }
  .fy-v29-actions { align-items: stretch; flex-direction: column; }
  .fy-v29-button { width: 100%; min-height: 52px; padding: 0 18px; }
  .fy-v29-hero__visual { min-height: 500px; border-radius: 170px 170px 14px 14px; }
  .fy-v29-route--hero { grid-template-columns: 1fr 1fr; }
  .fy-v29-route--hero li { padding: 18px 12px; border-bottom: 1px solid var(--fy29-line); }
  .fy-v29-route--hero li:first-child { padding-left: 12px; }
  .fy-v29-route--hero li:nth-child(2n) { border-right: 0; }
  .fy-v29-route--hero li:nth-child(n+3) { border-bottom: 0; }
  .fy-v29-intro { grid-template-columns: 1fr; gap: 18px; padding: 70px 20px; }
  .fy-v29-intro h2 { font-size: 44px; }
  .fy-v29-intro a { grid-column: auto; }
  .fy-v29-programs,
  .fy-v29-tools { padding: 76px 20px; }
  .fy-v29-section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .fy-v29-section-head h2 { font-size: 48px; }
  .fy-v29-program-grid { grid-template-columns: 1fr; }
  .fy-v29-program:last-child { grid-column: auto; display: block; }
  .fy-v29-program figure,
  .fy-v29-program:last-child figure { height: 280px; min-height: 0; }
  .fy-v29-program > div { padding: 26px 24px; }
  .fy-v29-program h3 { min-height: 0; }
  .fy-v29-selection { grid-template-columns: 1fr; gap: 60px; padding: 78px 20px; }
  .fy-v29-selection h2 { font-size: 49px; }
  .fy-v29-selection dl { grid-template-columns: 1fr; }
  .fy-v29-selection dl > div,
  .fy-v29-selection dl > div:nth-child(even) { min-height: 0; padding: 21px 0; border-right: 0; }
  .fy-v29-route--stack { grid-template-columns: 1fr; }
  .fy-v29-route--stack li,
  .fy-v29-route--stack li:nth-child(odd),
  .fy-v29-route--stack li:nth-child(even) { padding: 24px 0; border-right: 0; }
  .fy-v29-tool-grid { grid-template-columns: 1fr; }
  .fy-v29-tool-grid > a { min-height: 225px; border-right: 0; border-bottom: 1px solid var(--fy29-line) !important; }
  .fy-v29-tool-grid > a:last-child { border-bottom: 0 !important; }
  .fy-v29-tool-grid span { margin-bottom: 30px; }
  .fy-v29-resource-note { align-items: flex-start; flex-direction: column; padding: 24px; }
  .fy-v29-faq { grid-template-columns: 1fr; gap: 42px; padding: 76px 20px; }
  .fy-v29-faq__intro h2 { font-size: 48px; }
  .fy-v29-faq__actions { align-items: stretch; flex-direction: column; }
  .fy-v29-faq__actions .fy-v29-button { width: 100%; }
  .fy-v29-faq__actions .fy-v29-text-link { align-self: flex-start; }
  .fy-v29-faq__list summary { grid-template-columns: 30px minmax(0, 1fr) 28px; gap: 11px; min-height: 78px; }
  .fy-v29-faq__list summary strong { font-size: 23px; }
  .fy-v29-faq__list details > p { margin: -1px 0 24px 41px; font-size: 13.5px; }
  .fy-v29-final { grid-template-columns: 1fr; gap: 48px; padding: 80px 20px; }
  .fy-v29-final h2 { font-size: 49px; }
}

@media (prefers-reduced-motion: reduce) {
  .fy-home-v29 *,
  .fy-home-v29 *::before,
  .fy-home-v29 *::after { scroll-behavior: auto !important; transition: none !important; }
}
