/*------------------------------------*\
  LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
.section-welcome .welcome-content-container .welcome-content .welcome-headline-container {
	display: none;
}

.section-welcome .marquee .viewport-content {
	width: 100%;
}
.section-apple-intelligence {
	padding-top: 0;
}

.section-camera-control {
	--paddles-space-above: var(--ps-spacing-32);
}

.section-camera-control .subsection-copy-intro {
	margin-top: 20px;
}

#gallery-item-specialist .tile-content .icon-card-icon-wrapper, #gallery-item-apple-store-app .tile-content .icon-card-icon-wrapper {
	padding-bottom: 10px;
}

.section-apple-intelligence .copy-disclaimer {
	margin-top: 20px;
	color: #86868b;
	font-weight: 600;
}

@media only screen and (min-width: 1441px) {
	.section-welcome .welcome-content {
		padding-top: 289px;
	}
}

@media only screen and (min-width: 1069px) and (max-width: 1440px) {
	.section-welcome .welcome-content {
		padding-top: 237px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-incentive .scroll-gallery .card-set .card {
		width: var(--item-width);
		max-width: calc(var(--inner-width, 100vw) * 0.875);
		display: flex;
	}
	.section-incentive .scroll-gallery .card-set {
		grid-auto-columns: 0fr;
	}
	.section-contrast .contrast-container {
		padding-bottom: 80px;
	}
	.bento-tab-gallery
		.inline-media-component-container:not(
			.fallback,
			.media-unloaded
		).with-media-ui-button
		.inline-media-ui-button {
		top: calc(100% + 8px);
	}
}

@media only screen and (min-width: 735px) {
	[data-media-card-gallery] [data-ac-gallery-item="pro-studio"], [data-media-card-gallery] [data-ac-gallery-item="battery"] {
		--caption-width: 510px;
	}
	.section-header .section-header-headline {
		max-width: 95%;
	}

	section.section .inline-compare-wrap .inline-compare-option .ps-stat {
		width: min(
			32.5833333333vw - var(--global-scrollbar-width) / 12 * 2,
			280px
		);
	}

	section.section .inline-compare-wrap .inline-compare-option {
		grid-column-gap: min(
			5.5833333333vw - var(--global-scrollbar-width) / 12 * 2,
			280px
		);
		column-gap: min(
			5.583333vw - var(--global-scrollbar-width) / 12 * 2,
			280px
		);
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-welcome .welcome-content {
		min-height: 698px;
		padding-top: 211px;
	}
	.section-camera-control {
		--hero-video-ui-ypos: -42px;
	}
	body .section-chip .callouts .ric-large-4 {
		width: min(31.166667vw - var(--global-scrollbar-width) / 12 * 4, 560px);
	}
	.section-action-button .tablist-wrapper {
		margin-bottom: 31px;
	}
	html.no-touch .inline-media-component-container .video-wrapper .overview-apple-intelligence-personal-search-startframe.start-frame {
		width: 163px;
		height: fit-content;
	}
	html.no-touch .inline-media-component-container .video-wrapper .overview-apple-intelligence-personal-search-endframe.end-frame {
		width: 163px;
		height: fit-content;
	}
	html.no-touch .inline-media-component-container .video-wrapper .overview-apple-intelligence-writing-tools-startframe.start-frame {
		width: 163px;
		height: fit-content;
	}
	html.no-touch .inline-media-component-container .video-wrapper .overview-apple-intelligence-writing-tools-endframe.end-frame {
		width: 163px;
		height: fit-content;
	}
}

@media only screen and (max-width: 734px) {
	.section-camera-control .scroll-gallery .scroll-gallery-paddlenav.paddlenav {
		padding-top: 0;
	}
	.section-camera-control .gallery-gallery.scroll-gallery {
		--paddlenav-padding: 100px;
	}
	#gallery-item-specialist .tile-content .icon-card-icon-wrapper, #gallery-item-apple-store-app .tile-content .icon-card-icon-wrapper {
		padding-bottom: 15px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 734px) {
	.section-welcome .welcome-content {
		min-height: 424px;
		padding-top: 121px;
	}
}

@media only screen and (max-width: 480px) {
	.section-welcome .welcome-content {
		padding-top: 81px;
	}
}

.section.section-upgrade .inline-compare-wrap {
	padding-bottom: 80px;
}
@media only screen and (max-width: 1068px) {
	.section.section-upgrade .inline-compare-wrap {
		padding-bottom: 72px;
	}
}

@media only screen and (max-width: 734px) {
	.section.section-upgrade .inline-compare-wrap {
		padding-bottom: 48px;
	}
}

@media only screen and (max-width: 380px) {
	section.section-upgrade .inline-compare-wrap .inline-wrap .compare-tile .stat-reduced strong {
		font-size: 22px;
	}
	section.section-upgrade .inline-compare-wrap .inline-wrap .compare-tile .stat, section.section-upgrade .inline-compare-wrap .inline-wrap .compare-tile .tile-copy {
		font-size: 12px;
	}
}

/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/
