@media screen and (max-width: 1680px) {
	.wrapper {
		--gutter: 5%;
	}

	.featured-sections {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 300px 300px;
		gap: 2rem;
		margin-block: 4rem;
	}

	.featured-sections span {
		font-size: 2.6rem;
		left: 3rem;
		display: inline;
	}

	.heritage-img-container.tacked-content::before,
	.heritage-img-container.tacked-content::after {
		content: none;
	}
}





@media screen and (max-width: 1599px) and (min-width: 1281px) {
	.wrapper {
		--gutter: 5%;
	}

	.swiper-hero {
		max-height: 600px;
		min-height: 500px;
	}
}





@media screen and (max-width: 1280px) {
	body {
		font-size: 2rem;
	}

	h2 {
		font-size: 3.6rem;
	}

	.logo-header {
		width: 300px;
		height: auto;
	}

	.hero.relative {
		margin-bottom: 3rem;
	}

	.wrapper {
		--gutter: 50px;
	}

	header {
		height: 140px;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 30% 70%;
		place-items: end;
		margin-top: 0;
		margin-bottom: 0;
	}

	header form {
		position: relative;
		right: 0;
		top: 10px;
	}

	.cta-what-do {
		gap: 6rem;
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 40px;
		padding-top: 40px;
		padding-top: 0;
	}

	footer section {
		gap: 4rem;
	}

	.hero__shared-title {
		width: auto;
		font-size: 5rem;
		text-align: center;
	}

	.hero__shared-title h1 {
		font-size: 5rem;
	}

	.working-life-boxes h3 {
		font-size: 3rem;
	}

	.working-life-boxes p {
		font-size: 1.8rem;
		font-family: 'Cera Pro', sans-serif;
	}

	.cta-working-life .wrapper-inner {
		--gutter: 5%;
		font-size: 2.2rem;
		margin-bottom: 0px;
	}

	 .cta-working-life .wrapper-inner p {
		margin-bottom: 0;
	}

	.trusted > div:first-child .wrapper {
		--gutter: 40px;
	}

	.trusted p {
		font-size: 2.2rem;
	}

	.trusted > div:last-child {
		background-color: rgb(var(--clr-dark));
		padding-block: 6rem 6rem;
	}

	.trusted > div:last-child .wrapper {
		--gutter: 10%;
		display: grid;
		gap: 6rem;
	}

	.testimonials h2 {
		margin-top: 2rem;
	}

	.testimonials .grid {
		row-gap: 6rem;
	}

	.cta-distance p {
		margin-bottom: 0;
		font-size: 2.2rem;
	}

	.cta-distance .wrapper-inner {
		--gutter: 40px;
	}

	.cta-guarantee {
		margin-block: 4rem;
	}

	footer section + section > .wrapper {
		--gutter: 0%;
		gap: 4rem;
	}

	footer section + section > .wrapper img {
		width: 100%;
		height: auto;
	}

	footer section + section > .wrapper img:first-child {
		height: 90px;
		width: 90px;
	}

	.featured-sections span {
		font-size: 2.6rem;
		left: 2rem;
		display: inline;
	}

	.featured-sections span img {
		display: inline-block;
		margin-left: 1rem;
		width: 15px;
		height: 15px;
	}

	footer img.logo {
		width: 150px;
		height: auto;
	}

	.featured-sections {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 260px 260px;
		gap: 2rem;
		margin-block: 4rem;
	}

	.featured-sections span img {
		width: auto;
		height: auto;
		top: 1rem;
	}

	.manufacture-uk-panel,
	.bespoke-design-panel {
		padding-block: 2rem;
		margin-bottom: 0;
	}

	.manufacture-uk-panel p,
	.bespoke-design-panel p {
		font-size: 2.2rem;
	}

	.manufacture-uk-panel img,
	.bespoke-design-panel img {
		width: 100%;
		height: auto;
		padding-inline: 3rem;
	}

	.icon-card {
		flex: 1;
		padding-inline: 2rem;
		border-left: none;
		display: grid;
		grid-template-rows: 200px 100px auto;
		align-items: start;
		justify-items: center;
	}

	.icon-card p {
		margin-bottom: 2rem;
	}

	.icon-card h2 {
		font-size: 2.2rem;
	}

	.icon-group .group-content p {
		font-size: 2.2rem;
	}

	.floating-contact {
		position: fixed;
		top: 350px !important;
	}

	.swiper-hero {
		width: 100%;
		max-height: 590px;
	}

	.hero__made-uk {
		bottom: 5rem;
	}

	.hero__content {
		position: absolute;
		top: 60%;
		width: 80%;
	}

	.product-range h2 {
		max-width: 60%;
	}

	.product-range .hover-effect p {
		color: #FFF;
		max-width: 60%;
	}

	.did-you-know {
		display: grid;
		grid-template-rows: repeat(3, 257px);
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
		margin-block: 4rem;
	}

	.did-you-know div {
		grid-row: 1 / 2;
		grid-column: 3 / 4;
		text-align: center;
		background-color: var(--clr-content);
		color: #FFF;
		font-size: 1.6rem;
		padding: 3rem 3rem;
	}

	.OurFactoryPage blockquote {
		margin-left: 150px;
		font-size: 2.2rem;
		text-indent: 0;
		font-weight: 500;
	}

	.image-panel__content {
		padding-inline: 3rem;
		padding-block: 3rem;
	}

	.image-panel__content p {
		font-size: 1.8rem;
	}

	.ProjectHolder .project-card img {
		width: 100%;
		height: auto;
	}

	.ProjectHolder .project-card span img {
		width: 20px;
		height: 20px;
	}

	.project-content p {
		font-size: 2.2rem;
	}

	.project-title h1 {
		font-size: 4rem;
	}

	.project-title {
		width: 40%;
		padding-inline: 4rem;
	}

	.working-life-boxes {
		grid-template-columns: repeat(4, 1fr);
		font-size: 2.8rem;
		margin: 0;
		margin-block: 4rem;
	}

	.swiper-slide__case-study p {
		font-size: 2.2rem;
	}

	.swiper-slide__case-study .testimonial-wrapper {
		height: 431px;
		background-image: url(/assets/Uploads/testimonial-quote-white.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		padding: 170px 0 0 60px;
	}

	.swiper-slide__case-study .testimonial-wrapper .testimonial-logo {
		left: 50%;
	}

	.swiper-slide__case-study .testimonial-wrapper img {
		height: 80px;
		width: auto;
	}

	.quote blockquote {
		color: var(--clr-primary);
		font-size: 1.8rem;
		font-weight: 500;
		font-style: italic;
		margin: 65px 0 0 60px;
	}

	.job-listing {
		padding: 4rem 4rem 4rem;
		margin-bottom: 4rem;
	}

	.apply-how {
		max-width: 70%;
		margin-inline: auto;
		padding: 4rem 0;
	}

	.contact-content h2 {
		font-size: 4rem;
		margin-top: 0px;
	}

	.contact-content,
	.contact-form {
		margin-top: 0rem;
	}

	.map-container h2 {
		max-width: 70%;
	}

	#Form_ContactForm textarea {
		height: 29.5rem;
	}

	.product-card__img-container {
		min-height: 500px;
	}

	.product-card__img-container img {
		width: 100%;
		height: auto;
	}

	.product-card img {
		width: 100%;
		height: auto;
	}

	.product-cta {
		font-size: 3.6rem;
		padding: 3rem;
		max-height: 380px;
	}

	.product-cta p {
		margin: 0;
	}

	.quote figcaption {
		margin-left: 60px;
	}

	.heritage-grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 210px 60px 260px;
		gap: 0 10px;
	}

	.icon-card {
		flex: 1;
		padding-inline: 2rem;
		border-left: none;
		border-left-color: currentcolor;
		display: grid;
		grid-template-rows: 150px 120px auto;
		align-items: start;
		justify-items: center;
	}
}





@media screen and (max-width: 1080px) {
	.swiper-hero {
		width: 100%;
		max-height: 450px;
	}

	.wrapper {
		--gutter: 50px;
	}

	header {
		height: 120px;
		grid-template-rows: repeat(3, 1fr);
		grid-template-columns: 25% 75%;
		place-items: end;
		margin-top: 0;
		margin-bottom: 0;
	}

	.logo-header {
		width: 250px;
		height: auto;
		margin: 30px 0;
	}

	header nav {
		margin-bottom: 20px;
		margin-top: 10px;
	}


	header form {
		position: relative;
		right: 0;
		top: 5px;
	}

	.hero__shared-title {
		font-size: 4.8rem;
	}

	.hero__shared-title h1 {
		font-size: 4.8rem;
	}

	.trusted > div:first-child .wrapper {
		--gutter: 30px;
	}


	.trusted > div:last-child .wrapper {
		--gutter: 30px;
		display: grid;
		gap: 6rem;
	}

	.trusted > div:last-child {
		background-color: rgb(var(--clr-dark));
		padding-block: 6rem;
	}

	.working-life-boxes {
		grid-template-columns: repeat(4, 1fr);
		font-size: 2.8rem;
		margin: 0;
		margin-block: 6rem;
	}

	.working-life-boxes > div {
		padding: 2rem;
	}

	.working-life-boxes > div:last-child {
		background-color: rgb(var(--clr-primary-rgb) / 40%);
		padding: 2rem;
	}

	.cta-what-do {
		gap: 2rem;
		grid-template-columns: repeat(1, 3fr);
		padding-bottom: 40px;
		padding-top: 0;
	}

	.trusted p {
		font-size: 2rem;
	}

	.manufacture-uk-panel p,
	.bespoke-design-panel p {
		font-size: 2rem;
	}

	footer {
		padding-block: 4rem;
		font-size: 1.8rem;
	}

	footer section + section > .wrapper {
		--gutter: 0%;
		gap: 3rem;
	}

	footer section + section > .wrapper img {
		width: 100%;
		height: auto;
	}

	footer section {
		gap: 3rem;
	}

	footer img.logo {
		width: 100px;
		height: auto;
	}

	.footer__contact-btn {
		font-size: 1.8rem
	}

	.testimonials .grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 3.6rem;
		row-gap: 2.6rem;
		row-gap: 4rem;
		row-gap: 8rem;
		margin-bottom: 6rem;
	}

	.cta-distance .wrapper-inner {
		--gutter: 30px;
	}


	.three-col {
		--yGap: 2rem;
		--xGap: 2rem;
		grid-template-columns: repeat(3, 1fr);
		gap: var(--yGap) var(--xGap);
	}

	.featured-sections {
		grid-template-columns: repeat(6, 1fr);
		grid-template-rows: 200px 200px;
		gap: 1.5rem;
		margin-block: 3rem;
	}

	.featured-sections span {
		font-size: 2.6rem;
		left: 2rem;
		display: inline;
	}

	.quote blockquote {
		color: var(--clr-primary);
		font-size: 1.8rem;
		font-weight: 500;
		font-style: italic;
		margin: 80px 0 0 60px;
	}

	.hero__shared-title {
		top: 40%;
	}

	.hero__content {
		font-size: 2.2rem;
		width: 90%;
	}

	.product-card__img-container {
		min-height: 400px;
	}

	.product-cta {
		font-size: 3rem;
		max-height: 315px;
	}

	.hero p {
		font-size: 2.2rem;
	}

	.project-testimonials .quote blockquote {
		color: #FFF;
		font-size: 2rem;
	}

	.heritage-grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 170px 60px 300px;
		gap: 0 10px;
	}

	.swiper-case-study {
		height: 1300px;
	}

	.product-details {
  		padding-block: 2rem;
	}
}

 



@media screen and (max-width: 900px) {
	body {
		font-size: 2rem;
	}

	h2 {
		font-size: 3rem;
	}

	.wrapper {
		--gutter: 50px;
	}

	.cta-what-do p {
		font-size: 2rem;
	}

	.testimonials .grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.6rem;
		row-gap: 2.6rem;
		row-gap: 4rem;
		row-gap: 6rem;
		margin-bottom: 6rem;
	}

	.working-life-boxes {
		grid-template-columns: repeat(2, 2fr);
		font-size: 2.8rem;
		margin: 0;
		margin-block: 4rem;
	}

	.working-life-boxes > div {
		padding: 4rem 4rem;
	}

	.working-life-boxes > div:last-child {
		background-color: rgb(var(--clr-primary-rgb) / 40%);
		padding: 4rem 4rem;
	}

	.cta-working-life .wrapper-inner {
		--gutter: 5%;
		font-size: 2rem;
	}

	.featured-sections {
		gap: 2rem;
		margin-block: 3rem;  
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 420px 420px 420px 420px 420px; 
	}

	.featured-sections .tile-img {
		width: 1005;
		height: auto
	}

	.cta-guarantee {
		margin-block: 3rem;
		display: grid;
		gap: 3rem;
		grid-template-columns: 30% 70%;
	}

	.cta-guarantee  img {
		width: 200px;
		height: auto;
	}

	.cta-guarantee h2 {
		margin-top: 0;
	}

	footer section {
		display: grid;
		gap: 2rem;
		row-gap: 4rem;
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(3, 1fr);
	}

	footer section:last-child {
		display: grid;
		grid-template-rows: repeat(1, 1fr);
		grid-template-columns: repeat(1, 1fr);
	}

	.trusted > div:last-child .wrapper {
		--gutter: 10%;
	}

	.trusted > div .wrapper img {
		max-width: 150px;
		height: auto;
	}

	.trusted p {
		font-size: 2rem;
	}

	.cta-distance {
		padding-block: 2rem;
		padding-bottom: 0;
	}

	.cta-distance p {
		margin-bottom: 4rem;
		font-size: 2rem;
	}

	.icon-group .group-content {
		width: 90%;
	}

	.icon-group .group-content p {
		font-size: 2rem;
	}

	.icon-container {
		margin-block: 4rem;
	}

	footer{
		font-size: 1.6rem;
	}

	.footer__contact-btn {
		font-size: 1.6rem
	}

	footer img.logo {
		width: 200px;
		height: auto;
	}

	.hero__shared-title {
		font-size: 3.6rem;
	}

	.hero__shared-title h1 {
		font-size: 3.6rem;
	}

	.swiper-hero {
		width: 100%;
		max-height: 350px;
	}

	.ProjectHolder blockquote > * {
		color: #fff;
		font-size: 2.6rem;
	}

	.hero__content {
		font-size: 2rem;
		width: 90%;
	}

	.hero__shared-title {
		top: 35%;
	}

	.ProjectHolder blockquote > * {
		color: #fff;
		font-size: 2.2rem;
	}

	.product-range .hover-effect p {
		color: #FFF;
		max-width: 70%;
	}

	.product-range h2 {
		max-width: 70%;
	}

	.image-panel__content {
		padding-block: 3rem;
	}

	.apply-how {
		max-width: 80%;
		margin-inline: auto;
		padding: 4rem 0;
	}

	.quote blockquote {
		color: var(--clr-primary);
		font-size: 1.8rem;
		font-weight: 500;
		font-style: italic;
		margin: 70px 0 0 60px;
	}

	.hero p {
		font-size: 2rem;
	}

	.product-card__img-container {
		min-height: 480px;
	}

	.product-cta {
		font-size: 3rem;
		padding: 3rem;
		max-height: 365px;
		width: 100%;
	}

	.three-col 	{
		--yGap: 2rem;
		--xGap: 2rem;
		grid-template-columns: repeat(2, 1fr);
		gap: var(--yGap) var(--xGap);
	}

	.three-col .product-cta {
		grid-column: 1 / -1;
	}

	.hero__shared-title img {
		max-width: 200px;
		height: auto;
	}

	.span_one-three {
		grid-column: 1 / -1;
	}

	.project-title {
		width: 30%;
		padding-inline: 2rem;
	}

	.project-title h1 {
		font-size: 3rem;
	}
	
	.heritage-grid {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: 130px 60px 380px;
		gap: 0 5px;
	}

	.heritage-img-container img {
		border: 3px solid #FFF;
		margin-inline: auto;
		position: relative;
		z-index: 1;
		max-width: 90%;
		height: auto;
	}

	.heritage-content-container {
		text-align: left;
		padding-right: 2rem;
		margin-left: -15px;
		font-size: 1.4rem;
	}

	.heritage-img-container.tacked-content p {
		text-align: left;
		margin-block: 0;
	}

	.heritage-line::before {
		left: -20px;
		top: 0;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		transform: translate(-50%, -50%);
	}

	.heritage-line {
		grid-column: 1 / -1;
		width: calc(100% - 40px);
		border: 3px solid #FFF;
		position: relative;
		padding: 0;
		margin: 0;
		margin-left: 0;
		margin-left: auto;
		height: 0;
	}

	.swiper-slide__case-study .testimonial-wrapper {
		height: 431px;
		background-image: url(/assets/Uploads/testimonial-quote-white.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 30%;
		padding: 170px 0 0 50px;
	}

	.swiper-case-study .faux-h2 {
		font-size: 4.8rem;
		font-weight: bold;
		width: 90%;
	}

	.studies-title {
		top: 15%;
	}

	.swiper-slide.swiper-slide__case-study::after {
		background: linear-gradient(to bottom, rgba(0, 0, 0, 25%) 75px, transparent 431px);
	}

	.swiper-pagination-vertical.swiper-pagination-bullets,
	.swiper-vertical > .swiper-pagination-bullets {
		transform: translate3d(0px, -70%, 0);
	}

	.swiper-case-study p a {
		position: absolute;
		z-index: 1;
		bottom: 20%;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		color: #FFF;
		text-decoration: none;
		font-weight: 700;
		font-size: 1.6rem;
		text-transform: uppercase;
	}

	.manufacture-uk-panel .wrapper > div,
	.bespoke-design-panel .wrapper > div 
	{
		display: grid;
		grid-template-rows: 0.5fr 1fr;
		grid-template-columns: 30% 70%;
		align-items: center;
		align-content: center;
	}
	.bespoke-design-panel .button{
		width: 50%;
	}
}

@media screen and (max-width: 560px) {
	.product-details-content .dimensions-grid {
  		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.bespoke-design-panel {
		padding-block: 6rem;
	}
	.bespoke-design-panel .wrapper > div {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr;
		align-items: center;
		align-content: center;
		text-align: center;
  	}
	.bespoke-design-panel .button {
    	width: 100%;
  	}
  	.bespoke-design-panel img {
		width: 50%;
  		margin-bottom: 30px;
	}
}