@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root{--bg:#0d0d0f;--surface:#171719;--surface-2:#222225;--ink:#f6f0e6;--muted:#aaa8a4;--orange:#ff6b1a;--cyan:#6ec8d6;--line:rgba(255,255,255,.12);--max:100%;--page-pad:clamp(24px,4vw,76px)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;width:100%;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.6}
img{display:block;max-width:100%;object-fit:cover}
a{color:inherit;text-decoration:none}
button{font:inherit}
.skip-link{position:fixed;top:-100px;left:1rem;background:var(--orange);padding:.7rem 1rem;z-index:100}
.skip-link:focus{top:1rem}
.accent{color:var(--orange)}
.site-header{height:82px;width:100%;max-width:var(--max);margin:auto;padding:0 var(--page-pad);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}
.logo{display:flex;align-items:center;gap:.65rem;font:700 1.08rem "Manrope",sans-serif}
.logo-mark{width:34px;height:34px;display:grid;place-items:center;background:var(--orange);color:#101012;border-radius:9px;font-weight:800}
nav{display:flex;align-items:center;gap:2rem}
nav a{font-size:.92rem;color:#d6d3cd}
nav a:hover{color:var(--orange)}
nav a[aria-current="page"]{color:var(--orange)}
.nav-cta{border:1px solid var(--line);padding:.65rem 1rem;border-radius:999px}
.menu-toggle{display:none;background:none;border:0;color:white;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;background:currentColor;margin:5px}
.hero{width:100%;max-width:var(--max);min-height:calc(100vh - 82px);margin:auto;padding:44px var(--page-pad) 90px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:5vw}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;color:var(--orange);font-size:.75rem;font-weight:700;margin:0 0 1rem}
h1,h2,h3{font-family:"Manrope",sans-serif;line-height:1.06;margin-top:0}
h1{font-size:clamp(3.1rem,6.2vw,6.4rem);letter-spacing:-.065em;margin-bottom:1.5rem}
h2{font-size:clamp(2.2rem,4.5vw,4.2rem);letter-spacing:-.05em;margin-bottom:1.2rem}
h3{font-size:1.35rem;letter-spacing:-.025em}
.hero-text{max-width:590px;color:#c0bdb7;font-size:1.08rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin:2rem 0}
.button{display:inline-flex;align-items:center;gap:.7rem;padding:.9rem 1.2rem;border-radius:8px;font-weight:700}
.button.primary{background:var(--orange);color:#111}
.button.primary:hover{background:#ff8244}
.button.secondary{border:1px solid var(--line)}
.button.secondary:hover{border-color:var(--orange)}
.trust-row{display:flex;flex-wrap:wrap;gap:1.25rem;color:#999;font-size:.82rem}
.trust-row span::before{content:"◆";color:var(--cyan);font-size:.55rem;margin-right:.45rem}
.hero-visual{position:relative}
.hero-visual::before{content:"";position:absolute;inset:-15px 30px 30px -15px;border:1px solid rgba(255,107,26,.5);border-radius:22px}
.hero-visual img{aspect-ratio:4/5;border-radius:18px;position:relative;filter:saturate(.92);box-shadow:0 40px 80px rgba(0,0,0,.5)}
.floating-card{position:absolute;right:-18px;bottom:28px;background:var(--ink);color:#131315;padding:1rem 1.3rem;border-radius:12px;display:flex;gap:.8rem;align-items:center;box-shadow:0 20px 40px rgba(0,0,0,.35)}
.floating-card strong{font:800 2.4rem "Manrope";color:var(--orange);line-height:1}
.floating-card span{font-size:.76rem;line-height:1.35}
.section{width:100%;max-width:var(--max);margin:auto;padding:110px var(--page-pad)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:3.5rem}
.section-heading>div{max-width:750px}
.section-heading>p{max-width:410px;color:var(--muted);margin-bottom:1rem}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.service-card{position:relative;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;min-height:520px}
.service-card img{width:100%;height:300px}
.card-content{padding:1.6rem}
.card-number{color:var(--orange);font-size:.72rem;font-weight:700;letter-spacing:.15em}
.card-content h3{margin:.55rem 0}
.card-content p{color:var(--muted);min-height:52px;margin-bottom:1.5rem}
.card-content a{font-weight:700}
.card-content a:hover{color:var(--orange)}
.product-preview{width:100%;max-width:var(--max);margin:20px auto 110px;padding:32px var(--page-pad);display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:5vw}
.product-preview-copy>p:not(.eyebrow){color:var(--muted);margin-bottom:2rem}
.preview-collage{min-height:560px;position:relative}
.preview-collage img{position:absolute;border-radius:14px;box-shadow:0 28px 55px rgba(0,0,0,.4);transition:transform .5s ease}
.preview-collage img:nth-child(1){width:65%;height:62%;left:0;top:0;z-index:2;transform:rotate(-3deg)}
.preview-collage img:nth-child(2){width:55%;height:54%;right:0;top:8%;z-index:1;transform:rotate(4deg)}
.preview-collage img:nth-child(3){width:63%;height:48%;left:22%;bottom:0;z-index:3;transform:rotate(1deg)}
.preview-collage:hover img:nth-child(1){transform:rotate(-5deg) translate(-8px,-8px)}
.preview-collage:hover img:nth-child(2){transform:rotate(6deg) translate(8px,-6px)}
.preview-collage:hover img:nth-child(3){transform:rotate(0) translateY(8px)}
.showcase{width:auto;max-width:var(--max);margin:30px var(--page-pad) 80px;padding:80px;border-radius:24px;background:#f1eadf;color:#171719;display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw;align-items:center}
.showcase-copy>p:not(.eyebrow){color:#5b5751}
.showcase ul{list-style:none;padding:0;margin:2.2rem 0 0}
.showcase li{border-top:1px solid #c8c0b4;padding:1rem 0;font-weight:600}
.showcase li span{color:var(--orange);font-size:.72rem;margin-right:1rem}
.showcase-images{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;align-items:end}
.showcase-images img{border-radius:12px;height:520px}
.showcase-images img+img{height:390px}
.steps{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}
.steps article{padding:2rem 1.4rem;border-right:1px solid var(--line)}
.steps article:last-child{border:0}
.steps span{color:var(--orange);font-weight:700;font-size:.75rem}
.steps h3{margin:3rem 0 .8rem}
.steps p{color:var(--muted);font-size:.92rem}
.contact{width:auto;max-width:var(--max);margin:40px var(--page-pad) 0;padding:90px 7vw;background:var(--orange);color:#111;display:grid;grid-template-columns:1.1fr .9fr;gap:6vw;align-items:center;border-radius:24px 24px 0 0}
.contact .eyebrow{color:#111}
.contact p{max-width:560px}
.contact-with-form{align-items:start}
.contact-intro{position:sticky;top:36px}
.direct-contact{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2rem}
.direct-contact a{display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.25);border-radius:9px;padding:.7rem .9rem;transition:background .2s}
.direct-contact a:hover{background:rgba(255,255,255,.2)}
.direct-contact span{font-size:.62rem;text-transform:uppercase;letter-spacing:.13em}
.direct-contact strong{font-size:.82rem}
.enquiry-form{background:#111113;color:var(--ink);border-radius:16px;padding:clamp(1.25rem,3vw,2.2rem);box-shadow:0 28px 70px rgba(0,0,0,.25)}
.form-heading{display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:1.25rem;margin-bottom:1.35rem}
.form-heading span{color:var(--orange);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em}
.form-heading strong{font:700 clamp(1.25rem,2vw,1.7rem) "Manrope",sans-serif;margin-top:.25rem}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.form-grid label{display:flex;flex-direction:column;gap:.42rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#bbb}
.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid #39393e;border-radius:8px;background:#1d1d20;color:var(--ink);padding:.82rem .9rem;font:500 .92rem "DM Sans",sans-serif;text-transform:none;letter-spacing:0;outline:none;transition:border-color .2s,box-shadow .2s}
.form-grid input::placeholder,.form-grid textarea::placeholder{color:#777}
.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,107,26,.16)}
.form-grid textarea{resize:vertical;min-height:120px}
.form-full{grid-column:1/-1}
.form-submit{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:1.1rem;border:0;border-radius:8px;background:var(--orange);color:#111;padding:.95rem 1.1rem;font-weight:800;cursor:pointer}
.form-submit:hover{background:#ff8244}
.form-submit:disabled{cursor:wait;opacity:.68}
.form-status{min-height:1.4rem!important;margin:.8rem 0 0!important;font-size:.82rem}
.form-status.success{color:#8ed9a9}
.form-status.error{color:#ff9f8d}
.form-honey{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.contact-actions{display:grid}
.contact-actions a{padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.22);display:flex;flex-direction:column}
.contact-actions a:hover strong{transform:translateX(6px)}
.contact-actions span{font-size:.72rem;text-transform:uppercase;letter-spacing:.14em}
.contact-actions strong{font-size:clamp(1rem,2vw,1.3rem);transition:transform .2s}
footer{width:100%;max-width:var(--max);margin:auto;padding:35px var(--page-pad);display:flex;align-items:center;justify-content:space-between;color:#888;font-size:.82rem}
footer .logo{color:var(--ink)}

/* Products page */
.products-hero{width:100%;max-width:var(--max);min-height:720px;margin:auto;padding:70px var(--page-pad) 110px;display:grid;grid-template-columns:.85fr 1.15fr;gap:6vw;align-items:center;overflow:hidden}
.products-hero-copy{position:relative;z-index:4;animation:rise-in .8s ease both}
.products-hero-copy h1{font-size:clamp(3.3rem,6vw,6.1rem)}
.products-hero-copy>p:not(.eyebrow){color:var(--muted);font-size:1.08rem;max-width:580px;margin-bottom:2rem}
.products-hero-stack{height:570px;position:relative;perspective:1000px}
.products-hero-stack figure{position:absolute;margin:0;width:70%;border:8px solid #f1eadf;background:#f1eadf;color:#111;box-shadow:0 30px 80px rgba(0,0,0,.55);animation:photo-drop .9s cubic-bezier(.2,.8,.2,1) both}
.products-hero-stack figure:nth-child(1){left:0;top:4%;z-index:3;transform:rotate(-5deg);animation-delay:.08s}
.products-hero-stack figure:nth-child(2){right:-5%;top:17%;z-index:2;transform:rotate(6deg);animation-delay:.2s}
.products-hero-stack figure:nth-child(3){left:12%;bottom:0;z-index:4;transform:rotate(2deg);animation-delay:.32s}
.products-hero-stack img{width:100%;height:250px}
.products-hero-stack figcaption{font:700 .78rem "Manrope";padding:8px 5px 3px;text-transform:uppercase;letter-spacing:.1em}
.product-marquee{overflow:hidden;background:var(--orange);color:#111;padding:17px 0;transform:rotate(-1.25deg);width:102%;margin-left:-1%}
.product-marquee div{display:flex;align-items:center;gap:2rem;width:max-content;animation:marquee 20s linear infinite;font:800 1rem "Manrope";text-transform:uppercase;letter-spacing:.12em}
.product-marquee i{font-style:normal;font-size:.6rem}
.product-catalogue{padding-top:140px}
.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.product-tile{background:var(--surface);border:1px solid var(--line);border-radius:17px;overflow:hidden;display:grid;grid-template-rows:auto 1fr}
.product-photo{height:390px;overflow:hidden;position:relative}
.product-photo img{width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.8,.2,1)}
.product-tile:hover .product-photo img{transform:scale(1.055)}
.photo-tag{position:absolute;top:15px;right:15px;background:var(--orange);color:#111;border-radius:99px;padding:.45rem .7rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em}
.product-info{padding:1.6rem}
.product-info>span{color:var(--orange);font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}
.product-info h3{font-size:1.65rem;margin:.55rem 0}
.product-info p{color:var(--muted);margin-bottom:1.7rem}
.product-info a{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:1rem;font-weight:700}
.product-info a b{font-size:1.2rem;transition:transform .2s}
.product-info a:hover b{transform:translate(4px,-4px)}
.product-options{width:100%;max-width:var(--max);margin:0 auto 110px;padding:70px var(--page-pad);display:grid;grid-template-columns:1fr 1fr;gap:6vw;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-options ul{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;list-style:none;padding:0;margin:0}
.product-options li{background:var(--surface);border-radius:8px;padding:1rem 1.1rem;color:#ddd}
.product-options li::before{content:"＋";color:var(--orange);margin-right:.65rem}
.product-order{margin-top:0}
.reveal{opacity:0;transform:translateY(35px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@keyframes rise-in{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:none}}
@keyframes photo-drop{from{opacity:0;translate:0 -40px;scale:.94}to{opacity:1;translate:0 0;scale:1}}
@keyframes marquee{to{transform:translateX(-50%)}}

@media (min-width:1400px){
  .service-grid,.product-grid{grid-template-columns:repeat(3,1fr)}
  .product-tile-wide{grid-column:span 2}
}

@media (max-width:900px){
  .menu-toggle{display:block}
  nav{display:none;position:absolute;top:70px;left:18px;right:18px;background:#202023;border:1px solid var(--line);padding:1.2rem;border-radius:12px;flex-direction:column;align-items:stretch;gap:.2rem}
  nav.open{display:flex}
  nav a{padding:.7rem}
  .hero{grid-template-columns:1fr;padding-top:70px}
  .hero-copy{max-width:720px}
  .hero-visual{max-width:680px}
  .hero-visual img{aspect-ratio:16/11}
  .section-heading{align-items:start;flex-direction:column;gap:.5rem}
  .product-preview{grid-template-columns:1fr}
  .preview-collage{min-height:520px}
  .showcase{width:calc(100% - 36px);margin-left:18px;margin-right:18px;padding:55px 30px;grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .contact{width:calc(100% - 36px);margin-left:18px;margin-right:18px;grid-template-columns:1fr}
  .contact-intro{position:static}
  .products-hero{grid-template-columns:1fr;padding-top:55px}
  .products-hero-stack{height:540px;max-width:720px}
  .product-options{grid-template-columns:1fr}
}
@media (max-width:620px){
  h1{font-size:3.35rem}
  .site-header{height:70px}
  .hero{padding-top:44px}
  .hero-visual::before{display:none}
  .floating-card{right:10px}
  .service-grid{grid-template-columns:1fr}
  .service-card{min-height:0}
  .service-card img{height:240px}
  .product-preview{margin-bottom:70px}
  .preview-collage{min-height:390px}
  .steps{grid-template-columns:1fr}
  .steps article{border-right:0;border-bottom:1px solid var(--line)}
  .steps h3{margin-top:1rem}
  .showcase-images{grid-template-columns:1fr}
  .showcase-images img,.showcase-images img+img{height:300px}
  .products-hero{padding-bottom:70px}
  .products-hero-stack{height:400px}
  .products-hero-stack figure{width:77%;border-width:5px}
  .products-hero-stack img{height:175px}
  .product-grid{grid-template-columns:1fr}
  .product-photo{height:280px}
  .product-options ul{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .form-full{grid-column:auto}
  footer{flex-direction:column;gap:1rem;text-align:center}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}
