/* Inter font - Variable font file approach */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900; /* Covers all weights from Thin(100) to Black(900) */
  font-display: swap;
  src: url("https://assets.deecies.com/fonts/Inter-roman.var.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900; /* Covers all weights from Thin(100) to Black(900) */
  font-display: swap;
  src: url("https://assets.deecies.com/fonts/Inter-italic.var.woff2") format("woff2");
}

/* Optional: Fallback for older browsers */
@supports not (font-variation-settings: normal) {
  @font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://assets.deecies.com/fonts/Inter-Regular.woff2") format("woff2");
  }
  
  @font-face {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("https://assets.deecies.com/fonts/Inter-Italic.woff2") format("woff2");
  }
}
	*{
		margin: 0;
		padding: 0;
		border: 0;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		}

	:root {
		color-scheme: light;
		--text-gradient-width: 100%;
		--mx-pro-blue: #2997ff;
		--mx-max-purple: #a972ff;
		--mx-teal: #43B9B9;
		--color-scheme: light;
		--ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
		--igradient: linear-gradient(to bottom right,#0894FF 0%,#C959DD 34%,#FF2E54 68%,#FF9004);
		--privacy-gradient: linear-gradient(97deg, #0096FF, #a972ff 42%, #F2416B 74%, #EB7500);
		--dimmed-gradient: linear-gradient(97deg, 
			rgba(0,150,255,0.7), 
			rgba(187,100,255,0.7) 42%, 
			rgba(242,65,107,0.7) 74%, 
			rgba(235,117,0,0.7));
	}

	/* Animations */
	@keyframes breathingGlow {
		0%, 100% { opacity: 0.6; filter: blur(6px); }
		50% { opacity: 0.95; filter: blur(8px); }
	}

	@keyframes pulse {
		0%, 100% { opacity: 1; }
		50% { opacity: 0.7; }
	}

	.para, p.para {padding: 0; margin: 0; font-family:'Inter','Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	}
	
	.description {
		border:1px solid #e3e3e3;
		background: white;
		width:auto;
		max-width:275px;
		height:auto;
		padding:10px;
		font-family: 'Inter','Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
		font-weight: 300;
		color: rgb(39, 44, 45);
		font-size: 13px;
		z-index: 10;
		position: absolute;
		margin-left: 5%;
		margin-top: 1%;
		cursor: default;
		display: inline-block;
	}
	
	#build_to_order1:before {
		white-space: pre-wrap;
		content: 'Built to Order';
		font-weight: 700;
		font-size: 40px;
		letter-spacing: -.028em;
		float:left;
		margin: 10 0 15 0;
	}
	
	#build_to_order1::after {
		white-space: pre-wrap;
		content: "This is a Configure-to-Order (CTO) Mac that Apple builds specifically for you.\A Like ordering a custom car, it needs to be manufactured first:\A\A• The displayed dispatch time is roughly how long Apple needs to build your Mac.\A• No retailers, including Apple, keep these custom models in stock.\A• Once built and dispatched, delivery is via DPD Next Day pre-noon service.\A\AThe dispatch time shown is set by Apple and cannot be shortened.";
		margin-top: 60px;
		display: block;
		text-align: left !important;
	}
	
	#build_to_order1 {
		box-sizing: border-box;
		overflow: hidden;
		/* background: linear-gradient(135deg, #1d2671, #c33764); */
		background:linear-gradient(to bottom right,#0096FF,#BB64FF,#F55273);
		border-radius: 30px;
		margin: 5px auto 35px auto;
		padding: 25px 35px !important;
		font-weight: 500 !important;
		font-size: 15px !important;
		letter-spacing: -0.01em;
		color:white;
		box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
		transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
		            box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}

	#build_to_order1:hover {
		transform: translateY(-4px);
		box-shadow:
			0 20px 40px rgba(0, 0, 0, 0.3),
			0 0 30px rgba(255, 255, 255, 0.05);
	}
	
.clr, .clear, .cleared {clear : both;}

.deecies {	
	background-size : 100% auto;
	background-color : black;
	margin: 0;
	padding: 0;
	border: 0;
	overflow:hidden;
	font-family:'Inter', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

.deecies ul {padding: 0 0 0 5px;list-style-type: none;}
.deecies-content {width: 100%; overflow: auto;}
.deecies-center {text-align: center;}
.deecies-justify {text-align: justify;}
.deecies-content-inner {
	margin: 0 auto;
	max-width: 860px;
	align-content: center;
}

.content-inner-600 { max-width: 600px; }
.content-inner-620 { max-width: 620px !important; border: 0px; }
.content-wrapper {isolation: isolate}

.group:after {
	  content: "";
	  display: table;
	  clear: both;
	}

.deecies-header {
	background-image: url('https://assets.deecies.com/images/bac12.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 22px 0;
	text-align: center;
}

#eu-banner {
	height:46px;
	width:100%;
	background: #003399;
	color: #003399;
	background-image: url('https://assets.deecies.com/images/eu-banner.png');
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
}

#apple-intelligence-container {
	position: relative;
	padding: 40px;
	background-color: transparent;
	border-radius: 30px;
	overflow: visible;
	color: #f5f5f7;
	max-width: 1169px;
	margin: 45px auto 45px auto;
	text-align: center;
	z-index: 0;
}

#apple-intelligence-container::before {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 30px;
	background: var(--igradient);
	filter: blur(6px);
	z-index: -2;
	opacity: 0.8;
	animation: breathingGlow 4s ease-in-out infinite;
}

#apple-intelligence-container::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 30px;
	background-color: #000000;
	z-index: -1;
}

#apple-intelligence-container p {
	max-width: 850px;
	margin: auto;
}

.apple-intelligence-cont {
	margin-top: 15px !important;
}

.headline {
	font-size: clamp(40px, 11vw, 65px);
	font-weight: 700;
	color: transparent;
	background: var(--ai-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	letter-spacing: -0.015em;
	margin: 0;
}

.sub-headline {
	font-size: 65px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: -0.015em;
	margin: 0;
	line-height: 1.05;
}

.ai_description {
	font-size: 18px;
	color: #86868b;
	margin-top: 40px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.4;
	letter-spacing: -0.01em; 
	font-weight: 500;
}

.carousel-wrapper {
	margin: 60px auto 40px;
	position: relative;
}

/* Hide radio buttons properly */
.carousel-wrapper > input[type="radio"] {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	top: -9999px; 
}

.carousel {
	width: 100%;
	height: clamp(560px, 57vw, 740px);
	position: relative;
	overflow: hidden;
}

.carousel-slides {
	width: 300%;
	height: 100%;
	min-height: 530px;
	position: relative;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide {
	width: 33.333%;
	height: 100%;
	float: left;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.carousel-slide img {
	width: 100%;
	height:100%;
	aspect-ratio: 16/9;  /* Force aspect ratio */
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 20px;
	/* max-height: 658px;  /* Maximum image height */
	/* height: auto; */
	}

.carousel-slide p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	color: #86868b;
	letter-spacing: 1.5%;
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
	flex-shrink: 0;  /* Prevent text from shrinking */
}

.anchor-top-center {
	object-position: 37%;
}

.anchor-center-center {
	object-position: center center;
}

.anchor-top-right {
	object-position: 100% 0;
}

.restrict {
	height: clamp(210px, 35vw, 295px);
	margin: 0 auto; /* Center the container */
	position: relative;
}

.tab-controls {
	display: inline-flex;
	gap: 30px;
	position: relative;
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.tab-controls::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 1px;
	background: #424245;
}

.tab-control {
	position: relative;
}

.tab-label {
	font-size: 25px;
	font-weight: 600;
	color: #424245;
	cursor: pointer;
	padding-bottom: 8px;
	display: inline-block;
	position: relative;
	letter-spacing: -0.01em;
}

.tab-control:hover .tab-label {
	background: var(--dimmed-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab1"],
.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab2"],
.carousel-wrapper > input[type="radio"]:checked ~ .tab-controls .tab-label[for="tab3"] {
	color: #424245;
}

#tab1:checked ~ .tab-controls .tab-label[for="tab1"],
#tab2:checked ~ .tab-controls .tab-label[for="tab2"],
#tab3:checked ~ .tab-controls .tab-label[for="tab3"] {
	background: var(--ai-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

#tab1:checked ~ .tab-controls .tab-label[for="tab1"]::after,
#tab2:checked ~ .tab-controls .tab-label[for="tab2"]::after,
#tab3:checked ~ .tab-controls .tab-label[for="tab3"]::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background: #f5f5f7;
	z-index: 1;
}

#tab1:checked ~ .carousel .carousel-slides {
	transform: translateX(0);
}

#tab2:checked ~ .carousel .carousel-slides {
	transform: translateX(-33.333%);
}

#tab3:checked ~ .carousel .carousel-slides {
	transform: translateX(-66.666%);
}

.privacy-section {
	margin: 40px -40px -40px;
	padding: 40px 40px 80px 40px;
	background-color: #161617;
	border-radius: 0 0 30px 30px;
	text-align: center; /* Center the header */
}

.privacy-headline {
	font-size: 48px;
	font-weight: 700;
	color: #f5f5f7;
	max-width: 70%;
	margin: 0 auto 40px auto;
	line-height: 1.1;
	text-align: center;
}

.privacy-headline img {
	width: 74px;
}

.privacy-content {
	display: flex;
	gap: 40px;
	text-align: left;
	justify-content: center; /* Centres columns horizontally */
	flex-wrap: wrap; /* Allows columns to wrap if needed */
}

.privacy-column {
	flex: 1 1 33.333%; /* Allows columns to grow/shrink, but maxes at 33.333% */
	max-width: 33.333%; /* Ensures they won’t exceed one-third */
	box-sizing: border-box;
}

.privacy-description {
	font-size: 21px;
	color: #86868b;
	margin-top: 0; /* Reset margin since we're using flex gap */
	line-height: 1.4;
}

.privacy-gradient-text {
	color: transparent;
	background: var(--privacy-gradient);
	-webkit-background-clip: text;
	background-clip: text;
}

.highlight {
	color: #f5f5f7;
}

video {
	width: 100%;
	aspect-ratio: 16 / 9; /* Adjust this ratio based on your video dimensions */
	object-fit: cover;
}

/* Text */

.mt-1 {font-size: 55px; line-height: 105%; color: rgb(255, 255, 255) !important; }
.mt-2 {font-size: 13px; line-height: 15px; font-weight:300; color: rgb(255, 255, 255) !important;}

/* Product Feature Cards */
.product-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin: 20px 0 10px 0;
}

.feature-card {
	background: #1d1d1f;
	border-radius: 20px;
	padding: 24px;
	box-sizing: border-box;
}

.feature-card::before {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: white;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
	line-height: 1.2;
	white-space: pre-wrap;
}

.feature-card::after {
	display: block;
	font-size: 15px;
	color: #A1A1A6;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: -0.01em;
	white-space: pre-wrap;
}


.s-text  {
	font-size: 16px;
	color: #A1A1A6;
	line-height: 26px;
	font-weight: 500;
	max-width: 700px;
	padding: 0 10%;
}

.box-text  {
	font-size: 16px;
	color: #A1A1A6;
	line-height: 26px;
	font-weight: 300;
	/*letter-spacing: -.012em;*/
}

.s-text h3 {
	text-align: center;
	font-size: 24px;
	color: white;
	line-height: 25px;
	font-weight: 900;
	padding-bottom: 10;
}


.s-text h2 {
	text-align: left !important;
	font-size: 24px;
	color: white;
	line-height: 25px;
	font-weight: 900;
}

.s-text-top  {
	width: 90% !important;
	max-width: 800px !important;
	line-height: 1.2em;
}

/* Blocks */

.block3 {
	max-width: 600px;
	margin: 0 auto;
}
.block3 h3 {
	color: #E70059;
	font-size: 1.3em;
	font-weight: 600;
	margin: 0;
}
.block3 .text-desc {
	color: rgb(39, 44, 45);
	font-size: 14px;
	float: left;
	max-width: 70%;
	margin-bottom: 20px;
}

.block4 {
	text-align: left;
	margin: 0 auto;
}

/* Images */

#mac-specs {
	max-width: 100%;
	background: #181818;
}

.headerimg {max-width: 100%; display: block; margin-left: auto; margin-right: auto; padding-bottom: 30px;}

img.bulletmain {width: 61px;vertical-align: top;border: 0;}

h3.bulletmain {text-align:left; margin-left: -3px !important;}

.wmdd {float:left;padding-right: 20px;}

.logo img { max-width: 125px; margin: 25px 0 25px 120px; }

.copyright {
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	padding: 3px;
}

.dddate {text-align: center;color: #FFF;font-weight: 600; margin:0 auto; padding: 5px 0; font-size:16px}

#Col1 {float:left;width:1%;font-weight: 300;font-size:13px}
#Col2 {float:left;margin-left:1%;width:46%;}
#Col3 {float:right;margin-left:3%;width:50%;}
#ColRight {float: right;width: 87%; padding: 15px 0 5px 0}

#ColRight ul {list-style: none; padding:0;margin:0;}
#ColRight li:before {
color: #A1A1A6;
content: '‣ ';
}

#ColRight li.no-bullet::before {
  content: ''; /* Removes the bullet */
}

/* Specification Card */
.spec-card {
	background: #1d1d1f;
	border-radius: 20px;
	padding: 28px 30px;
	margin: 20px 0 10px 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
	            box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.spec-card-max {
	background: linear-gradient(135deg, #1d1d1f 40%, #2e1d42 100%);
}

.spec-card-pro {
	background: linear-gradient(135deg, #1d1d1f 40%, #1a2840 100%);
}

.spec-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
	            0 0 30px rgba(0, 0, 0, 0.05);
}

.spec-card-max:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
	            0 0 30px rgba(169, 114, 255, 0.12);
}

.spec-card-pro:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
	            0 0 30px rgba(41, 151, 255, 0.12);
}

.spec-card #Col1 {
	float: none;
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #86868b;
	padding-top: 4px;
}

.spec-card #ColRight {
	float: none;
	width: 100%;
	padding: 8px 0 0 0;
}

/*Boxes*/

.boxes-center {padding-left: 35px; padding-right:35px;}
.box-content {padding: 35px 60px 35px 40px}
.flex-box-content {padding:35px 4% 35px 4%}
.rounded-box
{
	display: block;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #151516;
	border-radius: 30px;
	margin: 0 auto 35px auto;
	max-width: 1250px;
	isolation: isolate;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
	            box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.rounded-box:hover {
	transform: translateY(-4px);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.3),
		0 0 30px rgba(255, 255, 255, 0.05);
}

.rounded-box.select:hover,
.rounded-box.tahoe:hover {
	transform: none;
	box-shadow: none;
}

.tahoe { min-height: 720px; }

.tahoe::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/tahoe-wallpaper.webp");
	background-size: 1390px;
	display: block;
	position:absolute;
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.macos-mbp {display: block; position:absolute; z-index: 1; left:578px; bottom:24px; max-width: 100%}
.box1-header {font-size:20px; font-weight: 600; letter-spacing: -0.01em; color: white}
.box2-header {font-size:111px; font-weight: 800; letter-spacing: -0.01em; position: relative; text-align: right; color: rgba(255, 255, 255, 0.4); mix-blend-mode: plus-lighter; float: right; max-width: 300px; line-height: 1.1em;}
.box1-heading {font-size:56px; font-weight: 700; letter-spacing: -.028em; color: white; max-width: 420px; margin-top: 100px; line-height: normal;}
.box1-content {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 420px; margin-top: 30px}
.seqbox1-content {font-size:18px; font-weight: 500; letter-spacing: -0.01em; color: white; max-width: 440px; margin-top: 30px}

.greenbox {background: linear-gradient(to bottom, #203025 0%, #151516 100%);}
.bespokecontent:after {content: ""; background-image:url(https://assets.deecies.com/images/green2.png); background-size:62%; z-index: -1; display: block; top: 53%;right: -278px;bottom: 0px;left: 52%; position: absolute; background-repeat: no-repeat;}
.greenheading {margin-top:0px}
.greenfooter {width:28%; display: inline-block; padding-top: 19%; position: relative; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);}
.greenbox:hover .greenfooter {transform: scale(1.05) rotate(2deg);}
.greenleaf {shape-outside: ellipse(150px 300px at 50% 50%); float: right;}
.bespoketitle {color:#4cd265;}
.bespoketitle::before {letter-spacing: -2px;}

.flex-container {
	display: flex;
	max-width: 1250px;
	margin:0 auto;
}
.flex-child {
	flex: 1;
}  

.flex-child:first-child {
	margin-right: 35px;
} 

/* Delivery Date */
.cpu {background: linear-gradient(to right top, #071931 0%, #33274f 50%, #661e43 100%); order:1;}
.miniloop {background: black; order:1;}
.imac-store {order:2; min-height: 560px;}
.box2-content {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 460px; text-align:center; margin: 0 auto; padding: 30px 0 25px 0;}
.bigd {font-size:50px; font-weight: 700; letter-spacing: -.028em; color: white; text-align: center; line-height:normal;}
.pad {padding-top:108px;}

.vat {background: linear-gradient(to right bottom, #1f224b 0%, #2d5d85 100%); min-height:560px; order:2;}

.int {min-height:560px;}
.int::before {
	content: "";
	background-image: url("https://assets.deecies.com/images/int-bg4.jpg"); 
	background-size: 100%;
	display: block;
	position:absolute; 
	z-index:-1;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.mini_loop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* This ensures the video fills the container while maintaining aspect ratio */
	/* min-height: 567px; */
	z-index: -1;
}

.imac_store {
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* This ensures the video fills the container while maintaining aspect ratio */
	z-index: -1;
	min-height: auto;
}

/* Shop Mac models with Apple Silicon*/
.baseline {flex-flow: row wrap; justify-content: space-around; align-items: baseline;}
.select {
    background: #1d1d1f;
    appearance: none;
    -moz-appearance: none;
    margin: 35px auto 0 auto;
}
.box3-header {font-size:64px; font-weight: 800; letter-spacing: -.030em; color: white; max-width: 616px; margin: 60px auto 15px auto; text-align: center; line-height: normal; }
.box3-select {font-size:24px; font-weight: 700; color: white; margin: 0 auto; text-align: center; padding: 40px 0; width:300px; letter-spacing: -0.03em;}
.s-img-p {display:block; padding-bottom:30px; text-align: center; margin: 0 auto; width:50%}
.button {background: #0071e3; text-align: center; white-space: nowrap; cursor: pointer; display:block; margin: 0 auto; border-radius:12px; padding: 6px 13px; width: 27px; font-size: 12px; line-height: 1.3; font-weight: 400; letter-spacing: -.01em; text-decoration: none; color: #fff; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);}
.button:hover {background:#0077ED; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(0, 113, 227, 0.4), 0 0 20px rgba(0, 113, 227, 0.3);}
.buttonbig {width: 76px;}
.select-m5, .select-pro5, .select-max5 {padding-bottom: 15px}
.box3-shop {padding-bottom: 35px}

/*Footer*/

.footend:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

#Footer {
	background-image: linear-gradient(90deg, #d5344d, #ad2570) !important;
	color: #fff;
	padding: 15px 0;
}

#Footer .left {width: calc(46% - 4px); font-size: .77em; display: inline-block;vertical-align: middle;padding-left: 4%;}
#Footer .right {width: calc(50% - 24px); font-size: .6em !important; line-height: 1em; margin: 0px 20px 0 0; font-weight: 200; text-align: justify; display: inline-block; vertical-align: middle;}

#Steve {
	background: #000;
	color: #fff;
	text-align: left;
	padding: 0;
	color: #ddd;
}

#Steve span {
	font-size: 10px;
	font-weight: lighter;
	font-style:italic;
	margin-right: 0px;
}

.boxy {text-align: center;}

#Steve .right {vertical-align:middle; padding: 6px 0 6px 6px; height: 60px;display: inline-block;}
#Steve img {vertical-align:middle; height: 60px;}
.slogan {margin: 15px 0px 15px 5px; font-size: 11px;display: inline-block;vertical-align: middle;text-align: left;}

#MainTitleCont3 {
	padding-top: 5px;}

.delivery-bar {
  width: 100%;
  background-color: #c52f60;
  background-image: linear-gradient(90deg, #d5344d, #ad2570) !important;
}

/* Content styling (moved from PHP) */
#MainTitle:before { font-weight: 800; letter-spacing: -2px; color: #fff !important; }
#MainTitleCont3:before { font-weight: 300; color: #fff !important; }
.bigdelivery2::after { font-size: 10px; letter-spacing: normal; display: block; font-weight: 300; text-align: right; margin-top: 92px; }

/* Inline style replacements */
.logo img { vertical-align: middle; }
.chip-icon { padding-right: 4px; vertical-align: -7px; }
.ai-logo-inline { position: relative; top: 2px; }
.apple-logo-footer { width: 8px; }
.mobile-desc-wrapper { font-size: 0; }

@media (max-width: 1175px) {
	.bigd {font-size:42px;} 
}

@media (max-width: 1100px) {
	.bespokecontent {max-width:320px}
}

@media (max-width: 982px) {
	.bespokecontent {max-width:225px}
}

@media (max-width: 900px) {
	
	.carousel {
		height: clamp(590px, 105vw, 620px);
	}
	
	.carousel-slide img {
		min-height: 490px;
	}
}

@media (max-width: 801px) {
	.vat .box1-heading, .int .box1-heading, .greenbox .box1-heading {font-size:43px}
	.bigd {font-size:40px;}
}

@media (max-width: 796px) {
	.pad {padding-top:80px;}
	.bespokecontent {max-width:190px}
}
@media (max-width: 745px) {
	#Col1 { float: none; }
	#ColRight { float: none; width: 100%; margin: auto; display: block; text-align: center; padding: 5px 0 5px 0; }
	#Col2 { margin: auto; width: 100%; float: none; }
	#Col3 { margin: auto; width: 100%; float: none; }
}

@media (max-width: 734px) {
	.miniloop {height: 560px;}
	.macos-mbp {left:0; right:0; bottom:0; position: relative; margin: 52px 106px 30px;}
	.box1-heading {font-size:38px; font-weight: 700; letter-spacing: -.028em; color: white; max-width: 360px; margin: 20px 0 0 20px; line-height: normal;}
	.box1-header {font-size:18px; font-weight: 600; letter-spacing: -0.01em; color: white; margin: 15px 0 0 20px;}
	.box1-content {font-size:16px; font-weight: 600; letter-spacing: -0.01em; color: white; max-width: 350px; margin: 20px;}
	.box2-content {max-width:350px;}
	.cpu {min-height: 560px}
	.flex-container {display: block; max-width: 400px;}
	.flex-child:first-child {margin-right: 0}
	.greenfooter {width:37%; padding-left:22px}
	.seqbox1-content {padding-left:20px; font-size: clamp(16px, 3vw, 18px); line-height: clamp(14px, 6vw, 26px)}
	.privacy-column { flex: 1 1 100%; max-width: 100%; }
	.privacy-headline { font-size: 32px; }
	.product-features { grid-template-columns: 1fr; }
	.feature-card { border-radius: 16px; padding: 20px; }
	.spec-card { border-radius: 16px; padding: 20px; }
	#apple-intelligence-container::before { animation: none !important; }
	.rounded-box:hover,
	#build_to_order1:hover,
	.spec-card:hover,
	.button:hover { transform: none; }
}

@media (max-width: 650px) {
	.slogan {max-width:272px}
	.bigd {font-size: 36px; padding: 0 10px;}
	#Footer .right {font-weight:100}
	.flex-child {min-height: 435px}
	.logo {width:125px;margin:0 auto}
	.logo img {margin:25px auto}
	.box2-content {font-size:18px;}
	.pad {padding-top:25px;}
}

@media (max-width: 480px) {
	.carousel {
		height: clamp(640px, 57vw, 780px);
	}

}

@media (max-width: 448px) {
	.bespokecontent {max-width:273px}
	.tab-controls {
		display: block;
		margin: 20px 0 20px 0;
	}
}

@media (max-width: 416px) {
	.bespokecontent {max-width:200px}
}

@media (max-width: 650px) {
	/* Hide header hero on mobile - gets too small/cropped to be useful */
	.headerimg { display: none !important; }
}

@media (max-width: 360px) {
	/* 1. Header subtitle padding */
	.deecies-header .content-inner { padding: 0 12px !important; }

	/* 2. Spacing after hidden header image - pad the s-text container */
	.s-text { padding-top: 20px !important; }

	/* 3. Built to Order - fix "This" wrapping, restore heading to full size */
	#build_to_order1:before { font-size: 42px !important; line-height: 1.1 !important; float: none !important; display: block !important; }
	#build_to_order1 { padding: 22px 22px !important; margin: 5px auto 20px auto !important; }
	#build_to_order1::after { margin-top: 15px !important; }

	/* 4. macOS Tahoe - keep wallpaper, hide laptop image only */
	.boxes-center { padding-left: 15px !important; padding-right: 15px !important; }
	.tahoe { min-height: auto !important; }
	.macos-mbp { display: none !important; }
	.rounded-box.box-content { padding: 20px !important; }
	.tahoe .box1-heading, .tahoe-title { font-size: 28px !important; max-width: 100% !important; line-height: normal !important; }
	.tahoe .seqbox1-content, .tahoe-content { max-width: 100% !important; }

	/* 5. Apple Intelligence - reduce heading, keep glow border, single-column privacy */
	.headline { font-size: 26px !important; }
	.sub-headline { font-size: 26px !important; }
	#apple-intelligence-container { padding: 14px !important; margin: 20px 15px !important; }
	.ai_description { font-size: 16px !important; margin-top: 15px !important; }
	.privacy-column { flex: 1 1 100% !important; max-width: 100% !important; }
	.privacy-headline { font-size: 22px !important; max-width: 95% !important; }
	.privacy-section { margin: 20px -14px -14px !important; padding: 20px 14px 30px !important; text-align: center !important; }
	.privacy-content { gap: 15px !important; text-align: left !important; }
	.carousel { height: auto !important; }
	.carousel-slides { min-height: auto !important; }
	.carousel-slide img { min-height: 180px !important; }
	.carousel-slide p { font-size: 16px !important; }

	/* 6. Spec card - tighter padding */
	.spec-card { padding: 20px 16px !important; border-radius: 16px !important; }

	/* 7. Shop models heading - add padding, slightly smaller */
	.box3-header { font-size: 38px !important; padding: 0 15px !important; margin: 30px auto 10px auto !important; }

	/* 7. Accessibility: ensure all body text meets 16px minimum, fix cramped Tahoe line-height */
	.seqbox1-content, .tahoe-content { font-size: 16px !important; }
	.seqbox1-content { line-height: 1.6 !important; padding-left: 0 !important; }
	.box1-content { font-size: 16px !important; }
	.feature-card::after { font-size: 16px !important; }

	/* 8. Footer - stack vertically */
	#Footer .left { width: auto !important; display: block !important; text-align: left !important; padding-left: 4% !important; }
	#Footer .right { width: auto !important; display: block !important; margin: 8px 4% !important; text-align: left !important; }
	.copyright { transform-origin: left center !important; }
}

@media (max-width: 280px) {
	/* Ultra-narrow: eBay Safari mobile description popup */
	.boxes-center { padding-left: 8px; padding-right: 8px; }
	.s-text { padding: 0 4%; }
	.s-text h3 { font-size: 17px; line-height: 1.2; }
	.mt-1 { font-size: 26px; }
	.mt-2 { font-size: 11px; }
	.delivery-bar .dddate { font-size: 12px; }
	.rounded-box { border-radius: 14px; }
	.spec-card { padding: 14px 10px; border-radius: 14px; }
	.flex-box-content { padding: 14px; }
	.box1-heading { font-size: 22px; margin: 8px 0 0 8px; max-width: 100%; }
	.box1-header { font-size: 13px; margin: 8px 0 0 8px; }
	.box1-content { font-size: 13px; margin: 10px 8px; max-width: 100%; }
	.seqbox1-content { font-size: 13px; padding-left: 8px; max-width: 100%; }
	.box2-content { font-size: 14px; max-width: 100%; padding: 15px 0; }
	.bigd { font-size: 22px; padding: 0 5px; }
	.pad { padding-top: 10px; }
	.box3-header { font-size: 22px; margin: 15px auto 8px auto; max-width: 100%; }
	.box3-select { width: auto; padding: 15px 0; font-size: 16px; }
	.s-img-p { width: 55%; }
	.headline { font-size: 22px; }
	.sub-headline { font-size: 22px; }
	.ai_description { font-size: 13px; margin-top: 15px; }
	#apple-intelligence-container { padding: 12px; margin: 15px auto; }
	.carousel { height: auto; }
	.carousel-slides { min-height: auto; }
	.carousel-slide img { min-height: 160px; }
	.carousel-slide p { font-size: 12px; padding: 0 4px; }
	.tab-label { font-size: 14px; }
	.tab-controls { gap: 10px; }
	.privacy-headline { font-size: 18px; max-width: 95%; }
	.privacy-section { margin: 15px -12px -12px; padding: 15px 12px 30px; }
	.privacy-column p, .privacy-column .ai_description { font-size: 13px; }
	.feature-card { padding: 14px; border-radius: 12px; }
	.feature-card::before { font-size: 16px; }
	.feature-card::after { font-size: 13px; line-height: 1.4; }
	.product-features { gap: 10px; margin: 10px 0; }
	#build_to_order1 { padding: 14px 16px !important; border-radius: 14px; margin: 5px auto 15px auto; }
	#build_to_order1:before { font-size: 24px; }
	#build_to_order1::after { font-size: 12px; margin-top: 35px; }
	.headerimg { min-width: 250%; margin-left: -125%; }
	.miniloop { height: 250px; }
	.imac-store { min-height: 250px; }
	.flex-child { min-height: 250px; }
	.greenfooter { width: 50%; }
	.greenbox .box1-heading, .vat .box1-heading, .int .box1-heading { font-size: 22px; }
	#Footer .left { width: 100%; display: block; text-align: center; padding-left: 0; }
	#Footer .right { width: 100%; display: block; text-align: center; margin: 5px auto; font-size: 0.5em !important; }
	.slogan { max-width: 170px; font-size: 9px; }
	#Steve .right, #Steve img { height: 40px; }
	.logo img { max-width: 90px; margin: 15px auto; }
	.chip-icon { width: 20px !important; }
	.button { font-size: 11px; padding: 5px 10px; }
	.box2-header { font-size: 60px; }
	#ColRight li:before { font-size: 14px; }
	.macos-mbp { margin: 20px 30px 15px; }
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}