/* PanCo Homepage v2 — softer, more contemporary, unified canvas */
.home-v2{
  --home-bg:#f7f6f2;
  --home-surface:rgba(255,255,255,.70);
  --home-surface-solid:#fbfaf7;
  --home-ink:#23201d;
  --home-muted:#726963;
  --home-brown:#38251c;
  --home-brown-soft:#6d564a;
  --home-line:rgba(56,37,28,.10);
  --home-shadow:0 24px 80px rgba(49,35,27,.08);
  background:
    radial-gradient(circle at 8% 4%, rgba(203,181,162,.18), transparent 32rem),
    radial-gradient(circle at 88% 22%, rgba(228,211,194,.22), transparent 34rem),
    var(--home-bg);
  color:var(--home-ink);
  font-family:'Manrope','Inter',Arial,sans-serif;
}
.home-v2 h1,.home-v2 h2,.home-v2 h3{font-family:'Manrope','Inter',Arial,sans-serif;color:var(--home-ink);letter-spacing:-.04em}
.home-v2 h1{font-size:clamp(48px,6.4vw,88px);line-height:.98;font-weight:650}
.home-v2 h2{font-size:clamp(36px,4.2vw,58px);line-height:1.04;font-weight:650}
.home-v2 h3{font-size:clamp(24px,2.2vw,32px);line-height:1.1;font-weight:650}
.home-v2 p{color:var(--home-muted)}
.home-v2 .eyebrow{color:var(--home-brown-soft);font-size:11px;letter-spacing:.16em;font-weight:700}
.home-v2 .section{padding:108px 0;background:transparent!important}
.home-v2 .bg-low,.home-v2 .bg-dark{background:transparent!important;color:inherit!important}

/* floating, soft header */
.home-v2 .header{
  top:16px;left:50%;right:auto;width:min(1240px,calc(100% - 32px));
  transform:translateX(-50%);border:1px solid rgba(255,255,255,.58);
  border-bottom:1px solid rgba(56,37,28,.08);border-radius:24px;
  background:rgba(250,249,246,.76);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);
  box-shadow:0 10px 40px rgba(49,35,27,.045);overflow:visible;
}
.home-v2 .header.shadow{background:rgba(250,249,246,.93);box-shadow:0 16px 54px rgba(49,35,27,.075)}
.home-v2 .nav{height:72px;padding:0 18px}
.home-v2 .nav a,.home-v2 .nav button{font-size:12px;letter-spacing:.06em;text-transform:none;font-weight:600;color:#675e59}
.home-v2 .nav a:hover,.home-v2 .nav button:hover,.home-v2 .nav a.active{color:var(--home-brown)}
.home-v2 .logo img{height:56px}
.home-v2 .dropdown{top:44px;border-radius:18px;border:1px solid rgba(56,37,28,.08);background:rgba(252,251,248,.97);box-shadow:0 22px 60px rgba(49,35,27,.12);padding:9px}
.home-v2 .dropdown a{border-radius:11px;padding:10px 12px}
.home-v2 .dropdown a:hover{background:#f2eee8}
.home-v2 .lang{border-left:1px solid rgba(56,37,28,.10)!important}
.home-v2 .mobile-menu{top:101px;left:16px;right:16px;border:1px solid rgba(56,37,28,.08);border-radius:20px;background:rgba(250,249,246,.98);box-shadow:var(--home-shadow)}

/* hero */
.home-hero{min-height:100vh;padding:134px 0 72px;display:flex;align-items:center;position:relative;overflow:hidden}
.home-hero:before{content:'';position:absolute;width:440px;height:440px;border-radius:50%;filter:blur(1px);background:rgba(220,203,186,.17);right:-180px;top:110px;pointer-events:none}
.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);gap:72px;align-items:center}
.home-hero-copy{padding:30px 0}
.home-hero-copy .lead{max-width:680px;font-size:19px;line-height:1.7;margin:28px 0 34px}
.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}
.home-v2 .btn{border-radius:999px;padding:14px 23px;border:1px solid rgba(56,37,28,.14);font-size:12px;text-transform:none;letter-spacing:.02em;font-weight:700;transition:.28s cubic-bezier(.2,.8,.2,1)}
.home-v2 .btn.primary{background:var(--home-brown);color:#fff;border-color:var(--home-brown);box-shadow:0 10px 28px rgba(56,37,28,.14)}
.home-v2 .btn.primary:hover{background:#4a3328;transform:translateY(-2px);box-shadow:0 14px 34px rgba(56,37,28,.18)}
.home-v2 .btn.secondary{background:rgba(255,255,255,.44);color:var(--home-brown);border-color:rgba(56,37,28,.12)}
.home-v2 .btn.secondary:hover{background:#fff;color:var(--home-brown);transform:translateY(-2px)}
.home-tags{display:flex;gap:9px;flex-wrap:wrap}
.home-tags span{font-size:12px;color:#6d625d;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.52);border:1px solid rgba(56,37,28,.08)}
.home-hero-visual{position:relative}
.home-visual-shell{position:relative;padding:10px;border-radius:34px;background:rgba(255,255,255,.48);border:1px solid rgba(255,255,255,.75);box-shadow:var(--home-shadow)}
.home-visual-shell img{width:100%;height:min(68vh,680px);min-height:540px;object-fit:cover;border-radius:26px}
.home-visual-shell:after{content:'';position:absolute;inset:10px;border-radius:26px;background:linear-gradient(180deg,rgba(30,20,15,.02),rgba(30,20,15,.15));pointer-events:none}
.home-visual-note{position:absolute;left:-28px;bottom:36px;z-index:2;max-width:245px;padding:18px 20px;border-radius:20px;background:rgba(252,251,248,.90);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.72);box-shadow:0 18px 46px rgba(49,35,27,.12)}
.home-visual-note strong{display:block;font-size:14px;color:var(--home-brown);margin-bottom:5px}.home-visual-note span{font-size:12px;color:var(--home-muted);line-height:1.45}

/* intro */
.home-intro-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:86px;align-items:center}
.home-intro-copy .lead{margin:24px 0 16px;font-size:19px}
.home-soft-image{position:relative;border-radius:32px;overflow:hidden;box-shadow:var(--home-shadow)}
.home-soft-image img{width:100%;height:620px;object-fit:cover}
.home-soft-image:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(38,23,12,.12))}
.home-inline-link{display:inline-flex;margin-top:20px;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--home-brown)}
.home-inline-link .arrow{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(56,37,28,.07);transition:.25s}
.home-inline-link:hover .arrow{transform:translateX(4px);background:rgba(56,37,28,.11)}

/* portfolio */
.home-section-head{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:42px}
.home-section-head p{margin:0;max-width:600px;justify-self:end;font-size:17px}
.home-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.home-product-card{background:rgba(255,255,255,.58);border:1px solid rgba(56,37,28,.08);border-radius:30px;padding:10px;overflow:hidden;transition:.35s cubic-bezier(.2,.8,.2,1)}
.home-product-card:hover{transform:translateY(-5px);box-shadow:0 22px 66px rgba(49,35,27,.08);background:rgba(255,255,255,.75)}
.home-product-image{height:370px;border-radius:22px;overflow:hidden;position:relative}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1)}
.home-product-card:hover .home-product-image img{transform:scale(1.025)}
.home-product-badge{position:absolute;left:16px;top:16px;padding:8px 11px;border-radius:999px;background:rgba(250,249,246,.88);backdrop-filter:blur(10px);font-size:10px;text-transform:uppercase;letter-spacing:.10em;font-weight:700;color:var(--home-brown)}
.home-product-body{padding:25px 22px 24px}
.home-product-body p{margin:10px 0 20px;max-width:520px}
.home-product-meta{display:flex;justify-content:space-between;gap:20px;align-items:center}
.home-product-number{font-size:12px;color:#938982;font-weight:700}
.home-future-strip{margin-top:22px;border-radius:28px;border:1px solid rgba(56,37,28,.08);background:rgba(255,255,255,.40);padding:30px 34px;display:flex;justify-content:space-between;gap:34px;align-items:center}
.home-future-strip p{margin:7px 0 0;max-width:780px}

/* production feature */
.home-feature-panel{display:grid;grid-template-columns:1.18fr .82fr;gap:0;border-radius:34px;overflow:hidden;background:rgba(255,255,255,.55);border:1px solid rgba(56,37,28,.08);box-shadow:0 24px 80px rgba(49,35,27,.055)}
.home-feature-panel .visual{min-height:560px}.home-feature-panel .visual img{width:100%;height:100%;object-fit:cover}
.home-feature-copy{padding:64px 58px;align-self:center}
.home-feature-copy p{font-size:18px;line-height:1.72;margin:22px 0 30px}

/* quality */
.home-quality-wrap{text-align:center}
.home-quality-wrap>p{max-width:760px;margin:18px auto 42px;font-size:17px}
.home-quality-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;text-align:left}
.home-quality-card{min-height:220px;padding:28px;border-radius:24px;background:rgba(255,255,255,.48);border:1px solid rgba(56,37,28,.08)}
.home-quality-icon{width:44px;height:44px;border-radius:15px;background:rgba(56,37,28,.07);display:grid;place-items:center;margin-bottom:30px;color:var(--home-brown);font-size:17px;font-weight:700}
.home-quality-card h3{font-size:22px;letter-spacing:-.025em}.home-quality-card p{margin:10px 0 0;font-size:14px}

/* CTA as a card, not a page-wide color block */
.home-cta{padding:56px 0 110px}
.home-cta-panel{position:relative;overflow:hidden;border-radius:34px;padding:66px 70px;background:linear-gradient(135deg,#eee7df 0%,#f6f1eb 62%,#ebe4dc 100%);border:1px solid rgba(56,37,28,.08);display:flex;justify-content:space-between;gap:60px;align-items:center}
.home-cta-panel:after{content:'';position:absolute;width:280px;height:280px;border-radius:50%;right:-80px;top:-130px;background:rgba(255,255,255,.45)}
.home-cta-copy{position:relative;z-index:1;max-width:760px}.home-cta-copy p{font-size:17px;margin:16px 0 0}.home-cta-panel .btn{position:relative;z-index:1;flex:none}

/* footer blends into the same canvas */
.home-v2 .footer{background:transparent;border-top:1px solid rgba(56,37,28,.08)}
.home-v2 .footer-grid{padding-top:58px}.home-v2 .footer h4{color:var(--home-brown)}.home-v2 .copyright{border-color:rgba(56,37,28,.08)}

@media(max-width:1000px){
  .home-hero-grid,.home-intro-grid,.home-feature-panel{grid-template-columns:1fr;gap:40px}
  .home-hero{padding-top:132px}
  .home-hero-copy{text-align:center;max-width:820px;margin:auto}.home-hero-copy .lead{margin-left:auto;margin-right:auto}.home-hero-actions,.home-tags{justify-content:center}
  .home-hero-visual{max-width:760px;margin:auto;width:100%}.home-visual-note{left:22px}
  .home-section-head{grid-template-columns:1fr;gap:18px}.home-section-head p{justify-self:start}
  .home-feature-panel .visual{min-height:460px}.home-feature-copy{padding:46px}
}
@media(max-width:780px){
  .home-v2 .section{padding:76px 0}.home-product-grid,.home-quality-grid{grid-template-columns:1fr}.home-soft-image img{height:480px}
  .home-product-image{height:330px}.home-future-strip,.home-cta-panel{align-items:flex-start;flex-direction:column}.home-cta-panel{padding:46px 36px}
  .home-feature-copy{padding:40px 30px}.home-feature-panel{border-radius:28px}.home-feature-panel .visual{min-height:360px}
}
@media(max-width:900px){
  .home-v2 .header{border-radius:20px}.home-v2 .nav{padding:0 10px}.home-v2 .mobile-menu{top:99px}
}
@media(max-width:560px){
  .home-v2 .header{top:10px;width:calc(100% - 20px)}.home-v2 .nav{height:66px}.home-v2 .logo img{height:49px}.home-v2 .mobile-menu{top:86px;left:10px;right:10px}
  .home-hero{padding:112px 0 56px}.home-v2 h1{font-size:clamp(43px,13vw,62px)}.home-hero-copy .lead{font-size:17px}.home-tags span{font-size:11px;padding:8px 10px}
  .home-visual-shell{border-radius:25px;padding:7px}.home-visual-shell img{border-radius:19px;min-height:420px;height:58vh}.home-visual-shell:after{inset:7px;border-radius:19px}.home-visual-note{left:16px;right:16px;bottom:16px;max-width:none}
  .home-soft-image{border-radius:25px}.home-soft-image img{height:390px}.home-product-card{border-radius:24px}.home-product-image{height:290px;border-radius:17px}.home-product-body{padding:22px 17px}
  .home-future-strip{padding:25px 22px}.home-cta{padding-bottom:80px}.home-cta-panel{padding:38px 26px;border-radius:26px}
}
